@charset "utf-8";
/* CSS Document */
.space {
    padding: 70px 0px;
}
.space-30 {
    padding: 30px 0px;
}
.text-justify {
    text-align: justify;
}
.bg-1 {
background-color: #f7f3ea;
background-image: url("https://www.transparenttextures.com/patterns/diamond-eyes.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.border-1 {
    border:  solid #C0C0C0 1px;
}
.breadcrumb-h1{
    font-size: 18px;
    color: #F9F9F9;
    font-weight: 400;
    margin-bottom: 0px;
    padding-top: 15px;
}
.breadcrumb-title {
  font-size: 45px;
  color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-weight: 500;
}
.include_product {
    font-size: 18px;font-weight: 300;
}


dl {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.5rem 0;
}

dl > * {
	padding: 10px;
    background:#FBE3AA;
    font-size: 20px;
}

dl > :nth-of-type(2n) {
	background: #ffc4bc;
  color: #060606;
}

dt {
	font-weight: 600;
	font-size: 20px;
}

dd {
	margin: 0;
	padding: 14px 13px;
	display: flex;
	align-items: center;
    
}
h1.title1 {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: var(--line-height-heading, 1.2) !important;
  margin-bottom: 20px !important;
  color: #222 !important;
}


.serviceBox{
    color:  #F09018;
    background:  #F09018;
    text-align: center;
    padding: 40px 15px 50px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox .service-icon{
    font-size: 45px;
    margin: 0 0 15px;
}
.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
.form-bg {
  background-color: #F1F1F1;
  padding: 20px;
}
.form-control, .input-text {
  padding: 14px 30px;
  outline: 0;
  background-color: #FFFFFF;
   margin:10px;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.page-title.space {
  padding: 45px 0 !important;
}


.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e %3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


.carousel-control-prev-icon {

  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e %3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}


.carousel-indicators [data-bs-target]
{
	background-color: #e71800;
}
.display-none {
  display: none;
}

/*==================================================================*/
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 10px 30px; }
}
.column-20 {
    flex: 0 0 auto;
    width: 20%;
  }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .breadcrumb-h1 {
        font-size: 16px; /* smaller on tablets and mobiles */
        padding-top: 10px;
    }
    
		.column-20 {
    flex: 0 0 auto;
    width: 100%;
  }	
    .hidden-xs{
        display: none;
    }
	
	  .header-style-four .main-box .logo img {
    height: 50px;
  }
	
	  .banner-section-two .content-box {
    padding: 60px 0;
    min-height: auto;
  }
	
	.space {
  padding: 40px 0px !important;
}
	
	.service-block-two .inner-box::after
	{
		display: none;
	}
	.main-header .logo img {
  height: 50px;
}
dt {
	font-weight: 600;
	font-size: 17px;
}
dd {
	margin: 0;
	padding: 14px 13px;
	display: flex;
	align-items: center;
    font-size: 15px;
}	
	
}

@media (max-width: 480px) {
    .breadcrumb-h1 {
        font-size: 14px; /* for small mobiles */
        padding-top: 8px;
    }
    .breadcrumb-title {
        font-size: 34px;
    font-weight: 600;
    }
     .hidden-xs{
        display: none;
    }
	.page-title.space {
  padding: 20px 0 !important;
}
	
	 .sec-title h2 {
    font-size: 32px !important;
  }
	
	.sec-title .sub-title
	{
		font-size: 14px !important;
	}
	.sec-title
	{
		margin-bottom: 25px !important;
	}
	.footer-widget .logo img {
  height: 50px;
}
}

.footer-tagline {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  color: #333;
  letter-spacing: 0.5px;
}

.footer-tagline p {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
    margin-bottom: 0px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #FF9933, #FFFFFF, #138808) 1; /* Indian tricolor underline */
}

.footer-tagline a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-tagline a:hover {
  color: #FF9933; /* saffron hover effect */
}

