.elementor-7 .elementor-element.elementor-element-97b838f{z-index:2;}.elementor-7 .elementor-element.elementor-element-e88629e{z-index:0;}.elementor-7 .elementor-element.elementor-element-3112cc2{z-index:0;}.elementor-7 .elementor-element.elementor-element-46d6660{z-index:0;}.elementor-7 .elementor-element.elementor-element-f7f6b2f{z-index:0;}.elementor-7 .elementor-element.elementor-element-f75a16b{z-index:0;}.elementor-7 .elementor-element.elementor-element-f372d57{z-index:0;}/* Start custom CSS for html, class: .elementor-element-28d7f8c *//* =========================
   TRAVESUITE HERO SECTION
========================= */

.trave-hero{
    position: relative;
    overflow: hidden;
    padding: 90px 6%;
    background:
    radial-gradient(circle at top left, rgba(15,67,146,0.28), transparent 35%),
    radial-gradient(circle at bottom right, rgba(221,23,23,0.12), transparent 30%),
    #071224;
}

/* Background Glow */
.trave-hero::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(15,67,146,0.15);
    filter:blur(120px);
    top:-180px;
    left:-120px;
    z-index:0;
}

/* Container */
.trave-hero-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    position:relative;
    z-index:2;
}

/* Left Content */
.trave-hero-content{
    flex:1;
    max-width:580px;
}

.trave-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#c7d3e6;
    font-size:14px;
    margin-bottom:24px;
    backdrop-filter:blur(10px);
}

.trave-badge span{
    width:8px;
    height:8px;
    background:#DD1717;
    border-radius:50%;
    box-shadow:0 0 10px #DD1717;
}

/* Heading */
.trave-hero-content h1{
    font-size:30px;
    line-height:1.15;
    font-weight:700;
    color:#fff;
    margin-bottom:22px;
    letter-spacing:-1px;
}

.trave-hero-content h1 .highlight{
    color:#4b8fff;
}

/* Paragraph */
.trave-hero-content p{
    font-size:17px;
    line-height:1.8;
    color:#b7c4d8;
    margin-bottom:35px;
}

/* Buttons */
.trave-hero-buttons{
    display:flex;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

.trave-btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:14px;
    background:linear-gradient(135deg,#0F4392,#1A6BFF);
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition:0.35s ease;
    box-shadow:0 12px 35px rgba(15,67,146,0.35);
}

.trave-btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 40px rgba(15,67,146,0.5);
}

.trave-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 28px;
    border-radius:14px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#fff;
    font-weight:600;
    text-decoration:none;
    transition:0.35s ease;
    backdrop-filter:blur(10px);
}

.trave-btn-secondary:hover{
    background:rgba(255,255,255,0.12);
    transform:translateY(-3px);
}

/* Right Image */
.trave-hero-image{
    flex:1;
    position:relative;
    display:flex;
    justify-content:center;
}

.trave-hero-image::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(15,67,146,0.25);
    filter:blur(90px);
    border-radius:50%;
    z-index:0;
}

.trave-hero-image img{
    width:100%;
    max-width:600px;
    position:relative;
    z-index:2;
    animation:floatImage 5s ease-in-out infinite;
}

