.about-section{
    background:#f8fbff;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.content-box{
    max-width:900px;
    margin:auto;
}

.quote-icon{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#062858;
    color:#F4A103;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    box-shadow:0 15px 35px rgba(16,42,131,.2);
    animation:float 3s ease-in-out infinite;
}

.content-box h2{
    font-size:48px;
    line-height:1.4;
    font-weight:700;
    color:#062858;
    margin-bottom:25px;
}

.highlight{
    background:#062858;
    color:#F4A103;
    padding:3px 12px;
    border-radius:6px;
}

.content-box p{
    font-size:20px;
    color:#666;
    line-height:1.9;
    margin-bottom:45px;
    font-style:italic;
}

.button-group{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.theme-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:16px 34px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.enquiry-btn{
    background:#062858;
    color:#fff;
    box-shadow:0 15px 30px rgba(16,42,131,.25);
}

.enquiry-btn:hover{
    background:#F4A103;
    color:#062858;
    transform:translateY(-6px);
}

.call-btn{
    background:#F4A103;
    color:#062858;
    box-shadow:0 15px 30px rgba(255,239,2,.35);
}

.call-btn:hover{
    background:#062858;
    color:#fff;
    transform:translateY(-6px);
}

.theme-btn i{
    animation:pulse 1.8s infinite;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@keyframes pulse{
    0%{
        transform:scale(1);
    }
    50%{
        transform:scale(1.2);
    }
    100%{
        transform:scale(1);
    }
}

@media(max-width:991px){

.content-box h2{
    font-size:34px;
}

.content-box p{
    font-size:17px;
}

}

@media(max-width:576px){

.content-box h2{
    font-size:28px;
}

.theme-btn{
    width:100%;
    justify-content:center;
}

.quote-icon{
    width:70px;
    height:70px;
    font-size:28px;
}

}
.top-marquee{
    background:#102a83;
    color:#fff;
    padding:10px 0;
    font-size:15px;
    font-weight:600;
    border-top:2px solid #ffcc00;
    border-bottom:2px solid #ffcc00;
    overflow:hidden;
}

.top-marquee marquee{
    color:#fff;
}

.top-marquee a{
    color:#ffeb3b;
    text-decoration:none;
    font-weight:700;
}

.top-marquee a:hover{
    color:#fff;
}

.blink-phone{
    color:#ffeb3b;
    font-weight:700;
    font-size:18px;
    margin-left:30px;
    animation:blinkPhone 1s infinite;
}

@keyframes blinkPhone{
    0%,100%{
        opacity:1;
        text-shadow:0 0 5px #ffeb3b,
                    0 0 10px #ffeb3b;
    }
    50%{
        opacity:.3;
        text-shadow:none;
    }
}
.services-section{
    background:#f8f9fc;
    padding:120px 0;
}

.sec-title{
    max-width:100%;
    margin:auto;
}

.sub-title{
    color:#ff9800;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.sec-title h2{
    font-size:46px;
    font-weight:800;
    margin:15px 0;
    color:#102a83;
}

.sec-title h2 span{
    color:#ff9800;
}

.sec-title p{
    color:#666;
    font-size:18px;
    line-height:30px;
}

.service-card{
    background:#fff;
    padding:40px 30px;
    border-radius:15px;
    text-align:center;
    transition:.4s;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(16,42,131,.18);
}

.service-card .icon{
    width:90px;
    height:90px;
    margin:auto;
    background:#102a83;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:34px;
    margin-bottom:25px;
    transition:.4s;
}

.service-card:hover .icon{
    background:#ff9800;
    transform:rotateY(180deg);
}

.service-card h4{
    font-size:26px;
    margin-bottom:15px;
    font-weight:700;
}

.service-card p{
    color:#666;
    line-height:28px;
    margin-bottom:25px;
}

.service-card a{
    color:#102a83;
    font-weight:700;
    text-decoration:none;
}

.service-card:hover a{
    color:#ff9800;
}

@media(max-width:768px){

.sec-title h2{
    font-size:34px;
}

.service-card{
    margin-bottom:30px;
}

}
.about-banner-section{
    background:
    linear-gradient(rgba(16,42,131,.82), rgba(0,0,0,.72)),
    url("../images/services-banner.jfif") center center/cover no-repeat;
}
.about-banner-section{
    position:relative;
    padding:120px 0;
   
    overflow:hidden;
}

.about-banner-section .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(rgba(16,42,131,.88),rgba(0,0,0,.75));
}

.about-banner-section .auto-container{
    position:relative;
    z-index:2;
}

.content-box{
    max-width:900px;
    margin:auto;
}

.sub-title{
    display:inline-block;
    color:#ffcc00;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:20px;
}

.sub-title i{
    margin-right:8px;
}

.content-box h2{
    color:#fff;
    font-size:52px;
    font-weight:800;
    line-height:1.3;
    margin-bottom:25px;
}

.highlight{
    color:#ffcc00;
}

.content-box p{
    color:#f2f2f2;
    font-size:20px;
    line-height:34px;
    margin-bottom:40px;
}

.button-group{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.theme-btn{
    padding:16px 38px;
    border-radius:50px;
    font-weight:700;
    text-decoration:none;
    transition:.4s;
}

.enquiry-btn{
    background:#ffcc00;
    color:#102a83;
}

.enquiry-btn:hover{
    background:#fff;
    transform:translateY(-5px);
}


@media(max-width:991px){

.about-banner-section{
    padding:90px 0;
}

.content-box h2{
    font-size:38px;
}

.content-box p{
    font-size:18px;
}

}

@media(max-width:576px){

.content-box h2{
    font-size:30px;
}

.content-box p{
    font-size:16px;
    line-height:28px;
}

.theme-btn{
    width:100%;
    text-align:center;
}

}
.testimonial-section{
    padding:100px 0;
    background:#07153d;
}

.section-title{
    color:#fff;
    margin-bottom:60px;
}

.section-title h2{
    font-size:48px;
    font-weight:700;
}

.testimonial-card{

    background:#fff;

    border-radius:18px;

    padding:40px;

    height:100%;

    transition:.4s;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.testimonial-card:hover{

    transform:translateY(-10px);

}

.quote{

    font-size:45px;

    color:#ffb400;

    margin-bottom:20px;

}

.stars{

    color:#ffb400;

    font-size:20px;

    margin-bottom:20px;

}

.testimonial-card p{

    line-height:34px;

    color:#555;

    min-height:170px;

}

.client{

    display:flex;

    align-items:center;

    margin-top:30px;

}

.client img{

    width:70px;

    height:70px;

    border-radius:50%;

    margin-right:15px;

    object-fit:cover;

}

.client h4{

    color:#102a83;

    margin:0;

}

.client span{

    color:#777;

}

.swiper{

    padding-bottom:70px;

}

.swiper-button-next,
.swiper-button-prev{

    color:#ffb400;

}

.swiper-pagination-bullet{

    background:#fff;

}

.swiper-pagination-bullet-active{

    background:#ffb400;

}
.achievements-section{
    padding:120px 0;
    background:#08194d;
}

.section-title{
    text-align:center;
    color:#fff;
    margin-bottom:70px;
}

.section-title span{
    color:#ffb400;
    letter-spacing:3px;
    font-weight:700;
    text-transform:uppercase;
}

.section-title h2{
    font-size:46px;
    font-weight:800;
    margin:15px 0;

     color: white;
}

.section-title p{
    color:#c7d2ff;
    max-width:700px;
    margin:auto;
}

.faq-section{
    padding:120px 0;
    background:#f7f9fc;
}

.faq-wrapper{
    max-width:950px;
    margin:auto;
}

.faq-item{
    background:#fff;
    border-radius:12px;
    margin-bottom:20px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.faq-item:hover{
    transform:translateY(-5px);
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    cursor:pointer;
    padding:24px 30px;
    text-align:left;
    font-size:20px;
    font-weight:700;
    color:#082b72;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.faq-question span{
    width:40px;
    height:40px;
    background:#ffb400;
    color:#082b72;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    transition:.4s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .5s ease;
}

.faq-answer p{
    padding:0 30px 25px;
    color:#666;
    line-height:30px;
    font-size:16px;
}

.faq-item.active .faq-answer{
    max-height:250px;
}

.faq-item.active .faq-question{
    background:#082b72;
    color:#fff;
}

.faq-item.active .faq-question span{
    background:#fff;
    color:#082b72;
    transform:rotate(45deg);
}

@media(max-width:768px){

.faq-question{
    font-size:17px;
    padding:20px;
}

.faq-answer p{
    padding:0 20px 20px;
}

}
.contact-modern-section{
    position:relative;
    padding:120px 0;
    background:linear-gradient(135deg,#071a52,#0d2b86);
    overflow:hidden;
}

.contact-bg-shape{
    position:absolute;
    width:600px;
    height:600px;
    background:rgba(255,179,0,.08);
    border-radius:50%;
    right:-220px;
    top:-220px;
}

.contact-content{
    color:#fff;
}

.contact-subtitle{
    display:inline-block;
    color:#ffb400;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.contact-content h2{
    font-size:48px;
    font-weight:800;
    margin-bottom:25px;
    line-height:1.2;
    color: white;
}

.contact-content h2 span{
    color:#ffb400;
}

.contact-content p{
    color:#d6d9f5;
    line-height:32px;
    margin-bottom:35px;
    font-size:17px;
}

.contact-box{
    display:flex;
    align-items:flex-start;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(10px);
    padding:25px;
    border-radius:18px;
    margin-bottom:25px;
    transition:.4s;
}

.contact-box:hover{
    transform:translateX(10px);
    background:#ffb400;
}

.contact-box:hover h4,
.contact-box:hover p,
.contact-box:hover a{
    color:#071a52;
}

.contact-icon{
    width:70px;
    height:70px;
    background:#ffb400;
    color:#071a52;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-right:20px;
    flex-shrink:0;
}

.contact-box:hover .contact-icon{
    background:#071a52;
    color:#fff;
}

.contact-text h4{
    color:#fff;
    font-size:22px;
    margin-bottom:10px;
    transition:.3s;
}

.contact-text p{
    margin:0;
    color:#d6d9f5;
    line-height:30px;
}

.contact-text a{
    color:#fff;
    text-decoration:none;
}

.contact-map{
    background:#fff;
    padding:15px;
    border-radius:20px;
    box-shadow:0 25px 70px rgba(0,0,0,.35);
}

.contact-map iframe{
    width:100%;
    height:600px;
    border:0;
    border-radius:15px;
}

@media(max-width:991px){

.contact-content{
margin-bottom:50px;
}

.contact-content h2{
font-size:36px;
}

.contact-map iframe{
height:450px;
}

}

@media(max-width:768px){

.contact-modern-section{
padding:80px 0;
}

.contact-content h2{
font-size:30px;
}

.contact-box{
padding:20px;
}

.contact-icon{
width:60px;
height:60px;
font-size:22px;
}

.contact-map iframe{
height:350px;
}

}

.achievement-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.achievement-box{
    background:#102a83;
    border-radius:18px;
    padding:45px 25px;
    text-align:center;
    transition:.4s;
    position:relative;
    overflow:hidden;
}

.achievement-box:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:#ffb400;
}

.achievement-box:hover{
    transform:translateY(-12px);
}

.counter{
    font-size:70px;
    color:#fff;
    font-weight:800;
    margin-bottom:20px;
}

.counter::after{
    content:"+";
}

.achievement-box h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
}

@media(max-width:991px){

.achievement-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:576px){

.achievement-grid{
grid-template-columns:1fr;
}

.counter{
font-size:55px;
}

.section-title h2{
font-size:34px;
}

}
/* WHY CHOOSE US */
.why-choose-section{
    padding:100px 0;
    background:#f5f8fc;
}

.why-choose-section .sec-title{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.why-choose-section .sub-title{
    display:inline-block;
    background:#ffb400;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
}

.why-choose-section h2{
    font-size:42px;
    font-weight:800;
    color:#0d2d62;
    margin-bottom:20px;
}

.why-choose-section h2 span{
    color:#ffb400;
}

.why-choose-section .sec-title p{
    color:#666;
    line-height:1.8;
    font-size:17px;
}

/* Cards */
.why-choose-section .choose-box{
    background:#fff;
    border-radius:12px;
    padding:35px 25px;
    text-align:center;
    margin-bottom:30px;
    border:1px solid #e8e8e8;
    transition:.35s;
}

.why-choose-section .choose-box:hover{
    background:#0d2d62;
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.why-choose-section .choose-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    background:#ffb400;
    border-radius:50%;
    line-height:80px;
    font-size:34px;
    color:#fff;
    transition:.35s;
}

.why-choose-section .choose-box:hover .choose-icon{
    background:#fff;
    color:#0d2d62;
    transform:scale(1.1);
}

.why-choose-section h4{
    font-size:22px;
    margin-bottom:15px;
    color:#0d2d62;
    transition:.35s;
}

.why-choose-section p{
    color:#666;
    line-height:1.7;
    margin:0;
    transition:.35s;
}

.why-choose-section .choose-box:hover h4,
.why-choose-section .choose-box:hover p{
    color:#fff;
}

@media(max-width:991px){
    .why-choose-section h2{
        font-size:34px;
    }
}

@media(max-width:767px){
    .why-choose-section{
        padding:70px 0;
    }

    .why-choose-section h2{
        font-size:28px;
    }
}
.service-area-section{
    /*padding:90px 0;*/
    background:#f7f9fc;
}

.service-area-section .container{
    max-width:1400px;
    margin:auto;
    padding:0 15px;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.badge-title{
    display:inline-block;
    padding:10px 25px;
    background:#ffe8ef;
    color:#e91e63;
    border-radius:40px;
    font-weight:600;
    font-size:16px;
    margin-bottom:20px;
}

.section-title h2{
    font-size:46px;
    font-weight:700;
    color:#0d2343;
    line-height:1.3;
    margin-bottom:25px;
}

.section-title p{
    max-width:1050px;
    margin:auto;
    font-size:20px;
    color:#555;
    line-height:1.9;
}

/* State Pills */

.state-list{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:22px;
}

.state-list span{
    background:#fff;
    border:1px solid #f0c68b;
    border-radius:50px;
    padding:18px 35px;
    font-size:28px;
    font-weight:600;
    color:#172b4d;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.3s;
}

.state-list span:hover{
    background:#ffb400;
    color:#fff;
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(255,180,0,.35);
}

@media(max-width:992px){

.section-title h2{
    font-size:34px;
}

.section-title p{
    font-size:17px;
}

.state-list span{
    font-size:20px;
    padding:14px 26px;
}

}

@media(max-width:768px){

.service-area-section{
    padding:60px 0;
}

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:15px;
}

.state-list{
    gap:12px;
}

.state-list span{
    width:100%;
    text-align:center;
    font-size:18px;
    padding:15px;
}

}
.footer-banner{
    background:linear-gradient(rgba(5,15,40,.85),rgba(5,15,40,.85)),
    url("assets/images/footer-banner.jpg") center center/cover no-repeat;
    padding:80px 20px;
    text-align:center;
}

.footer-banner-content{
    max-width:900px;
    margin:auto;
}

.footer-banner h2{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
}

.footer-banner p{
    color:#e8e8e8;
    font-size:19px;
    line-height:1.8;
    margin-bottom:35px;
}

.footer-banner-btns{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-call,
.btn-quote{
    display:inline-block;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.btn-call{
    background:#ffb400;
    color:#07111f;
}

.btn-call:hover{
    background:#fff;
    color:#07111f;
}

.btn-quote{
    border:2px solid #fff;
    color:#fff;
}

.btn-quote:hover{
    background:#fff;
    color:#07111f;
}

@media(max-width:768px){

.footer-banner{
    padding:60px 15px;
}

.footer-banner h2{
    font-size:30px;
}

.footer-banner p{
    font-size:16px;
}

.btn-call,
.btn-quote{
    width:100%;
}

}
.service-area-section{
    padding:80px 0;
    background:linear-gradient(135deg,#f8fbff,#eef5ff);
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.badge-title{
    display:inline-block;
    background:#ffb400;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
    animation:pulse 2s infinite;
}

.section-title h2{
    font-size:40px;
    font-weight:700;
    color:#1d3557;
    margin-bottom:20px;
    line-height:1.4;
}

.section-title p{
    max-width:900px;
    margin:auto;
    font-size:18px;
    line-height:1.8;
    color:#555;
}

/* States Grid */

.state-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:20px;
    margin-top:50px;
}

.state-list span{
    background:#fff;
    border-radius:12px;
    padding:18px;
    text-align:center;
    font-size:17px;
    font-weight:600;
    color:#1d3557;
    border:1px solid #e7e7e7;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    transition:.4s;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

.state-list span::before{
    content:"🚚";
    display:block;
    font-size:28px;
    margin-bottom:10px;
}

.state-list span:hover{
    background:#ffb400;
    color:#fff;
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(255,180,0,.35);
}

.state-list span:hover::before{
    transform:scale(1.2);
    transition:.3s;
}

/* Animation */

@keyframes pulse{
    0%{transform:scale(1);}
    50%{transform:scale(1.05);}
    100%{transform:scale(1);}
}

/* Responsive */

@media(max-width:991px){

.section-title h2{
    font-size:32px;
}

.section-title p{
    font-size:17px;
}

}

@media(max-width:767px){

.service-area-section{
    padding:60px 15px;
}

.section-title h2{
    font-size:26px;
}

.section-title p{
    font-size:16px;
}

.state-list{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.state-list span{
    font-size:15px;
    padding:15px;
}

}

@media(max-width:480px){

.state-list{
    grid-template-columns:1fr;
}

}
.state-list span::before{
    content:"🚚";
    display:block;
    font-size:28px;
    margin-bottom:10px;
}
.service-area{
    margin:60px auto 40px;
    max-width:1250px;
    background:linear-gradient(135deg,#ffffff,#f8fbff);
    border-radius:22px;
    /*padding:50px;*/
    box-shadow:0 20px 60px rgba(0,0,0,.25);
    border:2px solid rgba(255,180,0,.2);
    position:relative;
    overflow:hidden;
    animation:fadeUp 1s ease;
}

.service-area::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:8px;
    height:100%;
    background:linear-gradient(#ffb400,#ff8c00);
}

.service-area::after{
    content:"";
    position:absolute;
    width:180px;
    height:180px;
    border-radius:50%;
    background:rgba(255,180,0,.12);
    right:-70px;
    top:-70px;
}.slider-content{
    max-width:700px;
    padding:45px;
    background:rgba(10,34,73,.78);
    backdrop-filter:blur(8px);
    border-radius:20px;
    border-left:6px solid #ffb400;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
    animation:fadeUp 1s ease;
}

.slider-content h2{
    color:#fff;
    font-size:58px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:20px;
}

.slider-content h6{
    color:#ffb400;
    font-size:20px;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.slider-content p{
    color:#f4f4f4;
    font-size:20px;
    line-height:1.8;
    margin-bottom:30px;
}

.btn-one,
.btn-two{
    border-radius:50px;
    padding:16px 36px;
    font-weight:700;
}

.bg-layer{
    background-size:cover;
    background-position:center;
}

.bg-layer::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@media(max-width:768px){

.slider-content{
    padding:25px;
    margin:20px;
}

.slider-content h2{
    font-size:34px;
}

.slider-content p{
    font-size:16px;
}

}
.list-style-one{
    list-style:none;
    padding:0;
}

.list-style-one li{
    margin-bottom:18px;
    font-size:22px;
    font-weight:600;
    color:#1c2340;
}

.list-style-one li i{
    color:#ffb400;
    margin-right:12px;
}
.contact-banner-section{
    padding:50px 0;
    background:#fff;
}

.contact-banner{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.contact-banner img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
}

.banner-overlay h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.banner-overlay p{
    color:#fff;
    font-size:18px;
    margin:0;
}

/* Tablet */
@media (max-width:991px){
    .contact-banner img{
        height:320px;
    }

    .banner-overlay h2{
        font-size:36px;
    }

    .banner-overlay p{
        font-size:16px;
    }
}

/* Mobile */
@media (max-width:767px){
    .contact-banner{
        border-radius:10px;
    }

    .contact-banner img{
        height:220px;
    }

    .banner-overlay{
        padding:15px;
    }

    .banner-overlay h2{
        font-size:28px;
        margin-bottom:8px;
    }

    .banner-overlay p{
        font-size:14px;
    }
}
.contact-banner-section{
    width:100%;
    padding:0;
    margin:0;
}

.contact-banner{
    position:relative;
    width:100%;
    overflow:hidden;
}

.contact-banner img{
    width:100%;
    height:450px;
    display:block;
    object-fit:cover;
}

.banner-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.45);
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.banner-overlay h2{
    color:#fff;
    font-size:48px;
    font-weight:700;
    margin-bottom:10px;
}

.banner-overlay p{
    color:#fff;
    font-size:18px;
}

@media (max-width:768px){
    .contact-banner img{
        height:250px;
    }

    .banner-overlay h2{
        font-size:32px;
    }

    .banner-overlay p{
        font-size:16px;
    }
}
.contact-style-four{
    position:relative;
    padding:90px 0;
}

.contact-style-four .row{
    display:flex;
    align-items:stretch;
}

.contact-card{
    height:100%;
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.contact-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:35px;
}

.contact-item:last-child{
    margin-bottom:0;
}

.contact-item img{
    width:50px;
    margin-right:20px;
    flex-shrink:0;
}

.contact-item h5{
    font-size:24px;
    font-weight:700;
    margin-bottom:10px;
    color:#1d3567;
}

.contact-item p{
    margin:0;
    line-height:1.9;
    color:#555;
}

.contact-item strong{
    color:#222;
}

.contact-item a{
    color:#444;
    text-decoration:none;
    transition:.3s;
}

.contact-item a:hover{
    color:#ff6600;
}

.contact-image{
    height:100%;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.10);
}

.contact-image img{
    width:100%;
    height:100%;
    min-height:560px;
    object-fit:cover;
    display:block;
    transition:.5s;
}

.contact-image:hover img{
    transform:scale(1.08);
}

/* Responsive */

@media (max-width:991px){

.contact-card{
    margin-bottom:30px;
}

.contact-image img{
    min-height:350px;
}

.contact-item{
    margin-bottom:25px;
}

.contact-item h5{
    font-size:20px;
}

}
.map-section{
    padding:0;
    margin:0;
}

.map-outer{
    width:100%;
    overflow:hidden;
}

.map-outer iframe{
    width:100%;
    height:500px;
    border:0;
    display:block;
}

@media (max-width:768px){
    .map-outer iframe{
        height:350px;
    }
}
.management-section{
    padding:100px 0;
    background:#f8fbff;
}

.sub-title{
    display:inline-block;
    color:#ff6600;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.section-title{
    font-size:42px;
    font-weight:700;
    color:#183153;
    margin-bottom:25px;
}

.section-title span{
    color:#ff6600;
}

.section-text{
    font-size:17px;
    color:#666;
    line-height:1.9;
    text-align: justify;
}

.info-box{
    display:flex;
    align-items:flex-start;
    background:#fff;
    padding:25px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.info-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.icon{
    width:70px;
    height:70px;
    background:#ff6600;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-right:20px;
    transition:.4s;
}

.info-box:hover .icon{
    transform:rotate(360deg);
}

.content h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:8px;
    color:#183153;
}

.content p{
    margin:0;
    color:#666;
}

.image-box{
    position:relative;
    overflow:hidden;
    border-radius:15px;
}

.image-box img{
    width:100%;
    border-radius:15px;
    transition:.5s;
}

.image-box:hover img{
    transform:scale(1.08);
}

.experience-box{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#ff6600;
    color:#fff;
    padding:25px 35px;
    border-radius:10px;
    text-align:center;
    animation:float 3s ease-in-out infinite;
}

.experience-box h2{
    font-size:42px;
    margin:0;
    font-weight:700;
}

.experience-box span{
    display:block;
    font-size:18px;
}

@keyframes float{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-10px);
    }
}

@media(max-width:991px){

.management-section{
    padding:70px 0;
}

.section-title{
    font-size:32px;
}

.image-box{
    margin-top:40px;
}

.experience-box{
    left:20px;
    bottom:20px;
    padding:20px;
}

}
.vision-mission-section{
    padding:100px 0;
    background:#f8fbff;
}

.vision-card,
.mission-card{
    background:#fff;
    padding:40px;
    border-radius:15px;
    text-align:center;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.4s;
}

.vision-card:hover,
.mission-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.icon-box{
    width:90px;
    height:90px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#ff6600;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:36px;
    transition:.4s;
}

.vision-card:hover .icon-box,
.mission-card:hover .icon-box{
    background:#0b2f66;
    transform:rotateY(360deg);
}

.vision-card h3,
.mission-card h3{
    font-size:30px;
    font-weight:700;
    color:#0b2f66;
    margin-bottom:20px;
}

.vision-card p,
.mission-card p{
    color:#666;
    line-height:1.9;
    margin:0;
}

@media(max-width:991px){

.vision-mission-section{
    padding:70px 0;
}

.vision-card{
    margin-bottom:30px;
}

}
.services-highlight-section{
    padding:100px 0;
    background:#f8f9fb;
}

.service-card{
    background:#fff;
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    height:320px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:all .4s ease;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 18px 40px rgba(0,0,0,.15);
}

.icon-box{
    width:80px;
    height:80px;
    background:#ff6600;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    margin-bottom:20px;
    transition:.4s;
}

.service-card:hover .icon-box{
    background:#0d2b5c;
    transform:rotateY(360deg);
}

.service-card h4{
    font-size:22px;
    font-weight:700;
    color:#0d2b5c;
    margin-bottom:15px;
}

.service-card p{
    font-size:16px;
    color:#666;
    line-height:1.7;
    margin:0;
    max-width:220px;
}

@media (max-width:991px){
    .service-card{
        height:auto;
        margin-bottom:30px;
    }
}
.about-image-box{
    position:relative;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.about-image-box img{
    width:100%;
    height:550px;
    object-fit:cover;
    border-radius:15px;
    transition:all .5s ease;
}

.about-image-box:hover img{
    transform:scale(1.05);
}

.experience-box{
    position:absolute;
    bottom:25px;
    left:25px;
    background:#ff6600;
    color:#fff;
    padding:20px 30px;
    border-radius:12px;
    text-align:center;
    animation:float 3s ease-in-out infinite;
}

.experience-box h2{
    margin:0;
    font-size:42px;
    font-weight:700;
}

.experience-box span{
    font-size:16px;
}

@keyframes float{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-10px);}
}

@media(max-width:991px){

.about-image-box{
    margin-top:40px;
}

.about-image-box img{
    height:400px;
}

}
.gallery-section{
    padding:100px 0;
    background:#f8f9fb;
}

.gallery-item{
    display:block;
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.10);
}

.gallery-item img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.gallery-item:hover img{
    transform:scale(1.1);
}

.gallery-item:hover{
    box-shadow:0 20px 40px rgba(0,0,0,.18);
}

@media(max-width:991px){

.gallery-item img{
    height:230px;
}

}

@media(max-width:576px){

.gallery-item img{
    height:200px;
}

}
/*==============================
 Home Relocation Services
==============================*/

.home-relocation-services{
    padding:110px 0;
    background:#f8fafc;
}

.home-relocation-services .sec-title{
    margin-bottom:70px;
}

.service-wrapper{
    max-width:1050px;
    margin:0 auto;
}

.service-item{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:35px;
    margin-bottom:45px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s;
}

.service-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.service-item.left{
    margin-right:140px;
}

.service-item.right{
    margin-left:140px;
}

.service-icon{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    background:#ff6b00;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:30px;
}

.service-icon i{
    color:#fff;
    font-size:36px;
}

.service-content h3{
    font-size:28px;
    margin-bottom:15px;
    font-weight:700;
}

.service-content p{
    margin:0;
    font-size:17px;
    line-height:30px;
    color:#666;
}

/* Hover */

.service-item:hover .service-icon{
    transform:rotate(10deg) scale(1.08);
    transition:.4s;
}

/* Tablet */

@media(max-width:991px){

.service-item,
.service-item.left,
.service-item.right{
    margin:0 0 30px;
}

}

/* Mobile */

@media(max-width:767px){

.home-relocation-services{
    padding:70px 0;
}

.service-item{
    flex-direction:column;
    text-align:center;
    padding:30px 20px;
}

.service-icon{
    margin:0 0 20px;
}

.service-content h3{
    font-size:24px;
}

.service-content p{
    font-size:16px;
    line-height:28px;
}

}
/*==============================
 Home Relocation Section
==============================*/

.home-relocation-section{
    padding:100px 0;
    background:#fff;
    overflow:hidden;
}

.home-image{
    position:relative;
}

.home-image img{
    width:100%;
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
    transition:.5s ease;
}

.home-image:hover img{
    transform:scale(1.03);
}

/* Content */
.home-content{
    padding-left:40px;
}

.home-content .sub-title{
    color:#ff6600;
    font-size:17px;
    font-weight:700;
    display:inline-block;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.home-content h2{
    font-size:42px;
    font-weight:700;
    line-height:1.3;
    margin-bottom:20px;
}

.home-content p{
    color:#666;
    font-size:17px;
    line-height:30px;
    margin-bottom:25px;
}

.service-list{
    list-style:none;
    padding:0;
    margin:0;
}

.service-list li{
    margin-bottom:15px;
    font-size:17px;
    color:#222;
}

.service-list i{
    color:#ff6600;
    margin-right:10px;
}

.theme-btn{
    display:inline-block;
    padding:14px 34px;
    background:#ff6600;
    color:#fff;
    border-radius:50px;
    transition:.4s;
    text-decoration:none;
}

.theme-btn:hover{
    background:#111;
    color:#fff;
}

/*==============================
 Animation - Left to Right
==============================*/

.slide-left{
    animation:slideLeftEffect 1.2s ease forwards;
}

@keyframes slideLeftEffect{
    0%{
        opacity:0;
        transform:translateX(-120px) translateY(40px);
    }
    60%{
        opacity:0.8;
    }
    100%{
        opacity:1;
        transform:translateX(0) translateY(0);
    }
}

/*==============================
 Animation - Fall Down
==============================*/

.fall-down{
    animation:fallDownEffect 1.3s ease forwards;
}

@keyframes fallDownEffect{
    0%{
        opacity:0;
        transform:translateY(-120px);
    }
    60%{
        opacity:.8;
        transform:translateY(15px);
    }
    80%{
        transform:translateY(-8px);
    }
    100%{
        opacity:1;
        transform:translateY(0);
    }
}

/*==============================
 Responsive
==============================*/

@media (max-width:991px){

    .home-relocation-section{
        padding:70px 0;
    }

    .home-content{
        padding-left:0;
        margin-top:40px;
    }

    .home-content h2{
        font-size:34px;
    }
}

@media (max-width:767px){

    .home-content h2{
        font-size:28px;
    }

    .home-content p{
        font-size:16px;
        line-height:28px;
    }

    .service-list li{
        font-size:16px;
    }
}
/*=====================================
Vehicle Services
======================================*/

.vehicle-services-section{
    padding:110px 0;
    background:#f8f9fc;
}

.vehicle-services-section .sec-title{
    margin-bottom:70px;
}

.vehicle-service-box{
    position:relative;
    background:#fff;
    padding:45px 35px;
    margin-bottom:35px;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border-top:4px solid transparent;
    height:100%;
}

.vehicle-service-box:hover{
    transform:translateY(-10px);
    border-color:#ff6b00;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.service-number{
    position:absolute;
    top:20px;
    right:25px;
    font-size:48px;
    font-weight:800;
    color:#f1f1f1;
}

.vehicle-service-box .icon-box{
    width:85px;
    height:85px;
    border-radius:18px;
    background:#fff3ea;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
    transition:.4s;
}

.vehicle-service-box .icon-box i{
    font-size:38px;
    color:#ff6b00;
}

.vehicle-service-box h3{
    font-size:24px;
    margin-bottom:18px;
    font-weight:700;
}

.vehicle-service-box p{
    color:#666;
    line-height:30px;
    margin:0;
}

.vehicle-service-box:hover .icon-box{
    background:#ff6b00;
    transform:rotate(8deg);
}

.vehicle-service-box:hover .icon-box i{
    color:#fff;
}

/* Responsive */

@media(max-width:991px){

.vehicle-services-section{
    padding:80px 0;
}

}

@media(max-width:767px){

.vehicle-service-box{
    padding:35px 25px;
}

.vehicle-service-box h3{
    font-size:22px;
}

.service-number{
    font-size:40px;
}

}
/*========================================
Packing & Moving Services
=========================================*/

.packing-services-section{
    padding:110px 0;
    background:#f8f9fc;
}

.packing-services-section .sec-title{
    margin-bottom:70px;
}

.service-list-wrapper{
    max-width:1000px;
    margin:auto;
}

.packing-service-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#fff;
    border-radius:18px;
    padding:28px 35px;
    margin-bottom:25px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s ease;
    border-left:5px solid transparent;
}

.packing-service-item:hover{
    transform:translateY(-8px);
    border-left:5px solid #ff6600;
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.service-left{
    display:flex;
    align-items:center;
}

.icon-box{
    width:85px;
    height:85px;
    min-width:85px;
    background:#fff2e9;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:25px;
    transition:.3s;
}

.icon-box i{
    font-size:34px;
    color:#ff6600;
}

.service-info span{
    color:#ff6600;
    font-size:15px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.service-info h3{
    margin:8px 0 12px;
    font-size:25px;
    font-weight:700;
}

.service-info p{
    margin:0;
    color:#666;
    line-height:30px;
}

.service-arrow{
    width:55px;
    height:55px;
    border-radius:50%;
    background:#f4f4f4;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.service-arrow i{
    color:#ff6600;
    font-size:18px;
}

.packing-service-item:hover .service-arrow{
    background:#ff6600;
}

.packing-service-item:hover .service-arrow i{
    color:#fff;
}

.packing-service-item:hover .icon-box{
    background:#ff6600;
}

.packing-service-item:hover .icon-box i{
    color:#fff;
}

/* Responsive */

@media(max-width:768px){

.packing-service-item{
    flex-direction:column;
    text-align:center;
    padding:30px 20px;
}

.service-left{
    flex-direction:column;
}

.icon-box{
    margin:0 0 20px;
}

.service-arrow{
    margin-top:25px;
}

.service-info h3{
    font-size:22px;
}

}
/*==============================
 Storage Services
==============================*/

.storage-services-section{
    padding:120px 0;
    background:linear-gradient(180deg,#f7f9fc 0%,#ffffff 100%);
    position:relative;
    overflow:hidden;
}

.storage-services-section .sec-title{
    margin-bottom:70px;
}

.storage-card{
    position:relative;
    background:rgba(255,255,255,.95);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.5);
    border-radius:24px;
    padding:45px 35px;
    margin-bottom:35px;
    overflow:hidden;
    transition:.45s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
}

.storage-card:before{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:220%;
    height:220%;
    background:linear-gradient(135deg,
    rgba(255,102,0,.10),
    transparent 45%);
    transform:rotate(20deg);
    transition:.7s;
}

.storage-card:hover:before{
    top:-40%;
    left:-30%;
}

.storage-card:hover{
    transform:translateY(-15px);
    box-shadow:0 30px 60px rgba(0,0,0,.15);
}

.storage-icon{
    width:90px;
    height:90px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:linear-gradient(135deg,#ff7b00,#ff5500);
    color:#fff;
    font-size:38px;
    margin-bottom:25px;
    transition:.5s;
    position:relative;
    z-index:2;
}

.storage-card:hover .storage-icon{
    transform:rotateY(180deg) scale(1.1);
}

.card-number{
    position:absolute;
    right:25px;
    top:20px;
    font-size:55px;
    font-weight:800;
    color:#ececec;
    line-height:1;
}

.storage-card h3{
    font-size:26px;
    margin-bottom:18px;
    font-weight:700;
    position:relative;
    z-index:2;
}

.storage-card p{
    color:#666;
    line-height:30px;
    margin-bottom:30px;
    position:relative;
    z-index:2;
}

.card-line{
    width:70px;
    height:4px;
    background:#ff6600;
    border-radius:10px;
    transition:.4s;
}

.storage-card:hover .card-line{
    width:120px;
}

/* Floating Animation */

.storage-icon{
    animation:floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon{

0%,100%{
transform:translateY(0);
}

50%{
transform:translateY(-8px);
}

}

/* Responsive */

@media(max-width:991px){

.storage-services-section{
    padding:90px 0;
}

}

@media(max-width:767px){

.storage-card{
    padding:35px 25px;
}

.storage-card h3{
    font-size:22px;
}

.storage-icon{
    width:75px;
    height:75px;
    font-size:30px;
}

.card-number{
    font-size:42px;
}

}


}
.services-section{
    padding:120px 0;
    background:#f8f9fc;
}

.service-row{

    display:flex;
    align-items:center;
    gap:60px;

    background:#fff;

    margin-bottom:50px;

    padding:45px;

    border-radius:20px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.4s;

}

.service-row:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.reverse{

    flex-direction:row-reverse;

}

.service-image{

    width:220px;
    height:220px;

    min-width:220px;

    border-radius:50%;

    background:#062858;

    display:flex;

    justify-content:center;

    align-items:center;

    color:#F4A103;

    font-size:80px;

    animation:floatIcon 3s infinite;

}

.service-content{

    flex:1;

}

.service-content h3{

    color:#062858;

    font-size:34px;

    margin-bottom:20px;

}

.service-content p{

    color:#666;

    line-height:30px;

    margin-bottom:25px;

}

.service-content ul{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

    list-style:none;

    padding:0;

    margin-bottom:30px;

}

.service-content ul li{

    color:#062858;

    font-weight:600;

    position:relative;

    padding-left:28px;

}

.service-content ul li:before{

    content:"✓";

    position:absolute;

    left:0;

    color:#F4A103;

    font-weight:bold;

}

.service-content a{

    display:inline-block;

    background:#F4A103;

    color:#062858;

    padding:14px 35px;

    border-radius:40px;

    text-decoration:none;

    font-weight:700;

    transition:.4s;

}

.service-content a:hover{

    background:#062858;

    color:#fff;

}

@keyframes floatIcon{

0%,100%{

transform:translateY(0);

}

50%{

transform:translateY(-10px);

}

}

@media(max-width:991px){

.service-row,
.reverse{

flex-direction:column;

text-align:center;

}

.service-content ul{

grid-template-columns:1fr;

}

.service-image{

width:180px;
height:180px;
font-size:60px;

}

}
.services-section{
    padding:120px 0;
    background:#f7f9fc;
}

.auto-container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.section-title{
    text-align:center;
    margin-bottom:80px;
}

.section-title span{
    color:#F4A103;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
}

.section-title h2{
    font-size:48px;
    color:#062858;
    font-weight:700;
    margin:15px 0;
    line-height:1.3;
}

.section-title h2 strong{
    color:#F4A103;
}

.section-title p{
    max-width:760px;
    margin:auto;
    color:#666;
    line-height:30px;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:70px 35px;
}

.service-card{
    position:relative;
    background:#fff;
    padding:80px 35px 40px;
    text-align:center;
    border-radius:20px;
    transition:.4s;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.service-icon{
    position:absolute;
    left:50%;
    top:-45px;
    transform:translateX(-50%);
    width:90px;
    height:90px;
    border-radius:50%;
    background:#F4A103;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    border:8px solid #fff;
    box-shadow:0 15px 35px rgba(244,161,3,.35);
    animation:floatIcon 3s ease-in-out infinite;
}

.service-card:hover .service-icon{
    background:#062858;
    transform:translateX(-50%) rotate(360deg);
    transition:.8s;
}

.service-card h3{
    color:#062858;
    font-size:32px;
    margin-bottom:18px;
    font-weight:700;
}

.line{
    width:60px;
    height:3px;
    background:#F4A103;
    margin:0 auto 25px;
}

.service-card p{
    color:#666;
    line-height:30px;
    margin-bottom:25px;
}

.service-card a{
    text-decoration:none;
    color:#062858;
    font-weight:700;
    transition:.3s;
}

.service-card a i{
    margin-left:8px;
    color:#F4A103;
}

.service-card:hover a{
    color:#F4A103;
}

@keyframes floatIcon{
    0%,100%{
        transform:translateX(-50%) translateY(0);
    }
    50%{
        transform:translateX(-50%) translateY(-8px);
    }
}

@media(max-width:991px){

.services-grid{
grid-template-columns:repeat(2,1fr);
}

.section-title h2{
font-size:38px;
}

}

@media(max-width:767px){

.services-grid{
grid-template-columns:1fr;
gap:65px;
}

.section-title h2{
font-size:30px;
}

.service-card{
padding:75px 25px 35px;
}

.service-card h3{
font-size:26px;
}

}
.service-feature-list{
    list-style:none;
    margin:35px 0;
    padding:0;
}

.service-feature-list li{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:18px;
    padding:14px 18px;
    background:#fff;
    border-left:4px solid #F4A103;
    border-radius:10px;
    box-shadow:0 8px 20px rgba(6,40,88,.08);
    transition:all .4s ease;
}

.service-feature-list li:hover{
    transform:translateX(10px);
    background:#062858;
    border-left-color:#F4A103;
}

.service-feature-list li i{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#F4A103;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    flex-shrink:0;
    transition:.4s;
}

.service-feature-list li:hover i{
    background:#fff;
    color:#062858;
    transform:rotate(360deg);
}

.service-feature-list li span{
    color:#062858;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.service-feature-list li:hover span{
    color:#fff;
}

@media (max-width:768px){
    .service-feature-list li{
        padding:12px 15px;
    }

    .service-feature-list li span{
        font-size:15px;
    }

    .service-feature-list li i{
        width:40px;
        height:40px;
        font-size:16px;
    }
}
/****************************
SEO KEYWORDS SECTION
****************************/

.seo-keywords-section{
    padding:90px 0;
    background:linear-gradient(135deg,#f5f9ff,#eef7ff);
    overflow:hidden;
}

.seo-keywords-section .container{
    max-width:1200px;
    margin:auto;
    padding:0 15px;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title .sub-title{
    display:inline-block;
    color:#ff6600;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:12px;
}

.section-title h2{
    font-size:42px;
    color:#0d2d62;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.3;
}

.section-title p{
    max-width:850px;
    margin:auto;
    color:#666;
    line-height:30px;
    font-size:17px;
}

/* GRID */

.keywords-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:22px;
}

/* CARD */

.keyword{

    background:#ffffff;
    border-radius:15px;
    padding:18px 22px;
    font-size:16px;
    font-weight:600;
    color:#0d2d62;
    text-align:center;

    box-shadow:0 8px 25px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);

    transition:.4s ease;
    cursor:pointer;

    animation:fadeUp .8s ease forwards;
    opacity:0;
}

/* Hover */

.keyword:hover{

    background:#ff6600;
    color:#fff;

    transform:translateY(-10px) scale(1.04);

    box-shadow:0 20px 40px rgba(255,102,0,.35);

}

/* Animation Delay */

.keyword:nth-child(1){animation-delay:.1s;}
.keyword:nth-child(2){animation-delay:.15s;}
.keyword:nth-child(3){animation-delay:.2s;}
.keyword:nth-child(4){animation-delay:.25s;}
.keyword:nth-child(5){animation-delay:.3s;}
.keyword:nth-child(6){animation-delay:.35s;}
.keyword:nth-child(7){animation-delay:.4s;}
.keyword:nth-child(8){animation-delay:.45s;}
.keyword:nth-child(9){animation-delay:.5s;}
.keyword:nth-child(10){animation-delay:.55s;}
.keyword:nth-child(11){animation-delay:.6s;}
.keyword:nth-child(12){animation-delay:.65s;}
.keyword:nth-child(13){animation-delay:.7s;}
.keyword:nth-child(14){animation-delay:.75s;}
.keyword:nth-child(15){animation-delay:.8s;}
.keyword:nth-child(16){animation-delay:.85s;}
.keyword:nth-child(17){animation-delay:.9s;}
.keyword:nth-child(18){animation-delay:.95s;}
.keyword:nth-child(19){animation-delay:1s;}
.keyword:nth-child(20){animation-delay:1.05s;}
.keyword:nth-child(21){animation-delay:1.1s;}
.keyword:nth-child(22){animation-delay:1.15s;}
.keyword:nth-child(23){animation-delay:1.2s;}
.keyword:nth-child(24){animation-delay:1.25s;}
.keyword:nth-child(25){animation-delay:1.3s;}
.keyword:nth-child(26){animation-delay:1.35s;}
.keyword:nth-child(27){animation-delay:1.4s;}
.keyword:nth-child(28){animation-delay:1.45s;}
.keyword:nth-child(29){animation-delay:1.5s;}
.keyword:nth-child(30){animation-delay:1.55s;}
.keyword:nth-child(31){animation-delay:1.6s;}
.keyword:nth-child(32){animation-delay:1.65s;}

/* Animation */

@keyframes fadeUp{

    from{
        opacity:0;
        transform:translateY(40px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }

}

/* Responsive */

@media(max-width:992px){

.section-title h2{
    font-size:34px;
}

}

@media(max-width:768px){

.seo-keywords-section{
    padding:70px 0;
}

.section-title h2{
    font-size:28px;
}

.section-title p{
    font-size:15px;
    line-height:28px;
}

.keywords-grid{
    grid-template-columns:repeat(2,1fr);
    gap:15px;
}

.keyword{
    padding:15px;
    font-size:14px;
}

}
/*=========================
Go To Top Button
==========================*/

#goTop{
    position:fixed;
    right:25px;
    bottom:25px;
    width:50px;
    height:50px;
    background:#ff6600;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.25);
    z-index:9999;

    opacity:0;
    visibility:hidden;
    transform:translateY(20px);

    transition:all .4s ease;
}

#goTop.show{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

#goTop:hover{
    background:#0d2d62;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 12px 25px rgba(0,0,0,.35);
}

/* Mobile */
@media(max-width:768px){

#goTop{
    width:45px;
    height:45px;
    right:15px;
    bottom:20px;
    font-size:18px;
}

}
.btn-one{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:14px 30px;
    background:#25D366;
    color:#fff;
    border-radius:50px;
    font-weight:600;
    text-decoration:none;
    transition:.3s ease;
}

.btn-one:hover{
    background:#1EBE5D;
    color:#fff;
    transform:translateY(-3px);
}

.btn-one i{
    font-size:18px;
}