/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts - 
--------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=MADE+Mirage:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neometric:wght@300&display=swap');

/* Correctly import MADE Mirage Regular font */
/* @font-face {
    font-family: 'MADE Mirage Regular';
    src: url('../fonts/MADE\ Mirage\ Thin\ PERSONAL\ USE.otf') format('opentype'),
         url('../fonts/MADE\ Mirage\ Medium\ PERSONAL\ USE.otf') format('opentype'),
         url('../fonts/MADE\ Mirage\ Bold\ PERSONAL\ USE.otf') format('opentype'),
         url('../fonts/MADE\ Mirage\ Black\ PERSONAL\ USE.otf') format('opentype'),
         url('../fonts/MADE\ Mirage\ Regular\ PERSONAL\ USE.otf') format('opentype'); 
    font-weight: normal;
    font-style: normal;
} */

/* Correctly import all MADE Mirage fonts */
@font-face {
    font-family: 'MADE Mirage Thin';
    src: url('../fonts/MADE\ Mirage\ Thin\ PERSONAL\ USE.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Mirage Regular';
    src: url('../fonts/MADE\ Mirage\ Regular\ PERSONAL\ USE.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Mirage Medium';
    src: url('../fonts/MADE\ Mirage\ Medium\ PERSONAL\ USE.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Mirage Bold';
    src: url('../fonts/MADE\ Mirage\ Bold\ PERSONAL\ USE.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'MADE Mirage Black';
    src: url('../fonts/MADE\ Mirage\ Black\ PERSONAL\ USE.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Correctly import all Neometric fonts */
@font-face {
    font-family: 'Neometric Light';
    src: url('../fonts/Neometric\ Light\ \(Regular\).otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neometric Regular';
    src: url('../fonts/Neometric\ Regular\ \(Regular\).otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neometric Medium';
    src: url('../fonts/Neometric\ Medium\ \(Regular\).otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neometric Bold';
    src: url('../fonts/Neometric\ Bold\ \(Regular\).otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Neometric Black';
    src: url('../fonts/Neometric\ Alt\ Black\ \(Regular\).otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}
.services .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* General Colors */
body {
    font-family: 'Neometric Light', sans-serif; /* Common text font */
    color: #2d2d2d;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    margin: 0;
    /* background-color: #B0D2CF;  */
}

a {
    color: #B0D2CF; /* Links in a soft green */
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: #000000; /* Links turn black on hover */
}

h1,
h2,
h3,
h4,
h5,
h6,
.titlepage h2,
.creative h1,
.our_pri h3 {
    font-family: 'MADE Mirage Thin', serif; /* Titles font */
    color: #ffffff;
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p,
a,
ul,
li,
ol,
.read_more,
.nostrud p,
.services_box p,
.our_pri p {
    font-family: 'Neometric Light', sans-serif; /* Common text font */
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d; /* Consistent text color */
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}



.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

/* Consolidated .full styles */
.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}



.titlepage h2 {
    font-size: 45px;
    color: #2d2d2d;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.titlepage p {
    padding-top: 0px;
}

.d_flex {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Consolidated .read_more styles */


/* Unique styles for .creative .read_more */
.creative .read_more {
    font-size: 16px;
    background: #B0D2CF;
    
    padding: 20px 30px;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out; /* Added smooth transition */
}

.creative .read_more:hover {
    background: #76A199;
    color: #ffffff;
    transform: scale(1.05); /* Smooth scaling on hover */
}

/* Unique styles for .services_box .read_more */
.services_box .read_more {
    font-size: 14px;
    background: #B0D2CF;
    padding: 12px 25px;
    text-align: center;
    line-height: 1;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}

.services_box .read_more:hover {
    background: #76A199;
    color: #ffffff;
}

/* Unique styles for .our_priceing .read_more */


/* Unique styles for .nostrud .read_more */
.nostrud .read_more {
    font-size: 14px;
    background: #6A9B8A;
    padding: 10px 20px;
    text-align: center;
    line-height: 1;
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}

.nostrud .read_more:hover {
    background: #76A199;
    color: #ffffff;
}

/* Unique styles for .about .read_more */
.about .read_more {
    font-size: 16px;
    background: #7AA99A;
    padding: 15px 30px;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.3s ease-in-out;
}

.about .read_more:hover {
    background: #5C7D6E;
    color: #ffffff;
}

/* Consolidated .text_align_* styles */
.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

/* Consolidated .img_responsive styles */
.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

/* Consolidated .loader styles */
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #B0D2CF;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
    filter: brightness(0) invert(1); /* Adjust loader image for better contrast */
}


/** Removed header styles **/


/* intro-area css start */

.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}




/* intro-area css end */


/** end header **/


/** banner section **/

.full_bg {
    background: url(../images/background.png);
    background-color: #000000;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; /* Ensure stacking context for overlay */
}

.full_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.80); /* Black overlay with 50% opacity */
    z-index: 1; /* Place above the background image */
}

.slider_main {
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center;
    text-align: center;
    padding: 0; /* Remove extra padding */
    min-height: 100vh; /* Full viewport height for proper centering */
    position: relative;
    z-index: 2; /* Ensure content is above the overlay */
}


.creative {
    text-align: center; /* Center text */
    display: flex;
    flex-direction: column; /* Stack content vertically */
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; /* Set width to 100% for full responsiveness */
    max-width: 500px;
   
}

.creative h1 {
    font-size: 60px; /* Adjusted for better scaling */
    line-height: 70px;
    color: #ffffff;
    font-weight:100;
}

.creative p {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 20px 0;
}

.creative-list {
    text-align:left;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.creative-list p {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.creative-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
}

.creative-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url('../images/favicon.png') no-repeat center center;
    background-size: contain;
}

/* Removed duplicate .creative .button-group styles */
.creative .button-group {
    display: flex; /* Arrange buttons in a row */
    flex-direction: row;
    justify-content: center;
    gap: 20px; /* Add spacing between buttons */
}



/* Removed duplicate .creative-btn styles */
.creative-btn {
    display: flex; /* Arrange buttons in a row */
    flex-direction: row;
    justify-content: center; /* Center buttons horizontally */
    gap: 20px; /* Add spacing between buttons */
    margin-top: 20px; /* Add spacing above the button group */
}

/** end banner section **/


/** services section **/

.services {
    
    background-image: url(../images/bg2.png);
    background-color: #ffffff; /* Fallback color */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* position: fixed; */
    padding: 60px 0;
}


.services .titlepage {
    margin-bottom: 20px;
    max-width: 900px;
}


.services .card {
    display: flex;
    align-items: center;
    background-color: #B0D2CF; /* Fundo escuro */
    border: none;
    max-height: 250px;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.services .card2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    background-color: #B0D2CF; /* Fundo escuro */
    border: none;
    max-height: 250px;
    max-width: 900px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services .card:hover, .card2:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.services .card img, .card2 img {
    width: 40%; /* Imagem ocupa 40% do card */
    height: 100%;
    object-fit: cover;
}

.services .card-body, .card2 .card-body {
    width: 60%; /* Texto ocupa 60% do card */
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff; /* Texto branco */
}

.services .card-title, .card2 .card-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #ffffff; /* Título branco */
    margin-bottom: 10px;
     
}

.services .card-text, .card2 .card-text {
    font-size: 16px; 
    line-height: 1.6;
    color: #ffffff; /* Texto com tom cinza claro */
}

/* Ajuste responsivo para telas menores */
@media (max-width: 768px) {
    .services .card {
       
        max-height: 100%;
        max-width: 100%; /* Largura total do card */
        flex-direction: column;
        margin:  20px 30px; /* Empilha imagem e texto */
    }
    .services .card2 {
       
        max-height: 100%;
        max-width: 100%; /* Largura total do card */
        flex-direction: column;
        margin:  20px 30px; /* Empilha imagem e texto */
    }

    .services .card img, .card2 img {
        width: 100%; /* Imagem ocupa 100% da largura */
        height: auto;
        max-height: 200px;
    }

    .services .card-body, .card2 .card-body {
        width: 100%; /* Texto ocupa 100% da largura */
        padding: 15px;
    }
    .services .card-text, .card2 .card-text {
        text-align: center;
    }
    .services .card-title, .card2 .card-title {
        line-height: 1.3;
        text-align: center; /* Alinhamento ao centro */
    }
   
}

/*--------------------------------------------------------------------- 
services section grid adjustments 
---------------------------------------------------------------------*/

.services .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
     
}

.services .col-md-4 {
    flex: 0 0 30%; 
    max-width: 30%;
}

@media (max-width: 992px) {
    .services .col-md-4 {
        flex: 0 0 45%; 
        max-width: 45%;
    }
}

@media (max-width: 576px) {
    .services .col-md-4 {
        flex: 0 0 100%; 
        max-width: 100%;
    }
}

/*--------------------------------------------------------------------- 
responsive adjustments for services 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
responsive adjustments for services 
---------------------------------------------------------------------*/



/** end services section **/


/** call-to-action section **/

.call-to-action {
    background: #000000; /* Mantém o fundo da antiga seção priceing */
    
    padding: 60px 20px;
    color: #ffffff;
    text-align: center;
   
}

.call-to-action .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.call-to-action .cta-image {
    
    border-radius: 10px;
    
}

.call-to-action .cta-title {
    font-family: 'MADE Mirage Regular', serif;
    font-size: 48px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #B0D2CF;
}

.call-to-action .cta-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #d1d1d1;
}

.call-to-action .cta-button {
    display: inline-block;
    background: #B0D2CF;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.call-to-action .cta-button:hover {
    background: #76A199;
    transform: scale(1.05);
}

/* Responsividade para call-to-action */
@media (max-width: 768px) {
    .call-to-action .container .row{
        flex-direction: column;
        align-items: center;
    }
    .call-to-action .container {
        flex-direction: column;
        text-align: center;
    }

    .call-to-action .cta-image {
        margin-bottom: 20px;
        max-width: 80%; /* Ajusta o tamanho da imagem */
    }

    .call-to-action .cta-title {
        font-size: 28px; /* Reduz o tamanho do título */
    }

    .call-to-action .cta-text {
        font-size: 16px; /* Reduz o tamanho do texto */
    }

    .call-to-action .cta-button {
        font-size: 16px; /* Ajusta o tamanho do botão */
        padding: 12px 25px;
    }
}

@media (max-width: 576px) {
    .call-to-action .cta-image {
        max-width: 100%; /* Imagem ocupa toda a largura */
    }

    

    .call-to-action .cta-button {
         /* Ajusta o botão para telas menores */
        padding: 10px 20px;
    }
}

@media (max-width: 480px) {
    

    .call-to-action .container {
        text-align: center; /* Centraliza o texto */
    }
}

/** end call-to-action section **/


/** perguntas frequentes styles */
.faq {
    background: #ffffff;
    padding: 60px 0;
}

.faq .titlepage {
    margin-bottom: 30px;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-card {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
    background: #f1f1f1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #2d2d2d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-arrow {
    font-size: 20px;
    color: #B0D2CF;
    transition: transform 0.3s ease;
}

.faq-card.active .faq-arrow {
    transform: rotate(180deg); /* Gira a seta para cima quando ativo */
}

.faq-answer {
    font-size: 16px;
    color: #555;
    margin-top: 10px;
    max-height: 0; /* Altura inicial 0 */
    overflow: hidden; /* Esconde o conteúdo */
    opacity: 0; /* Invisível inicialmente */
    transition: max-height 0.3s ease, opacity 0.3s ease; /* Transição suave */
}

.faq-card.active .faq-answer {
    max-height: 200px; /* Altura máxima quando ativo */
    opacity: 1; /* Visível quando ativo */
}

/* Responsividade para perguntas frequentes */
@media (max-width: 768px) {
    .faq-card {
        padding: 10px 15px;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }
}

/* Removed about section styles */
/* Removed customers section styles */
/* Removed footer section styles */


/**  inner page css **/

.blog_page .footer {
     margin-top: 0px;
}
.inner_page .full_bg {
    height: 100%;
}
.inner_page .about {
     margin-top: 90px;
}
.inner_page .appointment {
     margin-top: 90px;
}

.portfolio_page .footer {
    margin-top: 60px;
}

/* Symbols from the image */
.symbols {
    font-family: 'CustomSymbols'; /* Ensure the font is imported */
    color: #B0D2CF;
    font-size: 24px;
    margin-right: 10px;
}

/* Example usage of symbols */
.symbol-heart::before {
    content: '\2665'; /* Unicode for heart symbol */
}

.symbol-star::before {
    content: '\2605'; /* Unicode for star symbol */
}
.agency {
    position: relative; /* Ensure stacking context for pseudo-elements */
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.agency img {
    width: 100%;
    height: auto;
    max-width: 420px;
    display: block;
    padding: 0;
    border-radius: 10px; /* Added rounded corners */
    transition: transform 0.3s;
    position: relative;
    z-index: 1; /* Ensure the image is below the shadow overlay */
}



.agency img:hover {
    transform: scale(1.05);
}

/* Flexbox utilities */
.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

/* Grid system */
.row {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (max-width: 992px) {     
    .row {
        flex-wrap: wrap;
        justify-content: center; /* Allow wrapping below 480px */
    }

}

.col {
    flex: 1 0 0%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5, .col-md-6, .col-md-7, .col-md-4, .col-md-10, .col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.call-to-action .col-md-6 {
    flex: 0 0 50%;
    max-width: 100%;
}
@media (max-width: 992px) {     
    .call-to-action .row {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; /* Allow wrapping below 480px */
    }
    .call-to-action img{
        max-width: 600px;
    }
    
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Buttons */
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
    text-decoration: none;
}

/* Spacing utilities */
.mt-3 {
    margin-top: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

/* Text utilities */
.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

/* Visibility utilities */
.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block {
    display: inline-block !important;
}

/* Navbar fixes */
.site-navbar ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-navbar ul li {
    margin-right: 15px;
}

.site-navbar ul li a {
    text-decoration: none;
    color: inherit;
    padding: 10px 15px;
    display: block;
    transition: color 0.3s ease;
}

.site-navbar ul li a:hover {
    color: #76A199;
}

@media (max-width: 480px) {
    .agency img {
       /* Ensure proper scaling */
        z-index: 1; /* Image behind text */
    }

    .agency .text-content {
        position: relative;
        z-index: 2; /* Text above the image */
        max-width: 50%; /* Text covers half of the image */
        margin: auto;
    }
}

/* Pseudo-navbar styles */
.pseudo-navbar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    height: 50px; /* Match the height of the logo image */
    background-color: #B0D2CF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.pseudo-navbar .logo {
    height: 100%; /* Ensure the logo fits the navbar height */
}

.pseudo-navbar .social-icons {
    display: flex;
    gap: 15px;
}

.pseudo-navbar .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center; /* Center icons inside the circle */
    width: 30px;
    height: 30px;
    /* border-radius: 50%;
    background-color: #000000; */
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}


.pseudo-navbar .social-icons a:hover {
    transform: scale(1.1); /* Scale effect on hover */
}

@media (max-width: 576px) {
    .pseudo-navbar {
        padding: 0 10px;
        height: 40px; /* Adjust height for smaller screens */
    }

    .pseudo-navbar .logo {
        height: 80%; /* Scale down the logo */
    }

    .pseudo-navbar .social-icons a {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}

/* About section styles */
.about {
    background: #000000;
    padding: 60px 0;
}

.about h2 {
    font-size: 48px;
    font-family: 'MADE Mirage Regular', serif;
    color: #B0D2CF;
    margin-bottom: 20px;
   
}

.about p {
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}
.about .container .col-md-6{
    padding: 20px;
}
.about .row {
    flex-direction: row;
    text-align: center;
}

/* Responsividade para a seção about */
@media (max-width: 768px) {
    .about .row {
        flex-direction: column-reverse;
        text-align: center;
    }

    .about iframe {
        margin-bottom: 20px;
    }
}

.about {
    background: #000000;
    color: #ffffff;
    padding: 60px 0;
}

.about-logo {
    max-width: 300px;
    margin-bottom: 20px;
}

.about-hours {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}

.about h2 {
    font-size: 48px;
    font-family: 'MADE Mirage Regular', serif;
    color:#B0D2CF;
    margin-bottom: 30px;
}

.about iframe {
    border: 2px solid #B0D2CF;
    width: 600px;
    border-radius: 10px;
}

.about h1{
    font-size: 36px;
    color: #B0D2CF;
    margin-top: 20px;
    line-height: 1;
    font-style: normal;
    font-family:'MADE Mirage Regular', serif;
}




@media (max-width: 768px) {
    .about iframe {
        
        width: 400px;
        
    }
    .about iframe {
        margin-bottom: 20px;
    }
    .about h2 {
        font-size: 36px;
    }
    
}
@media (max-width: 420px) {
    .about iframe {
        
        width: 300px;
        
    }
    .about h2 {
        font-size: 28px;
    }
   
}

/* Footer styles */
.footer {
    background: #f8f8f8;
    padding: 40px 0;
    color: #333;
    font-size: 14px;
}

.footer-logo {
    max-width: 250px;
    margin-bottom: 15px;
}

.footer-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #76A199;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #76A199;
}

.footer-bottom {
    margin-top: 30px;
    font-size: 12px;
    color: #999;
}

.footer-bottom p {
    margin: 0;
    font-size: 12px;
}

.footer i {
    color: #76A199;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer .row > div {
        margin-bottom: 20px;
    }

    .footer-logo {
        margin: 0 auto 15px;
    }
}

.footer-social-icons {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-social-icons a {
    color: #76A199;
    font-size: 24px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-icons a:hover {
    color: #76A199;
    transform: scale(1.1);
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    animation: pulse 3s infinite; /* Updated animation */
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 1);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Responsividade para o botão de WhatsApp */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 25px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 576px) {
    .whatsapp-float {
        width: 40px;
        height: 40px;
        font-size: 20px;
        bottom: 10px;
        right: 10px;
    }
}
