/* Start custom CSS for html, class: .elementor-element-574d72b *//* =====================================================
   OLIVE & TANAMI
   FREEZONE VS MAINLAND INTRODUCTION SECTION
===================================================== */

.otx-fm-intro-section{
    position:relative;
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
    overflow:hidden;
}

.otx-fm-intro-section::before{
    content:'';
    position:absolute;
    width:450px;
    height:450px;
    border-radius:50%;
    background:rgba(181,141,66,0.08);
    top:-180px;
    right:-170px;
}

.otx-fm-intro-section::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    border-radius:50%;
    background:rgba(67,85,45,0.05);
    bottom:-130px;
    left:-120px;
}

.otx-fm-intro-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-fm-intro-content{
    max-width:1000px;
    margin:0 auto;
}

/* TAG */

.otx-fm-intro-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:25px;
}

/* HEADING */

.otx-fm-intro-content h1{
    font-size:58px;
    line-height:1.2;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:35px;
    max-width:950px;
}

/* CONTENT BOX */

.otx-fm-intro-box{
    background:#ffffff;
    padding:45px;
    border-radius:18px;
    border-top:5px solid #b58d42;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.04),
        0 20px 60px rgba(0,0,0,0.03);
    margin-bottom:30px;
    transition:all .3s ease;
}

.otx-fm-intro-box:hover{
    transform:translateY(-3px);
}

.otx-fm-intro-box p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
    margin-bottom:22px;
}

.otx-fm-intro-box p:last-child{
    margin-bottom:0;
}

/* HIGHLIGHT */

.otx-fm-intro-highlight{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:28px 30px;
    border-radius:12px;
    transition:all .3s ease;
}

.otx-fm-intro-highlight:hover{
    transform:translateY(-3px);
}

.otx-fm-intro-highlight strong{
    display:block;
    color:#6a5424;
    font-size:18px;
    line-height:1.8;
    font-weight:600;
}

/* TABLET */

