#sp-main-body {
    padding: 20px 0;
}
body a {
  text-decoration: none;
}
.visually-hidden{
    position:absolute!important;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}

.center {
    text-align: center;
}
.mg15 {
    margin: 40px 0;
}
/*=============================Header Menu===============================*/
body.ltr .sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
    left: -55%;
    right: 0;
}

#sp-header .container-inner > .row{
    display:flex;
    align-items:center;
}

#sp-logo{
    flex:0 0 20%;
}

#sp-menu{
    flex:1;
    display:flex;
    justify-content:center;
}

#sp-position-right{
    flex:0 0 20%;
    display:flex;
    justify-content:flex-end;
    align-items:center;
}


@media (max-width:991px){

    #sp-header .container-inner > .row{
        display:flex;
        align-items:center;
    }

    #sp-menu{
        order:1;
        flex:1;
    }

    #sp-logo{
        order:2;
        flex:1;
        text-align:center;
    }

    #sp-top-right{
        order:3;
        flex:1;
        display:flex;
        justify-content:flex-end;
    }

    #offcanvas-toggler{
        margin:0;
    }

}

@media (max-width:991px){

    /* Header */
    #sp-header{
        min-height:72px;
        background:#fff;
        border-bottom:1px solid #eee;
    }

    #sp-header .container,
    #sp-header .container-inner,
    #sp-header .row{
        min-height:72px;
        align-items:center;
    }

    /* Logo */
    #sp-logo{
        display:flex;
        justify-content:center;
        align-items:center;
        padding:0;
    }

    #sp-logo img{
        max-height:44px;
        width:auto;
    }

    /* Toggle */
    #offcanvas-toggler{
        display:flex;
        align-items:center;
        justify-content:flex-start;
        height:72px;
        padding-left:18px;
        margin:0;
    }

    .burger-icon{
        font-size:28px;
    }

    /* Quote Button */
    #sp-top-right{
        display:flex;
        justify-content:flex-end;
        align-items:center;
        height:72px;
        padding-right:15px;
    }

    #sp-top-right .btn,
    #sp-top-right a{
        min-height:42px;
        padding:8px 16px;
        font-size:15px;
        border-radius:4px;
        display:flex;
        align-items:center;
        justify-content:center;
        white-space:nowrap;
    }
      body.ltr #offcanvas-toggler.offcanvas-toggler-right{
        float:none !important;
        margin-left:0 !important;
        margin-right:0 !important;
    }
    #sp-menu {
    flex: 1;
    display: flex;
    justify-content: left;
}

}
/* ======================
HEADINGS
====================== */

h1,
h2,
h3{
font-family: "Poppins", Arial, sans-serif;
font-weight:700;
color:#111;
line-height:1.3;
margin-bottom:15px;
}

/* MAIN HEADING */

h1{
font-size:42px;
letter-spacing:-0.5px;
}

/* SECTION HEADING */

h2{
font-size:28px;
font-weight:600;
color:#333;
}

/* SUB HEADING */

h3{
font-size:20px;
font-weight:600;
color:#555;
}

/* TEXT */

p{
font-size:16px;
line-height:1.7;
color:#555;
margin:auto;
}

.top-text h2 {
  line-height: 36px;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: system-ui;
  color: #3e3f3e;
}

.top-text h4 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  margin: 23px 0 25px;
  font-weight: 400;
}
.top-text h2 span {
  color: #4f5150;
}

.divider .outer-line {
  width: 25%;
  border-bottom: 1px solid #ddd;
}
.divider span {
  display: inline-block;
  vertical-align: middle;
}
/* ======================
RESPONSIVE
====================== */

@media (max-width:992px){

h1{
font-size:34px;
}

h2{
font-size:24px;
}

}

@media (max-width:768px){

h1{
font-size:28px;
}

h2{
font-size:20px;
}

h3{
font-size:18px;
}

p{
font-size:15px;
}

services-section {
    padding: 5px 0;
}

}

/*---------------------- BUTTON STYLE --------------------------------*/
.quote-btn {
    border: 2px solid #3d3d3b;
    padding: 10px 20px;
    text-decoration: none;
    color: #3d3d3b;
    font-size: 16px;
    font-family: system-ui;
    font-weight: 600;
    transition: 0.3s;
}

.quote-btn:hover {
    background: #3d3d3b;
    color: #fff;
}
@media (max-width: 768px) {
  .quote-btn {
        display: inline-block;
        margin: auto;
    }
}
/*=================Frame Product Cateloge ==================*/
/* SECTION */
.iaaf-products-section{
padding:20px 0;
}

/* GRID LAYOUT */
.iaaf-products-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

/* CARD */
.iaaf-product-card{
text-decoration:none;
display:block;
}

/* IMAGE BOX */
.iaaf-product-image{
position:relative;
overflow:hidden;
border-radius:14px;
}

/* IMAGE */
.iaaf-product-image img{
width:100%;
height:260px;
object-fit:cover;
display:block;
transition:0.4s;
}

/* HOVER ZOOM */
.iaaf-product-card:hover img{
transform:scale(1.05);
}

/* PRODUCT NAME LABEL */
.iaaf-product-name{
position: absolute;
bottom: 2px;
left: 0px;
background: rgb(0 0 0 / 20%);
color: #ffff;
padding: 5px 8px;
font-size: 15px;
border-radius: 5px;
font-weight: 500;
}

/* TABLET */
@media (max-width:1024px){

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

}

/* MOBILE */
@media (max-width:768px){

.iaaf-products-grid{
grid-template-columns:repeat(2,1fr);
gap:15px;
}

.iaaf-product-name {
position: absolute;
bottom: 0px;
left: 0px;
background: rgb(0 0 0 / 20%);
color: #ffff;
padding: 4px 8px;
font-size: 12px;
border-radius: 5px;
font-weight: 500;
}

.iaaf-product-image img{
height:180px;
}

}

/* SMALL MOBILE */
@media (max-width:480px){

.iaaf-product-image img{
height:160px;
}

}
/*===========================================Articles Cateloge ====================================================*/
.framing-article-intro {
  margin: 0 auto 45px;
  padding: 55px 20px 10px;
  text-align: center;
}

.framing-article-intro h1 {
  margin: 0 0 14px;
  font-size: 42px;
  line-height: 1.2;
  color: #1f1f1f;
  font-weight: 700;
}

.framing-article-intro p {
  margin: 0 auto 24px;
  max-width: 1100px;
  font-size: 17px;
  line-height: 1.7;
  color: #666;
}

.framing-article-intro h2 {
  margin: 22px 0 10px;
  font-size: 28px;
  line-height: 1.3;
  color: #2b2118;
  font-weight: 600;
}

@media (max-width: 768px) {
  .framing-article-intro {
    padding: 40px 15px 5px;
    margin-bottom: 30px;
  }

  .framing-article-intro h1 {
    font-size: 30px;
  }

  .framing-article-intro h2 {
    font-size: 23px;
  }

  .framing-article-intro p {
    font-size: 15px;
  }
}

/*=======================================Framing Cateloge==================================*/

.framing-catalogue-module {
  margin: 0 auto 70px;
  padding: 10px 20px 45px;
}

.catalogue-heading {
  text-align: center;
  margin-bottom: 35px;
}

.catalogue-heading h2 {
  margin: 0 0 10px;
  font-size: 32px;
  color: #222;
  font-weight: 700;
}

.catalogue-heading p {
  margin: 0;
  font-size: 16px;
  color: #777;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.catalogue-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #f7f7f7;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  cursor: zoom-in;
}

.catalogue-item img {
  width: 100%;
  height: 328px;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.catalogue-item:hover img {
  transform: scale(1.08);
  filter: brightness(0.85);
}

.catalogue-item::after {
  content: "View Image";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.94);
  color: #222;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}

.catalogue-item:hover::after {
  opacity: 1;
}

/* Lightbox */
.framing-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0,0,0,0.9);
}

.framing-lightbox.active {
  display: flex;
}

.framing-lightbox img {
  max-width: 94%;
  max-height: 86vh;
  border-radius: 16px;
  box-shadow: 0 20px 70px rgba(0,0,0,0.5);
  cursor: zoom-out;
  animation: framingZoomIn 0.25s ease;
}

.framing-lightbox-close {
  position: absolute;
  top: 22px;
  right: 32px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
  color: #fff;
  font-size: 34px;
  line-height: 40px;
  cursor: pointer;
  transition: 0.25s ease;
}

.framing-lightbox-close:hover {
  background: rgba(255,255,255,0.28);
  color: #d8b26e;
}

@keyframes framingZoomIn {
  from {
    transform: scale(0.92);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 991px) {
  .catalogue-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalogue-item img {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .framing-catalogue-module {
    padding: 5px 15px 35px;
    margin-bottom: 45px;
  }

  .catalogue-heading {
    margin-bottom: 25px;
  }

  .catalogue-heading h2 {
    font-size: 26px;
  }

  .catalogue-heading p {
    font-size: 15px;
  }

  .catalogue-grid {
    gap: 15px;
  }

  .catalogue-item img {
    height: 230px;
  }

  .framing-lightbox-close {
    top: 16px;
    right: 18px;
  }
}

/*===========Service Section -Home Page===========*/
.services-section{
padding:10px 0;
text-align:center;
}

.section-title{
font-size:34px;
margin-bottom:10px;
font-weight:600;
}

.section-subtitle{
max-width:700px;
margin:auto;
margin-bottom:45px;
color:#666;
}

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

.service-card{
background:#fff;
padding:30px;
border-radius:10px;
text-decoration:none;
color:#333;
box-shadow:0 5px 20px rgba(0,0,0,0.06);
transition:all .35s ease;
display:block;
}

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

.service-icon{
font-size:36px;
margin-bottom:15px;
}

.service-card h3{
font-size:20px;
margin-bottom:10px;
}

.service-card p{
font-size:14px;
color:#666;
line-height:1.6;
}

/* Tablet */

@media(max-width:992px){

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

}

/* Mobile */

@media(max-width:600px){
    
.services-section{
padding:10px 0;
text-align:center;
}

.services-grid {
   gap: 10px !important;
}

.service-card {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: all .35s ease;
  display: block;
}

.service-card h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.section-title{
font-size:26px;
}

}

/*=========Why Choose Us===========*/
.why-choose-us{
    padding:40px 0;
    background:#f7f7f7;
}

.wcu-title{
    text-align:center;
    font-size:56px;
    font-weight:700;
    color:#222;
    margin-bottom:25px;
}

.wcu-subtitle{
    text-align:center;
    max-width:1000px;
    margin:0 auto 60px;
    font-size:20px;
    line-height:2;
    color:#666;
}

/* CARD */

.wcu-card{
    background:#fff;
    border-radius:24px;
    padding:30px 20px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,0.05);
    height:100%;
}

.wcu-icon{
    font-size:44px;
    margin-bottom:25px;
}

.wcu-card h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:#333;
}

.wcu-card p{
    font-size:16px;
    line-height:1.9;
    color:#666;
}

/* MOBILE */

@media(max-width:767px){

    .why-choose-us{
        padding:15px 0;
    }

    .wcu-title{
        font-size:22px;
    }

    .wcu-subtitle{
        font-size:15px;
        line-height:1.8;
    }

    .wcu-card{
        padding:10px 15px;
    }

}
/*======Recent Work Gallery========*/
.gallery-section{
padding:40px 0;
text-align:center;
}

.gallery-title{
font-size:34px;
font-weight:600;
margin-bottom:10px;
}

.gallery-subtitle{
max-width:700px;
margin:auto;
margin-bottom:45px;
color:#666;
}

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

.gallery-item{
position:relative;
display:block;
overflow:hidden;
border-radius:10px;
}

.gallery-item img{
width:100%;
height:100%;
object-fit:cover;
transition:transform .6s ease;
display:block;
}

.gallery-item:hover img{
transform:scale(1.12);
}

.gallery-caption{
position:absolute;
bottom:0;
left:0;
width:100%;
padding:12px;
background:linear-gradient(to top, rgba(0,0,0,.7), transparent);
color:#fff;
font-size:14px;
text-align:left;
transition:opacity .3s ease;
}

/* LIGHTBOX STYLE */

.custom-lightbox{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.92);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:99999;
    padding:20px;
}

.custom-lightbox.active{
    display:flex;
}

.lightbox-image{
    max-width:90%;
    max-height:90%;
    border-radius:10px;
    box-shadow:0 0 25px rgba(255,255,255,0.15);
    animation: zoomIn .3s ease;
}

.lightbox-close{
    position:absolute;
    top:20px;
    right:30px;
    color:#fff;
    font-size:45px;
    cursor:pointer;
    font-weight:bold;
    line-height:1;
}

.lightbox-close:hover{
    opacity:0.7;
}

@keyframes zoomIn{
    from{
        transform:scale(0.8);
        opacity:0;
    }
    to{
        transform:scale(1);
        opacity:1;
    }
}

/* tablet */

@media(max-width:992px){

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

}

/* mobile */

@media(max-width:600px){

.gallery-section{
padding:10px 0;
text-align:center;
}

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

.gallery-title{
font-size:26px;
}

}

/*=====Process Flow============*/
.process-section{
padding:40px 0;
text-align:center;
}

.process-title{
font-size:34px;
font-weight:600;
margin-bottom:10px;
}

.process-subtitle{
max-width:720px;
margin:auto;
margin-bottom:50px;
color:#666;
}

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

.process-card{
background:#fff;
padding:35px 25px;
border-radius:12px;
box-shadow:0 6px 25px rgba(0,0,0,0.06);
position:relative;
transition:all .35s ease;
}

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

.step-number{
font-size:32px;
font-weight:700;
color:#c6a55c;
margin-bottom:15px;
}

.process-card h3{
font-size:20px;
margin-bottom:10px;
}

.process-card p{
font-size:14px;
color:#666;
line-height:1.6;
}

/* tablet */

@media(max-width:992px){

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

}

/* mobile */

@media(max-width:600px){

.process-grid{
gap:10px;
}

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

}

/*============Client testimonial==============*/

.testimonial-section{
    padding:15px 0;
    background:#f8f8f8;
    overflow:hidden;
}

.testimonial-title{
    text-align:center;
    font-size:56px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.testimonial-subtitle{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
    font-size:20px;
    line-height:1.9;
    color:#666;
}

/* =========================
   CARD
========================= */

.testimonial-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,0.08);
    height:100%;
}

/* =========================
   VIDEO IMAGE
========================= */

.testimonial-video,
.testimonial-image{
    width:100%;
    height:250px;
    overflow:hidden;
    border-radius:0;
}

.testimonial-video iframe{
    width:100%;
    height:100%;
    border:0;
    display:block;
}

.testimonial-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
/* =========================
   CONTENT
========================= */

.testimonial-content{
    padding:30px;
}

.testimonial-text{
    font-size:17px;
    line-height:1.9;
    color:#555;
    margin-bottom:25px;
}

.testimonial-stars{
    color:#f4b400;
    font-size:22px;
    margin-bottom:25px;
}

