/*==================================================
Google Fonts
==================================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/*==================================================
Reset
==================================================*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    color:#333;
    background:#fff;
    line-height:1.7;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    transition:.3s;
}

ul{
    list-style:none;
    margin:0;
    padding:0;
}

/*==================================================
Variables
==================================================*/

:root{

    --primary:#0d6efd;
    --secondary:#0c3c78;
    --dark:#222;
    --light:#f7f9fc;
    --white:#fff;
    --border:#e8e8e8;

}

/*==================================================
Buttons
==================================================*/

.btn{

    padding:14px 30px;
    border-radius:50px;
    font-weight:600;
    transition:.35s;

}
.header-tn
{
	    background: #073b82;
    color: white;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}
.btn-primary{

    background:var(--primary);
    border:none;

}

.btn-primary:hover{

    background:var(--secondary);
    transform:translateY(-3px);

}

.btn-outline-light{

    border:2px solid #fff;
    color:#fff;

}

.btn-outline-light:hover{

    background:#fff;
    color:#000;

}

/*==================================================
Section
==================================================*/

section{

    padding:90px 0;

}

.section-title{

    margin-bottom:60px;

}

.section-title span{

    color:var(--primary);
    text-transform:uppercase;
    font-size:14px;
    font-weight:700;
    letter-spacing:2px;

}

.section-title h2{

    font-size:42px;
    font-weight:700;
    margin-top:10px;

}

.section-title p{

    max-width:700px;
    margin:auto;
    color:#666;

}

/*==================================================
Topbar
==================================================*/

.topbar{

    background:#06274b;
    color:#fff;
    padding:10px 0;
    font-size:14px;

}

.top-contact{

    display:flex;
    gap:25px;

}

.top-contact li i{

    margin-right:8px;
    color:#0dcaf0;

}

.top-contact li a{

    color:#fff;

}

.social{

    display:flex;
    justify-content:flex-end;
    gap:12px;

}

.social a{

    width:35px;
    height:35px;
    border-radius:50%;
    background:#0d6efd;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;

}

.social a:hover{

    background:#fff;
    color:#0d6efd;

}

/*==================================================
Navbar
==================================================*/

.navbar{

    padding:15px 0;
    transition:.4s;
    z-index:999;

}

.navbar-brand img{

    height:70px;

}

.nav-link{

    color:#222;
    font-weight:600;
    margin:0 10px;
    position:relative;

}

.nav-link::after{

    content:"";
    width:0;
    height:2px;
    background:#0d6efd;
    position:absolute;
    bottom:-8px;
    left:0;
    transition:.3s;

}

.nav-link:hover::after,
.nav-link.active::after{

    width:100%;

}

.nav-link:hover{

    color:#0d6efd;

}

/*==================================================
Hero
==================================================*/

.hero{

background:#f5f9fd;
min-height:700px;
display:flex;
align-items:center;
position:relative;
overflow:hidden;
padding:70px 0;
z-index:0;

}


.hero h1{

font-family:'Oswald',sans-serif;
font-size:65px;
line-height:1.15;
font-weight:700;
color:#082b61;
margin-bottom:25px;

}


.hero h1 span{

display:block;
color:#707070;

}



.hero p{

font-size:17px;
line-height:1.8;
color:#333;
max-width:600px;

}



.hero-img{

    max-width: 1079px;
    width: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
    height: 100%;

}



.hero-btn{

display:flex;
gap:20px;
margin-top:35px;

}



.service-btn{

background:#062d67;
color:#fff;
padding:16px 35px;
font-weight:700;
border-radius:5px;

}


.service-btn i{

margin-left:15px;
font-size:20px;

}



.product-btn{

border:2px solid #9aa4b3;
color:#062d67;
padding:14px 35px;
font-weight:700;
border-radius:5px;

}



.feature-box{
margin-top: 22px !important;
    max-width: 1250px;
    margin: auto;
    background: #ffffffcf;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .10);
    border-radius: 10px;
    padding: 25px 35px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}



.feature-item{

    display:flex;
    align-items:center;
    gap:18px;

}



.feature-icon{

    min-width:65px;
    height:65px;

    border-radius:50%;

    background:#073b82;

    display:flex;
    align-items:center;
    justify-content:center;

}



.feature-icon i{

    color:#fff;

    font-size:28px;

}




.feature-content strong{

    display:block;

    font-size:16px;

    color:#062d67;

    font-weight:700;

    margin-bottom:8px;

}



.feature-content p{

    margin:0;

    font-size:14px;

    line-height:1.5;

    color:#555;

}



