/*========================PAGE HEADER STYLE==============================
=======================================================================*/

#section-for-page-header .heading-for-page 
{
	font-weight: 700;
	text-transform: capitalize;
}

#section-for-page-header .sub-heading-for-page 
{
	font-weight: 550;
	letter-spacing: 0.2px;
}

#section-for-page-header .header-content 
{
	letter-spacing: 0.2px;
	padding-top: 10px;
	font-weight: 400;
}
	#section-for-page-header img{
    border-radius: 20px;
  }

#section-for-page-header .btn,
#section-for-page-header .btn:hover 
{
	background: #ff524f;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 500;
	border-radius: 4px;
	box-shadow: none;
	padding: 18px 45px;
	display: inline-block;
	margin: 20px 0 10px
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) 
{
	#section-for-page-header 
	{
		text-align: center;
		padding: 30px 0 20px
	}

	#section-for-page-header h1 
	{
		font-size: calc(1.375rem + 1vw);
	}

	#section-for-page-header h2 
	{
		font-size: calc(1.325rem + .4vw);
	}

	#section-for-page-header .header-content 
	{
		font-size: 16px;
		line-height: 24px;
	}

	#section-for-page-header img 
	{
		width: 400px
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover 
	{
		letter-spacing: 0.5px;
		font-size: 0.9rem;
		padding: 12px 30px;
        margin: 10px 0;
	}
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) 
{
	#section-for-page-header 
	{
		text-align: center;
		padding: 20px 0;
	}

	#section-for-page-header h1 
	{
		font-size: calc(1.375rem + 1vw);
	}

	#section-for-page-header h2 
	{
		font-size: calc(1.325rem + .4vw);
	}

	#section-for-page-header .header-content 
	{
		font-size: 16px;
		line-height: 24px;
	}

	#section-for-page-header img 
	{
		width: 400px
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover 
	{
		letter-spacing: 0.5px;
		font-size: 0.9rem;
		padding: 12px 30px;
        margin: 10px 0;
	}
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
	#section-for-page-header {
		padding: 20px 0 30px;
	}

	#section-for-page-header .page-header-content,
	#section-for-page-header .page-header-image {
		width: 50%
	}

	#section-for-page-header h1 {
		font-size: calc(1.375rem + 1.1vw);
	}

	#section-for-page-header h2 {
		font-size: calc(1.325rem + .5vw);
	}

	#section-for-page-header .header-content {
		font-size: 17px;
		line-height: 25px;
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover {
		letter-spacing: 0.7px;
		font-size: 0.95rem;
		padding: 12px 30px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	#section-for-page-header {
		padding: 25px 0 30px;
	}

	#section-for-page-header .heading-for-page.d-block.d-lg-none,
	#section-for-page-header .sub-heading-for-page.d-block.d-lg-none {
		display: block !important;
	}

	#section-for-page-header .page-header-content .heading-for-page.d-lg-block,
	#section-for-page-header .page-header-content .sub-heading-for-page.d-lg-block {
		display: none !important;
	}

	#section-for-page-header .flex-lg-row {
		flex-direction: column !important;
		gap: 0 !important;
	}

	#section-for-page-header h1 {
		font-size: calc(1.375rem + 1.1vw);
	}

	#section-for-page-header h2 {
		font-size: calc(1.325rem + .5vw);
	}

	#section-for-page-header .header-content {
		font-size: 17px;
		line-height: 26px;
	}

	#section-for-page-header img {
		width: 350px
	}
}

@media (min-width: 1025px) and (max-width: 1199.98px) {
	#section-for-page-header {
		padding: 40px 0 30px;
	}

	#section-for-page-header h1 {
		font-size: calc(1.375rem + 1.1vw);
	}

	#section-for-page-header h2 {
		font-size: calc(1.325rem + .6vw);
	}

	#section-for-page-header .header-content {
		font-size: 18px;
		line-height: 26px;
	}
}

