body{
margin:0;
padding:0;
font-family:Arial,sans-serif;
 
}
.row{
    margin-left:0 !important;
    margin-right:0 !important;
}
/* TOP BAR */

.top-bar{
background:#960218;
padding:5px 0;
}

.top-number{
color:#ffb400;
font-size:25px;
font-weight:700;
}
.top-number a{
text-decoration:none;
color:#ffb400;
 
}
.top-text{
color:#fff;
font-size:15px;
font-weight:600;
}

.phone-circle{
width:50px;
height:50px;
background:#ffb400;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:auto;
}

.phone-circle i{
font-size:30px;
color:#000;
}
 .welcome-section{
    background:#960218;
    color:#fff;
}
 
.welcome-text p{
   
    margin:auto;
    font-size:18px;
    line-height:1.8;
}
.blink-text{
    color:#ffd700;
    animation:glow 1.5s infinite alternate;
}

@keyframes glow{
    from{
        text-shadow:0 0 5px #ffd700;
    }
    to{
        text-shadow:
        0 0 10px #ffd700,
        0 0 20px #ffd700,
        0 0 30px #ffd700;
    }
}
.image-box{
    overflow:hidden;
    border-radius:10px;
}
.image-box img{
    width:100%;
    
    object-fit:cover;
    display:block;
     
}
 
.hero-slider{
    width:100%;
    overflow:hidden;
}

.slider{
    position:relative;
    height:580px;
}

.slide{
    position:absolute;
    width:100%;
   
    opacity:0;
    transform:translateX(100px);
    transition:all 1.2s ease-in-out;
}

.slide.active{
    opacity:1;
    transform:translateX(0);
    z-index:2;
}

.slide img{
    width:100%;
    
    object-fit:cover;
}

@media(max-width:768px){
    .slider{
        height:170px;
    }
}
 .about-section{
     background-image:url('images/bg12.png');
	 background-size:cover;
}

.about-img img{
    width:100%;
   
    box-shadow: 0 10px 30px rgb(0 0 0 / 47%);;
}

.section-tag{
    display:inline-block;
    background:#f4b400;
    color:#000;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:15px;
}

.about-content h2{
    font-size:42px;
    font-weight:700;
    color:#960218;
    margin-bottom:20px;
}

.about-content p{
    color:#000;
    line-height:1.8;
    margin-bottom:15px;
}

.about-box{
    background:#960218;
    text-align:center;
    padding:20px;
    border-radius:10px;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    margin-bottom:15px;
}
.about-box p{
    color:#fff;
}
.about-box h3{
    color:#f4b400;
    font-size:32px;
    font-weight:700;
    margin-bottom:5px;
}

.about-btn{
    background:#5b0728;
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:600;
}

.about-btn:hover{
    background:#f4b400;
    color:#000;
}

@media(max-width:768px){

    .about-content h2{
        font-size:30px;
    }

}