/* =========================
   USER
========================= */

.testimonial-user{
    display:flex;
    align-items:center;
    gap:15px;
}

.testimonial-user img{
    width:65px;
    height:65px;
    border-radius:50%;
    object-fit:cover;
}

.testimonial-user h4{
    font-size:20px;
    margin-bottom:5px;
    color:#222;
}

.testimonial-user span{
    color:#777;
    font-size:15px;
}

/* =========================
   SWIPER
========================= */

.testimonialSwiper{
    overflow:hidden;
    padding-bottom:10px;
}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

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

    .testimonial-title{
        font-size:25px;
    }

    .testimonial-subtitle{
        font-size:16px;
        line-height:1.8;
        margin-bottom:40px;
    }

    .testimonial-video{
        height:220px;
    }

    .testimonial-content{
        padding:25px;
    }

}

/*===========Call to Action=========*/

.luxury-cta-section {
    position: relative;
    padding: 40px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #656766, #1f1f1f);
}

/* =========================
   BACKGROUND SHAPES
========================= */

.luxury-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    opacity:0.18;
    z-index:1;
}

.luxury-shape-1{
    width:350px;
    height:350px;
    background:#c89b3c;
    top:-100px;
    right:-100px;
}

.luxury-shape-2{
    width:250px;
    height:250px;
    background:#25D366;
    bottom:-80px;
    left:-80px;
}

/* =========================
   MAIN BOX
========================= */

.luxury-cta-box{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    align-items:center;
    gap:60px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    border-radius:32px;
    padding:70px;
    backdrop-filter:blur(16px);
    box-shadow:
    0 15px 50px rgba(0,0,0,0.35);
}

/* =========================
   BADGE
========================= */

.luxury-badge{
    display:inline-block;
    padding:12px 22px;
    border-radius:50px;
    background:rgba(255,255,255,0.08);
    color:#f3d17c;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:25px;
}

/* =========================
   TITLE
========================= */

.luxury-cta-content h2{
    font-size: 48px;
    line-height:1.15;
    font-weight:800;
    color:#ffffff;
    margin-bottom:28px;
}

/* =========================
   TEXT
========================= */

.luxury-cta-content p{
    font-size:20px;
    line-height:2;
    color:rgba(255,255,255,0.82);
    margin-bottom:35px;
}

/* =========================
   FEATURES
========================= */

.luxury-features{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:40px;
}

.luxury-feature{
    background: rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    padding:10px 10px;
    border-radius:14px;
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    transition-duration: 0.5s;
}
.luxury-feature:hover {
    background: #656766;
    transition-duration: 0.5s;
}
/* =========================
   BUTTONS
========================= */

.luxury-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.luxury-btn{
    min-width:220px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border-radius:16px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:0.35s ease;
}

/* PRIMARY */

.luxury-primary-btn{
    background:#ffffff;
    color:#111111;
}

.luxury-primary-btn:hover{
    transform:translateY(-5px);
    background:#f2f2f2;
    box-shadow:0 10px 35px rgba(255,255,255,0.18);
}

/* WHATSAPP */

.luxury-whatsapp-btn{
    background:#25D366;
    color:#ffffff;
}

.luxury-whatsapp-btn:hover{
    transform:translateY(-5px);
    background:#1ebe5d;
    box-shadow:
    0 10px 35px rgba(37,211,102,0.35);
}

.luxury-whatsapp-btn i{
    font-size:22px;
}

/* =========================
   IMAGE
========================= */

.luxury-cta-image{
    position:relative;
}

.luxury-cta-image img{
    width:100%;
    border-radius:24px;
    object-fit:cover;
    box-shadow:0 20px 50px rgba(0,0,0,0.45);
}

/* =========================
   TABLET
========================= */

@media(max-width:991px){
    .luxury-cta-box{
        grid-template-columns:1fr;
        padding:50px;
    }

    .luxury-cta-content h2{
        font-size:48px;
    }

}

/* =========================
   MOBILE
========================= */

@media(max-width:767px){

    .luxury-cta-section{
        padding:60px 15px;
    }

    .luxury-cta-box{
        padding:35px 25px;
        gap:35px;
        border-radius:24px;
    }

    .luxury-badge{
        font-size:12px;
    }

    .luxury-cta-content h2{
        font-size:34px;
        line-height:1.25;
    }

    .luxury-cta-content p{
        font-size:16px;
        line-height:1.9;
    }

    .luxury-features{
        flex-direction:column;
    }

    .luxury-buttons{
        flex-direction:column;
    }

    .luxury-btn{
        width:100%;
        min-width:100%;
    }

}

/*=============home Page About ===================*/
.sp-page-title {
    padding: 140px 0;
}
.about-company{
padding-top: 50px;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.about-image img{
width:100%;
border-radius:10px;
}

.about-content h2{
font-size:32px;
margin-bottom:15px;
}

.about-content p{
color:#666;
line-height:1.7;
margin-bottom:15px;
}

.about-btn{
display:inline-block;
margin-top:10px;
padding:12px 24px;
background:#c6a55c;
color:#fff;
text-decoration:none;
border-radius:5px;
font-weight:600;
transition:.3s;
}

.about-btn:hover{
background:#b3934f;
}

/* mobile */

@media(max-width:900px){

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

.about-content h2{
font-size:26px;
}

}

/*===============Footrr Aroa=====================*/
#sp-footer-section {
   margin-top: 30px;
}
#sp-footer a, #sp-bottom a {
    color: #f2f2f2;
}

.main-footer{
background:#f5f5f5;
padding-top: 20px;
font-family:Arial;
}

.footer-container{
max-width:1320px;
margin:auto;
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:40px;
padding:20px;
}

.footer-logo{
width: 218px;
margin-bottom: 5px;
}

.company p{
    text-align: justify;
}

.footer-col h3{
margin-bottom:20px;
font-size:20px;
font-weight:600;
}

.footer-links{
list-style:none;
padding:0;
}

.footer-links li{
margin-bottom:10px;
}

.footer-links a{
text-decoration:none;
color:#333 !important;
}

.footer-links a:hover{
color:#0073e6;
}

.social-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.social-icons .fab {
  color: #270a6b;
  font-size: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  background: #f5f5f5;
}
.social-icons .fab:hover {
  color: #fff;
  font-size: 18px;
  width: 48px;
  height: 48px;
  border: 1px solid #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease; 
  background: #736f6f;
} 

.social-icons a{
    text-decoration: none;
}
.dev-logo{
width:140px;
margin:10px 0;
}

.dev-text{
font-size:13px;
color:#555;
}

.footer-bottom{
    background: #787a79;
    color: #fff;
    padding: 10px 0;
}

.footer-bottom .container{
max-width:1320px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 20px;
}

.copyright {
  float: left;
}

.copyright p{
 font-size: 14px;
 color: #f5f5f5;
 float: left;
}

.footer-policy a{
color:#fff;
margin-left:20px;
text-decoration:none;
font-size:14px;
}

@media (max-width:768px){

.footer-container {
display: block;
}

.footer-bottom .container{
flex-direction:column;
text-align:center;
gap:10px;
}

.copyright {
  text-align: center;
}

.footer-policy{
order:1;
}

.copyright{
order:2;
}

.footer-policy a{
margin:0 10px;
}

}

/*------------------------------------------------------------------Contact Deatil------------------------------*/
.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 30px 0;
}

.contact-box {
    flex: 1;
    min-width: 250px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 12px 12px 3px rgba(0, 0, 0, 0.2);
    height: 234px;
}

.contact-box:hover {
    background-color: #838685;
    color: #fff;
    box-shadow: 12px 12px 2px rgba(0, 0, 0, 0.3);
}

.contact-box i {
    font-size: 40px;
    margin: 20px 0px;
    transition: color 0.3s ease;
}

.contact-box a {
    color: #1f1f21;
}

.contact-box:hover a {
    color: #fff;
}

.contact-box:hover i {
    color: #fff;
}

.contact-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-box p {
    font-size: 16px;
    line-height: 1.5;
    font-family: "Raleway", sans-serif;
}
/*----------------------------About-Us---------------*/
.about-flex{
display:flex;
align-items:center;
gap:40px;
}

.about-text{
flex:1;
}

.about-text p{
text-align: justify;
}

.about-image{
flex:1;
}

.about-image img{
width:100%;
border-radius:8px;
margin: 20px 0px;
}

@media(max-width:768px){
.about-flex{
flex-direction:column;
}

.about-image img{
width: 100%;
border-radius: 8px;
margin: 10px 5px;
}

}
/*--------------Service Section Page --------------*/

.services-intro{
max-width: 900px;
margin:auto;
margin-bottom:40px;
}

.mt-80{
margin-top:80px;
}

.services-grid{
display:grid;
flex-wrap:wrap;
justify-content:center;
gap:25px;
}

.service-box{
width: 300px;
text-align:center;
padding:25px;
background:#fff;
border-radius:8px;
box-shadow:0 3px 10px rgba(0,0,0,0.08);
transition:0.3s;
text-decoration:none;
color:#222;
}

.service-box:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.service-box img{
width: 248px;
height: 178px;
margin-bottom: 15px;
border-radius: 8px;
}

.service-box span{
display:block;
font-weight:500;
}


@media(max-width:992px){

.service-box{
width:45%;
}

}

@media(max-width:600px){

.service-box{
width:100%;
}
.service-box img{
height: 104px;
margin-bottom: 10px;
border-radius: 8px;
}

}


/*----------Framing Page-------------*/
.framing-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.framing-block {
  margin-bottom: 60px;
  text-align: center;
}

.framing-block h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.framing-block p {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #555;
}

.framing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* 2nd row center alignment */
.framing-grid a:nth-child(4) {
  grid-column: 1 / 2;
}
.framing-grid a:nth-child(5) {
  grid-column: 2 / 3;
}

.frame-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.frame-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: 0.4s;
}

.frame-card span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}

.frame-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
}

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

.frame-card:hover::after {
  background: rgba(0,0,0,0.5);
}

/* Responsive */
@media (max-width: 992px) {
  .framing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .framing-grid {
    grid-template-columns: 1fr;
  }
} 
/*-------------------------------------------Serive Pages----------------------------------*/



/*===============================
    Service Intro
================================*/

.service-intro-section{
    padding:30px 0;
    background:#fff;
}

.service-intro-content{
    padding-right:40px;
}

.section-tag{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    color:#b88b5a;
    text-transform:uppercase;
    margin-bottom:18px;
}

.service-intro-content h2{
    font-size:42px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.service-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

.service-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.highlight-card{
    background:#fff;
    padding:30px 25px;
    border-radius:14px;
    text-align:center;
    box-shadow:0 10px 35px rgba(0,0,0,.07);
    transition:.35s;
    border:1px solid #f3f3f3;
}

.highlight-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

.highlight-card .icon{
    font-size:42px;
    margin-bottom:18px;
}

.highlight-card h4{
    font-size:21px;
    font-weight:600;
    color:#222;
    margin-bottom:12px;
}

.highlight-card p{
    font-size:15px;
    line-height:1.7;
    color:#777;
    margin:0;
}


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

@media(max-width:991px){

.service-intro-section{
    padding:70px 0;
}

.service-intro-content{
    padding-right:0;
    margin-bottom:45px;
}

.service-intro-content h2{
    font-size:34px;
}

}


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

@media(max-width:767px){

.service-intro-section{
    padding:60px 0;
}

.section-tag{
    font-size:12px;
}

.service-intro-content{
    text-align:center;
}

.service-intro-content h2{
    font-size:30px;
}

.service-intro-content p{
    font-size:16px;
}

.service-highlights{
    grid-template-columns:1fr;
    gap:18px;
}

.highlight-card{
    padding:25px;
}

.highlight-card .icon{
    font-size:38px;
}

.highlight-card h4{
    font-size:20px;
}

}
/*-------------------------------------------Service by type---------------------------*/
/*=============================
      Service Types
==============================*/

.service-type-section{
    padding:90px 0;
    background:#fafafa;
}

.section-heading{
    max-width:900px;
    margin:0 auto 60px;
}

.section-heading span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.section-heading p{
    color:#777;
    font-size:17px;
    line-height:1.8;
}

.service-type-card{
    display:block;
    height:100%;
    background:#fff;
    border-radius:15px;
    padding:35px;
    text-decoration:none;
    color:#333;
    transition:.35s;
    border:1px solid #ececec;
    box-shadow:0 8px 30px rgba(0,0,0,.05);
}

.service-type-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 45px rgba(0,0,0,.12);
    border-color:#b88b5a;
    text-decoration:none;
}

.service-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f6f3ef;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:25px;
}

.service-type-card h3{
    font-size:25px;
    font-weight:600;
    margin-bottom:15px;
}

.service-type-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
}

.service-type-card ul{
    padding-left:18px;
    margin-bottom:25px;
}

.service-type-card li{
    color:#555;
    margin-bottom:10px;
}

.service-btn{
    color:#b88b5a;
    font-weight:600;
    transition:.3s;
}

.service-type-card:hover .service-btn{
    letter-spacing:.6px;
}


/* Tablet */

@media(max-width:991px){

.section-heading h2{
font-size:34px;
}

}


/* Mobile */

@media(max-width:767px){

.service-type-section{
padding:60px 0;
}

.section-heading{
margin-bottom:40px;
}

.section-heading h2{
font-size:30px;
}

.section-heading p{
font-size:16px;
}

.service-type-card{
padding:28px;
}

.service-type-card h3{
font-size:22px;
}

}
/*====================================
        Why Choose Section
====================================*/

.why-choose-service{
    padding:100px 0;
    background:#fff;
}

.why-image{
    position:relative;
}

.why-image img{
    width:100%;
    border-radius:15px;
}

.experience-box{
    position:absolute;
    bottom:30px;
    right:30px;
    background:#b88b5a;
    color:#fff;
    padding:25px 35px;
    border-radius:12px;
    text-align:center;
}

.experience-box h2{
    font-size:46px;
    font-weight:700;
    margin:0;
}

.experience-box span{
    font-size:16px;
}

.sub-title{
    color:#b88b5a;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:700;
}

.why-content h2{
    font-size:42px;
    margin:18px 0 25px;
    color:#222;
    font-weight:700;
}

.why-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.feature-item{
    display:flex;
    gap:20px;
    margin-bottom:5px;
}

.feature-item .icon{
    width:50px;
    height:50px;
    min-width:50px;
    border-radius:50%;
    background:#b88b5a;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    font-size:18px;
}

.feature-item h4{
    font-size:21px;
    margin-bottom:8px;
    color:#222;
}

.feature-item p{
    margin:0;
    color:#666;
}


/* Tablet */

@media(max-width:991px){

.why-content{
    margin-top:50px;
}

.why-content h2{
    font-size:34px;
}

}


/* Mobile */

