.elementor-22123 .elementor-element.elementor-element-2767ed0{--display:flex;}.elementor-22123 .elementor-element.elementor-element-b749a8f{--display:flex;}.elementor-22123 .elementor-element.elementor-element-b7ceb07{--display:flex;}.elementor-22123 .elementor-element.elementor-element-6313899{--display:flex;}.elementor-22123 .elementor-element.elementor-element-8116bdb{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6e086e1 */.copilot-hero{

    padding:90px 0;

    background:
    linear-gradient(
    180deg,
    #ffffff,
    #f7fbff);

    overflow:hidden;

    font-family:'Poppins',sans-serif;
}

.copilot-container{

    width:90%;

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:1.05fr .95fr;

    gap:60px;

    align-items:center;
}

/* TAG */

.copilot-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#eef7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

/* HEADING */

.copilot-content h1{

    margin:20px 0;

    font-size:58px;

    font-weight:600;

    line-height:1.1;

    color:#111;
}

.copilot-content h1 span{

    color:#0088CC;

    display:block;
}

/* TEXT */

.copilot-intro{

    font-size:19px !important;

    color:#111 !important;

    font-weight:500;
}

.copilot-content p{

    margin-top:16px;

    color:#666;

    font-size:16px;

    line-height:1.9;
}

/* BADGES */

.copilot-badges{

    display:flex;

    flex-wrap:wrap;

    gap:12px;

    margin-top:28px;
}

.copilot-badge{

    padding:12px 18px;

    border-radius:50px;

    background:#fff;

    border:1px solid #e7edf4;

    color:#111;

    font-size:14px;

    font-weight:500;
}

/* BUTTONS */

.copilot-buttons{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-top:35px;
}

.copilot-btn-primary{

    padding:16px 30px;

    background:#0088CC;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:500;

    transition:.3s;
}

.copilot-btn-primary:hover{

    transform:translateY(-4px);
}

.copilot-btn-secondary{

    padding:16px 30px;

    border-radius:50px;

    border:1px solid #dbe5ef;

    background:#fff;

    color:#111;

    text-decoration:none;
}

/* IMAGE */

.copilot-image-card{

    position:relative;

    transform-style:preserve-3d;

    transition:.2s ease;
}

.copilot-image-card img{

    width:100%;

    border-radius:32px;

    display:block;

    box-shadow:
    0 35px 80px rgba(0,0,0,.08);
}

/* FLOATING CARDS */

.copilot-float{

    position:absolute;

    background:
    rgba(255,255,255,.96);

    backdrop-filter:blur(15px);

    padding:16px 20px;

    border-radius:18px;

    box-shadow:
    0 15px 35px rgba(0,0,0,.08);
}

.copilot-float strong{

    display:block;

    font-size:20px;

    color:#111;
}

.copilot-float span{

    color:#666;

    font-size:13px;
}

.float-1{

    top:25px;

    left:-20px;
}

.float-2{

    bottom:25px;

    right:-20px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .copilot-container{

        grid-template-columns:1fr;
    }

    .copilot-content h1{

        font-size:42px;
    }

    .float-1,
    .float-2{

        position:static;

        margin-top:15px;
    }

}

@media(max-width:767px){

    .copilot-hero{

        padding:70px 0;
    }

    .copilot-content h1{

        font-size:34px;
    }

    .copilot-buttons a{

        width:100%;

        text-align:center;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b59383d */.copilot-apps-section{

    padding:80px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

.copilot-apps-header{

    width:90%;

    max-width:900px;

    margin:0 auto 50px;

    text-align:center;
}

.copilot-apps-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.copilot-apps-header h2{

    margin-top:20px;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

/* GRID */

.copilot-apps-grid{

    width:90%;

    max-width:1450px;

    margin:auto;

    display:grid;

    grid-template-columns:
    repeat(12,1fr);

    gap:25px;
}

/* CARDS */

.copilot-app-card{

    grid-column:span 4;

    background:#fff;

    border:1px solid #e8eef7;

    border-radius:32px;

    padding:35px;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.large-card{

    grid-column:span 4;
}

.copilot-app-card:hover{

    transform:translateY(-10px);

    border-color:#0088CC;

    box-shadow:
    0 25px 70px rgba(0,136,204,.08);
}

.copilot-app-card img{

    width:70px;

    height:70px;

    object-fit:contain;

    margin-bottom:22px;
}

.copilot-app-card h3{

    margin:0;

    font-size:26px;

    font-weight:600;

    line-height:1.35;

    color:#111;
}

.copilot-app-card p{

    margin-top:15px;

    color:#666;

    font-size:15px;

    line-height:1.9;
}

/* SPECIAL CENTER CARD */

.large-card{

    background:
    linear-gradient(
    180deg,
    #f8fbff,
    #ffffff);
}

/* TABLET */

@media(max-width:1199px){

    .copilot-app-card{

        grid-column:span 6;
    }

}

/* MOBILE */

@media(max-width:767px){

    .copilot-apps-section{

        padding:65px 0;
    }

    .copilot-apps-header h2{

        font-size:34px;
    }

    .copilot-app-card{

        grid-column:span 12;

        padding:28px;
    }

    .copilot-app-card h3{

        font-size:22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-685ced0 */.copilot-benefits-section{

    padding:80px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;
}

.copilot-benefits-header{

    width:90%;

    max-width:900px;

    margin:0 auto 50px;

    text-align:center;
}

.copilot-benefits-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.copilot-benefits-header h2{

    margin:20px 0;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

.copilot-benefits-header p{

    color:#666;

    line-height:1.9;

    font-size:16px;
}

/* FEATURED CARD */

.copilot-featured-stat{

    width:90%;

    max-width:1400px;

    margin:0 auto 30px;

    display:flex;

    align-items:center;

    gap:40px;

    padding:40px;

    border-radius:35px;

    background:
    linear-gradient(
    135deg,
    #f8fbff,
    #ffffff);

    border:1px solid #e8eef7;

    box-shadow:
    0 20px 50px rgba(0,0,0,.05);
}

.stat-left img{

    width:140px;

    height:140px;

    object-fit:contain;
}

.stat-number{

    font-size:90px;

    font-weight:700;

    color:#0088CC;

    line-height:1;
}

.stat-right h3{

    margin:10px 0;

    font-size:34px;

    font-weight:600;

    color:#111;
}

.stat-right p{

    color:#666;

    line-height:1.9;
}

/* GRID */

.copilot-benefits-grid{

    width:90%;

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

.copilot-benefit-card{

    background:#fff;

    border:1px solid #e8eef7;

    border-radius:30px;

    padding:35px;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.copilot-benefit-card:hover{

    transform:translateY(-8px);

    border-color:#0088CC;
}

.copilot-benefit-card img{

    width:75px;

    height:75px;

    object-fit:contain;

    margin-bottom:20px;
}

.copilot-benefit-card h3{

    margin:0;

    font-size:24px;

    font-weight:600;

    color:#111;
}

.copilot-benefit-card p{

    margin-top:12px;

    color:#666;

    font-size:15px;

    line-height:1.8;
}

/* RESPONSIVE */

@media(max-width:991px){

    .copilot-featured-stat{

        flex-direction:column;

        text-align:center;
    }

    .copilot-benefits-grid{

        grid-template-columns:1fr;
    }

    .copilot-benefits-header h2{

        font-size:40px;
    }

    .stat-number{

        font-size:70px;
    }

}

@media(max-width:767px){

    .copilot-benefits-section{

        padding:65px 0;
    }

    .copilot-benefits-header h2{

        font-size:32px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a016e3 */.copilot-partner-section{

    padding:80px 0;

    background:#fff;

    font-family:'Poppins',sans-serif;

    overflow:hidden;
}

/* HEADER */

.partner-header{

    width:90%;

    max-width:900px;

    margin:0 auto 50px;

    text-align:center;
}

.partner-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.partner-header h2{

    margin:20px 0;

    font-size:52px;

    font-weight:600;

    line-height:1.15;

    color:#111;
}

.partner-header p{

    color:#666;

    font-size:16px;

    line-height:1.9;
}

/* SLIDER */

.partner-slider-wrapper{

    width:95%;

    max-width:1500px;

    margin:auto;

    display:flex;

    align-items:center;

    gap:20px;
}

.partner-slider{

    overflow-x:auto;

    scrollbar-width:none;

    flex:1;
}

.partner-slider::-webkit-scrollbar{

    display:none;
}

.partner-track{

    display:flex;

    gap:25px;

    padding:10px;
}

/* CARD */

.partner-card{

    min-width:360px;

    background:#fff;

    border:1px solid #e8eef7;

    border-radius:30px;

    padding:35px;

    transition:.35s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.partner-card:hover{

    transform:translateY(-10px);

    border-color:#0088CC;

    box-shadow:
    0 25px 70px rgba(0,136,204,.08);
}

.partner-card img{

    width:90px;

    height:90px;

    object-fit:contain;

    margin-bottom:20px;
}

.partner-card h3{

    margin:0;

    font-size:26px;

    font-weight:600;

    line-height:1.3;

    color:#111;
}

.partner-card p{

    margin-top:15px;

    color:#666;

    font-size:15px;

    line-height:1.9;
}

/* ARROWS */

.partner-nav{

    width:60px;

    height:60px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:#0088CC;

    color:#fff;

    font-size:22px;

    transition:.3s;
}

.partner-nav:hover{

    transform:translateY(-3px);
}

/* MOBILE */

@media(max-width:767px){

.partner-header h2{

font-size:34px;

}

.partner-card{

min-width:300px;

padding:25px;

}

.partner-nav{

display:none;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49fa47c */.copilot-drive-section{

    padding:80px 0;

    background:
    linear-gradient(
    180deg,
    #f8fbff,
    #ffffff);

    font-family:'Poppins',sans-serif;
}

.copilot-drive-container{

    width:90%;

    max-width:1450px;

    margin:auto;

    background:#fff;

    border-radius:35px;

    border:1px solid #e8eef7;

    display:grid;

    grid-template-columns:1.1fr .9fr;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.05);
}

/* LEFT */

.copilot-drive-content{

    padding:60px;
}

.copilot-drive-tag{

    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#edf7ff;

    color:#0088CC;

    font-size:12px;

    font-weight:600;

    letter-spacing:2px;
}

.copilot-drive-content h2{

    margin:20px 0;

    font-size:58px;

    font-weight:600;

    line-height:1.1;

    color:#111;
}

.copilot-drive-content p{

    color:#666;

    font-size:16px;

    line-height:1.9;

    margin-top:15px;
}

/* RIGHT */

.copilot-drive-points{

    background:#f8fbff;

    padding:40px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:20px;
}

.drive-card{

    background:#fff;

    border-radius:24px;

    padding:25px;

    display:flex;

    align-items:center;

    gap:20px;

    border:1px solid #e8eef7;

    transition:.3s;
}

.drive-card:hover{

    transform:translateX(8px);

    border-color:#0088CC;
}

.drive-icon{

    min-width:60px;

    width:60px;

    height:60px;

    border-radius:18px;

    background:#0088CC;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:600;
}

.drive-card p{

    margin:0;

    color:#111;

    font-size:16px;

    font-weight:500;

    line-height:1.7;
}

/* BUTTONS */

.copilot-cta-buttons{

    display:flex;

    flex-wrap:wrap;

    gap:15px;

    margin-top:30px;
}

.copilot-main-btn{

    padding:16px 30px;

    background:#0088CC;

    color:#fff;

    text-decoration:none;

    border-radius:50px;

    font-weight:500;
}

.copilot-outline-btn{

    padding:16px 30px;

    border:1px solid #dbe5ef;

    color:#111;

    text-decoration:none;

    border-radius:50px;
}

/* BOTTOM TEXT */

.copilot-bottom-text{

    width:90%;

    max-width:1100px;

    margin:40px auto 0;

    text-align:center;

    color:#555;

    line-height:1.9;

    font-size:18px;
}

/* MOBILE */

@media(max-width:991px){

    .copilot-drive-container{

        grid-template-columns:1fr;
    }

    .copilot-drive-content h2{

        font-size:42px;
    }

}

@media(max-width:767px){

    .copilot-drive-content{

        padding:35px 25px;
    }

    .copilot-drive-content h2{

        font-size:32px;
    }

    .copilot-drive-points{

        padding:25px;
    }

    .copilot-cta-buttons a{

        width:100%;

        text-align:center;
    }

}/* End custom CSS */