/*
***************************
    Theme Name: Grabit

    1.main menu area
    2.mobile logo area
    3.slider area
    4.brand_area
    5.feature_area
    6.about_area
    7.service_area
    8.project_area
    9.pricing_area
    10.video_title
    11.faq_area
    12.marquee_area
    13.team_area
    14.counter_area
    15.testimonial_area
    16.blog_area
    17.marquee_area
    18.footer_area

***********************
*/


/* ======= site font family ==========*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&family=Plus+Jakarta+Sans:wght@200..800&family=Sacramento&display=swap');

:root{
    --blackc: #000000;
    --whitec: #fff;
    --bgcolor: #FF4000;
    --paracolor: #555;
    --titlecolor: #000;
    --brcolor: #222222;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: var(--paracolor);
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 24px;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--titlecolor);
}
h1,
h1 a{
    font-size: 30px;
}
h2,
h2 a{
    font-size: 18px;
}
h3,
h3 a{
    font-size: 22px;
}
h4,
h4 a{
    font-size: 18px;
    color: var(--bgcolor);
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
h5,
h5 a{
    font-size: 16px;
}
h6,
h6 a{
    font-size: 15px;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
    border: none;
}
textarea,
input{
	outline:none;
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    transition: .5s;
	text-decoration:none;
	color:var(--bgcolor);
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
.txbd_mailchimp {
    color: var(--bgcolor);
    margin-top: 8px;
}
P{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paracolor);
}
a{
    text-decoration: none;
    color: var(--paracolor);
    transition: .5s;
}
a:hover{
    color: var(--bgcolor);
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
h2 span.highlight{
    color: var(--bgcolor);
}

/*======== main menu area start ==========*/
.main_menu_area {
    transition: .5s;
    padding: 3px 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.main_menu_area.breadcam_menu {
    background-color: var(--whitec);
}
.title_nav_area.video_main_menu {
    background: transparent;
    margin-top: -55px;
    padding: 0 10px;
}
.title_nav_area .video_nav ul li a{
    color: var(--whitec);
}
.title_nav_area .video_nav ul li a i, .main_nav_icons.side_page_icon i{
    color: var(--whitec);
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgb(0 0 0 / 70%);
}
.styky_down.sticky{
    padding-top: 55px;
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons a i, .main_nav_icon_right> i{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: baseline;
    justify-content: end;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}
.absolute_menu .main_nav_area{
    justify-content: flex-end;
}
/* landing menu css */
.landing_menu .main_nav_area{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
    border-bottom: 2px dashed var(--whitec);
}
/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: block;
    margin: 30px 20px 30px;
    transition: .2s;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--whitec);
    text-transform: capitalize;
}
.inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}


/*--top_menu_right--*/

/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}
.inner_main_nav_area ul li a.menu_nav_active{
    color: var(--bgcolor) !important;
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--bgcolor);
}
/* main nav icons together */
.catring_right_area {
    display: flex;
    align-items: center;
}
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */

.main_nav_icons >i {
    display: inline-block;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: .5s;
    color: var(--whitec);
    margin-left: 25px;
    cursor: pointer;
    font-size: 16px;
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    bottom: 100%;
    left: 0;
    background: rgb(254 189 17 / 64%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}
.main_nav_icon_right> i {
    font-size: 30px;
    cursor: pointer;
    color: var(--whitec);
}
.inner_nav_popup_form_icons.side_page_icon button i{
    color: var(--whitec) !important;
}
.main_menu_area.sticky .main_nav_icon_right> i{
    color: var(--whitec);
}
/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: var(--whitec);
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}
/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}
.m_nav_rpi_close >i{
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}
.m_nav_right_pp_form{
    position: relative;
}
.m_nav_right_pp_form input{
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}
.m_nav_right_pp_form button{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}
.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.right_popup_address p{
    width: 85%;
}
.right_popup_inner_address p{
    color: var(--brcolor);
}
.right_popup_inner_address p i{
    margin-right: 6px;
}
.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* header bbtn */
.donate_btn_header{
    display: inline-block;
}
.donate_btn_header a{
    background: var(--bgcolor);
    color: var(--whitec);
    display: block;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 30px;
    padding: 16px 35px;
    font-weight: 600;
}
/* header bbtn */
/* address middle css */
.main_menu_address_a {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 14px;
}
/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
.right_popup_nav ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}
/* right popup address */
.main_menu_address_a {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.mcallicon {
    border: 2px solid var(--whitec);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 30px;
    font-size: 22px;
}
.mcallicon i{
    color: var(--whitec);
}
.mcallphone p {
    color: var(--whitec);
    margin: 0;
}
.mcallphone p a{
    color: var(--whitec);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #444;
    padding: 6px 17px;
    text-transform: capitalize;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--bgcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.navd_active{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* h3 menu */
.h3_search_icon i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.h3_menu_btn a{
    background-color: var(--bgcolor);
    transition: .5s;
}
.h3_menu_btn a:hover{
    background-color: var(--titlecolor);
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    display:none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    top: -3px;
    width: 26px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;    
    color: var(--blackc);
}
.mobile_cicon i{
    color: var(--blackc);
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
    position: relative;
    overflow: hidden;
}
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    position: relative;
}
.inner_slider_content {
    margin: 0 auto;
    text-align: left;
    width: 69%;
    animation: img-anim-right 3.3s cubic-bezier(.645,.045,.355,1) .4s forwards;
    opacity: 0;
}
@keyframes img-anim-right{
    0% {
        transform: translateX(5%);
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}
.inner_slider_content h1 {
    color: var(--whitec);
    font-weight: 400;
    font-size: 20px;
}
.inner_slider_content h2 {
    font-size: 60px;
    margin: 0;
    color: var(--whitec);
    width: 60%;
}
.inner_slider_content p {
    color: var(--whitec);
    font-size: 18px;
    width: 46%;
    margin: 20px 0 0;
}
/* golobal btn css */
.b_btn {
    margin-top: 30px;
}
.b_btn a {
    display: inline-block;
    padding: 18px 40px;
    background-color: var(--bgcolor);
    color: var(--whitec);
    font-size: 16px;
    font-weight:600;
    border: 1px solid transparent;
    margin-right: 10px;
    border-radius: 5px;
}
.b_btn a:hover{
    background-color: var(--whitec);
    color: var(--bgcolor);
}
.b_btn a.active{
    background: transparent;
    border: 1px dashed var(--whitec);
}
.b_btn a.active:hover{
    color: var(--whitec);
    background: var(--bgcolor);
    border-color: var(--bgcolor);
}
.txbdssocial ul {
    left: 110px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 70px;
}
.txbdssocial ul li {
    list-style: none;
    display: inline-block;
}
.txbdssocial ul li a{
    background: var(--bgcolor);
    color: var(--whitec);
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 5px 0;
    transition: .5s;
    display: inline-block;
}
.txbdssocial ul li a:hover{
    color: var(--titlecolor);
    background: var(--whitec);
}
/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area{
    position: relative;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000096;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -9999;
    transform: scale(1.4);
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
}
.inner_breadcum_area {
    padding-top: 190px;
    padding-bottom: 90px;
}
.inner_breadcum_area h1 {
    font-size: 50px;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== nb brand area start  ==========*/
.brand_area{
    padding: 120px 0 60px;
}
.br_brand{
    margin-top: 60px;
}
.inner_brand_area img{
    margin: 0 auto;
}
.single_brand {
    margin: 50px 0 0;
}
/*======== nb brand area end  ==========*/

/*======== about area end =======*/

.about_area {
    padding: 60px 0 60px;
    position: relative;
    z-index: 9999;
}
.br_about{
    margin-top: 60px;
}
.single_about_img h2{
    font-size: 48px;
    margin-bottom: 60px;
}
.txbdstitle_tsmall {
    color: #0D1B3B;
    font-family: "Sacramento", Sans-serif;
    font-size: 36px;
    font-weight: 400;
    margin: 20px 0 45px;
}
.txbdstitle_tsmall span{
    font-family: "Sora", Sans-serif;
    font-size: 14px;
    padding: 0px 0px 0px 30px;
}
.about_tile h2{
    font-size: 40px;
    margin-bottom: 30px;
}
/* about list */
.main_witrlistw{
    display: flex;
    gap: 10px;
}
.tab_bottom{
    margin-top: 35px;
}
.about_list_icon i{
    color: var(--bgcolor);
}
/* about list */
.about_content p, .tab_content p, .about_text p{
    font-size: 16px;
}
/* about btn */
.it_about_btn {
    padding: 20px 0px 15px 0px;
}
.it_about_btn p{
    font-family: "Sacramento", Sans-serif;
    font-size: 36px;
    font-weight: 500;
}
.it_about_btn p span{
    font-family: "Sora", sans-serif;
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 400;
}
.b_btn.itth_btn .active{
    color: var(--whitec);
    transition: .5s;
    background: var(--titlecolor);
    border: 2px dashed var(--titlecolor);
}
.b_btn.itth_btn .active:hover{
    background-color: var(--bgcolor);
    border-color: var(--bgcolor);
}
.b_btn.itth_btn {
    margin-top: 25px;
}
/* tab */
.main_tab_list {
    background-color: var(--whitec);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px 8px 8px 8px;
    padding: 30px 0px 30px 0px;
}
.tab_blog {
    justify-content: space-around;
}
.main_tab_list ul li a{
    margin-right: 20px;
    margin-bottom: 15px;
    border: 0;
    border-radius: 5px;
    padding: 15px 40px;
    position: relative;
    color: var(--whitec);
    background: var(--titlecolor);
}
.main_tab_list ul li a.active{
    color: var(--whitec);
    background-color: var(--bgcolor);
}
/* tab */
/*======== about area end  ==========*/

/*===== service area start  ====*/
.service_area{
    padding: 60px 150px;
}
/* section title */
.section_title{
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}
.section_title img {
    position: absolute;
    top: -63px;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: title_shap 5s linear 1s infinite alternate running;
}
@keyframes title_shap{
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}
.section_title h4 {
    color: var(--bgcolor);
    font-size: 16px;
}
.section_title h2{
    font-size: 48px;
}
.section_title h3{
    font-size: 48px;
    color: var(--titlecolor);
}
/* section title */
.main_service_item {
    padding: 30px 15px;
    text-align: center;
    transition: .5s;
    background-color: var(--whitec);
    margin-left: 10px;
    margin-right: 10px;
    transition: .5s;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #ddd;
}
.main_service_item:hover{
    background: var(--titlecolor);
}
/* icon */
.single_service >i {
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: var(--bgcolor);
    font-size: 45px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    color: var(--bgcolor);
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    transition: .5s;
}
.main_service_item:hover .single_service >i{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* title */
.single_service h3 {
    margin: 20px 0 10px;
    transition: .5s;
    font-size: 24px;
}
.main_service_item:hover .single_service h3 a{
    color: var(--whitec);
}
.single_service p {
    margin-bottom: 20px;
    transition: .5s;
}
.main_service_item:hover .single_service p{
    color: var(--whitec);
}
.service_btn a{
    font-size: 30px;
    transition: .5s;
    color: var(--bgcolor);
}
.service_btn a:hover{
    color: var(--titlecolor);
}

/*===== service area end  ====*/

/*===== START PORT AREA  ======*/
.theme_shap{
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -1px;
    transform: rotate(180deg);
}
.theme_shap svg{
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
    z-index: -1;
}
.theme_shap svg path{
    fill: var(--whitec);
    transform-origin: center;
    transform: rotateY(0deg);
}
.project_area {
    padding: 60px 0;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(180deg, #FAF6EF 0%, #FFFFFF 100%);
}
.inner_img_area{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}
.project_title{
    text-align: left;
}
.project_title img{
    left: 0;
}
.inner_img_overlay img {
    width: 100%;
    height: 100%;
    transition: .5s;
}
.inner_img_area:hover .inner_img_overlay img{
    transform: scale(1.2);
}
.port_title{
    text-align: left;
}
.port_title img {
    right: 100%;
}
/* img overlay go  */
.img_overlay_go{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: #15194677;
    transition: .5s;
}
.inner_img_area :hover .img_overlay_go{
    transform: scale(1);
}
/* absolute icons css */
.absolute_icons {
    transform: rotateY(90deg);
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: var(--whitec);
}
.inner_img_area:hover .absolute_icons{
    transform: rotateY(0);
    opacity: 1;
    visibility: visible;
}
.absolute_icons a{
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    text-align: center;
    font-size: 40px;
    transition: .5s;
    color: var(--brcolor);
}
.absolute_icons a:hover{
    background-color: var(--bgcolor);
}
/* inner img content  */
.inner_img_context{
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    transition: .5s;
    text-align: center;
    margin: 0 30px;
    padding: 40px 10px 15px;
    border-radius: 0px 20px;
    padding: 40px 10px 15px;
    border-radius: 0px 20px;
    background-color: var(--whitec);
}
.single_icon{
    text-align: center;
}
.single_icon a {
    text-align: center;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 0px 10px 0px 10px;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 25px;
    color: var(--whitec);
    display: inline-block;
    background-color: var(--bgcolor);
}
.single_icon a:hover{
    background-color: var(--titlecolor);
}
.inner_img_context p{
    margin: 0;
    color: var(--bgcolor);
}
.inner_img_context h2 a{
    color: var(--titlecolor);
    font-size: 24px;
}
.inner_img_context h2 a:hover{
    color: var(--bgcolor);
}
.inner_img_area:hover .inner_img_context{
    bottom: 15px;
}
.img_area:hover .slick-prev ,.img_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.project_area .slick-prev {
    left: 0;
}
.project_area .slick-next {
    right: 35px;
}
/*===== END PORT AREA  ======*/

/*======= pricing area start  ======*/
.pricing_area{
    padding: 75px 0 40px;
}
/* single page pricing css */
.single_page_pricing{
    padding: 115px 0 30px;
}
.inner_pricing_area {
    padding: 30px 30px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.pricing_top{
    background-color: var(--titlecolor);
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 30px 0px;
    padding: 30px 25px;
}
.pricing_top h3{
    font-size: 30px;
    color: var(--bgcolor);
}
.pricing_top h2 {
    font-size: 24px;
    color: var(--whitec);
}
.pricing_top h3 span{
    font-size: 16px;
    font-weight: 400;
}
/* inner pricing nav area css */
.inner_pricing_nav {
    text-align: left;
}
.inner_pricing_nav ul{
    list-style: none;
    padding: 0;
}
.inner_pricing_nav ul li{
    padding: 10px 0;
    color: var(--paracolor);
}
.inner_pricing_nav ul li i{
    margin-right: 6px;
    font-size: 20px;
    font-weight: 700;
    color: var(--bgcolor);
 }
 .inner_pricing_area a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--titlecolor);
    border-radius: 10px;
    border: 1px solid var(--titlecolor);
    padding: 18px 40px;
}
.inner_pricing_area a:hover{
    color: var(--whitec);   
    border: 1px solid var(--bgcolor);
    background-color: var(--bgcolor);
}
.inner_pricing_area a i{
    margin-left: 6px;
    font-size: 20px;
}
/* middle */
.middle_pr{
    background: var(--bgcolor);
}
.middle_pr h3{
    color: var(--titlecolor);
}
.middle_pr h3 span{
    color: var(--whitec);
}
.inner_pricing_area .middle_pr_btn{
    background: var(--bgcolor);
    color: var(--whitec);
    border: none;
    transition: .5s;
}
.inner_pricing_area .middle_pr_btn:hover{
    background: var(--titlecolor);
    color: var(--whitec);
    border: none;
}
/*======= pricing area end  ======*/

/*======== video title area start  ==========*/
.video_title{
    padding: 60px 0;
    position: relative;
}
.single_video h2{
    font-size: 40px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--titlecolor);
}
.inner_video_area {
    padding: 70px 0px 50px;
    border-radius: 10px;
    background: var(--bgcolor);
}
.align_con{
    align-items: center;
}
.inner_video_area a{
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 25px;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--brcolor);
    animation: witr-shadow 1s linear infinite;
}
@keyframes witr-shadow{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/*======== video title area end  ==========*/

/*===== counter area start  ====*/
.counter_area {
    position: relative;
    padding: 71px 0 71px;
    z-index: 1;
    margin: 60px 0;
    background: url(assets/image/counter_bg.png);
    background-size: contain;
    background-position: center;
    background-color: #f7f0e4;
    background-repeat: no-repeat;
}
.inner_counter_area {
    position: relative;
    margin: 0 0 20px;
    padding: 30px 10px 30px 10px;
    border-radius: 0px 0px 5px 0px;
}
.border_counter_left{
    border-style: solid;
    border-width: 0px 1px 1px 0px;
    border-color: var(--bgcolor);
}
.border_counter_right{
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: var(--bgcolor);
}
.border_counter_bottom{
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: var(--bgcolor);
}
.border_counter_top{
    border-style: solid;
    border-width: 1px 0px 0px 1px;
    border-color: var(--bgcolor);
    border-radius: 5px 0px 0px 0px;
}
.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: -25px;
    position: relative;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span {
    font-size: 56px;
    font-weight: 700;
    color: var(--bgcolor);
}
.inner_counter_area h2 {
    margin-top: 0;
    position: relative;
    font-weight: 700;
    font-size: 20px;
}
.c_shap img {
    margin-bottom: 30px;
}
/*===== counter area end  ====*/

/*======== team area start ==========*/
.team_area {
    padding: 60px 0 40px;
}
.team_bg_img{
    margin: 0 10px;
}
.main_team{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    padding: 25px 0px 25px 0px;
    margin-bottom: 20px;
    overflow: hidden;
}
.tteamcon h2 a{
    font-size: 24px;
}
.tteamcon span{
    color: var(--bgcolor);
}
.tteamcon{
    text-align: center;
    padding: 20px 0;
}
/* tteamsocial icon */
.tteamimg {
    padding: 20px 0px 25px;
}
.tteamsocial a{
    border: 1px solid #ababab;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: var(--titlecolor);
    border-radius: 5px;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
    transition: .5s;
}
.tteamsocial a:hover{
    border-color: var(--bgcolor);
    color: var(--whitec);
    background: var(--bgcolor);
}
/*======== team area end ==========*/

/*=====  testimonial area start  ====*/
.testimonial_area {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.inner_testimonial_text{
    position: relative;
}
.inner_testimonial_text p{
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: var(--titlecolor);
}
.inner_testi_title h3{
    margin: 0;
    color: var(--bgcolor);
}
.inner_testi_title p{
    font-size: 16px;
}
/* testimonial defult dots css */
.testimonial_area .slick-dots {
    position: absolute;
    text-align: center;
    right: -44%;
    bottom: 34px;
}
.testimonial_area .slick-dots li button{
    background-color: var(--blackc);
}
.testimonial_area .slick-dots li.slick-active button{
    background-color: var(--bgcolor);
}
/* testimonial dots */
.slick-dots{
    list-style: none;
    text-align: center;
    margin-top: 35px;
    border-radius: 5px;
}
.slick-dots li{
    display: inline;
    margin: 0 5px;
}
.slick-dots li button {
    border: none;
    outline: none;
    font-size: 0;
    width: 20px;
    border-radius: 5px;
    height: 20px;
    background-color: var(--whitec);
}
/* about testimonial area css */
.single_testimonial_text h4{
    font-weight: 500;
    letter-spacing: 3px;
}
.single_testimonial_text h2{
    font-size: 48px;
}
.ticon i {
    display: inline-block;
    color: var(--bgcolor);
}
.single_testimonial{
    box-shadow: 0 5px 10px 0 rgb(240 241 243);
    padding: 30px 15px 30px;
    position: relative;
    text-align: left;
    width: 95%;
    background-color: var(--whitec);
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: var(--bgcolor);
    margin-bottom: 30px;
}
.test_single_img {
    display: flex;
    gap: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.tstitle{
    font-size: 20px;
    margin-bottom: 10px;
    padding: 10px 0px 0px 0px;
}
.tesspanf {
    color: var(--bgcolor);
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
}
.breadcam_test {
    background-color: #F7F7F7 !important;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
    border-top: none;
    padding: 10px 15px 30px;
}
.br_test_area{
    margin-top: 60px;
}
/* breadcam */
/*========  testimonial area end  ====*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 60px 0 40px;
}
.single_about img {
    height: 100%;
    transition: .5s;
}
.about_active:hover .single_about img {
    transform: rotateY(180deg);
}
/* inner faq accrodion item css */
.inner_faq_ac_item {
    border: none;
    border-radius: 5px;
    border: 1px solid var(--whitec);
}
.inner_faq_ac_item a {
    width: 100%;
    font-size: 18px;
    padding: 15px 30px 15px 20px;
    font-weight: 600;
    display: flex;
    color: var(--titlecolor);
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid;
}
.inner_faq_text p{
    font-size: 14px;
    padding: 10px 25px 0px;
}
.inner_faq_ac_item a:hover{
    color: var(--bgcolor);
}
.inner_faq_ac_item a i{
    font-size: 18px;
    font-weight: 700;
}
/* active */
.inner_faq_ac_item a.active{
    position: relative;
    color: var(--bgcolor);
}
.inner_faq_ac_item a.active::before {
    content: '\eacb';
    font-family: Icofont!important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    font-size: 22px;
}
.inner_faq_ac_item a.active i{
    display: none;
}

/*======== faq area end  ==========*/

/*======== marquee area start  ==========*/
.marquee_area{
    padding: 40px 0 60px;
}
.marquee {
    position: relative;
    gap: 0px;
    display: flex;
    overflow: hidden;
}
.txmartex{
    margin: 0;
}
.single_marquee_mdls{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-width: 100%;
    animation: txmarset 45s linear infinite;
}
  @keyframes txmarset {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-100% - 0%));
    }
  }
  .txmartext .txmartex a,
  .txmartext .txmartex {
    -webkit-text-stroke: 1px #888888;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #050E14;
      font-size: 100px;
      margin: 0 45px;
  }
/*======== marquee area end  ==========*/

/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.glowbal:hover .slick-prev ,.glowbal:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 18px;
}
.slick-prev::before ,.slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--titlecolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/*======== blog area start  ==========*/
.blog_area {
    padding: 60px 0 40px;
    position: relative;
}
.single_blo_img img{
    width: 100%;
}
.blog_border {
    padding-bottom: 25px;
    padding-top: 30px;
    border-bottom: 2px dashed var(--titlecolor);
}
.blog_sectitle {
    text-align: left;
    margin-bottom: 25px;
}
.section_title.blog_sectitle img {
    right: 100%;
}
.blog_date{
    padding: 30px 15px;
    text-align: center;
    background: var(--titlecolor);
    border-radius: 10px 10px 10px 10px;
}
.main_blog_title{
    padding: 15px 20px 0px 20px;
}
.blog_date h2{
    color: var(--bgcolor);
    font-size: 50px;
}
.blog_date p{
    color: var(--whitec);
    font-size: 18px;
    font-weight: 500;
}
.bl_meta span a{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_title{
    margin-top: 10px;
}
.blog_title h2 a{
    font-size: 30px;
}
.align_cont{
    align-items: center;
}
.blog_btn a{
    padding: 18px 40px;
    border-radius: 30px;
    color: var(--whitec);
    background: var(--bgcolor);
}
.single_marquee{
    margin-bottom: 60px;
}
/*======== blog area end  ==========*/


/*======= google map area start  ======*/
.wiitter_google_map{
    padding: 40px 0 60px;
}
.google_map_title iframe{
    width: 100%;
    height: 470px;
    border-radius: 10px;
    border: 10px solid var(--bgcolor);
}
/*======= google map area end  ======*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 60px 0 120px;
}

/* inner contact form */
.inner_contact_form {
    margin-top: 20px;
}
.inner_contact_content h3{
    color: var(--bgcolor);
    font-size: 19px;
}
.inner_contact_content h2 {
    font-size: 36px;
    color: var(--whitec);
    margin-bottom: 20px;
}
.contact_middle {
    background: #091117;
    padding: 60px 20px 60px;
    background-size: cover;
    z-index: 1;
    border-radius: 10px;
    position: relative;
}
/* inner contact form */
.inner_contact_form input {
    outline: none;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    margin-right: 15px;
    border-radius: 5px;
}
.inner_contact_form input::placeholder{
    color: var(--paracolor);
}
.inner_contact_form textarea {
    width: 100%;
    outline: none;
    padding: 5px 20px;
    height: 155px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
}
textarea::placeholder {
    color: var(--paracolor);
}
.inner_contact_form {
    text-align: center;
    display: grid;
}
.inner_contact_form button {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--bgcolor);
    color: var(--whitec);
    border-radius: 3px;
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--whitec);
    color: var(--titlecolor);
}
.inner_contact_map {
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*======== contact area end  ==========*/

/*======== contact box area start  ==========*/
.contact_box{
    padding: 120px 0 40px;
}
.mian_contact {
    position: relative;
    text-align: center;
    padding: 45px 10px 20px 10px;
    background-color: #1F1F1F;
    margin-bottom: 20px;
    transition: .5s;
    border-radius: 10px 10px 10px 10px;
    z-index: 1;
}
.mian_contact:hover{
    margin-top: -10px;
}
.contact_icon {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    z-index: -1;
}
.contact_text h2{
    font-size: 24px;
    color: var(--bgcolor);
}
.contact_text p {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    color: var(--whitec);
}
/*======== contact box area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 120px;
    background-color: var(--whitec);
}
/* portfolio 2 css */
.portfolio_2{
    margin-bottom: 30px;
}
.portfolio_title h2{
    font-size: 18px;
    color: var(--bgcolor);
}
.portfolio_title h3 {
    font-size: 58px;
}
.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}
/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}
.portfolio_2_subc h2 a{
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}
.portfolio_2_subc h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_nav_all {
    padding: 24px 0 55px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    color: var(--paracolor);
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(240 100 35 / 64%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
}
.overlay a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.pz_text {
    padding: 15px 20px;
    box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    margin-top: -20px;
}
.pz_text h2 a {
    color: var(--titlecolor);
    font-size: 24px;
}
.pz_text p{
    color: var(--blackc);
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}
.portfolio_overlay_cont >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 62px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}
.portfolio_overlay_cont >a:hover{
    background: var(--bgcolor);
    color: var(--whitec);
}
.portfolio_overlay_cont >a i{
    font-size: 25px;
}
.portfolio_overlay_cont h2{
    margin: 0;
}
.portfolio_overlay_cont h2 a {
    margin-top: 10px;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}
