/*
Theme Name: bartabdev
Theme URI: http://xxx.com/
Template: builder
Version: 3.4
Updated: 10/10/2024
Author: Thomas Digital
Author URI: https://www.thomasdigital.com
Description: Builder with drag and drop elements using wireframe kit design.
Tags: wordpress, bootstrap, wireframe, acf
*/

/*------------------------------------------
    #MARK: REMOVE
------------------------------------------*/
#gform_confirmation_message_1{ color:#FFF !important}
[data-overlay="default"] {
    background-color: #094D5E;
}

.ssc:hover span {
    color: #FF9D04 !important;
}

.contact-info footer .copyright .foot a:hover span {
color: #FF9D04 !important;
}

#gform_submit_button_1 {
    text-transform: uppercase !important;
}

.mini-links a:hover span {
    color: #FF9D04 !important;
}

.heateor_sss_svg {
    padding: 3.5px !important;
}

#navbar-home .menu-extension {
    transition: all 0.3s ease;
}

#navbar-home .menu-extension {
    margin-left: 50px ;
}

.sc-contact:hover span {
    color:white;
}

/* #region */
.bg-template {
    position: relative;
}

.bg-template::before {
    content: "";
    background: url(./images/theme/bg-template.png) no-repeat center right;
    background-size: cover;
    position: absolute;
    top: 560px;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
}

.bg-template.v1::after {
    top: 250px;
}

@media (max-width: 1024px) {
    .bg-template::before {
        display: none;
    }
}

.opener g {
    fill: white;
}

.closer svg {
    width: 25px !important;
    fill: white !important;
}

@media (max-width: 768px) {
    [data-template="spacer"] {
        display: none;
    }
}

.mh { 
    min-height: 2000px; 
}

body:not(.wp-admin) {
    
}

b, strong {
    font-weight: 700;
}

/* #endregion */

/*------------------------------------------
    #MARK: ROOT
------------------------------------------*/
/* #region */

:root {

    --font-size: 18px;
    --font-1: "Frank Ruhl Libre";
    --font-2: "Manrope";
    --h1: 80px;
    --h2: 42px;
    --h3: 30px;
    /*
    --color1: #003663;
    --color2: #001221;
    --color3: #CC003B;

    
    --h4: 32px;
    --h5: 24px;
    --h6: 18px;
    */

    --color10: black;
    --color11: white;

    --a: #DDA15E;
    --hover: #A1AEB7;       

    --darktitle:white;
    --darktext:white;
}

