@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
:root{--primary-color:#ed6737;
--secondary-color:#fec95e;
}
.top_bar{background-color:var(--primary-color);
height:25px;width:100%;
}
.bi{color:white;}
.bi-facebook{border-right:2px solid #ffffff73; padding-right:5px;}
.bi-youtube{border-right:2px solid #ffffff73; padding-right:5px;padding-left:5px;}
.bi-instagram{padding-left:5px;}
.nav-item a{font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "wdth" 100,
    "GRAD" 0,
    "ROND" 0;}
	.nav-item a:hover{color:var(--primary-color);
	border-bottom:1px solid var(--primary-color);
	border-top:1px solid var(--primary-color);
	}
	/*.slide_1{box-shadow:2px 2px 5px black;
	background-color:white;
	position:sticky;
	top:0px;
	Z-index:999;
	}*/
	.abt .headi{color:var(--primary-color);margin-top:50px;text-transform:uppercase;font-family: "Google Sans Flex", sans-serif; font-weight:bold;
	position: relative;
  
  
  
	}
	.abt .headi::after {
content:'';
  position: absolute;
  left: 0;
  bottom: -5px; 
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}
.abt .headi:hover::after {
  width: 100%;
}
	.abt p{font-family: "Google Sans Flex", sans-serif;color :gray;text-align:justify;font-size:20px;letter-spacing:2px; line-height:35px;  font-weight:normal;}
    .abt:first-child{text-indent:15%;}
	.abt p::selection{background-color:var(--secondary-color);color:white;}
	.section-title{
    text-align:center;
    font-size:32px;
    font-weight:bold;
    margin:40px 0;
}

.owl-carousel .item{
    background:#fff;
    padding:15px;
    border-radius:12px;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    text-align:center;
}

.owl-carousel .item img{
    width:100%;
    height:250px;
    object-fit:cover;
    border-radius:10px;
}

.owl-carousel .item h3{
    margin-top:15px;
    font-size:20px;
}

.owl-carousel .item p{
    color:#555;
    font-size:14px;
}

/* Responsive */
@media(max-width:768px){
    .section-title{
        font-size:24px;
    }
}
.butt{
	 display:inline-block;
    padding:10px 20px;
    background:#007bff;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
	
}
.testimonial-section{
    padding:60px 0;
}

.testimonial-card{
    background:#fff;
    border-radius:15px;
    padding:30px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    text-align:center;
    max-width:700px;
    margin:auto;
}

.testimonial-card img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
    border:4px solid #0d6efd;
}

.testimonial-card p{
    font-size:18px;
    color:#555;
    line-height:1.7;
}

.testimonial-card h5{
    margin-top:15px;
    font-weight:700;
    margin-bottom:5px;
}

.testimonial-card span{
    color:#777;
    font-size:14px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#0d6efd;
    padding:18px;
    border-radius:50%;
}

@media(max-width:768px){
    .testimonial-card{
        padding:20px;
    }

    .testimonial-card p{
        font-size:16px;
    }
}
.foot{  
width:100%; background-color:gray;
}
.foot-m{text-decoration:none; color:white;}
.foot-m:hover{color:var(--primary-color);}
