.elementor-14110 .elementor-element.elementor-element-715c1808{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS */.tt-safari-page{
    background:#f4f6f8;
    font-family:Arial,Helvetica,sans-serif;
    color:#2d3748;
    line-height:1.9;
}

.tt-container{
    max-width:1100px;
    margin:auto;
    padding:50px 20px 80px;
}

.tt-hero{
    position:relative;
    min-height:620px;
    background:url('https://images.unsplash.com/photo-1516426122078-c23e76319801?q=80&w=1600&auto=format&fit=crop') center center/cover no-repeat;
    display:flex;
    align-items:center;
}

.tt-hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,rgba(6,18,33,0.55),rgba(6,18,33,0.82));
}

.tt-hero-content{
    position:relative;
    z-index:2;
    max-width:950px;
    margin:auto;
    padding:60px 25px;
    text-align:center;
}

.tt-badge{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.2);
    color:#fff;
    padding:10px 18px;
    border-radius:100px;
    font-size:12px;
    letter-spacing:1.5px;
    margin-bottom:25px;
}

.tt-hero h1{
    font-size:56px;
    line-height:1.15;
    color:#fff;
    margin-bottom:24px;
    font-weight:800;
}

.tt-hero-intro{
    color:rgba(255,255,255,0.92);
    font-size:22px;
    max-width:760px;
    margin:auto;
}

.tt-section{
    background:#fff;
    padding:55px;
    border-radius:26px;
    margin-bottom:40px;
    box-shadow:0 10px 35px rgba(15,23,42,0.06);
}

.tt-section h2{
    font-size:38px;
    line-height:1.25;
    color:#0b3d6d;
    margin-bottom:28px;
    position:relative;
}

.tt-section h2:after{
    content:"";
    width:80px;
    height:4px;
    background:#d97706;
    display:block;
    margin-top:16px;
    border-radius:20px;
}

.tt-section h3{
    color:#0b3d6d;
    font-size:26px;
    margin-bottom:18px;
}

.tt-section p{
    margin-bottom:24px;
    font-size:18px;
}

.tt-highlight-box{
    background:linear-gradient(135deg,#eef5ff,#f8fbff);
    border-left:5px solid #d97706;
    padding:35px;
    border-radius:18px;
    margin:35px 0;
}

.tt-highlight-box ul,
.tt-section ul{
    padding-left:22px;
}

.tt-highlight-box li,
.tt-section li{
    margin-bottom:12px;
}

.tt-grid-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:16px;
    margin:30px 0;
}

.tt-grid-list div{
    background:#f8fafc;
    padding:18px 20px;
    border-radius:16px;
    border:1px solid #edf2f7;
    font-weight:600;
}

.tt-link-card{
    background:#0b3d6d;
    color:#fff;
    padding:30px;
    border-radius:20px;
    margin-top:30px;
    font-size:17px;
}

.tt-split-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin:30px 0;
}

.tt-split-item{
    background:#f8fafc;
    border-left:4px solid #d97706;
    padding:22px;
    border-radius:16px;
}

.tt-keywords{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:28px 0;
}

.tt-keywords span{
    background:#0b3d6d;
    color:#fff;
    padding:12px 18px;
    border-radius:100px;
    font-size:15px;
}

.tt-comparison-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

.tt-comparison-card{
    background:#f9fbfc;
    padding:35px;
    border-radius:24px;
    border:1px solid #e5edf5;
}

.tt-mini-highlight{
    background:#d97706;
    color:#fff;
    padding:12px 16px;
    border-radius:12px;
    display:inline-block;
    margin:15px 0;
    font-weight:700;
}

.tt-image-banner{
    position:relative;
    min-height:450px;
    border-radius:30px;
    overflow:hidden;
    margin-bottom:40px;
    background:url('https://images.unsplash.com/photo-1547471080-7cc2caa01a7e?q=80&w=1600&auto=format&fit=crop') center center/cover no-repeat;
}

.tt-image-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom right,rgba(11,61,109,0.82),rgba(5,16,28,0.76));
}

.tt-image-content{
    position:relative;
    z-index:2;
    padding:70px;
    color:#fff;
}

.tt-image-content h2{
    font-size:44px;
    margin-bottom:24px;
}

.tt-image-keywords{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:28px;
}

.tt-image-keywords span{
    background:rgba(255,255,255,0.14);
    border:1px solid rgba(255,255,255,0.2);
    backdrop-filter:blur(8px);
    padding:12px 18px;
    border-radius:100px;
}

.tt-season-grid,
.tt-style-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:28px;
}

.tt-season-card,
.tt-style-card{
    background:#fbfcfd;
    padding:35px;
    border-radius:24px;
    border:1px solid #e8edf2;
}

.tt-quote{
    background:#0b3d6d;
    color:#fff;
    padding:35px;
    border-radius:22px;
    font-size:24px;
    line-height:1.6;
    font-style:italic;
    margin:40px 0;
}

.tt-transform-box{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    padding:35px;
    background:#f8fafc;
    border-radius:24px;
    margin:35px 0;
    font-size:24px;
    font-weight:700;
    flex-wrap:wrap;
}

.tt-transform-box span{
    color:#d97706;
}

.tt-photo-card{
    background:linear-gradient(135deg,#0b3d6d,#0f2740);
    color:#fff;
    padding:40px;
    border-radius:28px;
    margin-bottom:30px;
}

.tt-photo-grid{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin:24px 0;
}

.tt-photo-grid span{
    background:rgba(255,255,255,0.14);
    padding:12px 18px;
    border-radius:100px;
}

.tt-mistake-card{
    background:#fff8f1;
    border-left:5px solid #d97706;
    padding:35px;
    border-radius:20px;
    margin-bottom:28px;
}

.tt-inline-quote{
    background:#0b3d6d;
    color:#fff;
    display:inline-block;
    padding:12px 18px;
    border-radius:14px;
    margin:18px 0;
    font-style:italic;
}

.tt-faq details{
    background:#f8fafc;
    margin-bottom:18px;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e8edf2;
}

.tt-faq summary{
    padding:24px;
    cursor:pointer;
    font-weight:700;
    color:#0b3d6d;
    list-style:none;
}

.tt-faq-content{
    padding:0 24px 24px;
}

.tt-final-cta{
    position:relative;
    border-radius:34px;
    overflow:hidden;
    background:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?q=80&w=1600&auto=format&fit=crop') center center/cover no-repeat;
    min-height:500px;
    display:flex;
    align-items:center;
}

.tt-final-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to bottom,rgba(6,18,33,0.7),rgba(6,18,33,0.88));
}

.tt-final-content{
    position:relative;
    z-index:2;
    max-width:780px;
    padding:70px;
    color:#fff;
}

.tt-final-content h2{
    font-size:48px;
    margin-bottom:25px;
}

.tt-final-content p{
    font-size:20px;
    margin-bottom:24px;
    color:rgba(255,255,255,0.92);
}

.tt-cta-button{
    display:inline-block;
    background:#d97706;
    color:#fff;
    text-decoration:none;
    padding:18px 34px;
    border-radius:14px;
    font-weight:700;
    font-size:17px;
    margin-top:10px;
    transition:all .3s ease;
}

.tt-cta-button:hover{
    transform:translateY(-3px);
    background:#c96d05;
}

@media(max-width:768px){

    .tt-hero{
        min-height:520px;
    }

    .tt-hero h1{
        font-size:38px;
    }

    .tt-hero-intro{
        font-size:18px;
    }

    .tt-section{
        padding:35px 24px;
    }

    .tt-section h2{
        font-size:30px;
    }

    .tt-comparison-grid,
    .tt-split-box{
        grid-template-columns:1fr;
    }

    .tt-image-content,
    .tt-final-content{
        padding:40px 28px;
    }

    .tt-image-content h2,
    .tt-final-content h2{
        font-size:34px;
    }

}/* End custom CSS */