/* Floating Animation */
@keyframes floatImage{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-12px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Responsive */
@media(max-width:991px){

    .trave-hero{
        padding:70px 6%;
    }

    .trave-hero-container{
        flex-direction:column;
        text-align:center;
    }

    .trave-hero-content{
        max-width:100%;
    }

    .trave-hero-buttons{
        justify-content:center;
    }

    .trave-hero-content h1{
        font-size:38px;
    }

    .trave-hero-image img{
        max-width:500px;
    }
}

@media(max-width:767px){

    .trave-hero{
        padding:60px 5%;
    }

    .trave-hero-content h1{
        font-size:32px;
        line-height:1.2;
    }

    .trave-hero-content p{
        font-size:15px;
        line-height:1.7;
    }

    .trave-btn-primary,
    .trave-btn-secondary{
        width:100%;
    }

    .trave-hero-image img{
        max-width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9db4e56 *//* =========================
   COMPACT STRUGGLE SECTION
========================= */

.trave-struggle-section{
    padding:70px 6%;
    background:#ffffff;
    overflow:hidden;
}

/* Container */
.trave-struggle-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/* =========================
   LEFT IMAGE
========================= */

.trave-struggle-image{
    flex:1.15;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:30px;
}

/* Background Card */
.trave-struggle-image::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        135deg,
        rgba(15,67,146,0.08),
        rgba(15,67,146,0.03)
    );
    border:1px solid rgba(15,67,146,0.08);
    border-radius:32px;
    z-index:0;
}

/* Glow Effect */
.trave-struggle-image::after{
    content:'';
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(15,67,146,0.14);
    border-radius:50%;
    filter:blur(80px);
    z-index:0;
}

/* Image */
.trave-struggle-image img{
    width:100%;
    max-width:620px;
    border-radius:22px;
    position:relative;
    z-index:2;
    padding:10px;
    transform:scale(1.03);
}

/* =========================
   RIGHT CONTENT
========================= */

.trave-struggle-content{
    flex:1;
    max-width:540px;
}

/* Tag */
.trave-section-tag{
    display:inline-block;
    padding:9px 16px;
    border-radius:50px;
    background:rgba(15,67,146,0.08);
    color:#0F4392;
    font-size:13px;
    font-weight:600;
    margin-bottom:18px;
}

/* Heading */
.trave-struggle-content h2{
    font-size:38px;
    line-height:1.2;
    font-weight:700;
    color:#111827;
    margin-bottom:18px;
    letter-spacing:-1px;
}

.trave-struggle-content h2 span{
    color:#0F4392;
}

/* Paragraph */
.trave-main-para{
    font-size:16px;
    line-height:1.8;
    color:#5b6472;
    margin-bottom:25px;
}

/* =========================
   COMPACT POINTS GRID
========================= */

.trave-points-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:24px;
}

/* Point */
.trave-point{
    position:relative;
    padding:14px 16px 14px 38px;
    background:#f8fafc;
    border:1px solid #edf2f7;
    border-radius:16px;
    font-size:14px;
    color:#374151;
    line-height:1.6;
    transition:0.3s ease;
}

/* Red Dot */
.trave-point::before{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background:#DD1717;
    border-radius:50%;
    left:16px;
    top:20px;
    box-shadow:0 0 8px rgba(221,23,23,0.4);
}

/* Hover */
.trave-point:hover{
    transform:translateY(-3px);
    border-color:rgba(15,67,146,0.2);
    box-shadow:0 10px 25px rgba(15,67,146,0.06);
}

/* Bottom Text */
.trave-bottom-text{
    font-size:15px;
    line-height:1.8;
    color:#4b5563;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .trave-struggle-section{
        padding:60px 6%;
    }

    .trave-struggle-container{
        flex-direction:column;
        gap:45px;
    }

    .trave-struggle-content{
        max-width:100%;
        text-align:center;
    }

    .trave-points-grid{
        text-align:left;
    }

    .trave-struggle-content h2{
        font-size:34px;
    }

    .trave-struggle-image{
        width:100%;
        max-width:700px;
    }
}

