#sp-main-body {
    padding: 30px 0;
}

.center {
    text-align: center !important;
}
/*==================================
WELCOME SECTION
==================================*/

.welcome-section {
    padding: 100px 0;
    background: #fff;
}

.welcome-subtitle {
    display: inline-block;
    color: #f58220;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.welcome-title {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.25;
    color: #222;
}

.welcome-text {
    color: #666;
    line-height: 32px;
    font-size: 17px;
    margin-bottom: 20px;
}

.feature-box {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid #ececec;
    font-weight: 600;
    transition: .3s;
}

.feature-box:hover {
    transform: translateY(-5px);
    border-color: #f58220;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08);
}

.stats-row h3 {
    color: #f58220;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 5px;
}

.stats-row span {
    color: #777;
    font-size: 15px;
}

.welcome-image {
    position: relative;
}

.welcome-image img {
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

.experience-card {
    position: absolute;
    right: -20px;
    bottom: -100px;
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    width: 260px;
}

.experience-card h4 {
    color: #f58220;
    margin-bottom: 10px;
}

.experience-card p {
    margin: 0;
    color: #777;
}

.experience-card strong {
    display: block;
    margin-top: 8px;
}

@media(max-width:991px) {
    .welcome-title {
        font-size: 34px;
    }

    .experience-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
        width: 100%;
    }

    .stats-row .col-3 {
        margin-bottom: 25px;
    }

}

@media(max-width:576px) {
    .welcome-section {
        padding: 70px 0;
    }
    .welcome-title {
        font-size: 28px;
    }

    .welcome-text {
        font-size: 16px;
        line-height: 30px;
    }

    .feature-box {
        font-size: 15px;
    }

    .stats-row h3 {
        font-size: 24px;
    }

}

/*==========================================
PREMIUM SERVICES
==========================================*/

.premium-services {

    padding: 100px 0;
    background: #f8f9fb;

}

.section-heading {

    margin: auto;

}

.section-subtitle {

    color: #f58220;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;

}

.section-heading h2 {

    font-size: 44px;
    font-weight: 700;
    margin: 18px 0;

}

.section-heading p {

    color: #666;
    line-height: 32px;
    font-size: 17px;

}

.service-card {

    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    transition: .35s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    height: 100%;

}

.service-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 18px 45px rgba(0, 0, 0, .15);

}

.service-card img {

    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: .4s;

}

.service-card:hover img {

    transform: scale(1.08);

}

.service-content {

    padding: 30px;

}

.service-content h3 {

    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 700;

}

.service-content p {

    color: #666;
    line-height: 30px;
    margin-bottom: 25px;

}

.service-content a {

    color: #f58220;
    text-decoration: none;
    font-weight: 700;

}

.service-content a:hover {

    color: #222;

}


/******** MOBILE ********/

@media(max-width:991px) {

    .section-heading h2 {

        font-size: 34px;

    }

    .service-card img {

        height: 220px;

    }

}


@media(max-width:576px) {

    .premium-services {

        padding: 70px 0;

    }

    .section-heading h2 {

        font-size: 28px;

    }

    .section-heading p {

        font-size: 16px;

        line-height: 28px;

    }

    .service-content {

        padding: 22px;

    }

    .service-content h3 {

        font-size: 22px;

    }

    .service-content p {

        line-height: 28px;

    }

}

/*==========================================
 WHY CHOOSE SECTION
 Sky Fancy Glass & Mirrors
==========================================*/

.why-choose-area{
    position: relative;
    padding: 60px 0;
    background: #f8f9fb;
    overflow: hidden;
}

/* Background Shape */

.why-choose-area::before{
    content: "";
    position: absolute;
    top: -180px;
    right: -150px;
    width: 420px;
    height: 420px;
    background: rgba(245,130,32,.08);
    border-radius: 50%;
}

.why-choose-area::after{
    content: "";
    position: absolute;
    bottom: -120px;
    left: -120px;
    width: 300px;
    height: 300px;
    background: rgba(245,130,32,.05);
    border-radius: 50%;
}

/*==========================
CONTENT
===========================*/

.why-content{

    position: relative;
    z-index: 2;

}

.why-subtitle{

    display: inline-flex;
    align-items: center;
    gap: 12px;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #f58220;

    margin-bottom: 18px;

}

.why-subtitle span{

    width: 45px;
    height: 2px;
    background: #f58220;

}

.why-content h2{

    font-size: 48px;

    line-height: 1.2;

    font-weight: 700;

    color: #1d1d1d;

    margin-bottom: 28px;

}

.why-content p{

    font-size: 17px;

    line-height: 32px;

    color: #666;

    margin-bottom: 35px;

}

.why-content strong{

    color: #222;

    font-weight: 700;

}

/*==========================
FEATURE BOXES
===========================*/

.why-box{

    display: flex;

    align-items: flex-start;

    gap: 18px;

    background: #fff;

    border-radius: 18px;

    padding: 22px;

    border: 1px solid #ececec;

    transition: .35s ease;

    height: 100%;

    box-shadow: 0 10px 30px rgba(0,0,0,.04);

}

.why-box:hover{

    transform: translateY(-8px);

    border-color: #f58220;

    box-shadow: 0 18px 40px rgba(0,0,0,.12);

}

.why-icon{

    width: 58px;
    height: 58px;
    min-width: 58px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: linear-gradient(135deg,#f58220,#ff9d43);

    color: #fff;

    font-size: 28px;

    transition: .35s;

}

.why-box:hover .why-icon{

    transform: rotate(-8deg) scale(1.05);

}

.why-box h3{

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 10px;

    color: #222;

}

.why-box p{

    margin: 0;

    color: #666;

    font-size: 15px;

    line-height: 28px;

}
/*==========================================
 WHY IMAGE AREA
==========================================*/

.why-image-wrapper{

    position: relative;

    padding-left: 50px;

}

.why-image-wrapper img{

    width:100%;

    border-radius:28px;

    display:block;

    position:relative;

    z-index:2;

    box-shadow:
    0 20px 60px rgba(0,0,0,.18);

    transition:.45s ease;

}

.why-image-wrapper:hover img{

    transform:scale(1.02);

}


/* Orange Background Shape */

.why-image-wrapper::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:linear-gradient(135deg,#f58220,#ffb15c);

    border-radius:35px;

    top:-30px;

    left:0;

    z-index:1;

    opacity:.15;

    transform:rotate(-12deg);

}


/* Small Dots Pattern */

.why-image-wrapper::after{

    content:"";

    position:absolute;

    width:130px;

    height:130px;

    right:-25px;

    top:40px;

    background-image:radial-gradient(#f58220 1.8px, transparent 1.8px);

    background-size:18px 18px;

    opacity:.18;

    z-index:1;

}


/*==========================================
 FLOATING QUALITY CARD
==========================================*/

.quality-badge{
    position:absolute;
    top: 90%;
    left:15px;
    z-index:5;
    display:flex;
    align-items:center;
    gap:18px;
    background:#1f1f1f;
    color:#fff;
    padding:20px 24px;
    border-radius:18px;
    width:330px;
    box-shadow:
    0 25px 60px rgba(0,0,0,.22);
    transition:.35s;
    opacity: 70%;
}

.quality-badge:hover{
    transform:translateY(-5px);
}

.badge-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#f58220;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    flex-shrink:0;
}

.quality-badge h4{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#fff;
}

.quality-badge p{
    margin-top:6px;
    margin-bottom:0;
    color:#d9d9d9;
    font-size:14px;
    line-height:24px;
}



/*==========================================
 FLOATING STATS
==========================================*/

.floating-stats{
    position:absolute;
    right:-35px;
    bottom: -75%;
    width:300px;
    background:#fff;
    border-radius:24px;
    padding:28px;
    z-index:5;
    box-shadow:
    0 25px 70px rgba(0,0,0,.16);
    transition:.35s;
}

.floating-stats:hover{
    transform:translateY(-6px);
}

.stat-item{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:22px;
}

.stat-item:last-child{
    margin-bottom:0;
}

.stat-item i{
    width:55px;
    height:55px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff4ea;
    color:#f58220;
    font-size:24px;
    flex-shrink:0;
}

.stat-item strong{
    display:block;
    font-size:24px;
    color:#222;
    font-weight:700;
}

.stat-item span{
    display:block;
    color:#666;
    font-size:14px;
    line-height:24px;
}



/*==========================================
 IMAGE HOVER EFFECT
==========================================*/

.why-image-wrapper:hover .quality-badge{
    transform: translateY(-8px);
}

.why-image-wrapper:hover .floating-stats{
    transform: translateY(-8px);
}



/*==========================================
 IMAGE SHADOW
==========================================*/

.why-image-wrapper img{
    border:8px solid #fff;
}

/*====================================================
PREMIUM GLASS COLLECTION
====================================================*/

.glass-catalog-section{
    position:relative;
    padding: 60px 0;
    background:#ffffff;
    overflow:hidden;
}

/* Background Shape */

.glass-catalog-section:before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    right:-180px;

    top:-180px;

    background:rgba(245,130,32,.05);

    border-radius:50%;

}

.glass-catalog-section:after{

    content:"";

    position:absolute;

    width:300px;

    height:300px;

    left:-120px;

    bottom:-120px;

    background:rgba(245,130,32,.04);

    border-radius:50%;

}

/*==============================
SECTION HEADING
==============================*/

.glass-section-heading{
    max-width: 90%;
    margin:auto;
    position:relative;
    z-index:2;
}

.glass-subtitle{

    display:inline-block;

    color:#f58220;

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:18px;

}

.glass-section-heading h2{

    font-size:46px;

    font-weight:700;

    color:#222;

    line-height:1.2;

    margin-bottom:25px;

}

.glass-section-heading p{

    color:#666;

    font-size:17px;

    line-height:31px;

}

/*==============================
CARD
==============================*/

.glass-item{

    display:block;

    text-decoration:none;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    transition:.4s;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    height:100%;

    position:relative;

}