@media(max-width:991px){


.hero h1{
font-size:42px;
}


.hero-img{
margin-top:40px;
}


.feature-box{

    grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:600px){

.feature-box{

    grid-template-columns:1fr;
    padding:20px;

}


.feature-item{

    align-items:flex-start;

}


.feature-icon{

    min-width:55px;
    height:55px;

}


.feature-icon i{

    font-size:22px;

}

}
/*==============================
PRODUCT RANGE
==============================*/


.products-range{

    padding:70px 0;
    background:#fff;

}



.container{

    width:90%;
    max-width:1250px;
    margin:auto;

}



/* TITLE */

.section-title{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:35px;

}


.section-title span{

    width:55px;
    height:2px;
    background:#073b82;

}


.section-title h2{

    color:#073b82;
    font-size:24px;
    font-weight:700;
    margin:0;

}




/* GRID */


.products-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;

}



/* CARD */


.product-card{

    border:1px solid #e6e6e6;

    padding:18px;

    min-height:360px;

    display:flex;

    flex-direction:column;

    transition:.3s;

}


.product-card:hover{

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}





/* HEADER */


.product-head{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:15px;

}



.icon{

    width:38px;

    height:38px;

    background:#073b82;

    color:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

}



.icon i{

    font-size:18px;

}



.product-head h3{

    margin:0;

    color:#073b82;

    font-size:16px;

    font-weight:700;

}





/* CONTENT */


.product-content{

    display:flex;

    gap:15px;

    flex:1;

}



.product-content img{

    width:120px;

    height:145px;

    object-fit:contain;

}



.product-content ul{

    margin:0;

    padding-left:18px;

}



.product-content li{

font-size: 15px;
    color: #073b82;
    line-height: 20px;
    list-style-type: disc;
    /* line-height: 20px; */
    margin-bottom: 10px;

}





/* BUTTON */


.request-btn{

    margin-top:18px;

    background:#073b82;

    color:#fff;

    text-align:center;

    padding:10px;

    text-decoration:none;

    font-size:12px;

    font-weight:600;

    border-radius:3px;

}



.request-btn:hover{

    background:#062d67;

}





/* VIEW BUTTON */


.view-btn{

    text-align:center;

    margin-top:30px;

}


.view-btn a{

    background:#073b82;

    color:white;

    padding:12px 35px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

}






/* RESPONSIVE */


