.elementor-214 .elementor-element.elementor-element-7d54966{--display:flex;--min-height:49vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-214 .elementor-element.elementor-element-7d54966:not(.elementor-motion-effects-element-type-background), .elementor-214 .elementor-element.elementor-element-7d54966 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://basg.setreel.com/wp-content/uploads/2026/04/Group-1577708601-1.png");background-repeat:no-repeat;background-size:cover;}.elementor-214 .elementor-element.elementor-element-64d26aa{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-214 .elementor-element.elementor-element-7213e0e{width:var( --container-widget-width, 46% );max-width:46%;--container-widget-width:46%;--container-widget-flex-grow:0;}.elementor-214 .elementor-element.elementor-element-7213e0e .elementor-heading-title{font-family:"Qanelas", Sans-serif;font-size:40px;font-weight:500;line-height:60px;color:#FFFFFF;}.elementor-214 .elementor-element.elementor-element-e617f8b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:60px;--padding-right:60px;}.elementor-214 .elementor-element.elementor-element-81170a1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-8c462f8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-689c6c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-c37ab51{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-6a57f21{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-214 .elementor-element.elementor-element-f6ce7e9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:1366px){.elementor-214 .elementor-element.elementor-element-7d54966{--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}.elementor-214 .elementor-element.elementor-element-7213e0e{--container-widget-width:511px;--container-widget-flex-grow:0;width:var( --container-widget-width, 511px );max-width:511px;}.elementor-214 .elementor-element.elementor-element-7213e0e .elementor-heading-title{font-size:30px;line-height:45px;}.elementor-214 .elementor-element.elementor-element-e617f8b{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-214 .elementor-element.elementor-element-7d54966:not(.elementor-motion-effects-element-type-background), .elementor-214 .elementor-element.elementor-element-7d54966 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center right;}.elementor-214 .elementor-element.elementor-element-7213e0e{width:100%;max-width:100%;}.elementor-214 .elementor-element.elementor-element-7213e0e .elementor-heading-title{font-size:22px;}}/* Start custom CSS for html, class: .elementor-element-0c30bbf *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Full width section */
.card {
  position: relative;
  width: 100%;
  height: 100%; /* full screen height */
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Image full cover */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slight zoom on hover */
.card:hover img {
  transform: scale(1.05);
}

/* Bottom text (default) */
.bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  transition: 0.4s;
}

/* Overlay hidden initially */
.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 87, 170, 0.95);
  color: #fff;
  padding: 40px 20px;
  transition: 0.5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Show overlay on hover */
.card:hover .overlay {
  bottom: 0;
}

/* Hide bottom text on hover */
.card:hover .bottom-text {
  opacity: 0;
  visibility: hidden;
}

/* Text styling */
.overlay h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.overlay p {
  font-size: 16px;
  line-height: 1.6;
}

/* Button */
.btn {
  margin-top: 20px;
  padding: 12px 50px;
  background: #fff;
  color: #2657aa;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
  .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .card {
    height: 60vh;
  }

  .overlay {
    padding: 20px;
  }

  .overlay h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .card {
    height: 50vh;
  }

  .overlay h2 {
    font-size: 18px;
  }

  .btn {
    padding: 10px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-edbabb5 *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Full width section */
.card {
  position: relative;
  width: 100%;
  height: 100%; /* full screen height */
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Image full cover */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slight zoom on hover */
.card:hover img {
  transform: scale(1.05);
}

/* Bottom text (default) */
.bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  transition: 0.4s;
}

/* Overlay hidden initially */
.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 87, 170, 0.95);
  color: #fff;
  padding: 40px 20px;
  transition: 0.5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Show overlay on hover */
.card:hover .overlay {
  bottom: 0;
}

/* Hide bottom text on hover */
.card:hover .bottom-text {
  opacity: 0;
  visibility: hidden;
}

/* Text styling */
.overlay h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.overlay p {
  font-size: 16px;
  line-height: 1.6;
}

/* Button */
.btn {
  margin-top: 20px;
  padding: 12px 50px;
  background: #fff;
  color: #2657aa;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
  .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .card {
    height: 60vh;
  }

  .overlay {
    padding: 20px;
  }

  .overlay h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .card {
    height: 50vh;
  }

  .overlay h2 {
    font-size: 18px;
  }

  .btn {
    padding: 10px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-28fde6a *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Full width section */
.card {
  position: relative;
  width: 100%;
  height: 100%; /* full screen height */
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Image full cover */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slight zoom on hover */
.card:hover img {
  transform: scale(1.05);
}

/* Bottom text (default) */
.bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  transition: 0.4s;
}

/* Overlay hidden initially */
.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 87, 170, 0.95);
  color: #fff;
  padding: 40px 20px;
  transition: 0.5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Show overlay on hover */
.card:hover .overlay {
  bottom: 0;
}

/* Hide bottom text on hover */
.card:hover .bottom-text {
  opacity: 0;
  visibility: hidden;
}

/* Text styling */
.overlay h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.overlay p {
  font-size: 16px;
  line-height: 1.6;
}

/* Button */
.btn {
  margin-top: 20px;
  padding: 12px 50px;
  background: #fff;
  color: #2657aa;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
  .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .card {
    height: 60vh;
  }

  .overlay {
    padding: 20px;
  }

  .overlay h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .card {
    height: 50vh;
  }

  .overlay h2 {
    font-size: 18px;
  }

  .btn {
    padding: 10px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2cc325 *//* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Full width section */
.card {
  position: relative;
  width: 100%;
  height: 100%; /* full screen height */
  overflow: hidden;
  font-family: Arial, sans-serif;
}

/* Image full cover */
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Slight zoom on hover */
.card:hover img {
  transform: scale(1.05);
}

/* Bottom text (default) */
.bottom-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  transition: 0.4s;
}

/* Overlay hidden initially */
.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(38, 87, 170, 0.95);
  color: #fff;
  padding: 40px 20px;
  transition: 0.5s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Show overlay on hover */
.card:hover .overlay {
  bottom: 0;
}

/* Hide bottom text on hover */
.card:hover .bottom-text {
  opacity: 0;
  visibility: hidden;
}

/* Text styling */
.overlay h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.overlay p {
  font-size: 16px;
  line-height: 1.6;
}

/* Button */
.btn {
  margin-top: 20px;
  padding: 12px 50px;
  background: #fff;
  color: #2657aa;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  width: fit-content;
}

/* RESPONSIVE */
@media (max-width: 1366px) {
  .overlay h2 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .card {
    height: 60vh;
  }

  .overlay {
    padding: 20px;
  }

  .overlay h2 {
    font-size: 20px;
  }

  .overlay p {
    font-size: 14px;
  }

  .bottom-text {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .card {
    height: 50vh;
  }

  .overlay h2 {
    font-size: 18px;
  }

  .btn {
    padding: 10px 18px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Qanelas';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://basg.setreel.com/wp-content/uploads/2026/04/Qanelas-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */