/* Isola seus estilos para não brigar com Elementor */
.custom-template {
  width: 100%;
  overflow-x: hidden;
  margin-top: 200px;
}

/* Exemplo de seção com imagem de fundo */
.custom-template .img-company {
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

/* Exemplo de título (se não quiser estilizar dentro do Elementor) */
.custom-template .title-about {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
}

/* Botão de estilo customizado */
.custom-template .btn-primary {
  background-color: transparent;
  border: 2px solid #0065CA;
  padding: 0.75rem 2rem;
  transition: all 0.3s ease;
  border-radius: 0;
  font-weight: bold;
  color: #0065CA;
}

.custom-template .btn-primary:hover {
  background-color: #0065CA;
  color: white;
}

.img-parallax {
	background-image: url('../assets/airsys-brand-footer.jpg');
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	/* Ativa o efeito parallax */
	background-repeat: no-repeat;
	width: 100%;
}










.img-company {
        background-image: url('<?php echo get_template_directory_uri(); ?>/assets/background/airsys-headquarters-bg.jpg');
        height: 60vh;
        background-size: cover;


        background-repeat: no-repeat;
        width: 100%;
    }


    .logo-2 {
        height: 50px;
    }

    .title-refrigeramento {
        color: #429BE2;
        font-weight: bolder;
    }

    .title-refrigeramento2 {
        color: white;
        font-size: 4rem;
        font-weight: bolder;
    }

    .title-solucao {
        color: white !important;
        font-weight: bold;
        text-align: start;
        font-size: 3.5rem;
    }

    .subtitle-solucoes {

        font-weight: bold;
        font-size: 3rem;


    }

    .card-number {
        color: #666;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .icon-circle {
        width: 94px;
        height: 94px;
        background: #0265CB;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
    }


    .icon-circle-img {

        color: white;
        height: 50px;
        border: none !important;
    }

    .solution-card {
        background: #fff;
        padding: 2rem;
        border: 1px solid #eee;
        border-radius: 2px;
        position: relative;
        transition: all 0.3s ease;
        border: 1px #E0E0DC solid;
    }

    .solution-card:hover {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);

    }

    .card-number {
        color: #666;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .content-section {
        background-color: #0066cc;
        color: white;
        min-height: 30vh;
        display: flex;
        align-items: center;
        padding: 2rem 0;
    }

    .content-left {
        position: relative;
        padding-right: 2rem;
    }

    .content-left::after {
        content: '';
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 2px;
        background-color: white;
    }

    .section-title {
        font-size: 2.5rem;
        font-weight: bold;
        line-height: 1.2;
    }

    .section-text {
        font-size: 1.1rem;
        opacity: 0.9;
    }

    .info-box {
        padding-left: 2rem;
    }

    .info-text {
        font-size: 1.2rem;
        opacity: 0.9;
    }

    .btn-primary {
        background-color: transparent;
        border: 2px solid white;
        padding: 0.75rem 2rem;
        transition: all 0.3s ease;
        border-radius: 0;
    }

    .btn-primary:hover {
        background-color: transparent;
        color: white;
        border-color: white;
    }

    .page-solucao-mobile {
        display: none;

    }





    .img-mobile {
        display: none !important;
    }

    .img-desktop {
        display: flex !important;
    }

    .title-section {
        padding-bottom: 20rem !important;
    }

    .upstate-section {
        background: #F2F2F2;
    }

    .shadow {
        box-shadow: none !important;
    }

    @media (max-width: 991px) {
        .content-left::after {
            display: none;
        }


    }


    @media (max-width: 767px) {


        #page-solucao {
            display: none;
        }

        .page-solucao-mobile {
            display: flex !important;
            background: #0066cc;
            height: 27vh;
        }

        .title-solucao-mobile {

            font-size: 42px;
            font-weight: bold;
            color: white;
            text-align: start;
            margin-top: 5rem;
            margin-left: 2 !important;
        }


        .subtitle-solucao-mobile {
            font-size: 3rem;
            color: white;
            text-align: center;

        }

        .subtitle-solucoes {
            font-size: 2rem;
            margin-bottom: 2rem;
        }

        .img-mobile {
            display: flex;
        }

        .img-desktop {
            display: none !important;
        }

        .current {
            border-left: none !important;
            padding-left: 20px;
            justify-content: center;
            display: block;
            text-align: start;
        }

        .title-section {
            padding-bottom: 2rem !important;
        }
    }