.glass-item:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.14);

    text-decoration:none;

}

/*==============================
IMAGE
==============================*/

.glass-thumb{

    overflow:hidden;

    position:relative;

}

.glass-thumb img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.5s;

}

.glass-item:hover img{

    transform:scale(1.08);

}

/* Overlay */

.glass-thumb:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(to top,
    rgba(0,0,0,.35),
    rgba(0,0,0,0));

    z-index:2;

    opacity:0;

    transition:.4s;

}

.glass-item:hover .glass-thumb:before{

    opacity:1;

}

/*==============================
POPULAR BADGE
==============================*/

.glass-badge{

    position:absolute;

    left:18px;

    top:18px;

    background:#f58220;

    color:#fff;

    font-size:12px;

    padding:7px 14px;

    border-radius:30px;

    z-index:3;

    font-weight:600;

}

/*==============================
CONTENT
==============================*/

.glass-info{

    padding:28px;

    position:relative;

}

.glass-info h3{

    font-size:24px;

    color:#222;

    font-weight:700;

    line-height:1.35;

    margin-bottom:0;

}

.glass-info h3 span{

    display:block;

    font-size:18px;

    color:#666;

    font-weight:500;

    margin-top:4px;

}

.glass-cta{

    margin-top:70px;

    max-width:850px;

    margin-left:auto;

    margin-right:auto;

}

.glass-cta-text{

    font-size:17px;

    line-height:32px;

    color:#666;

    margin-bottom:30px;

}

.explore-link{

    display:inline-flex;

    align-items:center;

    margin-top:22px;

    color:#f58220;

    font-size:15px;

    font-weight:700;

    transition:.35s;

}

.glass-item:hover .explore-link{

    letter-spacing:.5px;

}

.glass-item:hover .explore-link{

    color:#222;

}

/* Orange Line */

.glass-info:after{

    content:"";

    position:absolute;

    left:28px;

    bottom:0;

    width:0;

    height:4px;

    background:#f58220;

    transition:.4s;

    border-radius:30px;

}

.glass-item:hover .glass-info:after{

    width:70px;

}
/*==========================================
BOTTOM FEATURES
==========================================*/

.bottom-features{
    margin-top:90px;
    background:#fff;
    border-radius:24px;
    padding:35px 40px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
    position:relative;
    z-index:2;
}

.bottom-item{
    display:flex;
    align-items:center;
    gap:18px;
    transition:.35s;
}

.bottom-item:hover{
    transform:translateY(-6px);
}

.bottom-item i{
    width:60px;
    height:60p;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff4ea;
    color:#f58220;
    font-size:26px;
    transition:.35s;
}

.bottom-item:hover i{
    background:#f58220;
    color:#fff;
}

.bottom-item h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:6px;
    color:#222;
}

.bottom-item span{
    display:block;
    font-size:14px;
    color:#777;
    line-height:24px;
}



/*==========================================
CTA BUTTON
==========================================*/

.why-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#f58220;
    color:#fff;
    text-decoration:none;
    padding:18px 34px;
    border-radius:60px;
    font-weight:700;
    transition:.35s;
    white-space:nowrap;
    box-shadow:0 18px 40px rgba(245,130,32,.30);
}

.why-btn:hover{
    background:#222;
    color:#fff;
    transform:translateY(-5px);
}

.why-btn i{
    transition:.35s;
}

.why-btn:hover i{
    transform:translateX(6px);
}



/*==========================================
TABLET
==========================================*/

@media(max-width:1199px){

.why-content h2{
font-size:40px;
}

.floating-stats{
width:260px;
padding:22px;
right:-10px;
}

.quality-badge{
width:290px;
}

.bottom-features{
padding:30px;

}

}



/*==========================================
991
==========================================*/

@media(max-width:991px){

.why-choose-area{
padding:80px 0;
}

.why-content{
margin-bottom:40px;
}

.why-content h2{
font-size:34px;
}

.why-image-wrapper{
padding-left:0;
max-width:650px;
margin:auto;
}

.why-image-wrapper::before{
display:none;
}

.why-image-wrapper::after{
display:none;
}

.quality-badge{
position:relative;
top:auto;
left:auto;
width:100%;
margin-top:20px;
}

.floating-stats{
position:relative;
right:auto;
bottom:auto;
width:100%;
margin-top:20px;
}

.bottom-features{
margin-top:60px;
padding:30px;
}

.bottom-item{
margin-bottom:25px;
}

.bottom-item:last-child{
margin-bottom:0;
}

.why-btn{
width:100%;
justify-content:center;
margin-top:10px;
}

}



/*==========================================
768
==========================================*/

@media(max-width:768px){

.why-content h2{
font-size:30px;
}

.why-content p{
font-size:16px;
line-height:30px;
}

.why-box{
padding:18px;
}

.why-icon{

width:56px;

height:56px;

min-width:56px;

font-size:22px;

}

.why-box h3{

font-size:18px;

}

.why-box p{

font-size:14px;

line-height:25px;

}

.bottom-features{

padding:25px;

}

}



/*==========================================
576
==========================================*/

@media(max-width:576px){

.why-choose-area{

padding:65px 0;

}

.why-subtitle{

font-size:12px;

letter-spacing:1px;

}

.why-content h2{

font-size:27px;

line-height:1.35;

}

.why-content p{

font-size:15px;

line-height:28px;

}

.quality-badge{

padding:18px;

gap:14px;

}

.badge-icon{

width:50px;

height:50px;

font-size:22px;

}

.quality-badge h4{

font-size:16px;

}

.floating-stats{

padding:20px;

}

.stat-item{

gap:14px;

}

.stat-item strong{

font-size:20px;

}

.bottom-features{

padding:22px;

border-radius:18px;

}

.bottom-item{

align-items:flex-start;

}

.bottom-item i{

width:50px;

height:50px;

font-size:22px;

}

.bottom-item h5{

font-size:16px;

}

.bottom-item span{

font-size:13px;

line-height:22px;

}

.why-btn{

padding:16px 25px;

font-size:15px;

}

}



/*==========================================
ANIMATION
==========================================*/

.why-box,
.bottom-item,
.quality-badge,
.floating-stats,
.why-btn,
.why-image-wrapper img{

transition:all .35s ease;

}



/*==========================================
IMAGE FIX
==========================================*/

.why-image-wrapper{

overflow:visible;

}

.why-image-wrapper img{

object-fit:cover;

}

/*==================================================
 FEATURED PROJECTS SECTION
 Sky Fancy Glass & Mirrors
==================================================*/

.featured-projects-section{
    position:relative;
    padding:110px 0;
    background:#f7f9fc;
    overflow:hidden;
}

/* Background */

.featured-projects-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(245,130,32,.05);
}

.featured-projects-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-140px;
    bottom:-140px;
    border-radius:50%;
    background:rgba(245,130,32,.05);
}

/*==========================================
Heading
==========================================*/

.project-heading{
    max-width: 90%;
    margin:auto;
    position:relative;
    z-index:2;
}

.project-subtitle{

    display:inline-block;

    color:#f58220;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.project-heading h2{

    font-size:46px;

    font-weight:700;

    line-height:1.2;

    color:#1f1f1f;

    margin-bottom:25px;

}

.project-heading p{

    color:#666;

    font-size:17px;

    line-height:32px;

}


/*==========================================
Filter Buttons
==========================================*/

.project-filter{

    margin-top:50px;

    margin-bottom:25px;

}

.filter-btn{

    background:#fff;

    border:1px solid #ececec;

    padding:13px 30px;

    margin:5px;

    border-radius:50px;

    font-size:15px;

    font-weight:600;

    color:#444;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 5px 18px rgba(0,0,0,.05);

}

.filter-btn:hover{

    background:#f58220;

    color:#fff;

    border-color:#f58220;

}

.filter-btn.active{

    background:#f58220;

    color:#fff;

    border-color:#f58220;

}


/*==========================================
Portfolio Card
==========================================*/

.project-card{

    position:relative;

    display:block;

    overflow:hidden;

    border-radius:24px;

    text-decoration:none;

    box-shadow:0 18px 40px rgba(0,0,0,.08);

    transition:.45s;

    background:#fff;

}

.project-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 60px rgba(0,0,0,.18);

}

.project-card img{

    width:100%;

    height:390px;

    object-fit:cover;

    transition:.55s;

    display:block;

}

.large-project img{

    height:520px;

}

.project-card:hover img{

    transform:scale(1.08);

}


/*==========================================
Overlay
==========================================*/

.project-overlay{

    position:absolute;

    left:0;

    right:0;

    bottom:0;

    padding:35px;

    background:linear-gradient(to top,
    rgba(0,0,0,.88),
    rgba(0,0,0,.15));

    color:#fff;

}

.project-overlay h3{

    color:#fff;

    font-size:28px;

    line-height:1.35;

    margin:18px 0;

    font-weight:700;

}

.project-type{

    display:inline-block;

    padding:8px 16px;

    background:#f58220;

    border-radius:30px;

    color:#fff;

    font-size:12px;

    font-weight:600;

    margin-right:8px;

    letter-spacing:.5px;

}

.project-location{

    display:inline-block;

    padding:8px 16px;

    background:rgba(255,255,255,.15);

    backdrop-filter:blur(8px);

    border-radius:30px;

    color:#fff;

    font-size:12px;

    font-weight:500;

}

.view-project{

    display:inline-flex;

    align-items:center;

    margin-top:8px;

    color:#fff;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.project-card:hover .view-project{

    color:#f58220;

    letter-spacing:.5px;

}


/*==========================================
Featured Card
==========================================*/

.featured-project{

    border:2px solid rgba(245,130,32,.15);

}

.featured-project::before{

    content:"FEATURED";

    position:absolute;

    top:20px;

    right:20px;

    z-index:20;

    background:#f58220;

    color:#fff;

    padding:8px 14px;

    border-radius:30px;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

}

.featured-project:hover{

    border-color:#f58220;

}
/*==========================================
 PROJECT CTA
==========================================*/