@media(max-width:991px){

    .otx-fm-intro-section{
        padding:70px 0;
    }

    .otx-fm-intro-content h1{
        font-size:44px;
    }

    .otx-fm-intro-box{
        padding:35px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-fm-intro-section{
        padding:55px 0;
    }

    .otx-fm-intro-container{
        padding:0 20px;
    }

    .otx-fm-intro-tag{
        font-size:12px;
        padding:8px 18px;
    }

    .otx-fm-intro-content h1{
        font-size:32px;
        line-height:1.3;
    }

    .otx-fm-intro-box{
        padding:25px;
        border-radius:14px;
    }

    .otx-fm-intro-box p{
        font-size:16px;
        line-height:1.8;
    }

    .otx-fm-intro-highlight{
        padding:20px;
    }

    .otx-fm-intro-highlight strong{
        font-size:16px;
        line-height:1.8;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-498a903 *//* =====================================================
   OLIVE & TANAMI
   MAINLAND LICENSE SECTION
===================================================== */

.otx-mainland-section{
    position:relative;
    padding:90px 0;
    background:#ffffff;
    overflow:hidden;
}

.otx-mainland-section::before{
    content:'';
    position:absolute;
    top:-150px;
    left:-150px;
    width:350px;
    height:350px;
    border-radius:50%;
    background:rgba(181,141,66,0.06);
}

.otx-mainland-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-mainland-content{
    max-width:1000px;
    margin:0 auto;
}

.otx-mainland-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:22px;
}

.otx-mainland-content h2{
    font-size:46px;
    line-height:1.25;
    color:#1f1f1f;
    font-weight:700;
    margin-bottom:35px;
}

.otx-mainland-card{
    background:#ffffff;
    padding:45px;
    border-radius:18px;
    border-left:5px solid #b58d42;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.04),
        0 20px 60px rgba(0,0,0,0.03);
    margin-bottom:30px;
    transition:all .3s ease;
}

.otx-mainland-card:hover{
    transform:translateY(-3px);
}

.otx-mainland-card p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
    margin-bottom:22px;
}

.otx-mainland-card p:last-child{
    margin-bottom:0;
}

.otx-mainland-card strong{
    color:#43552d;
    font-weight:700;
}

.otx-mainland-highlight{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:28px 30px;
    border-radius:12px;
}

.otx-mainland-highlight strong{
    color:#6a5424;
    font-weight:700;
}

.otx-mainland-highlight{
    font-size:18px;
    line-height:1.8;
    color:#6a5424;
}

/* TABLET */

@media(max-width:991px){

    .otx-mainland-section{
        padding:70px 0;
    }

    .otx-mainland-content h2{
        font-size:38px;
    }

    .otx-mainland-card{
        padding:35px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-mainland-section{
        padding:55px 0;
    }

    .otx-mainland-container{
        padding:0 20px;
    }

    .otx-mainland-content h2{
        font-size:30px;
        line-height:1.3;
    }

    .otx-mainland-card{
        padding:25px;
        border-radius:14px;
    }

    .otx-mainland-card p{
        font-size:16px;
        line-height:1.8;
    }

    .otx-mainland-highlight{
        padding:20px;
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7310ca8 *//* =====================================================
OLIVE & TANAMI
FREEZONE LICENSE SECTION
===================================================== */

.otx-freezone-section{
position:relative;
padding:90px 0;
background:linear-gradient(
135deg,
#f7f6f1 0%,
#ffffff 50%,
#faf9f4 100%
);
overflow:hidden;
}

.otx-freezone-section::before{
content:'';
position:absolute;
width:420px;
height:420px;
border-radius:50%;
background:rgba(181,141,66,0.08);
top:-180px;
right:-150px;
}

.otx-freezone-section::after{
content:'';
position:absolute;
width:320px;
height:320px;
border-radius:50%;
background:rgba(67,85,45,0.05);
bottom:-140px;
left:-120px;
}

.otx-freezone-container{
max-width:1200px;
margin:0 auto;
padding:0 25px;
position:relative;
z-index:2;
}

.otx-freezone-content{
max-width:1000px;
margin:0 auto;
}

.otx-freezone-tag{
display:inline-block;
background:#43552d;
color:#ffffff;
padding:10px 22px;
border-radius:50px;
font-size:13px;
font-weight:600;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:25px;
}

.otx-freezone-content h2{
font-size:48px;
line-height:1.2;
font-weight:700;
color:#1f1f1f;
margin-bottom:35px;
}

.otx-freezone-card{
background:#ffffff;
padding:45px;
border-radius:18px;
border-top:5px solid #b58d42;
box-shadow:
0 10px 30px rgba(0,0,0,0.04),
0 20px 60px rgba(0,0,0,0.03);
margin-bottom:30px;
}

.otx-freezone-card p{
font-size:18px;
line-height:1.9;
color:#555555;
margin-bottom:22px;
}

.otx-freezone-card p:last-child{
margin-bottom:0;
}

/* EXTERNAL LINKS */

.otx-freezone-card a{
color:#43552d;
font-weight:600;
text-decoration:none;
border-bottom:1px solid #b58d42;
transition:all .3s ease;
}

.otx-freezone-card a:hover

.otx-freezone-highlight{
background:#fff8ea;
border-left:5px solid #b58d42;
padding:28px 30px;
border-radius:12px;
}

.otx-freezone-highlight strong{
color:#6a5424;
font-weight:700;
}

.otx-freezone-highlight{
color:#6a5424;
font-size:18px;
line-height:1.8;
}

.otx-freezone-card:hover{
transform:translateY(-2px);
transition:all .3s ease;
}

.otx-freezone-highlight:hover{
transform:translateY(-2px);
transition:all .3s ease;
}

/* TABLET */

@media(max-width:991px){

```
.otx-freezone-section{
    padding:70px 0;
}

.otx-freezone-content h2{
    font-size:40px;
}

.otx-freezone-card{
    padding:35px;
}
```

}

/* MOBILE */

@media(max-width:767px){

```
.otx-freezone-section{
    padding:55px 0;
}

.otx-freezone-container{
    padding:0 20px;
}

.otx-freezone-tag{
    font-size:12px;
    padding:8px 18px;
}

.otx-freezone-content h2{
    font-size:30px;
    line-height:1.3;
}

.otx-freezone-card{
    padding:25px;
    border-radius:14px;
}

.otx-freezone-card p{
    font-size:16px;
    line-height:1.8;
}

.otx-freezone-highlight{
    padding:20px;
    font-size:16px;
}
```

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-60bff63 *//* =====================================================
   OLIVE & TANAMI
   FREEZONE VS MAINLAND DIFFERENCES
===================================================== */

.otx-fm-diff-section{
    padding:90px 0;
    background:#f7f6f1;
}

.otx-fm-diff-container{
    max-width:1200px;
    margin:auto;
    padding:0 25px;
}

.otx-fm-diff-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.otx-fm-diff-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-fm-diff-header h2{
    font-size:48px;
    color:#1f1f1f;
    margin-bottom:20px;
    line-height:1.2;
}

.otx-fm-diff-header p{
    font-size:18px;
    color:#555;
    line-height:1.8;
}

.otx-fm-diff-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
}

.otx-fm-diff-item{
    background:#fff;
    border-radius:18px;
    padding:35px;
    border-top:4px solid #b58d42;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.04);
    display:flex;
    gap:25px;
    transition:.3s;
}

.otx-fm-diff-item:hover{
    transform:translateY(-4px);
}

.otx-fm-diff-number{
    min-width:65px;
    height:65px;
    border-radius:50%;
    background:#fff8ea;
    color:#b58d42;
    font-size:24px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
}

.otx-fm-diff-content h3{
    color:#1f1f1f;
    font-size:24px;
    margin-bottom:12px;
}

.otx-fm-diff-content p{
    color:#555;
    line-height:1.8;
    font-size:17px;
}

@media(max-width:991px){

    .otx-fm-diff-grid{
        grid-template-columns:1fr;
    }

    .otx-fm-diff-header h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .otx-fm-diff-section{
        padding:60px 0;
    }

    .otx-fm-diff-header h2{
        font-size:30px;
    }

    .otx-fm-diff-item{
        flex-direction:column;
        padding:25px;
    }

    .otx-fm-diff-content h3{
        font-size:20px;
    }

    .otx-fm-diff-content p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9efe270 *//* =====================================================
   OLIVE & TANAMI
   COMPARISON TABLE SECTION
===================================================== */

.otx-fm-table-section{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
}

.otx-fm-table-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
}

.otx-fm-table-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 50px;
}

.otx-fm-table-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-fm-table-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:18px;
}

.otx-fm-table-header p{
    font-size:18px;
    line-height:1.8;
    color:#555555;
}

.otx-fm-table-wrapper{
    background:#ffffff;
    border-radius:20px;
    overflow-x:auto;
    box-shadow:
    0 12px 35px rgba(0,0,0,0.04),
    0 20px 60px rgba(0,0,0,0.03);
    border-top:5px solid #b58d42;
}

.otx-fm-comparison-table{
    width:100%;
    border-collapse:collapse;
    min-width:900px;
}

.otx-fm-comparison-table thead{
    background:#43552d;
}

.otx-fm-comparison-table th{
    color:#ffffff;
    padding:22px 25px;
    text-align:left;
    font-size:17px;
    font-weight:600;
}

.otx-fm-comparison-table td{
    padding:20px 25px;
    color:#555555;
    font-size:16px;
    line-height:1.7;
    border-bottom:1px solid #ececec;
}

.otx-fm-comparison-table tbody tr:nth-child(even){
    background:#fcfbf7;
}

.otx-fm-comparison-table tbody tr:hover{
    background:#fff8ea;
    transition:all .3s ease;
}

.otx-fm-comparison-table td:first-child{
    color:#1f1f1f;
    font-weight:600;
}

.otx-fm-comparison-table tbody tr:last-child td{
    border-bottom:none;
}

/* TABLET */

@media(max-width:991px){

    .otx-fm-table-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-fm-table-section{
        padding:60px 0;
    }

    .otx-fm-table-container{
        padding:0 20px;
    }

    .otx-fm-table-header h2{
        font-size:30px;
    }

    .otx-fm-table-header p{
        font-size:16px;
    }

    .otx-fm-comparison-table th,
    .otx-fm-comparison-table td{
        padding:16px;
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fc473aa *//* =====================================================
   OLIVE & TANAMI
   MAINLAND BENEFITS SECTION
===================================================== */

.otx-mainland-benefits-section{
    padding:90px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.otx-mainland-benefits-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(181,141,66,0.05);
    top:-180px;
    right:-150px;
}

.otx-mainland-benefits-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-mainland-benefits-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.otx-mainland-benefits-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-mainland-benefits-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:20px;
}

.otx-mainland-benefits-intro{
    font-size:18px;
    line-height:1.9;
    color:#555555;
}

.otx-mainland-benefits-link{
    color:#43552d;
    font-weight:600;
    text-decoration:none;
    border-bottom:2px solid #b58d42;
    transition:all .3s ease;
}

.otx-mainland-benefits-link:hover{
    color:#b58d42;
}

.otx-mainland-benefits-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.otx-mainland-benefit-card{
    background:#ffffff;
    padding:35px;
    border-radius:18px;
    border-top:4px solid #b58d42;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.04),
        0 20px 50px rgba(0,0,0,0.03);
    transition:all .3s ease;
}

.otx-mainland-benefit-card:hover{
    transform:translateY(-5px);
}

.otx-mainland-benefit-number{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#fff8ea;
    color:#b58d42;
    font-size:22px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.otx-mainland-benefit-card h3{
    font-size:24px;
    color:#1f1f1f;
    margin-bottom:12px;
}

.otx-mainland-benefit-card p{
    font-size:16px;
    line-height:1.8;
    color:#555555;
}

/* TABLET */

@media(max-width:991px){

    .otx-mainland-benefits-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .otx-mainland-benefits-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-mainland-benefits-section{
        padding:60px 0;
    }

    .otx-mainland-benefits-container{
        padding:0 20px;
    }

    .otx-mainland-benefits-grid{
        grid-template-columns:1fr;
    }

    .otx-mainland-benefits-header h2{
        font-size:30px;
    }

    .otx-mainland-benefits-intro{
        font-size:16px;
    }

    .otx-mainland-benefit-card{
        padding:25px;
    }

    .otx-mainland-benefit-card h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f2caa4e *//* =====================================================
   OLIVE & TANAMI
   FREEZONE BENEFITS SECTION
===================================================== */

.otx-fz-benefits-section{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
    position:relative;
    overflow:hidden;
}

.otx-fz-benefits-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(181,141,66,0.06);
    top:-180px;
    left:-150px;
}

.otx-fz-benefits-section::after{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    border-radius:50%;
    background:rgba(67,85,45,0.05);
    bottom:-120px;
    right:-120px;
}

.otx-fz-benefits-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-fz-benefits-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.otx-fz-benefits-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-fz-benefits-header h2{
    font-size:48px;
    line-height:1.2;
    color:#1f1f1f;
    margin-bottom:20px;
}

.otx-fz-benefits-intro{
    font-size:18px;
    line-height:1.9;
    color:#555555;
}

.otx-fz-benefits-link{
    color:#43552d;
    font-weight:600;
    text-decoration:none;
    border-bottom:2px solid #b58d42;
    transition:all .3s ease;
}

.otx-fz-benefits-link:hover{
    color:#b58d42;
}

.otx-fz-benefits-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.otx-fz-benefit-card{
    background:#ffffff;
    padding:30px;
    border-radius:18px;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.04),
        0 20px 50px rgba(0,0,0,0.03);
    border-top:4px solid #b58d42;
    transition:all .3s ease;
}

.otx-fz-benefit-card:hover{
    transform:translateY(-5px);
}

.otx-fz-benefit-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#fff8ea;
    color:#b58d42;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
}

.otx-fz-benefit-card h3{
    font-size:22px;
    color:#1f1f1f;
    margin-bottom:12px;
    line-height:1.3;
}

.otx-fz-benefit-card p{
    font-size:15px;
    line-height:1.8;
    color:#555555;
}

/* TABLET */

@media(max-width:991px){

    .otx-fz-benefits-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .otx-fz-benefits-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-fz-benefits-section{
        padding:60px 0;
    }

    .otx-fz-benefits-container{
        padding:0 20px;
    }

    .otx-fz-benefits-grid{
        grid-template-columns:1fr;
    }

    .otx-fz-benefits-header h2{
        font-size:30px;
    }

    .otx-fz-benefits-intro{
        font-size:16px;
    }

    .otx-fz-benefit-card{
        padding:25px;
    }

    .otx-fz-benefit-card h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0c4756b *//* =====================================================
   OLIVE & TANAMI
   WHICH ONE SHOULD YOU CHOOSE
===================================================== */

.otx-choice-section{
    padding:90px 0;
    background:#ffffff;
}

.otx-choice-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
}

.otx-choice-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.otx-choice-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-choice-header h2{
    font-size:48px;
    color:#1f1f1f;
    margin-bottom:18px;
    line-height:1.2;
}

.otx-choice-header p{
    font-size:18px;
    line-height:1.8;
    color:#555555;
}

.otx-choice-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px;
    margin-bottom:40px;
}

.otx-choice-card{
    background:#ffffff;
    border-radius:20px;
    padding:40px;
    box-shadow:
    0 10px 30px rgba(0,0,0,0.04),
    0 20px 60px rgba(0,0,0,0.03);
    transition:.3s ease;
}

.otx-choice-card:hover{
    transform:translateY(-5px);
}

.otx-mainland-choice{
    border-top:5px solid #43552d;
}

.otx-freezone-choice{
    border-top:5px solid #b58d42;
}

.otx-choice-badge{
    display:inline-block;
    background:#fff8ea;
    color:#6a5424;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.otx-choice-card h3{
    font-size:28px;
    color:#1f1f1f;
    margin-bottom:20px;
}

.otx-choice-card ul{
    margin:0;
    padding-left:20px;
}

.otx-choice-card li{
    margin-bottom:15px;
    color:#555555;
    line-height:1.8;
    font-size:17px;
}

.otx-choice-highlight{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    border-radius:16px;
    padding:35px;
}

.otx-choice-highlight h3{
    color:#6a5424;
    font-size:28px;
    margin-bottom:15px;
}

.otx-choice-highlight p{
    color:#6a5424;
    line-height:1.9;
    font-size:18px;
}

/* TABLET */

@media(max-width:991px){

    .otx-choice-grid{
        grid-template-columns:1fr;
    }

    .otx-choice-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-choice-section{
        padding:60px 0;
    }

    .otx-choice-container{
        padding:0 20px;
    }

    .otx-choice-header h2{
        font-size:30px;
    }

    .otx-choice-header p{
        font-size:16px;
    }

    .otx-choice-card{
        padding:25px;
    }

    .otx-choice-card h3{
        font-size:22px;
    }

    .otx-choice-card li{
        font-size:16px;
    }

    .otx-choice-highlight{
        padding:25px;
    }

    .otx-choice-highlight h3{
        font-size:22px;
    }

    .otx-choice-highlight p{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1af05a3 *//* =====================================================
   OLIVE & TANAMI
   MYTHS VS REALITY SECTION
===================================================== */

.otx-myths-section{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
    position:relative;
    overflow:hidden;
}

.otx-myths-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(181,141,66,0.06);
    top:-180px;
    right:-150px;
}

.otx-myths-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-myths-header{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
}

.otx-myths-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-myths-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:20px;
}

.otx-myths-header p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
}

