a, a.nav-link {
    transition: all 500ms;
    text-decoration: none;
}
.a_like {
    cursor: pointer;
    transition: all 500ms;
}

body {
    overflow-x: hidden;
}

.link_arrow {
    position: relative;
    padding-right: 40px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

.add_shadow {
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}







.overise {    
  position: relative;
}

.overise * {
    position: relative;
    z-index: 1;
}


.overise::before {
  content: "";
  position: absolute;
  inset: 0;
  background:linear-gradient(to top,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0));
  opacity: 1;
  z-index: 0;
  transition: all 300ms;
}

.overise:hover::before {
  opacity: 0.4;
}



.link_arrow::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    right:0;
    top:4px;
    background-image: url('/wp-content/themes/curva-grande/images/link-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}


@media screen and (min-width: 740px) {
.link_arrow::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    right:0;
    top:14px;
    background-image: url('/wp-content/themes/curva-grande/images/link-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}
}

.link_arrow:hover::after {
    opacity: 0;
    right: -40px;
}

.link_arrow_small {
    position: relative;
    padding-right: 24px;
}

.link_arrow_small::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    right:0;
    top:-2px;
    background-image: url('/wp-content/themes/curva-grande/images/link-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}

.link_arrow_small:hover::after {
    opacity: 0;
    right: -40px;
}

.add_arr.text-md-start {
    position: relative;
    padding-left: 50px;
}


@media screen and (min-width: 740px) {
.add_arr.text-md-start {
    position: relative;
    padding-left: 40px;
}
}

.add_arr.text-md-start::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    left:24px;
    top:2px;
    background-image: url('/wp-content/themes/curva-grande/images/right.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}


@media screen and (min-width: 740px) {
.add_arr.text-md-start::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    left:15px;
    top:4px;
    background-image: url('/wp-content/themes/curva-grande/images/right.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}
}


.add_arr.text-md-end {
    position: relative;
    padding-left: 50px;
}


@media screen and (min-width: 740px) {
.add_arr.text-md-end {
    position: relative;
    padding-right: 40px;
}
}

.add_arr.text-md-end::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    left:24px;
    top:2px;
    background-image: url('/wp-content/themes/curva-grande/images/right.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}


@media screen and (min-width: 740px) {
.add_arr.text-md-end::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 22px;
    right:15px;
    left:unset;
    top:4px;
    background-image: url('/wp-content/themes/curva-grande/images/left.png');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 300ms;
}
}

/* Custom XXXL Breakpoint Utilities (1600px+) */
@media (min-width: 1620px) {
    /* Display utilities for xxxl */
    .d-xxxl-none { display: none !important; }
    .d-xxxl-inline { display: inline !important; }
    .d-xxxl-inline-block { display: inline-block !important; }
    .d-xxxl-block { display: block !important; }
    .d-xxxl-grid { display: grid !important; }
    .d-xxxl-table { display: table !important; }
    .d-xxxl-table-row { display: table-row !important; }
    .d-xxxl-table-cell { display: table-cell !important; }
    .d-xxxl-flex { display: flex !important; }
    .d-xxxl-inline-flex { display: inline-flex !important; }
    
    /* Text alignment utilities for xxxl */
    .text-xxxl-start { text-align: left !important; }
    .text-xxxl-end { text-align: right !important; }
    .text-xxxl-center { text-align: center !important; }
    
    /* Container for xxxl screens */
    .container-xxxl {
        max-width: 1600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Column utilities for xxxl */
    .col-xxxl-1 { flex: 0 0 auto; width: 8.33333333%; }
    .col-xxxl-2 { flex: 0 0 auto; width: 16.66666667%; }
    .col-xxxl-3 { flex: 0 0 auto; width: 25%; }
    .col-xxxl-4 { flex: 0 0 auto; width: 33.33333333%; }
    .col-xxxl-5 { flex: 0 0 auto; width: 41.66666667%; }
    .col-xxxl-6 { flex: 0 0 auto; width: 50%; }
    .col-xxxl-7 { flex: 0 0 auto; width: 58.33333333%; }
    .col-xxxl-8 { flex: 0 0 auto; width: 66.66666667%; }
    .col-xxxl-9 { flex: 0 0 auto; width: 75%; }
    .col-xxxl-10 { flex: 0 0 auto; width: 83.33333333%; }
    .col-xxxl-11 { flex: 0 0 auto; width: 91.66666667%; }
    .col-xxxl-12 { flex: 0 0 auto; width: 100%; }
}



.block_container {
    border-radius: 15px;
    overflow: hidden;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    margin-top: 0;
}

/* 
========================================================= Navigation Menu Styles 
*/

header {
    position: sticky;
    top: 0;
    z-index: 10;
}


.navbar-brand {
    padding-top:20px;
    padding-bottom:20px;
}

.navbar-brand img {
    width: 100%;
    max-width: 95px;
    height: auto;
}


@media screen and (min-width: 740px) {
.navbar-brand img {
    width: 100%;
    max-width: 165px;
    height: auto;
}
}

.nav-link {
    color: #f18f00;
    font-size: 14px;
    font-weight: 600;
}


.nav-link:hover {
    color: #ffffff;
}

.navbar-nav .submenu-item {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.navbar-nav .submenu-item:hover {
    color: #f18f00;
}



.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #f18f00;
}



ul.submenu {
    padding-left:0;
    list-style: none;
}   

.nav_dropdown_wrapper {
    background-image: url('/wp-content/themes/curva-grande/images/menu_bg-mobile.png');
        background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
    padding-right: 0%;
    padding-left: 5%;
    padding-bottom: 22%;

}


@media screen and (min-width: 740px) {
.nav_dropdown_wrapper {
    background-image: url('/wp-content/themes/curva-grande/images/menu_bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:29px;
    padding-right: 8%;
    padding-left: 15%;
    padding-bottom: 13%;
}
}

nav#header {
    padding-top:0;
    padding-bottom:0;
}

.nav_main_wrapper {
    background-image: url('/wp-content/themes/curva-grande/images/nav_bg.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

#Layer_1 {
    width:64px;
    height:44px;
    cursor: pointer;
    border:0;
    position: relative;
    z-index: 9;
}

   .nav_main_dropdown_wrapper .navbar-nav {
        display: block;
    }
@media screen and (min-width: 740px) {
    .nav_main_dropdown_wrapper .navbar-nav {
        display: flex;
    }
}

/* Stacked Navigation Menu Styles */
.navbar-nav {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.navbar-nav > .nav-item {
    margin-right: 60px;
    position: relative;
}


.nav_main_wrapper {
    position: relative;
}

.nav_main_dropdown_wrapper {
    position: absolute;
    top:0;
    right: 0;
    z-index: 8;
}

/* Slide in from top right corner */
#navbar {
    transform-origin: top right;
    transition: all 0.35s;
}

#navbar:not(.show) {
    transform: translateX(100%) translateY(-100%) scale(0.5);
    opacity: 0;
}

#navbar.show {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 1;
}


/* 
========================================================= VIDEO HERO STYLES 
*/

.video_hero_wrapper {
    margin-top:1rem;
}

.video_hero_container {
    min-height: 510px;
    overflow: hidden;
    position: relative;
}

/* Background Video Styles */
.video_hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

/* Content Overlay */
.video_hero_content {
    position: relative;
    z-index: 2;
    height: 510px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:60px;
}

/* Optional: Add a dark overlay for better text readability */
.video_hero_container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
}




/* 
========================================================= Image Slider Styles 
*/



.image_slider_wrapper {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 1rem;
}

.single_image_slider_wrapper {
    height: 510px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Circular Carousel Indicators */
#carouselImageSlider .carousel-indicators {
    bottom: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: start;
    margin-bottom: 0px;
     margin-left: 20px;
    /*margin-bottom: 1rem;
     margin-left: 15%;
    margin-right: 15%; */
    padding: 0;
}




#carouselImageSlider .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin: 0 4px;
}

#carouselImageSlider .carousel-indicators [data-bs-target].active {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: scale(1.1);
}

#carouselImageSlider .carousel-indicators [data-bs-target]:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.8);
}

#carouselImageSlider .image_slider_link_wrapper {
    display: inline-block;
    position: absolute;
    bottom:65px;
    right:20px;
}


