.elementor-23 .elementor-element.elementor-element-4e5738a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cc3244a *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e56db9c *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a70d48 *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c12de2 *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee8c85f *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-83c7337 *//*========================================
Premium Service Section
========================================*/

.service-section{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:70px 7%;
    background:#fff;
    overflow:hidden;
    border-bottom:1px solid #eef2f7;
}

.service-section:nth-child(even){
    background:#F8FBFF;
}

.service-section:last-child{
    border-bottom:none;
}

.service-section .container{
    width:100%;
    max-width:1280px;
    margin:auto;
}

.service-grid{
    display:grid;
    grid-template-columns:46% 54%;
    align-items:center;
    gap:55px;
}

/* Alternate */

.service-section:nth-child(even) .service-image{
    order:2;
}

.service-section:nth-child(even) .service-content{
    order:1;
}

/*========================================
Image
========================================*/

.service-image{
    padding-right:20px;
}

.service-image img{
    width:100%;
    height:500px;
    display:block;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

/*========================================
Content
========================================*/

.service-content span{
    display:inline-block;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#0B63B6;
    margin-bottom:12px;
}

.service-content h2{
    font-size:42px;
    line-height:1.15;
    font-weight:700;
    color:#111;
    margin:0 0 18px;
}

.service-content p{
    max-width:560px;
    font-size:17px;
    color:#555;
    line-height:1.8;
    margin-bottom:28px;
}

/*========================================
Feature Cards
========================================*/

.service-content ul{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    list-style:none;
    margin:0;
    padding:0;
}

.service-content ul li{
    position:relative;
    background:#fff;
    border:1px solid #e6edf5;
    border-radius:14px;
    padding:18px 18px 18px 52px;
    font-size:15px;
    color:#444;
    line-height:1.6;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.service-content ul li strong{
    display:block;
    color:#111;
    font-size:18px;
    margin-bottom:4px;
}

.service-content ul li::before{
    content:"✓";
    position:absolute;
    left:18px;
    top:20px;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#0B63B6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
    font-weight:700;
}

.service-content ul li:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(11,99,182,.12);
}

/*========================================
Applications
========================================*/

.applications{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:28px 0;
}

.applications span{
    padding:8px 16px;
    background:#EDF5FF;
    color:#0B63B6;
    border-radius:40px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0;
    text-transform:none;
}
/*========================================
Button
========================================*/

.service-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 30px;
    background:#0B63B6;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    transition:.35s ease;
}

.service-btn:hover{
    background:#084C91;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(11,99,182,.20);
}

/*========================================
Hover Effects
========================================*/

.service-image{
    overflow:hidden;
    border-radius:20px;
}

.service-image img{
    transition:transform .5s ease;
}

.service-section:hover .service-image img{
    transform:scale(1.03);
}

/*========================================
Tablet
========================================*/

@media (max-width:1024px){

.service-section{
    min-height:auto;
    padding:70px 5%;
}

.service-grid{
    grid-template-columns:1fr;
    gap:40px;
}

/* Remove alternating order */

.service-section:nth-child(even) .service-image,
.service-section:nth-child(even) .service-content{
    order:unset;
}

.service-image{
    padding-right:0;
}

.service-image img{
    height:420px;
}

.service-content{
    text-align:left;
}

.service-content h2{
    font-size:36px;
}

.service-content p{
    max-width:100%;
}

.service-content ul{
    grid-template-columns:repeat(2,1fr);
}

}

/*========================================
Mobile
========================================*/

@media (max-width:767px){

.service-section{
    min-height:auto;
    padding:55px 20px;
}

.service-grid{
    display:flex;
    flex-direction:column;
    gap:28px;
}

/* Image first */

.service-image{
    order:-1;
    padding-right:0;
}

.service-image img{
    height:250px;
    border-radius:16px;
}

.service-content span{
    font-size:11px;
    letter-spacing:1.5px;
    margin-bottom:8px;
}

.service-content h2{
    font-size:30px;
    line-height:1.2;
    margin-bottom:12px;
}

.service-content p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:20px;
}

.service-content ul{
    grid-template-columns:1fr;
    gap:12px;
}

.service-content ul li{
    padding:16px 16px 16px 48px;
    font-size:14px;
    border-radius:12px;
}

.service-content ul li strong{
    font-size:16px;
}

.service-content ul li::before{
    left:16px;
    top:17px;
    width:22px;
    height:22px;
    font-size:11px;
}

.applications{
    gap:8px;
    margin:22px 0;
}

.applications span{
    padding:7px 14px;
    font-size:12px;
}

.service-btn{
    width:100%;
    padding:15px;
    font-size:15px;
}

}

/*========================================
Small Phones
========================================*/

@media (max-width:480px){

.service-section{
    padding:45px 16px;
}

.service-image img{
    height:220px;
}

.service-content h2{
    font-size:26px;
}

.service-content p{
    font-size:14px;
}

.service-content ul li{
    font-size:13px;
}

.service-content ul li strong{
    font-size:15px;
}

}/* End custom CSS */