.otx-myths-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.otx-myth-card{
    background:#ffffff;
    padding:35px;
    border-radius:18px;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.04),
    0 20px 50px rgba(0,0,0,0.03);
    border-top:4px solid #b58d42;
    transition:.3s ease;
}

.otx-myth-card:hover{
    transform:translateY(-5px);
}

.otx-myth-label{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

.otx-myth-card h3{
    font-size:24px;
    line-height:1.4;
    color:#1f1f1f;
    margin-bottom:20px;
}

.otx-reality-box{
    background:#fff8ea;
    border-left:4px solid #b58d42;
    padding:20px;
    border-radius:12px;
}

.otx-reality-title{
    display:block;
    color:#6a5424;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:10px;
}

.otx-reality-box p{
    color:#6a5424;
    line-height:1.8;
    font-size:16px;
    margin:0;
}

/* TABLET */

@media(max-width:991px){

    .otx-myths-grid{
        grid-template-columns:1fr;
    }

    .otx-myths-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-myths-section{
        padding:60px 0;
    }

    .otx-myths-container{
        padding:0 20px;
    }

    .otx-myths-header h2{
        font-size:30px;
    }

    .otx-myths-header p{
        font-size:16px;
    }

    .otx-myth-card{
        padding:25px;
    }

    .otx-myth-card h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f47c23 *//* =====================================================
   OLIVE & TANAMI
   BUSINESS SETUP STEPS TIMELINE
===================================================== */

.otx-business-steps-section{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
    position:relative;
    overflow:hidden;
}

.otx-business-steps-section::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    border-radius:50%;
    background:rgba(181,141,66,0.06);
    top:-180px;
    right:-150px;
}

.otx-business-steps-section::after{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    border-radius:50%;
    background:rgba(67,85,45,0.04);
    bottom:-120px;
    left:-120px;
}

.otx-business-steps-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
    position:relative;
    z-index:2;
}

