/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* CUSTOM TABS */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400&display=swap');
.tabs-heading .tab-panels {
    padding-top: 0em;
}
.tabs-custom {
    display: flex;
    padding: 0rem 0rem 0;
    width: 100%;
    border-bottom: solid 0.1rem rgb(255 255 255 / 70%);
    flex-wrap: wrap;
    background: #f0f0f0;
    border-radius: 10px;
}

.tabs-custom>.nav-custom {
  position: relative;
  padding: 0.5rem 1.5rem;
  margin: 0 0.75rem 0.1rem 0;
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
/*   background-color: rgb(255 255 255 / 30%); */
  backdrop-filter: blur(5px);
  z-index: 20;
	transition:200ms all ease-in-out 0s;
}

.tabs-custom>.nav-custom:hover {
  cursor: pointer;
  background-color: rgb(255 255 255 / 80%);
/*   transform: scale(1);
  margin-top: -0.3rem;
  padding-top: 0.75rem; */
  z-index: 30;
}

:has(#tab-1:checked) [for="tab-1"], 
:has(#tab-2:checked) [for="tab-2"], 
:has(#tab-3:checked) [for="tab-3"],
:has(#tab-4:checked) [for="tab-4"] {
    cursor: pointer;
    background-color: rgb(255 255 255 / 100%);
/*     transform: scale(1.1);
    margin-top: -0.3rem; */
    padding-top: 0.75rem;
    z-index: 30;
    color: #0077dc;
    border: 2px solid;
}
.content-custom input {
    display: none;
}
.content-custom {
  position: relative;
  width: 100%;
  height: calc(100vh - 3rem);
  padding: 0.5rem;
  background-color: rgb(255 255 255 / 40%);
  backdrop-filter: blur(13px);
  z-index: 10;
}

.content-custom>section {
  display: none;
  flex-direction: column;
}

.content-custom>section>p {
  padding: 0 0.5rem;
}

.content-custom>section>p+p {
  margin: 0.25rem 0;
}
  
.content-custom:has([id="tab-1"]:checked)>section:nth-child(1),
.content-custom:has([id="tab-2"]:checked)>section:nth-child(2),
.content-custom:has([id="tab-3"]:checked)>section:nth-child(3),
.content-custom:has([id="tab-4"]:checked)>section:nth-child(4){
  display: flex;
}
.logo-slider .circle {
    border-radius: 0px !important;
}

.logo-slider .circle img {
    border-radius: 0px !important;
}
.footer-icons {
    margin-bottom: 15px;
}
.footer-icons a.icon {
    margin-right: 20px;
}

.footer-icons a.icon:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



.footer-bottom-icon .col.medium-2.small-6.large-2 {
    max-width: 80px;
    width: 100%;
}

.footer-bottom-icon .col.medium-2.small-6.large-2 h5 {
    font-size: 9px;
}

.footer-bottom-icon {
    width: 100%;
    max-width: 100%;
}

.footer-bottom-icon .col.medium-2.small-6.large-2 .icon-inner {
    width: 50px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.footer-bottom-icon .consultation .icon-box-text.col-inner {
    font-size: 7px;
	line-height: 7px;
}
	.footer-bottom-icon .col.medium-2.small-6.large-2.consultation .icon-inner {
    width: 28px;
    min-height: 33px;
}

}
@media only screen and (max-width: 400px) {

  .footer-bottom-icon.row-dashed .col-inner {
    padding: 0px;
}

.footer-bottom-icon.row-dashed .icon-box-center .icon-box-img {
    margin: 0 auto 0.29em;
}
.footer-bottom-icon .col.medium-2.small-6.large-2 {
    max-width: 64px;
}
.footer-bottom-icon .col.medium-2.small-6.large-2 .icon-inner {
    width: 35px;
    min-height: 39px;
}

}