/* =============================

VISHNULAXMI SILK MILLS

Premium Textile Website

============================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:'Poppins',sans-serif;

color:#222;

background:#fff;

line-height:1.7;

overflow-x:hidden;

}

a{

text-decoration:none;

transition:.3s;

}

img{

max-width:100%;

display:block;

}

ul{

list-style:none;

padding:0;

margin:0;

}

/*====================

COLORS

=====================*/

:root{

--primary:#0A3D91;

--secondary:#D4AF37;

--dark:#1F2937;

--light:#f8f9fa;

--white:#ffffff;

--text:#555;

}

/*====================

TOP BAR

=====================*/

.top-bar{

background:var(--primary);

color:#fff;

padding:10px 0;

font-size:14px;

}

.top-bar p{

margin:0;

}

.top-bar a{

color:#fff;

margin-left:15px;

font-size:15px;

}

/*====================

HEADER

=====================*/

.navbar{

padding:18px 0;

background:#fff;

}

.navbar-brand img{

height:70px;

}

.nav-link{

font-weight:600;

color:#222 !important;

margin-left:18px;

}

.nav-link:hover{

color:var(--primary)!important;

}

.btn-primary{

background:var(--primary);

border:none;

padding:12px 30px;

border-radius:50px;

font-weight:600;

}

.btn-primary:hover{

background:#072d69;

}

.btn-outline-light{

border:2px solid #fff;

padding:12px 30px;

border-radius:50px;

}

/*====================

HERO SECTION

=====================*/

.hero{

background:linear-gradient(rgba(10,61,145,.85),

rgba(10,61,145,.85)),

url('../images/banner/bg.jpg');

background-size:cover;

background-position:center;

padding:120px 0;

color:#fff;

}

.subtitle{

display:inline-block;

background:rgba(255,255,255,.15);

padding:8px 18px;

border-radius:30px;

margin-bottom:20px;

}

.hero h1{

font-size:58px;

font-weight:700;

line-height:1.2;

margin-bottom:20px;

}

.hero p{

font-size:18px;

margin-bottom:35px;

max-width:520px;

}

.hero-img{

animation:float 4s ease-in-out infinite;

}

@keyframes float{

0%{

transform:translateY(0);

}

50%{

transform:translateY(-15px);

}

100%{

transform:translateY(0);

}

}

/*====================

SECTION TITLE

=====================*/

.section-subtitle{

color:var(--secondary);

font-weight:700;

letter-spacing:1px;

}

.section-title{

font-size:42px;

font-weight:700;

margin-top:10px;

margin-bottom:20px;

color:#222;

}

/*==========================
OUR BRANDS
==========================*/

.brands{
padding:90px 0;
}

.brand-card{

background:#fff;

padding:35px 25px;

border-radius:15px;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

height:100%;

}

.brand-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 40px rgba(0,0,0,.15);

}

.brand-card img{

height:90px;

object-fit:contain;

margin:0 auto 20px;

}

.brand-card h4{

font-size:24px;

font-weight:700;

margin-bottom:10px;

}

.brand-card p{

color:#666;

font-size:15px;

margin-bottom:20px;

}

.read-more{

color:var(--primary);

font-weight:600;

}

/*==========================
PRODUCT CATEGORY
==========================*/

.product-category{

padding:90px 0;

}