.project-bottom{

    margin-top:70px;

    background:#fff;

    border-radius:28px;

    padding:55px 60px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    position:relative;

    overflow:hidden;

}

.project-bottom::before{

    content:"";

    position:absolute;

    width:260px;

    height:260px;

    right:-90px;

    top:-90px;

    border-radius:50%;

    background:rgba(245,130,32,.06);

}

.project-bottom-content{

    position:relative;

    z-index:2;

}

.project-bottom-content span{

    display:inline-block;

    color:#f58220;

    text-transform:uppercase;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.project-bottom-content h3{

    font-size:36px;

    color:#222;

    font-weight:700;

    line-height:1.3;

    margin-bottom:18px;

}

.project-bottom-content p{

    color:#666;

    font-size:17px;

    line-height:31px;

    margin-bottom:0;

}



/*==========================================
 BUTTON
==========================================*/

.project-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 38px;

    background:#f58220;

    color:#fff;

    border-radius:60px;

    text-decoration:none;

    font-weight:700;

    font-size:16px;

    transition:.35s;

    box-shadow:0 18px 45px rgba(245,130,32,.28);

}

.project-btn:hover{

    background:#222;

    color:#fff;

    transform:translateY(-5px);

}



/*==========================================
 FILTER ANIMATION
==========================================*/

.project-item{

    transition:.45s ease;

}

.project-item.hide{

    opacity:0;

    transform:scale(.95);

    pointer-events:none;

}

.project-item.show{

    opacity:1;

    transform:scale(1);

}



/*==========================================
 HOVER EFFECTS
==========================================*/

.project-card::after{

    content:"";

    position:absolute;

    inset:0;

    border:2px solid transparent;

    border-radius:24px;

    transition:.35s;

}

.project-card:hover::after{

    border-color:#f58220;

}

.project-card:hover .project-overlay{

    padding-bottom:42px;

}

.project-card:hover .project-type{

    background:#fff;

    color:#f58220;

}

.project-card:hover .project-location{

    background:rgba(255,255,255,.22);

}



/*==========================================
 IMAGE REFLECTION
==========================================*/

.project-card::before{

    content:"";

    position:absolute;

    top:-120%;

    left:-40%;

    width:35%;

    height:220%;

    background:rgba(255,255,255,.22);

    transform:rotate(25deg);

    transition:.7s;

    z-index:5;

}

.project-card:hover::before{

    left:130%;

}



/*==========================================
 TABLET
==========================================*/

@media(max-width:1199px){

.project-heading h2{

font-size:40px;

}

.large-project img{

height:460px;

}

.project-card img{

height:340px;

}

.project-bottom{

padding:45px;

}

.project-bottom-content h3{

font-size:30px;

}

}



/*==========================================
 991
==========================================*/

@media(max-width:991px){

.featured-projects-section{

padding:80px 0;

}

.project-heading h2{

font-size:34px;

}

.large-project img{

height:380px;

}

.project-card img{

height:320px;

}

.project-overlay{

padding:28px;

}

.project-overlay h3{

font-size:23px;

}

.project-bottom{

padding:35px;

text-align:center;

}

.project-bottom-content{

margin-bottom:30px;

}

.project-btn{

width:100%;

}

}



/*==========================================
 768
==========================================*/

@media(max-width:768px){

.project-heading h2{

font-size:30px;

}

.project-heading p{

font-size:16px;

line-height:29px;

}

.project-card img{

height:290px;

}

.large-project img{

height:290px;

}

.project-overlay{

padding:22px;

}

.project-overlay h3{

font-size:20px;

}

.project-bottom-content h3{

font-size:27px;

}

.project-bottom{

padding:30px;

}

.filter-btn{

padding:11px 18px;

font-size:14px;

}

}



/*==========================================
 MOBILE
==========================================*/

@media(max-width:576px){

.featured-projects-section{

padding:65px 0;

}

.project-subtitle{

font-size:12px;

letter-spacing:1px;

}

.project-heading h2{

font-size:26px;

}

.project-heading p{

font-size:15px;

line-height:28px;

}

.project-card img{

height:260px;

}

.project-overlay{

padding:18px;

}

.project-overlay h3{

font-size:18px;

margin:15px 0;

}

.project-type,

.project-location{

font-size:11px;

padding:6px 12px;

}

.project-bottom{

padding:25px;

border-radius:22px;

}

.project-bottom-content h3{

font-size:24px;

}

.project-bottom-content p{

font-size:15px;

line-height:28px;

}

.project-btn{

width:100%;

padding:16px;

}

}


/*====================================================
 PREMIUM MIRROR COLLECTION
====================================================*/

.mirror-collection-section{
    position:relative;
    padding: 30px 0;
    background:#f7f8fa;
    overflow:hidden;
}

.mirror-collection-section:before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(245,130,32,.04);
}

.mirror-collection-section:after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-130px;
    bottom:-130px;
    border-radius:50%;
    background:rgba(245,130,32,.05);
}

/*==============================
Heading
==============================*/

.mirror-heading{

    max-width: 90%;

    margin:auto;

    position:relative;

    z-index:2;

}

.mirror-subtitle{

    display:inline-block;

    color:#f58220;

    text-transform:uppercase;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:18px;

}

.mirror-heading h2{

    font-size:46px;

    color:#222;

    font-weight:700;

    line-height:1.2;

    margin-bottom:25px;

}

.mirror-heading p{

    color:#666;

    font-size:17px;

    line-height:31px;

}

/*==============================
Cards
==============================*/

.mirror-card{

    display:block;

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    text-decoration:none;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.45s;

    height:100%;

    position:relative;

}

.mirror-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

/*==============================
Image
==============================*/

.mirror-image{

    position:relative;

    overflow:hidden;

}

/* Image Size Fixed */

.mirror-image img{

    width:100%;

    height:320px;

    object-fit:cover;

    display:block;

    transition:.55s;

}

/* Image Zoom */

.mirror-card:hover .mirror-image img{

    transform:scale(1.08);

}

/* Dark Overlay */

.mirror-image:before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,
    rgba(0,0,0,.28),
    rgba(0,0,0,0));

    opacity:0;

    transition:.35s;

    z-index:2;

}

.mirror-card:hover .mirror-image:before{

    opacity:1;

}

/*==============================
Glass Reflection
==============================*/

.mirror-image:after{

    content:"";

    position:absolute;

    top:-120%;

    left:-50%;

    width:40%;

    height:240%;

    background:rgba(255,255,255,.28);

    transform:rotate(25deg);

    transition:.8s;

    z-index:3;

}

.mirror-card:hover .mirror-image:after{

    left:130%;

}

/*==============================
Badge
==============================*/

.mirror-badge{

    position:absolute;

    top:18px;

    right:18px;

    z-index:5;

    background:#222;

    color:#fff;

    font-size:11px;

    font-weight:700;

    letter-spacing:1px;

    padding:8px 16px;

    border-radius:40px;

    text-transform:uppercase;

}

/*==============================
Content
==============================*/

.mirror-content{

    padding:28px;

    position:relative;

}

.mirror-content h3{

    font-size:24px;

    color:#222;

    font-weight:700;

    margin-bottom:18px;

}

.mirror-content span{

    color:#f58220;

    font-size:15px;

    font-weight:600;

    transition:.35s;

}

.mirror-card:hover .mirror-content span{

    letter-spacing:.6px;

}

/* Orange Line */

.mirror-content:after{

    content:"";

    position:absolute;

    left:28px;

    bottom:0;

    width:0;

    height:4px;

    background:#f58220;

    border-radius:50px;

    transition:.4s;

}

.mirror-card:hover .mirror-content:after{

    width:75px;

}

/* Border Hover */

.mirror-card:before{

    content:"";

    position:absolute;

    inset:0;

    border:2px solid transparent;

    border-radius:24px;

    transition:.35s;

    z-index:10;

    pointer-events:none;

}

.mirror-card:hover:before{

    border-color:#f58220;

}
.mirror-bottom {
  padding: 20px 0;
}

/*==================================================
Premium Fill Button
==================================================*/

.premium-fill-btn{

    position:relative;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:18px 40px;

    /* border:2px solid #f58220; */

    color:#f58220;

    /* background:#fff; */

    border-radius:60px;

    text-decoration:none;

    font-size:16px;

    font-weight:700;

    overflow:hidden;

    transition:.35s ease;

    z-index:1;

}

/* Fill Background */

.premium-fill-btn::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:0;

    height:100%;

    background:#f58220;

    transition:.45s ease;

    z-index:-1;

}

/* Hover */

.premium-fill-btn:hover{

    color:#fff;

    border-color:#f58220;

    transform:translateY(-4px);

    box-shadow:0 18px 40px rgba(245,130,32,.30);

}

.premium-fill-btn:hover::before{

    width:100%;

}

/* Active */

.premium-fill-btn:active{

    transform:translateY(-2px);

}
.premium-fill-btn span{

    margin-left:10px;

    transition:.35s;

}

.premium-fill-btn:hover span{

    transform:translateX(6px);

}

/*==================================================
OUR PROCESS
==================================================*/

.our-process-section{
    padding: 40px 30px;
    background:#fffdf9;
    position:relative;
    overflow:hidden;
}

.our-process-section::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    top:-180px;
    border-radius:50%;
    background:rgba(245,130,32,.05);
}

.our-process-section::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    right:-120px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(245,130,32,.05);
}

/*==================================
Heading
==================================*/

.process-heading{
    max-width:900px;
    margin:0 auto 70px;
    text-align:center;
}

.process-subtitle{
    display:inline-block;
    color:#f58220;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.process-heading h2{
    font-size:46px;
    font-weight:700;
    color:#222;
    margin-bottom:20px;
    line-height:1.25;
}

.process-heading p{
    color:#666;
    font-size:17px;
    line-height:30px;
}

/*==================================
Desktop Layout
==================================*/

.process-slider{

    display:flex;

    justify-content:space-between;

    gap:22px;

    position:relative;

}