.btitle  {
    color: #FF9D04;
    font-family: var(--font-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mtitle {
    color: var(--2, #0F2340);
    font-family: var(--font-1);
    /* font-size: 42px; */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 46.2px */
}

.dtext {
    color: var(--3, #57575A);
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}

/* #endregion */

/*------------------------------------------
    #MARK: GENERAL
------------------------------------------*/
/* #region */


/* #endregion */

/*------------------------------------------
    #MARK: BUTTONS
------------------------------------------*/
/* #region */
.btn-1 {
    border: 1px solid white;
    background-color: transparent;
    
    padding: 15px 24px;
    border-radius: 0;
}

.btn-1 span {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}

.btn-1:hover {
    background-color: #FFF;
    border: 1px solid #FFF;
}

.btn-1:hover span {
    color: #094D5E;
}

.btn-1.is-active {
    background-color: #FF9D04;
    border: 1px solid #FF9D04;
}

.btn-2 {
    border: none;
    background: #094D5E;
    padding: 20px 24px;
    border-radius: 0;
}

.btn-2 span {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}

.btn-2:hover::after {
    background: #094D5E !important;
    border: transparent;
}

.btn-2:hover span {
    color: white;
    
}

/**/
.sel-menu ul.mv {
    border: 2px solid #FF9D04 !important;
}

.hidden {
    display: none;
}

/* #endregion */

/*------------------------------------------
    #MARK: HEADER
------------------------------------------*/
/* #region */

.navbar-brand {
    width: 225px;
}

@media (max-width: 1024px) {
    .navbar-brand.mobile-logo {
        width: 151px;
    }
}

header {
    transition: all 0.3s ease;
}

header.sticky-head {
    background: #094D5E;
}

header .menu_wrap {
    position: relative;
    z-index: 2;
    padding: 15px 0;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
    align-items: baseline;
}

#navbar-home .navbar-nav {
    gap: 50px;
}

header .main-menu .navbar-nav .nav-link {
    color: #FFF;
    text-align: right;
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
}

header .main-menu .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #FF9D04;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

header .main-menu .navbar-nav .menu-item .nav-link {
    position: relative;
}



header .main-menu .navbar-nav .menu-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #FF9D04; /* Orange color */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

header .main-menu .navbar-nav .menu-item:hover .nav-link::after, header .main-menu .navbar-nav .menu-item.active .nav-link::after {
    width: 100%;
}

.mobile-menu {
    background: #094D5E;
}

@media (max-width: 1024px) {
    header  {
        background: #094D5E;
    }

    .navbar-nav {
        gap: 30px;
    }
}




/* header .main-menu .navbar-nav .nav-item:hover .nav-link::after,
header .main-menu .navbar-nav .nav-item.active .nav-link::after {
    width: 100%;
} */

/* #endregion */

/*------------------------------------------
    #MARK: MENUS
------------------------------------------*/
/* #region */

.main-menu .navbar-nav {
    /* gap */
}

.main-menu .navbar-nav  .nav-link {
    padding: 0;
}

.main-menu .nav-link span {
    /* color */
}

.main-menu .menu-item {
    /* padding */
}

.main-menu .menu-item.active .nav-link span,
.main-menu .menu-item .nav-link:hover span {
    /* color */
}

/* #endregion */

.ff-cta .overlay img {
    height: 100%;
    object-fit: cover;
}

.ff-cta .container-xl {
    min-height: 480px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
    padding-bottom: 56px;
}

.ff-cta .container-xl .dinfo .mtitle {
    color: #FFF;
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 42px; */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 46.2px */
}

.ff-cta .container-xl .dinfo .dtext {
    margin-top: 20px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
}

.ff-cta .container-xl .dinfo .btn-loop {
    margin-top: 30px;
}




/*------------------------------------------
    #MARK: FOOTER
------------------------------------------*/
/* #region */

footer {
    min-height: 365px;
    padding-top: 66px;
}

footer .footer-menu .menu-title {
    display: none;
}

footer .footer-menu .menu-links.hide-lg {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    gap: 60px;
}

footer .footer-menu .menu-links.hide-lg li {
    position: relative;
    padding-right: 0;
}

/* Hide the first footer menu item's separator */
footer .footer-menu .menu-links.hide-lg li:first-child::after {
    display: none;
}

footer .footer-menu .menu-links.hide-lg li::after {
    content: "/";
    position: absolute;
    color: white;
    top: 0;
    right: 30px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

footer .footer-menu .menu-links a, footer .footer-menu .menu-item {
    position: relative;
    color: #FFF;
    text-align: left;
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
    text-transform: uppercase;
    transition: all 0.3s ease;
    z-index: 2;
}

footer .footer-menu .menu-links.hide-lg a::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 3px;
    background: #FF9D04; /* Orange color */
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

footer .footer-menu .menu-links.hide-lg li:hover a::after, 
footer .footer-menu .menu-links.hide-lg li a.is-active::after {
    width: 100%;
}

/* Mobile */

footer .footer-menu .menu-links.mv {
    display: none;
}

/* footer .footer-menu .menu-item {
    padding: 15px 10px 15px !important;
} */

footer .footer-menu .menu-links.mv a{
    padding: 15px 0;
}

footer .dcontact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    gap: 60px;
}

footer .dcontact .item {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 15px */
}

footer .dcontact .item .sc-contact {
    color: #B2B0B0;
    padding-left: 2px;
}

footer .border {
    margin-top: 46px;
    margin-bottom: 39px;
    width: 100%;
    height: 1px;
    opacity: 0.1;
    background: #D9D9D9;
}

footer .copyright {
    padding-top: 30px;
}

footer .copyright .foot, footer .copyright .foot a {
    display: flex;
    color: #FFF;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s ease;
}

footer .copyright .foot a:hover {
    color: #FF9D04;
}

footer .copyright .foot .f-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .copyright .foot .f-right .web {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-menu .menu-links a {
    z-index: 10;
    position: relative;
}

footer .is-mobile .d-link.is-active span {
    color: #FF9D04;
}

@media (max-width: 1024px) {
    footer .copyright {
        padding-top: 0;
    }

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

    footer .footer-menu .menu-links.hide-lg {
        display: none;
    }

    footer .footer-menu .menu-links.mv {
        display: block;
    }

    footer .footer-menu h6 {
        font-size: 30px;
    }

    footer .copyright .foot, footer .copyright .foot a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    footer .dtop .col-md-3 {
        /* display: none; */
    }

    footer .dtop .col-md-3 .dcompany {
        text-align: center;

    }

    footer .dtop .col-md-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    footer .dcontact {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
        gap: 10px;
    }

    footer .footer-menu {
        margin-bottom: 30px;
    }
}

@media (max-width: 470px) {
    footer {
        padding-top: 30px;
    }
}





/* #endregion */

/*------------------------------------------
    #MARK: HERO 01
------------------------------------------*/
/* #region */
.heroslider {
    position: relative;
}

.heroslider .overlay-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 366px;
    opacity: 0.8;
    background: linear-gradient(180deg, #1B1B1B 0%, rgba(27, 27, 27, 0.00) 100%);
    z-index: 2;
}

.heroslider .overlay-home::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(90deg, #1B1B1B 17.29%, rgba(27, 27, 27, 0.00) 100%);
    z-index: 2;
}

.heroslider .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 266px;
    opacity: 0.8;
    background: linear-gradient(180deg, #1B1B1B 0%, rgba(27, 27, 27, 0.00) 100%);
    z-index: 2;
}

.heroslider .overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 366px;
    opacity: 0.6;
    background: linear-gradient(0deg, #1B1B1B 17.29%, rgba(27, 27, 27, 0.00) 100%);
    z-index: 2;
}

.heroslider .container-xl {
    position: relative;
    z-index: 10;
}

.heroslider .container-xl .dinfo {
    padding-bottom: 83px
}

.heroslider .hero-opt {
    padding-right: 0;
    padding-left: 0;
}

.heroslider .container-xl .dinfo .ititle {
    color: #FFF;
    font-family:var(--font-1);
    /* font-size: 80px; */
    font-size: clamp(2.5rem, 1.9407rem + 2.4184vw, 5rem);
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 96px */
    letter-spacing: -2.4px;
    margin-top: 40px;
}

.heroslider .container-xl .dinfo .mtitle {
    color: #FFF;
    font-family:var(--font-1);
    /* font-size: 60px; */
    font-size: clamp(2.5rem, 2.2204rem + 1.2092vw, 3.75rem);
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 66px */
    margin-top: 36px;
}

.heroslider .container-xl .dinfo .ptext {
    margin-top: 20px;
    color: #FFF;
    font-family: var(--font-2);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    max-width: 570px;
}

.heroslider .container-xl .dinfo .border {
background: #FF9D04;
    width: 60px;
    height: 6px;
}

@media (max-width: 1024px) {
    .heroslider  [data-design*="slider-single"] .slide-bg {
        position: relative;
    }

    .heroslider .container-xl .dinfo {
        padding: 60px 0;
    }

    .heroslider .container-xl .dinfo .ptext {
        font-size: 20px !important;
    }

    .heroslider .owlbtn {
        display: none;
    }
    .heroslider [data-colwidth="7"] .hero-opt, [data-colwidth="7"] .col-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .heroslider [data-colwidth="8"] .hero-opt, [data-colwidth="8"] .col-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .heroslider [data-colwidth="6"] .hero-opt, [data-colwidth="6"] .col-info {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
}



/* #endregion */

/*------------------------------------------
    #MARK: ROW POSTER
------------------------------------------*/
/* #region */
.rowposter .dinfo {
    padding-left: 120px;
}

.rowposter .dinfo .dtext{
    margin-top: 30px;
}

.rowposter [data-rtl="1"] .dinfo {
    padding-left: 0;
    padding-right: 120px;
}

@media (max-width: 1024px) {
    .rowposter .dinfo {
        padding-left: 0 !important;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: SLIDER LOGOS
------------------------------------------*/
/* #region */
.sliderlogo .owlprev, .sliderlogo .owlnext {
    display: none;
}

.sliderlogo .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sliderlogo .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    min-width: 75px;
}
/* #endregion */

/*------------------------------------------
    #MARK: Rmedia
------------------------------------------*/
/* #region */

.rmedia .dinfo {
    padding-left: 100px;
}

.rmedia .dinfo .btitle {
    margin-bottom: 30px;
}

.rmedia .dinfo .mtitle {
    
}

.rmedia .dinfo .dtext {
    margin-top: 40px;
}

.rmedia  .dmedia img {
    max-width: 570px;
}

@media (max-width: 1024px) {
    .rmedia  .dmedia img {
        width: 100%;
    }

    .rmedia  [data-design*="row-flex"][data-colwidth="6"] .flex-col:nth-child(1) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .rmedia [data-design*="row-flex"][data-colwidth="5"] .flex-col:nth-child(1) {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .rmedia .dinfo {
        padding-left: 0;
    }

    .rmedia [data-rtl="1"] .dinfo {
        padding-left: 0;
        padding-right: 0 !important;
    }

    .rmedia[data-theme="dark"] {
        background-color: #094D5E !important;
    }

    .rmedia [data-colwidth="4"] .dmedia img {
        max-width: 100% !important;
    }
}

/* .rmedia [data-rtl="1"] .dinfo {
    padding-left: 0;
    padding-right: 100px;
} */

.rmedia [data-rtl="1"] .dinfo {
    padding-left: 0;
    padding-right: 84px;
}

.rmedia [data-design*="row-flex"][data-colwidth="5"] .flex-col:nth-child(1){
    flex: 0 0 49%;
    max-width: 49%;
}

.rmedia [data-colwidth="4"] .dmedia img {
    max-width: 370px;
}

/* #endregion */

/*------------------------------------------
    #MARK: pslider-01
------------------------------------------*/
/* #region */

.pslider-01 .item {
    min-height: 380px;
    display: flex;
    align-items: top;
    justify-content: center;
    text-align: center;
	padding-block: 30px;
}

.pslider-01 .item .overlay {
    background: #0D2F47;
}

.pslider-01 .item .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(0deg, #092030 0%, rgba(9, 32, 48, 0.00) 100%);
    z-index: 1;
}

.pslider-01 .item .dinfo {
    max-width: 290px;
    position: relative;
    z-index: 2;
}

.pslider-01 .item .dinfo .diconn {
    margin-bottom: 31px;
}

.pslider-01 .item .dinfo .diconn img {
    width: auto;
    height: 80px;
}

.pslider-01 .item .dinfo .ptext {
    color: #FFF;
    text-align: center;
    font-family: var(--font-1);
    font-size: 27px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 29.7px */
}

.pslider-01 .item .dinfo .d-link {
    margin-top: 31px;
}

.pslider-01 .item .dinfo .d-link span {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
}

.pslider-01 .owlprev svg {
    transform: rotate(180deg);
}

.pslider-01 .owlnext svg {
    transform: rotate(180deg);
}

.pslider-01 [data-ctr="1"] .owlprev, .pslider-01 .is-inner .owlprev {
    left: -50px;
}
.pslider-01 [data-ctr="1"] .owlnext, .pslider-01 .is-inner .owlnext {
    right: -50px;
}

.pslider-01 .is-inner .owlprev:hover svg rect, .pslider-01 .is-inner .owlnext:hover svg rect {
    fill: #094D5E;
}

.pslider-01 .owlnext:hover svg path, .pslider-01 .owlprev:hover svg path {
    stroke: white !important;
}

.pslider-01 .owl-carousel .owl-item {
    display: flex;
}


@media (max-width: 1268px) {
    .pslider-01 [data-ctr="1"] .owlprev, .pslider-01 .is-inner .owlprev {
        left: 0;
    }
    .pslider-01 [data-ctr="1"] .owlnext, .pslider-01 .is-inner .owlnext {
        right: 0;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: text-o-01
------------------------------------------*/
/* #region */

.text-o-01 .dtitle {
    color: #0F2340;
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 42px; */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 46.2px */
}

@media (max-width:1024px) {
    .text-o-01 .dtitle {
        text-align: left;
    }

    .text-o-01 .dtext {
        text-align: left;
    }

    .text-o-01 .mtitle {
    text-align: left;
}

    .text-o-01 [data-row*="hflex-center"] .col-info  {
        max-width: 100%;
    }
}

.text-o-01 .dtext h2 {
    margin-bottom: 20px;
    color: #0F2340;
    font-family: var(--font-1);
    /* font-size: 35px; */
    font-size: clamp(1.875rem, 1.805rem + 0.3023vw, 2.1875rem);
    font-style: normal;
    font-weight: 500;
    line-height: 1.1;
}

.text-o-01 .dtext p + h2 {
    padding-top: 40px;
}

/* #endregion */

/*------------------------------------------
    #MARK: slider_media
------------------------------------------*/
/* #region */

.slider_media .heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 76px;
    align-items: flex-end;
    margin-left: 0;
    width: 100%;
}

.slider_media .heading .heading-info {
    max-width: 790px;
}

.slider_media .heading .heading-info .btitle {
    margin-bottom: 30px;
}

.slider_media .heading .controls {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    width: auto;
}

.slider_media .heading .controls .owlbtn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.slider_media .slide-bg.is-grid, .slide-bg.is-inner {
    padding: 0 !important;
}

.slider_media .item img {
    max-width: 270px;
}

@media screen and (min-width: 768px) {
    .slider_media .item img {
        flex-shrink: 0;
    }
}

.slider_media .heading .controls .owlprev {
    transform: rotate(180deg);
}

.slider_media .heading .controls .owlprev:hover svg rect {
    fill: #094D5E;
}

.slider_media .heading .controls .owlprev:hover svg path {
    stroke: white !important;
}

.slider_media .heading .controls .owlnext:hover svg rect {
    fill: #094D5E;
}

.slider_media .heading .controls .owlnext:hover svg path {
    stroke: white !important;
}

.slider_media .heading .controls .owlnext {
    transform: rotate(0);
}



.slider_media .heading .btitle, .slider_media .heading .mtitle{
    display: block !important;
}

.slider_media .item {
    display: flex;
    gap: 29px;
    align-items: center;
}

.slider_media .item .dinfo .dtitle   {
    color: #0F2340;
    font-family: var(--font-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
}

.slider_media .item .dinfo .border {
    width: 30px;
    height: 4px;
    background: #FF9D04;
    margin: 20px 0;
}

.slider_media .item .dinfo .ptext {
    color: #57575A;
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}


.slider_media .item .dinfo .d-link {
    margin-top: 30px;
}

.slider_media .item .dinfo .d-link span {
    color: #0F2340;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    text-transform: uppercase;
}

.slider_media .item .dinfo .d-link {
    cursor: pointer;
    
}

.slider_media .item .dinfo .d-link svg {
    margin-right: 10px;
    transition: all 0.3s ease;
}

.slider_media .item .dinfo .d-link svg path {
    transition: all 0.3s ease;
}

.slider_media .item .dinfo .d-link:hover svg path {
    color: #FF9D04;
}

.slider_media .item .dinfo .d-link:hover svg rect {
    fill: #094D5E;
}

.slider_media .item .dinfo .d-link:hover svg path {
    stroke: white !important;
}

.slider_media.services .owl-carousel .owl-item img{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 270 / 500;
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1024px) {
    .slider_media .heading {
        margin-bottom: 30px;
    }

    .slider_media .item {
        flex-direction: column;
    }

    .slider_media.services .owl-carousel .owl-item img {
        max-width: 100%;
        margin: 0 auto;
		display: block;
		aspect-ratio: 1;
		max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: cta
------------------------------------------*/
/* #region */
.cta {
    position: relative;
}
.cta .overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(13, 49, 73, 0.50) 0%, rgba(13, 49, 73, 0.00) 100%);
    box-shadow: 0 4px 25px 0 rgba(0, 25, 48, 0.11);
    z-index: 1;
}

.cta .d-popmedia {
    width: calc(100% - 30px);
    margin-left: 15px;
    min-height: 222px;
}

.cta .dinfo {
    padding: 60px 0;
    display: flex;
    position: relative;
    z-index: 2;
    margin-left: 80px;
    margin-right: 69px;
}

.cta .dinfo .mtitle {
    
    color: #FFF;
    font-family: var(--font-1);
    /* font-size: 42px; */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 50.4px */
}

.cta .dinfo .d-links {
    min-width: fit-content;
}

.cta .dinfo .d-links .btn-2:hover::after {
    background: #106D85 !important;
}

@media (max-width: 1024px) {
    .cta .hide-lg {
        display: block;
    }

    
}

@media (max-width: 768px) {
    .cta .dinfo {
        gap: 30px;
        flex-direction: column;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: contact-info
------------------------------------------*/
/* #region */

.contact-info .ci {
    display: flex;
    gap: 70px;
}

.contact-info .ci .dinfo {
    max-width: 530px;
    width: 100%;
}

.contact-info .ci  .dtitle {
    color: #FFF;
    font-family: var(--font-1);
    /* font-size: 42px;     */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 46.2px */
}

.contact-info .ci .dinfo .mtitle {
    color: #FFF;
    font-family: var(--font-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    margin-bottom: 30px;
}

.contact-info .ci .dinfo .dtext {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}

.contact-info .ci .dinfo .dtext h3 {
    margin: 30px 0;
    color: #FFF;
    font-family: var(--font-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}

.contact-info .ci .dform {
    max-width: 100%;
    width: 100%;
}


.contact-info footer {
    min-height: 100px;
    
    padding:61px 0 0;
    margin: 0;
}

.contact-info footer .border {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    margin: 0;
    background: #D9D9D9;
}


.contact-info footer .copyright .foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;

    color: white;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-info footer .copyright .foot a {
    color: white;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contact-info .ci .dinfo .cnt {
    margin-top: 30px;
    display: flex;
    gap: 5px;
    color: #FF9D04;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 22px */
}

.contact-info .ci .dinfo .cnt a {
    color: #FFF;
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;   
}

@media (max-width: 768px) {
    .contact-info .ci {
        flex-direction: column;
    }

    
}




.gform_wrapper {
    margin-top: 30px;
}

.gform_validation_errors {
    display: none !important;
}

/* Target all form inputs */
.gform_wrapper .gform_body input[type="text"],
.gform_wrapper .gform_body input[type="email"],
.gform_wrapper .gform_body input[type="tel"],
.gform_wrapper .gform_body input[type="number"],
.gform_wrapper .gform_body input[type="password"],
.gform_wrapper .gform_body textarea {
  background-color: transparent;   /* transparent background */
  border: transparent;       /* custom border */
  border-radius: 0;              /* rounded corners */
  padding: 10px;                   /* spacing inside */
  width: 100%;                     /* full width */
  color: rgba(255, 255, 255, 0.70);
font-family: var(--font-2);
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 150%; /* 22.5px */  
  transition: all 0.3s ease;       /* smooth focus animation */
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

/* Focus state */
.gform_wrapper .gform_body input:focus,
.gform_wrapper .gform_body textarea:focus {
  border-color: nonme;   /* highlight on focus */
  outline: none;           /* remove default outline */
  box-shadow: none;
  border:none;
}

/* Style all input & textarea placeholders inside Gravity Forms */
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder {
    color: rgba(255, 255, 255, 0.70);
    font-family: var(--font-2);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 22.5px */           /* ensure it's visible */
}

/* On focus, change placeholder style */
.gform_wrapper .gform_body input:focus::placeholder,
.gform_wrapper .gform_body textarea:focus::placeholder {
  color: #ccc;             /* lighter on focus */
  font-style: normal;
}

/* Submit button */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="button"] {
    background-color: transparent !important;
    color: #fff;
    padding: 20px 24px !important;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 1px solid #FF9D04 !important;
    border-radius: 0 !important;
    color: #FFF;
    text-align: right;
    font-family: var(--font-2) !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 17px */
    text-transform: uppercase;
    margin-top: 50px !important;
    outline: none !important;   /* remove outline */
    box-shadow: none !important; /* remove glow */
}

.gform_wrapper .gform_footer input[type="submit"]:hover {
  background-color: #005bb5;
}

.gform-theme--foundation .gfield textarea.medium {
    min-block-size: 8rem !important;
}

.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .gform_page_footer input[type="button"]:focus {
  outline: none;
  box-shadow: none; /* custom focus ring */
}


/* #endregion */

/*------------------------------------------
    #MARK: icon-03
------------------------------------------*/
/* #region */

.icon-03 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.icon-03 .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 346px !important;
    opacity: 0.7;
    background: linear-gradient(180deg, #092030 0%, rgba(9, 32, 48, 0.00) 100%);
}   

.icon-03 .overlay:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 300px !important;
    opacity: 0.6;
    background: linear-gradient(0, #092030 0%, rgba(9, 32, 48, 0.00) 100%);
}   





.icon-03 .heading {
    max-width: 900px;
    text-align: center;
    margin: 0 auto 122px;
}

.icon-03 .heading .btitle {
    display: block !important;
}

.icon-03 .heading .mtitle {
    display: block !important;
    color: #FFF;
    text-align: center;
    font-family: var(--font-1);
    /* font-size: 42px; */
    font-size: clamp(2.25rem, 2.1661rem + 0.3628vw, 2.625rem);
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 46.2px */
}

.icon-03 .diconn {
    margin-bottom: 40px;
}

.icon-03 .ititle  {
    color: #FFF;
    font-family:var(--font-1);
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 29.7px */
}

.icon-03 .border {
    width: 30px;
    height: 4px;
    flex-shrink: 0;
    background: #FF9D04;
    margin: 30px 0 31px;
}

.icon-03 .ptext {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    max-width: 310px;
    line-height: 150%; /* 25.5px */
}

.icon-03 .dinfo {
    max-width: 310px;
}

.icon-03 .dinfo .diconn {
    justify-content: left;
}


@media (max-width: 1024px) {
    .icon-03 .heading {
        margin: 0 auto 30px;
    }


}


@media (max-width: 500px) { 
        .icon-03 .dinfo .diconn img {
        max-width: 45px !important;
        width: 100% !important;
    }

    .icon-03 .dinfo {
        display: flex;
        align-items: flex-start;
        gap: 20px;
        width: 100%;
        max-width: 100%;
    }
}
/* #endregion */

/*------------------------------------------
    #MARK: icon-02
------------------------------------------*/
/* #region */
.icon-02  .item {
    position: relative;
    /* border-bottom: 1px solid #FF9D04; */
    padding-bottom: 46px;
    min-height: 86px;
}

.icon-02 .item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FF9D04;
    opacity: .3;
}

.icon-02 .item .diconn {
    justify-content: left;
}

.icon-02 .row {
    row-gap: 40px;
    
}

.icon-02 .dinfo .pad .ititle {
    color: var(--2, #0F2340);
    font-family: var(--font-1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 18px */ 
}

@media (max-width: 768px) {
    .icon-02 .item {
        padding-bottom: 10px !important;
    }

    .icon-02 .row {
        row-gap: 10px;
    }

    .icon-02 .item .diconn {
    justify-content: left;
    }

    .icon-02 .item .diconn img {
        width: 34px;
    }

    .icon-02 .div-link {
        padding-top: 20px;
    }
}


/* #endregion */

/*------------------------------------------
    #MARK: text-o-01
------------------------------------------*/
/* #region */

.text-o-01 .dtext {
    margin-top: 30px;   
}

.text-o-01 .btitle {
    margin-bottom: 30px;
}

.overlay-1 {
    opacity: 0.5;
    background: #F2F2F2;
}

@media (max-width:1024px) {
.text-o-01 .btitle {
    text-align: left;
}
}




/* #endregion */

/*------------------------------------------
    #MARK: rowaccordion
------------------------------------------*/
/* #region */

.rowaccordion [data-vflex="default"] {
    align-items: flex-start;
}

.rowaccordion .full-image {
    width: 50%;
}

.rowaccordion [data-col="5-7"] .full-image {
    width: 44%;
}

.rowaccordion .cc .d-popmedia {
    display: none;
}

.rowaccordion .acc-content {
    padding-left: 70px;
}

.acc-content .ihead {
    color: var(--2, #0F2340);
    font-family: var(--font-1);
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 29.7px */
    padding-bottom: 20px;
    border-bottom: 1px solid #FF9D04;
    margin-bottom: 25px;
    
}

.acc-content .pad {
    padding-bottom: 20px;
}

.acc-content .dtext {
    padding-bottom: 20px;
    /* max-width: 570px; */
}


@media (max-width: 1024px) {
    .rowaccordion .full-image {
        display: none;
    }

    .rowaccordion .cc .d-popmedia {
        display: block;
    }

    .rowaccordion .acc-content {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .acc-content .ihead {
        font-size: 20px;
    }
}

/* #endregion */

/*------------------------------------------
    #MARK: rowpost
------------------------------------------*/
/* #region */

.rowpost-01 .col-lg-7 .dimage {
    max-width: 630px;
}

.rowpost-01 .col-lg-5 .dinfo {
    width: 91%;
}

.rowpost-01 .post-thumbnail .thumb-bg  {
    height: 360px;
}

.rowpost-01 .post-thumbnail img {
    object-fit: cover;
    height: 100%;
}

.rowpost-01 .dinfo .mtitle {
    color: #FFF;
    font-family: var(--font-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    margin-bottom: 20px;
}

.rowpost-01 .btn-loop {
    margin-top: 50px;
}

.rowpost-01 .btn-loop .w-icon {
    text-decoration: none;
}

.rowpost-01 .btn-loop .w-icon span {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    margin-right: 10px;
}

.rowpost-01 .btn-loop .w-icon:hover svg rect {
    fill: #fe9b0d;
}

.rowpost-01 .btn-loop .w-icon:hover svg path {
    stroke: white !important;
}



@media (max-width: 1024px) {
    .rowpost-01[data-theme="dark"] {
        background-color: #094D5E !important;
    }

    
}

.btn.w-icon span::before {
    display: none;
}

.btn.w-icon img {
    max-width: 36px;
    margin-top: 0;
}


/* #endregion */

/*------------------------------------------
    #MARK: ajaxp-01
------------------------------------------*/
/* #region */

.ajaxp-01 .ajax_category{
    display: none;
}

.ajaxp-01 [data-design="grid-1.0"] .box {
    border: none;
    padding: 0;
}

.ajaxp-01 .div-meta {
    display: none !important;
}

.ajaxp-01 .post-title h5 {
    color: var(--2, #0F2340);
    font-family: var(--font-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 110%; /* 22px */
}

@media (max-width: 1024px) {
    .ajaxp-01 .cat-links {
        display: none !important;
    }
}
/* #endregion */    

/*------------------------------------------
    #MARK: cardcc
------------------------------------------*/
/* #region */

.cardscc .flexic {
    margin: 0 !important;
    gap: 60px;
    display: grid;
    
}

.cardscc .flexic .flex-item {   
    width: 100%;
    position: relative;
    min-height: 450px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.cardscc .flexic .flex-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(14, 29, 56, 0.00) 0%, #0E1D38 100%);
    z-index: 2;
    transition: background 0.3s ease;
}

.cardscc .flexic .flex-item:hover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: var(--4, #094D5E);
    z-index: 1;
    transition: opacity 0.3s ease;
}

.cardscc .flexic .flex-item:hover::before {
    background: linear-gradient(180deg, rgba(14, 29, 56, 0.00) 0%, #0E1D38 100%);
}

.cardscc .flexic .flex-item .d-bgoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cardscc .flexic .flex-item .d-bgoverlay img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}



.cardscc .flexic .flex-item .dinfo {
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.cardscc .flexic .flex-item .dfront {
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    padding: 0 40px;
    transition: all 0.4s ease;
}

.cardscc .flexic .flex-item .dback {
    height: auto;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 2;
    padding: 0 40px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.cardscc .flexic .flex-item .border {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #FF9D04;
    width: 30px;
    height: 4px;
}

.cardscc .flexic .flex-item  .ititle {
    color: #FFF;
    font-family:var(--font-1);
    font-size: 27px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%; /* 29.7px */
}

.cardscc .flexic .flex-item .ptext {
    color: #FFF;
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}

/* Hover animations */
.cardscc .flexic .flex-item:hover .dfront {
    opacity: 0;
    transform: translateY(-20px);
}

.cardscc .flexic .flex-item:hover .dback {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 1024px) {
    .cardscc .flexic {
        grid-template-columns: 1fr !important;
    }

    .cardscc .flexic .flex-item .dfront {
        display: none;
    }
    .cardscc .flexic .flex-item .dback {
        opacity: 1;
        transform: translateY(0);
    }
	.cardscc .flexic .flex-item::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .5;
		background: var(--4, #094D5E);
		z-index: 1;
		transition: opacity 0.3s ease;
	}
}

.post-article {
    position: relative;
    padding-top: 165px;
    padding-bottom: 105px;
}

.post-article::before {
    content: "";
    position: absolute;
    height: 570px;
    top: 0;
    left: 0;
    background: url(./images/theme/banner-single-page.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    z-index: -1;
}

.single-post .container {
    max-width: 770px;
    margin: 0 auto;
}

.meta-date {
    color: var(--1, #FF9D04);
    /* Overline */
    font-family: var(--font-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.post-article .thumb-bg {
    height: 450px;
    margin-bottom: 50px;
}

.post-article .post-title {
    text-align: center;
    margin-bottom: 60px;
}

.post-article .cflex {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-direction: row;
}

@media (max-width:1024px) {
.post-article .cflex {
 flex-direction: column;
}
}

.post-article .post-title .dtitle {
    margin-top: 10px;
    color: #FFF;
    text-align: center;
    font-family: var(--font-1);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    max-width: 770px;    
}

.post-article ul {
    padding: 0 0 0 22px;
    color: var(--3, #57575A);
    /* p */
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}

.post-article ul li::marker {
    color: #FF9D04;
} 

.post-article p {
    color: var(--3, #57575A);
    /* p */
    font-family: var(--font-2);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 25.5px */
}

.post-article h3 {
    color: var(--4, #094D5E);
    font-family: var(--font-1);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    padding: 30px 0;
}

.post-article .share {
    text-align: center;
    margin-top: 60px;
    
}

.post-article .share .border {
    background: var(--1, #FF9D04);
    height: 2px;
    width: 100%;
    margin-bottom: 30px;
}

div.heateor_sss_follow_ul a, div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 10px;
}

/*------------------------------------------
    #MARK: SCROLL ANIMATIONS
------------------------------------------*/

/* Fade-in animation keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base classes for scroll animations */
.fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-down {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Active state when element is in viewport */
.fade-in-up.animate {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-down.animate {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right.animate {
    opacity: 1;
    transform: translateX(0);
}

/* Stagger animation delays */
.fade-in-up.delay-1 { transition-delay: 0.1s; }
.fade-in-up.delay-2 { transition-delay: 0.2s; }
.fade-in-up.delay-3 { transition-delay: 0.3s; }
.fade-in-up.delay-4 { transition-delay: 0.4s; }
.fade-in-up.delay-5 { transition-delay: 0.5s; }

.fade-in-down.delay-1 { transition-delay: 0.1s; }
.fade-in-down.delay-2 { transition-delay: 0.2s; }
.fade-in-down.delay-3 { transition-delay: 0.3s; }
.fade-in-down.delay-4 { transition-delay: 0.4s; }
.fade-in-down.delay-5 { transition-delay: 0.5s; }

.fade-in-left.delay-1 { transition-delay: 0.1s; }
.fade-in-left.delay-2 { transition-delay: 0.2s; }
.fade-in-left.delay-3 { transition-delay: 0.3s; }
.fade-in-left.delay-4 { transition-delay: 0.4s; }
.fade-in-left.delay-5 { transition-delay: 0.5s; }

.fade-in-right.delay-1 { transition-delay: 0.1s; }
.fade-in-right.delay-2 { transition-delay: 0.2s; }
.fade-in-right.delay-3 { transition-delay: 0.3s; }
.fade-in-right.delay-4 { transition-delay: 0.4s; }
.fade-in-right.delay-5 { transition-delay: 0.5s; }

/* Hide elements initially */
.fade-in-up,
.fade-in-down,
.fade-in-left,
.fade-in-right {
    opacity: 0;
}

/* Show elements when they enter viewport */
.fade-in-up.animate,
.fade-in-down.animate,
.fade-in-left.animate,
.fade-in-right.animate {
    opacity: 1;
}

/* Mobile optimizations for animations */
@media (max-width: 768px) {
    .fade-in-up,
    .fade-in-down,
    .fade-in-left,
    .fade-in-right {
        transform: translateY(20px);
        transition-duration: 0.4s;
    }

    .fade-in-left,
    .fade-in-right {
        transform: translateX(20px);
    }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
    .fade-in-up,
    .fade-in-down,
    .fade-in-left,
    .fade-in-right {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .fade-in-up.animate,
    .fade-in-down.animate,
    .fade-in-left.animate,
    .fade-in-right.animate {
        opacity: 1;
        transform: none;
    }
}

/*------------------------------------------
    #MARK: SCROLL DIRECTION DETECTOR
------------------------------------------*/

/* Scroll direction indicator */
.scroll-up-indicator {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.scroll-up-indicator.visible {
    opacity: 1;
}

.scroll-up-indicator .arrow {
    width: 40px;
    height: 40px;
    background: rgba(255, 157, 4, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

.scroll-up-indicator.scrolling-up .arrow {
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .scroll-up-indicator {
        right: 10px;
    }

    .scroll-up-indicator .arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
}