/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {

	#section-for-page-header .page-header-content,
	#section-for-page-header .page-header-image {
		width: 50%
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover {
		letter-spacing: 0.7px;
		padding: 13px 30px;
	}

}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
	#section-for-page-header {
		padding: 40px 0 30px;
	}
	#section-for-page-header h1 {
		font-size: calc(1.375rem + 1.2vw);
		line-height: calc(1.375rem + 1.8vw);
	}

	#section-for-page-header h2 {
		font-size: calc(1.325rem + .65vw);
	}

	#section-for-page-header .page-header-content,
	#section-for-page-header .page-header-image {
		width: 50%
	}

	#section-for-page-header .header-content {
		font-size: 18px;
		line-height: 27px;
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover {
		letter-spacing: 0.7px;
		padding: 15px 30px;
	}
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
	#section-for-page-header {
		padding: 40px 0 30px;
	}

	#section-for-page-header .page-header-content,
	#section-for-page-header .page-header-image {
		width: 50%
	}

	#section-for-page-header .header-content {
		font-size: 19px;
		line-height: 27px;
	}

	#section-for-page-header img {
		width: 450px
	}

	#section-for-page-header .btn,
	#section-for-page-header .btn:hover {
		letter-spacing: 0.7px;
		padding: 15px 30px;
	}
}

/*==============================================================
=================================================================*/

#section-for-web-content{
  padding: 50px 0;
}
.web-content-header{
    font-size: 28px;
    letter-spacing: 0.2px;
    font-weight: 500;
    margin: 0;
    line-height: 40px;
    padding-bottom: 0;
}
.web-content-description{
    font-size: 17px;
    letter-spacing: 0.2px;
    margin: 0;
    line-height: 25px;
    color: #555;
}

/*==============================================================
=================================================================*/

.section-title {
  font-weight: 700;
  font-size: calc(1.3rem + .6vw);
  line-height: 1.3;
  margin: 0;
}
/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  .section-subtitle {
    font-size: 1.1rem;
  }
}
/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  .section-subtitle {
    font-size: 1.1rem;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  .section-subtitle {
    font-size: 1.1rem;
  }
}

/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .section-subtitle {
    font-size: 1.2rem;
  }
}
/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .section-subtitle {
    font-size: 1.2rem;
  }
}
/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  .section-subtitle {
    font-size: 1.2rem;
  }
}


/*========================IMAGE INFO BOX SECTION STYLES=====================================*/
.image-info-box-container {
  display: grid;
  padding: 20px 0 0;
}

.image-info-box {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
}

.image-info-box:hover {
  box-shadow: -4px 5px 35px 0 #d7d7d7;
}

.image-info-box-content {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
}
.image-info-box-image img{
    aspect-ratio: 5/3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.image-info-box a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}
.image-info-box a:hover{
    color: #B62330;
}

.image-info-box-title {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin: 0px;
  padding: 10px 0px;
  background: #fff;
}

.image-info-box-description {
  font-size: 16px;
  line-height: 23px;
  color: rgb(119, 119, 119);
  margin: 0 0 20px 0;
  padding-right: 2px;
}

.image-info-box-description::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
}
.image-info-box-description::-webkit-scrollbar-thumb {
  background: #B62330;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}




/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-image-info-box {
    padding: 20px 0
  }
  
  .image-info-box-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2rem;
  }

 .image-info-box-description {
    height: auto;
  }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-image-info-box {
    padding: 20px 0
  }
 .image-info-box-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2.5rem;
  }
 .image-info-box-description {
    height: auto;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-image-info-box {
    padding: 50px 0
  }

   .image-info-box-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.2rem;
  }
  .image-info-box-description {
    height: 95px;
    overflow: overlay;
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-image-info-box {
    padding: 50px 0
  }
 .image-info-box-container {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.2rem;
    margin: 10px 0 0;
  }
  .image-info-box-description {
    height: 70px;
    overflow: overlay;
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-image-info-box {
    padding: 50px 0
  }

  .image-info-box-container {
   grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }
  .image-info-box-description {
    height:95px;
    overflow: overlay;
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-image-info-box {
    padding: 50px 0
  }

  .image-info-box-container {
    grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4.4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }

 .image-info-box-description {
    height: 95px;
    overflow: overlay;
  }
}

/*===========================FLEXBOX STYLES===========================
==================================================================*/

 #section-for-flexbox {
    padding: 40px 0
  }

	.flexbox-container .flexbox-content p{
	letter-spacing: 0.2px;
	padding-top: 10px;
	font-weight: 400;
      font-size: 16px;
}

.flexbox-container .flexbox-content ul{
	list-style-type: none;
    padding: 0px;
    margin: 15px 0px;
}
.flexbox-container .flexbox-content ul li{
	color: rgb(62, 62, 62);
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    padding-left: 20px;
}
.flexbox-container .flexbox-content ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    left: 0px;
    background: rgb(255, 82, 79);
    border-radius: 100px;
}

