/*
|--------------------------------------------------------------------------
| APPLICATION INFORMATION
|--------------------------------------------------------------------------
|
| Application: ERP (this website is a frontend module, part of ERP)
| Author: Mahbubur Rahman
|
| Author URI: www.mahbubrn.com
| Email: mahbubrn86@gmail.com
| Phone: 01987422407, 01757406077 (whatsapp)
|
| Frontend: html5, CSS3, Bootstrape (only column grid), javascript, jQery
| Backend: laravel 10, mysql, livewire
|
*/

/*
|-----------------------------------------------------
| BASE CSS
|-----------------------------------------------------
|
*/

/* english font */
/* @import url('https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* bangla font */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap');


@import url(grid.css); /* bootstrape framework css */
@import url(font-awesome.min.css); /* font-awesome icon */

/*== plugin's css ==*/
@import url(../js/plugins/notification/toastr.css); /* toast notification */
@import url(../js/plugins/datepicker/date-picker.css); /* date picker */
@import url(../js/plugins/lightbox/lightbox.css); /* lightbox */

@import url(../js/plugins/slider/slick.css); /* slider */
@import url(../js/plugins/slider/slick-theme.css); /* slider */

@import url(../js/plugins/zoom/imghover-zoom.css); /* image zoom */

@import url(../js/plugins/mobile/mobileNav.css); /* responsive mobile nav */

@import url('https://fonts.cdnfonts.com/css/solaimanlipi');

