/*
*
* This is Divi Child Theme Developer Css File
*
*/

/* General Styles */
.cstm-color{
    color: black;
}
.container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.heading {
  font-size: 28px;
  margin-bottom: 20px;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Content Layout */
.content-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.image-container {
  flex: 1;
  min-width: 250px;
}

.image-container img {
  width: 100%;
  border-radius: 8px;
}

/* Boxes */
.box {
  flex: 1;
  min-width: 250px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
}

.box h3 {
  margin-top: 0;
}

.box ul {
  list-style: disc;
  padding-left: 20px;
}


/* 10-07-2025 */

.boxes{
	display:flex;
	flex-wrap: wrap;
	padding-top:50px;
	padding-bottom:50px;
}
.boxes .image-container{
	width:600px;
	min-width:600px;
}
.boxes .image-container img{
	height:100%;
}
.boxes .content-section{
	width: calc(100% - 600px);
	padding-left:60px;
}
.content-row.accordion-list .box{
	min-width: 100%;
	border: 1px solid #ddd;
    background-color: #f5f5f5;
}
.content-row.accordion-list .box h3{
 	padding: 0px;
	position: relative;
	cursor: pointer;
	width:100%;
	font-size: 20px;
}
.content-row.accordion-list{
	gap:10px;
}
.content-row.accordion-list .box h3:after{
 	content:"";
	position:absolute;
	right:0px;
	background-image:url(/wp-content/uploads/2025/07/plus-icon.svg);
	width:20px;
	height:20px;
	top:0px;
	background-size: cover;
	transition: all 300ms ease 0ms
}
.content-row.accordion-list .box.active h3:after {
	content:"";
	position:absolute;
	right:0px;
	background-image:url(/wp-content/uploads/2025/07/211863_minus_round_icon.svg);
	width:20px;
	height:20px;
	top:0px;
	background-size: cover;
	transition: all 300ms ease 0ms
}
.content-row.accordion-list .box .answer{
	margin-top:15px;
}
.boxes .content-section .heading{
 	padding:0px;
}
.custom-banner{
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center bottom;
}
@media(max-width:1300px) {
	.boxes .image-container {
		width: 450px;
		min-width: 450px;
	}
	.boxes .content-section {
    	width: calc(100% - 450px); 
		padding-left: 35px;
	}
	.boxes .image-container img{
		height:auto;
	}
}
@media(max-width:1199px) {
	.boxes .content-section .heading {
		padding: 0px;
		line-height: 32px;
		font-size: 22px;
		margin-bottom:10px;
	}
	.boxes .content-section .description{
		margin-bottom:20px;
	}
}
@media(max-width:991px) {
	.boxes .image-container {
        width: 100%;
        min-width: 100%;
    }
	.boxes .content-section {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
	.boxes{
		padding-top:0px;
		padding-bottom:0px;
	}
}
@media (max-width: 768px) {
  .content-row {
    flex-direction: column;
  }
	.boxes .content-section .heading {
        padding: 0px;
        line-height: normal;
        font-size: 18px; 
	}
	.content-row.accordion-list .box h3{
		font-size:18px;
	}
}

/* siteHeader-button 14-10-2025 */

#page-container #et-boc .siteHeader-button {
	padding: 0 32px !important;
    height: 51px !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
	font-size: 18px;
    background-color: #fdc20d;
    border-width: 0px !important;
    border-radius: 100px;
		    color: #000000;
}

#page-container #et-boc .siteHeader-button:hover{
	color: #ffffff !important;
    background-color: #2e2a2b;
}