.otx-business-steps-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 70px;
}

.otx-business-steps-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-business-steps-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:20px;
}

.otx-business-steps-header p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
}

.otx-business-steps-timeline{
    position:relative;
    max-width:900px;
    margin:0 auto;
}

.otx-business-steps-timeline::before{
    content:'';
    position:absolute;
    left:32px;
    top:0;
    bottom:0;
    width:2px;
    background:#d8c49b;
}

.otx-business-step-item{
    position:relative;
    display:flex;
    gap:30px;
    margin-bottom:35px;
}

.otx-business-step-number{
    min-width:65px;
    height:65px;
    border-radius:50%;
    background:#43552d;
    color:#ffffff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.otx-business-step-content{
    flex:1;
    background:#ffffff;
    padding:30px;
    border-radius:18px;
    border-top:4px solid #b58d42;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.04),
        0 20px 50px rgba(0,0,0,0.03);
    transition:all .3s ease;
}

.otx-business-step-content:hover{
    transform:translateY(-4px);
}

.otx-business-step-content h3{
    font-size:24px;
    color:#1f1f1f;
    margin-bottom:12px;
}

.otx-business-step-content p{
    font-size:16px;
    line-height:1.9;
    color:#555555;
    margin:0;
}

.otx-business-steps-highlight{
    max-width:900px;
    margin:50px auto 0;
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:30px;
    border-radius:14px;
}

.otx-business-steps-highlight strong{
    display:block;
    color:#6a5424;
    font-size:22px;
    margin-bottom:12px;
}

.otx-business-steps-highlight p{
    color:#6a5424;
    line-height:1.9;
    margin:0;
    font-size:17px;
}

/* TABLET */

@media(max-width:991px){

    .otx-business-steps-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-business-steps-section{
        padding:60px 0;
    }

    .otx-business-steps-container{
        padding:0 20px;
    }

    .otx-business-steps-header h2{
        font-size:30px;
    }

    .otx-business-steps-header p{
        font-size:16px;
    }

    .otx-business-step-item{
        gap:15px;
    }

    .otx-business-step-number{
        min-width:50px;
        height:50px;
        font-size:15px;
    }

    .otx-business-steps-timeline::before{
        left:24px;
    }

    .otx-business-step-content{
        padding:20px;
    }

    .otx-business-step-content h3{
        font-size:20px;
    }

    .otx-business-step-content p{
        font-size:15px;
    }

    .otx-business-steps-highlight{
        padding:22px;
    }

    .otx-business-steps-highlight strong{
        font-size:20px;
    }

    .otx-business-steps-highlight p{
        font-size:15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ff3f95d *//* =====================================================
   OLIVE & TANAMI
   FREE ZONE EXPLORER SECTION
===================================================== */

.otx-fz-explorer-section{
    padding:100px 0;
    background:#ffffff;
    position:relative;
}

.otx-fz-explorer-container{
    max-width:1200px;
    margin:auto;
    padding:0 25px;
}

.otx-fz-explorer-header{
    text-align:center;
    margin-bottom:60px;
}

.otx-fz-explorer-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.otx-fz-explorer-header h2{
    font-size:50px;
    line-height:1.2;
    color:#1f1f1f;
}

.otx-fz-explorer-layout{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:50px;
    align-items:center;
    margin-bottom:50px;
}

.otx-fz-explorer-content p{
    font-size:18px;
    line-height:2;
    color:#555555;
    margin-bottom:25px;
}

.otx-fz-explorer-content strong{
    color:#43552d;
}

.otx-fz-floating-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.otx-fz-mini-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    border-top:4px solid #b58d42;
    box-shadow:
    0 10px 25px rgba(0,0,0,0.04),
    0 20px 40px rgba(0,0,0,0.03);
    transition:.3s ease;
}

.otx-fz-mini-card:nth-child(even){
    transform:translateY(30px);
}

.otx-fz-mini-card:hover{
    transform:translateY(-5px);
}

.otx-fz-mini-card span{
    display:block;
    color:#43552d;
    font-size:20px;
    font-weight:700;
    margin-bottom:8px;
}

.otx-fz-mini-card p{
    color:#666;
    font-size:15px;
    line-height:1.7;
    margin:0;
}

.otx-fz-insight-box{
    background:#fff8ea;
    border-radius:18px;
    padding:40px;
    border-left:5px solid #b58d42;
}

.otx-fz-insight-box h3{
    color:#6a5424;
    font-size:30px;
    margin-bottom:15px;
}

.otx-fz-insight-box p{
    color:#6a5424;
    font-size:17px;
    line-height:1.9;
    margin-bottom:15px;
}

.otx-fz-insight-box p:last-child{
    margin-bottom:0;
}

/* TABLET */

@media(max-width:991px){

    .otx-fz-explorer-layout{
        grid-template-columns:1fr;
    }

    .otx-fz-explorer-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-fz-explorer-section{
        padding:60px 0;
    }

    .otx-fz-explorer-container{
        padding:0 20px;
    }

    .otx-fz-explorer-header h2{
        font-size:30px;
    }

    .otx-fz-floating-cards{
        grid-template-columns:1fr;
    }

    .otx-fz-mini-card:nth-child(even){
        transform:none;
    }

    .otx-fz-explorer-content p{
        font-size:16px;
    }

    .otx-fz-insight-box{
        padding:25px;
    }

    .otx-fz-insight-box h3{
        font-size:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-810a8a0 *//* =====================================================
   OLIVE & TANAMI
   BANKING FEATURE STRIP
===================================================== */

.otx-banking-feature-section{
    padding:90px 0;
    background:#ffffff;
}

.otx-banking-feature-container{
    max-width:1200px;
    margin:auto;
    padding:0 25px;
}

.otx-banking-feature-top{
    background:#f7f6f1;
    padding:45px;
    border-radius:20px 20px 0 0;
    border-top:5px solid #b58d42;
}

.otx-banking-feature-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:20px;
}

.otx-banking-feature-top h2{
    font-size:48px;
    color:#1f1f1f;
    margin-bottom:20px;
}

.otx-banking-feature-top p{
    font-size:18px;
    line-height:1.9;
    color:#555;
}

.otx-banking-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
}

.otx-banking-feature-box{
    padding:35px;
    background:#fff;
    border-right:1px solid #ececec;
    border-bottom:1px solid #ececec;
}

.otx-banking-feature-box:last-child{
    border-right:none;
}

.otx-banking-feature-box h3{
    font-size:24px;
    color:#43552d;
    margin-bottom:15px;
}

.otx-banking-feature-box p{
    color:#555;
    line-height:1.9;
    font-size:16px;
}

.otx-banking-feature-bottom{
    background:#fff8ea;
    padding:35px 40px;
    border-radius:0 0 20px 20px;
}

.otx-banking-feature-bottom h3{
    color:#6a5424;
    font-size:28px;
    margin-bottom:15px;
}

.otx-banking-feature-bottom p{
    color:#6a5424;
    line-height:1.9;
    font-size:17px;
}

/* MOBILE */

@media(max-width:991px){

    .otx-banking-feature-grid{
        grid-template-columns:1fr;
    }

    .otx-banking-feature-box{
        border-right:none;
        border-bottom:1px solid #ececec;
    }

    .otx-banking-feature-top h2{
        font-size:38px;
    }

}

@media(max-width:767px){

    .otx-banking-feature-section{
        padding:60px 0;
    }

    .otx-banking-feature-container{
        padding:0 20px;
    }

    .otx-banking-feature-top,
    .otx-banking-feature-box,
    .otx-banking-feature-bottom{
        padding:25px;
    }

    .otx-banking-feature-top h2{
        font-size:30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1992b46 *//* =====================================================
   OLIVE & TANAMI
   GOVERNMENT CONTRACTS SECTION
===================================================== */

.otx-gov-market-section{
    padding:90px 0;
    background:#ffffff;
    position:relative;
}

.otx-gov-market-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
}

.otx-gov-market-header{
    text-align:center;
    max-width:900px;
    margin:0 auto 60px;
}

.otx-gov-market-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-gov-market-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
}

.otx-gov-market-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:35px;
    margin-bottom:35px;
}