/* Connection Line */

.process-slider::before{

    content:"";

    position:absolute;

    left:8%;

    right:8%;

    top:45px;

    height:2px;

    background:#ececec;

    z-index:0;

}

.process-item{

    flex:1;

    position:relative;

    z-index:2;

}

/*==================================
Card
==================================*/

.process-card{

    background:#fff;

    border-radius:24px;

    padding:25px 20px;

    text-align:center;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

    transition:.35s;

    height:100%;

    position:relative;

}

.process-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

/*==================================
Icon
==================================*/

.process-icon{

    width:90px;

    height:90px;

    margin:auto;

    margin-bottom:22px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff8f2;

    border:2px solid rgba(245,130,32,.12);

    transition:.35s;

    position:relative;

}

/* Dot */

.process-icon::after{

    content:"";

    position:absolute;

    width:14px;

    height:14px;

    border-radius:50%;

    background:#f58220;

    bottom:-38px;

    left:50%;

    transform:translateX(-50%);

    border:4px solid #fff;

}

.process-icon i{

    font-size:34px;

    color:#f58220;

    transition:.35s;

}

.process-card:hover .process-icon{

    background:#f58220;

    transform:rotate(8deg);

}

.process-card:hover .process-icon i{

    color:#fff;

}

/*==================================
Content
==================================*/

.process-card h3{

    margin-top:40px;

    font-size:21px;

    color:#222;

    font-weight:700;

    margin-bottom:15px;

}

.process-card p{

    color:#666;

    font-size:15px;

    line-height:27px;

    margin:0;

}

/*==================================
Featured Card
==================================*/

.featured-process{

    border:2px solid rgba(245,130,32,.25);

    transform:translateY(-15px);

}

.featured-process .process-icon{

    background:#f58220;

}

.featured-process .process-icon i{

    color:#fff;

}

.featured-process:hover{

    transform:translateY(-25px);

}

/*==================================
CTA
==================================*/

.process-cta{

    margin-top:80px;

    background:#fff;

    border-radius:28px;

    padding:50px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:30px;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}

.process-cta-left{

    flex:1;

}

.process-cta-left span{

    display:block;

    color:#f58220;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    margin-bottom:15px;

}

.process-cta-left h3{

    font-size:34px;

    margin-bottom:18px;

    color:#222;

}

.process-cta-left p{

    color:#666;

    line-height:30px;

    margin:0;

}

/*==================================
Tablet
==================================*/

@media(max-width:991px){

.process-heading h2{

font-size:34px;

}

.process-slider{

overflow-x:auto;

overflow-y:hidden;

flex-wrap:nowrap;

justify-content:flex-start;

scroll-snap-type:x mandatory;

-webkit-overflow-scrolling:touch;

padding:10px 5px 25px;

gap:18px;

}

.process-slider::before{

display:none;

}

.process-slider::-webkit-scrollbar{

display:none;

}

.process-slider{

scrollbar-width:none;

}

.process-item{

flex:0 0 80%;

max-width:80%;

scroll-snap-align:center;

}

.featured-process{

transform:none;

}

.process-cta{

flex-direction:column;

text-align:center;

padding:35px;

}

}

/*==================================
Mobile
==================================*/

@media(max-width:576px){

.our-process-section{

padding:70px 0;

}

.process-heading h2{

font-size:28px;

}

.process-heading p{

font-size:15px;

line-height:28px;

}

.process-item{

flex:0 0 88%;

max-width:88%;

}

.process-card{

padding:22px 18px;

}

.process-icon{

width:80px;

height:80px;

}

.process-icon i{

font-size:30px;

}

.process-card h3{

font-size:20px;

}

.process-card p{

font-size:14px;

line-height:26px;

}

.process-cta{

padding:28px;

}

.process-cta-left h3{

font-size:26px;

}

}
.process-swipe-note{
    display:none;
}

@media(max-width:991px){

.process-swipe-note{

display:block;

text-align:center;

font-size:14px;

font-weight:600;

color:#888;

margin:15px 0 25px;

}

}

/*====================================================
 CLIENT TESTIMONIALS
 Version : 1.0
====================================================*/

.testimonial-section{

    padding: 40px 30px;

    background:#f8f9fb;

    position:relative;

    overflow:hidden;

}

/*==========================
Header
==========================*/

.testimonial-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:50px;

    margin-bottom:45px;

}

.testimonial-heading{

    max-width:760px;

}

.testimonial-subtitle{

    display:inline-block;

    color:#f58220;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.testimonial-heading h2{

    font-size: 28px;

    color:#222;

    font-weight:700;

    line-height:1.2;

    margin-bottom:20px;

}

.testimonial-heading p{

    color:#666;

    font-size:17px;

    line-height:30px;

}

/*==========================
Rating Strip
==========================*/

.testimonial-rating{

    display:flex;

    flex-direction:column;

    gap:18px;

    align-items:flex-end;

}

.rating-box{

    display:flex;

    align-items:center;

    gap:18px;

    background:#fff;

    border-radius:18px;

    padding:18px 24px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

}

.rating-google{

    width:56px;

    height:56px;

    border-radius:50%;

    background:#fff5eb;

    display:flex;

    align-items:center;

    justify-content:center;

}

.rating-google i{

    color:#4285F4;

    font-size:26px;

}

.rating-content h3{

    margin:0;

    font-size:30px;

    font-weight:700;

    color:#222;

}

.rating-stars{

    color:#ffb400;

    letter-spacing:2px;

    margin:4px 0;

}

.rating-content span{

    font-size:13px;

    color:#777;

}

/*==========================
Swiper
==========================*/

.testimonialSwiper{

    padding:10px 5px 20px;

}

/*==========================
Card
==========================*/

.review-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    height:100%;

    display:flex;

    flex-direction:column;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

    position:relative;

    border:1px solid rgba(0,0,0,.05);

}

.review-card:hover{

    transform:translateY(-10px);

    box-shadow:0 22px 60px rgba(0,0,0,.12);

    border-color:rgba(245,130,32,.25);

}

/*==========================
Media
==========================*/

.review-media{

    position:relative;

    aspect-ratio:16/10;

    overflow:hidden;

    background:#eee;

}

.review-media img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.6s;

}

.review-card:hover .review-media img{

    transform:scale(1.08);

}

/*==========================
Overlay
==========================*/

.review-media::after{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(to top,

    rgba(0,0,0,.35),

    rgba(0,0,0,.05));

}

/*==========================
Service Badge
==========================*/

.review-service-badge{

    position:absolute;

    left:15px;

    bottom:15px;

    z-index:2;

    background:#f58220;

    color:#fff;

    padding:8px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:600;

}

/*==========================
Play Button
==========================*/

.play-button{

    position:absolute;

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    width:70px;

    height:70px;

    border-radius:50%;

    background:rgba(255,255,255,.92);

    display:flex;

    align-items:center;

    justify-content:center;

    z-index:3;

    transition:.35s;

}

.play-button i{

    color:#f58220;

    font-size:24px;

    margin-left:4px;

}

.video-review:hover .play-button{

    transform:translate(-50%,-50%) scale(1.12);

}

/*==========================
Content
==========================*/

.review-content{

    padding:22px;

    display:flex;

    flex-direction:column;

    flex:1;

}

.review-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:15px;

}

.review-google{

    display:flex;

    align-items:center;

    gap:8px;

}

.review-google i{

    color:#4285F4;

}

.review-google span{

    font-size:13px;

    color:#666;

    font-weight:600;

}

.review-stars{

    color:#ffb400;

    letter-spacing:2px;

    font-size:15px;

}

.review-content p{

    color:#555;

    font-size:15px;

    line-height:27px;

    margin:0;

    display:-webkit-box;

    -webkit-line-clamp:3;

    -webkit-box-orient:vertical;

    overflow:hidden;

    min-height:78px;

}
/*====================================================
 REVIEW FOOTER
====================================================*/

.review-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-top:22px;

    padding-top:18px;

    border-top:1px solid #ececec;

}

.customer-info h4{

    margin:0;

    font-size:18px;

    font-weight:700;

    color:#222;

}

.customer-info span{

    display:block;

    margin-top:5px;

    color:#777;

    font-size:13px;

}

.verified{

    display:flex;

    align-items:center;

    gap:6px;

    font-size:13px;

    color:#2e7d32;

    font-weight:600;

}

.verified i{

    color:#2e7d32;

    font-size:15px;

}


/*====================================================
 REFLECTION EFFECT
====================================================*/

.review-card::before{

    content:"";

    position:absolute;

    top:-100%;

    left:-70%;

    width:45%;

    height:250%;

    background:rgba(255,255,255,.18);

    transform:rotate(25deg);

    transition:.8s;

    pointer-events:none;

}

.review-card:hover::before{

    left:160%;

}


/*====================================================
 NAVIGATION
====================================================*/

.testimonial-navigation{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:15px;

    margin-top: 10px;

}

.testimonial-prev,
.testimonial-next{

    width:54px;

    height:54px;

    border-radius:50%;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    border:1px solid rgba(0,0,0,.06);

}

.testimonial-prev i,
.testimonial-next i{

    font-size:17px;

    color:#222;

    transition:.3s;

}

.testimonial-prev:hover,
.testimonial-next:hover{

    background:#f58220;

    border-color:#f58220;

    transform:translateY(-4px);

}

.testimonial-prev:hover i,
.testimonial-next:hover i{

    color:#fff;

}


/*====================================================
 SWIPER FIX
====================================================*/

.testimonialSwiper{

    overflow:hidden;

}

.testimonialSwiper .swiper-wrapper{

    align-items:stretch;

}

.testimonialSwiper .swiper-slide{

    height:auto;

}

.review-card{

    height:100%;

}


/*====================================================
 LARGE DESKTOP
====================================================*/

@media(min-width:1700px){

.testimonial-heading{

max-width:850px;

}

.testimonial-heading h2{

font-size:50px;

}

}