#section-for-flexbox .flexbox-container img{
  border-radius: 15px;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-flexbox {
    padding: 20px 0
  }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-flexbox {
    padding: 20px 0
  }
  #section-for-flexbox img {
		max-width: 450px;
	}
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
     .flexbox-container .flexbox-content, .flexbox-container .flexbox-image {
        width: 50%;
    }
}

/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .flexbox-container .flexbox-content, .flexbox-container .flexbox-image {
        width: 50%;
    }
	#section-for-flexbox img {
		width: 90%;
		max-width: 425px;
	}
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
   .flexbox-container .flexbox-content, .flexbox-container .flexbox-image {
        width: 50%;
    }
	#section-for-flexbox img {
		width: 90%;
		max-width: 500px;
	}
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
	
.flexbox-container .flexbox-content, .flexbox-container .flexbox-image {
        width: 50%;
    }
	#section-for-flexbox img {
		width: 500px
	}
}




/*======================== INFO BOX SECTION STYLES=====================================*/

.info-display-box {
  border-radius: 8px;
  padding: 20px 15px;
  border: 1px solid #e2e2e2;
  display: flex; 
  flex-direction: column;
  gap:10px;
  height: -webkit-fill-available;
  margin:12px 0;
}

.info-display-box:hover{
  border:1px solid transparent;
  box-shadow: -4px 5px 35px 0 #d7d7d7;
}

.info-display-box.bg-effect{
  border: 0;
  box-shadow: 0 0.2rem 3.2rem rgba(0, 0, 0, 0.06)
}
.col:nth-child(2n) .info-display-box.bg-effect{
  background: rgba(182,35,48,0.1);
  box-shadow: 0 0.2rem 3.2rem rgba(0, 0, 0, 0.06)
}
.info-display-box .info-display-icon img {
  margin-bottom: 2px;
    width: 110px;
    height: 110px;
}
.info-display-box svg {
  margin-bottom: 10px;
}


.info-display-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.info-display-subtitle {
  font-size: 1.05rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #555;
  margin: 0;
}