.otx-gov-market-primary,
.otx-gov-market-secondary{
    padding:40px;
    border-radius:20px;
    background:#ffffff;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.04),
        0 20px 60px rgba(0,0,0,0.03);
}

.otx-gov-market-primary{
    border-top:5px solid #43552d;
}

.otx-gov-market-secondary{
    border-top:5px solid #b58d42;
}

.otx-gov-market-label{
    display:inline-block;
    background:#fff8ea;
    color:#6a5424;
    padding:10px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.otx-gov-market-primary p,
.otx-gov-market-secondary p{
    font-size:17px;
    line-height:1.95;
    color:#555555;
    margin-bottom:18px;
}

.otx-gov-market-primary p:last-child,
.otx-gov-market-secondary p:last-child{
    margin-bottom:0;
}

.otx-gov-market-highlight{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:28px 30px;
    border-radius:14px;
    color:#6a5424;
    font-size:18px;
    line-height:1.9;
}

.otx-gov-market-highlight strong{
    color:#6a5424;
}

/* TABLET */

@media(max-width:991px){

    .otx-gov-market-grid{
        grid-template-columns:1fr;
    }

    .otx-gov-market-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-gov-market-section{
        padding:60px 0;
    }

    .otx-gov-market-container{
        padding:0 20px;
    }

    .otx-gov-market-header h2{
        font-size:30px;
    }

    .otx-gov-market-primary,
    .otx-gov-market-secondary{
        padding:25px;
    }

    .otx-gov-market-primary p,
    .otx-gov-market-secondary p,
    .otx-gov-market-highlight{
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-021785f *//* =====================================================
   OLIVE & TANAMI
   COMPLIANCE CHECKLIST SECTION
===================================================== */

.otx-compliance-section{
    padding:90px 0;
    background:#f7f6f1;
}

.otx-compliance-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
}

.otx-compliance-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.otx-compliance-tag{
    display:inline-block;
    background:#43552d;
    color:#fff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-compliance-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:20px;
}

.otx-compliance-header p{
    font-size:18px;
    color:#555555;
    line-height:1.9;
}

.otx-compliance-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
    margin-bottom:35px;
}

.otx-compliance-item{
    background:#ffffff;
    padding:30px;
    border-radius:18px;
    border-top:4px solid #b58d42;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.04);
    transition:.3s ease;
}

.otx-compliance-item:hover{
    transform:translateY(-4px);
}

.otx-compliance-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    border-radius:50%;
    background:#fff8ea;
    color:#b58d42;
    font-size:20px;
    font-weight:700;
    margin-bottom:18px;
}