/*====================================================
 LAPTOP
====================================================*/

@media(max-width:1200px){

.testimonial-header{

gap:35px;

}

.testimonial-heading h2{

font-size:38px;

}

}


/*====================================================
 TABLET
====================================================*/

@media(max-width:991px){

.testimonial-section{

padding:80px 0;

}

.testimonial-header{

flex-direction:column;

align-items:flex-start;

margin-bottom:35px;

}

.testimonial-rating{

align-items:flex-start;

}

.rating-box{

padding:16px 20px;

}

.testimonial-heading{

max-width:100%;

}

.testimonial-heading h2{

font-size:34px;

}

.testimonial-heading p{

font-size:16px;

line-height:28px;

}

}


/*====================================================
 MOBILE
====================================================*/

@media(max-width:767px){

.testimonial-section{

padding:70px 0;

}

.testimonial-header{

margin-bottom:25px;

}

.testimonial-heading h2{

font-size:28px;

}

.testimonial-heading p{

font-size:15px;

line-height:27px;

}

.rating-box{

width:100%;

}

.rating-content h3{

font-size:26px;

}

.review-content{

padding:18px;

}

.review-content p{

font-size:14px;

line-height:24px;

min-height:auto;

}

.review-bottom{

flex-direction:column;

align-items:flex-start;

gap:12px;

}

.review-service-badge{

font-size:11px;

padding:7px 12px;

}

.play-button{

width:58px;

height:58px;

}

.play-button i{

font-size:20px;

}

.testimonial-navigation{

margin-top:30px;

}

.testimonial-prev,
.testimonial-next{

width:48px;

height:48px;

}

}


/*====================================================
 SMALL MOBILE
====================================================*/

@media(max-width:480px){

.testimonial-heading h2{

font-size:24px;

line-height:1.3;

}

.testimonial-heading p{

font-size:14px;

}

.rating-box{

gap:12px;

}

.rating-google{

width:48px;

height:48px;

}

.rating-google i{

font-size:22px;

}

.review-google span{

display:none;

}

.review-content{

padding:16px;

}

.review-service-badge{

left:12px;

bottom:12px;

}

}


/*====================================================
 IMAGE OPTIMIZATION
====================================================*/

.review-media img{

    image-rendering:auto;

    backface-visibility:hidden;

    -webkit-backface-visibility:hidden;

}


/*====================================================
 SMOOTH TRANSITIONS
====================================================*/

.review-card,
.review-media img,
.play-button,
.review-service-badge,
.testimonial-prev,
.testimonial-next{

    transition:all .35s ease;

}

/*=========================================
            CTA Section
=========================================*/

.cta-section{

    padding:75px 0;

    background:#ffffff;

}

.cta-image{

    overflow:hidden;

    border-radius:18px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.cta-image img{

    width:100%;

    height:360px;

    object-fit:cover;

    transition:.5s;
}

.cta-image:hover img{

    transform:scale(1.05);

}

.cta-content{

    padding-left:35px;

}

.cta-subtitle{

    display:inline-block;

    color:#d4af37;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:15px;

    font-size:14px;

}

.cta-content h2{

    font-size:38px;

    font-weight:700;

    line-height:1.3;

    color:#1d1d1d;

    margin-bottom:20px;

}

.cta-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:35px;

}

.cta-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

}

.btn-gold{

    background:#d4af37;

    color:#111;

    padding:14px 30px;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.btn-gold:hover{

    background:#111;

    color:#fff;

}

.btn-outline-dark{

    border:2px solid #222;

    padding:14px 28px;

    border-radius:50px;

    font-weight:600;

}

.btn-outline-dark:hover{

    background:#222;

    color:#fff;

}

@media(max-width:991px){

.cta-content{

padding-left:0;

margin-top:40px;

text-align:center;

}

.cta-buttons{

justify-content:center;

}

.cta-content h2{

font-size:30px;

}

.cta-image img{

height:300px;

}

}


/*==================================
 Trusted Clients
===================================*/

.trusted-clients-section{
    padding: 30px 0;
    background:#fafafa;
    overflow:hidden;
}

.section-title{
    text-align:center;
    margin-bottom:35px;
}

.section-title span{
    color:#d88b28;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
}

.section-title h2{
    font-size:34px;
    font-weight:700;
    margin:8px 0 10px;
    color:#222;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:28px;
}

.logo-slider{
    overflow:hidden;
    margin:12px 0;
    position:relative;
}

.logo-track{
    display:flex;
    width:max-content;
    animation:scrollLeft 35s linear infinite;
}

.reverse .logo-track{
    animation:scrollRight 35s linear infinite;
}

.logo-slider:hover .logo-track{
    animation-play-state:paused;
}

.logo-card{
    width:170px;
    height:85px;
    background:#fff;
    margin:10px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    transition:.35s;
    flex-shrink:0;
}

.logo-card img{
    max-width: 100%;
    max-height: 68px;
    transition: .35s;
}

.logo-card:hover{
    transform:translateY(-5px);
    box-shadow:0 12px 28px rgba(0,0,0,.12);
}

.logo-card:hover img{
    filter:none;
    opacity:1;
}

@keyframes scrollLeft{

    from{
        transform:translateX(0);
    }

    to{
        transform:translateX(-50%);
    }

}

@keyframes scrollRight{

    from{
        transform:translateX(-50%);
    }

    to{
        transform:translateX(0);
    }

}

/* Mobile */

@media(max-width:991px){

.logo-card{

    width:140px;
    height:75px;
}

.logo-card img{

    max-width:100px;
}

.section-title h2{

    font-size:28px;
}

}

@media(max-width:575px){

.trusted-clients-section{

    padding:55px 0;
}

.logo-card{

    width:120px;
    height:65px;
    margin:8px;
}

.logo-card img{

    max-width:80px;
}

.section-title h2{

    font-size:24px;
}

.section-title p{

    font-size:15px;
    line-height:26px;
}

}

/*--------------------------------------Blogs---------------------------------------*/
/*=========================================
        Latest Insights
=========================================*/

.latest-insights{

    padding:90px 0;

    background:#f8f9fb;

}

.section-heading{

    margin-bottom:50px;

}

.section-subtitle{

    color:#d4af37;

    text-transform:uppercase;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

}

.section-heading h2{

    font-size:38px;

    font-weight:700;

    margin:12px 0;

    color:#222;

}

.section-heading p{

    color:#666;

    line-height:30px;

    max-width:700px;

}

.view-all-btn{

    display:inline-flex;

    align-items:center;

    color:#222;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.view-all-btn:hover{

    color:#d4af37;

}

.blog-card{

    background:#fff;

    border-radius:16px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    transition:.35s;

    height:100%;

}

.blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);

}

.blog-image{

    position:relative;

    overflow:hidden;

}

.blog-image img{

    width:100%;

    height:240px;

    object-fit:cover;

    transition:.5s;

}

.blog-card:hover img{

    transform:scale(1.08);

}

.blog-category{

    position:absolute;

    left:18px;

    top:18px;

    background:#d4af37;

    color:#fff;

    font-size:12px;

    padding:6px 14px;

    border-radius:30px;

}

.blog-content{

    padding:24px;

}

.blog-meta{

    color:#888;

    font-size:14px;

    margin-bottom:14px;

}

.blog-content h3{

    font-size:21px;

    line-height:30px;

    margin-bottom:15px;

}

.blog-content h3 a{

    color:#222;

    text-decoration:none;

}

.blog-content h3 a:hover{

    color:#d4af37;

}

.blog-content p{

    color:#666;

    line-height:28px;

    margin-bottom:20px;

}

.read-more{

    color:#d4af37;

    font-weight:600;

    text-decoration:none;

}

.read-more i{

    margin-left:8px;

    transition:.3s;

}

.read-more:hover i{

    transform:translateX(5px);

}



@media(max-width:991px){

.section-heading{

text-align:center;

}

.view-all-btn{

margin-top:20px;

}

.section-heading h2{

font-size:30px;

}

}

/*-------------------------------------------About Us---------------------------------*/
/*==================================================
ABOUT HERO
==================================================*/

.about-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.60);

}

.about-hero .container{

    position:relative;

    z-index:2;

}

.about-hero-content{

    max-width:760px;

    color:#fff;

}

.about-subtitle{

    display:inline-block;

    padding:8px 22px;

    background:#d4af37;

    color:#000;

    font-size:15px;

    font-weight:600;

    border-radius:50px;

    margin-bottom:25px;

}

.about-hero h1{

    font-size:58px;

    font-weight:700;

    line-height:1.15;

    margin-bottom:25px;

}

.about-hero p{

    font-size:20px;

    line-height:1.9;

    color:#ececec;

    margin-bottom:35px;

}

.about-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#d4af37;

    color:#111;

    padding:16px 34px;

    border-radius:50px;

    font-weight:600;

    text-decoration:none;

    transition:.3s;

}

.btn-primary:hover{

    background:#fff;

    color:#111;

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

    padding:16px 34px;

    border-radius:50px;

    text-decoration:none;

    transition:.3s;

}

.btn-secondary:hover{

    background:#fff;

    color:#111;

}

.about-breadcrumb{

    margin-top:45px;

    font-size:16px;

}

.about-breadcrumb a{

    color:#d4af37;

    text-decoration:none;

}

.about-breadcrumb span{

    margin:0 10px;

}

/*=========================
Responsive
=========================*/

@media(max-width:768px){

.about-hero{

    min-height:520px;

    text-align:center;

}

.about-hero h1{

    font-size:36px;

}

.about-hero p{

    font-size:17px;

}

.about-buttons{

    justify-content:center;

}

}

/*=========================================================
    ABOUT US - WHY CHOOSE SECTION
=========================================================*/

.fgm-about-why-section{

    position:relative;

    padding:110px 0;

    background:#fcfcfa;

    overflow:hidden;

}

/*=========================================================
    SECTION HEADING
=========================================================*/

.fgm-about-why-heading{

    max-width:850px;

    margin:0 auto 70px;

}