@media(max-width:767px){

.why-choose-service{
    padding:70px 0;
}

.experience-box{
    right:15px;
    bottom:15px;
    padding:18px 25px;
}

.experience-box h2{
    font-size:32px;
}

.why-content{
    margin-top:40px;
}

.why-content h2{
    font-size:30px;
}

.feature-item{
    gap:15px;
}

.feature-item h4{
    font-size:19px;
}

}

/*====================================
        CTA Section
====================================*/

.service-cta{
    padding:100px 0;
    background:#faf8f5;
}

.service-cta-box{
    background:linear-gradient(135deg,#111,#222);
    border-radius:18px;
    padding:70px;
    overflow:hidden;
    position:relative;
}

.service-cta-box::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(184,139,90,.08);
    border-radius:50%;
    top:-170px;
    right:-120px;
}

.service-cta-box::after{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
    left:-100px;
    bottom:-100px;
}

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

.cta-content span{
    color:#b88b5a;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
}

.cta-content h2{
    color:#fff;
    font-size:44px;
    font-weight:700;
    margin:18px 0 22px;
}

.cta-content p{
    color:#d9d9d9;
    font-size:17px;
    line-height:1.9;
    margin:0;
}

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:flex-end;
    position:relative;
    z-index:2;
}

.btn-primary-cta{
    background:#b88b5a;
    color:#fff;
    text-decoration:none;
    padding:18px 36px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-primary-cta:hover{
    background:#fff;
    color:#222;
}

.btn-outline-cta{
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
    text-decoration:none;
    padding:18px 36px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-outline-cta:hover{
    background:#fff;
    color:#222;
}


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

@media(max-width:991px){

.service-cta{
padding:80px 0;
}

.service-cta-box{
padding:50px;
text-align:center;
}

.cta-content h2{
font-size:36px;
}

.cta-buttons{
margin-top:40px;
align-items:center;
}

}


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

@media(max-width:767px){

.service-cta{
padding:60px 0;
}

.service-cta-box{
padding:35px 25px;
}

.cta-content h2{
font-size:30px;
line-height:1.3;
}

.cta-content p{
font-size:16px;
}

.cta-buttons{
width:100%;
}

.btn-primary-cta,
.btn-outline-cta{
width:100%;
text-align:center;
padding:16px;
}

}
/*=====================================
      Picture Framing Overview
======================================*/

.pf-intro-section{
    padding:100px 0;
    background:#fff;
}

.pf-content{
    padding-right:40px;
}

.pf-subtitle{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:18px;
}

.pf-content h2{
    font-size: 32px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.pf-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

.pf-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:35px;
}

.feature{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:18px 20px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.feature:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

.pf-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.pf-image img{
    width:100%;
    transition:.5s;
}

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

.pf-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:22px 28px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
    text-align:center;
}

.pf-badge h3{
    color:#b88b5a;
    font-size:36px;
    margin:0;
    font-weight:700;
}

.pf-badge span{
    font-size:15px;
    color:#555;
}


/* Tablet */

@media(max-width:991px){

.pf-intro-section{
padding:80px 0;
}

.pf-content{
padding-right:0;
margin-bottom:50px;
}

.pf-content h2{
font-size:36px;
}

}


/* Mobile */

@media(max-width:767px){

.pf-intro-section{
padding:60px 0;
}

.pf-content{
text-align:center;
}

.pf-content h2{
font-size:30px;
}

.pf-content p{
font-size:16px;
}

.pf-features{
grid-template-columns:1fr;
}

.feature{
text-align:left;
}

.pf-badge{

bottom:15px;
right:15px;

padding:16px 20px;

}

.pf-badge h3{

font-size:28px;

}

}
/*==================================
 Picture Framing Services
===================================*/

.pf-services{
    padding:100px 0;
    background:#fafafa;
}

.section-title{
    max-width:760px;
    margin:0 auto 60px;
}

.section-title span{
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
}

.section-title h2{
    font-size:42px;
    margin:20px 0;
    font-weight:700;
}

.section-title p{
    color:#777;
    line-height:1.9;
}

.pf-service-card{
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    transition:.35s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;
}

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

.pf-service-card img{
    width:100%;
    height: 304px;
    object-fit:cover;
}

.service-content{
    padding:30px;
}

.service-content h3{
    font-size: 18px;
    margin-bottom:15px;
}

.service-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.service-content a{
    color:#b88b5a;
    font-weight:600;
    text-decoration:none;
}

.service-content a:hover{
    letter-spacing:.5px;
}

/* Tablet */

@media(max-width:991px){

.section-title h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.pf-services{
padding:70px 0;
}

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

.section-title h2{
font-size:30px;
}

.service-content{
padding:25px;
}

.service-content h3{
font-size:22px;
}

}
/*=========================================
    Premium Frame Collection Section
=========================================*/

.frame-collection-section{
    padding:100px 0;
    background:#fff;
}

/*==============================
    Section Heading
==============================*/

.frame-collection-section .section-heading{
    max-width:760px;
    margin:0 auto 60px;
}

.frame-collection-section .section-heading span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#b88b5a;
    margin-bottom:15px;
}

.frame-collection-section .section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.frame-collection-section .section-heading p{
    font-size:17px;
    line-height:1.9;
    color:#6f6f6f;
    margin:0;
}

/*==============================
      Desktop Layout
==============================*/

.frame-slider{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

/*==============================
          Card
==============================*/

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

.frame-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,.16);
}

.frame-card figure{
    margin:0;
    position:relative;
    overflow:hidden;
}

.frame-card img{
    width:100%;
    height: 402px;
    object-fit:cover;
    display:block;
    transition:.6s ease;
}

.frame-card:hover img{
    transform:scale(1.08);
}

/*==============================
        Overlay
==============================*/

.frame-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:22px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.88) 0%,
        rgba(0,0,0,.58) 45%,
        rgba(0,0,0,0) 100%
    );

}

.frame-overlay h3{
    color:#fff;
    font-size:25px;
    font-weight:600;
    margin-bottom:8px;
    line-height:1.3;
}

.frame-overlay p{
    color:rgba(255,255,255,.90);
    font-size:15px;
    line-height:1.6;
    margin:0;
}

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

@media(max-width:991px){

.frame-collection-section{
padding:80px 0;
}

.frame-collection-section .section-heading{
margin-bottom:45px;
}

.frame-collection-section .section-heading h2{
font-size:34px;
}

.frame-slider{
grid-template-columns:repeat(2,1fr);
gap:20px;
}

.frame-card img{
height:420px;
}

}

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

@media(max-width:767px){

.frame-collection-section{
pading:60px 0;

}

.frame-collection-section .section-heading{
margin-bottom:35px;
padding:0 12px;
}

.frame-collection-section .section-heading span{
font-size:12px;
}

.frame-collection-section .section-heading h2{
font-size:30px;
}

.frame-collection-section .section-heading p{
font-size:16px;
line-height:1.8;
}

/* Horizontal Scroll */

.frame-slider{
display:flex;
overflow-x:auto;
gap:18px;
padding:5px 15px 10px;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
scrollbar-width:none;
}

.frame-slider::-webkit-scrollbar{
display:none;
}

.frame-card{
min-width:280px;
flex:0 0 280px;
scroll-snap-align:start;
}

.frame-card img{
height:400px;
}

.frame-overlay{
padding:18px;
}

.frame-overlay h3{
font-size:22px;
}

.frame-overlay p{
font-size:14px;
}

}
/*=========================================
      Picture Framing CTA
=========================================*/

.picture-framing-cta{
    padding:90px 0;
    background:#fafafa;
}

.pf-cta-box{
    background:#1b1b1b;
    border-radius:18px;
    padding:65px;
    overflow:hidden;
    position:relative;
}

.pf-cta-box::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(184,139,90,.08);
    top:-150px;
    right:-120px;
}

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

.pf-cta-content span{
    color:#b88b5a;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
}

.pf-cta-content h2{
    color:#fff;
    font-size:42px;
    margin:18px 0;
    font-weight:700;
}

.pf-cta-content p{
    color:#d6d6d6;
    font-size:17px;
    line-height:1.8;
    margin:0;
}

.pf-cta-buttons{
    display:flex;
    flex-direction:column;
    gap:18px;
    align-items:flex-end;
    position:relative;
    z-index:2;
}