.category-box{

position:relative;

overflow:hidden;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

.category-box img{

height:340px;

width:100%;

object-fit:cover;

transition:.5s;

}

.category-box:hover img{

transform:scale(1.08);

}

.category-content{

position:absolute;

left:0;

bottom:0;

width:100%;

padding:30px;

background:linear-gradient(transparent,rgba(0,0,0,.8));

color:#fff;

}

.category-content h3{

font-size:28px;

font-weight:700;

margin-bottom:10px;

}

.category-content a{

color:#fff;

font-weight:600;

}

/*==========================
WHY CHOOSE US
==========================*/

.why-us{

padding:90px 0;

}

.why-box{

padding:35px 25px;

border-radius:15px;

transition:.4s;

background:#fff;

box-shadow:0 8px 25px rgba(0,0,0,.07);

height:100%;

}

.why-box:hover{

background:var(--primary);

color:#fff;

transform:translateY(-10px);

}

.why-box i{

font-size:45px;

color:var(--secondary);

margin-bottom:20px;

}

.why-box h4{

font-size:22px;

font-weight:700;

margin-bottom:15px;

}

/*==========================
COUNTER
==========================*/

.counter-section{

background:var(--primary);

padding:70px 0;

color:#fff;

}

.counter-section h2{

font-size:52px;

font-weight:700;

margin-bottom:10px;

}

.counter-section p{

font-size:18px;

}

/*==========================
ABOUT
==========================*/

.about-home{

padding:90px 0;

}

.about-home img{

border-radius:20px;

}

.about-home p{

color:#666;

margin-bottom:18px;

}

.about-home ul li{

margin-bottom:15px;

font-size:16px;

}

.about-home i{

margin-right:10px;

color:var(--primary);

}

/*==========================
FEATURED PRODUCTS
==========================*/

.featured{

padding:90px 0;

}

.product-card{

background:#fff;

border-radius:18px;

overflow:hidden;

box-shadow:0 10px 30px rgba(0,0,0,.08);

transition:.4s;

}

.product-card:hover{

transform:translateY(-10px);

}

.product-card img{

height:350px;

width:100%;

object-fit:cover;

}

.product-info{

padding:25px;

}

.product-info h4{

font-size:24px;

font-weight:700;

margin-bottom:12px;

}

.product-info p{

color:#666;

margin-bottom:15px;

}

.product-info a{

color:var(--primary);

font-weight:600;

}

/*====================================
TESTIMONIAL SECTION
====================================*/

.testimonials{
padding:90px 0;
background:#fff;
}

.testimonial-box{

max-width:850px;

margin:auto;

background:#fff;

padding:45px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.client-img{

width:90px;

height:90px;

border-radius:50%;

object-fit:cover;

margin:auto;

margin-bottom:25px;

border:5px solid var(--secondary);

}

.testimonial-box p{

font-size:18px;

font-style:italic;

color:#666;

margin-bottom:25px;

line-height:1.8;

}

.testimonial-box h5{

font-size:24px;

font-weight:700;

margin-bottom:5px;

}

.testimonial-box span{

color:#777;

font-size:15px;

}

.carousel-control-prev-icon,
.carousel-control-next-icon{

background-color:var(--primary);

border-radius:50%;

padding:18px;

}

/*====================================
INFRASTRUCTURE
====================================*/

.infrastructure{

padding:100px 0;

}

.infrastructure img{

border-radius:18px;

box-shadow:0 15px 40px rgba(0,0,0,.15);

}

.infrastructure p{

margin:20px 0;

color:#666;

}

.infra-list li{

margin-bottom:16px;

font-size:17px;

font-weight:500;

}

.infra-list i{

color:var(--primary);

margin-right:10px;

}

/*====================================
CALL TO ACTION
====================================*/

.cta-section{

padding:100px 0;

background:linear-gradient(90deg,#0A3D91,#124FB8);

color:#fff;

}

.cta-section h2{

font-size:46px;

font-weight:700;

margin-bottom:20px;

}

.cta-section p{

font-size:18px;

margin-bottom:35px;

}

.cta-section .btn{

padding:15px 40px;

font-weight:600;

border-radius:50px;

}

/*====================================
CONTACT SECTION
====================================*/

.contact-home{

padding:90px 0;

}

.contact-home h2{

font-size:42px;

font-weight:700;

margin-bottom:25px;

}

.contact-home p{

margin-bottom:18px;

font-size:17px;

}

.contact-home i{

width:30px;

color:var(--primary);

}

.contact-home iframe{

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

}

/*====================================
FOOTER
====================================*/

.footer{

background:#111827;

color:#ddd;

padding:80px 0 20px;

}

.footer h5{

color:#fff;

font-size:22px;

margin-bottom:25px;

font-weight:600;

}

.footer p{

color:#bbb;

}

.footer ul li{

margin-bottom:12px;

}

.footer ul li a{

color:#bbb;

transition:.3s;

}

.footer ul li a:hover{

color:var(--secondary);

padding-left:8px;

}

.footer .fab{

width:42px;

height:42px;

line-height:42px;

text-align:center;

border-radius:50%;

background:#1f2937;

margin-right:10px;

color:#fff;

transition:.3s;

}

.footer .fab:hover{

background:var(--secondary);

color:#111;

}

.footer hr{

border-color:rgba(255,255,255,.1);

margin:40px 0 20px;

}

/*====================================
BUTTON HOVER
====================================*/

.btn{

transition:.35s;

}

.btn:hover{

transform:translateY(-3px);

box-shadow:0 10px 25px rgba(0,0,0,.18);

}

/*====================================
IMAGE HOVER
====================================*/

img{

transition:.4s;

}

.product-card:hover img,

.brand-card:hover img{

transform:scale(1.05);

}

/* Back To Top */

.backToTop{

position:fixed;

right:20px;

bottom:20px;

width:50px;

height:50px;

border:none;

border-radius:50%;

background:#0A3D91;

color:#fff;

font-size:20px;

cursor:pointer;

display:none;

z-index:9999;

transition:.3s;

}

.backToTop:hover{

background:#D4AF37;

color:#000;

transform:translateY(-5px);

}

/* Gallery */

.gallery-item{

overflow:hidden;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.08);

cursor:pointer;

}

.gallery-item img{

width:100%;

height:320px;

object-fit:cover;

transition:.5s;

}

.gallery-item:hover img{

transform:scale(1.08);

}

/* Loader */

#loader{

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:#fff;

display:flex;

justify-content:center;

align-items:center;

z-index:99999;

}

.spinner{

width:70px;

height:70px;

border:6px solid #eee;

border-top:6px solid #0A3D91;

border-radius:50%;

animation:spin 1s linear infinite;

}

@keyframes spin{

100%{

transform:rotate(360deg);

}
}

/* Floating WhatsApp */

.whatsapp-btn{

position:fixed;

right:20px;

bottom:20px;

width:60px;

height:60px;

background:#25D366;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

text-decoration:none;

z-index:9999;

box-shadow:0 5px 20px rgba(0,0,0,.25);

transition:.3s;

}

.whatsapp-btn:hover{

transform:scale(1.1);

color:#fff;

}

/* Floating Call */

.call-btn{

position:fixed;

right:20px;

bottom:95px;

width:60px;

height:60px;

background:#0d6efd;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:24px;

text-decoration:none;

z-index:9999;

box-shadow:0 5px 20px rgba(0,0,0,.25);

transition:.3s;

}

.call-btn:hover{

transform:scale(1.1);

color:#fff;

}