.fgm-about-why-tag{

    display:inline-block;

    padding:10px 24px;

    background:#d4af37;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:20px;

}

.fgm-about-why-heading h2{

    font-size:46px;

    font-weight:700;

    color:#1d1d1d;

    line-height:1.2;

    margin-bottom:25px;

}

.fgm-about-why-heading p{

    font-size:18px;

    color:#6d6d6d;

    line-height:1.9;

    margin:0;

}

/*=========================================================
    CARD
=========================================================*/

.fgm-about-why-card{

    position:relative;

    background:#ffffff;

    border:1px solid #ece8df;

    border-radius:20px;

    padding:40px 35px;

    height:100%;

    overflow:hidden;

    transition:.35s ease;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.fgm-about-why-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border-color:#d4af37;

}

/*=========================================================
    GOLDEN TOP BORDER
=========================================================*/

.fgm-about-why-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#d4af37;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.fgm-about-why-card:hover::before{

    transform:scaleX(1);

}

/*=========================================================
    WATERMARK NUMBER
=========================================================*/

.fgm-about-card-number{

    position:absolute;

    top:18px;

    right:25px;

    font-size:72px;

    font-weight:800;

    color:#d4af37;

    opacity:.06;

    line-height:1;

    pointer-events:none;

    user-select:none;

}

/*=========================================================
    ICON
=========================================================*/

.fgm-about-why-icon{

    width:82px;

    height:82px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#d4af37,#f0c756);

    border-radius:18px;

    margin-bottom:28px;

    box-shadow:0 15px 30px rgba(212,175,55,.28);

    transition:.35s;

}

.fgm-about-why-card:hover .fgm-about-why-icon{

    transform:rotate(-8deg) scale(1.06);

}

.fgm-about-why-icon i{

    font-size:32px;

    color:#ffffff;

}
/*=========================================================
    CARD TITLE
=========================================================*/

.fgm-about-why-card-title{

    font-size:24px;

    font-weight:700;

    color:#1f1f1f;

    line-height:1.35;

    margin-bottom:18px;

    transition:.3s;

}

.fgm-about-why-card:hover .fgm-about-why-card-title{

    color:#d4af37;

}

/*=========================================================
    CARD TEXT
=========================================================*/

.fgm-about-why-card-text{

    margin:0;

    font-size:16px;

    line-height:1.9;

    color:#666666;

}

/*=========================================================
    CARD LINK (Future Ready)
=========================================================*/

.fgm-about-why-card a{

    color:inherit;

    text-decoration:none;

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width:1199px){

.fgm-about-why-section{

    padding:90px 0;

}

.fgm-about-why-heading{

    margin-bottom:60px;

}

.fgm-about-why-heading h2{

    font-size:40px;

}

.fgm-about-why-card{

    padding:35px 30px;

}

.fgm-about-card-number{

    font-size:60px;

}

}

/*========================*/

@media (max-width:991px){

.fgm-about-why-section{

    padding:80px 0;

}

.fgm-about-why-heading{

    max-width:100%;

    margin-bottom:50px;

}

.fgm-about-why-heading h2{

    font-size:34px;

}

.fgm-about-why-heading p{

    font-size:17px;

}

.fgm-about-why-card{

    padding:30px;

}

.fgm-about-why-icon{

    width:74px;

    height:74px;

    margin-bottom:24px;

}

.fgm-about-why-icon i{

    font-size:28px;

}

.fgm-about-why-card-title{

    font-size:22px;

}

}

/*========================*/

@media (max-width:767px){

.fgm-about-why-section{

    padding:65px 0;

}

.fgm-about-why-heading{

    margin-bottom:40px;

}

.fgm-about-why-tag{

    font-size:12px;

    letter-spacing:1px;

    padding:8px 20px;

}

.fgm-about-why-heading h2{

    font-size:30px;

}

.fgm-about-why-heading p{

    font-size:16px;

    line-height:1.8;

}

.fgm-about-why-card{

    padding:28px 24px;

    border-radius:18px;

}

.fgm-about-card-number{

    font-size:50px;

    top:16px;

    right:20px;

}

.fgm-about-why-icon{

    width:68px;

    height:68px;

    border-radius:16px;

}

.fgm-about-why-icon i{

    font-size:26px;

}

.fgm-about-why-card-title{

    font-size:21px;

    margin-bottom:14px;

}

.fgm-about-why-card-text{

    font-size:15px;

    line-height:1.8;

}

}

/*========================*/

@media (max-width:575px){

.fgm-about-why-heading h2{

    font-size:26px;

}

.fgm-about-why-card{

    text-align:center;

}

.fgm-about-why-icon{

    margin:0 auto 22px;

}

.fgm-about-card-number{

    font-size:42px;

}

}

/*=========================================================
    ABOUT STORY SECTION
=========================================================*/

.fgm-about-story-section{

    position:relative;

    padding: 40px 0;

    background:#ffffff;

    overflow:hidden;

}

/*=========================================================
    IMAGE
=========================================================*/

.fgm-about-story-image{

    position:relative;

    margin:0;

    overflow:hidden;

    border-radius:24px;

}

.fgm-about-story-image img{

    width:100%;

    border-radius:24px;

    transition:.6s ease;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}

.fgm-about-story-image:hover img{

    transform:scale(1.05);

}

/*=========================================================
    CONTENT
=========================================================*/

.fgm-about-story-tag{

    display:inline-block;

    padding:10px 24px;

    background:#d4af37;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:22px;

}

.fgm-about-story-section h2{

    font-size:46px;

    font-weight:700;

    color:#222;

    line-height:1.25;

    margin-bottom:28px;

}

.fgm-about-story-section p{

    font-size:17px;

    line-height:1.9;

    color:#666;

    margin-bottom:22px;

}

/*=========================================================
    STORY POINTS
=========================================================*/

.fgm-about-story-points{

    margin-top:35px;

    margin-bottom:40px;

}

.fgm-story-point{

    display:flex;

    align-items:center;

    gap:14px;

    margin-bottom:18px;

    font-size:17px;

    font-weight:600;

    color:#333;

}

.fgm-story-point i{

    width:34px;

    height:34px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#d4af37;

    color:#fff;

    font-size:15px;

    flex-shrink:0;

}

/*=========================================================
    BUTTON
=========================================================*/

.fgm-about-story-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    background:#d4af37;

    color:#fff;

    font-size:16px;

    font-weight:600;

    text-decoration:none;

    border-radius:50px;

    transition:.35s ease;

    box-shadow:0 12px 30px rgba(212,175,55,.25);

}

.fgm-about-story-btn:hover{

    background:#222;

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(0,0,0,.18);

}
/*=========================================================
    CORE VALUES SECTION
=========================================================*/

.fgm-core-values-section{

    padding: 40px 0;

    background:#fcfcfa;

    position:relative;

    overflow:hidden;

}

/*=========================================================
    HEADING
=========================================================*/

.fgm-core-values-heading{

    max-width:760px;

    margin:0 auto 65px;

    text-align:center;

}

.fgm-core-values-heading span{

    display:inline-block;

    padding:10px 24px;

    background:#d4af37;

    color:#ffffff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:22px;

}

.fgm-core-values-heading h2{

    font-size:44px;

    font-weight:700;

    line-height:1.25;

    color:#222222;

    margin:0;

}

/*=========================================================
    VALUE CARD
=========================================================*/

