/*==================================================
        GOPEXO V2.0 - PREMIUM INDUSTRIAL UI
==================================================*/

/* Google Font */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');


/*==========================
        VARIABLES
===========================*/

:root{

    --primary:#0B3A82;
    --secondary:#F7941D;
    --dark:#0F172A;
    --text:#64748B;
    --white:#ffffff;
    --light:#F8FAFC;
    --border:#E2E8F0;

    --gradient:
    linear-gradient(135deg,#0B3A82,#1457c4);

    --shadow:
    0 20px 60px rgba(0,0,0,.08);

    --shadow-hover:
    0 30px 80px rgba(0,0,0,.15);

    --radius:22px;

    --transition:.4s ease;

}



/*==========================
        RESET
===========================*/

*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:'Manrope',sans-serif;

background:var(--white);

color:var(--text);

overflow-x:hidden;

line-height:1.7;

}

img{

width:100%;

display:block;

}

a{

text-decoration:none;

transition:var(--transition);

}

ul{

list-style:none;

padding:0;

margin:0;

}

section{

padding:110px 0;

}

.container{

max-width:1320px;

}



/*==========================
        LOADER
===========================*/

.loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#fff;

display:flex;

align-items:center;

justify-content:center;

z-index:99999;

}

.loader-circle{

width:70px;

height:70px;

border-radius:50%;

border:6px solid #e6eefb;

border-top:6px solid var(--primary);

animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}

}



/*==========================
        TOP BAR
===========================*/

.top-bar{

background:var(--dark);

padding:10px 0;

font-size:14px;

}

.top-contact a{

color:#fff;

margin-right:20px;

}

.top-contact i{

margin-right:8px;

color:var(--secondary);

}

.top-social a{

color:#fff;

margin-left:15px;

font-size:18px;

}

.top-social a:hover{

color:var(--secondary);

}



/*==========================
        NAVBAR
===========================*/

.navbar{

position:sticky;

top:0;

z-index:999;

padding:18px 0;

background:rgba(255,255,255,.92);

backdrop-filter:blur(18px);

box-shadow:0 5px 25px rgba(0,0,0,.05);

}

.navbar-brand img{

height:60px;

}

.navbar-nav .nav-link{

font-weight:700;

color:#1e293b;

margin:0 12px;

position:relative;

}

.navbar-nav .nav-link::after{

content:"";

position:absolute;

left:0;

bottom:-8px;

width:0;

height:3px;

background:var(--secondary);

transition:.3s;

}

.navbar-nav .nav-link:hover::after,

.navbar-nav .nav-link.active::after{

width:100%;

}

.quote-btn{

background:var(--gradient);

color:#fff;

padding:14px 30px;

border-radius:50px;

font-weight:700;

}

.quote-btn:hover{

transform:translateY(-3px);

color:#fff;

box-shadow:var(--shadow);

}



/*==========================
        HERO
===========================*/






/*==========================
 HERO SECTION
==========================*/

.hero-section{

    padding:120px 0 80px;

    background:#eef5ff;

    overflow:hidden;

}