.info-display-content {
  font-size: 1rem;
  padding: 0 8px;
  letter-spacing: 0.2px;
  color: #777;
  margin: 0;
  max-height: 200px;
  overflow: overlay;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-info-display-box {
    padding: 20px 0
  }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-info-display-box {
    padding: 20px 0
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-info-display-box{
    padding: 50px 0
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-info-display-box {
    padding: 50px 0
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-info-display-box {
    padding: 50px 0
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-info-display-box{
    padding: 50px 0
  }
}


/*========================IMAGE INFO BOX SECTION STYLES=====================================*/
.image-info-display-box-container {
  display: grid;
  padding: 20px 0 0;
}

.image-info-display-box {
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-info-display-box:hover {
  box-shadow: -4px 5px 35px 0 #d7d7d7;
}

.image-info-display-box-content {
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  /* justify-content: space-between; */ /* This is only for when we are showing read more button */
}


.image-info-display-box-image img{
    aspect-ratio: 5/3;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.image-info-display-box-title {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin: 0px;
  padding: 10px 0px;
  background: #fff;
}

.image-info-display-box-description {
  font-size: 16px;
  line-height: 23px;
  color: rgb(119, 119, 119);
  margin: 0;
}

.image-info-display-box-list-title {
  font-size: 17px;
  line-height: 25px;
  margin: 0;
}
.image-info-display-box-list {
  margin: 0;
  list-style-type: circle;
}
.image-info-display-box-list li{
font-size: 16px;
line-height: 25px;
  color: #333;
}
.image-info-display-box.scrollbar{
  align-items: start;
}
.image-info-display-box.scrollbar .image-info-display-box-content{
  gap:10px;
  max-height: 240px;
  overflow: overlay;
    padding: 0 20px 10px;
}
.image-info-display-box.scrollbar .image-info-display-box-content::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
}
.image-info-display-box.scrollbar .image-info-display-box-content::-webkit-scrollbar-thumb {
  background: #B62330;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.image-info-display-box.scrollbar .image-info-display-box-title{
  padding: 15px 20px;
}


/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-image-info-display-box {
    padding: 20px 0
  }
  
  .image-info-display-box-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2rem;
  }

 .image-info-display-box-description {
    height: auto;
  }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-image-info-display-box {
    padding: 20px 0
  }
 .image-info-display-box-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2.5rem;
  }
 .image-info-display-box-description {
    height: auto;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-image-info-display-box {
    padding: 50px 0
  }

   .image-info-display-box-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.2rem;
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-image-info-display-box {
    padding: 50px 0
  }
 .image-info-display-box-container {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.2rem;
    margin: 10px 0 0;
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-image-info-display-box {
    padding: 50px 0
  }

  .image-info-display-box-container {
   grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-image-info-display-box {
    padding: 50px 0
  }

  .image-info-display-box-container {
    grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4.4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }

}




/*===========================INDUSTRY STYLES===========================
==================================================================*/

.industries-container{
  display: grid;
  padding: 20px 0 0;
}

.industry-box {
  border-radius: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
}

.industry-box:hover {
  box-shadow: -4px 5px 35px 0 #d7d7d7;
}

.industry-overlay{
 background: rgba(0, 0, 0, 0.6);
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 15px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

.industry-box img{
    aspect-ratio: 7/4;
  border-radius: 15px;
}
.industry-title {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin: 0px;
  padding: 20px;
  color: #fff;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-industries {
    padding: 20px 0
  }
  
  .industries-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2rem;
  }

}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-industries {
    padding: 20px 0
  }
 .industries-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2.5rem;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-industries {
    padding: 50px 0
  }

   .industries-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.2rem;
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-industries {
    padding: 50px 0
  }
 .industries-container {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-column-gap: 3.4rem;
    grid-row-gap: 3.2rem;
    margin: 10px 0 0;
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-industries {
    padding: 50px 0
  }

  .industries-container {
   grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-industries {
    padding: 50px 0
  }

  .industries-container {
    grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4.4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }
}


/*=======================PROCESS STEPS SECTION STYLES=====================================*/
.process-steps-container {
  display: grid;
  padding: 20px 0 0;
}
.process-steps-box{
  padding: 15px 0;
}
.process-steps-box.counter {
  counter-increment: stepno;
  position: relative;
}
.process-steps-box.counter::before {
  position: absolute;
     right: 40%;
    top: -4.5rem;
}
.process-steps-box.counter::before {
  content: counter(stepno);
  font-weight: 900;
  font-size: 5rem;
  line-height: 9.7rem;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(
      rgba(119, 119, 126, 0.22) 0%,
      rgba(17, 20, 87, 0) 100%
    )
    text;
}

.process-steps-title {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin: 0px;
  padding: 10px 0px;
  background: #fff;
}

.process-steps-description {
  font-size: 16px;
  line-height: 23px;
  color: rgb(119, 119, 119);
  margin: 0;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-our-process {
    padding: 20px 0
  }
  
  .process-steps-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2rem;
  }

}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-our-process {
    padding: 20px 0
  }
 .process-steps-container {
    grid-template-columns: repeat(auto-fit, minmax(98%, 1fr));
    grid-row-gap: 2.5rem;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-our-process{
    padding: 50px 0
  }

 .process-steps-container {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-our-process {
    padding: 50px 0
  }
 .process-steps-container {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin: 10px 0 0;
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-our-process {
    padding: 50px 0
  }

  .process-steps-container {
   grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    margin: 15px 0 0;
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-our-process{
    padding: 50px 0
  }

 .process-steps-container{
    grid-template-columns: repeat(auto-fit, minmax(28.5%, 1fr));
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin: 15px 0 0;
  }

}


/*======================BLOG STYLES==============================
================================================================*/

#blog-carousel.owl-carousel,
#blog-carousel.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

#blog-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

#blog-carousel.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

#blog-carousel.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

#blog-carousel.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

#blog-carousel.owl-carousel .owl-item img {
  display: block;
  width: 100%
}


#blog-carousel .no-js .owl-carousel,
#blog-carousel.owl-carousel.owl-loaded {
  display: block
}

#blog-carousel.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

#blog-carousel.owl-carousel.owl-hidden {
  opacity: 0
}

#blog-carousel.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

#blog-carousel .owl-dots.disabled, #blog-carousel .owl-nav.disabled {
    display: none;
}

#blog-carousel .owl-dots {
  display: none
}


#blog-carousel.owl-carousel .owl-nav .owl-next,
#blog-carousel.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#blog-carousel .owl-next svg,
#blog-carousel .owl-prev svg {
  width: 20px;
  fill: #000;
}

#blog-carousel .owl-next:hover,
#blog-carousel .owl-prev:hover {
  background: #B62330;
  border: 1px solid #B62330;
}

