@charset "utf-8";
/* CSS Document */
.text-justify {
	text-align: justify;
}
.space {
	padding: 80px 0px 80px 0px;
}
.space-40 {
	padding: 40px 0px 40px 0px;
}
.text-theme {
	color: #0B2B54;
}
.bg-1{
	background: radial-gradient(circle, rgba(19, 84, 130, 0.22) 0%, rgba(236, 236, 236, 0.21) 100%);
}
.green-initiative{background:url("../rishabhdevtextiles/bg/bg-04.jpg") no-repeat center;background-attachment:scroll;background-size:auto;background-size:cover;background-attachment:fixed;}

.bg-dark-black{background-color:rgba(0,0,0,0.84);
padding: 30px;
}

.yellow-text {
	color: #FFB41D;
}
.font-20 {
	font-size: 22px;
	line-height: 35px;
}
.customer-border {
	border: dotted #D7D6D6 2px;
}
@media (max-width: 768px) {
.space {
	padding: 80px 0px 80px 0px;
}
}
.serviceBox{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: linear-gradient(#0B2B54,#1275b9);
    height: 900px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    z-index: -1;
}
.serviceBox:after{
    background: #fff;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 10px;
    right: 10px;
}
.serviceBox .service-icon{
    font-size: 40px;
    background: linear-gradient(#0B2B54,#1275b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceBox .service-icon:after{
    content: '';
    background-color: #e7e7e7;
    height: 4px;
    width: 50px;
    margin: 0 auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.serviceBox .title{
    color: #555;
    font-size: 22px;
    font-weight:600;
    margin: 0 0 15px;
}
.serviceBox .description{
    font-size: 17px;
    line-height: 28px;
    margin: 0 10px;
	font-weight: 500;
}
@media only screen and (max-width:990px){
	.serviceBox{ margin: 0 0 30px; }}

.serviceBox2{
    color: #0B2B54;
    background: #F9F9F9;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 35px 15px 45px;
    border-radius: 20px 20px 0 0;
    margin: 0 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}
.serviceBox2:before,
.serviceBox2:after{
    content: "";
    background: #0B2B54;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: -10px;
    right: -10px;
    z-index: -1;
}
.serviceBox2:after{
    background: #fff;
    height: 40px;
    bottom: 21px;
    left: -1px;
    right: -1px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
.serviceBox2 .title{
    color: #0B2B54;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}
.serviceBox2 .description{
    font-size: 16px;
	color: var(--bizgrow-gray);
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 7px;
}
.serviceBox2 .service-icon{
    color: #0B2B54;
    font-size: 45px;
}
.serviceBox2 .service-icon i{ line-height:inherit; }
.serviceBox2 .service-icon:before,
.serviceBox2 .service-icon:after{
    content: "";
    background: linear-gradient(to top left, var(--dark-color) 45%, transparent 50%);
    width: 10px;
    height: 12px;
    position: absolute;
    left: -10px;
    bottom: 60px;
}
.serviceBox2 .service-icon:after{
    transform: rotateY(180deg);
    left: auto;
    right: -10px;
}

@media only screen and (max-width: 1199px){
    .serviceBox2{ margin: 0 10px 30px; }
}
.bg-core-ideology {
	background-color: #fffdfc;
background-image: url("https://www.transparenttextures.com/patterns/blu-stripes.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bg-infra {
	background-color: #fffdfc;
background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.enquiry-panel {
  padding: 10px;
  border: solid 1px #9C9C9C;
}
.enquiry-header {
  padding: .75rem 1.25rem;
  margin-bottom: 10px;
  background-color: #3A3A3A;
  border-bottom: 1px solid rgba(0,0,0,.125);
  font-size: 20px;
  color: #FFFFFF;
}
.form-group {
  margin: 15px 10px;
}
/* CSS */
.parallax-section {
  position: relative;
  height: 600px; /* Section height */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.parallax-bg {
  background-image:url("../rishabhdevtextiles/bg/about-owner-bg.jpg"); /* इथे तुमची image द्या */
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax effect */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .parallax-section {
    height: 500px;
  }

  .content h1 {
    font-size: 24px;
  }

  .content p {
    font-size: 16px;
  }
}