.pf-btn-primary{
    background:#b88b5a;
    color:#fff;
    padding:18px 38px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.pf-btn-primary:hover{
    background:#fff;
    color:#222;
}

.pf-btn-outline{
    border:2px solid rgba(255,255,255,.25);
    color:#fff;
    padding:18px 38px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.pf-btn-outline:hover{
    background:#fff;
    color:#222;
}

/* Tablet */

@media(max-width:991px){

.pf-cta-box{
padding:45px;
text-align:center;
}

.pf-cta-content h2{
font-size:34px;
}

.pf-cta-buttons{
margin-top:35px;
align-items:center;
}

}

/* Mobile */

@media(max-width:767px){

.picture-framing-cta{
padding:60px 0;
}

.pf-cta-box{
padding:35px 25px;
}

.pf-cta-content h2{
font-size:30px;
}

.pf-cta-content p{
font-size:16px;
}

.pf-btn-primary,
.pf-btn-outline{
width:100%;
text-align:center;
}

}
/*=========================================
    Art Installation Intro
=========================================*/

.art-installation-intro{
    padding:100px 0;
    background:#fff;
}

.installation-content{
    padding-right:40px;
}

.section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.installation-content h2{
    font-size:44px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.installation-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Service List */

.installation-services-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.service-item{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.service-item:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.installation-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.installation-image img{
    width:100%;
    transition:.5s;
}

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

/* Floating Badge */

.installation-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:22px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.installation-badge h3{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#b88b5a;
}

.installation-badge span{
    font-size:15px;
    color:#555;
}

/* Tablet */

@media(max-width:991px){

.art-installation-intro{
padding:80px 0;
}

.installation-content{
padding-right:0;
margin-bottom:45px;
}

.installation-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.art-installation-intro{
padding:60px 0;
}

.installation-content{
text-align:center;
}

.installation-content h2{
font-size:30px;
}

.installation-content p{
font-size:16px;
}

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

.service-item{
text-align:left;
}

.installation-badge{
padding:16px 20px;
bottom:15px;
right:15px;
}

.installation-badge h3{
font-size:28px;
}

}
/*=========================================
      Art Installation Services
=========================================*/

.art-installation-services{
    padding:100px 0;
    background:#f8f8f8;
}

/* Heading */

.art-installation-services .section-heading{
    max-width:760px;
    margin:0 auto 60px;
}

.art-installation-services .section-heading span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.art-installation-services .section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.art-installation-services .section-heading p{
    font-size:17px;
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Cards */

.art-install-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    transition:.35s;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.art-install-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.14);
}

.art-install-card figure{
    overflow:hidden;
    margin:0;
}

.art-install-card img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.6s;
}

.art-install-card:hover img{
    transform:scale(1.08);
}

.card-content{
    padding:28px;
}

.card-content span{
    display:inline-block;
    color:#b88b5a;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.card-content h3{
    font-size:24px;
    font-weight:600;
    color:#222;
    margin-bottom:12px;
    line-height:1.3;
}

.card-content p{
    color:#666;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.art-installation-services{
padding:80px 0;
}

.art-installation-services .section-heading h2{
font-size:34px;
}

.art-install-card img{
height:220px;
}

}

/* Mobile */

@media(max-width:767px){

.art-installation-services{
padding:60px 0;
}

.art-installation-services .section-heading{
margin-bottom:40px;
padding:0 12px;
}

.art-installation-services .section-heading h2{
font-size:30px;
}

.art-installation-services .section-heading p{
font-size:16px;
}

.card-content{
padding:22px;
}

.card-content h3{
font-size:22px;
}

.card-content p{
font-size:15px;
line-height:1.7;
}

.art-install-card img{
height:220px;
}

}
/*=========================================
        Why Art Installation
=========================================*/

.why-art-installation{
    padding:100px 0;
    background:#fff;
}

.why-install-image{
    position:relative;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.why-install-image img{
    width:100%;
    transition:.5s;
}

.why-install-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.experience-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:22px 28px;
    border-radius:12px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.experience-badge h3{
    margin:0;
    font-size:34px;
    color:#b88b5a;
    font-weight:700;
}

.experience-badge span{
    color:#555;
    font-size:15px;
}

/* Content */

.why-install-content{
    padding-left:40px;
}

.why-install-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    letter-spacing:2px;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:18px;
}

.why-install-content h2{
    font-size:42px;
    margin-bottom:20px;
    font-weight:700;
    color:#222;
}

.why-install-content>p{
    color:#666;
    line-height:1.9;
    margin-bottom:35px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
}

.why-item{
    padding:22px;
    border-radius:12px;
    background:#fafafa;
    border-left:4px solid #b88b5a;
    transition:.3s;
}

.why-item:hover{
    transform:translateY(-5px);
    background:#f8f2eb;
}

.why-item h4{
    font-size:20px;
    margin-bottom:10px;
    color:#222;
}

.why-item p{
    margin:0;
    color:#666;
    line-height:1.7;
}

/* Tablet */

@media(max-width:991px){

.why-art-installation{
padding:80px 0;
}

.why-install-content{
padding-left:0;
margin-top:45px;
}

.why-install-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.why-art-installation{
padding:60px 0;
}

.why-install-content h2{
font-size:30px;
}

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

.experience-badge{
left:15px;
bottom:15px;
padding:18px 22px;
}

}
/*=========================================
        Art Sourcing Intro
=========================================*/

.art-sourcing-intro{
    padding:100px 0;
    background:#fff;
}

.art-sourcing-content{
    padding-right:40px;
}

.art-sourcing-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.art-sourcing-content h2{
    font-size:44px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.art-sourcing-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Highlights */

.art-sourcing-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.highlight-item{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.highlight-item:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.art-sourcing-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.art-sourcing-image img{
    width:100%;
    transition:.5s;
}

.art-sourcing-image:hover img{
    transform:scale(1.05);
}

/* Floating Badge */

.art-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.art-badge h3{
    margin:0;
    font-size:30px;
    color:#b88b5a;
    font-weight:700;
}

.art-badge span{
    font-size:15px;
    color:#555;
}

/* Tablet */

@media(max-width:991px){

.art-sourcing-intro{
padding:80px 0;
}

.art-sourcing-content{
padding-right:0;
margin-bottom:45px;
}

.art-sourcing-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.art-sourcing-intro{
padding:60px 0;
}

.art-sourcing-content{
text-align:center;
}

.art-sourcing-content h2{
font-size:30px;
}

.art-sourcing-content p{
font-size:16px;
}

.art-sourcing-highlights{
grid-template-columns:1fr;
}

.highlight-item{
text-align:left;
}

.art-badge{
bottom:15px;
right:15px;
padding:16px 22px;
}

.art-badge h3{
font-size:24px;
}

}
/*=========================================
        Art Sourcing CTA
=========================================*/

.art-sourcing-cta{
    padding:90px 0;
    background:#f8f8f8;
}

.art-cta-box{
    background:#1d1d1d;
    border-radius:20px;
    padding:60px;
    overflow:hidden;
    position:relative;
}

.art-cta-box::before{
    content:"";
    position:absolute;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(184,139,90,.08);
    top:-180px;
    right:-120px;
}

/* Left */

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

.art-cta-content span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.art-cta-content h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.art-cta-content p{
    color:#d6d6d6;
    font-size:17px;
    line-height:1.9;
}

/* Features */

.art-cta-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:35px;
}

.cta-feature{
    background:rgba(255,255,255,.05);
    border-left:3px solid #b88b5a;
    padding:15px 18px;
    color:#fff;
    border-radius:8px;
    font-weight:500;

}

/* Right */

.art-cta-action{
    background:#fff;
    border-radius:16px;
    padding:40px;
    text-align:center;
    position:relative;
    z-index:2;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.art-cta-action h3{
    font-size:30px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.art-cta-action p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.btn-quote{
    display:block;
    width:100%;
    background:#b88b5a;
    color:#fff;
    padding:16px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.btn-quote:hover{
    background:#222;
    color:#fff;
}

.btn-call{
    display:block;
    width:100%;
    border:2px solid #b88b5a;
    color:#b88b5a;
    padding:16px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-call:hover{
    background:#b88b5a;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.art-sourcing-cta{
padding:80px 0;
}

.art-cta-box{
padding:45px;
}

.art-cta-content{
margin-bottom:40px;
}

.art-cta-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.art-sourcing-cta{
padding:60px 0;
}

.art-cta-box{
padding:30px 20px;
}

.art-cta-content h2{
font-size:30px;
}

.art-cta-content p{
font-size:16px;
}

.art-cta-features{
grid-template-columns:1fr;
}

.art-cta-action{
padding:30px 20px;
}

.art-cta-action h3{
font-size:26px;
}

}
/*=========================================
        Graffiti Art Intro
=========================================*/

.graffiti-art-intro{
    padding:100px 0;
    background:#fff;
}

.graffiti-content{
    padding-right:40px;
}

.graffiti-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.graffiti-content h2{
    font-size:44px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.graffiti-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Highlights */

.graffiti-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.highlight-box{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.highlight-box:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.graffiti-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.graffiti-image img{
    width:100%;
    transition:.6s;
}

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

/* Badge */

.graffiti-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.graffiti-badge h3{
    margin:0;
    font-size:30px;
    color:#b88b5a;
    font-weight:700;
}

.graffiti-badge span{
    font-size:15px;
    color:#555;
}

/* Tablet */

@media(max-width:991px){

.graffiti-art-intro{
padding:80px 0;
}

.graffiti-content{
padding-right:0;
margin-bottom:45px;
}

.graffiti-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.graffiti-art-intro{
padding:60px 0;
}

.graffiti-content{
text-align:center;
}

.graffiti-content h2{
font-size:30px;
}

.graffiti-content p{
font-size:16px;
}

.graffiti-highlights{
grid-template-columns:1fr;
}

.highlight-box{
text-align:left;
}

.graffiti-badge{
bottom:15px;
right:15px;
padding:16px 20px;
}

.graffiti-badge h3{
font-size:24px;
}

}
/*=========================================
        Graffiti CTA
=========================================*/

.graffiti-cta-section{
    padding:90px 0;
    background:#f7f7f7;
}

.graffiti-cta{
    background:#1f1f1f;
    border-radius:20px;
    padding:60px;
    position:relative;
    overflow:hidden;
}

.graffiti-cta:before{
    content:"";
    position:absolute;
    width:380px;
    height:380px;
    background:rgba(184,139,90,.08);
    border-radius:50%;
    top:-180px;
    right:-120px;
}

/* Left */

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

.graffiti-cta-content span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.graffiti-cta-content h2{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.graffiti-cta-content p{
    color:#d8d8d8;
    font-size:17px;
    line-height:1.9;
}

.graffiti-benefits{
    margin:30px 0 0;
    padding:0;
    list-style:none;
}

.graffiti-benefits li{
    color:#fff;
    margin-bottom:15px;
    padding-left:28px;
    position:relative;
}

.graffiti-benefits li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#b88b5a;
    font-weight:700;
}

/* Right */

.graffiti-contact-box{
    background:#fff;
    border-radius:16px;
    padding:35px;
    text-align:center;
    position:relative;
    z-index:2;
}

.graffiti-contact-box h3{
    font-size:28px;
    color:#222;
    margin-bottom:15px;
    font-weight:700;
}

.graffiti-contact-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:25px;
}

.graffiti-btn{
    display:block;
    width:100%;
    background:#b88b5a;
    color:#fff;
    padding:15px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.graffiti-btn:hover{
    background:#222;
    color:#fff;
}

.graffiti-btn-outline{
    display:block;
    width:100%;
    border:2px solid #b88b5a;
    color:#b88b5a;
    padding:15px;
    border-radius:8px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.graffiti-btn-outline:hover{
    background:#b88b5a;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

.graffiti-cta{
padding:45px;
}

.graffiti-cta-content{
margin-bottom:40px;
}

.graffiti-cta-content h2{
font-size:34px;
}

}

@media(max-width:767px){

.graffiti-cta-section{
padding:60px 0;
}

.graffiti-cta{
padding:30px 20px;
}

.graffiti-cta-content h2{
font-size:30px;
}

.graffiti-cta-content p{
font-size:16px;
}

.graffiti-contact-box{
padding:25px;
}

.graffiti-contact-box h3{
font-size:24px;
}

}
/*=========================================
        Fine Art Printing Intro
=========================================*/

.fine-art-printing-intro{
    padding:100px 0;
    background:#fff;
}

.fine-print-content{
    padding-right:40px;
}

.fine-print-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.fine-print-content h2{
    font-size:44px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.fine-print-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Features */

.printing-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.feature-item{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
}

.feature-item:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.fine-print-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.fine-print-image img{
    width:100%;
    transition:.5s;
}

.fine-print-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.printing-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.printing-badge h3{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#b88b5a;
}

.printing-badge span{
    color:#555;
    font-size:15px;
}

/* Tablet */

@media(max-width:991px){

.fine-art-printing-intro{
padding:80px 0;
}

.fine-print-content{
padding-right:0;
margin-bottom:45px;
}

.fine-print-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.fine-art-printing-intro{
padding:60px 0;
}

.fine-print-content{
text-align:center;
}

.fine-print-content h2{
font-size:30px;
}

.fine-print-content p{
font-size:16px;
}

.printing-features{
grid-template-columns:1fr;
}

.feature-item{
text-align:left;
}

.printing-badge{
bottom:15px;
right:15px;
padding:16px 20px;
}

.printing-badge h3{
font-size:24px;
}

}
/*=========================================
      Fine Art Printing Services
=========================================*/

.printing-services-section{
    padding:100px 0;
    background:#f8f8f8;
}

/* Heading */

.printing-services-section .section-heading{
    max-width: 900px;
    margin:0 auto 60px;
}

.printing-services-section .section-heading span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.printing-services-section .section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:18px;
}

.printing-services-section .section-heading p{
    font-size:17px;
    color:#666;
    line-height:1.8;
}

/* Cards */

.printing-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.printing-card:hover{
    transform:translateY(-8px);
    box-shadow:0 22px 45px rgba(0,0,0,.14);
}

.printing-card figure{
    margin:0;
    overflow:hidden;
}

.printing-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    transition:.6s;
}

.printing-card:hover img{
    transform:scale(1.08);
}

.printing-card-content{
    padding:28px;
}

.printing-card-content span{
    display:inline-block;
    color:#b88b5a;
    font-size:12px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.printing-card-content h3{
    font-size:24px;
    font-weight:600;
    color:#222;
    margin-bottom:12px;
}

.printing-card-content p{
    font-size:16px;
    line-height:1.8;
    color:#666;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.printing-services-section{
padding:80px 0;
}

.printing-services-section .section-heading h2{
font-size:34px;
}

.printing-card img{
height:220px;
}

}

/* Mobile */

@media(max-width:767px){

.printing-services-section{
padding:60px 0;
}

.printing-services-section .section-heading{
margin-bottom:40px;
padding:0 12px;
}

.printing-services-section .section-heading h2{
font-size:30px;
}

.printing-services-section .section-heading p{
font-size:16px;
}

.printing-card img{
height:220px;
}

.printing-card-content{
padding:22px;
}

.printing-card-content h3{
font-size:22px;
}

.printing-card-content p{
font-size:15px;
line-height:1.7;
}

}
/*=========================================
      SEO & Accessibility Helper
=========================================*/

.visually-hidden{
    position:absolute !important;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

/* Better Image Rendering */

.printing-card img{
    display:block;
    max-width:100%;
    height:auto;
}

/* Better Text Rendering */

.printing-card-content h3{
    text-wrap:balance;
}

.printing-card-content p{
    text-wrap:pretty;
}
/*=========================================
        Fine Printing CTA
=========================================*/

.fine-printing-cta{
    padding:100px 0;
    background:linear-gradient(135deg,#1b1b1b,#2d2d2d);
    color:#fff;
}

.cta-content span{
    display:inline-block;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.cta-content h2{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
}

.cta-content p{
    font-size:17px;
    line-height:1.9;
    color:#ddd;
    margin-bottom:30px;
}

.cta-features{
    list-style:none;
    padding:0;
    margin:0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.cta-features li{
    font-size: 16px;
    color: #fff;
    background: #575353;
    border-radius: 10px;
    padding: 10px 0px 10px 10px;
    transition-duration: 0.5s;
}
.cta-features li:hover{
    color: #fff;
    background: #a9a9a9;
    transition-duration: 0.5s;
}

.cta-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 40px rgba(0,0,0,.25);
}

.cta-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:15px;
}

.cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.cta-btn{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
    margin-bottom:15px;
}

.cta-btn:hover{
    background:#b48755;
    color:#fff;
}

.cta-call{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.cta-call:hover{
    background:#c89b67;
    color:#fff;
}

@media(max-width:991px){

.fine-printing-cta{
padding:80px 0;
}

.cta-content{
margin-bottom:40px;
}

.cta-content h2{
font-size:34px;
}

}

@media(max-width:767px){

.fine-printing-cta{
padding:60px 0;
}

.cta-content{
text-align:center;
}

.cta-content h2{
font-size:28px;
}

.cta-features{
grid-template-columns:1fr;
}

.cta-box{
padding:30px 25px;
}

}
/*=========================================
    Scanning & Retouching Intro
=========================================*/

.scanning-retouching-intro{
    padding:100px 0;
    background:#fff;
}

.scan-content{
    padding-right:40px;
}

.scan-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.scan-content h2{
    font-size: 32px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.scan-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Features */

.scan-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.scan-features .feature-item{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
    margin-bottom: 5px;
}

.scan-features .feature-item:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.scan-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.scan-image img{
    width:100%;
    transition:.5s;
}

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

/* Badge */

.scan-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.scan-badge h3{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#b88b5a;
}

.scan-badge span{
    color:#555;
    font-size:15px;
}

/* Tablet */

@media(max-width:991px){

.scanning-retouching-intro{
padding:80px 0;
}

.scan-content{
padding-right:0;
margin-bottom:45px;
}

.scan-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.scanning-retouching-intro{
padding:60px 0;
}

.scan-content{
text-align:center;
}

.scan-content h2{
font-size:30px;
}

.scan-content p{
font-size:16px;
}

.scan-features{
grid-template-columns:1fr;
}

.scan-features .feature-item{
text-align:left;
}

.scan-badge{
bottom:15px;
right:15px;
padding:16px 20px;
}

.scan-badge h3{
font-size:24px;
}

}
/*=========================================
    Scanning Services Section
=========================================*/

.scan-services-section{
    padding:100px 0;
    background:#f8f8f8;
}

.scan-services-section .section-heading{
    max-width:900px;
    margin:0 auto 60px;
}

.scan-services-section .section-heading span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.scan-services-section .section-heading h2{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
}

.scan-services-section .section-heading p{
    font-size:17px;
    line-height:1.8;
    color:#666;
}

/* Card */

.scan-service-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    height:100%;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid transparent;
}

.scan-service-card:hover{
    transform:translateY(-10px);
    border-color:#d8b185;
    box-shadow:0 25px 50px rgba(0,0,0,.15);
}

.scan-service-card figure{
    margin:0;
    overflow:hidden;
}

.scan-service-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.6s;
}

.scan-service-card:hover img{
    transform:scale(1.08);
}

.scan-card-content{
    padding:28px;
}

.scan-card-content span{
    display:inline-block;
    font-size:12px;
    color:#b88b5a;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.scan-card-content h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
    line-height:1.3;
}

.scan-card-content p{
    font-size:16px;
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Responsive */

@media(max-width:991px){

.scan-services-section{
padding:80px 0;
}

.scan-services-section .section-heading h2{
font-size:34px;
}

}

@media(max-width:767px){

.scan-services-section{
padding:60px 0;
}

.scan-services-section .section-heading{
margin-bottom:40px;
}

.scan-services-section .section-heading h2{
font-size:30px;
}

.scan-card-content{
padding:22px;
}

.scan-card-content h3{
font-size:22px;
}

}
/*=========================================
    Restoration Process
=========================================*/

.restoration-process{
    padding:100px 0;
    background:#fff;
}

.process-box{
    position:relative;
    text-align:center;
    padding:40px 25px;
}

.process-number{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#b88b5a;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.process-box h3{
    font-size:24px;
    margin-bottom:15px;
}

.process-box p{
    color:#666;
    line-height:1.8;
}

.process-box::after{
    content:"";
    position:absolute;
    top:35px;
    right:-50%;
    width:100%;
    height:2px;
    background:#e6d2bc;
}

.process-box:last-child::after{
    display:none;
}

@media(max-width:991px){

.process-box::after{
display:none;
}

}
/*=========================================
        Scanning CTA
=========================================*/

.scan-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#161616,#2b2b2b);
    color:#fff;
}

.scan-cta-content .section-tag{
    display:inline-block;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.scan-cta-content h2{
    font-size:32px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
    color: #fff;
}

.scan-cta-content p{
    font-size:17px;
    line-height:1.9;
    color:#ddd;
    margin-bottom:35px;
}

.cta-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.highlight-item{
    font-size:16px;
    color:#fff;
    background: #554f4f;
    transition-duration: 0.5s;
}
.highlight-item:hover {
    color:#fff;
    background: #676161;
    transition-duration: 0.5s;
}

/* Right Box */

.scan-cta-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.scan-cta-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.scan-cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.scan-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
    margin-bottom:15px;
}

.scan-btn-primary:hover{
    background:#b48755;
    color:#fff;
}

.scan-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.scan-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.scan-cta-section{
padding:80px 0;
}

.scan-cta-content{
margin-bottom:45px;
}

.scan-cta-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.scan-cta-section{
padding:60px 0;
}

.scan-cta-content{
text-align:center;
}

.scan-cta-content h2{
font-size:30px;
}

.scan-cta-content p{
font-size:16px;
}

.cta-highlights{
grid-template-columns:1fr;
}

.scan-cta-box{
padding:30px 25px;
}

.scan-cta-box h3{
font-size:24px;
}
}
/*=========================================
    Corporate & Retail Intro
=========================================*/

.corporate-retail-intro{
    padding:100px 0;
    background:#fff;
}

.corporate-content{
    padding-right:45px;
}

.corporate-content .section-tag{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.corporate-content h2{
    font-size: 32px;
    font-weight:700;
    line-height:1.25;
    color:#222;
    margin-bottom:25px;
}

.corporate-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:22px;
}

/* Features */

.corporate-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.corporate-features .feature-item{
    background:#fafafa;
    border-left:4px solid #b88b5a;
    padding:16px 18px;
    border-radius:8px;
    font-weight:600;
    color:#333;
    transition:.3s;
    margin-bottom: 5px;
}

.corporate-features .feature-item:hover{
    background:#f8f2eb;
    transform:translateX(5px);
}

/* Image */

.corporate-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:100%;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.corporate-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

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

/* Badge */

.corporate-badge{
    position:absolute;
    bottom:25px;
    right:25px;
    background:#fff;
    padding:20px 28px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.corporate-badge h3{
    margin:0;
    font-size:30px;
    font-weight:700;
    color:#b88b5a;
}

.corporate-badge span{
    color:#555;
    font-size:15px;
}

/* Tablet */

@media(max-width:991px){

.corporate-retail-intro{
padding:80px 0;
}

.corporate-content{
padding-right:0;
margin-bottom:45px;
}

.corporate-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.corporate-retail-intro{
padding:60px 0;
}

.corporate-content{
text-align:center;
}

.corporate-content h2{
font-size:30px;
}

.corporate-content p{
font-size:16px;
}

.corporate-features{
grid-template-columns:1fr;
}

.corporate-features .feature-item{
text-align:left;
}

.corporate-badge{
bottom:15px;
right:15px;
padding:16px 20px;
}

.corporate-badge h3{
font-size:24px;
}

}
/*=========================================
        Trade Directory Section
=========================================*/

.trade-directory-section{
    padding:100px 0;
    background:#f8f8f8;
}

.trade-directory-section .section-heading{
    max-width:760px;
    margin:0 auto 60px;
}

.trade-directory-section .section-heading span{
    display:inline-block;
    color:#b88b5a;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.trade-directory-section .section-heading h2{
    font-size:42px;
    margin-bottom:20px;
    color:#222;
    font-weight:700;
}

.trade-directory-section .section-heading p{
    font-size:17px;
    line-height:1.8;
    color:#666;
}

/*========================
Grid
=========================*/

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

/* Last 3 Cards Center */

.trade-card:nth-child(5){
    grid-column:2;
}

.trade-card:nth-child(6){
    grid-column:3;
}

.trade-card:nth-child(7){
    grid-column:4;
}

/*========================
Card
=========================*/

.trade-card{
    background:#fff;
    border-radius:18px;
    padding:35px 28px;
    text-align:center;
    text-decoration:none;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    height:100%;
    transition:.35s;
    border:1px solid transparent;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.trade-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.14);
}

.trade-icon{
    width:72px;
    height:72px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f7efe7;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c89b67;
    font-size:28px;
    transition:.3s;
}

.trade-card:hover .trade-icon{
    transform:rotate(8deg);
}

.trade-card h3{
    font-size:22px;
    color:#222;
    margin-bottom:15px;
    line-height:1.3;
}

.trade-card p{
    color:#666;
    line-height:1.8;
    flex:1;
    margin-bottom:20px;
}

.trade-arrow{
    color:#c89b67;
    font-weight:600;
    transition:.3s;
}

.trade-card:hover .trade-arrow{
    letter-spacing:.5px;
}

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

@media(max-width:991px){

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

.trade-card:nth-child(5),

.trade-card:nth-child(6),

.trade-card:nth-child(7){

grid-column:auto;

}

}

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

@media(max-width:767px){

.trade-directory-section{
padding:60px 0;
overflow:hidden;
}

.trade-grid{
display:flex;
overflow-x:auto;
gap:18px;
padding-bottom:15px;
scroll-snap-type:x mandatory;
-webkit-overflow-scrolling:touch;
}

.trade-grid::-webkit-scrollbar{
display:none;
}

.trade-card{
flex:0 0 280px;
scroll-snap-align:start;
}

.trade-directory-section .section-heading{
margin-bottom:35px;
}

.trade-directory-section .section-heading h2{
font-size:30px;
}

.trade-directory-section .section-heading p{
font-size:16px;
}

}
/*=========================================
        Trade CTA
=========================================*/

.trade-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2d2d2d);
    color:#fff;
}

.trade-cta-content .section-tag{
    display:inline-block;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.trade-cta-content h2{
    font-size:44px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:25px;
    color: #fff;
}

.trade-cta-content p{
    font-size:17px;
    line-height:1.9;
    color:#ddd;
    margin-bottom:35px;
}

/* Highlights */

.trade-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.highlight-item{
    font-size:16px;
    color:#fff;
}

/* CTA Box */

.trade-cta-box{
    background:#fff;
    padding:40px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.trade-cta-box h3{
    color:#222;
    font-size:30px;
    margin-bottom:18px;
}

.trade-cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.trade-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
    margin-bottom:15px;
}

.trade-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.trade-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.trade-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.trade-cta-section{
padding:80px 0;
}

.trade-cta-content{
margin-bottom:45px;
}

.trade-cta-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.trade-cta-section{
padding:60px 0;
}

.trade-cta-content{
text-align:center;
}

.trade-cta-content h2{
font-size:30px;
}

.trade-cta-content p{
font-size:16px;
}

.trade-highlights{
grid-template-columns:1fr;
}

.trade-cta-box{
padding:30px 25px;
}

.trade-cta-box h3{
font-size:24px;
}

}
/*=========================================
    Corporate Intro Section
=========================================*/

.corporate-intro-section{
    padding:100px 0;
    background:#fff;
}

.corporate-intro-content{
    padding-right:40px;
}

.corporate-intro-content .section-tag{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    color:#c89b67;
    text-transform:uppercase;
    margin-bottom:18px;
}

.corporate-intro-content h2{
    font-size: 32px;
    line-height:1.3;
    color:#222;
    margin-bottom:25px;
}

.corporate-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.corporate-feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.corporate-feature-list .feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#333;
    margin-bottom: 5px;
}

.corporate-feature-list i{
    color:#c89b67;
}

/* Image */

.corporate-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.corporate-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.corporate-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.experience-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.experience-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.experience-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.corporate-intro-section{
padding:80px 0;
}

.corporate-intro-content{
padding-right:0;
margin-bottom:40px;
}

.corporate-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.corporate-intro-section{
padding:60px 0;
}

.corporate-intro-content{
text-align:center;
}

.corporate-intro-content h2{
font-size:30px;
}

.corporate-intro-content p{
font-size:16px;
}

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

.corporate-feature-list .feature-item{
justify-content:center;
}

.experience-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.experience-badge strong{
font-size:20px;
}

}
/*=========================================
    Corporate Solutions
=========================================*/

.corporate-solutions-section{
    padding:100px 0;
    background:#f8f8f8;
}

.corporate-service-card{
    background:#fff;
    border-radius:16px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    transition:.35s;
    border:1px solid #eee;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.corporate-service-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.service-icon{
    width:72px;
    height:72px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.corporate-service-card h3{
    font-size:24px;
    margin-bottom:18px;
    color:#222;
}

.corporate-service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.corporate-solutions-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.corporate-solutions-section{
padding:60px 0;
}

.corporate-service-card{
padding:30px 22px;
}

.corporate-service-card h3{
font-size:22px;
}

}
/*=========================================
    Corporate Benefits
=========================================*/

.corporate-benefits-section{
    padding:100px 0;
    background:#fff;
}

.benefit-box{
    text-align:center;
    padding:35px 28px;
    background:#fff;
    border:1px solid #eee;
    border-radius:16px;
    transition:.35s;
    height:100%;
}

.benefit-box:hover{
    transform:translateY(-8px);
    border-color:#c89b67;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.benefit-box i{
    width:75px;
    height:75px;
    border-radius:50%;
    background:#f7efe7;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 22px;
    font-size:30px;
}

.benefit-box h3{
    font-size:24px;
    margin-bottom:15px;
    color:#222;
}

.benefit-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.corporate-benefits-section{
padding:80px 0;
}

}

@media(max-width:767px){

.corporate-benefits-section{
padding:60px 0;
}

.benefit-box{
padding:28px 22px;
}

.benefit-box h3{
font-size:22px;
}

}
/*=========================================
        Corporate CTA
=========================================*/

.corporate-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#171717,#2b2b2b);
    color:#fff;
}

.corporate-cta-content .section-tag{
    display:inline-block;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.corporate-cta-content h2{
    font-size:44px;
    line-height:1.3;
    margin-bottom:25px;
    color: #fff;
}

.corporate-cta-content p{
    font-size:17px;
    color:#ddd;
    line-height:1.9;
    margin-bottom:35px;
}

/* Features */

.corporate-cta-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

.cta-feature{
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-weight:500;
}

.cta-feature i{
    color:#c89b67;
}

/* Box */

.corporate-cta-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.corporate-cta-box h3{
    color:#222;
    font-size:30px;
    margin-bottom:18px;
}

.corporate-cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.corporate-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.corporate-btn-primary:hover{
    background:#b48755;
    color:#fff;
}

.corporate-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.corporate-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.corporate-cta-section{
padding:80px 0;
}

.corporate-cta-content{
margin-bottom:40px;
}

.corporate-cta-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.corporate-cta-section{
padding:60px 0;
}

.corporate-cta-content{
text-align:center;
}

.corporate-cta-content h2{
font-size:30px;
}

.corporate-cta-content p{
font-size:16px;
}

.corporate-cta-features{
grid-template-columns:1fr;
}

.corporate-cta-box{
padding:30px 24px;
}

.corporate-cta-box h3{
font-size:24px;
}

}
/*=========================================
    Art Enthusiasts Intro
=========================================*/

.art-enthusiasts-intro{
    padding:100px 0;
    background:#fff;
}

.art-enthusiasts-content{
    padding-right:40px;
}

.art-enthusiasts-content .section-tag{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#c89b67;
    margin-bottom:18px;
}

.art-enthusiasts-content h2{
    font-size: 32px;
    line-height:1.3;
    color:#222;
    margin-bottom:25px;
}

.art-enthusiasts-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.art-feature-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.art-feature-list .feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#333;
    font-weight:600;
    margin-bottom: 5px;
}

.art-feature-list i{
    color:#c89b67;
}

/* Image */

.art-enthusiasts-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    height:100%;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.art-enthusiasts-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.art-enthusiasts-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.art-enth-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
    opacity: 80%;
}

