:root {
  --bgsecondary: #ff711e;
  --bgprimary: #58A0C8;
;
  --textprimary: #222;
  --textsecondary: #555;
  --textsecondary2: #ff711e;
    --divider: #ffffff;     
  --base-font-size: 16px;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: var(--textprimary);
  background: #fff;
  margin: 0;
}

html {
  /* sets the rem-scale for the whole document */
  font-size: var(--base-font-size);
}

p {
  font-size: 1rem;   
  line-height: 1.5;
  margin: 0 0 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 1em;
}

h2{
    font-size: 48px;
}

/* 

.option-card-11 {
      width: 300px;
  height: 230px;
    background: var(--bgprimary);
    color: #fff;
    border-radius: 1rem;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 6px 32px 0 rgba(34, 62, 89, 0.07);
    cursor: pointer;
    text-align: center;
     display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  } */

  /* .option-card-11:hover {
    background: var(--bgsecondary);
    transform: translateY(-7px) scale(1.03);
    box-shadow: 0 16px 48px 0 rgba(255, 113, 30, 0.12);
  } */
  /* .icon-11 {
    background: #fff;
    color: var(--bgprimary);
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.9rem auto;
    border-radius: 50%;
    box-shadow: 0 3px 12px 0 rgba(3, 74, 155, 0.09);
    transition: color 0.2s, background 0.2s;
  }
  .option-card-11:hover .icon-11 {
    color: #fff;
    background: var(--bgsecondary);
  }
  .option-card-11 p {
    font-size: 1.1rem;
    margin: 0.5rem 0 0 0;
    font-weight: 600;
    letter-spacing: 0.01em;
  }



 */


 
.partner-benefits-11 {
	background-color: #f7f9fc;
	text-align: center;
	padding: 80px 0;
}


.partner-benefits-11 h2 {
	
	font-weight: 600;
    font-size: 32px;
	color: var(--textprimary);
	margin-bottom: 50px;
	letter-spacing: 2px;
}

.partner-benefits-11 p {
	font-size: 18px;
	color: #fff;
	max-width: 800px;
	margin: 0 auto 40px;
}
.p-partner1{
    color: var(--bgsecondary) !important;
}

.benefits-box-11 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 40px;
}

.benefit-11 {
	background: var(--bgprimary);
	width: 350px;
	height: 300px;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.benefit-icon-11 {
	width: 50px;
	height: 50px;
	background: #ffffff;
	color: var(--bgprimary);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 50%;
	margin: 0 auto 10px;
	transition: color 0.4s ease;
}

.benefit-11:hover .benefit-icon-11 {
	background: #174261;
	color: #fff;
}

.benefit-11 h5 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #fff;
}

.discover-section-11 {
	background-color: #f7f9fc;
	text-align: center;
	padding: 80px 0;
}

.discover-content-11 {
	max-width: 900px;
	margin: 0 auto;
}

.discover-content-11 p {
	font-size: 18px;
	color: #555;
	max-width: 900px;
	margin: 0 auto 40px;
}

.space-options-11 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
	flex-wrap: nowrap;
	overflow-x: auto;
	padding-bottom: 20px;
}

.option-card-11 {
	background: #174261;
	width: 320px;
	height: 230px;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.option-card-11 .icon-11 {
	width: 60px;
	height: 60px;
	background: #ffffff;
	color: #174261;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	border-radius: 50%;
	margin: 0 auto 10px;
	transition: background 0.4s ease, color 0.4s ease;
}

.option-card-11:hover .icon-11 {
	background: #0d3050;
	color: #ffffff;
}

.option-card-11 p {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
	color: #fff;
}

@media ( max-width : 992px) {
	.space-options-11 {
		flex-wrap: wrap;
	}
	.option-card-11 {
		width: 45%;
		height: 220px;
	}
}

@media ( max-width : 768px) {
	.option-card-11 {
		width: 90%;
		max-width: 320px;
	}
}

/* Responsive Design */
@media ( max-width : 1200px) {
	.benefits-box-11, .space-options-11 {
		flex-wrap: wrap;
	}
}

@media ( max-width : 992px) {
	.benefits-box-11, .space-options-11 {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.benefit-11, .option-card-11 {
		width: 45%;
		height: 240px;
	}
}

@media ( max-width : 768px) {
	.benefit-11, .option-card-11 {
		width: 90%;
		max-width: 300px;
	}
}




.form-subtitle{
    color: var(--textsecondary2);
}

.form-title {
    color: var(--textprimary);
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
}