.fgm-core-value-card{

    background:#ffffff;

    border:1px solid #ece8df;

    border-radius:22px;

    padding:40px 30px;

    height:100%;

    text-align:center;

    transition:.35s ease;

    position:relative;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.fgm-core-value-card:hover{

    transform:translateY(-8px);

    border-color:#d4af37;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.fgm-core-value-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:#d4af37;

    transform:scaleX(0);

    transition:.35s;

    transform-origin:left;

}

.fgm-core-value-card:hover::before{

    transform:scaleX(1);

}

/*=========================================================
    ICON
=========================================================*/

.fgm-core-value-card i{

    width:82px;

    height:82px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 28px;

    border-radius:20px;

    background:linear-gradient(135deg,#d4af37,#f0c756);

    color:#ffffff;

    font-size:32px;

    transition:.35s;

    box-shadow:0 15px 30px rgba(212,175,55,.28);

}

.fgm-core-value-card:hover i{

    transform:rotate(-8deg) scale(1.05);

}

/*=========================================================
    TITLE
=========================================================*/

.fgm-core-value-card h3{

    font-size:24px;

    font-weight:700;

    color:#222222;

    margin-bottom:16px;

    transition:.3s;

}

.fgm-core-value-card:hover h3{

    color:#d4af37;

}

/*=========================================================
    TEXT
=========================================================*/

.fgm-core-value-card p{

    margin:0;

    font-size:16px;

    line-height:1.9;

    color:#666666;

}
/*=========================================================
    RESPONSIVE
=========================================================*/

@media(max-width:1199px){

.fgm-about-story-section,
.fgm-core-values-section{

    padding:90px 0;

}

.fgm-about-story-section h2{

    font-size:40px;

}

.fgm-core-values-heading h2{

    font-size:38px;

}

}

@media(max-width:991px){

.fgm-about-story-section,
.fgm-core-values-section{

    padding:80px 0;

}

.fgm-about-story-image{

    margin-bottom:20px;

}

.fgm-about-story-section h2{

    font-size:34px;

}

.fgm-core-values-heading{

    margin-bottom:50px;

}

.fgm-core-values-heading h2{

    font-size:34px;

}

}

@media(max-width:767px){

.fgm-about-story-section,
.fgm-core-values-section{

    padding:65px 0;

}

.fgm-about-story-tag,

.fgm-core-values-heading span{

    font-size:12px;

    padding:8px 20px;

    letter-spacing:1px;

}

.fgm-about-story-section h2{

    font-size:30px;

}

.fgm-core-values-heading h2{

    font-size:28px;

}

.fgm-about-story-section p{

    font-size:16px;

}

.fgm-story-point{

    font-size:16px;

}

.fgm-about-story-btn{

    width:100%;

    justify-content:center;

}

.fgm-core-value-card{

    padding:35px 25px;

}

.fgm-core-value-card i{

    width:72px;

    height:72px;

    font-size:28px;

}

.fgm-core-value-card h3{

    font-size:22px;

}

}

@media(max-width:575px){

.fgm-about-story-section h2{

    font-size:26px;

}

.fgm-core-values-heading h2{

    font-size:24px;

}

.fgm-story-point{

    align-items:flex-start;

}

}

/*=========================================================
    ABOUT EXPERTISE SECTION
=========================================================*/

.fgm-about-expertise-section{

    position:relative;

    padding:110px 0;

    background:#ffffff;

    overflow:hidden;

}

/*=========================================================
    HEADING
=========================================================*/

.fgm-about-expertise-tag{

    display:inline-block;

    padding:10px 24px;

    background:#d4af37;

    color:#ffffff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

    margin-bottom:22px;

}

.fgm-about-expertise-section h2{

    font-size:46px;

    font-weight:700;

    line-height:1.25;

    color:#222222;

    margin-bottom:28px;

}

.fgm-about-expertise-section p{

    font-size:17px;

    line-height:1.9;

    color:#666666;

    margin-bottom:35px;

}

/*=========================================================
    SERVICE TAGS
=========================================================*/

.fgm-about-service-tags{

    display:flex;

    flex-wrap:wrap;

    gap:14px;

}

.fgm-about-service-tags span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:12px 22px;

    background:#fcfcfa;

    border:1px solid #ece8df;

    border-radius:50px;

    color:#444;

    font-size:15px;

    font-weight:600;

    transition:.35s ease;

    cursor:default;

}

.fgm-about-service-tags span:hover{

    background:#d4af37;

    color:#ffffff;

    border-color:#d4af37;

    transform:translateY(-4px);

    box-shadow:0 12px 25px rgba(212,175,55,.22);

}

/*=========================================================
    INDUSTRIES BOX
=========================================================*/

.fgm-about-industries{

    background:#fcfcfa;

    border:1px solid #ece8df;

    border-radius:24px;

    padding:45px;

    box-shadow:0 12px 35px rgba(0,0,0,.05);

}

.fgm-about-industries h3{

    font-size:30px;

    font-weight:700;

    color:#222;

    margin-bottom:30px;

}

/*=========================================================
    INDUSTRY CARD
=========================================================*/

.fgm-industry-item{

    display:flex;

    align-items:center;

    justify-content:center;

    min-height:70px;

    padding:18px;

    background:#ffffff;

    border:1px solid #ece8df;

    border-radius:16px;

    font-size:16px;

    font-weight:600;

    color:#444444;

    text-align:center;

    transition:.35s ease;

    box-shadow:0 5px 18px rgba(0,0,0,.04);

}

.fgm-industry-item:hover{

    background:#d4af37;

    color:#ffffff;

    border-color:#d4af37;

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(212,175,55,.25);

}
/*=========================================================
    PREMIUM CTA SECTION
=========================================================*/

.fgm-about-cta-section{

    position:relative;

    padding: 80px;

    background:url("../images/about/cta-bg.jpg") center center/cover no-repeat;

    overflow:hidden;

}

.fgm-about-cta-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        135deg,
        rgba(0,0,0,.78),
        rgba(0,0,0,.58)
    );

}

/*=========================================================
    CTA CONTENT
=========================================================*/

.fgm-about-cta-content{

    position:relative;

    z-index:2;

    margin:auto;

    text-align:center;

    padding:60px;

    border-radius:28px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    -webkit-backdrop-filter:blur(12px);

    border:1px solid rgba(255,255,255,.15);

}

.fgm-about-cta-content span{

    display:inline-block;

    margin-bottom:20px;

    padding:10px 24px;

    background:#d4af37;

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    border-radius:50px;

    text-transform:uppercase;

}

.fgm-about-cta-content h2{

    font-size:38px;

    font-weight:700;

    color:#ffffff;

    line-height:1.2;

    margin-bottom:25px;

}

.fgm-about-cta-content p{

    font-size:18px;

    line-height:1.9;

    color:#ececec;

    margin-bottom:40px;

}

/*=========================================================
    CTA BUTTONS
=========================================================*/

.fgm-about-cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.fgm-about-btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    height:58px;

    border-radius:50px;

    background:#d4af37;

    color:#fff;

    font-weight:600;

    font-size:16px;

    text-decoration:none;

    transition:.35s;

}

.fgm-about-btn-primary:hover{

    background:#ffffff;

    color:#222;

    transform:translateY(-4px);

}

.fgm-about-btn-secondary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    min-width:220px;

    height:58px;

    border:2px solid rgba(255,255,255,.35);

    border-radius:50px;

    color:#ffffff;

    font-weight:600;

    font-size:16px;

    text-decoration:none;

    transition:.35s;

}

.fgm-about-btn-secondary:hover{

    background:#ffffff;

    color:#222;

    border-color:#ffffff;

    transform:translateY(-4px);

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media(max-width:1199px){

.fgm-about-expertise-section{

    padding:90px 0;

}

.fgm-about-expertise-section h2{

    font-size:40px;

}

.fgm-about-industries{

    padding:35px;

}

.fgm-about-cta-content{

    padding:50px;

}

.fgm-about-cta-content h2{

    font-size:44px;

}

}

@media(max-width:991px){

.fgm-about-expertise-section{

    padding:80px 0;

}

.fgm-about-expertise-section h2{

    font-size:34px;

}

.fgm-about-industries{

    margin-top:20px;

}

.fgm-about-cta-section{

    padding:90px 0;

}

.fgm-about-cta-content{

    padding:40px;

}

.fgm-about-cta-content h2{

    font-size:36px;

}

}

@media(max-width:767px){

.fgm-about-expertise-section{

    padding:65px 0;

}

.fgm-about-expertise-tag{

    font-size:12px;

    letter-spacing:1px;

    padding:8px 20px;

}

.fgm-about-expertise-section h2{

    font-size:30px;

}

.fgm-about-expertise-section p{

    font-size:16px;

}

.fgm-about-industries{

    padding:28px;

}

.fgm-about-industries h3{

    font-size:24px;

}

.fgm-about-service-tags{

    gap:10px;

}

.fgm-about-service-tags span{

    font-size:14px;

    padding:10px 16px;

}

.fgm-industry-item{

    min-height:60px;

    font-size:15px;

}

.fgm-about-cta-content{

    padding:35px 25px;

}

.fgm-about-cta-content h2{

    font-size:30px;

}

.fgm-about-cta-content p{

    font-size:16px;

}

.fgm-about-btn-primary,

.fgm-about-btn-secondary{

    width:100%;

}

}

@media(max-width:575px){

.fgm-about-expertise-section h2{

    font-size:26px;

}

.fgm-about-cta-content h2{

    font-size:26px;

}

.fgm-about-cta-content{

    border-radius:20px;

}

}

/*-----------------------------------------Services---------------------------------*/
/*=========================================================
    FGM SERVICES HERO
=========================================================*/

.fgm-services-hero-section{
    position:relative;
    overflow:hidden;
    background:#f8f8f8;
    padding:100px 0;
}

.fgm-services-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,.97) 0%,
        rgba(255,255,255,.90) 45%,
        rgba(255,255,255,.15) 100%
    );
    z-index:1;
}

.fgm-services-hero-section .container{
    position:relative;
    z-index:2;
}

.fgm-services-hero-content{
    max-width:700px;
}

/*---------------------------------------------------------
    TAG
---------------------------------------------------------*/

.fgm-services-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#d4af37;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:25px;
}

/*---------------------------------------------------------
    HEADING
---------------------------------------------------------*/

.fgm-services-hero-content h1{
    font-size: 38px;
    font-weight:800;
    line-height:1.15;
    color:#111;
    margin-bottom:30px;
}

.fgm-services-hero-content p{
    font-size:18px;
    line-height:1.9;
    color:#555;
    margin-bottom:35px;
}

/*---------------------------------------------------------
    HIGHLIGHTS
---------------------------------------------------------*/

.fgm-services-highlights{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
    margin-bottom:40px;
}

.fgm-service-highlight{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    border:1px solid #ececec;
    padding:12px 18px;
    border-radius:50px;
    font-size:15px;
    font-weight:600;
    color:#333;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.35s;
}

.fgm-service-highlight:hover{
    transform:translateY(-4px);
    border-color:#d4af37;
}

.fgm-service-highlight i{
    color:#d4af37;
    font-size:16px;
}

/*---------------------------------------------------------
    BUTTONS
---------------------------------------------------------*/

.fgm-services-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:18px;
}

.fgm-services-btn-primary,
.fgm-services-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:210px;
    height:58px;
    padding:0 34px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.fgm-services-btn-primary{
    background:#d4af37;
    color:#fff;
}

.fgm-services-btn-primary:hover{
    background:#111;
    color:#fff;
}

.fgm-services-btn-secondary{
    background:#fff;
    color:#111;
    border:2px solid #111;
}

.fgm-services-btn-secondary:hover{
    background:#111;
    color:#fff;
}
/*=========================================================
    HERO IMAGE
=========================================================*/

.fgm-services-image-wrapper{
    position:relative;
    text-align:center;
}

.fgm-services-image-wrapper img{
    width:100%;
    max-width:560px;
    border-radius:30px;
    display:block;
    margin:0 auto;
    box-shadow:0 30px 70px rgba(0,0,0,.18);
    transition:all .45s ease;
}

.fgm-services-image-wrapper img:hover{
    transform:translateY(-8px) scale(1.02);
    box-shadow:0 40px 90px rgba(0,0,0,.22);
}

/*=========================================================
    DECORATIVE ELEMENTS
=========================================================*/

.fgm-services-image-wrapper::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:#d4af37;
    opacity:.10;
    border-radius:50%;
    top:-60px;
    right:-60px;
    filter:blur(20px);
    z-index:-1;
}