@media screen and (min-width: 740px) {
#carouselImageSlider .image_slider_link_wrapper {
    display: inline-block;
    position: absolute;
    bottom:65px;
    right:50px;
}
}





/* 
========================================================= Two Columns Wrapper
*/


.two_columns_wrapper {

    margin-top: 1rem;
}

.two_columns_single_wrapper {
    height: 510px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.two_columns_link_wrapper {
    display: inline-block;
    position: absolute;
    bottom:50px;
    right:20px;
}




@media screen and (min-width: 740px) {
.two_columns_link_wrapper {
    display: inline-block;
    position: absolute;
    bottom:50px;
    right:50px;
}
}



/* 
========================================================= Logo Slides Wrapper
*/

.logo_slides_wrapper{
    margin-top: 1rem;
     border-radius: 15px;
    overflow: hidden;
    background-color: #000000;
    padding-top:68px;
    padding-bottom:58px;
}

.logo_slides_title {
    padding-bottom:40px;
}

.logo_top_slide {
    padding-bottom:30px;
}


.logo_top_slide {
    width: 100%;
    overflow: hidden;
}

.logo_top_slide ul, .logo_top_slide li {
    list-style: none;
}
.logo_top_slide ul.flex {
    display: flex;
    align-items: center;
}

.logo_top_slide ul.flex li {
    flex-shrink: 0;
}


.logo_bottom_slide {
    width: 100%;
    overflow: hidden;
}

.logo_bottom_slide ul, .logo_bottom_slide li {
    list-style: none;
}
.logo_bottom_slide ul.flex {
    display: flex;
    align-items: center;
}

.logo_bottom_slide ul.flex li {
    flex-shrink: 0;
}



.logo_top_slide img, .logo_bottom_slide img{
margin-right:50px;
}

/* 
========================================================= Content Background Wrapper
*/

.content_background_wrapper {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
}

.content_background_container {
    padding-top:1rem;
    padding-bottom:0;
}



@media screen and (min-width: 740px) {
.content_background_container {
    padding-top:100px;
    padding-bottom:160px;
}
}

.content_background_title {
    padding-bottom:60px;
}

.content_background_content  p {
    margin-bottom: 2rem;
}





/* 
========================================================= Testimonials Slider Styles 
*/



.testimonials_slider_wrapper {
    border-radius: 15px;
    overflow: hidden;
    margin-top: 1rem;
}

.single_testimonials_slider_wrapper {
    height: 510px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.single_testimonials_slider_bg {
    background-color:rgba(0, 0, 0, 0.49);
    position: relative;
    padding-top:30px;
    padding-bottom:50px;
}

/* Circular Carousel Indicators */
#carouselTestimonialsSlider .carousel-indicators {
    bottom: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: center;
    justify-content: start;
    margin-bottom: 0px;
     margin-left: 20px;
    /*margin-bottom: 1rem;
     margin-left: 15%;
    margin-right: 15%; */
    padding: 0;
}




#carouselTestimonialsSlider .carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin: 0 4px;
}