.portfolio_overlay_cont h2 a:hover{
    color: var(--bgcolor);
}
.portfolio_overlay_cont p{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 120px 0 110px;
    background: var(--whitec);
}
.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}
.yblog_left_sub p{
    color: var(--paracolor);
}
.inner_yblog_form button i{
    font-size: 18px;
}
.recent-post-item {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.recent-post-item a img {
    width: 70px;
}
.recent-post-text a{
    transition: .5s;
}
.recent-post-text a:hover{
    color: var(--bgcolor);
}
.recent-post-image {
    margin-bottom: 5px;
    flex: 0 0 auto;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--bgcolor);
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
.inner_yblgo_left_style2 a:hover{
    color: var(--bgcolor);
}
/* blog left inner css */
.inner_yblog_left_img{
    margin-bottom: 10px;
}
.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}
.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    transition: .5s;
}
.inner_blog_thumb:hover .inner_blog_img img{
    transform: scale(1.2);
}
.yblog_left_sub{
    padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a{
    font-size: 24px;
}
.yblog_left_sub h2 a:hover{
    color: var(--bgcolor);
}
.yblog_left_text_sub {
    padding: 5px 0 5px;
}
.yblog_left_text_sub span {
    color: var(--paracolor);
    margin-right: 10px;
}
.yblog_left_text_sub span i{
    color: var(--bgcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.inner_single_box_area  p{
    color: var(--paracolor);
}
.inner_single_page_content_area p{
    color: var(--paracolor);
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
    color: var(--paracolor);
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
    color: var(--paracolor);
}
.data_active{
    color: var(--whitec) !important;
    background-color: var(--bgcolor);
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 120px 0 110px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
    color: var(--paracolor);
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
    color: var(--paracolor);
}
/*======== project information area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
}
/* footer_top */
.footer_socail_icons{
    margin: 0px 70px 0px 0px;
    padding: 20px 0px 0px 0px;
    border-style: dashed;
    border-width: 2px 0px 0px 0px;
    border-color: var(--bgcolor);
}
.footer_top {
    align-items: center;
    border-bottom: 2px dashed var(--whitec);
}
.inner_subscribe_form_area {
    position: relative;
    overflow: hidden;
}
.inner_subscribe_form_area input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 15px 30px;
    height: 60px;
    background: #646478;
    color: var(--whitec);
}
.inner_subscribe_form_area input::placeholder{
    color: var(--whitec);
}
.inner_subscribe_form_area button {
    margin: 5px;
    width: 20%;
    border-radius: 30px;
    border: none;
    outline: none;
    position: absolute;
    right: 5px;
    font-size: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    transition: .5s;
    background: var(--bgcolor);
    color: var(--whitec);
}
.inner_subscribe_form_area:hover.inner_subscribe_form_area button {
    background: var(--whitec);
    color: var(--bgcolor);
}
/* foote top */
.footer_widget {
    margin: 80px 0 0;
}
.footer_middle {
    padding: 80px 0 75px;
}
.footer-top-inner {
    display: flex;
}
.footer-top-inner p {
    margin-left: auto;
    margin-right: auto;
    width: 81%;
    color: var(--whitec);
}
.footer_logo_area p {
    padding: 15px 0 15px;
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    color: var(--whitec);
    border: 1px solid var(--whitec);
    background-color: transparent;
}
.footer_socail_icons a:hover{
    background-color: var(--bgcolor);
    border: 1px solid var(--bgcolor);
}
/* footer widget */
.footer_widget  p {
    color: var(--whitec);
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 14px;
}
.footer_widget h4 {
    margin-bottom: 20px;
    padding: 0 0 12px;
    font-size: 22px;
    color: var(--bgcolor);
    position: relative;
    letter-spacing: 0;
    text-transform: capitalize;
}
.footer_widget h4 span{
    color: var(--whitec);
}
.footer_widget h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    border: 1px solid var(--bgcolor);
    width: 25%;
    border-radius: 50%;
}
/* footer nav css */
.footer_nav {
    margin-top: 12px;
}
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
    color: var(--whitec);
}
.footer_nav ul li i{
    margin-right: 5px;
}
.footer_nav ul li a{
    font-size: 14px;
    color: var(--whitec);
    font-weight: 400;
}
.footer_nav ul li a i{
    color: var(--bgcolor);
}
.footer_nav ul li a:hover{
    color: var(--bgcolor);
}
/* footer address area css */
.footer_address_area p i{
    color: var(--whitec);
    margin-right: 6px;
}
.footer_blog_area {
    margin-top: 30px;
}
.footer_main_add{
    display: flex;
    margin-bottom: 20px;
}
.footer_blog_area img{
    width: 70px;
    height: 39px;
    margin-right: 10px;
}
.footer_add_cont a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
    line-height: 19px;
}
.footer_add_cont a:hover{
    color: var(--whitec);
}
.footer_add_cont span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--whitec);
}
.footer_address_area p{
    color: var(--whitec);
}
/* address */
.footer_nav ul li span{
    font-weight: 700;
    color: var(--bgcolor);
}
.footer_nav ul li p{
    margin: 0;
    font-size: 14px;
}
/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 20px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
.br_footer {
    margin: 20px 0px 0;
}
.br_footer h4{
    color: var(--whitec);
    font-size: 24px;
}
.br_footer ul li a{
    font-size: 16px;
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copy_right {
    padding: 18px 0;
    position: relative;
    background-color: var(--titlecolor);
}
.copy_right:before {
    content: "";
    position: absolute;
    top: 0;
    height: 1px;
    width: 66%;
    left: 0;
    right: 0;
    margin: auto;
}
.copy_right:before {
    border-top: 2px dashed var(--whitec);
}
.copy_right_text p {
    color: var(--whitec);
    margin: 0;
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 62px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}

/*---codigo para whatsapp que fica correndo em cima da linha nas divisoes----*/

@keyframes floatFaleConosco {
    0% {
        left: 5%;
        transform: translateY(0px);
    }
    25% {
        left: 30%;
        transform: translateY(-3px);
    }
    50% {
        left: 60%;
        transform: translateY(0px);
    }
    75% {
        left: 80%;
        transform: translateY(-3px);
    }
    100% {
        left: 5%;
        transform: translateY(0px);
    }
}




/* Formulário WhatsApp Completo - LARGURA MAIOR */
.whatsapp-form-completo {
    max-width: 90%;
    width: 1000px;
    margin: 50px auto;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.whatsapp-header {
    background: #008C00;
    padding: 35px 40px;
    text-align: center;
    position: relative;
}

.whatsapp-icon {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 38px;
    color: white;
}

.whatsapp-header h2 {
    font-size: 2.2rem;
    margin-bottom: 12px;
    font-weight: 700;
    color: white;
}

.whatsapp-header p {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    color: white;
}

.whatsapp-body {
    background: white;
    padding: 40px;
}

.whatsapp-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.whatsapp-form .form-group {
    margin-bottom: 0;
}

.whatsapp-form .form-group-full {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.whatsapp-form label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #444;
    font-size: 16px;
}

.whatsapp-form input, 
.whatsapp-form textarea,
.whatsapp-form select {
    width: 100%;
    padding: 16px 18px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s;
    font-family: inherit;
}

.whatsapp-form input:focus, 
.whatsapp-form textarea:focus,
.whatsapp-form select:focus {
    border-color: #008C00;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 178, 0, 0.1);
}

.whatsapp-form textarea {
    min-height: 130px;
    resize: vertical;
    line-height: 1.5;
}




/* Centralizar texto do header do formulário WhatsApp */
.whatsapp-header p {
    text-align: center !important;
    margin: 0 auto !important;
}








/* Estilos para o select de serviços */
.whatsapp-form select {
    background-color: white;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    cursor: pointer;
}

/* Estilo para as opções do select */
.whatsapp-form option {
    padding: 12px;
    font-size: 15px;
}

.btn-container {
    grid-column: 1 / -1;
    margin-top: 15px;
}

.btn-whatsapp {
    background: #008C00;
    color: white;
    border: none;
    padding: 18px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.btn-whatsapp:hover {
    background: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
}

.whatsapp-benefits {
    background: #f9f9f9;
    padding: 35px 40px;
    border-top: 1px solid #eee;
}

.benefits-title {
    text-align: center;
    color: #00B200;
    margin-bottom: 25px;
    font-size: 1.6rem;
    font-weight: 600;
}

.benefits-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.benefit-icon {
    color: #00B200;
    font-size: 22px;
    min-width: 25px;
    font-weight: bold;
}

.whatsapp-footer {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 0.95rem;
    background: #f0f0f0;
}

/* Responsivo */
@media (max-width: 1000px) {
    .whatsapp-form-completo {
        max-width: 95%;
        width: auto;
        margin: 40px auto;
    }
}

@media (max-width: 768px) {
    .whatsapp-form-completo {
        max-width: 90%;
        margin: 30px auto;
        border-radius: 15px;
    }
    
    .whatsapp-header {
        padding: 25px 20px;
    }
    
    .whatsapp-header h2 {
        font-size: 1.8rem;
        color: white;
    }
    
    .whatsapp-header p {
        font-size: 1.1rem;
        color: white;
    }
    
    .whatsapp-icon {
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 15px;
        display: block;
        text-align: center;
        color: white;
    }
    
    .whatsapp-body {
        padding: 25px;
    }
    
    .whatsapp-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .whatsapp-form input, 
    .whatsapp-form textarea,
    .whatsapp-form select {
        padding: 15px;
        font-size: 16px;
    }
    
    .btn-whatsapp {
        padding: 16px;
        font-size: 16px;
    }
    
    .whatsapp-benefits {
        padding: 25px;
    }
    
    .benefits-list {
        grid-template-columns: 1fr;
    }
    
    /* Ajuste do select para mobile */
    .whatsapp-form select {
        background-position: right 15px center;
    }
}



/* Centralizar botões Contratar no mobile */
@media (max-width: 768px) {
    .service_btn .main_tab_list .nav.tab_blog {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .service_btn .main_tab_list .nav.tab_blog li {
        text-align: center;
    }
    
    .service_btn .main_tab_list .nav.tab_blog li a {
        display: inline-block;
        margin: 0 auto;
    }
    
    .service_btn {
        text-align: center;
    }
}





/* Melhorar aparência dos botões */
.tab_blog li a {
    transition: all 0.3s ease;
    display: inline-block;
}

.tab_blog li a:hover {
    transform: translateY(-2px);
}







/* Solução alternativa com !important */
.inner_pricing_area {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.inner_pricing_area a {
    margin: 20px auto 30px auto !important;
    display: block !important;
    text-align: center !important;
    width: 80% !important;
    max-width: 200px !important;
}

/* Garantir que os botões fiquem centralizados */
.pricing-btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
}


/* CSS para o slider com vídeo */
.video-slider-container {
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Overlay mais escuro para melhor legibilidade */
    z-index: -1;
}

/* Garantir que o conteúdo fique por cima do vídeo */
.video-slider-container .inner_slider_content,
.video-slider-container .txbdssocial {
    position: relative;
    z-index: 2;
}


/* CSS para manter o alinhamento */
.footer_text_area {
    display: flex;
    align-items: center;
    height: 100%;
    text-align: right;
}

.footer_text_area p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

/* Para mobile - centralizar texto */
@media (max-width: 768px) {
    .footer_text_area {
        text-align: center;
        margin-top: 20px;
    }
}



/* Botão Orçamento no menu */
.inner_main_nav_area ul li.menu_orcamento {
    display: inline-block;
    margin-left: 15px;
}

.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--bgcolor);
    color: var(--whitec) !important;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento:hover {
    background-color: var(--whitec);
    color: var(--bgcolor) !important;
    /* border: 1px solid var(--bgcolor); */
}













/* ========================================
   SLIDER CENTRALIZADO - TEXTO UMA LINHA
   ======================================== */

.slider_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
}

.inner_slider_content {
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 35px;
    border-radius: 10px;
    text-align: center;
    /* backdrop-filter: blur(5px); */
    max-width: 800px; /* Aumentado para acomodar texto em uma linha */
    width: 90%;
}

.inner_slider_content h2 {
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    font-size: 2.2em;
    line-height: 1.3;
    white-space: nowrap; /* Impede quebra de linha */
    /* Removido overflow e text-overflow para não cortar */
}

.highlight {
    color: #008C00;
}

.b_btn {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.b_btn a {
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-size: 14px;
}

.b_btn a:first-child {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.b_btn a:first-child:hover {
    background: white;
    color: #333;
}

.b_btn a.active {
    background: #008C00;
    border: 2px solid #008C00;
    color: white;
}

.b_btn a.active:hover {
    background: #00b300;
    border-color: #00b300;
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    .inner_slider_content {
        padding: 20px 25px;
        width: 95%;
        max-width: 95%; /* Remove limitação de largura no mobile */
    }
    
    .inner_slider_content h2 {
        font-size: 1.6em; /* Texto menor para caber em uma linha */
        white-space: normal; /* Permite quebra no mobile se necessário */
    }
    
    .b_btn {
        flex-direction: column;
        align-items: center;
    }
    
    .b_btn a {
        width: 100%;
        max-width: 200px;
    }
}

/* Tablets */
@media (max-width: 1024px) and (min-width: 769px) {
    .inner_slider_content h2 {
        font-size: 2em; /* Ajuste para tablets */
    }
}

/* ======================================== */








/* =====================================================
   CSS PARA FUNDO ESCURO NO MENU - BASEADO NO SEU ESTILO
   Adicione este código no final do seu arquivo CSS
   ===================================================== */

/* Aplicar fundo escuro na área principal do menu */
.main_menu_area {
    background-color: rgba(0, 0, 0, 0.7); /* Fundo escuro igual ao sticky */
    transition: .5s;
}

/* OU se você quiser um fundo um pouco mais escuro como na imagem: */
/*
.main_menu_area {
    background-color: rgba(0, 0, 0, 0.8);
    transition: .5s;
}
*/

/* OU se você quiser exatamente igual ao seu menu sticky existente: */
/*
.main_menu_area {
    background-color: rgb(0 0 0 / 70%);
    transition: .5s;
}
*/






/* Remove layout de colunas no popup lateral */
.main_nav_icon_right_popup .whatsapp-form {
    display: block !important;
}

.main_nav_icon_right_popup .form-group,
.main_nav_icon_right_popup .form-group-full {
    display: block !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}







/* Adicionar no seu CSS para ocultar o ícone de scroll */

/* Possíveis classes/IDs do ícone de scroll up */
#scrollUp,
.scrollUp,
.scroll-up,
.back-to-top,
.scroll-to-top {
    display: none !important;
    visibility: hidden !important;
}

/* Se aparecer como um botão fixo no canto */
button[class*="scroll"],
a[class*="scroll"] {
    display: none !important;
}




/* Centralizar as colunas do footer no mobile */
@media (max-width: 767px) {
    .row.justify-content-center {
        justify-content: center !important;
    }
    
    .footer_widget {
        text-align: left !important;
        max-width: 300px;
        margin: 0 auto 40px auto !important;
        padding-top: 20px !important;
    }
    
    .footer_widget h4 {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
    
    .footer_nav ul {
        text-align: left !important;
        padding-left: 0 !important;
        margin-top: 10px !important;
    }
    
    .footer_nav ul li {
        text-align: left !important;
        margin-bottom: 8px !important;
    }
}


/* Remover espaçamentos da seção counter para colar as divisões verdes */
.counter_area {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Container sem padding lateral esquerdo */
.counter_area .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
    max-width: 100% !important; /* Força largura total */
}

/* Garantir que as divisões verdes não tenham espaçamento */
div[style*="background-color: #008C00"] {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* Força remoção de padding da primeira coluna */
.counter_area .row > .col-lg-6:first-child,
.counter_area .row > .col-md-6:first-child,
.counter_area .row > .col-sm-12:first-child {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Força a row a não ter gutter na esquerda */
.counter_area .row {
    margin-left: 0 !important;
}

/* Se estiver usando container-fluid, força sem padding */
.counter_area .container-fluid {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

















/* ========================================
   SERVICE CARDS V2 - DESIGN ALTERNATIVO
   ======================================== */

.service-card-v2 {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.service-card-v2:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.card-header-v2 {
    text-align: center;
    padding: 40px 30px 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
}

.service-icon-v2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon-v2 i {
    font-size: 32px;
    color: white;
    transition: all 0.3s ease;
}

.service-card-v2:hover .service-icon-v2 {
    transform: scale(1.1) rotateY(180deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.card-header-v2 h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.card-body-v2 {
    padding: 0 30px 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-body-v2 p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 25px;
    flex-grow: 1;
}

.features-v2 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.badge-v2 {
    background: #f1f3f4;
    color: #5f6368;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-card-v2:hover .badge-v2 {
    background: rgba(0, 0, 0, 0.1);
    color: #333;
    transform: translateY(-2px);
}

.card-footer-v2 {
    padding: 25px 30px 30px;
}

.btn-v2 {
    width: 100%;
    padding: 15px 25px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: white;
    position: relative;
    overflow: hidden;
}

.btn-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.btn-v2:hover::before {
    left: 100%;
}

.btn-v2:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-v2 i {
    font-size: 16px;
    transition: all 0.3s ease;
}

.btn-v2:hover i {
    transform: translateX(5px);
}

.card-hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    opacity: 0;
    transition: all 0.4s ease;
    pointer-events: none;
}

.service-card-v2:hover .card-hover-effect {
    opacity: 1;
}

/* Cores dos ícones e botões */
.icon-blue { background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%); }
.btn-blue { background: linear-gradient(135deg, #4285f4 0%, #1a73e8 100%); }

.icon-red { background: linear-gradient(135deg, #ea4335 0%, #d93025 100%); }
.btn-red { background: linear-gradient(135deg, #ea4335 0%, #d93025 100%); }

.icon-orange { background: linear-gradient(135deg, #ff6d00 0%, #f57c00 100%); }
.btn-orange { background: linear-gradient(135deg, #ff6d00 0%, #f57c00 100%); }

.icon-purple { background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%); }
.btn-purple { background: linear-gradient(135deg, #9c27b0 0%, #7b1fa2 100%); }

.icon-gray { background: linear-gradient(135deg, #607d8b 0%, #455a64 100%); }
.btn-gray { background: linear-gradient(135deg, #607d8b 0%, #455a64 100%); }

.icon-teal { background: linear-gradient(135deg, #009688 0%, #00796b 100%); }
.btn-teal { background: linear-gradient(135deg, #009688 0%, #00796b 100%); }

.icon-danger { background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%); }
.btn-danger { background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%); }

.icon-yellow { background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%); }
.btn-yellow { background: linear-gradient(135deg, #ffc107 0%, #ff8f00 100%); }

.icon-pink { background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%); }
.btn-pink { background: linear-gradient(135deg, #e91e63 0%, #c2185b 100%); }

/* Responsividade */
@media (max-width: 768px) {
    .service-card-v2 {
        margin-bottom: 30px;
    }
    
    .card-header-v2 {
        padding: 30px 20px 20px;
    }
    
    .service-icon-v2 {
        width: 70px;
        height: 70px;
    }
    
    .service-icon-v2 i {
        font-size: 28px;
    }
    
    .card-header-v2 h3 {
        font-size: 22px;
    }
    
    .card-body-v2,
    .card-footer-v2 {
        padding: 20px;
    }
    
    .service-card-v2:hover {
        transform: translateY(-8px) scale(1.01);
    }
}

/* Animação de entrada */
.service-card-v2 {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.service-card-v2:nth-child(1) { animation-delay: 0.1s; }
.service-card-v2:nth-child(2) { animation-delay: 0.2s; }
.service-card-v2:nth-child(3) { animation-delay: 0.3s; }
.service-card-v2:nth-child(4) { animation-delay: 0.4s; }
.service-card-v2:nth-child(5) { animation-delay: 0.5s; }
.service-card-v2:nth-child(6) { animation-delay: 0.6s; }
.service-card-v2:nth-child(7) { animation-delay: 0.7s; }
.service-card-v2:nth-child(8) { animation-delay: 0.8s; }
.service-card-v2:nth-child(9) { animation-delay: 0.9s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

















/* ========================================
   FAQ MODERNA E FUTURISTA
   Adicione este CSS no final do seu style.css
   ======================================== */

.faq_area_modern {
    padding: 80px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

.faq_area_modern::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(0, 140, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    right: -200px;
    animation: pulseFaq 8s ease-in-out infinite;
}

.faq_area_modern::after {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
    animation: pulseFaq 10s ease-in-out infinite;
}

@keyframes pulseFaq {
    0%, 100% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
}

.faq_container_modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.faq_title_modern {
    text-align: center;
    margin-bottom: 60px;
}

.faq_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.faq_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.faq_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq_accordion_modern {
    display: grid;
    gap: 20px;
}

.faq_item_modern {
    background: #1a1a1a;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 64, 0, 0.2);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.6s ease forwards;
}

.faq_item_modern:nth-child(1) { animation-delay: 0.1s; }
.faq_item_modern:nth-child(2) { animation-delay: 0.2s; }
.faq_item_modern:nth-child(3) { animation-delay: 0.3s; }
.faq_item_modern:nth-child(4) { animation-delay: 0.4s; }
.faq_item_modern:nth-child(5) { animation-delay: 0.5s; }
.faq_item_modern:nth-child(6) { animation-delay: 0.6s; }
.faq_item_modern:nth-child(7) { animation-delay: 0.7s; }
.faq_item_modern:nth-child(8) { animation-delay: 0.8s; }
.faq_item_modern:nth-child(9) { animation-delay: 0.9s; }
.faq_item_modern:nth-child(10) { animation-delay: 1s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq_item_modern:hover {
    transform: translateX(10px);
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 10px 40px rgba(255, 64, 0, 0.3);
    background: #252525;
}

.faq_question_modern {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.faq_question_modern::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #FF4000, #FF8C00);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.faq_item_modern.active .faq_question_modern::before {
    transform: scaleY(1);
}

.faq_question_modern:hover {
    background: rgba(255, 255, 255, 0.08);
}

.faq_question_text {
    font-size: 18px;
    font-weight: 600;
    color: white;
    flex: 1;
    margin-right: 20px;
}

.faq_icon_modern {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    flex-shrink: 0;
}

.faq_icon_modern i {
    color: white;
    font-size: 18px;
    transition: transform 0.4s ease;
}

.faq_item_modern.active .faq_icon_modern {
    transform: rotate(180deg);
    background: linear-gradient(135deg, #FF8C00, #FFB347);
}

.faq_answer_modern {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq_item_modern.active .faq_answer_modern {
    max-height: 500px;
}

.faq_answer_content {
    padding: 0 30px 30px 30px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.8;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 10px;
}

/* Efeito de brilho ao passar o mouse */
.faq_item_modern::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.faq_item_modern:hover::after {
    left: 100%;
}

/* Responsivo */
@media (max-width: 768px) {
    .faq_area_modern {
        padding: 60px 0;
    }
    
    .faq_title_modern h2 {
        font-size: 32px;
    }
    
    .faq_question_modern {
        padding: 20px;
    }
    
    .faq_question_text {
        font-size: 16px;
    }
    
    .faq_answer_content {
        padding: 0 20px 20px 20px;
        font-size: 15px;
    }
    
    .faq_icon_modern {
        width: 35px;
        height: 35px;
    }
}

/* Mantém 1 coluna em todas as telas para melhor visualização */
.faq_accordion_modern {
    max-width: 900px;
    margin: 0 auto;
}


















/* ========================================
   PRICING AREA MODERNA E FUTURISTA
   Adicione este CSS no final do seu style.css
   ======================================== */

.pricing_area_modern {
    padding: 100px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    position: relative;
    overflow: hidden;
}

/* Efeitos de fundo animados */
.pricing_area_modern::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulsePricing 8s ease-in-out infinite;
}

@keyframes pulsePricing {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

/* Grid de fundo tech */
.pricing_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.4;
}

.pricing_container_modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.pricing_title_modern {
    text-align: center;
    margin-bottom: 70px;
}

.pricing_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.pricing_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.pricing_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Grid de cards */
.pricing_grid_modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

/* Card de preço */
.pricing_card_modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpPricing 0.8s ease forwards;
}

.pricing_card_modern:nth-child(1) { animation-delay: 0.1s; }
.pricing_card_modern:nth-child(2) { animation-delay: 0.3s; }
.pricing_card_modern:nth-child(3) { animation-delay: 0.5s; }

@keyframes slideUpPricing {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card especial (destaque) */
.pricing_card_modern.featured {
    border: 2px solid #FF4000;
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(255, 64, 0, 0.3);
}

.pricing_card_modern:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 70px rgba(255, 64, 0, 0.4);
    border-color: rgba(255, 64, 0, 0.6);
}

.pricing_card_modern.featured:hover {
    transform: translateY(-20px) scale(1.08);
}

/* Badge "Popular" */
.pricing_badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    padding: 8px 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(255, 64, 0, 0.5);
}

/* Header do card */
.pricing_header_modern {
    padding: 40px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.1) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255, 64, 0, 0.2);
}

.pricing_card_modern.featured .pricing_header_modern {
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.2) 0%, transparent 100%);
}

.pricing_header_modern h2 {
    font-size: 26px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing_price_modern {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.pricing_price_modern .currency {
    font-size: 24px;
    color: #FF4000;
    font-weight: 600;
}

.pricing_price_modern .amount {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.pricing_price_modern .period {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.pricing_label {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    background: rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    font-size: 14px;
    color: #FF8C00;
    font-weight: 600;
}

/* Body do card */
.pricing_body_modern {
    padding: 35px 30px;
}

.pricing_features_modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing_features_modern li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.pricing_features_modern li:last-child {
    border-bottom: none;
}

.pricing_features_modern li:hover {
    color: white;
    transform: translateX(5px);
}

.pricing_features_modern li i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

/* Footer do card */
.pricing_footer_modern {
    padding: 30px;
}

.pricing_btn_modern {
    display: block;
    width: 100%;
    padding: 16px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing_btn_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.pricing_btn_modern:hover::before {
    left: 100%;
}

.pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4);
    color: white;
}

/* Botão do card em destaque */
.pricing_card_modern.featured .pricing_btn_modern {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
}

.pricing_card_modern.featured .pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347);
    transform: translateY(-3px) scale(1.05);
}

/* Efeito de brilho no card */
.pricing_card_modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shinePricing 4s ease-in-out infinite;
}

@keyframes shinePricing {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Responsivo */
@media (max-width: 768px) {
    .pricing_area_modern {
        padding: 60px 0;
    }
    
    .pricing_title_modern h2 {
        font-size: 32px;
    }
    
    .pricing_grid_modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing_card_modern.featured {
        transform: scale(1);
    }
    
    .pricing_header_modern {
        padding: 30px 20px 20px;
    }
    
    .pricing_price_modern .amount {
        font-size: 48px;
    }
    
    .pricing_body_modern,
    .pricing_footer_modern {
        padding: 25px 20px;
    }
}


















/* ========================================
   COUNTER AREA MODERNA E FUTURISTA - ÍCONES BRANCOS
   SUBSTITUA TODO O CSS ANTIGO DO COUNTER POR ESTE
   ======================================== */

.counter_area_modern {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Efeitos de fundo animados */
.counter_area_modern::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: -300px;
    right: -200px;
    animation: floatCounter 15s ease-in-out infinite;
}

.counter_area_modern::after {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 140, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    bottom: -250px;
    left: -150px;
    animation: floatCounter 20s ease-in-out infinite reverse;
}

@keyframes floatCounter {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -30px) scale(1.1); }
    50% { transform: translate(-20px, 20px) scale(0.9); }
    75% { transform: translate(20px, 30px) scale(1.05); }
}

/* Grid de linhas animadas */
.counter_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.5;
    animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

.counter_container_modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.counter_grid_modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

/* Card do contador - FUNDO ESCURO FORÇADO */
.counter_card_modern {
    background: #1a1a1a;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpCounter 0.8s ease forwards;
}

.counter_card_modern:nth-child(1) { animation-delay: 0.1s; }
.counter_card_modern:nth-child(2) { animation-delay: 0.2s; }
.counter_card_modern:nth-child(3) { animation-delay: 0.3s; }
.counter_card_modern:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideUpCounter {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Borda animada no hover */
.counter_card_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(135deg, #FF4000, #FF8C00, #FF4000);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.counter_card_modern:hover::before {
    opacity: 1;
}

.counter_card_modern:hover {
    transform: translateY(-15px) scale(1.05);
    box-shadow: 0 25px 50px rgba(255, 64, 0, 0.5);
    background: #252525;
    border-color: rgba(255, 64, 0, 0.8);
}

/* Ícone do contador - AGORA EM BRANCO COM DESTAQUE */
.counter_icon_modern {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

.counter_icon_modern img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* FILTROS PARA ÍCONES BRANCOS COM BRILHO */
    filter: brightness(0) invert(1) drop-shadow(0 0 20px rgba(255, 255, 255, 0.6));
    transition: all 0.5s ease;
}

.counter_card_modern:hover .counter_icon_modern img {
    transform: scale(1.2) rotateY(360deg);
    /* BRILHO LARANJA NO HOVER */
    filter: brightness(0) invert(1) drop-shadow(0 0 30px rgba(255, 140, 0, 0.9));
}

/* Número do contador */
.counter_number_modern {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.counter_number_modern .prefix,
.counter_number_modern .suffix {
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.counter_number_modern h3 {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, #FF4000, #FF8C00, #FFB347);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
    line-height: 1;
}

/* Texto do contador */
.counter_text_modern {
    position: relative;
    z-index: 1;
}

.counter_text_modern h2 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Linha decorativa */
.counter_line_modern {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #FF4000, transparent);
    margin: 15px auto 20px;
    border-radius: 2px;
}

/* Partículas flutuantes */
.counter_particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #FF4000;
    border-radius: 50%;
    opacity: 0;
    animation: floatParticle 4s ease-in-out infinite;
}

.particle:nth-child(1) { left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { left: 30%; animation-delay: 1s; }
.particle:nth-child(3) { left: 50%; animation-delay: 2s; }
.particle:nth-child(4) { left: 70%; animation-delay: 1.5s; }
.particle:nth-child(5) { left: 90%; animation-delay: 0.5s; }

@keyframes floatParticle {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        transform: translateY(-100px);
        opacity: 0;
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .counter_area_modern {
        padding: 60px 0;
    }
    
    .counter_grid_modern {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    .counter_card_modern {
        padding: 30px 20px;
    }
    
    .counter_icon_modern {
        width: 60px;
        height: 60px;
    }
    
    .counter_number_modern h3 {
        font-size: 42px;
    }
    
    .counter_number_modern .prefix,
    .counter_number_modern .suffix {
        font-size: 28px;
    }
    
    .counter_text_modern h2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .counter_grid_modern {
        grid-template-columns: 1fr;
    }
}



























/* ========================================
   TESTIMONIALS AREA MODERNA E FUTURISTA
   Adicione este CSS no final do seu style.css
   ======================================== */

.testimonials_area_modern {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Efeitos de fundo */
.testimonials_area_modern::before {
    content: '';
    position: absolute;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    animation: pulseTestimonial 10s ease-in-out infinite;
}

@keyframes pulseTestimonial {
    0%, 100% { transform: translateX(-50%) scale(1); opacity: 0.3; }
    50% { transform: translateX(-50%) scale(1.2); opacity: 0.5; }
}

.testimonials_container_modern {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.testimonials_title_modern {
    text-align: center;
    margin-bottom: 70px;
}

.testimonials_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.testimonials_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
}

.testimonials_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Grid de depoimentos */
.testimonials_grid_modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

/* Card de depoimento */
.testimonial_card_modern {
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    padding: 35px 30px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpTestimonial 0.8s ease forwards;
}

.testimonial_card_modern:nth-child(1) { animation-delay: 0.1s; }
.testimonial_card_modern:nth-child(2) { animation-delay: 0.2s; }
.testimonial_card_modern:nth-child(3) { animation-delay: 0.3s; }
.testimonial_card_modern:nth-child(4) { animation-delay: 0.4s; }
.testimonial_card_modern:nth-child(5) { animation-delay: 0.5s; }
.testimonial_card_modern:nth-child(6) { animation-delay: 0.6s; }

@keyframes slideUpTestimonial {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial_card_modern:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 20px 50px rgba(255, 64, 0, 0.3);
    background: #252525;
}

/* Aspas decorativas */
.testimonial_quote_icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    color: rgba(255, 64, 0, 0.15);
    line-height: 1;
}

/* Estrelas de avaliação */
.testimonial_stars {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
}

.testimonial_stars i {
    color: #FF8C00;
    font-size: 18px;
}

/* Texto do depoimento */
.testimonial_text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

/* Linha divisória */
.testimonial_divider {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #FF4000, #FF8C00);
    margin: 20px 0;
    border-radius: 2px;
}

/* Informações do cliente */
.testimonial_author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial_avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(255, 64, 0, 0.4);
}

.testimonial_info h3 {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: 0 0 5px 0;
}

.testimonial_info p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
}

.testimonial_company {
    color: #FF8C00;
    font-weight: 600;
}

/* Badge de verificado */
.testimonial_verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 64, 0, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #FF8C00;
    margin-top: 15px;
}

.testimonial_verified i {
    font-size: 14px;
}

/* Efeito de brilho no hover */
.testimonial_card_modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.testimonial_card_modern:hover::after {
    opacity: 1;
    animation: shineTestimonial 1.5s ease-in-out infinite;
}

@keyframes shineTestimonial {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Responsivo */
@media (max-width: 1200px) {
    .testimonials_grid_modern {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (max-width: 768px) {
    .testimonials_area_modern {
        padding: 60px 0;
    }
    
    .testimonials_title_modern h2 {
        font-size: 32px;
    }
    
    .testimonials_grid_modern {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .testimonial_card_modern {
        padding: 30px 25px;
    }
    
    .testimonial_text {
        font-size: 15px;
    }
}
















/* ========================================
   FOOTER SIMPLES E MODERNO
   Substitua todo o CSS do footer por este
   ======================================== */

.footer_area_modern {
    background: #0a0a0a;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* Linha laranja no topo */
.footer_area_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #FF4000, #FF8C00, #FF4000);
}

/* Topo com logo e slogan */
.footer_top_modern {
    padding: 50px 0;
    border-bottom: 1px dashed rgba(255, 64, 0, 0.3);
}

.footer_top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer_logo_modern img {
    max-width: 180px;
    height: auto;
}

.footer_slogan_modern p {
    font-size: 1.3rem;
    font-weight: 500;
    color: white;
    margin: 0;
}

/* Área dos links */
.footer_middle_modern {
    padding: 60px 0;
}

.footer_grid_modern {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

/* Widgets sem boxes */
.footer_widget_modern h4 {
    font-size: 18px;
    font-weight: 700;
    color: #FF4000;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer_nav_modern ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_nav_modern ul li {
    margin-bottom: 12px;
}

.footer_nav_modern ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer_nav_modern ul li a i {
    color: #FF8C00;
    font-size: 12px;
    transition: all 0.3s ease;
}

.footer_nav_modern ul li a:hover {
    color: white;
    padding-left: 5px;
}

.footer_nav_modern ul li a:hover i {
    color: #FF4000;
}

/* WhatsApp especial */
.footer_nav_modern ul li a i.icofont-whatsapp {
    font-size: 16px;
}

/* Copyright */
.footer_copyright_modern {
    background: #000000;
    padding: 20px 0;
    border-top: 1px dashed rgba(255, 64, 0, 0.3);
}

.footer_copyright_text {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    margin: 0;
}

/* Container */
.footer_container_modern {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Responsivo */
@media (max-width: 1200px) {
    .footer_grid_modern {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .footer_top_content {
        flex-direction: column;
        text-align: center;
    }
    
    .footer_slogan_modern {
        text-align: center;
    }
    
    .footer_slogan_modern p {
        font-size: 1.1rem;
    }
    
    .footer_middle_modern {
        padding: 40px 0;
    }
    
    .footer_grid_modern {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer_logo_modern img {
        max-width: 150px;
    }
}

@media (max-width: 480px) {
    .footer_grid_modern {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .footer_nav_modern ul li a {
        justify-content: center;
    }
}




























/* ========================================
   ABOUT AREA ALINHADA
   Adicione este CSS no final do seu style.css
   ======================================== */

.about_area_modern {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Grid de fundo */
.about_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.about_container_modern {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.about_title_modern {
    text-align: center;
    margin-bottom: 60px;
}

.about_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.about_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
}

.about_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Layout lado a lado */
.about_content_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: stretch;
}

/* Card da imagem */
.about_image_card {
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_image_card:hover {
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 20px 50px rgba(255, 64, 0, 0.3);
    transform: translateY(-10px);
}

.about_image_card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shineAbout 3s ease-in-out infinite;
}

@keyframes shineAbout {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.about_image_card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    position: relative;
    z-index: 1;
}

/* Card de texto - mesma altura da imagem */
.about_text_card {
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_text_card:hover {
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 20px 50px rgba(255, 64, 0, 0.3);
    transform: translateY(-10px);
}

.about_text_card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.about_text_card p:last-child {
    margin-bottom: 0;
}

/* Responsivo */
@media (max-width: 992px) {
    .about_content_row {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .about_area_modern {
        padding: 60px 0;
    }
    
    .about_title_modern h2 {
        font-size: 32px;
    }
    
    .about_image_card,
    .about_text_card {
        padding: 25px;
    }
    
    .about_text_card p {
        font-size: 15px;
    }
}



























/* ========================================
   FORMULÁRIO WHATSAPP MODERNO
   Adicione este CSS no final do seu style.css
   ======================================== */

/* Container com fundo escuro e degradê */
.whatsapp-form-section {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Degradê laranja decorativo */
.whatsapp-form-section::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseFormBg 8s ease-in-out infinite;
}

@keyframes pulseFormBg {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.6; }
}

/* Grid de fundo */
.whatsapp-form-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.whatsapp-form-completo {
    max-width: 1000px;
    margin: 0 auto;
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(255, 64, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.whatsapp-form-completo:hover {
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 30px 80px rgba(255, 64, 0, 0.3);
    transform: translateY(-5px);
}

/* Header do formulário */
.whatsapp-header {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    padding: 40px 30px;
    text-align: center;
    position: relative;
}

.whatsapp-icon {
    font-size: 50px;
    color: white;
    margin-bottom: 15px;
    display: block;
    animation: pulseWhatsapp 2s ease-in-out infinite;
}

@keyframes pulseWhatsapp {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.whatsapp-header h2 {
    font-size: 28px;
    color: white;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.whatsapp-header p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

/* Body do formulário */
.whatsapp-body {
    padding: 40px;
    background: #0a0a0a;
}

/* Grid do formulário */
.whatsapp-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group-full {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
}

/* Labels */
.whatsapp-form label {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/* Inputs e Select */
.whatsapp-form input,
.whatsapp-form select,
.whatsapp-form textarea {
    width: 100%;
    padding: 15px 18px;
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 10px;
    color: white;
    font-size: 15px;
    transition: all 0.3s ease;
    font-family: inherit;
}

.whatsapp-form input::placeholder,
.whatsapp-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.whatsapp-form input:focus,
.whatsapp-form select:focus,
.whatsapp-form textarea:focus {
    border-color: #FF4000;
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 64, 0, 0.1);
    background: #252525;
}

/* Select customizado */
.whatsapp-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FF8C00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 20px;
    cursor: pointer;
}

.whatsapp-form option {
    background: #1a1a1a;
    color: white;
    padding: 10px;
}

/* Textarea */
.whatsapp-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* Container do botão */
.btn-container {
    grid-column: 1 / -1;
    margin-top: 10px;
}

/* Botão WhatsApp */
.btn-whatsapp {
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-whatsapp:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4);
}

.btn-whatsapp i {
    font-size: 22px;
}

/* Responsivo */
@media (max-width: 768px) {
    .whatsapp-form-section {
        padding: 60px 20px;
    }
    
    .whatsapp-header {
        padding: 30px 20px;
    }
    
    .whatsapp-header h2 {
        font-size: 24px;
    }
    
    .whatsapp-header p {
        font-size: 14px;
    }
    
    .whatsapp-body {
        padding: 30px 20px;
    }
    
    .whatsapp-form {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .whatsapp-form input,
    .whatsapp-form select,
    .whatsapp-form textarea {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .btn-whatsapp {
        padding: 16px 25px;
        font-size: 16px;
    }
}
























/* ========================================
   PRICING AREA MODERNA - CORES ESCURAS
   SUBSTITUA TODO O CSS ANTERIOR DO PRICING POR ESTE
   ======================================== */

.pricing_area_modern {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Efeitos de fundo animados */
.pricing_area_modern::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulsePricing 8s ease-in-out infinite;
}

@keyframes pulsePricing {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

/* Grid de fundo tech */
.pricing_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.4;
}

.pricing_container_modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.pricing_title_modern {
    text-align: center;
    margin-bottom: 70px;
}

.pricing_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.pricing_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.pricing_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Grid de cards */
.pricing_grid_modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

/* Card de preço - ESCURO */
.pricing_card_modern {
    background: #1a1a1a;
    backdrop-filter: blur(15px);
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpPricing 0.8s ease forwards;
}

.pricing_card_modern:nth-child(1) { animation-delay: 0.1s; }
.pricing_card_modern:nth-child(2) { animation-delay: 0.3s; }
.pricing_card_modern:nth-child(3) { animation-delay: 0.5s; }

@keyframes slideUpPricing {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card especial (destaque) */
.pricing_card_modern.featured {
    border: 2px solid #FF4000;
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(255, 64, 0, 0.3);
}

.pricing_card_modern:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 70px rgba(255, 64, 0, 0.4);
    border-color: rgba(255, 64, 0, 0.6);
}

.pricing_card_modern.featured:hover {
    transform: translateY(-20px) scale(1.08);
}

/* Badge "Popular" */
.pricing_badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    padding: 8px 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(255, 64, 0, 0.5);
}

/* Header do card */
.pricing_header_modern {
    padding: 40px 30px 30px;
    text-align: center;
    background: rgba(255, 64, 0, 0.05);
    border-bottom: 1px solid rgba(255, 64, 0, 0.2);
}

.pricing_card_modern.featured .pricing_header_modern {
    background: rgba(255, 64, 0, 0.1);
}

.pricing_header_modern h2 {
    font-size: 26px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing_price_modern {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.pricing_price_modern .currency {
    font-size: 24px;
    color: #FF4000;
    font-weight: 600;
}

.pricing_price_modern .amount {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.pricing_price_modern .period {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.pricing_label {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    background: rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    font-size: 14px;
    color: #FF8C00;
    font-weight: 600;
}

/* Body do card */
.pricing_body_modern {
    padding: 35px 30px;
}

.pricing_features_modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing_features_modern li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.pricing_features_modern li:last-child {
    border-bottom: none;
}

.pricing_features_modern li:hover {
    color: white;
    transform: translateX(5px);
}

.pricing_features_modern li i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

/* Footer do card */
.pricing_footer_modern {
    padding: 30px;
}

.pricing_btn_modern {
    display: block;
    width: 100%;
    padding: 16px 30px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing_btn_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.pricing_btn_modern:hover::before {
    left: 100%;
}

.pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4);
    color: white;
}

/* Botão do card em destaque */
.pricing_card_modern.featured .pricing_btn_modern {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
}

.pricing_card_modern.featured .pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347);
    transform: translateY(-3px) scale(1.05);
}

/* Efeito de brilho no card */
.pricing_card_modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shinePricing 4s ease-in-out infinite;
}

@keyframes shinePricing {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Responsivo */
@media (max-width: 768px) {
    .pricing_area_modern {
        padding: 60px 0;
    }
    
    .pricing_title_modern h2 {
        font-size: 32px;
    }
    
    .pricing_grid_modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing_card_modern.featured {
        transform: scale(1);
    }
    
    .pricing_header_modern {
        padding: 30px 20px 20px;
    }
    
    .pricing_price_modern .amount {
        font-size: 48px;
    }
    
    .pricing_body_modern,
    .pricing_footer_modern {
        padding: 25px 20px;
    }
}

/* Efeitos de fundo animados */
.pricing_area_modern::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulsePricing 8s ease-in-out infinite;
}

@keyframes pulsePricing {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

/* Grid de fundo tech */
.pricing_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 60px 60px;
    opacity: 0.4;
}

.pricing_container_modern {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.pricing_title_modern {
    text-align: center;
    margin-bottom: 70px;
}

.pricing_title_modern h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.pricing_title_modern h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
    opacity: 0;
    animation: fadeInUp 0.8s ease 0.2s forwards;
}

.pricing_title_modern h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Grid de cards */
.pricing_grid_modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

/* Card de preço */
.pricing_card_modern {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpPricing 0.8s ease forwards;
}

.pricing_card_modern:nth-child(1) { animation-delay: 0.1s; }
.pricing_card_modern:nth-child(2) { animation-delay: 0.3s; }
.pricing_card_modern:nth-child(3) { animation-delay: 0.5s; }

@keyframes slideUpPricing {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Card especial (destaque) */
.pricing_card_modern.featured {
    border: 2px solid #FF4000;
    transform: scale(1.05);
    box-shadow: 0 20px 60px rgba(255, 64, 0, 0.3);
}

.pricing_card_modern:hover {
    transform: translateY(-20px) scale(1.03);
    box-shadow: 0 30px 70px rgba(255, 64, 0, 0.4);
    border-color: rgba(255, 64, 0, 0.6);
}

.pricing_card_modern.featured:hover {
    transform: translateY(-20px) scale(1.08);
}

/* Badge "Popular" */
.pricing_badge {
    position: absolute;
    top: 20px;
    right: -35px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    padding: 8px 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: rotate(45deg);
    box-shadow: 0 4px 15px rgba(255, 64, 0, 0.5);
}

/* Header do card */
.pricing_header_modern {
    padding: 40px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.1) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255, 64, 0, 0.2);
}

.pricing_card_modern.featured .pricing_header_modern {
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.2) 0%, transparent 100%);
}

.pricing_header_modern h2 {
    font-size: 26px;
    color: white;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing_price_modern {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.pricing_price_modern .currency {
    font-size: 24px;
    color: #FF4000;
    font-weight: 600;
}

.pricing_price_modern .amount {
    font-size: 56px;
    font-weight: 900;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}

.pricing_price_modern .period {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.pricing_label {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 16px;
    background: rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    font-size: 14px;
    color: #FF8C00;
    font-weight: 600;
}

/* Body do card */
.pricing_body_modern {
    padding: 35px 30px;
}

.pricing_features_modern {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing_features_modern li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.pricing_features_modern li:last-child {
    border-bottom: none;
}

.pricing_features_modern li:hover {
    color: white;
    transform: translateX(5px);
}

.pricing_features_modern li i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    font-size: 12px;
    flex-shrink: 0;
}

/* Footer do card */
.pricing_footer_modern {
    padding: 30px;
}

.pricing_btn_modern {
    display: block;
    width: 100%;
    padding: 16px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pricing_btn_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.pricing_btn_modern:hover::before {
    left: 100%;
}

.pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4);
    color: white;
}

/* Botão do card em destaque */
.pricing_card_modern.featured .pricing_btn_modern {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
}

.pricing_card_modern.featured .pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347);
    transform: translateY(-3px) scale(1.05);
}

/* Efeito de brilho no card */
.pricing_card_modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%
    );
    transform: rotate(45deg);
    animation: shinePricing 4s ease-in-out infinite;
}

@keyframes shinePricing {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Responsivo */
@media (max-width: 768px) {
    .pricing_area_modern {
        padding: 60px 0;
    }
    
    .pricing_title_modern h2 {
        font-size: 32px;
    }
    
    .pricing_grid_modern {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .pricing_card_modern.featured {
        transform: scale(1);
    }
    
    .pricing_header_modern {
        padding: 30px 20px 20px;
    }
    
    .pricing_price_modern .amount {
        font-size: 48px;
    }
    
    .pricing_body_modern,
    .pricing_footer_modern {
        padding: 25px 20px;
    }
}
























/* ========================================
   SERVICE CARDS V3 - HOVER SUAVIZADO
   ======================================== */

.service_area_v3 {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Efeito de fundo animado */
.service_area_v3::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseService 8s ease-in-out infinite;
}

@keyframes pulseService {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

/* Grid de fundo */
.service_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.service_container_v3 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.service_title_v3 {
    text-align: center;
    margin-bottom: 70px;
}

.service_title_v3 h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.service_title_v3 h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
}

.service_title_v3 h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Grid de cards */
.service_grid_v3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

/* Card de serviço - FUNDO ESCURO */
.service_card_v3 {
    background: linear-gradient(145deg, #1a1a1a 0%, #0a0a0a 100%);
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(50px);
    animation: slideUpService 0.8s ease forwards;
}

.service_card_v3:nth-child(1) { animation-delay: 0.1s; }
.service_card_v3:nth-child(2) { animation-delay: 0.2s; }
.service_card_v3:nth-child(3) { animation-delay: 0.3s; }
.service_card_v3:nth-child(4) { animation-delay: 0.4s; }
.service_card_v3:nth-child(5) { animation-delay: 0.5s; }
.service_card_v3:nth-child(6) { animation-delay: 0.6s; }
.service_card_v3:nth-child(7) { animation-delay: 0.7s; }
.service_card_v3:nth-child(8) { animation-delay: 0.8s; }
.service_card_v3:nth-child(9) { animation-delay: 0.9s; }

@keyframes slideUpService {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* HOVER SUAVIZADO - SEM EFEITO LARANJA FORTE */
.service_card_v3:hover {
    transform: translateY(-10px) scale(1.02);
    border-color: rgba(255, 64, 0, 0.5);
    box-shadow: 0 20px 40px rgba(255, 64, 0, 0.25);
}

/* Borda sutil no hover */
.service_card_v3::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.3), rgba(255, 140, 0, 0.3));
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.service_card_v3:hover::before {
    opacity: 0.3;
}

/* Header do card */
.service_header_v3 {
    padding: 40px 30px 30px;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.08) 0%, transparent 100%);
    border-bottom: 1px solid rgba(255, 64, 0, 0.2);
    position: relative;
}

/* Ícone com gradiente */
.service_icon_v3 {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4);
    transition: all 0.5s ease;
}

/* Hover do ícone mais suave */
.service_card_v3:hover .service_icon_v3 {
    transform: scale(1.1);
    box-shadow: 0 12px 35px rgba(255, 64, 0, 0.5);
}

.service_icon_v3 i {
    font-size: 40px;
    color: white;
    z-index: 1;
}

.service_header_v3 h3 {
    font-size: 26px;
    font-weight: 700;
    color: white;
    margin: 0;
}

/* Body do card */
.service_body_v3 {
    padding: 30px;
}

.service_body_v3 p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Badges com gradiente suave */
.service_features_v3 {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.service_badge_v3 {
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.15), rgba(255, 140, 0, 0.15));
    border: 1px solid rgba(255, 64, 0, 0.3);
    color: #FF8C00;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Hover dos badges mais discreto */
.service_card_v3:hover .service_badge_v3 {
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.25), rgba(255, 140, 0, 0.25));
    border-color: rgba(255, 64, 0, 0.5);
    color: #FFB347;
}

/* Footer do card */
.service_footer_v3 {
    padding: 30px;
}

/* Botão com gradiente */
.service_btn_v3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service_btn_v3:hover {
    background: linear-gradient(135deg, #FF5500, #FF9500);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 64, 0, 0.4);
}

.service_btn_v3 i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.service_btn_v3:hover i {
    transform: translateX(5px);
}

/* Responsivo */
@media (max-width: 768px) {
    .service_area_v3 {
        padding: 60px 0;
    }
    
    .service_title_v3 h2 {
        font-size: 32px;
    }
    
    .service_grid_v3 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .service_header_v3 {
        padding: 30px 20px 20px;
    }
    
    .service_icon_v3 {
        width: 75px;
        height: 75px;
    }
    
    .service_icon_v3 i {
        font-size: 32px;
    }
    
    .service_header_v3 h3 {
        font-size: 22px;
    }
    
    .service_body_v3 {
        padding: 25px 20px;
    }
    
    .service_footer_v3 {
        padding: 25px 20px;
    }
}


































/* ========================================
   SLIDER/HERO SECTION - CARD REDUZIDO
   ======================================== */

/* Container do slider */
.video-slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

/* Vídeo de fundo - VISÍVEL */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(1.1) contrast(1.15) !important;
}



/* Wrapper centralizado */
.slider_wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

/* Card do conteúdo - AINDA MENOR */
.inner_slider_content {
    background: rgba(10, 10, 10, 0.85) !important;
    backdrop-filter: blur(20px);
    border: 2px solid rgba(255, 64, 0, 0.4);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    border-radius: 24px;
    padding: 38px 45px;
    max-width: 780px;
    width: 85%;
    text-align: center;
    position: relative;
    overflow: hidden;
    animation: slideIn 1s ease forwards;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Brilho sutil no card */
.inner_slider_content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 64, 0, 0.05), transparent);
    transform: rotate(45deg);
    animation: shine 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shine {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

/* Título - MENOR */
.inner_slider_content h2 {
    font-size: 2.1rem !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    margin: 0 0 35px 0 !important;
    color: #FFFFFF !important;
    position: relative;
    z-index: 1;
}

/* Palavras laranjas */
.inner_slider_content h2 .highlight {
    color: #FF6B00 !important;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255, 64, 0, 0.6));
}

/* Container dos botões */
.b_btn {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

/* Base dos botões */
.b_btn a {
    padding: 15px 35px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease !important;
    text-decoration: none !important;
    display: inline-block;
}

/* Botão "Ver Serviços" - Transparente */
.b_btn a:first-child {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    color: #FFFFFF !important;
}

.b_btn a:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: left 0.6s ease;
}

.b_btn a:first-child:hover::before {
    left: 100%;
}

.b_btn a:first-child:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(255, 255, 255, 0.2) !important;
}

/* Botão "Falar Com Especialista" - Laranja */
.b_btn a.active {
    background: linear-gradient(135deg, #FF4000, #FF8C00) !important;
    border: 2px solid transparent !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 25px rgba(255, 64, 0, 0.4);
}

.b_btn a.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.6s ease;
}

.b_btn a.active:hover::before {
    left: 100%;
}

.b_btn a.active:hover {
    background: linear-gradient(135deg, #FF5500, #FF9500) !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 35px rgba(255, 64, 0, 0.6) !important;
}


/* ========================================
   RESPONSIVO
   ======================================== */

@media (max-width: 1200px) {
    .inner_slider_content {
        max-width: 700px;
        padding: 36px 42px;
    }
    
    .inner_slider_content h2 {
        font-size: 2.5rem !important;
    }
}

@media (max-width: 992px) {
    .inner_slider_content {
        max-width: 600px;
        padding: 34px 38px;
    }
    
    .inner_slider_content h2 {
        font-size: 2.2rem !important;
    }
}

@media (max-width: 768px) {
    .inner_slider_content {
        padding: 32px 28px;
        max-width: 90%;
    }
    
    .inner_slider_content h2 {
        font-size: 1.9rem !important;
        margin-bottom: 28px !important;
    }
    
    .b_btn {
        flex-direction: column;
        gap: 12px;
    }
    
    .b_btn a {
        width: 100%;
        max-width: 260px;
        padding: 13px 30px !important;
    }
}

@media (max-width: 480px) {
    .inner_slider_content {
        padding: 28px 22px;
    }
    
    .inner_slider_content h2 {
        font-size: 1.6rem !important;
    }
}




















/* ========================================
   BOTÃO ORÇAMENTO E WHATSAPP - CORRIGIDO
   ======================================== */

/* Botão Orçamento no menu - SEM QUEBRAR */
.inner_main_nav_area ul li.menu_orcamento {
    display: inline-block;
    margin-left: 20px;
}

.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento {
    background: linear-gradient(135deg, #FF4000 0%, #FF8C00 100%) !important;
    border: none !important;
    color: #FFFFFF !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(255, 64, 0, 0.3);
    transition: all 0.3s ease !important;
    margin: 0 !important;
}

/* Efeito de brilho no botão orçamento */
.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento:hover::before {
    left: 100%;
}

.inner_main_nav_area ul li.menu_orcamento a.btn-orcamento:hover {
    background: linear-gradient(135deg, #FF5500 0%, #FF9500 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 64, 0, 0.5);
}

/* Área do WhatsApp */
.main_menu_address_a {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 0px solid rgba(255, 64, 0, 0.3);
    border-radius: 12px;
    padding: 8px 15px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    gap: 12px;
}

.main_menu_address_a:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 64, 0, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 64, 0, 0.3);
}

/* Ícone do telefone/WhatsApp */
.mcallicon {
    border: 2px solid rgba(255, 64, 0, 0.5) !important;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.15), rgba(255, 140, 0, 0.15)) !important;
    box-shadow: 0 0 20px rgba(255, 64, 0, 0.3);
    transition: all 0.4s ease;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mcallicon:hover {
    border-color: #FF4000 !important;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.3), rgba(255, 140, 0, 0.3)) !important;
    box-shadow: 0 0 30px rgba(255, 64, 0, 0.6);
    transform: scale(1.1) rotate(10deg);
}

.mcallicon i {
    color: #FF8C00 !important;
    font-size: 18px !important;
    transition: all 0.3s ease;
}

.mcallicon:hover i {
    color: #FF4000 !important;
    text-shadow: 0 0 15px rgba(255, 64, 0, 0.8);
}

/* Texto do WhatsApp */
.mcallphone {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mcallphone p {
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    transition: color 0.3s ease;
}

.mcallphone p:first-child {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 11px !important;
    color: #FF8C00 !important;
}

.mcallphone p a {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mcallphone p a:hover {
    color: #FF8C00 !important;
}

/* ÍCONES NEWSLETTER E HAMBURGUER - VISÍVEIS E ESTILIZADOS */
.main_nav_icons_together {
    display: flex !important;
    align-items: center;
    gap: 12px;
    margin-left: 20px;
}

/* Ícone Newsletter */
.main_nav_icons {
    position: relative;
}

.main_nav_icons > i {
    display: inline-block !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    text-align: center !important;
    border-radius: 50% !important;
    background: rgba(255, 64, 0, 0.15) !important;
    border: 1px solid rgba(255, 64, 0, 0.3) !important;
    color: #FFFFFF !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.main_nav_icons > i:hover {
    background: rgba(255, 64, 0, 0.3) !important;
    border-color: #FF4000 !important;
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 64, 0, 0.5);
}

/* Ícone Hamburguer */
.main_nav_icon_right {
    position: relative;
}

.main_nav_icon_right > i {
    display: inline-block !important;
    color: #FFFFFF !important;
    font-size: 28px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.main_nav_icon_right > i:hover {
    color: #FF8C00 !important;
    transform: rotate(90deg) scale(1.1);
    filter: drop-shadow(0 0 10px rgba(255, 140, 0, 0.6));
}

/* Menu sticky - manter estilos */
.main_menu_area.sticky .inner_main_nav_area ul li.menu_orcamento a.btn-orcamento {
    background: linear-gradient(135deg, #FF4000 0%, #FF8C00 100%) !important;
}

.main_menu_area.sticky .mcallicon {
    border-color: rgba(255, 64, 0, 0.5) !important;
}

.main_menu_area.sticky .main_nav_icons > i,
.main_menu_area.sticky .main_nav_icon_right > i {
    color: #FFFFFF !important;
}

/* Responsivo */
@media (max-width: 1200px) {
    .inner_main_nav_area ul li.menu_orcamento a.btn-orcamento {
        padding: 9px 20px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 992px) {
    .main_menu_address_a {
        padding: 6px 12px;
    }
    
    .mcallicon {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
    }
    
    .main_nav_icons > i {
        width: 34px !important;
        height: 34px !important;
        line-height: 34px !important;
        font-size: 14px !important;
    }
    
    .main_nav_icon_right > i {
        font-size: 24px !important;
    }
}

































/* ========================================
   CSS MENU MOBILE MODERNO - ADICIONAR NO STYLE.CSS
   Cole este código no final do seu style.css
   ======================================== */

/* Menu Mobile Moderno */
@media (max-width: 991px) {
    
    /* Container principal do mobile */
    .mobile_logo_area {
        background: #0a0a0a;
        padding: 15px 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        border-bottom: 2px solid rgba(255, 64, 0, 0.3);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    }
    
    .mobilemenu_con {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .mobile_menu_logo img {
        max-height: 45px;
    }
    
    /* Ícone hamburguer */
    .mobile_opicon i {
        font-size: 28px;
        color: #FF8C00;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .mobile_opicon i:hover {
        color: #FF4000;
        transform: scale(1.1);
    }
    
    /* Sidebar do menu */
    .mobile_p {
        position: fixed;
        right: -100%;
        width: 320px;
        max-width: 85%;
        padding: 0;
        overflow-y: scroll;
        top: 0;
        height: 100%;
        z-index: 9999;
        display: block;
        transition: 0.5s all;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.8);
        background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
        border-left: 2px solid rgba(255, 64, 0, 0.4);
    }
    
    .tx-s-open {
        right: 0;
    }
    
    /* Conteúdo do menu */
    .mobile_menu_content {
        padding: 0;
    }
    
    .mobile_menu_content .mobile_menu_logo {
        background: linear-gradient(135deg, #FF4000, #FF8C00);
        padding: 20px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        margin-bottom: 0;
    }
    
    .mobile_menu_content .mobile_menu_logo img {
        max-height: 40px;
    }
    
    /* Botão fechar */
    .mobile_cicon {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 1;
    }
    
    .mobile_cicon i {
        color: white;
        font-size: 28px;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.2);
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .mobile_cicon i:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: rotate(90deg);
    }
    
    /* Navegação */
    .menu_area.mobile-menu {
        padding: 20px 0;
    }
    
    .medeno_menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .medeno_menu ul li {
        border-bottom: 1px solid rgba(255, 64, 0, 0.1);
    }
    
    .medeno_menu ul li a {
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 18px 25px;
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        transition: all 0.3s ease;
        position: relative;
    }
    
    .medeno_menu ul li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background: linear-gradient(180deg, #FF4000, #FF8C00);
        transform: scaleY(0);
        transition: transform 0.3s ease;
    }
    
    .medeno_menu ul li a:hover::before {
        transform: scaleY(1);
    }
    
    .medeno_menu ul li a i {
        font-size: 22px;
        color: #FF8C00;
        transition: all 0.3s ease;
    }
    
    .medeno_menu ul li a:hover {
        background: rgba(255, 64, 0, 0.1);
        color: white;
        padding-left: 35px;
    }
    
    .medeno_menu ul li a:hover i {
        color: #FF4000;
        transform: scale(1.2);
    }
    
    /* Botão Orçamento Mobile */
    .mobile_menu_orcamento {
        padding: 25px;
        margin-top: 25px;
    }
    
    .btn-orcamento-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        width: 100%;
        padding: 16px 25px;
        background: linear-gradient(135deg, #FF4000, #FF8C00);
        border: none;
        border-radius: 12px;
        color: white;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        box-shadow: 0 8px 25px rgba(255, 64, 0, 0.4);
        transition: all 0.4s ease;
        position: relative;
        overflow: hidden;
    }
    
    .btn-orcamento-mobile::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: left 0.6s ease;
    }
    
    .btn-orcamento-mobile:hover::before {
        left: 100%;
    }
    
    .btn-orcamento-mobile i {
        font-size: 20px;
    }
    
    .btn-orcamento-mobile:hover {
        background: linear-gradient(135deg, #FF5500, #FF9500);
        transform: translateY(-2px);
        box-shadow: 0 12px 35px rgba(255, 64, 0, 0.6);
    }
    
    /* WhatsApp Mobile */
    .mobile_menu_whatsapp {
        padding: 0 25px 25px;
    }
    
    .btn-whatsapp-mobile {
        display: flex;
        align-items: center;
        gap: 15px;
        width: 100%;
        padding: 16px 20px;
        background: rgba(255, 255, 255, 0.05);
        border: 2px solid rgba(255, 64, 0, 0.3);
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.4s ease;
    }
    
    .btn-whatsapp-mobile:hover {
        background: rgba(255, 64, 0, 0.15);
        border-color: rgba(255, 64, 0, 0.6);
        transform: translateY(-2px);
    }
    
    .whatsapp_icon_wrapper {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: linear-gradient(135deg, #25D366, #128C7E);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
    }
    
    .whatsapp_icon_wrapper i {
        font-size: 26px;
        color: white;
    }
    
    .whatsapp_info {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }
    
    .whatsapp_info span {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .whatsapp_info strong {
        font-size: 16px;
        font-weight: 700;
        color: white;
    }
    
    /* Redes Sociais */
    .mobile_social_section {
        padding: 25px;
        border-top: 1px solid rgba(255, 64, 0, 0.2);
        margin-top: 20px;
    }
    
    .mobile_social_section p {
        color: rgba(255, 255, 255, 0.6);
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .mobile_social_icons {
        display: flex;
        justify-content: center;
        gap: 12px;
    }
    
    .mobile_social_icons a {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 64, 0, 0.15);
        border: 1px solid rgba(255, 64, 0, 0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FF8C00;
        font-size: 18px;
        text-decoration: none;
        transition: all 0.3s ease;
    }
    
    .mobile_social_icons a:hover {
        background: linear-gradient(135deg, #FF4000, #FF8C00);
        border-color: transparent;
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255, 64, 0, 0.5);
    }
    
    /* Overlay */
    .mobile_overlay {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 999;
        width: 100vw;
        height: 100vh;
        visibility: hidden;
        position: fixed;
        background: rgba(0, 0, 0, 0.85);
        transition: all 0.3s ease-out 0s;
    }
    
    .mobile_overlay.mactive {
        opacity: 1;
        visibility: visible;
    }
    
    /* Espaçamento para conteúdo */
    body {
        padding-top: 75px;
    }
    
}

@media (max-width: 480px) {
    .mobile_p {
        width: 280px;
    }
    
    .btn-orcamento-mobile {
        font-size: 14px;
        padding: 14px 20px;
    }
}





































/* ========================================
   FOOTER COM GRADIENTE E EFEITO SHINE
   Adicione este CSS no final do seu style.css
   ======================================== */

/* Footer INTEIRO com gradiente de fundo */
.footer_area_modern {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
    position: relative;
    overflow: hidden;
}

/* Efeito shine animado passando por TODO o footer */
.footer_area_modern::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 64, 0, 0.1) 48%,
        rgba(255, 140, 0, 0.15) 50%,
        rgba(255, 64, 0, 0.1) 52%,
        transparent 70%
    );
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
    animation: shineFooterEffect 6s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes shineFooterEffect {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

/* Garantir que o conteúdo fique acima do efeito */
.footer_container_modern,
.footer_top_modern,
.footer_middle_modern,
.footer_copyright_modern {
    position: relative;
    z-index: 1;
}

/* Copyright com linha gradiente */
.footer_copyright_modern {
    background: linear-gradient(180deg, #000000 0%, #0a0a0a 100%);
    position: relative;
}

.footer_copyright_modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 64, 0, 0.6) 50%, transparent 100%);
}

/* Efeito nos links ao passar mouse */
.footer_nav_modern ul li a {
    position: relative;
    overflow: hidden;
}

.footer_nav_modern ul li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 64, 0, 0.2), transparent);
    transition: left 0.5s ease;
}

.footer_nav_modern ul li a:hover::after {
    left: 100%;
}















/* ========================================
   NOVA COR PARA ÁREA "PACOTE COMPLETO"
   Adicione no final do seu style.css
   ======================================== */

/* OPÇÃO 1: Tons de Azul/Cinza Modernos */
/*
.modal-body [style*="background: linear-gradient(135deg, #e8f5e8"] {
    background: linear-gradient(135deg, #e8f4f8 0%, #f0f7fa 100%) !important;
    border: 2px solid rgba(66, 133, 244, 0.2) !important;
}

.modal-body h4[style*="color: #008C00"] {
    color: #4285f4 !important;
}

.modal-body i[style*="color: #008C00"],
.modal-body .fa-check-circle {
    color: #4285f4 !important;
}
/*

/* ========================================
   OU OPÇÃO 2: Tons de Laranja (comentado)
   Remova os comentários abaixo para usar
   ======================================== */


.modal-body [style*="background: linear-gradient(135deg, #e8f5e8"] {
    background: linear-gradient(135deg, #fff3e6 0%, #ffe8cc 100%) !important;
    border: 2px solid rgba(255, 64, 0, 0.2) !important;
}

.modal-body h4[style*="color: #008C00"] {
    color: #FF6B00 !important;
}

.modal-body i[style*="color: #008C00"],
.modal-body .fa-check-circle {
    color: #FF6B00 !important;
}


/* ========================================
   OU OPÇÃO 3: Tons de Roxo (comentado)
   Remova os comentários abaixo para usar
   ======================================== */

/*
.modal-body [style*="background: linear-gradient(135deg, #e8f5e8"] {
    background: linear-gradient(135deg, #f3e8ff 0%, #f9f0ff 100%) !important;
    border: 2px solid rgba(156, 39, 176, 0.2) !important;
}

.modal-body h4[style*="color: #008C00"] {
    color: #9c27b0 !important;
}

.modal-body i[style*="color: #008C00"],
.modal-body .fa-check-circle {
    color: #9c27b0 !important;
}
*/
























/* ========================================
   BLOG WORDPRESS AREA - DESIGN MODERNO
   ======================================== */

.blog_area_wordpress {
    padding: 100px 0;
    background: #0a0a0a;
    position: relative;
    overflow: hidden;
}

/* Efeitos de fundo animados */
.blog_area_wordpress::before {
    content: '';
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(255, 64, 0, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulseBlog 8s ease-in-out infinite;
}

@keyframes pulseBlog {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.3; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.6; }
}

/* Grid de fundo */
.blog_grid_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
}

.blog_container_wordpress {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Título da seção */
.blog_title_wordpress {
    text-align: center;
    margin-bottom: 70px;
}

.blog_title_wordpress h4 {
    color: #FF4000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

.blog_title_wordpress h2 {
    font-size: 48px;
    color: white;
    font-weight: 700;
    margin: 0;
}

.blog_title_wordpress h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Grid de artigos */
.blog_grid_wordpress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin-bottom: 50px;
}

/* Loading */
.blog_loading {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
}

.blog_loading i {
    font-size: 48px;
    color: #FF4000;
    margin-bottom: 20px;
}

.blog_loading p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
}

/* Card do artigo */
.blog_card_wordpress {
    background: #1a1a1a;
    border: 2px solid rgba(255, 64, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpBlog 0.6s ease forwards;
}

.blog_card_wordpress:nth-child(1) { animation-delay: 0.1s; }
.blog_card_wordpress:nth-child(2) { animation-delay: 0.2s; }
.blog_card_wordpress:nth-child(3) { animation-delay: 0.3s; }
.blog_card_wordpress:nth-child(4) { animation-delay: 0.4s; }
.blog_card_wordpress:nth-child(5) { animation-delay: 0.5s; }
.blog_card_wordpress:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUpBlog {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.blog_card_wordpress:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 20px 50px rgba(255, 64, 0, 0.3);
}

/* Imagem do artigo */
.blog_image_wordpress {
    position: relative;
    overflow: hidden;
    height: 220px;
}

.blog_image_wordpress img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog_card_wordpress:hover .blog_image_wordpress img {
    transform: scale(1.1);
}

/* Overlay da imagem */
.blog_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* Badge de categoria */
.blog_category_badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
}

/* Conteúdo do card */
.blog_content_wordpress {
    padding: 25px;
}

/* Meta info */
.blog_meta_wordpress {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.blog_meta_item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
}

.blog_meta_item i {
    color: #FF8C00;
    font-size: 14px;
}

/* Título do artigo - mais espaço no topo */
.blog_content_wordpress h3 {
    font-size: 22px;
    font-weight: 700;
    color: white;
    margin: 0 0 15px 0; /* Aumentei o espaço inferior */
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_content_wordpress h3 a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog_content_wordpress h3 a:hover {
    color: #FF8C00;
}

/* Excerpt */
.blog_excerpt_wordpress {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Botão Leia Mais */
.blog_read_more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: rgba(255, 64, 0, 0.15);
    border: 2px solid rgba(255, 64, 0, 0.3);
    border-radius: 10px;
    color: #FF8C00;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.blog_read_more:hover {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
    color: white;
    transform: translateX(5px);
}

.blog_read_more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog_read_more:hover i {
    transform: translateX(3px);
}

/* Botão Ver Todos */
.blog_view_all {
    text-align: center;
    margin-top: 50px;
}

.btn_view_all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 40px;
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(255, 64, 0, 0.4);
}

.btn_view_all:hover {
    background: linear-gradient(135deg, #FF5500, #FF9500);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 64, 0, 0.6);
    color: white;
}

.btn_view_all i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.btn_view_all:hover i {
    transform: translateX(5px);
}

/* Responsivo */
@media (max-width: 768px) {
    .blog_area_wordpress {
        padding: 60px 0;
    }
    
    .blog_title_wordpress h2 {
        font-size: 32px;
    }
    
    .blog_grid_wordpress {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .blog_image_wordpress {
        height: 200px;
    }
    
    .blog_content_wordpress {
        padding: 20px;
    }
    
    .blog_content_wordpress h3 {
        font-size: 20px;
    }
}











/* ========================================
   POPUP LATERAL - QUEM SOMOS
   ADICIONE ESTE CSS NO SEU ARQUIVO style.css
   ======================================== */

/* Overlay - Fundo escuro */
.sidebar-popup-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-popup-overlay.active {
    right: 0;
    opacity: 1;
    visibility: visible;
}

/* Container do Popup */
.sidebar-popup-container {
    position: absolute;
    top: 0;
    right: -450px;
    width: 450px;
    max-width: 90%;
    height: 100%;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border-left: 3px solid rgba(255, 64, 0, 0.5);
    box-shadow: -10px 0 50px rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    padding: 40px 30px;
    transition: right 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 9999999;
}

.sidebar-popup-overlay.active .sidebar-popup-container {
    right: 0;
}

/* Scrollbar customizado */
.sidebar-popup-container::-webkit-scrollbar {
    width: 8px;
}

.sidebar-popup-container::-webkit-scrollbar-track {
    background: #0a0a0a;
}

.sidebar-popup-container::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #FF4000, #FF8C00);
    border-radius: 10px;
}

/* Botão Fechar */
.sidebar-popup-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 64, 0, 0.3);
    color: #FF8C00;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.sidebar-popup-close:hover {
    background: rgba(255, 64, 0, 0.2);
    border-color: #FF4000;
    transform: rotate(90deg);
    color: white;
}

/* Logo */
.sidebar-popup-logo {
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-popup-logo img {
    max-width: 180px;
    height: auto;
}

/* Header/Título */
.sidebar-popup-header {
    text-align: center;
    margin-bottom: 30px;
}

.sidebar-popup-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1.3;
}

.sidebar-popup-header .text-orange {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Conteúdo */
.sidebar-popup-content {
    margin-bottom: 35px;
}

.sidebar-popup-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 18px;
}

.sidebar-popup-content p:last-child {
    margin-bottom: 0;
}

/* Informações de Contato */
.sidebar-popup-info {
    margin-bottom: 30px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 64, 0, 0.2);
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(255, 64, 0, 0.08);
    border-color: rgba(255, 64, 0, 0.4);
    transform: translateX(-5px);
}

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 64, 0, 0.2), rgba(255, 140, 0, 0.2));
    border: 2px solid rgba(255, 64, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.info-icon i {
    font-size: 22px;
    color: #25D366;
}

.info-text h4 {
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 5px;
}

.info-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.info-text p a {
    color: #FF8C00;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.info-text p a:hover {
    color: #FF4000;
}

/* Botão WhatsApp CTA */
.sidebar-popup-cta {
    margin-bottom: 30px;
}

.btn-whatsapp-sidebar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px 30px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    transition: all 0.4s ease;
}

.btn-whatsapp-sidebar:hover {
    background: linear-gradient(135deg, #128C7E, #0d6b5f);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.6);
    color: white;
}

.btn-whatsapp-sidebar i {
    font-size: 22px;
}

/* Redes Sociais */
.sidebar-popup-social {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 64, 0, 0.2);
}

.sidebar-popup-social p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-icons a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 64, 0, 0.15);
    border: 2px solid rgba(255, 64, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF8C00;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    border-color: transparent;
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 64, 0, 0.5);
}

/* Responsivo */
@media (max-width: 768px) {
    .sidebar-popup-container {
        width: 100%;
        max-width: 100%;
        padding: 30px 20px;
    }
    
    .sidebar-popup-header h2 {
        font-size: 24px;
    }
    
    .sidebar-popup-content p {
        font-size: 14px;
    }
    
    .info-item {
        padding: 15px;
    }
    
    .info-icon {
        width: 45px;
        height: 45px;
    }
    
    .info-icon i {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .sidebar-popup-close {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .sidebar-popup-logo img {
        max-width: 150px;
    }
}



















/* Forçar ícone de manutenção branco */
.modal-body .fas.fa-shield-alt {
    color: white !important;
}












/* Forçar modal por cima do menu */
.modal-backdrop {
    z-index: 99998 !important;
}

.modal {
    z-index: 99999 !important;
}

.modal-dialog {
    z-index: 99999 !important;
}

/* Garantir que menu fique abaixo */
.main_menu_area,
.main_menu_area.sticky {
    z-index: 9999 !important;
}

.mobile_logo_area {
    z-index: 9999 !important;
}










/* ========================================
   CORREÇÃO MODAL MOBILE - SERVIÇOS
   ======================================== */

@media (max-width: 768px) {
    /* Forçar grid de 1 coluna no mobile */
    .modal-body div[style*="grid-template-columns: 1fr 1fr"] {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    /* Ajustar padding dos boxes */
    .modal-body div[style*="padding: 25px"] {
        padding: 20px !important;
    }
    
    /* Garantir que todos os itens apareçam */
    .modal-body > div > div > div {
        display: block !important;
        margin-bottom: 15px !important;
    }
    
    /* Ajustar fonte dos números */
    .modal-body span[style*="border-radius: 50%"] {
        width: 30px !important;
        height: 30px !important;
        line-height: 30px !important;
        font-size: 14px !important;
    }
    
    /* Ajustar títulos */
    .modal-body h4 {
        font-size: 16px !important;
    }
    
    /* Ajustar textos */
    .modal-body p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    /* Box de proteção completa */
    .modal-body div[style*="background: linear-gradient(135deg, #e8f5e8"] div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
    }
}





















/* ========================================
   SUBMENU FUTURISTA E MODERNO
   ======================================== */

/* Submenu container */
.inner_main_nav_area ul li .sub_menu {
    background: linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 100%) !important;
    border: 2px solid rgba(255, 64, 0, 0.3) !important;
    border-radius: 15px !important;
    padding: 20px 10px !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 
                0 0 30px rgba(255, 64, 0, 0.2) !important;
    backdrop-filter: blur(10px);
    min-width: 240px !important;
}

/* Itens do submenu */
.inner_main_nav_area ul li .sub_menu li {
    margin: 5px 0 !important;
    position: relative;
    overflow: hidden;
}

.inner_main_nav_area ul li .sub_menu li a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 14px 20px !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border-radius: 10px !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border-left: 3px solid transparent;
}

/* Ícone antes do texto */
.inner_main_nav_area ul li .sub_menu li a::before {
    content: '▸';
    font-size: 16px;
    color: #FF6D00;
    transition: all 0.3s ease;
    margin-right: -8px;
}

/* Efeito hover */
.inner_main_nav_area ul li .sub_menu li a:hover {
    background: linear-gradient(90deg, rgba(255, 64, 0, 0.15), rgba(255, 140, 0, 0.15)) !important;
    color: white !important;
    padding-left: 25px !important;
    border-left: 3px solid #FF6D00 !important;
    transform: translateX(5px);
    box-shadow: 0 5px 20px rgba(255, 64, 0, 0.3);
}

.inner_main_nav_area ul li .sub_menu li a:hover::before {
    color: #FF4000;
    transform: translateX(5px);
}

/* Efeito de brilho no hover */
.inner_main_nav_area ul li .sub_menu li a::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.inner_main_nav_area ul li .sub_menu li a:hover::after {
    left: 100%;
}

/* Animação de entrada */
.inner_main_nav_area ul li .sub_menu li {
    opacity: 0;
    transform: translateY(-10px);
    animation: slideInSubmenu 0.3s ease forwards;
}

.inner_main_nav_area ul li .sub_menu li:nth-child(1) { animation-delay: 0.05s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(2) { animation-delay: 0.1s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(3) { animation-delay: 0.15s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(4) { animation-delay: 0.2s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(5) { animation-delay: 0.25s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(6) { animation-delay: 0.3s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(7) { animation-delay: 0.35s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(8) { animation-delay: 0.4s; }
.inner_main_nav_area ul li .sub_menu li:nth-child(9) { animation-delay: 0.45s; }

@keyframes slideInSubmenu {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Seta indicadora no topo */
.inner_main_nav_area ul li .sub_menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 64, 0, 0.3);
}

/* Linha decorativa no topo do submenu */
.inner_main_nav_area ul li .sub_menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FF6D00, transparent);
}

/* Responsivo */
@media (max-width: 991px) {
    .inner_main_nav_area ul li .sub_menu {
        border-radius: 10px !important;
        padding: 15px 5px !important;
    }
    
    .inner_main_nav_area ul li .sub_menu li a {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
}


































/* ========================================
   REDUZIR HEADER DO MODAL
   ======================================== */

/* Reduzir padding e tamanhos do header laranja */
.modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] {
    padding: 25px 20px !important;
}

/* Ícone menor */
.modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] i {
    font-size: 45px !important;
    margin-bottom: 10px !important;
}

/* Título menor */
.modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] h3 {
    font-size: 24px !important;
    margin: 0 0 8px 0 !important;
}

/* Subtítulo menor */
.modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] p {
    font-size: 14px !important;
    margin: 0 !important;
}

/* Mobile - ainda mais compacto */
@media (max-width: 768px) {
    .modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] {
        padding: 20px 15px !important;
    }
    
    .modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] i {
        font-size: 38px !important;
        margin-bottom: 8px !important;
    }
    
    .modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] h3 {
        font-size: 20px !important;
    }
    
    .modal-body div[style*="background: linear-gradient(135deg, #ff6d00"] p {
        font-size: 13px !important;
    }
}


























/* ========================================
   MODAL COM ALTURA MAIOR - OTIMIZADO
   ======================================== */

/* Limitar altura do modal - MAIOR */
.modal-dialog {
    max-height: 90vh !important;
    margin: 1.5rem auto !important;
}

.modal-content {
    max-height: 90vh !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Body scrollável com mais espaço */
.modal-body {
    max-height: calc(90vh - 140px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

/* Scrollbar personalizada */
.modal-body::-webkit-scrollbar {
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #FF4000, #FF8C00);
    border-radius: 10px;
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #FF5500, #FF9500);
}

/* Responsivo mobile */
@media (max-width: 768px) {
    .modal-dialog {
        max-height: 95vh !important;
        margin: 1rem auto !important;
    }
    
    .modal-body {
        max-height: calc(95vh - 120px) !important;
    }
}



















/* ========================================
   PORTFOLIO/PROJETOS FUTURISTA E MODERNO
   ======================================== */

/* Área do portfolio com fundo escuro */
.project_area {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%) !important;
    padding: 100px 0 80px !important;
    position: relative;
    overflow: hidden;
}

/* Grid de fundo animado */
.project_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 64, 0, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 64, 0, 0.02) 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.3;
    pointer-events: none;
}

/* Título centralizado e moderno */
.port_title {
    text-align: center !important;
    margin-bottom: 60px !important;
    position: relative;
    z-index: 1;
}

.port_title h4 {
    color: #FF6D00 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    margin-bottom: 15px !important;
}

.port_title h2 {
    color: white !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.port_title h2 .highlight {
    background: linear-gradient(135deg, #FF4000, #FF8C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Container dos cards */
.img_active {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    padding: 0 20px !important;
}

/* Card individual */
.inner_img_area {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(255, 64, 0, 0.2);
    background: #1a1a1a;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 400px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUpCard 0.8s ease forwards;
}

.inner_img_area:nth-child(1) { animation-delay: 0.1s; }
.inner_img_area:nth-child(2) { animation-delay: 0.2s; }
.inner_img_area:nth-child(3) { animation-delay: 0.3s; }
.inner_img_area:nth-child(4) { animation-delay: 0.4s; }
.inner_img_area:nth-child(5) { animation-delay: 0.5s; }

@keyframes fadeInUpCard {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover no card */
.inner_img_area:hover {
    transform: translateY(-15px) scale(1.02);
    border-color: rgba(255, 64, 0, 0.6);
    box-shadow: 0 25px 60px rgba(255, 64, 0, 0.4);
}

/* Imagem dentro do card */
.inner_img_overlay {
    height: 100%;
    position: relative;
}

.inner_img_overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.inner_img_area:hover .inner_img_overlay img {
    transform: scale(1.1);
}

/* Overlay escuro */
.img_overlay_go {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.inner_img_area:hover .img_overlay_go {
    opacity: 1;
}

/* Conteúdo do card */
.inner_img_context {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    padding: 30px 25px;
    transition: bottom 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.inner_img_area:hover .inner_img_context {
    bottom: 0;
}

.inner_img_context p {
    color: #FF8C00 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 10px !important;
}

.inner_img_context h2 {
    margin: 0 0 20px 0 !important;
}

.inner_img_context h2 a {
    color: white !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.inner_img_context h2 a:hover {
    color: #FF6D00 !important;
}

/* Botão de ação */
.single_icon {
    text-align: center;
}

.single_icon a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #FF4000, #FF8C00) !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    color: white !important;
    font-size: 20px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 20px rgba(255, 64, 0, 0.4);
}

.single_icon a:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347) !important;
    transform: rotate(90deg) scale(1.1);
    box-shadow: 0 8px 30px rgba(255, 64, 0, 0.6);
}

/* Responsivo */
@media (max-width: 1200px) {
    .img_active {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
        gap: 25px !important;
    }
}

@media (max-width: 768px) {
    .project_area {
        padding: 60px 0 50px !important;
    }
    
    .port_title h2 {
        font-size: 32px !important;
    }
    
    .img_active {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .inner_img_area {
        height: 350px;
    }
    
    .inner_img_context h2 a {
        font-size: 20px !important;
    }
}















/* Remover completamente o conteúdo que sobe */
.inner_img_context {
    display: none !important;
}

/* Manter apenas o overlay escuro no hover */
.inner_img_area:hover .img_overlay_go {
    opacity: 0.6 !important;
    background: rgba(0, 0, 0, 0.6) !important;
}














/* ========================================
   EFEITO DE LUZ PASSANDO - ADICIONAR AO SEU CSS
   ======================================== */

/* Adicionar overflow hidden para conter o efeito */
.inner_img_overlay {
    height: 100%;
    position: relative;
    overflow: hidden; /* Importante para o efeito */
}

/* Efeito de luz brilhante */
.inner_img_overlay::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0.1) 75%,
        rgba(255, 255, 255, 0) 100%
    );
    transform: skewX(-25deg);
    z-index: 2;
    pointer-events: none;
    animation: lightSweep 2s ease-in-out infinite;
}

/* Animação da luz passando */
@keyframes lightSweep {
    0% {
        left: -100%;
    }
    20% {
        left: -100%;
    }
    50% {
        left: 150%;
    }
    100% {
        left: 150%;
    }
}

/* Variação: Efeito apenas no hover (opcional) */
.inner_img_area:hover .inner_img_overlay::before {
    animation: lightSweepHover 0.8s ease-out;
}

@keyframes lightSweepHover {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}

/* ========================================
   VARIAÇÕES DO EFEITO (escolha uma)
   ======================================== */

/* OPÇÃO 1: Luz diagonal mais suave */
.inner_img_overlay.diagonal-light::before {
    background: linear-gradient(
        120deg,
        rgba(255, 109, 0, 0) 0%,
        rgba(255, 109, 0, 0.2) 40%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 109, 0, 0.2) 60%,
        rgba(255, 109, 0, 0) 100%
    );
    transform: skewX(-35deg);
}

/* OPÇÃO 2: Luz mais intensa e rápida */
.inner_img_overlay.intense-light::before {
    width: 40%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    animation: lightSweep 2s ease-in-out infinite;
}

/* OPÇÃO 3: Luz colorida (laranja do seu tema) */
.inner_img_overlay.colored-light::before {
    background: linear-gradient(
        90deg,
        rgba(255, 109, 0, 0) 0%,
        rgba(255, 140, 0, 0.3) 25%,
        rgba(255, 200, 100, 0.6) 50%,
        rgba(255, 140, 0, 0.3) 75%,
        rgba(255, 109, 0, 0) 100%
    );
}

/* OPÇÃO 4: Apenas no hover (sem loop) */
.inner_img_overlay.hover-only::before {
    animation: none;
}

.inner_img_area:hover .inner_img_overlay.hover-only::before {
    animation: lightSweepHover 1s ease-out;
}

/* ========================================
   EFEITO ADICIONAL: Brilho nas bordas
   ======================================== */

/* Brilho sutil ao passar a luz */
.inner_img_area {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(255, 64, 0, 0.2);
    background: #1a1a1a;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    height: 400px;
}

/* Intensificar o brilho quando a luz passa */
@keyframes borderGlow {
    0%, 100% {
        border-color: rgba(255, 64, 0, 0.2);
        box-shadow: 0 0 0 rgba(255, 64, 0, 0);
    }
    50% {
        border-color: rgba(255, 109, 0, 0.8);
        box-shadow: 0 0 30px rgba(255, 109, 0, 0.4);
    }
}

/* Sincronizar brilho da borda com a luz */
.inner_img_area .inner_img_overlay::before {
    animation: lightSweep 2s ease-in-out infinite;
}

/* Opcional: adicionar classe para ativar brilho nas bordas */
.inner_img_area.with-border-glow {
    animation: borderGlow 2s ease-in-out infinite;
}
























/* ========================================
   BARRA DE PROGRESSO DE SCROLL - CSS
   COLE NO FINAL DO SEU ARQUIVO style.css
   ======================================== */

/* Container da barra de progresso */
.scroll-progress-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.05);
    z-index: 999999;
    overflow: hidden;
}

/* Barra de progresso com gradiente */
.scroll-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #FF4000, #FF8C00, #FFB347);
    background-size: 200% 100%;
    transition: width 0.1s ease-out;
    box-shadow: 0 0 20px rgba(255, 64, 0, 0.6),
                0 0 40px rgba(255, 64, 0, 0.4);
    animation: gradientMove 3s ease infinite;
    position: relative;
}

/* Animação do gradiente */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Brilho na ponta da barra */
.scroll-progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5));
    filter: blur(5px);
}

/* Efeito pulse no final */
.scroll-progress-bar.complete {
    animation: completeFlash 0.5s ease;
}

@keyframes completeFlash {
    0%, 100% {
        box-shadow: 0 0 20px rgba(255, 64, 0, 0.6);
    }
    50% {
        box-shadow: 0 0 40px rgba(255, 64, 0, 1),
                    0 0 60px rgba(255, 140, 0, 0.8);
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .scroll-progress-container {
        height: 3px;
    }
}





















/* Justificar texto do resumo do blog */
.blog_excerpt_wordpress {
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify !important; /* TEXTO JUSTIFICADO */
    text-justify: inter-word; /* Melhora o espaçamento entre palavras */
}














/* SOLUÇÃO DEFINITIVA - REMOVER TODOS OS EFEITOS PROBLEMÁTICOS */
/*Sessão Conheça Alguns dos Nossos Valores */
.pricing_btn_modern {
    display: block !important;
    width: 100% !important;
    padding: 16px 30px !important;
    background: linear-gradient(135deg, #FF4000, #FF8C00) !important;
    border: none !important;
    border-radius: 12px !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    /* Remove todos os pseudo-elementos */
    position: relative !important;
    z-index: 10 !important;
}

.pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF5500, #FF9500) !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(255, 64, 0, 0.4) !important;
}

/* Remova os pseudo-elementos existentes */
.pricing_btn_modern::before,
.pricing_btn_modern::after {
    display: none !important;
}

/* Para o card em destaque */
.pricing_card_modern.featured .pricing_btn_modern {
    background: linear-gradient(135deg, #FF4000, #FF8C00) !important;
}

.pricing_card_modern.featured .pricing_btn_modern:hover {
    background: linear-gradient(135deg, #FF8C00, #FFB347) !important;
}
























/* ======================================== */
/* CORREÇÃO PARA FAQ - REMOVE PISCADA NOS ITENS */
/* ======================================== */

.faq_item_modern::after {
    content: none !important;
    display: none !important;
}

.faq_question_modern::before {
    pointer-events: none !important;
    z-index: -1 !important;
}

/* Remove o efeito de brilho que atrapalha o clique */
.faq_item_modern:hover::after {
    animation: none !important;
    display: none !important;
}

/* Corrige o problema do clique nos itens do FAQ */
.faq_item_modern {
    cursor: pointer !important;
    position: relative !important;
}

.faq_question_modern {
    cursor: pointer !important;
    position: relative !important;
    z-index: 1 !important;
}

/* Remove qualquer transição problemática */
.faq_item_modern:hover {
    transform: translateX(5px) !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

/* Garante que o ícone do FAQ funcione corretamente */
.faq_icon_modern {
    position: relative !important;
    z-index: 2 !important;
}

/* Remove efeitos de hover que podem interferir */
.faq_question_modern:hover {
    background: rgba(255, 255, 255, 0.05) !important;
    transition: background 0.3s ease !important;
}

/* ======================================== */
/* CORREÇÃO ESPECÍFICA PARA FAQ MODERNO */
/* ======================================== */

/* Remove o pseudo-elemento problemático */
.faq_item_modern::after {
    display: none !important;
    content: none !important;
}

/* Simplifica as animações */
.faq_item_modern.active .faq_answer_modern {
    max-height: 500px !important;
    transition: max-height 0.4s ease !important;
}

.faq_answer_modern {
    transition: max-height 0.4s ease !important;
}

/* Corrige o ícone de expandir/recolher */
.faq_item_modern.active .faq_icon_modern {
    transform: rotate(180deg) !important;
    transition: transform 0.3s ease !important;
}

.faq_icon_modern i {
    transition: transform 0.3s ease !important;
}

/* Remove qualquer overlay que possa bloquear cliques */
.faq_item_modern:hover::before,
.faq_item_modern::before {
    pointer-events: none !important;
}

/* ======================================== */
/* VERSÃO DE EMERGÊNCIA - FAQ SIMPLIFICADO */
/* ======================================== */

.faq_item_modern_simple {
    background: #1a1a1a !important;
    border: 1px solid rgba(255, 64, 0, 0.3) !important;
    border-radius: 16px !important;
    margin-bottom: 15px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.faq_item_modern_simple:hover {
    border-color: rgba(255, 64, 0, 0.6) !important;
    transform: translateY(-3px) !important;
}

.faq_question_modern_simple {
    padding: 20px 25px !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    background: #1a1a1a !important;
}

.faq_answer_modern_simple {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.3s ease !important;
}

.faq_item_modern_simple.active .faq_answer_modern_simple {
    max-height: 500px !important;
}

.faq_answer_content_simple {
    padding: 0 25px 25px 25px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}















































/* ========================================
   CORREÇÕES RESPONSIVAS - BEST DIGITAL
   Correções para todas as resoluções
   Adicione este CSS no final do style.css
   ou crie um arquivo separado e importe após o style.css
   ======================================== */

/* ========================================
   1. CORREÇÕES GERAIS DO HEADER
   ======================================== */

/* Ajusta o padding do menu para telas menores */
.main_menu_area {
    padding: 3px 50px;
}

/* Telas maiores que 1600px - mantém o original */
@media (min-width: 1600px) {
    .main_menu_area {
        padding: 3px 100px;
    }
}

/* Telas entre 1200px e 1599px */
@media (max-width: 1599px) and (min-width: 1200px) {
    .main_menu_area {
        padding: 3px 30px;
    }
    
    /* Reduz espaçamento dos itens do menu */
    .inner_main_nav_area > ul > li > a {
        margin: 30px 12px 30px;
        font-size: 16px;
    }
    
    /* Ajusta o botão de orçamento */
    .menu_orcamento .b_btn a {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    /* Ajusta área de WhatsApp */
    .main_menu_address_a {
        margin-left: 15px;
        gap: 10px;
    }
    
    .mcallphone p {
        font-size: 13px;
    }
    
    .mcallphone p a {
        font-size: 14px;
    }
    
    .mcallicon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

/* ========================================
   2. CORREÇÃO ESPECÍFICA PARA 1366x768
   (e outras telas entre 992px e 1199px)
   ======================================== */

@media (max-width: 1199px) and (min-width: 992px) {
    .main_menu_area {
        padding: 3px 15px;
    }
    
    /* Ajusta as colunas do grid */
    .main_menu_all_item > .col-lg-2 {
        flex: 0 0 15%;
        max-width: 15%;
    }
    
    .main_menu_all_item > .col-lg-6 {
        flex: 0 0 55%;
        max-width: 55%;
    }
    
    .main_menu_all_item > .col-lg-4 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    
    /* Reduz tamanho do logo */
    .site_logo_area img {
        max-width: 150px;
        height: auto;
    }
    
    /* Ajusta navegação */
    .inner_main_nav_area > ul > li > a {
        margin: 25px 8px 25px;
        font-size: 14px;
    }
    
    /* Ajusta botão de orçamento no menu */
    .menu_orcamento .b_btn {
        margin-top: 0;
    }
    
    .menu_orcamento .b_btn a {
        padding: 10px 15px;
        font-size: 12px;
        margin-right: 0;
    }
    
    /* Ajusta área direita - WhatsApp e menu hamburguer */
    .main_nav_area {
        gap: 10px;
    }
    
    .main_menu_address_a {
        margin-left: 0;
        gap: 8px;
    }
    
    .mcallicon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        border-width: 1px;
    }
    
    .mcallphone p {
        font-size: 11px;
        line-height: 1.2;
    }
    
    .mcallphone p a {
        font-size: 13px;
    }
    
    .main_nav_icon_right {
        margin-left: 10px;
    }
    
    .main_nav_icon_right > i {
        font-size: 24px;
    }
}

/* ========================================
   3. TELAS ENTRE 768px e 991px (Tablets)
   ======================================== */

@media (max-width: 991px) and (min-width: 768px) {
    .main_menu_area {
        padding: 3px 10px;
    }
    
    /* Esconde o menu desktop em tablets */
    .inner_main_nav_area {
        display: none;
    }
    
    /* Mostra menu mobile */
    .mobile_logo_area {
        display: block !important;
    }
    
    /* Ajusta colunas */
    .main_menu_all_item > .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .main_menu_all_item > .col-lg-6 {
        display: none;
    }
    
    .main_menu_all_item > .col-lg-4 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    /* Logo menor */
    .site_logo_area img {
        max-width: 140px;
    }
    
    /* Ajustes na área direita */
    .main_nav_area {
        justify-content: flex-end;
    }
    
    .main_menu_address_a {
        gap: 8px;
    }
    
    .mcallicon {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }
    
    .mcallphone p {
        font-size: 12px;
    }
}

/* ========================================
   4. TELAS MENORES QUE 768px (Mobile)
   ======================================== */

@media (max-width: 767px) {
    .main_menu_area {
        display: none;
    }
    
    .mobile_logo_area {
        display: block !important;
    }
}

/* ========================================
   5. CORREÇÕES ADICIONAIS DO SLIDER
   ======================================== */

/* Telas entre 992px e 1199px */
@media (max-width: 1199px) and (min-width: 992px) {
    .inner_slider_area {
        height: 750px;
    }
    
    .inner_slider_content {
        width: 80%;
    }
    
    .inner_slider_content h2 {
        font-size: 45px;
        width: 70%;
    }
    
    .inner_slider_content p {
        width: 60%;
        font-size: 16px;
    }
    
    .b_btn a {
        padding: 14px 30px;
        font-size: 14px;
    }
}

/* Telas entre 768px e 991px */
@media (max-width: 991px) and (min-width: 768px) {
    .inner_slider_area {
        height: 650px;
    }
    
    .inner_slider_content {
        width: 90%;
    }
    
    .inner_slider_content h2 {
        font-size: 38px;
        width: 80%;
    }
    
    .inner_slider_content p {
        width: 70%;
        font-size: 15px;
    }
}

/* ========================================
   6. CORREÇÃO DA BORDA TRACEJADA
   ======================================== */

.main_menu_all_item {
    align-items: center;
    border-bottom: 2px dashed var(--whitec);
    flex-wrap: nowrap; /* Impede que os itens quebrem linha */
}

/* ========================================
   7. CORREÇÕES DO BOTÃO ORÇAMENTO
   ======================================== */

/* Garante que o botão de orçamento não quebre */
.menu_orcamento {
    white-space: nowrap;
}

.menu_orcamento .b_btn {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
}

.menu_orcamento .b_btn a.active {
    padding: 14px 25px;
    white-space: nowrap;
}

/* Ajustes para diferentes resoluções */
@media (max-width: 1399px) and (min-width: 1200px) {
    .menu_orcamento .b_btn a.active {
        padding: 12px 20px;
        font-size: 13px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .menu_orcamento .b_btn a.active {
        padding: 10px 15px;
        font-size: 12px;
    }
}

/* ========================================
   8. AJUSTE DA LARGURA DO CONTAINER
   ======================================== */

@media (max-width: 1199px) {
    .container-full {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ========================================
   9. CORREÇÃO DO DROPDOWN DE SERVIÇOS
   ======================================== */

/* Reset do submenu - remove qualquer interferência */
.inner_main_nav_area ul li .sub_menu {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 99999 !important;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec) !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

/* Mostra o submenu no hover - IMPORTANTE */
.inner_main_nav_area > ul > li:hover > .sub_menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto;
}

/* Itens do submenu - CORES ORIGINAIS */
.inner_main_nav_area ul li .sub_menu li {
    display: block;
    width: 100%;
    position: relative;
    list-style: none;
}

.inner_main_nav_area ul li .sub_menu li a {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #444;
    padding: 6px 17px;
    text-transform: capitalize;
    white-space: nowrap;
    transition: all 0.3s ease;
    background: transparent;
}

.inner_main_nav_area ul li .sub_menu li a:hover {
    color: var(--bgcolor);
    margin-left: 5px;
    background: transparent;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .inner_main_nav_area ul li .sub_menu {
        min-width: 180px;
    }
    
    .inner_main_nav_area ul li .sub_menu li a {
        font-size: 14px;
        padding: 5px 12px;
    }
}

/* ========================================
   10. CORREÇÕES PARA O STICKY HEADER
   ======================================== */

.main_menu_area.sticky {
    padding: 0 50px;
}

@media (min-width: 1600px) {
    .main_menu_area.sticky {
        padding: 0 100px;
    }
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .main_menu_area.sticky {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main_menu_area.sticky {
        padding: 0 15px;
    }
    
    .main_menu_area.sticky .inner_main_nav_area > ul > li > a {
        margin: 20px 8px;
    }
}

/* ========================================
   11. AJUSTES FINAIS DE ALINHAMENTO
   ======================================== */

/* Garante alinhamento vertical correto */
.main_menu_all_item {
    display: flex;
    align-items: center;
}

.site_logo_area {
    display: flex;
    align-items: center;
    height: 100%;
}

.inner_main_nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.inner_main_nav_area > ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

/* Garante que apenas o UL principal seja flex, não os submenus */
.inner_main_nav_area > ul > li {
    position: relative !important;
    display: inline-block;
}

.inner_main_nav_area > ul > li > .sub_menu {
    display: block;
}

.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

/* ========================================
   12. CORREÇÃO ESPECÍFICA PARA 1366x768
   ======================================== */

@media (width: 1366px) {
    .main_menu_area {
        padding: 3px 20px;
    }
    
    .inner_main_nav_area > ul > li > a {
        margin: 25px 10px 25px;
        font-size: 15px;
    }
    
    .menu_orcamento .b_btn a.active {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .mcallphone p {
        font-size: 12px;
    }
    
    .mcallphone p a {
        font-size: 13px;
    }
}

/* ========================================
   13. CORREÇÕES PARA SEÇÕES INTERNAS
   ======================================== */

/* Cards de serviços */
@media (max-width: 1199px) and (min-width: 992px) {
    .service-card-v2 {
        margin-bottom: 25px;
    }
    
    .card-header-v2 h3 {
        font-size: 20px;
    }
}

/* Área de preços */
@media (max-width: 1199px) and (min-width: 992px) {
    .pricing_grid_modern {
        gap: 25px;
    }
    
    .pricing_card_modern {
        padding: 0;
    }
}

/* FAQ */
@media (max-width: 1199px) and (min-width: 992px) {
    .faq_question_text {
        font-size: 16px;
    }
}

/* ========================================
   14. TRANSIÇÕES SUAVES
   ======================================== */

.main_menu_area,
.inner_main_nav_area > ul > li > a,
.menu_orcamento .b_btn a,
.main_menu_address_a,
.mcallicon,
.mcallphone p,
.site_logo_area img {
    transition: all 0.3s ease;
}

/* ========================================
   15. FIX PARA EVITAR OVERFLOW HORIZONTAL
   ======================================== */

html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

.main_menu_area {
    max-width: 100%;
    box-sizing: border-box;
}

.container-full {
    max-width: 100%;
    /* NÃO usar overflow:hidden aqui pois corta o submenu */
}






/* ===================================
   CUSTOM: Footer Copyright Links Style
   =================================== */

/* Remove estilo de link dos textos Termos de Uso e Política de Privacidade */
.footer_copyright_text a {
    color: #8E8E8E !important;
    text-decoration: none !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
    transition: color 0.3s ease;
}

/* Efeito hover sutil nos links */
.footer_copyright_text a:hover {
    color: #FF8C00 !important;
    text-decoration: none !important;
}

/* Remove qualquer sublinhado ou estilo ao clicar */
.footer_copyright_text a:active,
.footer_copyright_text a:focus {
    color: #8E8E8E !important;
    text-decoration: none !important;
    outline: none !important;
}



