.fgm-services-image-wrapper::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border:2px dashed rgba(212,175,55,.35);
    border-radius:50%;
    bottom:-40px;
    left:-40px;
    z-index:-1;
}

/*=========================================================
    SECTION ANIMATION
=========================================================*/

.fgm-services-hero-content,
.fgm-services-image-wrapper{
    animation:fgmFadeUp .8s ease forwards;
}

@keyframes fgmFadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media (max-width:1199px){

    .fgm-services-hero-section{
        padding:80px 0;
    }

    .fgm-services-hero-content h1{
        font-size:48px;
    }

}

@media (max-width:991px){

    .fgm-services-hero-section{
        text-align:center;
        padding:70px 0;
    }

    .fgm-services-hero-content{
        max-width:100%;
    }

    .fgm-services-hero-content h1{
        font-size:40px;
    }

    .fgm-services-highlights{
        justify-content:center;
    }

    .fgm-services-buttons{
        justify-content:center;
        margin-bottom:45px;
    }

    .fgm-services-image-wrapper img{
        max-width:500px;
    }

}

@media (max-width:767px){

    .fgm-services-hero-section{
        padding:60px 0;
    }

    .fgm-services-tag{
        font-size:11px;
        letter-spacing:1.5px;
        padding:8px 18px;
    }

    .fgm-services-hero-content h1{
        font-size:32px;
        line-height:1.25;
    }

    .fgm-services-hero-content p{
        font-size:16px;
        line-height:1.8;
    }

    .fgm-services-highlights{
        gap:12px;
    }

    .fgm-service-highlight{
        width:100%;
        justify-content:center;
    }

    .fgm-services-btn-primary,
    .fgm-services-btn-secondary{
        width:100%;
        min-width:100%;
    }

    .fgm-services-image-wrapper img{
        max-width:100%;
        border-radius:20px;
    }

}

@media (max-width:480px){

    .fgm-services-hero-content h1{
        font-size:28px;
    }

    .fgm-services-hero-content p{
        font-size:15px;
    }

}

/*=========================================================
    OUR PROFESSIONAL SERVICES
=========================================================*/

.fgm-services-grid-section{
    padding: 40px 0;
    background:#ffffff;
    position:relative;
}

.fgm-services-grid-tag{
    display:inline-block;
    padding:10px 24px;
    background:#d4af37;
    color:#fff;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.fgm-services-grid-title{
    font-size:46px;
    font-weight:800;
    color:#111;
    line-height:1.2;
    margin-bottom:20px;
}

.fgm-services-grid-desc{
    max-width:760px;
    margin:auto;
    font-size:18px;
    color:#666;
    line-height:1.9;
    margin-bottom:25px;
}

/*=========================================================
    SERVICE CARD
=========================================================*/

.fgm-service-card{

    background:#fff;
    border:1px solid #ececec;
    border-radius:22px;
    padding:45px 35px;
    height:100%;

    transition:.40s;

    position:relative;
    overflow:hidden;

    box-shadow:0 10px 35px rgba(0,0,0,.05);

}

.fgm-service-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:#d4af37;

    transform:scaleX(0);

    transition:.40s;

}

.fgm-service-card:hover::before{

    transform:scaleX(1);

}

.fgm-service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 60px rgba(0,0,0,.12);

    border-color:#d4af37;

}

/*=========================================================
    ICON
=========================================================*/

.fgm-service-icon{

    width:85px;
    height:85px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff8e5;

    color:#d4af37;

    font-size:34px;

    margin-bottom:28px;

    transition:.40s;

}

.fgm-service-card:hover .fgm-service-icon{

    background:#d4af37;

    color:#fff;

    transform:rotate(8deg) scale(1.08);

}

/*=========================================================
    TEXT
=========================================================*/

.fgm-service-card h3{
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.fgm-service-card p{

    font-size:16px;

    color:#666;

    line-height:1.9;

    margin-bottom:28px;

}
/*=========================================================
    BUTTON
=========================================================*/

.fgm-service-card a{

    display:inline-flex;
    align-items:center;
    gap:10px;

    color:#111;

    font-size:16px;
    font-weight:700;

    text-decoration:none;

    transition:.35s;

}

.fgm-service-card a i{

    transition:.35s;

    font-size:14px;

}

.fgm-service-card:hover a{

    color:#d4af37;

}

.fgm-service-card:hover a i{

    transform:translateX(8px);

}

/*=========================================================
    CARD ANIMATION
=========================================================*/

.fgm-service-card{

    animation:fgmServiceFade .7s ease forwards;

}

@keyframes fgmServiceFade{

    from{

        opacity:0;

        transform:translateY(35px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}

/*=========================================================
    RESPONSIVE
=========================================================*/

@media(max-width:1199px){

    .fgm-services-grid-section{

        padding:90px 0;

    }

    .fgm-services-grid-title{

        font-size:40px;

    }

}

@media(max-width:991px){

    .fgm-services-grid-title{

        font-size:34px;

    }

    .fgm-services-grid-desc{

        font-size:17px;

    }

    .fgm-service-card{

        padding:38px 30px;

    }

}

@media(max-width:767px){

    .fgm-services-grid-section{

        padding:70px 0;

    }

    .fgm-services-grid-tag{

        font-size:11px;

        letter-spacing:1.5px;

        padding:8px 18px;

    }

    .fgm-services-grid-title{

        font-size:30px;

        line-height:1.3;

    }

    .fgm-services-grid-desc{

        font-size:16px;

        line-height:1.8;

    }

    .fgm-service-card{

        text-align:center;

        padding:35px 25px;

    }

    .fgm-service-icon{

        margin:0 auto 25px;

    }

    .fgm-service-card h3{

        font-size:24px;

    }

    .fgm-service-card a{

        justify-content:center;

    }

}

@media(max-width:480px){

    .fgm-services-grid-title{

        font-size:26px;

    }

    .fgm-service-card{

        padding:30px 22px;

    }

    .fgm-service-icon{

        width:75px;
        height:75px;

        font-size:30px;

    }

    .fgm-service-card h3{

        font-size:22px;

    }

    .fgm-service-card p{

        font-size:15px;

    }

}












/*------------------------------------Footer----------------------------------------*/

/*=========================================
            Footer Company
=========================================*/

.footer-company{
    padding-right:20px;
}

.footer-logo{
    display:inline-block;
    margin-bottom:25px;
}

.footer-logo img{
    max-width:220px;
    height:auto;
}

.footer-about{
    color:#bfc4cb;
    font-size:15px;
    line-height:1.9;
    margin-bottom:30px;
    text-align:justify;
}

.footer-social h5{
    color:#ffffff;
    font-size:18px;
    font-weight:600;
    margin-bottom:18px;
}

.footer-social a{

    width:42px;
    height:42px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border:1px solid rgba(255,255,255,.15);

    border-radius:50%;

    color:#ffffff;

    margin-right:10px;

    transition:.35s ease;
}

.footer-social a:hover{

    background:#d4af37;

    border-color:#d4af37;

    color:#111111;

    transform:translateY(-4px);
}

@media(max-width:991px){

.footer-company{

padding-right:0;

margin-bottom:40px;

}

}

/*=========================================
            Footer Links
=========================================*/

.footer-title{
    color:#ffffff;
    font-size:22px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-title::after{
    content:"";
    width:55px;
    height:3px;
    background:#d4af37;
    display:block;
    margin-top:10px;
    border-radius:5px;
}

.footer-links ul{
    margin:0;
    padding:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{

    color:#bfc4cb;

    text-decoration:none;

    transition:.35s ease;

    display:inline-flex;

    align-items:center;

    font-size:15px;

    font-weight:500;
}

.footer-links a i{

    color:#d4af37;

    margin-right:10px;

    font-size:13px;

    transition:.35s;
}

.footer-links a:hover{

    color:#ffffff;

    padding-left:8px;
}

.footer-links a:hover i{

    transform:translateX(3px);
}

.footer-divider{

    width:100%;

    height:1px;

    background:rgba(255,255,255,.08);

    margin:28px 0;
}

.footer-subtitle{

    color:#ffffff;

    font-size:17px;

    font-weight:600;

    margin-bottom:18px;
}
/*=========================================
        Footer Contact Improvements
=========================================*/

.footer-contact .contact-list li{
    display:flex;
    align-items:flex-start;
    margin-bottom:25px;
}

.footer-contact .contact-list i{

    width:48px;
    height:48px;
    min-width:48px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(212,175,55,.10);

    border:1px solid rgba(212,175,55,.20);

    color:#d4af37;

    font-size:18px;

    margin-right:18px;

    transition:.35s ease;
}

.footer-contact .contact-list li:hover i{

    background:#d4af37;
    color:#111111;
    transform:translateY(-3px);
}

.footer-contact strong{

    display:block;

    color:#ffffff;

    font-size:16px;

    font-weight:600;

    margin-bottom:6px;
}

.footer-contact span{

    color:#bfc4cb;

    font-size:15px;

    line-height:1.8;
}

.footer-contact a{

    color:#bfc4cb;

    text-decoration:none;

    transition:.3s;
}

.footer-contact a:hover{

    color:#d4af37;
}

.footer-credit{

    margin-top:35px;

    padding-top:22px;

    border-top:1px solid rgba(255,255,255,.08);
}

.footer-credit small{

    display:block;

    color:#8f98a3;

    font-size:13px;

    letter-spacing:.5px;

    text-transform:uppercase;

    margin-bottom:8px;
}

.footer-credit a{

    color:#ffffff;

    font-size:15px;

    font-weight:600;

    text-decoration:none;

    transition:.35s;
}

.footer-credit a:hover{

    color:#d4af37;
}

/*=========================================
            Copyright
=========================================*/

.footer-copyright{

    padding:5px 0;

}

.footer-copyright p{

    margin:0;

    color:#bfc4cb;

    font-size:14px;

    font-weight:400;

    letter-spacing:.3px;

}