.otx-compliance-item h3{
    font-size:22px;
    color:#1f1f1f;
    margin-bottom:12px;
}

.otx-compliance-item p{
    color:#555555;
    font-size:16px;
    line-height:1.8;
}

.otx-compliance-note{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:28px 30px;
    border-radius:14px;
    color:#6a5424;
    font-size:17px;
    line-height:1.8;
}

.otx-compliance-note strong{
    color:#6a5424;
}

/* TABLET */

@media(max-width:991px){

    .otx-compliance-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .otx-compliance-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-compliance-section{
        padding:60px 0;
    }

    .otx-compliance-container{
        padding:0 20px;
    }

    .otx-compliance-grid{
        grid-template-columns:1fr;
    }

    .otx-compliance-header h2{
        font-size:30px;
    }

    .otx-compliance-header p{
        font-size:16px;
    }

    .otx-compliance-item{
        padding:25px;
    }

    .otx-compliance-item h3{
        font-size:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b60ce2e *//* =====================================================
   OLIVE & TANAMI
   INDUSTRY SPECIFIC CONSIDERATIONS
===================================================== */

.otx-industry-focus-section{
    padding:90px 0;
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 50%,
        #faf9f4 100%
    );
}

.otx-industry-focus-container{
    max-width:1200px;
    margin:0 auto;
    padding:0 25px;
}

.otx-industry-focus-header{
    max-width:850px;
    margin:0 auto 60px;
    text-align:center;
}

.otx-industry-focus-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-industry-focus-header h2{
    font-size:48px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:20px;
}

.otx-industry-focus-header p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
}

.otx-industry-focus-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-bottom:35px;
}

.otx-industry-focus-card{
    background:#ffffff;
    padding:35px;
    border-radius:20px;
    text-align:center;
    box-shadow:
        0 10px 25px rgba(0,0,0,0.04),
        0 20px 50px rgba(0,0,0,0.03);
    transition:all .3s ease;
    position:relative;
    overflow:hidden;
}

.otx-industry-focus-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#b58d42;
}

.otx-industry-focus-card:hover{
    transform:translateY(-5px);
}

.otx-industry-focus-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:90px;
    height:42px;
    padding:0 18px;
    background:#fff8ea;
    color:#6a5424;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:20px;
}

.otx-industry-focus-card h3{
    font-size:24px;
    color:#43552d;
    margin-bottom:15px;
}

.otx-industry-focus-card p{
    font-size:16px;
    line-height:1.85;
    color:#555555;
}

.otx-industry-focus-footer{
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:28px 30px;
    border-radius:14px;
    color:#6a5424;
    font-size:17px;
    line-height:1.8;
}

.otx-industry-focus-footer strong{
    color:#6a5424;
}

/* TABLET */