.art-enth-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.art-enth-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.art-enthusiasts-intro{
padding:80px 0;
}

.art-enthusiasts-content{
padding-right:0;
margin-bottom:40px;
}

.art-enthusiasts-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.art-enthusiasts-intro{
padding:60px 0;
}

.art-enthusiasts-content{
text-align:center;
}

.art-enthusiasts-content h2{
font-size:30px;
}

.art-enthusiasts-content p{
font-size:16px;
}

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

.art-feature-list .feature-item{
justify-content:center;
}

.art-enth-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.art-enth-badge strong{
font-size:20px;
}

}
/*=========================================
    Art Enthusiasts Artwork Section
=========================================*/

.ae-artwork-section{
    padding:100px 0;
    background:#f8f8f8;
}

.ae-art-card{
    background:#fff;
    padding:38px 30px;
    border-radius:18px;
    height:100%;
    text-align:center;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.ae-art-card:hover{
    border-color:#c89b67;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.ae-art-icon{
    width:74px;
    height:74px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f1e8;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c89b67;
    font-size:30px;
    transition:.35s;
}

.ae-art-card:hover .ae-art-icon{
    transform:rotate(8deg) scale(1.05);
}

.ae-art-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
}

.ae-art-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.ae-artwork-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.ae-artwork-section{
padding:60px 0;
}

.ae-art-card{
padding:30px 22px;
}

.ae-art-card h3{
font-size:22px;
}

}
/*=========================================
    Art Enthusiasts CTA
=========================================*/

.ae-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#191919,#2d2d2d);
    color:#fff;
}

.ae-cta-tag{
    display:inline-block;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.ae-cta-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #fff;
}

.ae-cta-content p{
    color:#ddd;
    line-height:1.9;
    font-size:17px;
    margin-bottom:35px;
}

.ae-cta-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-weight:500;
}

.ae-cta-point i{
    color:#c89b67;
}

/* Box */

.ae-cta-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.20);
}

.ae-cta-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.ae-cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.ae-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.ae-btn-primary:hover{
    background:#b48755;
    color:#fff;
}

.ae-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.ae-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

.ae-cta-section{
padding:80px 0;
}

.ae-cta-content{
margin-bottom:40px;
}

.ae-cta-content h2{
font-size:34px;
}

}

@media(max-width:767px){

.ae-cta-section{
padding:60px 0;
}

.ae-cta-content{
text-align:center;
}

.ae-cta-content h2{
font-size:30px;
}

.ae-cta-content p{
font-size:16px;
}

.ae-cta-box{
padding:30px 24px;
margin-top:20px;
}

.ae-cta-box h3{
font-size:24px;
}

}
/*=========================================
    Artists & Photographers Intro
=========================================*/

.ap-intro-section{
    padding:100px 0;
    background:#fff;
}

.ap-intro-content{
    padding-right:40px;
}

.ap-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.ap-intro-content h2{
    font-size:32px;
    color:#222;
    line-height:1.3;
    margin-bottom:25px;
}

.ap-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.ap-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.ap-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#333;
    padding: 10px 0px 10px 10px;
    background: #cfcfcf;
    border-radius: 8px;
    transition-duration: 0.5s;
}

.ap-feature-item:hover{
    color:#ffffff;
    background: #505151;
    transition-duration: 0.5s;
}
/* Image */

.ap-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ap-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.ap-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.ap-intro-badge{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.ap-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.ap-intro-badge span{
    color:#777;
    font-size:14px;
}

/* Tablet */

@media(max-width:991px){

.ap-intro-section{
padding:80px 0;
}

.ap-intro-content{
padding-right:0;
margin-bottom:40px;
}

.ap-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.ap-intro-section{
padding:60px 0;
}

.ap-intro-content{
text-align:center;
}

.ap-intro-content h2{
font-size:30px;
}

.ap-intro-content p{
font-size:16px;
}

.ap-feature-grid{
grid-template-columns:1fr;
}

.ap-feature-item{
justify-content:center;
}

.ap-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.ap-intro-badge strong{
font-size:20px;
}

}
/*=========================================
    Artists & Photographers Services
=========================================*/

.ap-services-section{
    padding:100px 0;
    background:#f8f8f8;
}

.ap-service-card{
    background:#fff;
    border-radius:18px;
    padding:38px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ap-service-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ap-service-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.ap-service-card:hover .ap-service-icon{
    transform:rotate(8deg);
}

.ap-service-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:16px;
}

.ap-service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.ap-services-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.ap-services-section{
padding:60px 0;
}

.ap-service-card{
padding:30px 22px;
}

.ap-service-card h3{
font-size:22px;
}

}
/*=========================================
    Artists & Photographers CTA
=========================================*/