/* SolaimanLipi Bangla Font */
@font-face {
  font-family: 'SolaimanLipi';
  src: url('assets/fonts/bangla/SolaimanLipi.ttf') format('ttf'),
       url('assets/fonts/bangla/SolaimanLipi.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*:focus {outline: none;}

body{
    /* font-family: "Raleway", sans-serif; */
    /* font-family: "Hind Siliguri", sans-serif; */

    font-family: 'SolaimanLipi', 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
}
a, a:hover, a:link, a:visited, a:active{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
a:hover{color: #007A29;}
ul{list-style: none;}
img{display: block;}

/* ----------------- PLUGINS --- */

/*Responsive Nav*/
.slicknav_menu {
	display:none;
}
.mobihide{display: none;}

/*Slider*/
.slider img{margin: 0;}

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

.preload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/ring.gif) no-repeat center center #fff;
    background-size: 100px;
}

/* -------------------- */
.texteditor p{
    margin-bottom: 10px;
    clear: both;
}
.texteditor p span{
    display: block;
    margin-bottom: 2px;
}
.texteditor p span strong{
    color: #999;
}

.texteditor p input,
.texteditor p select{
    height: 35px;
    width: 100%;
    padding-left: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    transition: .15s;
    border: 1px solid #ddd;
}
.texteditor p input[type="radio"],
.texteditor p input[type="checkbox"]{
    height: auto;
    width: auto;
}


/* -------------------- */

h1, h2, h3, h4, h5, h6{
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/*------------------*/

.txtleft{text-align: left !important;}
.txtright{text-align: right !important;}
.center{text-align: center !important;}
.justify{text-align: justify;}
.clr{overflow: hidden;}

.left{
	float: left;
	overflow: hidden;
    margin-right: 10px;
}

.right{
	float: right;
	overflow: hidden;
    margin-left: 10px;
}

.thmcolor{
    background: #007A29;
    color: #fff !important;
}

.pagenumber ul li a:hover,
.pagenumber ul li.active,
.pagenumber ul li.active span,
.pagenumber ul li.active a{
    background: #007A29;
    color: #fff !important;
    border: 1px solid #007A29;
}

.cardsingle ul li span{
    border: 1px solid #007A29;
}

a.cntnue-shopping{
    border-bottom: 1px solid #007A29;
}
a.cntnue-shopping:hover{
    color: #007A29;
}

.mainmenu ul li:hover > a,
a.active,
.mainmenu ul ul li:hover > a{
    color: #007A29;
}


/*
|-----------------------------------------------------
| HOME PAGE
|-----------------------------------------------------
|
*/


/*
|--------
| header
|--------
|
*/

.tobbar{
    padding: 7px;
}
.topleft{}
.topleft ul li{
    display: inline-block;
    margin: 0 5px;
}
.topleft ul li a{
    color: #fff;
}
.topleft ul li a:hover{
    text-decoration: underline;
}
.topleft ul li a i{
    margin-right: 5px;
}

.topright{
    text-align: right;
}
.topright ul li{
    display: inline-block;
    margin: 0 5px;
}
.topright ul li a{
    color: #fff;
}
.topright ul li a:hover{
    /* color: #007A29; */
}
.topright ul li a i{
    margin-right: 5px;
}

.menubar{
    border-bottom: 1px solid #e3e3e3;
    box-shadow: 0px 3px 5px #e3e3e3;
    z-index: 2;
    background: #fff;
    width: 100%;
}
.logo{}
.logo a{display: inline-block;}
.logo img{
    width: 87%;
    margin-top: 12px;
}


.mainmenu{
    margin-top: 8px;
}
.mainmenu ul{}
.mainmenu ul li{
    position: relative;
    float: left;
}
.mainmenu ul li a{
    padding: 23px 20px;
    display: block;
    cursor: pointer;
}
.mainmenu ul li:hover > a{
    color: #007A29;
}
a.active{
    color: #007A29;
}

/* sub menu */
.mainmenu ul ul{
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    min-width: 200px;
    border: 1px solid #f5f5f5;
    border-left: 2px solid #f0f0f0;
    border-bottom: none;
}
.mainmenu ul li:hover > ul{
    display: block;
}

/* submenu icon*/
.has-sub::after {
    position: absolute;
    content: "";
    top: 29px;
    right: 2px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}
.hsb::after {
    top: 16px;
    right: 10px;
    transform: rotate(-45deg);
}
/* end submenu icon*/

ul.sub{
    left: 200px;
    top: 0;
}

.mainmenu ul ul li{
    float: none;
    border-bottom: 1px solid #f5f5f5;
}
.mainmenu ul ul li a{
    padding: 9px 20px;
}
.mainmenu ul ul li a i{
    float: right;
    margin-top: 3px;
}
.mainmenu ul ul li:hover > a{
    color: #007A29;
}

/*
|--------
| section
|--------
|
*/

.slider{
    height: 380px;
    padding: 50px 15px;
    margin: 50px 0;
    overflow: hidden;
    background: #F9F4EB;
}
.slideritem{}
.slideritem h2{
    margin-top: 55px;
}
.slideritem p{}
.slideritem a{
    background: #007A29;
    color: #fff;
    padding: 7px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
}

.slideritem a:hover{text-decoration: underline;}
.slideritem img{
    width: 100%;
    margin: 0;
    height: 280px;
}

.section{
    margin: 100px 0;
}
.sectionheader{
    text-align: center;
    margin: 0 100px;
    margin-bottom: 50px;
}
.sectionheader h2{

}
.sectionheader p{}

.card{
    text-align: justify;
    border-left: 2px solid #007A29;
    padding: 15px;
    border-radius: 9px;
    box-shadow: 1px 3px 5px #e3e3e3;
    height: 250px;
}
.card h4{}
.card p{}
.card a{
    font-weight: 600;
    color: #067D2E;
    margin-top: 10px;
    display: block;
}
.card a:hover{text-decoration: underline;}
.card img{}


.person{
    text-align: center;
}
.person img{
    width: 140px;
    display: inline-block;
    margin-bottom: 30px;
}

.person h4{
    margin-bottom: 0;
}
.person h4 a{}
.person h4 a:hover{}
.person p{}


/* hau: home about us */
.hau{}
.hau img{
    width: 100%;
    height: 250px;
}


.faq-side{
    position: relative;
    height: 500px;
}

.overlay{
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
}
.ovelaytxt-header{
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
}
.ovelaytxt-header h4{}
.ovelaytxt-header p{}

.ovelaytxt-footer{
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 15px;
}

.faq-side img{
    width: 100%;
    height: 100%;
}
.faq-side h4{}
.faq-side p{}

.faq{text-transform: none;}

.accordion-toggle {
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 8px 10px;
    margin-bottom: 7px;
}
.accordion-toggle:after {
    content: '';
    font-family:'FontAwesome';
    float: right;
    margin-top: 3px;
    transition: .40s;
}
.accordion-toggle span{
    background: #e3e3e3;
    color: #2b2b2b;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
}

.acrd-active{
    background: #007A29;
    color: white;
    border: 1px solid #007A29;
}
.accordion-toggle.acrd-active:after{
    transform: rotate(90deg);
    content: '';
}
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 7px;
    text-align:justify;
}


/*
|--------
| footer
|--------
|
*/

footer{
    padding: 50px 0;
    margin-top: 100px;
    min-height: 400px;
}
footer p{
    margin-bottom: 0;
    text-transform: none;
}

.footer-logo{}
.footer-logo img{
    width: 78%;
}
.footer-logo p{
    margin-top: 30px;
}

.footer-logo ul{margin-top: 35px;}
.footer-logo ul li{
    float: left;
    margin-right: 10px;
}
.footer-logo ul li a{
    color: #fff;
    font-size: 16px;
}
.footer-logo ul li a:hover{}

.footer-logo ul li a i{}
.footer-logo ul li a:hover i{}

.footer-menu{}
.footer-menu ul{}
.footer-menu ul li{}
.footer-menu ul li a{
    color: #fff;
}
.footer-menu ul li a:hover{
    text-decoration: underline;
}

.footer-address{}
.footer-address{}


/*
|-----------------------------------------------------
| PAGE
|-----------------------------------------------------
|
*/

.page{
    overflow: hidden;
    min-height: 400px;
}

.pagetitle{
    margin: 50px 0;
    overflow: hidden;
}
.pagetitle h2{
    border-left: 4px solid #007A29;
    padding-left: 10px;
}

.pagecontent h1,
.pagecontent h2,
.pagecontent h3,
.pagecontent h4,
.pagecontent h5,
.pagecontent h6{
    margin-bottom: 10px;
    border-bottom: 2px solid #007A29;
    display: inline-block;
    padding-bottom: 3px;
}
.page p{
    margin: 15px 0;
}

.page iframe{
    width: 100%;
    height: 400px;
    border: none;
}
.page ul{margin: 15px 0;}
.page ul li{
    margin-bottom: 10px;
}
.page ul li i{margin-right: 5px;}

.page img{width: 100%;}

/*------------------*/
.pagenumber{
    overflow: hidden;
    margin: 30px auto 5px;
    width: 100%;
}

.pagenumber ul{text-align: center;}
.pagenumber ul li{display: inline-block;}
.pagenumber ul li a{cursor: pointer;}

.pagenumber ul li a,
.pagenumber ul li span{
    border: 1px solid #e3e3e3;
    display: block;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .30s;
}



/*
|-----------------------------------------------------
| PAGE : OTHERS
|-----------------------------------------------------
|
*/

a.cardbtn{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 3px;
}

.cardpage{
    height: auto;
    margin-bottom: 35px;
}

.test-section {
    max-width: 800px;
    margin: auto;
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.title {
    display: inline-block;
    background: #d4f0e4;
    color: #0a7a4f;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 22px;
    margin-bottom: 15px;
}

.description {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}

.test-link {
    display: inline-block;
    margin: 15px 0;
    color: #0a7a4f;
    font-weight: bold;
    text-decoration: none;
}

.test-link:hover {
    text-decoration: underline;
}

.test-item {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.test-item h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.test-item p {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.test-item a {
    color: #0a7a4f;
    text-decoration: none;
    font-weight: 500;
}

.test-item a:hover {
    text-decoration: underline;
}

.step-box {
    padding: 20px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
}

.step-box img {
    width: 80px;
    margin-bottom: 15px;
    opacity: 0.7;
    display: inline-block;
}

.step-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

/* Hover effect */
.step-box:hover {
    transform: translateY(-5px);
}

.step-box:hover img {
    opacity: 1;
}


/* Filters */
.filter-row {
    margin-bottom: 20px;
}

.custom-select {
    height: 45px;
    border-radius: 5px;
    background: #0d6b2f;
    color: #fff;
    border: none;
    margin-bottom: 10px;
}

.custom-select option {
    color: #000;
}

/* Search button */
.search-btn-wrap {
    margin-top: 20px;
}

.search-btn {
    background: #0d6b2f;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: 0 4px 0 #084d21;
    transition: 0.2s;
}

.search-btn:hover {
    background: #0b5a28;
}


.bio-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: 0.3s;
}

/* Header */
.bio-header {
    background: #1e9e52;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
}

.bio-header img {
    width: 60px;
    margin-bottom: 10px;
    filter: brightness(0) invert(1);
}

.bio-header h4 {
    margin: 5px 0;
    font-size: 16px;
}

.bio-header p {
    font-size: 13px;
    opacity: 0.9;
}

/* Body */
.bio-body {
    padding: 15px;
}

.bio-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bio-body li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.bio-body li span {
    color: #666;
}

.bio-body li strong {
    color: #333;
}

/* Footer */
.bio-footer {
    overflow: hidden;
    padding: 15px;
}
.bio-footer a{
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.bio-footer a:hover{
    text-decoration: underline;
}


/* Card */
.stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}


/* Icon */
.stat-card .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* Text */
.stat-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

/* Number */
.stat-card h3 {
    font-size: 28px;
    color: #222;
    margin: 0;
    font-weight: bold;
}


/* Card */
.how-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

/* Icon */
.how-card .icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #8a2be2; /* purple tone like screenshot */
}

/* Title */
.how-card h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #222;
}

/* Description */
.how-card p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}


.customer-quote{}

.customer-quote div{}
.customer-quote img{
    display: inline-block;
}
.customer-quote h5{
    margin: 0;
    margin-top: 20px;
}
.customer-quote p{}


.qlisst{overflow: hidden;}
.qbtn{
    float: right;
}
.qlisst .question:nth-child(odd) {
  background-color: white;
}
.qlisst .question:nth-child(even) {
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
}

.question{
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}
.question h6{
    margin: 0;
    border: 0;
    font-weight: 400;
}

.question p{
    margin: 0;
    font-size: 14px;
    color: #999;
}

/*------------------*/

.qa span{
    color: #47B9BD;
    display: block;
}
.qa ul{margin: 0;}
.qa ul li{margin: 0;}
.qa p{margin: 0;}

.qinfo{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 7px;
}
.qinfo p{
    margin: 0;
    background: #e3e3e3;
    padding: 7px;
}
.qinfo ul {margin-top: 15px;}
.respondent ul li:nth-child(1){
    font-weight: 600;
}

/*------------------*/
.sendq{
    margin-bottom: 30px;
}
.sendq textarea{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 15px;
    min-height: 200px;
}


.social li{
    display: inline-block;
    margin: 0 3px;
}

.access{
    min-height: 300px;
    width: 40%;
    margin: 35px auto;
}
.access a{
    color: #999;
}
.access a:hover{
    color: #000;
}


.photo{
    margin-bottom: 35px;
    text-align: center;
}
.photo img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 158px;
}
.photo h6{
    margin: 0;
    border: none;
}
.photo p{
    margin: 0;
    font-size: 14px;
}

.video{
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    height: 260px;
}
.video iframe{
    width: 100%;
    height: auto;
}
.video p{
    text-align: center;
    margin: 0;
}


.donation{
    width: 65%;
    margin: 0px auto;
    margin-bottom: 50px;
    padding: 20px;
    overflow: hidden;
    background: #007A29;
    color: #fff;
    border-radius: 5px;
}

.donation input{color: #000;}
.donation p select{
    color: #000;
    cursor: pointer;
}

.donation ul li{
    display: inline-block;
    margin-bottom: 0;
}
.donation li img{
    width: 72px;
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 42px;
    cursor: pointer;
}


.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}


/* Image */
.blog-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* Content */
.blog-content {
    padding: 15px;
}

/* Meta */
.blog-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

.blog-meta .category {
    color: #007A29;
}

/* Title */
.blog-content h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #222;
}

/* Button */
.read-btn {
    display: block;
    text-align: center;
    border: 1px solid #007A29;
    color: #007A29;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.read-btn:hover {
    background: #007A29;
    color: #fff;
}