#carouselTestimonialsSlider .carousel-indicators [data-bs-target].active {
    background-color: rgba(241, 143, 0, 1);
    border-color: rgba(255, 255, 255, 1);
    opacity: 1;
    transform: scale(1.1);
}

#carouselTestimonialsSlider .carousel-indicators [data-bs-target]:hover {
    opacity: 1;
    background-color: rgba(241, 143, 0, 0.8);
}

#carouselTestimonialsSlider .single_testimonials_slider_logo {
    display: inline-block;
    position: absolute;
    bottom:50px;
    right:50px;
}




.single_testimonials_slider_logo img {
    max-width: 70px;
    width: 100%;
    height: auto;
}


@media screen and (min-width: 740px) {

.single_testimonials_slider_logo img {
    max-width:100%;
    width: 100%;
    height: auto;
}
}



/* 
========================================================= Links Slider Styles  
*/

.links_slider_wrapper {
    
    margin-top: 1rem;
}

.links_slider_item {
    border-radius: 15px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    position: relative;
}   

.links_slider_item {
    margin-left:0.5rem;
    margin-right:0.5rem;
}

.scroll_prev, .scroll_next {
    cursor: pointer;
    transition: all 300ms;
}

.scroll_prev:hover, .scroll_next:hover {
    opacity: 0.8;
}