@media(max-width:767px){

    .trave-struggle-section{
        padding:50px 5%;
    }

    .trave-points-grid{
        grid-template-columns:1fr;
    }

    .trave-struggle-content h2{
        font-size:28px;
    }

    .trave-main-para{
        font-size:15px;
    }

    .trave-point{
        font-size:14px;
    }

    .trave-struggle-image{
        padding:20px;
    }

    .trave-struggle-image img{
        max-width:100%;
        transform:none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-769b14e *//* =========================
   CENTRALISED SECTION
========================= */

.trave-central-section{
    position:relative;
    padding:80px 6%;
    background:
    radial-gradient(circle at top left, rgba(15,67,146,0.08), transparent 30%),
    radial-gradient(circle at bottom right, rgba(221,23,23,0.05), transparent 30%),
    #071224;
    overflow:hidden;
}

/* Container */
.trave-central-container{
    max-width:1250px;
    margin:auto;
}

/* Content */
.trave-central-content{
    max-width:760px;
    margin:auto;
    text-align:center;
    margin-bottom:55px;
}

/* Tag */
.trave-central-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#d9e4f3;
    font-size:13px;
    font-weight:500;
    margin-bottom:22px;
    backdrop-filter:blur(10px);
}

/* Heading */
.trave-central-content h2{
    font-size:42px;
    line-height:1.2;
    color:#ffffff;
    font-weight:700;
    margin-bottom:22px;
    letter-spacing:-1px;
}

.trave-central-content h2 span{
    color:#4b8fff;
}

/* Paragraph */
.trave-central-content p{
    font-size:16px;
    line-height:1.9;
    color:#b8c5d9;
    margin-bottom:18px;
}

/* Grid */
.trave-central-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

/* Cards */
.trave-central-card{
    position:relative;
    padding:28px 24px;
    border-radius:24px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(14px);
    transition:0.35s ease;
}

.trave-central-card:hover{
    transform:translateY(-5px);
    border-color:rgba(75,143,255,0.3);
    background:rgba(255,255,255,0.07);
}

/* Icons */
.trave-icon{
    width:16px;
    height:16px;
    border-radius:50%;
    margin-bottom:20px;
}

.trave-icon.blue{
    background:#0F4392;
    box-shadow:0 0 18px rgba(15,67,146,0.7);
}

.trave-icon.red{
    background:#DD1717;
    box-shadow:0 0 18px rgba(221,23,23,0.6);
}

/* Card Heading */
.trave-central-card h3{
    font-size:19px;
    color:#ffffff;
    margin-bottom:12px;
    font-weight:600;
}

/* Card Text */
.trave-central-card p{
    font-size:14px;
    line-height:1.7;
    color:#b7c4d8;
}

/* Responsive */
@media(max-width:991px){

    .trave-central-section{
        padding:65px 6%;
    }

    .trave-central-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .trave-central-content h2{
        font-size:36px;
    }
}

@media(max-width:767px){

    .trave-central-section{
        padding:55px 5%;
    }

    .trave-central-grid{
        grid-template-columns:1fr;
    }

    .trave-central-content{
        margin-bottom:40px;
    }

    .trave-central-content h2{
        font-size:30px;
    }

    .trave-central-content p{
        font-size:15px;
        line-height:1.8;
    }

    .trave-central-card{
        padding:24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc92eb7 *//* =========================
   FEATURES SECTION
========================= */

.trave-feature-section{
    position:relative;
    overflow:hidden;
    padding:85px 6%;
    background:#ffffff;
}

/* Glow */
.trave-feature-glow{
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(15,67,146,0.06);
    filter:blur(120px);
    top:-180px;
    right:-120px;
    border-radius:50%;
}

/* Container */
.trave-feature-container{
    position:relative;
    z-index:2;
    max-width:1280px;
    margin:auto;
}

/* Heading */
.trave-feature-heading{
    text-align:center;
    max-width:760px;
    margin:auto;
    margin-bottom:55px;
}

/* Tag */
.trave-feature-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:rgba(15,67,146,0.08);
    color:#0F4392;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

/* Heading */
.trave-feature-heading h2{
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    color:#111827;
    margin-bottom:20px;
    letter-spacing:-1px;
}

.trave-feature-heading h2 span{
    color:#0F4392;
}

/* Paragraph */
.trave-feature-heading p{
    font-size:16px;
    line-height:1.8;
    color:#5b6472;
}

/* Grid */
.trave-feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

/* Card */
.trave-feature-card{
    position:relative;
    padding:32px 28px;
    background:#ffffff;
    border:1px solid #edf2f7;
    border-radius:26px;
    transition:0.35s ease;
    overflow:hidden;
}

/* Hover Glow */
.trave-feature-card::before{
    content:'';
    position:absolute;
    width:180px;
    height:180px;
    background:rgba(15,67,146,0.05);
    border-radius:50%;
    top:-60px;
    right:-60px;
    transition:0.4s ease;
}

.trave-feature-card:hover{
    transform:translateY(-7px);
    border-color:rgba(15,67,146,0.18);
    box-shadow:0 18px 40px rgba(15,67,146,0.08);
}

.trave-feature-card:hover::before{
    transform:scale(1.2);
}

/* Icons */
.trave-feature-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    position:relative;
    z-index:2;
    animation:floatIcon 4s ease-in-out infinite;
}

.trave-feature-icon i{
    color:#ffffff;
    font-size:24px;
}

/* Blue */
.trave-feature-icon.blue{
    background:linear-gradient(135deg,#0F4392,#1A6BFF);
    box-shadow:0 10px 25px rgba(15,67,146,0.25);
}

/* Red */
.trave-feature-icon.red{
    background:linear-gradient(135deg,#DD1717,#ff5b5b);
    box-shadow:0 10px 25px rgba(221,23,23,0.22);
}

/* Animation */
@keyframes floatIcon{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-5px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Card Heading */
.trave-feature-card h3{
    font-size:20px;
    line-height:1.4;
    color:#111827;
    margin-bottom:14px;
    position:relative;
    z-index:2;
}

/* Card Text */
.trave-feature-card p{
    font-size:15px;
    line-height:1.8;
    color:#5b6472;
    position:relative;
    z-index:2;
}

/* Responsive */
@media(max-width:991px){

    .trave-feature-section{
        padding:70px 6%;
    }

    .trave-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .trave-feature-heading h2{
        font-size:36px;
    }
}

@media(max-width:767px){

    .trave-feature-section{
        padding:55px 5%;
    }

    .trave-feature-grid{
        grid-template-columns:1fr;
    }

    .trave-feature-heading{
        margin-bottom:40px;
    }

    .trave-feature-heading h2{
        font-size:30px;
    }

    .trave-feature-heading p{
        font-size:15px;
    }

    .trave-feature-card{
        padding:28px 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bf84483 *//* =========================
   COMPACT PREMIUM SAAS SECTION
========================= */

.trave-premium-section{
    position:relative;
    overflow:hidden;
    padding:70px 6%;
    background:
    radial-gradient(circle at top left, rgba(15,67,146,0.08), transparent 22%),
    radial-gradient(circle at bottom right, rgba(221,23,23,0.08), transparent 22%),
    linear-gradient(135deg,#050816 0%, #081120 50%, #050816 100%);
}

/* Glow Orbs */
.trave-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    z-index:0;
}

.orb-1{
    width:260px;
    height:260px;
    background:rgba(15,67,146,0.14);
    top:-80px;
    left:-80px;
}

.orb-2{
    width:220px;
    height:220px;
    background:rgba(221,23,23,0.12);
    bottom:-80px;
    right:-60px;
}

/* Container */
.trave-premium-container{
    position:relative;
    z-index:2;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
}

/* Left */
.trave-premium-left{
    flex:1;
    max-width:650px;
}

/* Tag */
.trave-premium-tag{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.06);
    color:#dbe8ff;
    font-size:12px;
    margin-bottom:18px;
    backdrop-filter:blur(10px);
}

/* Heading */
.trave-premium-left h2{
    font-size:42px;
    line-height:1.12;
    color:#ffffff;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:-1px;
}

.trave-premium-left h2 span{
    background:linear-gradient(90deg,#0F4392,#DD1717);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* Subheading */
.trave-premium-subheading{
    font-size:16px;
    line-height:1.8;
    color:#9fb0c8;
    margin-bottom:32px;
}

/* =========================
   FEATURE GRID
========================= */

.trave-feature-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
}

/* Card */
.trave-glass-card{
    position:relative;
    padding:22px 20px;
    border-radius:22px;
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.06);
    backdrop-filter:blur(16px);
    overflow:hidden;
    transition:0.35s ease;
}

/* Hover */
.trave-glass-card:hover{
    transform:translateY(-4px);
    border-color:rgba(15,67,146,0.25);
    box-shadow:
    0 12px 35px rgba(0,0,0,0.35),
    0 0 20px rgba(15,67,146,0.08);
}

/* Glow */
.trave-glass-card::before{
    content:'';
    position:absolute;
    width:120px;
    height:120px;
    background:rgba(255,255,255,0.03);
    border-radius:50%;
    top:-50px;
    right:-50px;
}

/* Icon */
.trave-card-icon{
    width:52px;
    height:52px;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:18px;
    animation:floatIcon 4s ease-in-out infinite;
}

.trave-card-icon i{
    color:#ffffff;
    font-size:20px;
}

/* Blue */
.cyan{
    background:linear-gradient(135deg,#0F4392,#1b5fd1);
    box-shadow:0 8px 22px rgba(15,67,146,0.25);
}

/* Red */
.purple{
    background:linear-gradient(135deg,#DD1717,#ff3b3b);
    box-shadow:0 8px 22px rgba(221,23,23,0.22);
}

/* Mixed */
.teal{
    background:linear-gradient(135deg,#0F4392,#DD1717);
    box-shadow:0 8px 22px rgba(15,67,146,0.18);
}

/* Float */
@keyframes floatIcon{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-4px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Card Heading */
.trave-glass-card h3{
    font-size:17px;
    line-height:1.4;
    color:#ffffff;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}

/* Card Text */
.trave-glass-card p{
    font-size:14px;
    line-height:1.7;
    color:#9fb0c8;
    position:relative;
    z-index:2;
}

/* =========================
   RIGHT DASHBOARD
========================= */

.trave-premium-right{
    flex:1;
    display:flex;
    justify-content:center;
}

/* Dashboard */
.trave-dashboard{
    width:100%;
    max-width:470px;
    border-radius:28px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.07);
    backdrop-filter:blur(16px);
    overflow:hidden;
    box-shadow:
    0 20px 60px rgba(0,0,0,0.45),
    0 0 25px rgba(15,67,146,0.06);
}

/* Top */
.trave-dashboard-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    border-bottom:1px solid rgba(255,255,255,0.05);
}

.trave-top-left{
    display:flex;
    gap:7px;
}

.trave-top-left span{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#ffffff33;
}

.trave-dashboard-title{
    color:#dce7ff;
    font-size:13px;
}

/* Body */
.trave-dashboard-body{
    display:flex;
}

/* Sidebar */
.trave-sidebar{
    width:70px;
    padding:18px 14px;
    border-right:1px solid rgba(255,255,255,0.05);
}

.trave-side-item{
    height:42px;
    border-radius:12px;
    background:rgba(255,255,255,0.05);
    margin-bottom:12px;
}

.trave-side-item.active{
    background:linear-gradient(135deg,#0F4392,#DD1717);
}

/* Main */
.trave-dashboard-main{
    flex:1;
    padding:18px;
}

/* Stats */
.trave-stat-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-bottom:16px;
}

.trave-stat-card{
    padding:15px;
    border-radius:16px;
    background:rgba(255,255,255,0.04);
}

.trave-stat-card h4{
    color:#9fb0c8;
    font-size:12px;
    margin-bottom:8px;
}

.trave-stat-card span{
    font-size:22px;
    color:#ffffff;
    font-weight:700;
}

/* Upload */
.trave-upload-card{
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,0.04);
    margin-bottom:16px;
}

.trave-upload-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
}

.trave-upload-top h5{
    color:#ffffff;
    font-size:14px;
}

.trave-dot{
    width:10px;
    height:10px;
    background:#DD1717;
    border-radius:50%;
    box-shadow:0 0 10px rgba(221,23,23,0.8);
}

/* Progress */
.trave-progress{
    height:8px;
    border-radius:30px;
    background:rgba(255,255,255,0.08);
    overflow:hidden;
}

.trave-progress-fill{
    width:78%;
    height:100%;
    border-radius:30px;
    background:linear-gradient(90deg,#0F4392,#DD1717);
}

/* Notification */
.trave-notification-card{
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,0.04);
    margin-bottom:16px;
}

.trave-noti-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0F4392,#DD1717);
}

.trave-noti-icon i{
    color:#ffffff;
}

.trave-notification-card h5{
    color:#ffffff;
    font-size:14px;
    margin-bottom:4px;
}

.trave-notification-card p{
    color:#9fb0c8;
    font-size:12px;
}

/* CRM */
.trave-crm-card{
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,0.04);
}

/* Chart */
.trave-chart-line{
    height:65px;
    border-radius:14px;
    background:
    linear-gradient(135deg,
    rgba(15,67,146,0.25),
    rgba(221,23,23,0.22));
    margin-bottom:16px;
}

/* Folders */
.trave-folder-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:10px;
}

.trave-folder-grid div{
    height:45px;
    border-radius:12px;
    background:rgba(255,255,255,0.08);
}

/* Responsive */
@media(max-width:1100px){

    .trave-premium-container{
        flex-direction:column;
        gap:45px;
    }

    .trave-premium-left{
        max-width:100%;
    }
}

@media(max-width:767px){

    .trave-premium-section{
        padding:55px 5%;
    }

    .trave-premium-left h2{
        font-size:34px;
    }

    .trave-feature-cards{
        grid-template-columns:1fr;
    }

    .trave-premium-subheading{
        font-size:15px;
    }

    .trave-dashboard{
        max-width:100%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fd28740 *//* =========================
   ABOUT / TRUST SECTION
========================= */

.trave-about-section{
    position:relative;
    overflow:hidden;
    padding:85px 6%;
    background:#ffffff;
}

/* Shapes */
.trave-about-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
    z-index:0;
}

.shape-1{
    width:280px;
    height:280px;
    background:rgba(15,67,146,0.08);
    top:-100px;
    left:-80px;
}

.shape-2{
    width:240px;
    height:240px;
    background:rgba(221,23,23,0.06);
    bottom:-80px;
    right:-60px;
}

/* Container */
.trave-about-container{
    position:relative;
    z-index:2;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
}

/* Left */
.trave-about-left{
    flex:1;
    max-width:620px;
}

/* Tag */
.trave-about-tag{
    display:inline-block;
    padding:9px 16px;
    border-radius:50px;
    background:rgba(15,67,146,0.08);
    color:#0F4392;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

/* Heading */
.trave-about-left h2{
    font-size:46px;
    line-height:1.15;
    color:#111827;
    font-weight:700;
    margin-bottom:24px;
    letter-spacing:-1px;
}

.trave-about-left h2 span{
    color:#0F4392;
}

/* Paragraph */
.trave-about-text{
    font-size:16px;
    line-height:1.9;
    color:#5b6472;
    margin-bottom:18px;
}

/* Trust Row */
.trave-trust-row{
    display:flex;
    flex-direction:column;
    gap:22px;
    margin-top:35px;
}

/* Experience Card */
.trave-exp-card{
    display:flex;
    align-items:center;
    gap:18px;
    padding:22px;
    border-radius:24px;
    background:#ffffff;
    border:1px solid #edf2f7;
    box-shadow:0 12px 35px rgba(15,67,146,0.06);
    max-width:420px;
}

/* Icon */
.trave-exp-icon{
    width:62px;
    height:62px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0F4392,#DD1717);
    box-shadow:0 12px 30px rgba(15,67,146,0.18);
}

.trave-exp-icon i{
    color:#ffffff;
    font-size:24px;
}

/* Experience Text */
.trave-exp-card h3{
    font-size:26px;
    color:#111827;
    margin-bottom:5px;
}

.trave-exp-card span{
    color:#6b7280;
    font-size:14px;
}

/* Trust Points */
.trave-trust-points{
    display:flex;
    flex-direction:column;
    gap:14px;
}

/* Item */
.trave-trust-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    color:#374151;
}

.trave-trust-item i{
    color:#0F4392;
}

/* Right */
.trave-about-right{
    flex:1;
    display:flex;
    justify-content:center;
}

/* Dashboard Wrapper */
.trave-about-dashboard{
    position:relative;
    width:100%;
    max-width:520px;
}

/* Floating Cards */
.trave-floating-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(12px);
    border:1px solid rgba(15,67,146,0.08);
    border-radius:18px;
    box-shadow:0 18px 40px rgba(15,67,146,0.08);
    z-index:5;
    animation:floatCard 4s ease-in-out infinite;
}

.top-card{
    top:-20px;
    right:-10px;
}

.bottom-card{
    bottom:-20px;
    left:-20px;
}

/* Float */
@keyframes floatCard{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-5px);
    }
    100%{
        transform:translateY(0px);
    }
}

.trave-floating-card i{
    width:46px;
    height:46px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0F4392,#DD1717);
    color:#ffffff;
}

.trave-floating-card h4{
    font-size:15px;
    color:#111827;
    margin-bottom:4px;
}

.trave-floating-card span{
    font-size:13px;
    color:#6b7280;
}

/* Main Dashboard */
.trave-main-dashboard{
    overflow:hidden;
    border-radius:30px;
    background:#ffffff;
    border:1px solid #edf2f7;
    box-shadow:0 30px 70px rgba(15,67,146,0.08);
}

/* Header */
.trave-dashboard-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 22px;
    border-bottom:1px solid #f1f5f9;
}

/* Dots */
.trave-dots{
    display:flex;
    gap:8px;
}

.trave-dots span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#d1d5db;
}

