 

.site-header { 
	border-bottom: 1px solid #ccc;
	padding: .5em 1em;
	display: flex;
	justify-content: space-between;
  }
  
  .site-identity h1 {
	font-size: 1.5em;
	margin: .6em 0;
	display: inline-block;
  }
  
  
  .site-navigation ul, 
  .site-navigation li {
	margin: 0; 
	padding: 0;
  }
  
  .site-navigation li {
	display: inline-block;
	margin: 1.4em 1em 1em 1em;
  }

 
 
 /* Contact us Form */

 .contact-form {
	background-color: #5128C2;
	padding: 50px 43px;
	border-radius: 24px;
  }


 

.content-section{
	/* padding: 0 20px; */
}

.content-section .image-section img{
	border-radius: 24px;
	width: 628px;
    height: 697px;
}

.gform_validation_errors, .gform_submission_error{
	display: none !important;
}



.header {
	text-align: center;
	margin-bottom: 30px;
}

.header h1 {
	font-size: 2rem;
	margin-bottom: 10px;
}

.header p {
	font-size: 1rem;
	color: #555;
}

.content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.content .card {
	flex: 1 1 calc(50% - 20px);
	background-color: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.content .card img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content .card h2 {
	font-size: 1.5rem;
	margin: 15px;
	color: #333;
}

/* .accordion {
	border-top: 1px solid #ddd;
}

.accordion-item {
	border-bottom: 1px solid #ddd;
}

.accordion-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	background-color: #e7f3ff;
	cursor: pointer;
}

.accordion-header h3 {
	font-size: 1rem;
	margin: 0;
}

.accordion-content {
	display: none;
	padding: 15px;
	background-color: #f4f4f4;
	font-size: 0.9rem;
}

.accordion-item.active .accordion-content {
	display: block;
} */

.inner-pages-banner-section
{
  border-radius: 32px 32px;
}

@media (max-width: 768px) {
	.content {
		flex-direction: column;
	}

	.content .card {
		flex: 1 1 100%;
	}
  /* .outer-margin {
    padding: 82px 20px !important;
  }  */
  .contact-details .contact-form{
    /* padding: 30px 20px; */
  }
}



/* Contact us CSS */
.contact-section .content-wrap{
    width: 100%;
    max-width: 685px;
    margin: 0 auto;
}
/* 
.contact-details-section{
    padding: 82px 0;
} */

.contact-details-section .contact-header{
    display: flex;
    text-align: center;
    justify-content: center;
}

.contact-details-section .contact-header p{
    width: 100%;
    max-width: 610px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    color: #16215B;
}

.contact-details-section .contact-header span{
    color: #FAA516;
}

.content-section .card{
    /* width: 100%;
    height: 227px; */
    /* margin: 18px 0; */
    text-align: center;
    color: white;
    border-radius: 20px;
    /* max-width: 552px; */
    /* height: 227px; */
}

.card-inner-section{
    padding: 15px 0
}

.contact-details-section .contact-details{
  /* display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1337px;
  margin: 0 auto;
  gap: 30px;
  align-items: flex-start;*/
  padding: 50px 0; 
}

.content-section{
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-around; */
  gap: 19px;
}

.contact-details h3{
    font-weight: 600;
    font-size: 36px;
    line-height: 32px;
    color: #ffffff;
}

/* .contact-details .icon{
    padding: 14px 0;
}

.contact-details .icon img{
    width: 100px;
    max-width: 75px;
    height: 75px;
} */

.contact-details p{
    /* padding: 15px 0; */
    font-weight: 600;
    line-height: 28px;
    /* margin-bottom: 0; */
}

.contact-description
{
  color: #CCE5FF;
  font-weight: 500;
}

.contact-email-address{
  color: #fff;
}

  .card-orange {
    background-color: #E48419;
  }

  .card-pink {
    background-color: #e91e63;
  }

  .card-green {
    background-color: #4caf50;
  }

  .gform-theme--framework .gfield_validation_message
  {
    color: #fff;
  }

  @media (min-width: 600px) {
    .card-container {
      grid-template-columns: 1fr 1fr;
    }
  }


.gform_confirmation_message {
	color: #FFF !important;
}