.hero-badge{

    display:inline-block;

    background:#dce9ff;

    color:#0d4ea6;

    padding:10px 22px;

    border-radius:40px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-title{

    font-size:56px;

    font-weight:800;

    line-height:1.1;

    color:#0b1739;

    margin-bottom:25px;

}

.hero-text{

    font-size:20px;

    color:#667085;

    line-height:1.8;

    margin-bottom:35px;

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.hero-buttons .btn{

    padding:15px 35px;

    border-radius:50px;

    font-size:18px;

    font-weight:600;

}

.hero-stats{

    display:flex;

    gap:45px;

    flex-wrap:wrap;

}

.stat-box h2{

    font-size:52px;

    font-weight:800;

    color:#1847a3;

}

.stat-box p{

    color:#667085;

    margin:0;

}

.hero-image{

    position:relative;

}

.hero-image img{

    margin-left: 119px;
    height: 556px;

    width:100%;

    border-radius:30px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.hero-card{

    position:absolute;

    background:#fff;

    padding:18px 25px;

    border-radius:18px;

    box-shadow:0 10px 25px rgba(0,0,0,.10);

    font-weight:600;

}

.hero-card i{

    color:#0d4ea6;

    margin-right:8px;

}

.hero-card-1{

    left:30px;

    bottom:-20px;

}

.hero-card-2{

    right:30px;

    bottom:-20px;

}



@media (max-width:991px){

.hero-section{

padding:100px 0 60px;

text-align:center;

}

.hero-title{

font-size:46px;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

justify-content:center;

margin-bottom:40px;

}

.hero-image{

margin-top:40px;

}

}

@media (max-width:576px){

.hero-title{

font-size:34px;

}

.hero-text{

font-size:16px;

}

.stat-box h2{

font-size:36px;

}

.hero-buttons .btn{

width:100%;

}

}

/*==================================================
        TRUSTED CLIENTS
==================================================*/




/*==================================================
        SECTION HEADER
==================================================*/

.section-header{
    max-width:760px;
    margin:auto;
}

.section-badge{
    display:inline-block;
    background:#E8F1FF;
    color:var(--primary);
    padding:8px 18px;
    border-radius:40px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.section-header h2{
    font-size:48px;
    color:var(--dark);
    font-weight:800;
    margin-bottom:20px;
}

.section-header p{
    font-size:18px;
    color:var(--text);
}


/*==================================================
        ABOUT
==================================================*/

.about-section{
    background:#fff;
}

.about-images{
    position:relative;
}

.about-images .main-img{
    border-radius:28px;
    box-shadow:var(--shadow-hover);
    height: 319px;
    object-fit: cover; /* Image ko stretched hone se bachane ke liye */
    margin-left: -24%;
}

.experience-card{

    position:absolute;

    right:-30px;

    bottom:-300px;

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:var(--shadow-hover);

    text-align:center;

    min-width:180px;

}

.experience-card h2{

    font-size:52px;

    color:var(--primary);

    font-weight:800;

    margin-bottom:8px;

}

.experience-card p{

    margin:0;

    font-weight:600;

}

.about-section h2{

    font-size:50px;

    color:var(--dark);

    font-weight:800;

    line-height:1.2;

    margin:20px 0;

}

.about-section p{

    margin-bottom:20px;

    font-size:17px;

}

.about-feature{

    background:#fff;

    border:1px solid var(--border);

    padding:16px 18px;

    border-radius:14px;

    margin-bottom:18px;

    display:flex;

    align-items:center;

    gap:12px;

    font-weight:700;

    transition:.35s;

}

.about-feature i{

    color:var(--secondary);

    font-size:22px;

}

.about-feature:hover{

    transform:translateY(-5px);

    box-shadow:var(--shadow);

}

.primary-btn{

    display:inline-block;

    padding:16px 34px;

    border-radius:50px;

    background:var(--gradient);

    color:#fff;

    font-weight:700;

}

.primary-btn:hover{

    color:#fff;

    transform:translateY(-4px);

}


/*==================================================
        STATS
==================================================*/

.stats-section{

    background:var(--gradient);

}

.stat-box{

    background:#fff;

    padding:45px 30px;

    border-radius:22px;

    text-align:center;

    transition:.35s;

    height:100%;

}

.stat-box:hover{

    transform:translateY(-10px);

    box-shadow:var(--shadow-hover);

}

.stat-box i{

    font-size:45px;

    color:var(--secondary);

    margin-bottom:20px;

}

.stat-box h2{

    font-size:50px;

    font-weight:800;

    color:var(--primary);

}

.stat-box p{

    margin:0;

    font-size:18px;

}


/*==================================================
        WHY SECTION
==================================================*/

.why-section{

    background:#F8FAFC;

}

.why-card{

    background:#fff;

    padding:45px 35px;

    border-radius:24px;

    text-align:center;

    transition:.4s;

    border:1px solid var(--border);

    height:100%;

}

.why-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-hover);

}

.why-card .icon{

    width:90px;

    height:90px;

    border-radius:50%;

    background:#E8F1FF;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto auto 25px;

}

.why-card .icon i{

    font-size:40px;

    color:var(--primary);

}

.why-card h4{

    font-size:28px;

    color:var(--dark);

    font-weight:800;

    margin-bottom:18px;

}

.why-card p{

    margin:0;

}


/*==================================================
        PRODUCTS
==================================================*/

.products-section{

    background:#fff;

}

.product-card{

    border-radius:24px;

    overflow:hidden;

    background:#fff;

    box-shadow:var(--shadow);

    transition:.4s;

    height:100%;

}

.product-card:hover{

    transform:translateY(-12px);

    box-shadow:var(--shadow-hover);

}

.product-image{

    position:relative;

    overflow:hidden;

}

.product-image img{

    transition:.6s;

}

.product-card:hover img{

    transform:scale(1.08);

}

.product-overlay{

    position:absolute;

    inset:0;

    background:rgba(11,58,130,.65);

    display:flex;

    justify-content:center;

    align-items:center;

    opacity:0;

    transition:.35s;

}

.product-card:hover .product-overlay{

    opacity:1;

}

.view-btn{

    background:#fff;

    color:var(--primary);

    padding:14px 28px;

    border-radius:40px;

    font-weight:700;

}

.product-content{

    padding:30px;

}

.product-content span{

    color:var(--secondary);

    font-size:14px;

    font-weight:700;

    text-transform:uppercase;

}

.product-content h4{

    margin:14px 0;

    color:var(--dark);

    font-size:28px;

    font-weight:800;

}

.product-content p{

    margin:0;

}



/*==================================================
        INDUSTRIES SECTION
==================================================*/

.industries-section{
    background:#F8FAFC;
}

.industry-card{
    background:#fff;
    border-radius:24px;
    padding:45px 25px;
    text-align:center;
    transition:.4s;
    border:1px solid var(--border);
    height:100%;
}

.industry-card:hover{
    transform:translateY(-12px);
    background:var(--gradient);
    color:#fff;
    box-shadow:var(--shadow-hover);
}

.industry-card i{
    font-size:55px;
    color:var(--secondary);
    margin-bottom:20px;
    transition:.3s;
}

.industry-card:hover i{
    color:#fff;
}

.industry-card h5{
    font-size:24px;
    font-weight:800;
}


/*==================================================
        PROCESS SECTION
==================================================*/

.process-section{
    background:#fff;
}

.process-card{
    background:#fff;
    border-radius:22px;
    padding:40px 25px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.4s;
    position:relative;
    height:100%;
}

.process-card:hover{
    transform:translateY(-10px);
    box-shadow:var(--shadow-hover);
}

.process-number{
    width:80px;
    height:80px;
    background:var(--gradient);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 25px;
    font-size:28px;
    font-weight:800;
}

.process-card h4{
    font-size:28px;
    color:var(--dark);
    font-weight:800;
    margin-bottom:15px;
}


/*==================================================
        GALLERY
==================================================*/

.gallery-section{
    background:#F8FAFC;
}

.gallery-section img{
    height: 200px;
    border-radius:24px;
    transition:.5s;
    cursor:pointer;
    box-shadow:var(--shadow);
}

.gallery-section img:hover{
    transform:scale(1.04);
}


/*==================================================
        CERTIFICATIONS
==================================================*/

.certification-section{
    background:#fff;
}

.certificate-card{
    background:#fff;
    border-radius:22px;
    padding:45px 25px;
    text-align:center;
    box-shadow:var(--shadow);
    transition:.4s;
    height:100%;
}

.certificate-card:hover{
    transform:translateY(-12px);
    box-shadow:var(--shadow-hover);
}

.certificate-card i{
    font-size:52px;
    color:var(--secondary);
    margin-bottom:20px;
}

.certificate-card h5{
    font-size:24px;
    font-weight:800;
    color:var(--dark);
}


/*==================================================
        TESTIMONIAL
==================================================*/

.testimonial-section{
    background:#F8FAFC;
}

.testimonial-card{
    background:#fff;
    border-radius:28px;
    padding:50px;
    text-align:center;
    box-shadow:var(--shadow);
}

.testimonial-card p{
    font-size:20px;
    font-style:italic;
    margin-bottom:30px;
}

.testimonial-card h5{
    color:var(--primary);
    font-weight:800;
    margin-bottom:5px;
}

.swiper-pagination-bullet-active{
    background:var(--secondary);
}


/*==================================================
        FAQ
==================================================*/

.faq-section{
    background:#fff;
}

.accordion-item{
    border:none;
    margin-bottom:18px;
    border-radius:18px!important;
    overflow:hidden;
    box-shadow:var(--shadow);
}

.accordion-button{
    font-weight:700;
    padding:22px;
}

.accordion-button:not(.collapsed){
    background:var(--gradient);
    color:#fff;
}

.accordion-body{
    padding:22px;
}


/*==================================================
        CTA
==================================================*/

.cta-section{
    background:var(--gradient);
    padding:100px 0;
}

.cta-box{
    text-align:center;
    color:#fff;
}

.cta-box h2{
    font-size:52px;
    font-weight:800;
    margin-bottom:20px;
}

.cta-box p{
    font-size:20px;
    margin-bottom:35px;
}


/*==================================================
        FOOTER
==================================================*/

.footer{
    background:#08111F;
    color:#CBD5E1;
    padding:90px 0 30px;
}

.footer h3,
.footer h5{
    color:#fff;
    font-weight:800;
    margin-bottom:22px;
}

.footer ul li{
    margin-bottom:14px;
}

.footer ul li a{
    color:#CBD5E1;
    transition:.3s;
}

.footer ul li a:hover{
    color:var(--secondary);
    padding-left:8px;
}

.footer hr{
    margin:45px 0 20px;
    border-color:rgba(255,255,255,.1);
}


/*==================================================
        WHATSAPP BUTTON
==================================================*/

.whatsapp-btn{
    position:fixed;
    right:25px;
    bottom:25px;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    z-index:999;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:.3s;
}

.whatsapp-btn:hover{
    transform:scale(1.1);
    color:#fff;
}


/*==================================================
        SCROLL PROGRESS
==================================================*/

.scroll-progress{
    position:fixed;
    top:0;
    left:0;
    width:0%;
    height:4px;
    background:var(--secondary);
    z-index:99999;
}


/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:1200px){

.hero h1{
    font-size:54px;
}

.section-header h2{
    font-size:42px;
}

}

@media(max-width:992px){

section{
    padding:80px 0;
}

.hero{
    min-height:auto;
    padding:100px 0;
    text-align:center;
}

.hero-buttons{
    justify-content:center;
    flex-wrap:wrap;
}

.hero-stats{
    justify-content:center;
}

.hero-image{
    margin-top:60px;
}

.experience-card{
    position:relative;
    right:auto;
    bottom:auto;
    margin-top:25px;
}

.top-bar{
    display:none;
}

}

@media(max-width:768px){

.hero h1{
    font-size:42px;
}

.section-header h2{
    font-size:34px;
}

.hero-buttons{
    flex-direction:column;
}

.hero-btn,
.hero-outline{
    width:100%;
    text-align:center;
}

.hero-stats{
    flex-wrap:wrap;
    gap:25px;
}

.cta-box h2{
    font-size:34px;
}

.testimonial-card{
    padding:35px 25px;
}

}

@media(max-width:576px){

.hero h1{
    font-size:34px;
}

.section-header h2{
    font-size:28px;
}

.hero p{
    font-size:16px;
}

.product-content,
.process-card,
.why-card,
.certificate-card{
    padding:25px;
}

.whatsapp-btn{
    width:55px;
    height:55px;
    font-size:26px;
}

}



/*==========================
    BACK TO TOP BUTTON
==========================*/

.back-to-top{

position:fixed;

right:25px;

bottom:100px;

width:55px;

height:55px;

border:none;

border-radius:50%;

background:var(--primary);

color:#fff;

font-size:22px;

cursor:pointer;

box-shadow:var(--shadow);

opacity:0;

visibility:hidden;

transition:.35s;

z-index:9999;

}

.back-to-top.show{

opacity:1;

visibility:visible;

}

.back-to-top:hover{

background:var(--secondary);

transform:translateY(-5px);

}


/* Sticky Navbar */

.navbar-fixed{

background:#fff!important;

box-shadow:0 15px 40px rgba(0,0,0,.08);

transition:.35s;

}



/*==============================
      INDUSTRY STRIP
==============================*/

.industry-strip{
    background:#f5f9ff;
}

.industry-wrapper{

    background:#fff;

    border-radius:24px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:35px 30px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.industry-item{

    flex:1;

    display:flex;

    align-items:center;

    gap:18px;

    padding:0 20px;

    border-right:1px solid #e8eef8;

}

.industry-icon{

    width:74px;

    height:74px;

    border-radius:50%;

    background:#edf4ff;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.industry-icon i{

    font-size:34px;

    color:#1f4ea7;

}

.industry-item h5{

    font-size:24px;

    font-weight:700;

    color:#16356d;

    margin-bottom:6px;

}

.industry-item p{

    margin:0;

    color:#666;

    font-size:16px;

    line-height:1.6;

}


/*==============================
      INDUSTRY STRIP
==============================*/

@media(max-width:991px){

.industry-wrapper{

    flex-wrap:wrap;

    padding:25px;

}

.industry-item{

    width:50%;

    flex:none;

    border-right:none;

    padding:18px;

}

}

@media(max-width:767px){

.industry-wrapper{

    display:block;

}

.industry-item{

    width:100%;

    margin-bottom:20px;

    padding-bottom:20px;

    border-bottom:1px solid #ececec;

}

.industry-item:last-child{

    margin-bottom:0;

    border-bottom:none;

}

.industry-icon{

    width:65px;

    height:65px;

}

.industry-icon i{

    font-size:28px;

}

.industry-item h5{

    font-size:20px;

}

.industry-item p{

    font-size:15px;

}

}






















.factoryGallerySwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}



.rounded-4 {
    height: 230px;
    border-radius: var(--bs-border-radius-xl) !important;
}


/* About/Product Type 2 ke liye */
.about-card-img {
  margin-left: -14%;
  height: 372px;
  border-radius: var(--bs-border-radius-xl) !important;
  object-fit: cover;
}