@media(max-width:991px){

    .otx-industry-focus-grid{
        grid-template-columns:1fr;
    }

    .otx-industry-focus-header h2{
        font-size:40px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-industry-focus-section{
        padding:60px 0;
    }

    .otx-industry-focus-container{
        padding:0 20px;
    }

    .otx-industry-focus-header h2{
        font-size:30px;
    }

    .otx-industry-focus-header p{
        font-size:16px;
    }

    .otx-industry-focus-card{
        padding:25px;
    }

    .otx-industry-focus-card h3{
        font-size:20px;
    }

    .otx-industry-focus-footer{
        padding:22px;
        font-size:16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eece53f *//* =====================================================
   OLIVE & TANAMI
   SWITCHING LATER SECTION
===================================================== */

.otx-switching-section{
    padding:90px 0;
    background:#ffffff;
}

.otx-switching-container{
    max-width:950px;
    margin:0 auto;
    padding:0 25px;
}

.otx-switching-card{
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 100%
    );
    padding:50px;
    border-radius:24px;
    border-top:5px solid #b58d42;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.04),
        0 20px 60px rgba(0,0,0,0.03);
}

.otx-switching-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-switching-card h2{
    font-size:44px;
    color:#1f1f1f;
    line-height:1.2;
    margin-bottom:25px;
}

.otx-switching-card p{
    font-size:18px;
    line-height:1.95;
    color:#555555;
    margin-bottom:20px;
}

.otx-switching-highlight{
    margin-top:30px;
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:25px 28px;
    border-radius:12px;
    color:#6a5424;
    font-size:17px;
    line-height:1.8;
}

.otx-switching-highlight strong{
    color:#6a5424;
}

/* TABLET */

@media(max-width:991px){

    .otx-switching-card h2{
        font-size:36px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-switching-section{
        padding:60px 0;
    }

    .otx-switching-container{
        padding:0 20px;
    }

    .otx-switching-card{
        padding:30px;
    }

    .otx-switching-card h2{
        font-size:28px;
    }

    .otx-switching-card p{
        font-size:16px;
    }

    .otx-switching-highlight{
        font-size:15px;
        padding:20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9af0d06 */.otx-faq-section{
padding:90px 0;
background:#ffffff;
}

.otx-faq-container{
max-width:1100px;
margin:auto;
padding:0 25px;
}

.otx-faq-header{
text-align:center;
margin-bottom:50px;
}

.otx-faq-tag{
display:inline-block;
background:#43552d;
color:#fff;
padding:10px 22px;
border-radius:50px;
font-size:13px;
text-transform:uppercase;
margin-bottom:20px;
}

.otx-faq-header h2{
font-size:48px;
color:#1f1f1f;
}

.otx-faq-item{
background:#fff;
border-left:5px solid #b58d42;
border-radius:16px;
margin-bottom:18px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.otx-faq-question{
width:100%;
background:none;
border:none;
cursor:pointer;
text-align:left;
padding:25px 30px;
font-size:18px;
font-weight:600;
color:#1f1f1f;
display:flex;
justify-content:space-between;
align-items:center;
}

.otx-icon{
width:36px;
height:36px;
border-radius:50%;
background:#fff8ea;
color:#b58d42;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:700;
flex-shrink:0;
}

.otx-faq-answer{
max-height:0;
overflow:hidden;
transition:max-height .35s ease;
}

.otx-faq-answer p{
padding:0 30px 25px;
margin:0;
color:#555;
line-height:1.9;
}

.otx-faq-item.active{
border-left-color:#43552d;
}

.otx-faq-item.active .otx-icon{
background:#43552d;
color:#fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-35bb484 *//* =====================================================
   OLIVE & TANAMI
   FINAL THOUGHTS SECTION
===================================================== */

.otx-final-thoughts-section{
    padding:90px 0;
    background:#ffffff;
}

.otx-final-thoughts-container{
    max-width:950px;
    margin:0 auto;
    padding:0 25px;
}

.otx-final-thoughts-card{
    background:linear-gradient(
        135deg,
        #f7f6f1 0%,
        #ffffff 100%
    );
    padding:50px;
    border-radius:24px;
    border-top:5px solid #43552d;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.04),
        0 20px 60px rgba(0,0,0,0.03);
}

.otx-final-thoughts-tag{
    display:inline-block;
    background:#43552d;
    color:#ffffff;
    padding:10px 22px;
    border-radius:50px;
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.otx-final-thoughts-card h2{
    font-size:44px;
    color:#1f1f1f;
    margin-bottom:25px;
    line-height:1.2;
}

.otx-final-thoughts-card p{
    font-size:18px;
    line-height:1.9;
    color:#555555;
    margin-bottom:20px;
}

.otx-final-thoughts-highlight{
    margin-top:30px;
    background:#fff8ea;
    border-left:5px solid #b58d42;
    padding:25px 30px;
    border-radius:12px;
    color:#6a5424;
    font-size:17px;
    line-height:1.8;
}

.otx-final-thoughts-highlight strong{
    display:block;
    margin-bottom:8px;
    color:#6a5424;
}

.otx-final-thoughts-highlight a{
    color:#43552d;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid #b58d42;
    transition:all .3s ease;
}

.otx-final-thoughts-highlight a:hover{
    color:#b58d42;
}

/* TABLET */

@media(max-width:991px){

    .otx-final-thoughts-card h2{
        font-size:36px;
    }

}

/* MOBILE */

@media(max-width:767px){

    .otx-final-thoughts-section{
        padding:60px 0;
    }

    .otx-final-thoughts-container{
        padding:0 20px;
    }

    .otx-final-thoughts-card{
        padding:30px;
    }

    .otx-final-thoughts-card h2{
        font-size:28px;
    }

    .otx-final-thoughts-card p{
        font-size:16px;
    }

    .otx-final-thoughts-highlight{
        padding:20px;
        font-size:15px;
    }

}/* End custom CSS */