/* here you can put your own css to customize and override the theme */
.section-block-parallax{
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 30px 0px 90px 0px;    
}

.gradient-overlay{
  position: absolute;
  
  left: 0;
  width: 100%;
  height: 100%;
 
  opacity: 0.9;
}

.white-color, 
.white-color h1, 
.white-color h2, 
.white-color h3, 
.white-color h4, 
.white-color h5, 
.white-color h6, 
.white-color p, 
.white-color i, 
.white-color span{
	color: #fff !important;
}
.white-color h2{
  font-size: 40px !important;
}
.center-holder{
	text-align: center;
}
.section-heading{
	position: relative;
	margin-bottom: 10px;
}

.gradient-button{
  padding: 14px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 40px !important;
  text-decoration: none;
  color: inherit;
}
.gradient-button:hover{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.row-about-section {
  display: flex;
  flex-wrap: wrap;
}

.row-about-section .col-md-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px;
}

.row-about-section .col-md-3 .content-wrapper {
  padding: 30px;
  background-color: #f9f9f9; /* Optional: To differentiate content area */
  height: 100%;
}

.row-about-section .col-md-3 img {
  max-width: 100%;
  height: auto;
}

.row-about-section .col-md-3 img,
.row-about-section .col-md-3 .content-wrapper {
  min-height: 250px; /* Adjust this value based on your content */
}

/* custom swal alert css */
.custom-popup {
  width: 520px !important; /* Customize the width */
  height: 350px !important; /* Adjust height if needed */
  border-radius: 5px !important;
}
div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border-radius: 50% !important;
}
div:where(.swal2-icon).swal2-success {
    border: none;
  font-size: 15px !important;
}
.custom-title{
  font-size: 25px !important;
  padding: 0px !important;
}
.swal2-html-container{
  font-size: 18px !important;
  padding: 0px !important;
}
.my-custom-button {
  background-color: #00c8d8;
  padding: 12px 30px 12px 30px;
  border-radius: 5px !important;
  color: #ffffff; /* Change this to your desired text color */
  font-size: 15px;
}
div:where(.swal2-container) div:where(.swal2-actions) {
  margin: 0px !important;
}