.apc-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#171717,#2d2d2d);
    color:#fff;
}

.apc-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.apc-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #f5f5f5;
}

.apc-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.apc-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:16px;
    color:#fff;
}

.apc-point i{
    color:#c89b67;
}

/* CTA Box */

.apc-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.apc-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.apc-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.apc-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.apc-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.apc-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.apc-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.apc-cta-section{
padding:80px 0;
}

.apc-content{
margin-bottom:40px;
}

.apc-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.apc-cta-section{
padding:60px 0;
}

.apc-content{
text-align:center;
}

.apc-content h2{
font-size:30px;
}

.apc-content p{
font-size:16px;
}

.apc-box{
padding:30px 24px;
margin-top:20px;
}

.apc-box h3{
font-size:24px;
}

}
/*=========================================
    Galleries & Museums Intro
=========================================*/

.gm-intro-section{
    padding:100px 0;
    background:#fff;
}

.gm-intro-content{
    padding-right:40px;
}

.gm-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.gm-intro-content h2{
    font-size:32px;
    line-height:1.3;
    color:#222;
    margin-bottom:25px;
}

.gm-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.gm-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.gm-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#333;
    padding: 15px 0 15px 10px;
    border-radius: 8px;
    background: #e7f1f1;
    transition-duration: 0.5s;
}
.gm-feature-item:hover {
    color: #ffffff;
    background: #5c5d5b;
    transition-duration: 0.5s;
}
.gm-feature-item i{
    color:#c89b67;
}

/* Image */

.gm-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.gm-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.gm-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.gm-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.gm-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.gm-intro-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.gm-intro-section{
padding:80px 0;
}

.gm-intro-content{
padding-right:0;
margin-bottom:40px;
}

.gm-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.gm-intro-section{
padding:60px 0;
}

.gm-intro-content{
text-align:center;
}

.gm-intro-content h2{
font-size:30px;
}

.gm-intro-content p{
font-size:16px;
}

.gm-feature-grid{
grid-template-columns:1fr;
}

.gm-feature-item{
justify-content:center;
}

.gm-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.gm-intro-badge strong{
font-size:20px;
}

}
/*=========================================
    Gallery Solutions
=========================================*/

.gm-solutions-section{
    padding:100px 0;
    background:#f8f8f8;
}

.gm-service-card{
    background:#fff;
    border-radius:18px;
    padding:38px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.gm-service-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.gm-service-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.gm-service-card:hover .gm-service-icon{
    transform:rotate(8deg);
}

.gm-service-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:16px;
}

.gm-service-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.gm-solutions-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.gm-solutions-section{
padding:60px 0;
}

.gm-service-card{
padding:30px 22px;
}

.gm-service-card h3{
font-size:22px;
}

}
/*=========================================
    Galleries & Museums CTA
=========================================*/

.gmc-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2c2c2c);
    color:#fff;
}

.gmc-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.gmc-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #f3f3f3;
}

.gmc-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.gmc-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#fff;
    font-weight:500;
}

.gmc-point i{
    color:#c89b67;
}

/* CTA Box */

.gmc-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.gmc-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.gmc-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.gmc-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.gmc-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.gmc-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.gmc-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.gmc-cta-section{
padding:80px 0;
}

.gmc-content{
margin-bottom:40px;
}

.gmc-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.gmc-cta-section{
padding:60px 0;
}

.gmc-content{
text-align:center;
}

.gmc-content h2{
font-size:30px;
}

.gmc-content p{
font-size:16px;
}

.gmc-box{
padding:30px 24px;
margin-top:20px;
}

.gmc-box h3{
font-size:24px;
}

}
/*=========================================
    Hospitality Intro
=========================================*/

.hp-intro-section{
    padding:100px 0;
    background:#fff;
}

.hp-intro-content{
    padding-right:40px;
}

.hp-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hp-intro-content h2{
    font-size:44px;
    line-height:1.3;
    color:#222;
    margin-bottom:25px;
}

.hp-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.hp-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.hp-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#333;
    background: #cfcfcf;
    padding: 15px 0 15px 10px;
    border-radius: 8px;
    transition-duration: 0.5s;
}
.hp-feature-item:hover {
    color: #f3f3f3;
    background: #888a89;
    transition-duration: 0.5s;
}

.hp-feature-item i{
    color:#c89b67;
}

/* Image */

.hp-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.hp-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.hp-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.hp-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.hp-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.hp-intro-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.hp-intro-section{
padding:80px 0;
}

.hp-intro-content{
padding-right:0;
margin-bottom:40px;
}

.hp-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.hp-intro-section{
padding:60px 0;
}

.hp-intro-content{
text-align:center;
}

.hp-intro-content h2{
font-size:30px;
}

.hp-intro-content p{
font-size:16px;
}

.hp-feature-grid{
grid-template-columns:1fr;
}

.hp-feature-item{
justify-content:center;
}

.hp-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.hp-intro-badge strong{
font-size:20px;
}

}
/*=========================================
    Hospitality Solutions
=========================================*/

.hps-solutions-section{
    padding:100px 0;
    background:#f8f8f8;
}

.hps-card{
    background:#fff;
    border-radius:18px;
    padding:38px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.hps-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.hps-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.hps-card:hover .hps-icon{
    transform:rotate(8deg);
}

.hps-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:16px;
}

.hps-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.hps-solutions-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.hps-solutions-section{
padding:60px 0;
}

.hps-card{
padding:30px 22px;
}

.hps-card h3{
font-size:22px;
}

}
/*=========================================
    Hospitality CTA
=========================================*/

.hpc-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2c2c2c);
    color:#fff;
}

.hpc-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.hpc-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #fff;
}

.hpc-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.hpc-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#fff;
    font-weight:500;
}

.hpc-point i{
    color:#c89b67;
}

/* CTA Box */

.hpc-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.hpc-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.hpc-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.hpc-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.hpc-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.hpc-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.hpc-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.hpc-cta-section{
padding:80px 0;
}

.hpc-content{
margin-bottom:40px;
}

.hpc-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.hpc-cta-section{
padding:60px 0;
}

.hpc-content{
text-align:center;
}

.hpc-content h2{
font-size:30px;
}

.hpc-content p{
font-size:16px;
}

.hpc-box{
padding:30px 24px;
margin-top:20px;
}

.hpc-box h3{
font-size:24px;
}

}
/*=========================================
    Interior Designers & Architects Intro
=========================================*/

.id-intro-section{
    padding:100px 0;
    background:#fff;
}

.id-intro-content{
    padding-right:40px;
}

.id-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.id-intro-content h2{
    font-size:44px;
    color:#222;
    line-height:1.3;
    margin-bottom:25px;
}

.id-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.id-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.id-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#333;
    font-weight:600;
    background: #ededed;
    padding: 15px 0 15px 10px;
    border-radius: 8px;
    transition-duration: 0.5s;
}
.id-feature-item:hover {
    color: #fff;
    background: #7d7f7e;
    transition-duration: 0.5s;
}
.id-feature-item i{
    color:#c89b67;
}

/* Image */

.id-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.id-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.id-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.id-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.id-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.id-intro-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.id-intro-section{
padding:80px 0;
}

.id-intro-content{
padding-right:0;
margin-bottom:40px;
}

.id-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.id-intro-section{
padding:60px 0;
}

.id-intro-content{
text-align:center;
}

.id-intro-content h2{
font-size:30px;
}

.id-intro-content p{
font-size:16px;
}

.id-feature-grid{
grid-template-columns:1fr;
}

.id-feature-item{
justify-content:center;
}

.id-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.id-intro-badge strong{
font-size:20px;
}

}
/*=========================================
    Interior Design Solutions
=========================================*/

.ids-solutions-section{
    padding:100px 0;
    background:#f8f8f8;
}

.ids-card{
    background:#fff;
    border-radius:18px;
    padding:38px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ids-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ids-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.ids-card:hover .ids-icon{
    transform:rotate(8deg);
}

.ids-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:16px;
}

.ids-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.ids-solutions-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.ids-solutions-section{
padding:60px 0;
}

.ids-card{
padding:30px 22px;
}

.ids-card h3{
font-size:22px;
}

}
/*=========================================
    Interior Designers CTA
=========================================*/

.idc-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2d2d2d);
    color:#fff;
}

.idc-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.idc-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #ffff;
}

.idc-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.idc-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#fff;
    font-weight:500;
}

.idc-point i{
    color:#c89b67;
}

/* CTA Box */

.idc-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.idc-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.idc-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.idc-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.idc-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.idc-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.idc-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.idc-cta-section{
padding:80px 0;
}

.idc-content{
margin-bottom:40px;
}

.idc-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.idc-cta-section{
padding:60px 0;
}

.idc-content{
text-align:center;
}

.idc-content h2{
font-size:30px;
}

.idc-content p{
font-size:16px;
}

.idc-box{
padding:30px 24px;
margin-top:20px;
}

.idc-box h3{
font-size:24px;
}
}
/*=========================================
    Residence & Villas Intro
=========================================*/

.rv-intro-section{
    padding:100px 0;
    background:#fff;
}

.rv-intro-content{
    padding-right:40px;
}

.rv-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.rv-intro-content h2{
    font-size:32px;
    color:#222;
    line-height:1.3;
    margin-bottom:25px;
}

.rv-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.rv-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.rv-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#333;
    font-weight:600;
    background: #ededed;
    padding: 15px 0 15px 10px;
    border-radius: 8px;
    transition-duration: 0.5s;
}
.rv-feature-item:hover {
    color: #fff;
    background: #7d7f7e;
    transition-duration: 0.5s;
}

.rv-feature-item i{
    color:#c89b67;
}

/* Image */

.rv-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.rv-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.rv-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.rv-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.rv-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.rv-intro-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.rv-intro-section{
padding:80px 0;
}

.rv-intro-content{
padding-right:0;
margin-bottom:40px;
}

.rv-intro-content h2{
font-size:36px;
}
}

/* Mobile */

@media(max-width:767px){

.rv-intro-section{
padding:60px 0;
}

.rv-intro-content{
text-align:center;
}

.rv-intro-content h2{
font-size:30px;
}

.rv-intro-content p{
font-size:16px;
}

.rv-feature-grid{
grid-template-columns:1fr;
}

.rv-feature-item{
justify-content:center;
}

.rv-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.rv-intro-badge strong{
font-size:20px;
}
}
/*=========================================
    Residence & Villas Solutions
=========================================*/

.rvs-home-solutions-section{
    padding:100px 0;
    background:#f8f8f8;
}

.rvs-card{
    background:#fff;
    border-radius:18px;
    padding:38px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.rvs-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.rvs-icon{
    width:72px;
    height:72px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.rvs-card:hover .rvs-icon{
    transform:rotate(8deg);
}

.rvs-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:16px;
}

.rvs-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.rvs-home-solutions-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.rvs-home-solutions-section{
padding:60px 0;
}

.rvs-card{
padding:30px 22px;
}

.rvs-card h3{
font-size:22px;
}

}
/*=========================================
    Residence & Villas CTA
=========================================*/

.rvc-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2d2d2d);
    color:#fff;
}

.rvc-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.rvc-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #fff;
}

.rvc-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.rvc-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    color:#fff;
    font-weight:500;
}

.rvc-point i{
    color:#c89b67;
}

/* CTA Box */

.rvc-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.rvc-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.rvc-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.rvc-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.rvc-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.rvc-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.rvc-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.rvc-cta-section{
padding:80px 0;
}

.rvc-content{
margin-bottom:40px;
}

.rvc-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.rvc-cta-section{
padding:60px 0;
}

.rvc-content{
text-align:center;
}

.rvc-content h2{
font-size:30px;
}

.rvc-content p{
font-size:16px;
}

.rvc-box{
padding:30px 24px;
margin-top:20px;
}

.rvc-box h3{
font-size:24px;
}

}
/*=========================================
    Framing Parent Pages Intro
=========================================*/

.ff-intro-section{
    padding:100px 0;
    background:#fff;
}

.ff-intro-content{
    padding-right:40px;
}

.ff-section-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.ff-intro-content h2{
    font-size:44px;
    line-height:1.3;
    color:#222;
    margin-bottom:25px;
}

.ff-intro-content p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

/* Features */

.ff-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-top:35px;
}

.ff-feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    color:#333;
    font-weight:600;
}

.ff-feature-item i{
    color:#c89b67;
}

/* Image */

.ff-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ff-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.ff-intro-image:hover img{
    transform:scale(1.05);
}

/* Badge */

.ff-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:#fff;
    padding:18px 24px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.ff-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
}

.ff-intro-badge span{
    font-size:14px;
    color:#777;
}

/* Tablet */