.trave-dashboard-name{
    font-size:14px;
    color:#374151;
}

/* Content */
.trave-dashboard-content{
    display:flex;
}

/* Sidebar */
.trave-dashboard-sidebar{
    width:80px;
    padding:20px 14px;
    border-right:1px solid #f1f5f9;
}

.sidebar-item{
    height:46px;
    border-radius:14px;
    background:#f3f4f6;
    margin-bottom:14px;
}

.sidebar-item.active{
    background:linear-gradient(135deg,#0F4392,#DD1717);
}

/* Main */
.trave-dashboard-main{
    flex:1;
    padding:22px;
}

/* Grid */
.trave-mini-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:18px;
}

/* Mini Card */
.mini-card{
    padding:18px;
    border-radius:18px;
    background:#f8fafc;
}

.mini-card h5{
    font-size:13px;
    color:#6b7280;
    margin-bottom:8px;
}

.mini-card span{
    font-size:24px;
    color:#111827;
    font-weight:700;
}

/* CRM */
.crm-card{
    height:90px;
    border-radius:18px;
    background:
    linear-gradient(
        135deg,
        rgba(15,67,146,0.12),
        rgba(221,23,23,0.10)
    );
    margin-bottom:18px;
}

/* Folder Grid */
.folder-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
}

.folder-grid div{
    height:55px;
    border-radius:14px;
    background:#f3f4f6;
}