.links_slider_item {
    padding-left:40px;
    padding-right:26px;
    padding-top:26px;
    padding-bottom:26px;
}


.links_slider_title {
    padding-top:70px;
    padding-bottom:70px;
}




/* 
========================================================= Footer Styles  
*/

.footer_cont_wrapper {
    margin-top: 1rem;
}

.footer_cont_cont {
    padding-top: 100px;
    padding-bottom: 100px;
}



.footer_nav_cont ul.nav {
    display: block;
}


@media screen and (min-width: 740px) {
.footer_nav_cont ul.nav {
    display: flex;
}
}

.footer_nav_cont .submenu-item {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
}

.footer_nav_cont .submenu-item:hover {
    color: #f18f00;
}

footer {
    padding-top:40px;
    padding-bottom:40px;
}

.bottom_footer {
    padding-top:80px;
}

.footer_logo_wrapper {
    padding-bottom:30px;
}







/* 
========================================================= Image Hero Styles  
*/

.image_hero_wrapper {
background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}


@media screen and (min-width: 740px) {
.image_hero_wrapper {
background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 940px;
}
}




/* 
========================================================= Services Styles  
*/

.services_wrapper {
    padding-top:66px;
    padding-bottom:66px;
}

.services_intro {
    padding-top:70px;
}


.services_intro_text {
    padding-bottom:32px;
}

.services_title {
    padding-bottom:20px;
}



@media screen and (min-width: 740px) {
.services_title {
    padding-bottom:0px;
}
}

.services_intro .add_arr {
    padding-bottom:12px;
}

@media screen and (min-width: 740px) {
.services_intro .add_arr {
    padding-bottom:0;
}
}


/* 
========================================================= Case Study Hero Wrapper
*/

.case_study_hero_wrapper {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}



.case_study_hero_container {
    padding-top:0;
    padding-bottom:1rem;
     background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}



@media screen and (min-width: 740px) {
.case_study_hero_container {
    padding-top:100px;
    padding-bottom:160px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
}

.case_study_hero_title {
    padding-bottom:1rem;
}

.mobile_image_cont {
    padding-bottom:1rem;
}

.case_study_hero_content span {
    padding-right: 0px;
    display: inline-block;
    line-height: 26px;

}



@media screen and (min-width: 740px) {
.case_study_hero_content span {
    padding-right: 150px;
    display: inline-block;
    line-height: 26px;

}
}





/* 
========================================================= Image Hero Rounded Styles  
*/

.image_hero_rounded_wrapper {
    margin-top:1rem;
background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 640px;
}




/* 
========================================================= Testimonials Page Styles
*/

.testimonials_page_wrapper {
    margin-top:1rem;

}


.testimonials_page_wrapper .card-text {
   padding-left:30px;
   padding-right:30px;
}



.testimonials_page_wrapper .card-body {
    padding-left:0;
    padding-right:0;
}

.testimonials_page_wrapper .card {
   padding-top:30px;
   padding-bottom:30px;
   padding-left:30px;
   padding-right:30px;
   border-radius: 15px;
}

.testimonials_page_wrapper .card-logo {
   padding-top:20px;
}



.testimonials_page_wrapper .card_white {
   background-color: #ffffff;
   border:3px solid #000000;
}
.testimonials_page_wrapper .card_grey {
   background-color: rgba(0, 0, 0, 0.34);
   border:0;
}
.testimonials_page_wrapper .card_orange {
   background-color: #f18f00;
   border:0;
}

.testimonials_page_wrapper img.bottom_quote {
    position: relative;
    /*top: 23px;*/
        top: 22px;
    left: 11px;
}

.card-body .quote_top img, .card-body .bottom_quote {
    max-width: 20px;
    display: none;
}

.card-logo img {
    /*max-width: 80px;*/
    max-height: 70px;
}