.hero-box{
    position:relative;
    min-height:300px;
    border-radius:15px;
    overflow:hidden;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

/* Background Images */

.left-box{
    background:#960218;
}

.center-box{
   background:#960218;;
}

.right-box{
    background:#960218;;
}

/* Overlay */
 
/* Content */

.content{
    position:relative;
    z-index:2;
    color:#fff;
    padding:30px;
}

.content h3{
    font-size:32px;
	color: #ffc107;
    font-weight:700;
    margin-bottom:15px;
}

.content p{
    font-size:18px;
    margin-bottom:20px;
}

.btn-warning{
    padding:10px 25px;
    font-weight:600;
}

/* Mobile */

@media(max-width:768px){

    .hero-box{
        min-height:280px;
    }

    .content h3{
        font-size:24px;
    }

    .content p{
        font-size:15px;
    }

}
.cta-section{
    padding:70px 0;
    background:#ffb400;
}

.cta-box{
    background:#960218;
    padding:50px;
    border-radius:20px;
    color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.cta-tag{
    display:inline-block;
    background:#ffb400;
    color:#000;
    padding:8px 18px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-content h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-content p{
    font-size:18px;
    line-height:1.8;
    margin-bottom:0;
}

.cta-buttons{
    display:flex;
    flex-direction:column;
    gap:15px;
}

.call-btn{
    background:#960218;
    color:#fff;
    text-decoration:none;
    padding:15px 30px;
    font-size:15px;
    font-weight:700;
    border-radius:50px;
}

.wa-btn{
    background:#25d366;
    color:#fff;
    text-decoration:none;
    padding:15px;
    font-size:15px;
    font-weight:700;
    border-radius:50px;
}

.call-btn:hover,
.wa-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:768px){

    .cta-box{
        padding:30px 20px;
    }

    .cta-content h2{
        font-size:28px;
    }

    .cta-buttons{
        margin-top:25px;
    }
}
 

 .services-section{
    background:#efe3d2;
    padding:60px 0;
}

.service-card{
    background:#fff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.12);
    transition:.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-img{
    position:relative;
    height:280px;
}

.service-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.paper-cut{
    position:absolute;
    bottom:-2px;
    left:0;
    width:100%;
    height:70px;
}

.service-content{
    padding:30px;
}

.service-content h3{
    color:#e60000;
    font-size:32px;
    font-weight:700;
    margin-bottom:15px;
}

.service-content p{
    font-size:18px;
    line-height:1.8;
    color:#333;
    margin-bottom:25px;
} 
.call-btn:hover,
.wa-btn:hover{
    color:#fff;
}

@media(max-width:768px){

    .service-img{
        height:220px;
    }

    .service-content h3{
        font-size:24px;
    }

    .service-content{
        padding:20px;
    }
}
.counter-section{
    background:#960218;
    padding:50px 0;
}

.counter-item{
    position:relative;
}

.counter-item::after{
    content:'';
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:2px;
    height:130px;
    background:rgba(255,255,255,0.15);
}

.border-none::after{
    display:none;
}

.counter-icon{
    width:90px;
    height:90px;
	    border-radius: 50%;
    margin:0 auto 25px;
    
    display:flex;
    align-items:center;
    justify-content:center;
    border:5px solid #fff;
}

.counter-icon i{
    color:#fff;
    font-size:34px;
}

.counter{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin-bottom:5px;
}

.counter-item p{
    color:#fff;
    font-size:20px;
    margin:0;
}

@media(max-width:991px){

    .counter-item{
        margin-bottom:40px;
    }

    .counter-item::after{
        display:none;
    }

    .counter{
        font-size:45px;
    }

}
.topservices-head {
    padding: 0;
    text-align: center;
}
.topservices-head strong {
    display: block;
    color: #960218;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 33px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 700;
    padding: 0px 0 0;
}
.topservices-head p {
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    padding: 10px 20% 0;
    line-height: 25px;
}
/* Why Choose Us CSS */

.why-choose-us{
    padding:50px 0;
    
}

/* Left Image */

.why-img{
    position:relative;
    overflow:hidden;
    border-radius:25px;
}

.why-img img{
    width:100%;
    border-radius:25px;
    display:block;
    box-shadow:0 8px 30px rgba(0,0,0,0.15);
}

/* Experience Box */

.experience-tag{
    position:absolute;
    bottom:20px;
    left:20px;
    background:linear-gradient(45deg,#8b0000,#d40000);
    color:#fff;
    padding:18px 30px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.2);
}

.experience-tag h3{
    font-size:38px;
    font-weight:800;
    margin:0;
}

.experience-tag span{
    font-size:15px;
    font-weight:500;
}

/* Right Content */

.why-tag{
    display:inline-block;
    background:#ffcc00;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:20px;
}

.why-content h2{
    font-size:42px;
    font-weight:800;
    color:#960218;
    margin-bottom:20px;
    line-height:1.4;
}

.why-content p{
    font-size:17px;
    color:#000;
    line-height:1.9;
    margin-bottom:30px;
}

/* Features */

.why-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.why-box{
    background:#fff;
    padding:22px;
    border-radius:20px;
    display:flex;
    gap:15px;
    transition:0.3s;
    box-shadow:0 5px 20px rgba(0,0,0,0.05);
}

.why-box:hover{
    transform:translateY(-5px);
}

/* Icon */

.why-icon{
    min-width:60px;
    height:60px;
    border-radius:50%;
    background:#960218;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

/* Text */

.why-text h4{
    font-size:22px;
    font-weight:700;
    color:#960218;
    margin-bottom:8px;
}

.why-text p{
    font-size:15px;
    color:#000;
    margin:0;
    line-height:1.7;
}

/* Button */

.why-btn{
    margin-top:35px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#960218;
    color:#fff;
    text-decoration:none;
    padding:16px 35px;
    border-radius:50px;
    font-size:17px;
    font-weight:700;
    transition:0.3s;
}

.why-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .why-content{
        text-align:center;
    }

    .why-content h2{
        font-size:34px;
    }

    .why-features{
        grid-template-columns:1fr;
    }

}

@media(max-width:576px){

    .why-choose-us{
        padding:55px 0;
    }

    .why-content h2{
        font-size:26px;
    }

    .why-content p{
        font-size:15px;
    }

    .why-box{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .why-text h4{
        font-size:19px;
    }

    .why-btn{
        width:100%;
        justify-content:center;
        font-size:15px;
        padding:14px 20px;
    }

}
/* Services Section CSS */

.services-area{
    padding:60px 0;
    background:#960218;
}

/* Heading */

.services-heading{
    margin-bottom:60px;
}

.services-heading span{
    display:inline-block;
    background:#ffcc00;
    color:#000;
    padding:10px 25px;
    border-radius:50px;
    font-size:15px;
    font-weight:700;
    margin-bottom:18px;
}

.services-heading h2{
    font-size:42px;
    font-weight:800;
    color:#ffcc00;
    margin-bottom:15px;
}

.services-heading p{
    font-size:17px;
    color:#fff;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

/* Service Card */

.service-card{
    background:#ffffff;
    border-radius:25px;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
    transition:0.4s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
}

/* Image */

.service-image{
    overflow:hidden;
}

.service-image img{
    width:100%;
   
    object-fit:cover;
    transition:0.4s;
}

.service-card:hover .service-image img{
    transform:scale(1.08);
}

/* Content */

.service-content{
    padding:30px 25px;
    text-align:center;
}

.service-content h3{
    font-size:28px;
    font-weight:700;
    color:#960218;
    margin-bottom:15px;
}

.service-content p{
    font-size:16px;
    color:#000;
    line-height:1.8;
    margin-bottom:25px;
}

/* Button */

.service-call-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#960218;
    color:#fff;
    text-decoration:none;
    padding:15px 30px;
    border-radius:50px;
    font-size:16px;
    font-weight:700;
    transition:0.3s;
}

.service-call-btn:hover{
    color:#fff;
    transform:translateY(-3px);
}

/* Responsive */

@media(max-width:991px){

    .services-heading h2{
        font-size:34px;
    }

    .service-content h3{
        font-size:24px;
    }

}

@media(max-width:576px){

    .services-area{
        padding:55px 0;
    }

    .services-heading h2{
        font-size:26px;
    }

    .services-heading p{
        font-size:15px;
    }

 

    .service-content{
        padding:25px 18px;
    }

    .service-content h3{
        font-size:21px;
    }

    .service-content p{
        font-size:14px;
    }

    .service-call-btn{
         
        justify-content:center;
        padding:14px 20px;
        font-size:15px;
    }

}
.testimonial-section{
    background:#f8f5f0;
}

.section-title .sub-title{
    display:inline-block;
    background:#ffc107;
    color:#000;
    padding:8px 20px;
    border-radius:30px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title h2{
    color:#960218;
    font-size:42px;
    font-weight:700;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#000;
}

.testimonial-card{
    background:#fff;
    padding:35px;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    text-align:center;
    transition:.4s;
    height:100%;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.quote-icon{
    width:70px;
    height:70px;
    margin:auto;
    background:#960218;
    color:#fff;
    border-radius:50%;
    font-size:40px;
    line-height:70px;
    margin-bottom:20px;
}

.testimonial-card p{
    font-size:17px;
    line-height:1.8;
    color:#000;
}

.stars{
    color:#ffc107;
    font-size:22px;
    margin:15px 0;
}

.testimonial-card h4{
    color:#960218;
    margin-bottom:5px;
    font-weight:700;
}

.testimonial-card span{
    color:#000;
}

@media(max-width:768px){

    .section-title h2{
        font-size:30px;
    }

    .testimonial-card{
        padding:25px;
    }

}
.footer-section{
    background:#960218;
    color:#fff;
    padding:70px 0 20px;
}

.footer-widget h4{
    color:#ffc107;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    position:relative;
}

.footer-widget h4::after{
    content:'';
    width:50px;
    height:3px;
    background:#ffc107;
    position:absolute;
    left:0;
    bottom:-10px;
}

.footer-widget p{
    color:#fff;
    line-height:1.8;
}

.footer-widget ul{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-widget ul li{
    margin-bottom:12px;
}

.footer-widget ul li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.footer-widget ul li a:hover{
    color:#fff;
    padding-left:5px;
}

.contact-info li{
    color:#fff;
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,.15);
    margin-top:40px;
    padding-top:20px;
    text-align:center;
}

.footer-bottom p{
    margin:0;
    color:#fff;
}

@media(max-width:768px){

    .footer-widget{
        margin-bottom:20px;
    }

    .footer-widget h4{
        font-size:22px;
    }

}
.floating-buttons{
    position:fixed;
    right:20px;
    bottom:20px;
    z-index:9999;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.float-call,
.float-whatsapp{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 18px;
    border-radius:50px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    transition:.3s;
}

.float-call{
    background:#e60000;
}

.float-whatsapp{
    background:#25d366;
}

.float-call:hover,
.float-whatsapp:hover{
    color:#fff;
    transform:translateX(-5px);
}

.float-call i,
.float-whatsapp i{
    font-size:22px;
}

/* Pulse Animation */

.float-call{
    animation:pulse-red 1.5s infinite;
}

.float-whatsapp{
    animation:pulse-green 1.5s infinite;
}

@keyframes pulse-red{
    0%{
        box-shadow:0 0 0 0 rgba(230,0,0,.7);
    }
    70%{
        box-shadow:0 0 0 15px rgba(230,0,0,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(230,0,0,0);
    }
}

@keyframes pulse-green{
    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,.7);
    }
    70%{
        box-shadow:0 0 0 15px rgba(37,211,102,0);
    }
    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }
}

/* Mobile */

@media(max-width:768px){

    .floating-buttons{
        right:10px;
        bottom:10px;
    }

    .float-call span,
    .float-whatsapp span{
        display:none;
    }

    .float-call,
    .float-whatsapp{
        width:60px;
        height:60px;
        justify-content:center;
        border-radius:50%;
        padding:0;
    }

    .float-call i,
    .float-whatsapp i{
        font-size:28px;
    }

}