#blog-carousel .owl-next:hover svg,
#blog-carousel .owl-prev:hover svg {
  fill: #fff;
}

#blog-carousel .owl-dots {
  display: none
}

#blog-carousel .carousel-content::-webkit-scrollbar {
  background: #f5f5f5;
  width: 5px;
  display: none;
}

#blog-carousel .carousel-content::-webkit-scrollbar-thumb {
  background: #B62330;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#blog-carousel .carousel-content:hover .blog-description::-webkit-scrollbar {
  display: none;
}

#blog-carousel .owl-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  left: -45px;
  display: block;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  color: #fff;
  padding-bottom: 5px;

}

#blog-carousel .owl-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  right: -45px;
  text-align: center;
  display: block;
  border: 1px solid #000;
  background: #fff;
  border-radius: 20px;
  color: #fff;
  padding-bottom: 5px;

}

#blog-carousel .item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 7px 5px;
}

#blog-carousel .carousel-content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#blog-carousel .blog-title {
  font-size: 19px;
  line-height: 25px;
  letter-spacing: 0.3px;
  font-weight: 600;
  position: sticky;
  top: 0px;
  margin: 0px;
  padding: 15px 0px 10px;
  background: #fff;
}

#blog-carousel .blog-description {
  font-size: 16px;
  line-height: 23px;
  color: rgb(119, 119, 119);
}

#blog-carousel a {
  color: #000;
  text-decoration: none;
}

#blog-carousel span {
  display: block;
  text-align: right;
  position: sticky;
  bottom: 1px;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 20px 0px 10px;
}

#blog-carousel .read-nore-link {
  font-weight: 600;
  font-size: 14px;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) {
  #section-for-blog {
    padding: 20px 0
  }

  #blog-carousel {
    width: 95%;
    margin: 0 auto;
  }

  #blog-carousel .carousel-content {
    height: 280px;
    overflow: overlay;
  }

  #blog-carousel .owl-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 15px;
  }

  #blog-carousel .owl-prev,
  #blog-carousel .owl-next {
    position: relative;
    left: auto;
    right: auto;
    top: 0;
  }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
  #section-for-blog {
    padding: 20px 0
  }

  #blog-carousel {
    width: 90%;
    margin: 0 auto;
  }

  #blog-carousel .carousel-content {
    height: 280px;
    overflow: overlay;
  }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-for-blog {
    padding: 50px 0
  }

  #blog-carousel {
    width: 95%;
    margin: 0 auto;
  }

  #blog-carousel .carousel-content {
    height: 280px;
    overflow: overlay;
  }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #section-for-blog {
    padding: 50px 0
  }

  #blog-carousel {
    width: 90%;
    margin: 0 auto;
  }

  #blog-carousel .carousel-content {
    height: 280px;
    overflow: overlay;
  }

  #blog-carousel .owl-next {
    right: -60px
  }

  #blog-carousel .owl-prev {
    left: -60px
  }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #section-for-blog {
    padding: 50px 0
  }

  #blog-carousel .carousel-content {
    height: 260px;
    overflow: overlay;
  }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
  #section-for-blog {
    padding: 50px 0
  }
  #blog-carousel .carousel-content {
    height: 260px;
    overflow: overlay;
  }
}

