     
    .cta-section{
    background:#111;
    color:#fff;
    border-radius:15px;
    margin:60px auto;
    padding:60px 40px;
}

.cta-section h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
}

.cta-section p{
    color:#ddd;
    line-height:30px;
    margin-bottom:25px;
}

.cta-list{
    list-style:none;
    padding:0;
    margin:0;
}

.cta-list li{
    margin-bottom:12px;
    font-size:17px;
}

.cta-list i{
    color:#c89b3c;
    margin-right:10px;
}

.cta-btn{
    display:block;
    background:#c89b3c;
    color:#fff;
    text-decoration:none;
    padding:15px;
    margin-bottom:15px;
    border-radius:8px;
    font-size:18px;
    font-weight:600;
    transition:.3s;
}

.cta-btn:hover{
    background:#fff;
    color:#111;
}

.whatsapp-btn{
    background:#25D366;
}

.outline-btn{
    background:transparent;
    border:2px solid #c89b3c;
}

.outline-btn:hover{
    background:#c89b3c;
    color:#fff;
}
      
    .faq-item{
    background:#fff;
    padding:25px 30px;
    border-radius:10px;
    margin-bottom:20px;
    border:1px solid #ececec;
    transition:.3s;
}

.faq-item:hover{
    box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.faq-item h3{
    font-size:22px;
    color:#111;
    margin-bottom:12px;
    font-weight:700;
}

.faq-item p{
    color:#666;
    line-height:30px;
    margin:0;
}
     
     
    .process-box{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    border:1px solid #ececec;
    text-align:center;
    transition:.3s;
    height:100%;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.process-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.10);
}

.process-box span{
    width:65px;
    height:65px;
    background:#c89b3c;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-size:24px;
    font-weight:700;
    margin-bottom:20px;
}

.process-box h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.process-box p{
    color:#666;
    line-height:28px;
    font-size:16px;
}
    
    
     
    .trust-box{
    background:#fff;
    border-radius:12px;
    padding:35px 30px;
    text-align:center;
    height:100%;
    border:1px solid #ececec;
    transition:.3s;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
}

.trust-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.trust-box i{
    font-size:48px;
    color:#c89b3c;
    margin-bottom:20px;
}

.trust-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.trust-box p{
    color:#666;
    font-size:16px;
    line-height:28px;
}
    
    
     
    .industry-box{
    background:#fff;
    border:1px solid #ececec;
    border-radius:10px;
    padding:30px 20px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.industry-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.industry-box i{
    font-size:42px;
    color:#c89b3c;
    margin-bottom:20px;
}

.industry-box h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:15px;
}

.industry-box p{
    font-size:16px;
    line-height:28px;
    color:#666;
}
    
    
 
    .service-box{
    background:#fff;
    border:1px solid #ececec;
    padding:35px;
    border-radius:10px;
    transition:.3s;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.service-box:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.10);
}

.service-box h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.service-box h3 a{
    color:#111;
    text-decoration:none;
}

.service-box h3 a:hover{
    color:#c89b3c;
}

.service-box p{
    color:#666;
    line-height:30px;
    margin-bottom:20px;
}

.read-btn{
    color:#c89b3c;
    font-weight:600;
    text-decoration:none;
}

.read-btn:hover{
    color:#111;
}
    

        .aboutus1 {
            background: #fff;
        }

        .titlesd {
            text-align: center;
        }

        .titlesd h1 {
            font-size: 42px;
            font-weight: 700;
            color: #111;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .titlesd p {
            font-size: 18px;
            color: #666;
            max-width: 850px;
            margin: 0 auto;
            line-height: 30px;
        }

        .more-con {
            margin-top: 20px;
        }

        .more-con p {
            font-size: 17px;
            color: #555;
            line-height: 32px;
            margin-bottom: 20px;
            text-align: justify;
        }

        .more-con h2 {
            font-size: 32px;
            font-weight: 700;
            color: #111;
            margin: 50px 0 20px;
        }

        .more-con h3 {
            font-size: 24px;
            font-weight: 600;
            color: #222;
            margin: 35px 0 15px;
        }

        .more-con ul {
            padding-left: 20px;
            margin-bottom: 25px;
        }

        .more-con ul li {
            font-size: 17px;
            color: #555;
            margin-bottom: 10px;
            line-height: 30px;
        }

        .more-con a {
            color: #c89b3c;
            font-weight: 600;
            text-decoration: none;
            transition: .3s;
        }

        .more-con a:hover {
            color: #000;
        }

        @media(max-width:991px) {

            .titlesd h1 {
                font-size: 32px;
            }

            .titlesd p {
                font-size: 16px;
            }

            .more-con p {
                font-size: 16px;
                line-height: 28px;
            }

            .more-con h2 {
                font-size: 28px;
            }

        }

        @media(max-width:576px) {

            .titlesd h1 {
                font-size: 28px;
            }

            .more-con p {
                text-align: left;
            }

        }

/* ===========================
   SEO Sections
=========================== */

.about-section,
.why-section,
.collection-section,
.industry-section,
.faq-section,
.cta-section{
    padding:80px 0;
}

.why-section,
.industry-section{
    background:#f8f9fa;
}

/* Heading */

.titlesd{
    margin-bottom:50px;
}

.titlesd h2{
    font-size:44px;
    font-weight:700;
    color:#111;
    margin-bottom:12px;
}

.titlesd h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}

.titlesd p{
    max-width:750px;
    margin:auto;
    color:#666;
    font-size:18px;
    line-height:30px;
}

/* Paragraph */

.about-section p,
.collection-section p,
.why-section p,
.industry-section p{
    color:#555;
    font-size:17px;
    line-height:32px;
}

/* Images */

.about-section img{
    border-radius:15px;
    width:100%;
    transition:.4s;
}

.about-section img:hover{
    transform:scale(1.02);
}

/* Cards */

.feature-box{
    background:#fff;
    padding:35px;
    border-radius:12px;
    border:1px solid #ececec;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.feature-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.feature-box h3{
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.feature-box h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
    color:#111;
}

.feature-box p{
    margin-bottom:18px;
    color:#666;
    line-height:30px;
}

/* List */

.feature-box ul{
    padding:0;
    margin:0;
}

.feature-box ul li{
    list-style:none;
    padding:10px 0;
    color:#444;
    border-bottom:1px solid #eee;
    font-size:16px;
}

.feature-box ul li:last-child{
    border:none;
}

/* Button */

.feature-box .btn{
    padding:12px 28px;
    border-radius:6px;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    transition:.3s;
}

.feature-box .btn:hover{
    background:#111;
    color:#fff;
}

/* Center Paragraph */

.collection-section .text-center,
.industry-section .text-center{
    max-width:1000px;
    margin:auto;
}

/* Responsive */

@media(max-width:991px){

    .titlesd h2{
        font-size:34px;
    }

    .titlesd h3{
        font-size:28px;
    }

    .feature-box{
        margin-bottom:25px;
    }

    .about-section img{
        margin-bottom:30px;
    }

}

@media(max-width:767px){

    .about-section,
    .why-section,
    .collection-section,
    .industry-section,
    .faq-section,
    .cta-section{
        padding:60px 0;
    }

    .titlesd h2{
        font-size:28px;
    }

    .titlesd p{
        font-size:16px;
        line-height:28px;
    }

    .feature-box{
        padding:25px;
    }

    .feature-box h4{
        font-size:22px;
    }

}