@media(max-width:992px){

.products-grid{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.products-grid{

grid-template-columns:1fr;

}


.product-content img{

width:100px;

height:120px;

}


.section-title h2{

font-size:18px;

}

}
/*==========================
AMC SECTION
==========================*/


.amc-section{

    padding:30px 0;

}



.amc-wrapper{

    width:98%;
    margin:auto;

    display:flex;

    background:#073b82;

    border-radius:8px;

    overflow:hidden;

    min-height:260px;

}



.amc-image{

    width:30%;

}



.amc-image img{

    width:100%;
    height:100%;

    object-fit:cover;

}





.amc-content{

    width:70%;

    padding:28px 45px;

    text-align:center;

    color:#fff;

}



.amc-content h2{

    font-size:26px;

    margin:0 0 8px;

    font-weight:700;

}



.amc-content p{

    font-size:14px;

    margin:0 0 25px;

}




/* FEATURES */

.amc-features{

    display:flex;

    justify-content:center;

    align-items:center;

    margin-bottom:25px;

}



.amc-item{

    flex:1;

    text-align:center;

    border-right:1px solid rgba(255,255,255,.35);

    min-height:80px;

}



.amc-item:last-child{

    border:none;

}



.amc-item i{

    display:block;

    font-size:32px;

    margin-bottom:10px;

    color:#fff;

}



.amc-item span{

    display:block;

    font-size:13px;

    line-height:18px;

    font-weight:500;

}





.amc-btn{

    display:inline-block;

    background:#fff;

    color:#073b82;

    padding:11px 45px;

    font-size:13px;

    font-weight:700;

    text-decoration:none;

    border-radius:3px;

}
/*=========================================
ABOUT
=========================================*/

.about{
    background:#fff;
}

.about img{
    border-radius:20px;
}

.about h2{
    font-size:42px;
    font-weight:700;
    margin:20px 0;
}

.about p{
    color:#666;
    margin-bottom:18px;
}

.about-list{
    margin-top:25px;
}

.about-list li{
    margin-bottom:15px;
    font-size:17px;
}

.about-list i{
    color:#0d6efd;
    margin-right:10px;
}

/*==========================
COUNTER SECTION
==========================*/


.counter-section{

    padding:30px 0;

}



.counter-wrapper{

    width:95%;

    max-width:1300px;

    margin:auto;


    background:

    linear-gradient(
        rgba(3,35,82,.90),
        rgba(3,35,82,.90)
    ),
    url("../images/counter-bg.webp");


     background-size: contain;

    background-position:center;


    border-radius:12px;


    padding:25px 20px;


    display:flex;

    align-items:center;


}




.counter-item{

    flex:1;

    text-align:center;

    color:#fff;


    border-right:1px solid rgba(255,255,255,.25);

}



.counter-item h2{

    margin:0 0 8px;

    font-size:42px;

    font-weight:700;

    line-height:1;

}



.counter-item p{

    margin:0;

    font-size:14px;

    line-height:20px;

    font-weight:600;

}






/* QUALITY BOX */


.quality-box{

    width:220px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:18px;

    color:white;

}



.quality-icon{

    width:70px;

    height:70px;

    border:3px solid white;

    border-radius:50%;


    display:flex;

    align-items:center;

    justify-content:center;


}



.quality-icon i{

    font-size:38px;

    color:#fff;

}



.quality-box h3{

    margin:0;

    font-size:20px;

    line-height:25px;

    font-weight:700;

}
/*==========================
ABOUT SECTION
==========================*/


.about-section{

    padding:50px 0;

    background:#fff;

}




.about-wrapper{

    width:92%;

    max-width:1250px;

    margin:auto;


    background:#f7faff;

    border-radius:10px;


    padding:15px;


    display:grid;

    grid-template-columns:1fr 1fr 1fr;

    align-items:center;

    gap:25px;

}




.about-content h2,
.choose-content h2{


    color:#062d67;

    font-size:24px;

    font-weight:700;

    margin-bottom:18px;


}



.about-content p{


    color:#444;

    font-size:14px;

    line-height:25px;

    margin-bottom:20px;


}




.about-btn{


    background:#062d67;

    color:#fff;

    padding:12px 25px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    border-radius:4px;


}





/* IMAGE */


.about-image{


    height:300px;

}



.about-image img{


    width:100%;

    height:100%;

    object-fit:cover;

    border-radius:8px;


}





/* WHY CHOOSE */


.choose-content ul{


    list-style:none;

    padding:0;

    margin:0;


}



.choose-content li{


    display:flex;

    align-items:center;

    gap:12px;


    font-size:14px;

    color:#333;


    margin-bottom:18px;


    font-weight:500;


}



.choose-content li i{


    color:#062d67;

    font-size:18px;


}

/*==========================
SERVICE PROCESS
==========================*/


.service-process{

    padding:55px 0;

    background:#fff;

}



.container{

    width:92%;

    max-width:1250px;

    margin:auto;

}



/* TITLE */

.process-title{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    margin-bottom:45px;

}



.process-title span{

    width:55px;

    height:2px;

    background:#062d67;

}



.process-title h2{

    margin:0;

    color:#062d67;

    font-size:24px;

    font-weight:700;

}





/* PROCESS WRAPPER */

.process-wrapper{

    display:flex;

    justify-content:space-between;

    position:relative;

}





/* dotted line */







.process-item{

    width:20%;

    display:flex;

    align-items:center;

    gap:15px;

    position:relative;

    z-index:2;

}





/* ICON */

.process-icon{

    width:70px;

    height:70px;

    flex-shrink:0;


    background:#062d67;

    color:#fff;


    border-radius:50%;


    display:flex;

    justify-content:center;

    align-items:center;


    position:relative;


    border:5px solid #edf3fb;

}



.process-icon i{

    font-size:27px;

}



.process-icon b{

    position:absolute;


    top:-10px;

    right:-8px;


    background:#062d67;


    width:22px;

    height:22px;


    border-radius:50%;


    color:white;


    font-size:12px;


    display:flex;

    justify-content:center;

    align-items:center;

}





/* CONTENT */


.process-text h3{

    color:#062d67;

    font-size:14px;

    margin:0 0 8px;

    font-weight:700;

}



.process-text p{

    margin:0;

    color:#555;

    font-size:13px;

    line-height:18px;

}





/* ARROW */


.process-arrow{

     position: absolute;
    right: 14px;
    top: 6px;
    color: #062d67;
    font-size: 18px;

}



.process-item:last-child .process-arrow{

    display:none;

}
@media(max-width:992px){


.process-wrapper{

    flex-wrap:wrap;

}


.process-wrapper:before{

    display:none;

}



.process-item{

    width:50%;

    margin-bottom:35px;

}



.process-arrow{

    display:none;

}


}



@media(max-width:600px){


.process-item{

    width:100%;

}



.process-title h2{

    font-size:18px;

}



.process-icon{

    width:60px;

    height:60px;

}



.process-icon i{

    font-size:22px;

}


}
/*=========================================
AMC SECTION
=========================================*/

.amc-section{
    background:#fff;
}

.amc-section img{
    border-radius:20px;
}

.amc-section h2{
    font-size:42px;
    margin:20px 0;
    font-weight:700;
}

.amc-section p{
    color:#666;
    margin-bottom:20px;
}

.amc-section .btn{
    margin-top:20px;
}

/*==========================
TRUSTED BRANDS
==========================*/
#brand-slider {
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.brand-item {
    flex: 0 0 calc((100% - 80px) / 5); /* 5 items + 4 gaps */
    max-width: calc((100% - 80px) / 5);
    box-sizing: border-box;
}

.brand-item {
    flex: 0 0 calc((100% - 60px) / 5);
    max-width: calc((100% - 60px) / 5);
}

.brands-section{

    padding:35px 0;

    background:#fff;

}



.container{

    width:92%;

    max-width:1250px;

    margin:auto;

}




.brand-title{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    margin-bottom:25px;

}



.brand-title span{

    width:55px;

    height:2px;

    background:#062d67;

}



.brand-title h2{

    margin:0;

    font-size:24px;

    color:#062d67;

    font-weight:700;

}





.brand-slider{

    display:flex;

    align-items:center;

    position:relative;

}




.brand-list{

    width:100%;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:25px;

    overflow:hidden;

}





.brand-item{

    min-width:120px;

    display:flex;

    align-items:center;

    justify-content:center;

}



.brand-item img{
min-width: 180px;
    max-height: 101px;
    object-fit: contain;
    border: solid 1px #ddd;
    padding: 19px;

}





.brand-more{

    font-size:18px;

    color:#062d67;

    font-weight:600;

    white-space:nowrap;

}





.brand-arrow{

    width:35px;

    height:35px;

    border:none;

    background:none;

    color:#aaa;

    font-size:22px;

    cursor:pointer;

}



.brand-arrow.left{

    margin-right:15px;

}



.brand-arrow.right{

    margin-left:15px;

}
@media (max-width:991px){
    .brand-item{
        flex:0 0 calc((100% - 40px)/3);
        max-width:calc((100% - 40px)/3);
    }
}

@media (max-width:767px){
    .brand-item{
        flex:0 0 calc((100% - 20px)/2);
        max-width:calc((100% - 20px)/2);
    }
}

@media (max-width:575px){
    .brand-item{
        flex:0 0 100%;
        max-width:100%;
    }
}
/*=========================================
COMMON IMAGE EFFECT
=========================================*/

.about img,
.amc-section img,
.product-card img{
    transition:.4s;
}

.about img:hover,
.amc-section img:hover,
.product-card:hover img{
    transform:scale(1.05);
}

/*=========================================
INDUSTRIES
=========================================*/
/*==========================
INDUSTRY SECTION
==========================*/


.industry-section{

    padding:45px 0;

    background:#fff;

}



.container{

    width:92%;
    max-width:1250px;
    margin:auto;

}




.section-title{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:20px;

    margin-bottom:35px;

}



.section-title span{

    width:55px;

    height:2px;

    background:#062d67;

}



.section-title h2{

    margin:0;

    color:#062d67;

    font-size:24px;

    font-weight:700;

}




.industry-grid{

    display:grid;

    grid-template-columns:repeat(6,1fr);

}





.industry-item{

    text-align:center;

    padding:10px 15px;

    border-right:1px solid #ddd;

}



.industry-item:last-child{

    border:none;

}




.industry-item i{

    font-size:38px;

    color:#062d67;

    margin-bottom:15px;

}





.industry-item h4{

    margin:0;

    color:#062d67;

    font-size:13px;

    line-height:18px;

    font-weight:700;

}
@media(max-width:992px){


.industry-grid{

    grid-template-columns:repeat(4,1fr);

}


.industry-item{

    margin-bottom:25px;

}

}



@media(max-width:600px){


.industry-grid{

    grid-template-columns:repeat(2,1fr);

}


.industry-item{

    border:none;

}


.section-title h2{

    font-size:18px;

}


.industry-item i{

    font-size:30px;

}

}

/*=========================================
WHY CHOOSE US
=========================================*/

.why-us{
    background:#fff;
}

.why-us h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:20px;
}