@media(max-width:991px){

.ff-intro-section{
padding:80px 0;
}

.ff-intro-content{
padding-right:0;
margin-bottom:40px;
}

.ff-intro-content h2{
font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.ff-intro-section{
padding:60px 0;
}

.ff-intro-content{
text-align:center;
}

.ff-intro-content h2{
font-size:30px;
}

.ff-intro-content p{
font-size:16px;
}

.ff-feature-grid{
grid-template-columns:1fr;
}

.ff-feature-item{
justify-content:center;
}

.ff-intro-badge{
left:15px;
bottom:15px;
padding:15px 18px;
}

.ff-intro-badge strong{
font-size:20px;
}

}
/*=========================================
    Fine Art Services
=========================================*/

.ff-services-section{
    padding:100px 0;
    background:#f8f8f8;
}

.ff-service-card{
    display:block;
    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    height:100%;
    text-align:center;
    text-decoration:none;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ff-service-card:hover{
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

.ff-service-icon{
    width:74px;
    height:74px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.ff-service-card:hover .ff-service-icon{
    transform:rotate(10deg);
}

.ff-service-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:18px;
}

.ff-service-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.ff-service-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#c89b67;
    font-weight:700;
    transition:.3s;
}

.ff-service-card:hover .ff-service-btn{
    gap:16px;
}

/* Tablet */

@media(max-width:991px){

.ff-services-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.ff-services-section{
padding:60px 0;
}

.ff-service-card{
padding:30px 22px;
}

.ff-service-card h3{
font-size:22px;
}

}
/*=========================================
    Fine Art Benefits
=========================================*/

.ff-benefits-section{
    padding:100px 0;
    background:#fff;
}

.ff-benefit-card{
    background:#fafafa;
    border:1px solid #ececec;
    border-radius:18px;
    padding:35px 30px;
    height:100%;
    text-align:center;
    transition:.35s;
}

.ff-benefit-card:hover{
    background:#fff;
    border-color:#c89b67;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.ff-benefit-icon{
    width:72px;
    height:72px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    transition:.35s;
}

.ff-benefit-card:hover .ff-benefit-icon{
    transform:rotate(10deg);
}

.ff-benefit-card h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
}

.ff-benefit-card p{
    color:#666;
    line-height:1.8;
    margin:0;
}

/* Tablet */

@media(max-width:991px){

.ff-benefits-section{
padding:80px 0;
}

}

/* Mobile */

@media(max-width:767px){

.ff-benefits-section{
padding:60px 0;
}

.ff-benefit-card{
padding:28px 22px;
}

.ff-benefit-card h3{
font-size:22px;
}

}
/*=========================================
    Universal Framing CTA
=========================================*/

.framing-cta-section{
    padding:100px 0;
    background:linear-gradient(135deg,#181818,#2b2b2b);
    color:#fff;
}

.framing-cta-tag{
    display:inline-block;
    margin-bottom:18px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
}

.framing-cta-content h2{
    font-size:42px;
    line-height:1.3;
    margin-bottom:22px;
    color: #fff;
}

.framing-cta-content p{
    color:#ddd;
    font-size:17px;
    line-height:1.9;
    margin-bottom:35px;
}

.framing-cta-point{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-weight:500;
}

.framing-cta-point i{
    color:#c89b67;
}

/* Box */

.framing-cta-box{
    background:#fff;
    border-radius:18px;
    padding:40px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,.25);
}

.framing-cta-box h3{
    color:#222;
    font-size:28px;
    margin-bottom:18px;
}

.framing-cta-box p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

/* Buttons */

.framing-btn-primary{
    display:block;
    background:#c89b67;
    color:#fff;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    margin-bottom:15px;
    transition:.3s;
}

.framing-btn-primary:hover{
    background:#b48653;
    color:#fff;
}

.framing-btn-secondary{
    display:block;
    border:2px solid #c89b67;
    color:#222;
    text-decoration:none;
    padding:16px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.framing-btn-secondary:hover{
    background:#c89b67;
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

.framing-cta-section{
padding:80px 0;
}

.framing-cta-content{
margin-bottom:40px;
}

.framing-cta-content h2{
font-size:34px;
}

}

/* Mobile */

@media(max-width:767px){

.framing-cta-section{
padding:60px 0;
}

.framing-cta-content{
text-align:center;
}

.framing-cta-content h2{
font-size:30px;
}

.framing-cta-content p{
font-size:16px;
}

.framing-cta-box{
padding:30px 24px;
margin-top:20px;
}

.framing-cta-box h3{
font-size:24px;
}

}
/*=========================================
    Framing Service Intro
=========================================*/

.ff-intro-section{
    padding:100px 0;
    background:#fafafa;
    position:relative;
    overflow:hidden;
}

/* Heading Tag */

.ff-section-tag{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    margin-bottom:22px;
    background:#f7efe7;
    border:1px solid rgba(200,155,103,.25);
    border-radius:50px;
    color:#c89b67;
    font-size:13px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
}

.ff-section-tag i{
    font-size:13px;
}

/* Heading */

.ff-intro-content h1{
    font-size:54px;
    line-height:1.15;
    color:#1f1f1f;
    font-weight:700;
    margin-bottom:30px;
}

/* Lead */

.ff-lead{
    font-size:21px;
    line-height:1.9;
    color:#555;
    margin-bottom:24px;
}

/* Paragraph */

.ff-intro-content p{
    font-size:18px;
    line-height:2;
    color:#666;
    margin-bottom:24px;
}

.ff-intro-content strong{
    color:#222;
}

/*=========================================
    Feature Grid
=========================================*/

.ff-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:45px;
}

.ff-feature-item{
    display:flex;
    align-items:center;
    gap:18px;
    padding:20px;
    background:#fff;
    border-radius:16px;
    border:1px solid #ececec;
    transition:.35s;
    box-shadow:0 8px 22px rgba(0,0,0,.05);
}

.ff-feature-item:hover{
    transform:translateY(-6px);
    border-color:#c89b67;
    box-shadow:0 18px 35px rgba(0,0,0,.10);
}

.ff-feature-icon{
    width:58px;
    height:58px;
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f8f2eb;
    color:#c89b67;
    font-size:20px;
}

.ff-feature-item h4{
    font-size:18px;
    color:#222;
    margin:0 0 6px;
    font-weight:700;
}

.ff-feature-item span{
    font-size:15px;
    color:#777;
}
/*=========================================
    Intro Image
=========================================*/

.ff-intro-image{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    background:#fff;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.ff-intro-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s ease;
}

.ff-intro-image:hover img{
    transform:scale(1.06);
}

/* Floating Badge */

.ff-intro-badge{
    position:absolute;
    left:25px;
    bottom:25px;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(10px);
    padding:18px 24px;
    border-radius:16px;
    box-shadow:0 15px 35px rgba(0,0,0,.18);
    border-left:4px solid #c89b67;
}

.ff-intro-badge strong{
    display:block;
    font-size:24px;
    color:#222;
    margin-bottom:4px;
    font-weight:700;
}

.ff-intro-badge span{
    display:block;
    font-size:14px;
    color:#777;
    line-height:1.5;
}

/* Decorative Background */

.ff-intro-section::before{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(200,155,103,.05);
    border-radius:50%;
    top:-140px;
    right:-100px;
}

.ff-intro-section::after{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    background:rgba(200,155,103,.05);
    border-radius:50%;
    bottom:-120px;
    left:-80px;

}

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

@media (max-width:991px){

.ff-intro-section{
padding:80px 0;
}

.ff-intro-content{
margin-bottom:45px;
}

.ff-intro-content h1{
font-size:42px;
}

.ff-lead{
font-size:18px;
}

.ff-intro-content p{
font-size:17px;
line-height:1.9;
}

.ff-feature-grid{
grid-template-columns:repeat(2,1fr);
gap:16px;
}

}

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

@media (max-width:767px){

.ff-intro-section{
padding:60px 0;
}

.ff-intro-content{
text-align:center;
}

.ff-section-tag{
font-size:12px;
padding:8px 18px;
}

.ff-intro-content h1{
font-size:32px;
line-height:1.3;
margin-bottom:20px;
}

.ff-lead{
font-size:17px;
}

.ff-intro-content p{
font-size:16px;
line-height:1.8;
}

.ff-feature-grid{
grid-template-columns:1fr;
gap:14px;
margin-top:30px;
}

.ff-feature-item{
text-align:left;
padding:16px;
}

.ff-feature-icon{
width:50px;
height:50px;
font-size:18px;
}

.ff-intro-badge{
left:15px;
bottom:15px;
padding:14px 18px;
}

.ff-intro-badge strong{
font-size:20px;
}

.ff-intro-badge span{
font-size:13px;
}

}

/*=========================================
    Large Screens
=========================================*/

@media (min-width:1400px){
.ff-intro-content h1{
font-size:60px;
}

.ff-intro-content{
padding-right:45px;
}

}
/*=========================================
    Specialty Printing - Intro Section
=========================================*/

.print-intro-section {
    padding: 100px 0;
    background: #fafafa;
    position: relative;
    overflow: hidden;
}


/*=========================================
    Section Tag
=========================================*/

.print-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    margin-bottom: 22px;
    background: #f7efe7;
    border: 1px solid rgba(200, 155, 103, 0.25);
    border-radius: 50px;
    color: #c89b67;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.print-section-tag i {
    font-size: 13px;
}


/*=========================================
    Main Heading
=========================================*/

.print-intro-content h1 {
    font-size: 54px;
    line-height: 1.15;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 30px;
}


/*=========================================
    Lead Paragraph
=========================================*/

.print-lead {
    font-size: 21px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 24px;
}


/*=========================================
    Regular Paragraphs
=========================================*/

.print-intro-content p {
    font-size: 18px;
    line-height: 2;
    color: #666;
    margin-bottom: 24px;
}

.print-intro-content strong {
    color: #222;
}


/*=========================================
    Feature Grid
=========================================*/

.print-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 45px;
}


/*=========================================
    Feature Card
=========================================*/

.print-feature-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #ececec;
    transition: all 0.35s ease;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
}

.print-feature-item:hover {
    transform: translateY(-6px);
    border-color: #c89b67;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
}


/*=========================================
    Feature Icon
=========================================*/

.print-feature-icon {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f8f2eb;
    color: #c89b67;
    font-size: 20px;
}


/*=========================================
    Feature Heading
=========================================*/

.print-feature-item h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 6px;
    font-weight: 700;
}


/*=========================================
    Feature Description
=========================================*/

.print-feature-item span {
    font-size: 15px;
    color: #777;
}


/*=========================================
    Intro Image
=========================================*/

.print-intro-image {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.print-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.print-intro-image:hover img {
    transform: scale(1.06);
}


/*=========================================
    Floating Image Badge
=========================================*/

.print-intro-badge {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 18px 24px;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    border-left: 4px solid #c89b67;
}

.print-intro-badge strong {
    display: block;
    font-size: 24px;
    color: #222;
    margin-bottom: 4px;
    font-weight: 700;
}

.print-intro-badge span {
    display: block;
    font-size: 14px;
    color: #777;
    line-height: 1.5;
}


/*=========================================
    Decorative Background
=========================================*/

.print-intro-section::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    background: rgba(200, 155, 103, 0.05);
    border-radius: 50%;
    top: -140px;
    right: -100px;
}

.print-intro-section::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    background: rgba(200, 155, 103, 0.05);
    border-radius: 50%;
    bottom: -120px;
    left: -80px;
}


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

@media (max-width: 991px) {

    .print-intro-section {
        padding: 80px 0;
    }

    .print-intro-content {
        margin-bottom: 45px;
    }

    .print-intro-content h1 {
        font-size: 42px;
    }

    .print-lead {
        font-size: 18px;
    }

    .print-intro-content p {
        font-size: 17px;
        line-height: 1.9;
    }

    .print-feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

}


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

@media (max-width: 767px) {

    .print-intro-section {
        padding: 60px 0;
    }

    .print-intro-content {
        text-align: center;
    }

    .print-section-tag {
        font-size: 12px;
        padding: 8px 18px;
    }

    .print-intro-content h1 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .print-lead {
        font-size: 17px;
    }

    .print-intro-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .print-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }

    .print-feature-item {
        text-align: left;
        padding: 16px;
    }

    .print-feature-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .print-intro-badge {
        left: 15px;
        bottom: 15px;
        padding: 14px 18px;
    }

    .print-intro-badge strong {
        font-size: 20px;
    }

    .print-intro-badge span {
        font-size: 13px;
    }

}


/*=========================================
    Large Screens
=========================================*/

@media (min-width: 1400px) {

    .print-intro-content h1 {
        font-size: 60px;
    }
    .print-intro-content {
        padding-right: 45px;
    }

}
/*=========================================
    SPECIALTY PRINTING SERVICES
    SECTION 2
    HORIZONTAL SCROLL CATALOGUE
=========================================*/

.print-services-section {

    padding: 95px 0;

    background: #ffffff;

    position: relative;

    overflow: hidden;

}


/*=========================================
    SECTION HEADING
=========================================*/

.print-services-heading {

    max-width: 850px;

    margin: 0 auto 55px;

    text-align: center;

}

.print-services-tag {

    display: inline-block;

    margin-bottom: 15px;

    color: #c89b67;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;

}

.print-services-heading h2 {

    margin: 0 0 20px;

    color: #222222;

    font-size: 44px;

    line-height: 1.25;

    font-weight: 700;

}

.print-services-heading p {

    max-width: 760px;

    margin: 0 auto;

    color: #6b6b6b;

    font-size: 17px;

    line-height: 1.9;

}


/*=========================================
    HORIZONTAL SERVICES ROW
=========================================*/

.print-services-grid {

    display: flex;

    flex-wrap: nowrap;

    align-items: stretch;

    gap: 24px;

    width: 100%;

    overflow-x: auto;

    overflow-y: hidden;

    padding: 10px 5px 28px;

    margin: 0;

    scroll-behavior: smooth;

    scroll-snap-type: x mandatory;

    -webkit-overflow-scrolling: touch;

    overscroll-behavior-x: contain;

}


/*=========================================
    SCROLLBAR
=========================================*/

.print-services-grid::-webkit-scrollbar {

    height: 5px;

}

.print-services-grid::-webkit-scrollbar-track {

    background: #f1f1f1;

    border-radius: 50px;

}

.print-services-grid::-webkit-scrollbar-thumb {

    background: #c89b67;

    border-radius: 50px;

}

.print-services-grid::-webkit-scrollbar-thumb:hover {

    background: #b88955;

}


/* Firefox */

.print-services-grid {

    scrollbar-width: thin;

    scrollbar-color: #c89b67 #f1f1f1;

}


/*=========================================
    SERVICE CARD
=========================================*/

.print-service-card {

    position: relative;

    display: flex;

    flex: 0 0 calc((100% - 24px) / 2);

    width: calc((100% - 24px) / 2);

    min-width: calc((100% - 24px) / 2);

    align-items: flex-start;

    gap: 24px;

    padding: 32px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #e8e8e8;

    border-radius: 20px;

    text-decoration: none !important;

    overflow: hidden;

    scroll-snap-align: start;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;

}


/*=========================================
    TOP GOLD ACCENT
=========================================*/

.print-service-card::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background: #c89b67;

    transform: scaleX(0);

    transform-origin: left center;

    transition: transform 0.35s ease;

}

.print-service-card:hover::before {

    transform: scaleX(1);

}


/*=========================================
    CARD HOVER
=========================================*/

.print-service-card:hover {

    transform: translateY(-7px);

    border-color: rgba(200, 155, 103, 0.45);

    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.09);

}


/*=========================================
    SERVICE ICON
=========================================*/

.print-service-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 62px;

    height: 62px;

    min-width: 62px;

    flex-shrink: 0;

    background: #f8f1e9;

    border-radius: 16px;

    color: #c89b67;

    font-size: 22px;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;

}

.print-service-card:hover .print-service-icon {

    background: #c89b67;

    color: #ffffff;

    transform: scale(1.05);

}


/*=========================================
    CARD CONTENT
=========================================*/

.print-service-content {

    flex: 1;

    min-width: 0;

}

.print-service-number {

    display: block;

    margin-bottom: 7px;

    color: #b7b7b7;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

}

.print-service-content h3 {

    margin: 0 0 12px;

    color: #222222;

    font-size: 24px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;

}

.print-service-card:hover .print-service-content h3 {

    color: #c89b67;

}


/*=========================================
    CARD DESCRIPTION
=========================================*/

.print-service-content p {

    margin: 0 0 18px;

    color: #707070;

    font-size: 15px;

    line-height: 1.8;

}


/*=========================================
    CARD LINK
=========================================*/

.print-service-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #222222;

    font-size: 14px;

    font-weight: 700;

    line-height: 1.4;

    transition: color 0.3s ease;

}

.print-service-link i {

    font-size: 12px;

    transition: transform 0.3s ease;

}

.print-service-card:hover .print-service-link {

    color: #c89b67;

}

