.body-style {
  background-color: #f3f3f3;
}

.sec-main-container {
  background-color: #f3f3f3;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.section-separation-header {
  padding-top: 80px;
  padding-bottom: 20px;
}
.section-separation {
  padding-bottom: 20px;
}

.section-separation-last {
  padding-bottom: 80px;
}

.sec-main-container h1 {
  color: #2b2b2b;
  line-height: 42px;
  font-size: 30px;
  font-family: "Figtree", serif;
  font-weight: 600;
}

.sec-main-container h2 {
  color: #004C97;
  font-size: 26px;
  font-family: "Figtree", serif;
  font-weight: 600;
  line-height: 1.2;
}

.sec-main-container h3 {
  color: #2b2b2b;
  font-size: 20px;
  font-family: "Figtree", serif;
  font-weight: bold;
  line-height: 1.2;
}

.sec-main-container h4 {
  color: #2b2b2b;
  font-size: 17px;
  font-family: "Figtree", serif;
  font-weight: bold;
  line-height: 1.2;
}

.sec-main-container p {
  color: #2b2b2b;
  font-size: 15px;
  font-family: "Wix Madefor Text", serif;
  font-weight: 400;
  margin-bottom: 12px;
  
}

.sec-main-container-style-2 {
  color: #2b2b2b;
  font-size: 15px;
  font-family: "Wix Madefor Text", serif;
  font-weight: bold;
  line-height: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  
}

.link-mail-contact {
font-family: "Wix Madefor Text", serif; 
font-size: 15px;
margin-bottom: 25px;
}

.links-footer-ref {
color: #8a91a2;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
}

.social-icon-secondary {
  border: 1px solid #e0e0e0 !important;
  color: #8a91a2 !important;
  opacity: 0;
}


.social-icon-secondary:hover {
 background-color: #004C97 ;}


.social-icon-link {
color: #8a91a2 !important;}


.social-icon-link:hover {
color: white !important;}


.back-to-home-bt {
position: fixed;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
top: 20px; 
right: 20px;
width: 55px;
height: 55px;
padding: 2px;
background-color: transparent;
transition: all 0.3s ease-in-out;
z-index: 99;
}



.go-to-home-icon { 
color: #004C97  ;
transition: color 0.3s ease;
}

.go-to-home-span {
color:#004C97 ;
font-size: 1 rem;
font-weight: 700;
transition: color 0.3s ease;
font-family: "Wix Madefor Text", serif; 
}

.back-to-home-bt:hover .go-to-home-icon {
  color: #00AB8E;
}

.back-to-home-bt:hover .go-to-home-span {
  color: #00AB8E;
}

.back-to-home-bt2 {
  display: flex;
  flex-direction: row;
  gap: 6px;
  width: 150px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.back-to-home-bt2 {
margin-bottom: 25px;
}

.back-to-home-svgs {
  width: 12px;
  height: 12px;
  fill: #004C97;
  transform: scaleX(-1);
  transition: fill 0.3s ease-in-out; 
}
.back-to-home-text-span {
  font-family: "Figtree", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.5;
  color: #004C97;
  transition: color 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
}

.back-to-home-bt2:hover .back-to-home-text-span {
  color: #00AB8E;
  text-decoration: underline;
  text-decoration-color: #00AB8E;
}
.back-to-home-bt2:hover {
  color: #00AB8E;
  text-decoration: underline;
  text-decoration-color: #00AB8E;
}

.back-to-home-bt2:hover .back-to-home-svgs {
  fill: #00AB8E;
  width: 10px;
  height: 10px;
}




@media (max-width: 768px) {
  .back-to-home-bt {
    width: 30px;
    height: 30px;
    top: 2px;
    right: 2px;
  }

  .go-to-home-span {
  display: none;
  }
}