.why-us p{
    color:#666;
    margin-bottom:30px;
}

.why-item{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
    font-size:18px;
    font-weight:500;
}

.why-item i{
    color:#0d6efd;
    font-size:22px;
}


/*=========================================
PROCESS
=========================================*/

.process{
    background:#f5f8fc;
}

.process-box{
    background:#fff;
    border-radius:18px;
    padding:40px 25px;
    transition:.35s;
    position:relative;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.process-box:hover{
    transform:translateY(-8px);
}

.process-box .number{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    font-weight:700;
    margin-bottom:20px;
}

.process-box h5{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.process-box p{
    color:#666;
}


/*=========================================
TESTIMONIALS
=========================================*/

.testimonial{
    background:#fff;
}

.testimonial-card{
    background:#fff;
    border-radius:18px;
    text-align:center;
    padding:35px 25px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s;
}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.client-img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 20px;
}

.stars{
    color:#ffc107;
    font-size:20px;
    margin-top:15px;
}


/*=========================================
BRANDS
=========================================*/

.brands{
    background:#f8fbff;
}

.brands img{
    opacity:.7;
    transition:.35s;
    filter:grayscale(100%);
}

.brands img:hover{
    opacity:1;
    filter:none;
    transform:scale(1.08);
}


/*=========================================
CTA
=========================================*/

.cta-section{
    background:linear-gradient(135deg,#0d6efd,#06274b);
    color:#fff;
    padding:80px 0;
}

.cta-section h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cta-section p{
    opacity:.9;
}

.cta-section .btn{
    background:#fff;
    color:#0d6efd;
    border:none;
    font-weight:700;
}

.cta-section .btn:hover{
    background:#f5f5f5;
}



/*=========================================
FOOTER
=========================================*/
/*========================
FOOTER
========================*/


.footer-section{

    background:#062d67;

    color:#fff;

    padding:45px 0 15px;

}



.footer-container{

    width:92%;

    max-width:1250px;

    margin:auto;

    display:grid;

    grid-template-columns:1.4fr .8fr .8fr 2fr 1.2fr;

    gap:30px;

}



.footer-about{

    border-right:1px solid rgba(255,255,255,.3);

}



.footer-logo{

    width:230px;

    margin-bottom:15px;

}



.footer-tag{

    font-size:13px;

    line-height:22px;

    letter-spacing:2px;

    color:#fff;

}



.social-icons{

    margin-top:15px;

}



.social-icons a{

    color:white;

    margin-right:12px;

    font-size:18px;

}





.footer-column{

    border-right:1px solid rgba(255,255,255,.3);

    padding-right:20px;

}



.footer-column h3{

    font-size:15px;

    margin:0 0 20px;

    font-weight:700;

}



.footer-column ul{

    padding:0;

    margin:0;

    list-style:none;

}



.footer-column li{

    margin-bottom:10px;

}



.footer-column a{

    color:white;

    text-decoration:none;

    font-size:13px;

}

.footer-column a:hover{
	color:rgb(13, 110, 253);
}

.service-links{

    display:flex;

    gap:40px;

}





.contact{

    border:none;

}



.contact p{

    font-size:13px;

    line-height:20px;

}



.contact i{

    width:22px;

    color:#fff;

}






.footer-bottom{

    width:92%;

    max-width:1250px;

    margin:25px auto 0;

    padding-top:12px;

    border-top:1px solid rgba(255,255,255,.35);


    display:flex;

    justify-content:space-between;


    font-size:12px;

}

/*=========================================
UTILITY CLASSES
=========================================*/

.rounded-20{
    border-radius:20px;
}

.shadow-lg{
    box-shadow:0 20px 50px rgba(0,0,0,.12)!important;
}

.text-primary{
    color:#0d6efd!important;
}

.bg-primary{
    background:#0d6efd!important;
}
/* Scroll Animation */
.hidden{
    opacity:0;
    transform:translateY(40px);
    transition:.6s ease;
}

.show{
    opacity:1;
    transform:translateY(0);
}

/* Ripple Effect */
.btn{
    position:relative;
    overflow:hidden;
}

.ripple{
    position:absolute;
    width:20px;
    height:20px;
    background:rgba(255,255,255,.5);
    border-radius:50%;
    transform:translate(-50%,-50%);
    animation:ripple .6s linear;
}

@keyframes ripple{
    from{
        width:0;
        height:0;
        opacity:.8;
    }
    to{
        width:300px;
        height:300px;
        opacity:0;
    }
}

.fancy-modal{
    border:none;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 25px 70px rgba(0,0,0,.22);
}

.popup-left{
    padding:40px 35px;
}

.popup-form{
    padding:40px;
}

.popup-left h2{
    font-size:30px;
    line-height:1.3;
}

.popup-left p{
    font-size:15px;
    line-height:26px;
    margin-bottom:25px;
}

.popup-form h3{
    font-size:28px;
    margin-bottom:20px;
}

.popup-form .form-control{
    height:50px;
    border-radius:12px;
}

.popup-form textarea.form-control{
    height:110px;
}

.submit-product{
    height:50px;
    border-radius:12px;
}
.fancy-modal{
border:none;
border-radius:25px;
overflow:hidden;
background:#fff;
box-shadow:0 30px 80px rgba(0,0,0,.25);
}

.modal-close{
position:absolute;
right:20px;
top:20px;
z-index:99;
filter:invert(1);
}

.popup-left{

background:linear-gradient(135deg,#06274b,#114f8b);

color:#fff;
height:100%;
padding:60px 45px;
display:flex;
flex-direction:column;
justify-content:center;
}

.badge-text{

display:inline-block;
padding:8px 18px;
background:rgba(255,255,255,.15);
border-radius:50px;
margin-bottom:20px;
font-size:13px;
letter-spacing:2px;
}

.popup-left h2{

font-size:40px;
font-weight:700;
margin-bottom:20px;
}

.popup-left p{

opacity:.9;
line-height:30px;
margin-bottom:35px;
}

.popup-feature{

margin-bottom:16px;
font-size:17px;
}

.popup-feature i{

margin-right:10px;
color:#6eff9e;
}

.popup-form{

padding:55px;
}

.popup-form h3{

font-size:34px;
font-weight:700;
color:#06274b;
margin-bottom:30px;
}

.popup-form .form-control{

height:58px;
border-radius:15px;
border:1px solid #dcdcdc;
box-shadow:none;
}

.popup-form textarea.form-control{

height:auto;
}

.popup-form .form-control:focus{

border-color:#06274b;
box-shadow:0 0 0 .18rem rgba(6,39,75,.12);
}

.submit-product{

width:100%;
height:58px;
border:0;
background:#06274b;
color:#fff;
border-radius:15px;
font-size:18px;
font-weight:600;
transition:.35s;
}

.submit-product:hover{

background:#114f8b;
}

@media(max-width:991px){

.popup-left{
display:none;
}

.popup-form{
padding:35px;
}

.popup-form h3{
font-size:28px;
}

}

.product-list{
    max-width:600px;
    margin:60px auto;
}

.product-list li:hover{
text-decoration:underline;

    color:#222;

}

/* Modal */

.modal-sm-custom{

    max-width:480px;

}

.modal-header-custom{

    background:#06274b;

    padding:30px;

    color:#fff;

    text-align:center;

    position:relative;

}

.icon-circle{

    width:75px;

    height:75px;

    margin:auto;

    background:#fff;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:30px;

    color:#06274b;

    margin-bottom:15px;

}

.modal-header-custom h3{

    margin:0;

    font-size:28px;

    font-weight:700;

}

.modal-header-custom p{

    margin-top:10px;

    opacity:.9;

}

.fancy-close{

    position:absolute;

    right:18px;

    top:18px;

    background:#fff;

    border-radius:50%;

    opacity:1;

    padding:10px;

    z-index:999;

    box-shadow:0 8px 20px rgba(0,0,0,.25);

}

.fancy-close:hover{

    transform:rotate(90deg);

}

.form-control{

    height:48px;

    border-radius:10px;

    box-shadow:none;

}

textarea.form-control{

    height:auto;

}

.form-control:focus{

    border-color:#06274b;

    box-shadow:0 0 0 .15rem rgba(6,39,75,.15);

}

.submit-btn{

    width:100%;

    height:50px;

    border:none;

    border-radius:10px;

    background:#06274b;

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.submit-btn:hover{

    background:#0b427c;

}

@keyframes popup{

from{

transform:scale(.85);

opacity:0;

}

to{

transform:scale(1);

opacity:1;

}

}



/* Contact us Page */
/*=========================================
CONTACT PAGE
=========================================*/

.page-banner{
    position:relative;
    background:linear-gradient(rgba(7,59,130,.88),rgba(7,59,130,.88)),
    url(images/contact-banner.webp) center/cover;
    padding:120px 0 90px;
    text-align:center;
    color:#fff;
}

.banner-content{
    max-width:760px;
    margin:auto;
}

.banner-content h1{
    font-size:52px;
    font-weight:800;
    letter-spacing:1px;
    margin-bottom:20px;
}

.banner-content p{
    font-size:18px;
    opacity:.95;
    line-height:1.8;
}

.breadcrumb{
    margin-top:30px;
    display:inline-flex;
    gap:12px;
    align-items:center;
    background:#ffffff18;
    padding:12px 28px;
    border-radius:40px;
}

.breadcrumb a{
    color:#fff;
    text-decoration:none;
}

.contact-info{
    padding:80px 0;
    background:#f8fbff;
}

.contact-card{
    background:#fff;
    border-radius:18px;
    padding:45px 30px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.contact-card:hover{
    transform:translateY(-8px);
}

.contact-card .icon{
    width:80px;
    height:80px;
    margin:auto auto 25px;
    border-radius:50%;
    background:#073b82;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.contact-card h3{
    font-size:24px;
    margin-bottom:18px;
    color:#073b82;
    font-weight:700;
}

.contact-card p{
    margin:0;
    color:#666;
    line-height:1.9;
}

/*==========================
CONTACT SECTION
==========================*/

.contact-section{
    padding:90px 0;
}

.contact-form{
    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.contact-form h2{
    color:#073b82;
    font-size:36px;
    margin-bottom:15px;
    font-weight:800;
}

.contact-form p{
    color:#666;
    margin-bottom:30px;
}

.contact-form .form-control,
.contact-form .form-select{
    height:58px;
    border-radius:12px;
    border:1px solid #d9e3f0;
    box-shadow:none;
}

.contact-form textarea.form-control{
    height:180px;
    resize:none;
    padding-top:18px;
}

.contact-form .form-control:focus,
.contact-form .form-select:focus{
    border-color:#073b82;
    box-shadow:0 0 0 .18rem rgba(7,59,130,.15);
}

.contact-btn{
    background:#073b82;
    color:#fff;
    border:none;
    padding:16px 40px;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.contact-btn:hover{
    background:#052d64;
    color:#fff;
}

/*==========================
MAP
==========================*/

.map-box{
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.map-box iframe{
    width:100%;
    height:420px;
    border:0;
}

.support-box{
    background:#073b82;
    color:#fff;
    margin-top:30px;
    border-radius:20px;
    padding:40px;
}

.support-box h3{
    font-size:30px;
    margin-bottom:15px;
}

.support-box p{
    opacity:.9;
    line-height:1.8;
}

.support-btn{
    display:inline-block;
    margin-top:15px;
    background:#fff;
    color:#073b82;
    text-decoration:none;
    padding:14px 34px;
    border-radius:40px;
    font-weight:700;
    transition:.3s;
}

.support-btn:hover{
    background:#f4f4f4;
    color:#073b82;
}

/*=========================================
WHY CONTACT
=========================================*/

.why-contact{
    padding:90px 0;
    background:#f8fbff;
}

.why-contact .section-title{
    text-align:center;
    margin-bottom:60px;
}

.why-box{
    background:#fff;
    border-radius:18px;
    padding:40px 25px;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    border:1px solid #edf2f7;
}

.why-box:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(7,59,130,.15);
}

.why-box i{
    width:85px;
    height:85px;
    line-height:85px;
    font-size:34px;
    color:#fff;
    background:#073b82;
    border-radius:50%;
    margin-bottom:25px;
}

.why-box h4{
    font-size:22px;
    color:#073b82;
    margin-bottom:15px;
    font-weight:700;
}

.why-box p{
    color:#666;
    line-height:1.8;
    margin:0;
}


/*=========================================
FAQ
=========================================*/

.faq-section{
    padding:90px 0;
    background:#fff;
}

.faq-section .section-title{
    text-align:center;
    margin-bottom:55px;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:14px !important;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.accordion-button{
    padding:22px 25px;
    font-size:18px;
    font-weight:600;
    color:#073b82;
    background:#fff;
    box-shadow:none!important;
}

.accordion-button:not(.collapsed){
    background:#073b82;
    color:#fff;
}

.accordion-button:focus{
    box-shadow:none;
}

.accordion-body{
    padding:25px;
    line-height:1.9;
    color:#666;
}


/*=========================================
CTA
=========================================*/

.contact-cta{
    background:#073b82;
    color:#fff;
    padding:90px 0;
    text-align:center;
}

.contact-cta h2{
    font-size:44px;
    font-weight:800;
    margin-bottom:20px;
}

.contact-cta p{
    max-width:700px;
    margin:auto;
    opacity:.9;
    line-height:1.8;
    font-size:18px;
}

.cta-btn{
    display:inline-block;
    margin-top:35px;
    background:#fff;
    color:#073b82;
    padding:16px 45px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.35s;
}

.cta-btn:hover{
    background:#f4f4f4;
    color:#073b82;
    transform:translateY(-3px);
}


/*=========================================
ANIMATIONS
=========================================*/

.contact-card,
.contact-form,
.map-box,
.support-box,
.why-box,
.accordion-item{
    transition:.35s ease;
}

.contact-card:hover,
.contact-form:hover,
.map-box:hover,
.support-box:hover{
    box-shadow:0 20px 45px rgba(7,59,130,.12);
}


/*=========================================
RESPONSIVE
=========================================*/

@media(max-width:991px){

.page-banner{
    padding:90px 0;
}

.banner-content h1{
    font-size:40px;
}

.contact-form{
    padding:35px;
}

.contact-form h2{
    font-size:30px;
}

.contact-cta h2{
    font-size:34px;
}

.map-box{
    margin-top:30px;
}

.support-box{
    padding:30px;
}

}


@media(max-width:767px){

.page-banner{
    padding:70px 0;
}

.banner-content h1{
    font-size:32px;
}

.banner-content p{
    font-size:16px;
}

.contact-info,
.contact-section,
.why-contact,
.faq-section{
    padding:70px 0;
}

.contact-card{
    padding:35px 25px;
}

.contact-card h3{
    font-size:22px;
}

.contact-form{
    padding:25px;
}

.contact-form h2{
    font-size:28px;
}

.contact-form .form-control,
.contact-form .form-select{
    height:52px;
}

.contact-form textarea.form-control{
    height:150px;
}

.map-box iframe{
    height:320px;
}

.support-box{
    text-align:center;
}

.contact-cta{
    padding:70px 20px;
}

.contact-cta h2{
    font-size:28px;
}

.cta-btn{
    width:100%;
    max-width:300px;
}

}


@media(max-width:575px){

.contact-card{
    padding:30px 20px;
}

.contact-card .icon,
.why-box i{
    width:70px;
    height:70px;
    line-height:70px;
    font-size:28px;
}

.banner-content h1{
    font-size:28px;
}

.breadcrumb{
    font-size:14px;
    padding:10px 18px;
}

.contact-form{
    border-radius:15px;
}

.support-box{
    border-radius:15px;
}

.why-box{
    padding:30px 20px;
}

.accordion-button{
    font-size:16px;
}

}

/*==========================
FREE QUOTE POPUP
==========================*/

.quote-popup{
    border:none;
    border-radius:20px;
    overflow:hidden;
    max-width:480px;
    margin:auto;
    box-shadow:0 25px 70px rgba(0,0,0,.18);
}

/* Header */

.quote-header{
    background:linear-gradient(135deg,#073b82,#0a56b5);
    text-align:center;
    padding:28px 30px;
    color:#fff;
    position:relative;
}

.quote-header::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:-18px;
    height:35px;
    background:#fff;
    border-radius:50% 50% 0 0;
}

.quote-icon{
    width:65px;
    height:65px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#fff;
    color:#073b82;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.quote-header h3{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.quote-header p{
    margin-top:8px;
    opacity:.9;
    font-size:14px;
}

/* Body */

.quote-body{
    padding:35px 30px 30px;
    background:#fff;
}

.quote-body .mb-3{
    margin-bottom:15px !important;
}

.quote-body .form-control,
.quote-body .form-select{

    height:50px;
    border-radius:12px;
    border:1px solid #dbe4ef;
    background:#f8fbff;
    box-shadow:none;
    transition:.3s;
    padding:0 18px;

}

.quote-body textarea.form-control{

    height:95px !important;
    padding-top:15px;
    resize:none;

}

.quote-body .form-control:focus,
.quote-body .form-select:focus{

    border-color:#073b82;
    background:#fff;
    box-shadow:0 0 0 .18rem rgba(7,59,130,.15);

}

/* Button */

.quote-btn{

    width:100%;
    height:52px;
    border:none;
    border-radius:50px;
    background:#073b82;
    color:#fff;
    font-size:16px;
    font-weight:700;
    letter-spacing:.4px;
    transition:.3s;

}

.quote-btn:hover{

    background:#052c60;
    transform:translateY(-2px);

}

/* Close */

.quote-close{

    position:absolute;
    top:15px;
    right:15px;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    opacity:1;
    z-index:10;
    transition:.3s;

}

.quote-close:hover{

    transform:rotate(90deg);

}

/* Mobile */

@media(max-width:575px){

.quote-popup{
    margin:15px;
}

.quote-header{
    padding:24px 20px;
}

.quote-body{
    padding:30px 20px 25px;
}

.quote-header h3{
    font-size:24px;
}

.quote-icon{
    width:55px;
    height:55px;
    font-size:24px;
}

}
.is-invalid{
    border:2px solid #dc3545 !important;
    box-shadow:none !important;
}

.is-invalid:focus{
    border-color:#dc3545 !important;
    box-shadow:0 0 0 .2rem rgba(220,53,69,.2);
}