.print-service-card:hover .print-service-link i {

    transform: translateX(5px);

}


/*=========================================
    TABLET
=========================================*/

@media (max-width: 991px) {

    .print-services-section {

        padding: 75px 0;

    }

    .print-services-heading {

        margin-bottom: 40px;

    }

    .print-services-heading h2 {

        font-size: 38px;

    }

    .print-services-heading p {

        font-size: 16px;

    }

    .print-services-grid {

        gap: 20px;

        padding-bottom: 24px;

    }

    .print-service-card {

        flex: 0 0 calc((100% - 20px) / 2);

        width: calc((100% - 20px) / 2);

        min-width: calc((100% - 20px) / 2);

        padding: 25px;

        gap: 18px;

    }

    .print-service-icon {

        width: 56px;

        height: 56px;

        min-width: 56px;

        font-size: 20px;

    }

    .print-service-content h3 {

        font-size: 21px;

    }

}


/*=========================================
    MOBILE
=========================================*/

@media (max-width: 767px) {

    .print-services-section {

        padding: 60px 0;

    }

    .print-services-heading {

        margin-bottom: 32px;

    }

    .print-services-tag {

        font-size: 11px;

        letter-spacing: 1.3px;

    }

    .print-services-heading h2 {

        font-size: 30px;

        line-height: 1.3;

    }

    .print-services-heading p {

        font-size: 15px;

        line-height: 1.8;

    }


    /*-----------------------------------------
        ONE CARD PER VIEW
    -----------------------------------------*/

    .print-services-grid {

        gap: 16px;

        padding: 8px 5px 22px;

        scroll-snap-type: x mandatory;

    }

    .print-service-card {

        flex: 0 0 100%;

        width: 100%;

        min-width: 100%;

        padding: 22px;

        gap: 16px;

        border-radius: 17px;

        scroll-snap-align: start;

    }


    /*-----------------------------------------
        MOBILE ICON
    -----------------------------------------*/

    .print-service-icon {

        width: 50px;

        height: 50px;

        min-width: 50px;

        border-radius: 13px;

        font-size: 18px;

    }


    /*-----------------------------------------
        MOBILE NUMBER
    -----------------------------------------*/

    .print-service-number {

        margin-bottom: 5px;

        font-size: 11px;

    }


    /*-----------------------------------------
        MOBILE TITLE
    -----------------------------------------*/

    .print-service-content h3 {

        margin-bottom: 9px;

        font-size: 20px;

        line-height: 1.3;

    }


    /*-----------------------------------------
        MOBILE DESCRIPTION
    -----------------------------------------*/

    .print-service-content p {

        margin-bottom: 14px;

        font-size: 14px;

        line-height: 1.7;

    }


    /*-----------------------------------------
        MOBILE LINK
    -----------------------------------------*/

    .print-service-link {

        font-size: 13px;

    }

}


/*=========================================
    SMALL MOBILE
=========================================*/

@media (max-width: 480px) {

    .print-services-section {

        padding: 55px 0;

    }

    .print-services-grid {

        gap: 14px;

    }

    .print-service-card {

        padding: 19px;

        gap: 14px;

    }

    .print-service-icon {

        width: 46px;

        height: 46px;

        min-width: 46px;

        font-size: 17px;

    }

    .print-service-content h3 {

        font-size: 18px;

    }

    .print-service-content p {

        font-size: 13.5px;

        line-height: 1.65;

    }

}
/*=========================================
    PRINTING - WHY CHOOSE SECTION
=========================================*/

.print-why-section {
    position: relative;
    padding: 95px 0;
    background: #fafafa;
    overflow: hidden;
}


/*=========================================
    SECTION HEADING
=========================================*/

.print-why-heading {
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.print-why-tag {
    display: inline-block;
    margin-bottom: 15px;
    color: #c89b67;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.print-why-heading h2 {
    margin: 0 0 20px;
    color: #222222;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 700;
}

.print-why-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #6b6b6b;
    font-size: 17px;
    line-height: 1.9;
}


/*=========================================
    WHY CHOOSE GRID
=========================================*/

.print-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}


/*=========================================
    WHY CHOOSE CARD
=========================================*/

.print-why-item {
    position: relative;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 18px;
    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Gold Accent */

.print-why-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c89b67;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
}

.print-why-item:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 155, 103, 0.45);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.print-why-item:hover::before {
    transform: scaleX(1);
}


/*=========================================
    WHY CHOOSE ICON
=========================================*/

.print-why-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    background: #f8f1e9;
    border-radius: 15px;
    color: #c89b67;
    font-size: 21px;
    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.print-why-item:hover .print-why-icon {
    background: #c89b67;
    color: #ffffff;
    transform: translateY(-2px);
}


/*=========================================
    WHY CHOOSE CONTENT
=========================================*/

.print-why-content h3 {
    margin: 0 0 12px;
    color: #222222;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
}

.print-why-content p {
    margin: 0;
    color: #707070;
    font-size: 15px;
    line-height: 1.8;
}


/*=========================================
    COMPACT CTA
=========================================*/

.print-why-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 55px;
    padding: 34px 40px;
    background: #222222;
    border-radius: 20px;
    overflow: hidden;
}


/* Decorative background circle */

.print-why-cta::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    top: -120px;
    right: 120px;
    border-radius: 50%;
    background: rgba(200, 155, 103, 0.10);
    pointer-events: none;
}


/*=========================================
    CTA CONTENT
=========================================*/

.print-why-cta-content {
    position: relative;
    z-index: 2;
    max-width: 750px;
}

.print-why-cta-label {
    display: block;
    margin-bottom: 8px;
    color: #c89b67;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.print-why-cta-content h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
}

.print-why-cta-content p {
    margin: 0;
    max-width: 700px;
    color: rgba(255, 255, 255, 0.70);
    font-size: 15px;
    line-height: 1.75;
}


/*=========================================
    CTA ACTION
=========================================*/

.print-why-cta-action {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}


/*=========================================
    CTA BUTTON
=========================================*/

.print-why-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 155px;
    padding: 15px 24px;
    background: #c89b67;
    border: 1px solid #c89b67;
    border-radius: 50px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.print-why-cta-button i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.print-why-cta-button:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #222222 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.print-why-cta-button:hover i {
    transform: translateX(4px);
}


/*=========================================
    TABLET
=========================================*/

@media (max-width: 991px) {

    .print-why-section {
        padding: 75px 0;
    }

    .print-why-heading {
        margin-bottom: 42px;
    }

    .print-why-heading h2 {
        font-size: 38px;
    }

    .print-why-heading p {
        font-size: 16px;
    }

    .print-why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .print-why-item {
        padding: 26px;
    }

    .print-why-cta {
        gap: 30px;
        margin-top: 45px;
        padding: 30px;
    }

    .print-why-cta-content h3 {
        font-size: 24px;
    }

}


/*=========================================
    MOBILE
=========================================*/

@media (max-width: 767px) {

    .print-why-section {
        padding: 60px 0;
    }

    .print-why-heading {
        margin-bottom: 32px;
    }

    .print-why-tag {
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .print-why-heading h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    .print-why-heading p {
        font-size: 15px;
        line-height: 1.8;
    }


    /* Why cards */

    .print-why-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .print-why-item {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        padding: 20px;
        border-radius: 16px;
    }

    .print-why-icon {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
        margin-bottom: 0;
        border-radius: 13px;
        font-size: 18px;
    }

    .print-why-content {
        flex: 1;
    }

    .print-why-content h3 {
        margin-bottom: 7px;
        font-size: 18px;
    }

    .print-why-content p {
        font-size: 14px;
        line-height: 1.7;
    }


    /* CTA */

    .print-why-cta {
        display: block;
        margin-top: 35px;
        padding: 26px 22px;
        text-align: center;
        border-radius: 17px;
    }

    .print-why-cta::before {
        width: 180px;
        height: 180px;
        top: -100px;
        right: -60px;
    }

    .print-why-cta-content {
        max-width: 100%;
    }

    .print-why-cta-label {
        font-size: 10px;
    }

    .print-why-cta-content h3 {
        font-size: 23px;
    }

    .print-why-cta-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .print-why-cta-action {
        margin-top: 20px;
    }

    .print-why-cta-button {
        min-width: 160px;
        padding: 14px 23px;
    }

}


/*=========================================
    SMALL MOBILE
=========================================*/

@media (max-width: 480px) {

    .print-why-section {
        padding: 55px 0;
    }

    .print-why-heading h2 {
        font-size: 27px;
    }

    .print-why-item {
        gap: 13px;
        padding: 18px;
    }

    .print-why-icon {
        flex: 0 0 46px;
        width: 46px;
        height: 46px;
        font-size: 17px;
    }

    .print-why-content h3 {
        font-size: 17px;
    }

    .print-why-content p {
        font-size: 13.5px;
    }

    .print-why-cta {
        padding: 24px 18px;
    }

    .print-why-cta-content h3 {
        font-size: 21px;
    }

    .print-why-cta-button {
        width: 100%;
    }

}








/*----------------------------Articles Sections------------------------------*/
/*=========================================
    IAAF REUSABLE ARTICLE SEO SECTION
=========================================*/

.iaaf-article-seo {
    padding: 20px 20px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}


/*=========================================
    CONTENT WRAPPER
=========================================*/

.iaaf-article-seo-inner {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}


/*=========================================
    LABEL
=========================================*/

.iaaf-article-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #c89b67;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}


/*=========================================
    H1
=========================================*/

.iaaf-article-seo h1 {
    margin: 0 0 18px;
    color: #222222;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
}


/*=========================================
    H2
=========================================*/

.iaaf-article-seo h2 {
    margin: 0 0 22px;
    color: #c89b67;
    font-size: 25px;
    line-height: 1.4;
    font-weight: 600;
}


/*=========================================
    PARAGRAPH
=========================================*/

.iaaf-article-seo p {
    margin: 0 auto;
    color: #666666;
    font-size: 17px;
    line-height: 1.9;
}


/*=========================================
    STRONG TEXT
=========================================*/

.iaaf-article-seo strong {
    color: #333333;
    font-weight: 700;
}


/*=========================================
    DECORATIVE LINE
=========================================*/

.iaaf-article-seo-inner::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin: 30px auto 0;
    background: #c89b67;
}


/*=========================================
    BACKGROUND DECORATION
=========================================*/

.iaaf-article-seo::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    top: -150px;
    left: -100px;
    border-radius: 50%;
    background: rgba(200, 155, 103, 0.045);
    pointer-events: none;
}

.iaaf-article-seo::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -80px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(200, 155, 103, 0.045);
    pointer-events: none;
}


/*=========================================
    TABLET
=========================================*/

@media (max-width: 991px) {

    .iaaf-article-seo {
        padding: 70px 20px;
    }

    .iaaf-article-seo h1 {
        font-size: 40px;
    }

    .iaaf-article-seo h2 {
        font-size: 23px;
    }

}


/*=========================================
    MOBILE
=========================================*/

@media (max-width: 767px) {

    .iaaf-article-seo {
       padding: 55px 18px;
    }

    .iaaf-article-label {
        font-size: 10px;
        letter-spacing: 1.4px;
    }

    .iaaf-article-seo h1 {
        font-size: 30px;
        line-height: 1.3;
    }

    .iaaf-article-seo h2 {
        font-size: 21px;
        line-height: 1.4;
    }

    .iaaf-article-seo p {
        font-size: 15px;
        line-height: 1.8;
    }

}


/*=========================================
    SMALL MOBILE
=========================================*/

@media (max-width: 480px) {

    .iaaf-article-seo {
       padding: 48px 16px;
    }

    .iaaf-article-seo h1 {
       font-size: 27px;
    }

    .iaaf-article-seo h2 {
        font-size: 19px;
    }

    .iaaf-article-seo p {
        font-size: 14px;
    }

}
/*--------------------------------Faq-Section------------------*/
.faq-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  color: #333;
}

.faq-container {
  border-top: 1px solid #ddd;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: #eee;
}

.faq-answer {
  display: none;
  padding: 0 15px 15px;
  font-size: 16px;
  color: #555;
}
/*--------------------------------Privacy Policy------------------------------*/
.privacy-policy {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.privacy-policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.privacy-policy h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
}

.privacy-policy p {
  margin-bottom: 15px;
  font-size: 16px;
}

.privacy-policy ul {
  margin: 15px 0;
  padding-left: 25px;
}

.privacy-policy ul li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style-type: disc;
}

.privacy-policy strong {
  color: #0073aa;
}

.privacy-policy a {
  color: #0073aa;
  text-decoration: none;
}

.privacy-policy a:hover {
  text-decoration: underline;
}
/*------------------------Terms of Services--------------------------------*/
.terms-of-service {
  margin: 0 auto;
  padding: 40px 20px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  color: #333;
}

.terms-of-service h1 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
  color: #222;
}

.terms-of-service h2 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
  border-left: 4px solid #0073aa;
  padding-left: 10px;
}

.terms-of-service p {
  margin-bottom: 15px;
  font-size: 16px;
}

.terms-of-service ul {
  margin: 15px 0;
  padding-left: 25px;
}

.terms-of-service ul li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style-type: disc;
}

.terms-of-service strong {
  color: #0073aa;
}

.terms-of-service a {
  color: #0073aa;
  text-decoration: none;
}

.terms-of-service a:hover {
  text-decoration: underline;
}

/*------------Map Section------------*/
.map-section {
  width: 100%;
  margin-top: 50px;
  background: #fff;
}

.map-heading {
  text-align: center;
  padding: 10px 20px 20px;
}

.map-heading h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.map-heading p {
  font-size: 16px;
  color: #666;
}

.map-container{
    width:100%;
    margin:0;
    padding:0;
    line-height:0;
}

.map-container iframe{
    width:100%;
    height:450px;
    border:0;
    display:block;
}

/*-------------Get a Free Qoute fomr and page-------------*/
.quote-form-wrapper {
    max-width: 900px;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-left: auto;
    margin-right: auto;
}

.quote-form-wrapper h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 5px;
}

.quote-form-wrapper p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.quote-form-wrapper input,
.quote-form-wrapper select,
.quote-form-wrapper textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
}

.quote-form-wrapper textarea {
    height: 90px;
}

.quote-form-wrapper button {
    width: 178px;
    padding: 15px 0;
    background: #858585;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.quote-form-wrapper button:hover {
    background: #2b551a;
}

/* Mobile Optimization */
@media (max-width: 600px) {
    .quote-form-wrapper {
        padding: 15px;
    }

    .quote-form-wrapper h2 {
        font-size: 20px;
    }
}

/*------------Thank You Page------------*/
.thankyou-container {
    max-width: 600px;
    margin: 60px auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.thankyou-container h1 {
    color: #2ecc71;
    margin-bottom: 10px;
}

.thankyou-container p {
    color: #555;
    font-size: 15px;
}

.contact-box {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.contact-box a {
    display: block;
    margin: 5px 0;
    text-decoration: none;
}

.whatsapp-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 20px;
    background: #25D366;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}