/* Responsive */
@media(max-width:1100px){

    .trave-about-container{
        flex-direction:column;
        gap:50px;
    }

    .trave-about-left{
        max-width:100%;
    }
}

@media(max-width:767px){

    .trave-about-section{
        padding:60px 5%;
    }

    .trave-about-left h2{
        font-size:34px;
    }

    .trave-about-text{
        font-size:15px;
    }

    .trave-floating-card{
        position:relative;
        margin-bottom:16px;
    }

    .top-card,
    .bottom-card{
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
    }

    .trave-about-dashboard{
        display:flex;
        flex-direction:column;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-915bf0c *//* =========================
   STORY / WORKFLOW SECTION
========================= */

.trave-story-section{
    position:relative;
    overflow:hidden;
    padding:80px 6%;
    background:
    radial-gradient(circle at top left, rgba(15,67,146,0.12), transparent 22%),
    radial-gradient(circle at bottom right, rgba(221,23,23,0.10), transparent 22%),
    linear-gradient(135deg,#050816 0%, #081120 50%, #050816 100%);
}

/* Background Orbs */
.trave-story-orb{
    position:absolute;
    border-radius:50%;
    filter:blur(100px);
    z-index:0;
}

.orb-left{
    width:260px;
    height:260px;
    background:rgba(15,67,146,0.15);
    top:-80px;
    left:-80px;
}

.orb-right{
    width:240px;
    height:240px;
    background:rgba(221,23,23,0.12);
    bottom:-90px;
    right:-70px;
}

/* Container */
.trave-story-container{
    position:relative;
    z-index:2;
    max-width:1300px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}

/* =========================
   LEFT CONTENT
========================= */

.trave-story-left{
    flex:1;
    max-width:620px;
}

/* Tag */
.trave-story-tag{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    color:#dbe8ff;
    font-size:12px;
    margin-bottom:20px;
    backdrop-filter:blur(10px);
}

/* Heading */
.trave-story-left h2{
    font-size:48px;
    line-height:1.12;
    color:#ffffff;
    font-weight:700;
    margin-bottom:22px;
    letter-spacing:-1px;
}

.trave-story-left h2 span{
    background:linear-gradient(90deg,#0F4392,#DD1717);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* Paragraph */
.trave-story-text{
    font-size:16px;
    line-height:1.9;
    color:#9fb0c8;
    margin-bottom:32px;
}

/* =========================
   FEATURE POINTS
========================= */

.trave-story-points{
    display:flex;
    flex-direction:column;
    gap:16px;
    margin-bottom:34px;
}

/* Point */
.story-point{
    display:flex;
    align-items:center;
    gap:14px;
    color:#dbe8ff;
    font-size:15px;
    line-height:1.6;
}

/* Icons */
.story-icon,
.doc-icon,
.floating-icon{
    width:46px;
    height:46px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#0F4392,#DD1717);
    color:#ffffff;
    flex-shrink:0;
    box-shadow:0 10px 25px rgba(15,67,146,0.20);
}

.story-icon i,
.doc-icon i,
.floating-icon i{
    font-size:18px;
    color:#ffffff;
}

/* =========================
   CTA BOX
========================= */

.trave-story-cta-box{
    padding:30px;
    border-radius:28px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    box-shadow:0 20px 50px rgba(0,0,0,0.30);
}

.trave-story-cta-box h3{
    color:#ffffff;
    font-size:24px;
    line-height:1.5;
    margin-bottom:24px;
}

/* Button */
.trave-story-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    border-radius:16px;
    background:linear-gradient(135deg,#0F4392,#DD1717);
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:0.35s ease;
    box-shadow:
    0 15px 35px rgba(15,67,146,0.30);
}

.trave-story-btn:hover{
    transform:translateY(-3px);
    box-shadow:
    0 20px 45px rgba(15,67,146,0.40);
}

/* =========================
   RIGHT SIDE
========================= */

.trave-story-right{
    flex:1;
    display:flex;
    justify-content:center;
}

/* Dashboard Wrapper */
.trave-story-dashboard{
    position:relative;
    width:100%;
    max-width:520px;
}

/* =========================
   FLOATING CARDS
========================= */

.story-floating-card{
    position:absolute;
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 18px;
    border-radius:18px;
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.10);
    backdrop-filter:blur(16px);
    box-shadow:0 18px 40px rgba(0,0,0,0.35);
    z-index:5;
    animation:floatCard 4s ease-in-out infinite;
}

.top-card{
    top:-20px;
    right:-10px;
}

.bottom-card{
    bottom:-20px;
    left:-10px;
}

/* Floating Animation */
@keyframes floatCard{
    0%{
        transform:translateY(0px);
    }
    50%{
        transform:translateY(-5px);
    }
    100%{
        transform:translateY(0px);
    }
}

/* Floating Text */
.story-floating-card h4{
    color:#ffffff;
    font-size:15px;
    margin-bottom:4px;
}

.story-floating-card span{
    color:#b9c4d6;
    font-size:13px;
}

/* =========================
   MAIN DASHBOARD
========================= */

.story-main-ui{
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.08);
    backdrop-filter:blur(20px);
    box-shadow:
    0 30px 70px rgba(0,0,0,0.45),
    0 0 30px rgba(15,67,146,0.08);
}

/* Header */
.story-ui-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 22px;
    border-bottom:1px solid rgba(255,255,255,0.06);
}

/* Dots */
.story-dots{
    display:flex;
    gap:8px;
}

.story-dots span{
    width:10px;
    height:10px;
    border-radius:50%;
    background:#ffffff33;
}

/* Title */
.story-ui-title{
    color:#dbe8ff;
    font-size:14px;
}

/* Body */
.story-ui-body{
    display:flex;
}

/* =========================
   SIDEBAR
========================= */

.story-sidebar{
    width:78px;
    padding:18px 14px;
    border-right:1px solid rgba(255,255,255,0.06);
}

.story-side-item{
    height:44px;
    border-radius:14px;
    background:rgba(255,255,255,0.06);
    margin-bottom:14px;
}

.story-side-item.active{
    background:linear-gradient(135deg,#0F4392,#DD1717);
}

/* =========================
   MAIN CONTENT
========================= */

.story-main-content{
    flex:1;
    padding:22px;
}

/* Family Tree */
.family-tree-card{
    display:flex;
    justify-content:space-between;
    gap:12px;
    margin-bottom:18px;
}

/* Member */
.family-member{
    flex:1;
    padding:16px;
    border-radius:18px;
    background:rgba(255,255,255,0.05);
    text-align:center;
}

/* Avatar */
.member-avatar{
    width:52px;
    height:52px;
    border-radius:50%;
    margin:auto;
    margin-bottom:12px;
    background:linear-gradient(135deg,#0F4392,#DD1717);
    box-shadow:0 10px 25px rgba(15,67,146,0.25);
}

.family-member span{
    color:#dbe8ff;
    font-size:13px;
}

/* =========================
   DOCUMENT GRID
========================= */

.document-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:18px;
}

/* Document Card */
.doc-card{
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,0.05);
    transition:0.3s ease;
}

.doc-card:hover{
    transform:translateY(-3px);
    background:rgba(255,255,255,0.07);
}

.doc-card span{
    color:#ffffff;
    font-size:14px;
}

/* =========================
   WORKFLOW
========================= */

.workflow-card{
    padding:20px;
    border-radius:20px;
    background:rgba(255,255,255,0.05);
}

/* Line */
.workflow-line{
    height:10px;
    border-radius:20px;
    margin-bottom:18px;
    background:
    linear-gradient(90deg,#0F4392,#DD1717);
}

/* Status */
.workflow-status{
    color:#dbe8ff;
    font-size:14px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

    .trave-story-container{
        flex-direction:column;
        gap:55px;
    }

    .trave-story-left{
        max-width:100%;
    }

    .trave-story-right{
        width:100%;
    }
}

@media(max-width:767px){

    .trave-story-section{
        padding:60px 5%;
    }

    .trave-story-left h2{
        font-size:36px;
    }

    .trave-story-text{
        font-size:15px;
    }

    .trave-story-cta-box{
        padding:24px;
    }

    .trave-story-cta-box h3{
        font-size:21px;
    }

    .story-floating-card{
        position:relative;
        margin-bottom:16px;
    }

    .top-card,
    .bottom-card{
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
    }

    .trave-story-dashboard{
        display:flex;
        flex-direction:column;
    }

    .family-tree-card{
        flex-direction:column;
    }

    .document-grid{
        grid-template-columns:1fr;
    }
}/* End custom CSS */