/* ======================================================
SERVICE COMMON CSS
(All Service Pages: Termite, Rodent, Mosquito etc.)
====================================================== */


/* =========================
BREADCRUMB
========================= */
.service-breadcrumb{
    background:#f4f4f4;
    padding:10px 0;
    font-size:14px;
}

.service-breadcrumb a{
    color:#333;
    text-decoration:none;
    transition:0.3s;
}

.service-breadcrumb a:hover{
    color:#28a745;
}

.service-breadcrumb span{
    margin:0 6px;
    color:#777;
}

.service-breadcrumb strong{
    color:#28a745;
}


/* =========================
SERVICE HERO
========================= */
.service-hero{
    padding:60px 0;
    background:#ffffff;
}

.service-badge{
    display:inline-block;
    background:#e8f5ee;
    color:#28a745;
    padding:6px 12px;
    border-radius:20px;
    font-size:13px;
    margin-bottom:10px;
    font-weight:600;
}

.service-hero h1{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.service-hero h2{
    font-size:22px;
    color:#555;
    margin-bottom:15px;
}

.hero-en{
    font-size:16px;
    color:#333;
    margin-bottom:10px;
    line-height:1.6;
}

.hero-bn{
    font-size:15px;
    color:#555;
    margin-bottom:20px;
    line-height:1.6;
}

.banglaenglishheading{
	text-align: center;
	
}





/* =========================
BUTTONS
========================= */
.hero-buttons a{
    display:inline-block;
    padding:12px 22px;
    margin-right:10px;
    text-decoration:none;
    border-radius:6px;
    font-weight:600;
    transition:0.3s;
}

.btn-brand{
    background:#28a745;
    color:#fff;
    border:2px solid #28a745;
}

.btn-brand:hover{
    background:#1e7e34;
    border-color:#1e7e34;
}

.btn-outline{
    background:transparent;
    border:2px solid #28a745;
    color:#28a745;
}

.btn-outline:hover{
    background:#28a745;
    color:#fff;
}



/* =========================
SERVICE SECTION
========================= */
.service-section{
    padding:60px 0;
    background:#fafafa;
}

.service-section p{
    font-size:15px;
    color:#444;
    line-height:1.7;
	margin-bottom: 15px;
}


.service-section2{
    padding:60px 0;
    background:#fff;
}

.service-section2 p{
    font-size:15px;
    color:#444;
    line-height:1.7;
}

.service-section .feature-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 25px;
}

.service-section .feature-box h4{
    margin-bottom: 20px;
    text-align: center;
}

.service-section .feature-box .btn{
    margin-top: auto;
}



/* =========================
SECTION Head Line
========================= */

.section-intro-wrap{
    display:flex;
    gap:30px;
    align-items:flex-start;
}

.section-intro-wrap .section-intro{
    flex:1;
    line-height:1.7;
}

/* Bangla */
.section-intro-wrap .bn{
    font-size:22px;
    color:#111827;
    font-weight:700;
}

/* English */
.section-intro-wrap .en{
    font-size:22px;
    color:#374151;
    font-weight:700;
	text-transform: uppercase;
}

@media (max-width:768px){
    .section-intro-wrap{
        flex-direction:column;
        gap:15px;
    }
}










/* =========================
HIGHLIGHT BOX
========================= */
.service-highlight{
    background:#ffffff;
    padding:50px 0;
}

.highlight-box{
    background:#fff;
    padding:15px 15px;
    border-radius:10px;
    text-align:center;
    box-shadow:0 3px 12px rgba(0,0,0,0.06);
    transition:0.4s;
}

.highlight-box:hover{
    transform:translateY(-5px);
}

.highlight-box h3{
    font-size:24px;
    color:#28a745;
    margin-bottom:5px;
}

.highlight-box p{
    font-size:14px;
    color:#666;
}


/* ===========================
   FAQ SECTION
=========================== */

.faq-wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;          /* বক্সগুলোর মাঝে স্পেস */
}

.faq-item{
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 25px 30px; /* উপরে-নিচে 25px, বাম-ডানে 30px */
    margin-bottom: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,.06);
    transition: .3s;
}

.faq-item:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

.faq-item h4{
    margin-bottom: 15px;
    color: #0d6efd;
    font-weight: 700;
    line-height: 1.5;
}

.faq-item p{
    margin: 12px 0;
    padding-left: 10px;   /* লেখা একটু ডানদিকে সরবে */
    line-height: 1.9;
    text-align: justify;
	border-left: 5px solid #198754;
}

.faq-item h4{
    background: #f8f9fa;
    padding: 12px 18px;
    border-radius: 8px;
    margin-bottom: 18px;
}

	

	
.service-image {
    max-width: 510px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}
	
	
	
	
	
	
	
	
	
/* ===========================
   Service Slider
=========================== */
	
	
	
.serviceslider-section{
    background:#f5f7fb;
    padding:80px 0;
    margin:60px 0;
}

.serviceslider-header{
    text-align:center;
    margin-bottom:40px;
}

.serviceslider-header h2{
    margin-bottom:15px;
}

.serviceslider-header p{
    max-width:700px;
    margin:0 auto;
}

.serviceslider-wrapper{
    position:relative;
    height:90px;
    max-width:900px;
    margin:0 auto;
}

.serviceslider-item{
    position:absolute;
    width:100%;
    left:0;
    top:0;
    text-align:center;

    opacity:0;
    visibility:hidden;

    transition:all .8s ease;
}

.serviceslider-item.active{
    opacity:1;
    visibility:visible;
}

.serviceslider-item a{
    font-size:26px;
    font-weight:700;
    text-decoration:none;
}

.serviceslider-footer{
    text-align:center;
    margin-top:40px;
}


/* ===========================
   local area
=========================== */


.local-service-areas{
    margin-top:60px;
}

.area-intro{
    max-width:850px;
    margin:0 auto 40px;
    font-size:17px;
    line-height:1.8;
}

.area-group{
    margin-top:40px;
}

.area-group-title{
    text-align:center;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    color:#1f2937;
}

.area-card{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:90px;

    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:12px;

    text-decoration:none;
    transition:.3s ease;

    box-shadow:0 3px 12px rgba(0,0,0,.05);
}

.area-card:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(0,0,0,.10);
}

.area-card h4{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#1f2937;
}

@media (max-width:768px){

    .area-group-title{
        font-size:22px;
    }

    .area-card{
        min-height:75px;
    }

    .area-card h4{
        font-size:16px;
    }

}



.service-list{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.service-list li{
    padding: 10px 0;
    line-height: 1.8;
}