/*===========================FAQ STYLES===========================
==================================================================*/


#section-for-faqs .accordion-button{
    background: transparent;
    font-weight: 600;
    font-size: 17px;
    outline: none;
    box-shadow: none;
    border: 0;
    color: #000;
}
#section-for-faqs .accordion-collapse{
    background: #f4f5f9;
    border-top: 1px solid #dee2e6;
}

#section-for-faqs .accordion-body{
    padding: .25rem 1.25rem;
}
#section-for-faqs .accordion-body p{
   padding: 1rem 0;
   color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
#section-for-faqs .accordion-body h5,#section-for-faqs .accordion-body h6{
margin:10px 0;
padding: 10px 0;
}
#section-for-faqs .accordion-body ul{
    list-style-type: circle;
    margin: 0;
}
#section-for-faqs .accordion-body ul li,#section-for-faqs .accordion-body ol li{
     color: #333;
    font-size: 16px;
    line-height: 25px;
    padding: 3px 0;
}
#section-for-faqs .accordion-body a{
    color: #ff5049;
}
#section-for-faqs .accordion-body li p{
    padding: 8px 0;
}
#section-for-faqs .accordion-body ul ul{
   list-style-type: square;
}
#section-for-faqs .accordion-body ul ul ul{
   list-style-type: disclosure-closed;
}

/* Extra small devices (xs) - Phones */
@media (max-width: 575.98px) 
{
    #section-for-faqs{
      padding:20px 0
    }
}

/* Small devices (sm) - Phones in landscape */
@media (min-width: 576px) and (max-width: 767.98px) {
    #section-for-faqs{
       padding:20px 0
    }
}

/* Medium devices (md) - Tablets */
@media (min-width: 768px) and (max-width: 991.98px) {
    #section-for-faqs{
        padding:50px 0
    }
}


/* Large devices (lg) - Laptops */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #section-for-faqs{
        padding:50px 0
    }
}

/* Extra large devices (xl) - Desktops */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #section-for-faqs{
        padding:50px 0
    }
}

/* Extra extra large devices (xxl) - Large desktops, 4K */
@media (min-width: 1400px) {
    #section-for-faqs{
        padding:50px 0
    }
}


/*===========================ONLY CONTENT STYLES===========================
==================================================================*/
#section-for-content-only{
  background: #f5f5f5;
  padding:50px 0
}
#section-for-content-only .content-title{
  font-weight: 700;
  font-size: calc(1.3rem + .5vw);
  line-height: 1.3;
  margin: 0;
}

#section-for-content-only .content-description{
padding: 2px 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin: 0;
}

/*===========================READY TO DESIGN STYLES===========================
==================================================================*/
#section-for-ready-to-design{
  padding: 60px 0;
    background-color: #000;
  position: relative; /* Needed for absolute positioning of pseudo-element */
  /* Other styles for your container */
}

#section-for-ready-to-design::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../../../assets/images/location/ready-to-design-background.jpg');
  background-size: cover;
  opacity: 0.2; /* Adjust opacity here */
}

/* Ensure your content is positioned above the pseudo-element */
#section-for-ready-to-design h3, #section-for-ready-to-design p{
  position: relative;
  color:#fff
}
#section-for-ready-to-design .ready-to-design-subtitle{
padding: 2px 0;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.4px;
    margin: 0;
}
#section-for-ready-to-design button {
  position: relative;
    border: 1px solid #fff;
    padding: 8px 30px;
    color:#fff;
    font-weight: 500;

}
#section-for-ready-to-design button:hover{
  color: #ff5049;
  background: #fff;
}