/* =============================
   BUSINESS SECTION BASE
============================= */

.business-slider {
    background: linear-gradient(135deg, #efefef, #e4e4e4);
    padding: 80px 0 0 0 ;
    position: relative;
    overflow: hidden;
    min-height:100vh;
    /* max-height:100vh; */
}

/* =============================
   SWIPER
============================= */

.balador-business-swiper {
    position: relative;
    overflow: hidden;
}

.balador-business-swiper .swiper-wrapper {
    align-items: stretch;
}

.balador-business-swiper .swiper-slide {
    height: auto;
}

/* =============================
   CONTAINER
============================= */

.business-slider .container {
    max-width: 1280px;
    margin: 0 auto;
    min-height: 750px;
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

/* =============================
   CONTENT LAYOUT
============================= */

.business-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

/* =============================
   LEFT IMAGE
============================= */

.business-left {
    flex: 1;
}

.business-left img {
    max-width: 100%;
    width: 800px;
    height: auto;
    display: block;
}

/* =============================
   RIGHT CONTENT
============================= */

.business-right {
    flex: 1;
}

/* =============================
   LOGO
============================= */

.business-logo {
    margin-bottom: 25px;
}

.business-logo img {
    max-width: 220px;
    height: auto;
    display: block;
}

/* =============================
   TAGLINE
============================= */

.business-tagline {
    color: #2DDF80;
    margin-bottom: 0px !important;
    margin-top: 100px !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -2%;
}

/* =============================
   TITLE
============================= */

.business-title {
    font-family: "Montserrat", sans-serif;
    color: #353B44;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -3%;
    margin: 0 0 20px !important;
}

/* HR */
.business-right hr {
border: 1px;
height: 1px;
background: linear-gradient(
  90deg,
  #C0C0C0 0%,
  #C0C0C0 100%
);
margin: 10px 0;
margin-bottom: 10px;
}

/* =============================
   SUBTITLE
============================= */

.business-subtitle {
    font-size: 22px;
    margin-bottom: 15px;
    color: #555;
    font-family: "Montserrat", sans-serif;
}

/* =============================
   DESCRIPTION
============================= */

.business-description {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.business-description p {
    margin-bottom: 10px;
}

/* =============================
   BUTTON
============================= */

.business-btn {
    background: #002D4C;
    padding: 10px 22px;
    border-radius: 99px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    transition: 0.3s ease;
}

.business-btn:hover {
    transform: translateY(-2px);
}

/* =============================
   DECOR IMAGES
============================= */

.business-decor {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.business-decor img {
    width: 100%;
    height: auto;
    display: block;
}

/* =============================
   PAGINATION
============================= */

.balador-business-swiper .swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    z-index: 9;
    text-align: center;
}

/* background: #2DDF80; */
/* .balador-business-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
}

.balador-business-swiper .swiper-pagination-bullet-active {
    opacity: 1;
} */
/*=============================
   IPad (≤1350px)
============================= */
@media (max-width:1350px){
.business-slider {
    padding: 80px 50px 0 50px;
}

}

/* =============================
   TABLET (≤1024px)
============================= */

@media (max-width: 1024px) {

    .business-slider {
        min-height: 100%;
        max-height: 100%;
    }

    .business-slider .container {
        max-width: 100%;
        min-height: auto;
        padding: 80px 15px 0 15px;
    }

    /* STACK LAYOUT */
    .business-content {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .business-left,
    .business-right {
        width: 100%;
    }

    /* CONTENT FIRST */
    .business-right {
        order: 1;
    }

    .business-left {
        order: 2;
        text-align: center;
    }

    .business-left img {
        max-width: 100%;
        width: 500px;
        height: 500px;
        object-fit: contain;
        margin: 0 auto;
    }

    .business-logo img {
        margin: 0 auto;
    }

    .business-tagline {
        font-size: 24px;
    }

    .business-title {
        font-size: 32px;
        line-height: 1.2;
    }

    .business-subtitle {
        font-size: 20px;
    }
}

/* =============================
   MOBILE (≤767px)
============================= */

@media (max-width: 767px) {

    .business-slider {
        min-height: 100%;
        max-height: 100%;
        padding: 50px 0 0 0;
    }

    .business-slider .container {
        padding: 60px 15px;
    }

    .business-content {
        gap: 30px;
    }

    .business-left img {
        max-width: 100%;
        height: 500px;
        object-fit: contain;
        margin: 0 auto;
    }

    .business-logo img {
        max-width: 180px;
    }

    .business-tagline {
        font-size: 20px;
    }

    .business-title {
        font-size: 24px;
    }

    .business-subtitle {
        font-size: 18px;
    }

    .business-description {
        font-size: 13px;
        line-height: 1.6;
    }

    .business-btn {
        width: auto;
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media(max-width: 575px){

    .business-left img {
        max-width: 100%;
        height: 350px;
        object-fit: contain;
        margin: 0 auto;
    }
}
/* =============================
   RTL SUPPORT
============================= */

/* DESKTOP RTL */
body.rtl .business-content {
    flex-direction: row-reverse;
}

/* TABLET + MOBILE RTL RESET */
@media (max-width: 1024px) {

    body.rtl .business-content {
        flex-direction: column !important;
    }

    body.rtl .business-left,
    body.rtl .business-right {
        text-align: center;
    }
}

/* =================================================
   BUSINESS SWIPER
================================================= */

/* .balador-business-swiper {
    position: relative;
    overflow: hidden;
}

.balador-business-swiper .swiper-wrapper {
    align-items: stretch;
}

.balador-business-swiper .swiper-slide {
    height: auto;
} */

/* =================================================
   BUSINESS SLIDER SECTION
================================================= */

/* .business-slider {
    position: relative;
    overflow: hidden;

    background: linear-gradient(
        135deg,
        #efefef,
        #e4e4e4
    );

    padding: 80px 0;
} */

/* =================================================
   CONTAINER
================================================= */

/* .business-slider .container {
    max-width: 1280px;

    margin: 0 auto;

    padding: 100px 20px;

    position: relative;

    z-index: 2;
} */

/* =================================================
   CONTENT LAYOUT
================================================= */

/* .business-content {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 60px;
} */

/* =================================================
   LEFT IMAGE
================================================= */

/* .business-left {
    flex: 1;

    display: flex;

    justify-content: center;

    align-items: center;
}

.business-left img {
    max-width: 100%;

    height: auto;

    display: block;
} */

/* =================================================
   RIGHT CONTENT
================================================= */

/* .business-right {
    flex: 1;
} */

/* =================================================
   LOGO
================================================= */

/* .business-logo {
    margin-bottom: 30px;
}

.business-logo img {
    max-width: 240px;

    height: auto;

    display: block;
} */

/* =================================================
   TAGLINE
================================================= */

/* .business-tagline {
    font-size: 28px;

    font-weight: 500;

    color: #2DDF80;

    margin-bottom: 10px;

    font-family: "Montserrat", sans-serif;
} */

/* =================================================
   TITLE
================================================= */

/* .business-title {
    font-size: 52px;

    line-height: 1.1;

    font-weight: 600;

    color: #353B44;

    margin-bottom: 20px;

    font-family: "Montserrat", sans-serif;
} */

/* =================================================
   SUBTITLE
================================================= */

/* .business-subtitle {
    font-size: 24px;

    font-weight: 500;

    color: #555;

    margin-bottom: 20px;

    font-family: "Montserrat", sans-serif;
} */

/* =================================================
   DESCRIPTION
================================================= */

/* .business-description {
    font-size: 15px;

    line-height: 1.8;

    color: #555;

    margin-bottom: 30px;
}

.business-description p {
    margin-bottom: 15px;
} */

/* =================================================
   BUTTON
================================================= */
/* 
.business-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 14px 28px;

    border-radius: 999px;

    background: #0B2D4D;

    color: #fff;

    text-decoration: none;

    font-size: 16px;

    font-weight: 600;

    transition: 0.3s ease;
}

.business-btn:hover {
    transform: translateY(-2px);
} */

/* =================================================
   DECOR IMAGES
================================================= */

/* .business-decor {
    position: absolute;

    z-index: 1;

    pointer-events: none;
}

.business-decor img {
    width: 100%;

    height: auto;

    display: block;
} */

/* =================================================
   PAGINATION
================================================= */

/* .balador-business-swiper .swiper-pagination {
    position: relative;

    margin-top: 30px;

    text-align: center;
}

.balador-business-swiper .swiper-pagination-bullet {
    width: 10px;

    height: 10px;

    background: #2DDF80;

    opacity: 0.5;
}

.balador-business-swiper .swiper-pagination-bullet-active {
    opacity: 1;
} */

/* =================================================
   TABLET
================================================= */

/* @media (max-width: 1024px) {

    .business-slider .container {
        max-width: 100%;

        padding: 80px 15px;
    }

    .business-content {
        flex-direction: column;

        text-align: center;

        gap: 40px;
    }

    .business-left,
    .business-right {
        width: 100%;
    }

    .business-left {
        order: 2;
    }

    .business-right {
        order: 1;
    }

    .business-logo img {
        margin: 0 auto;
    }

    .business-left img {
        max-width: 80%;

        margin: 0 auto;
    }

    .business-title {
        font-size: 40px;
    }

    .business-subtitle {
        font-size: 22px;
    }

    .business-tagline {
        font-size: 24px;
    }
} */

/* =================================================
   MOBILE
================================================= */
/* 
@media (max-width: 767px) {

    .business-slider {
        padding: 50px 0;
    }

    .business-slider .container {
        padding: 60px 15px;
    }

    .business-content {
        gap: 30px;
    }

    .business-title {
        font-size: 30px;
    }

    .business-subtitle {
        font-size: 18px;
    }

    .business-tagline {
        font-size: 20px;
    }

    .business-description {
        font-size: 14px;
    }

    .business-left img {
        max-width: 100%;
    }

    .business-btn {
        width: 100%;
    }
} */

/* =================================================
   RTL SUPPORT
================================================= */

/* body.rtl .business-content {
    flex-direction: row-reverse;
}

@media (max-width: 1024px) {

    body.rtl .business-content {
        flex-direction: column;
    }

    body.rtl .business-right,
    body.rtl .business-left {
        text-align: center;
    }
} */