body {	
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
a {text-decoration:none;}
.navbar{
	background:#ffffff;
  	padding: 0px;
}
.nav-item.dropdown:hover .dropdown-menu {
      display: inline-block;
}	
.navbar-brand img{
	height: 75px;
	border-radius:10px;
}
.navbar-nav .nav-link{
  	font-weight: 600;
	color:#262525;
  	font-size: 16px;
}
.navbar-nav .nav-link:hover{
	color:#000000;
}
section {
	padding: 50px 0px;
}
/*banner*/
.banner {
  position: relative;
  background-image: url('../images/banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 15% 0%;
  overflow: hidden;
}

/* Always overlay */
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(9, 45, 165, 0.3);
  z-index: 1;
}
.banner h2{
	color: white;
	position: relative;
  	z-index: 2;
}
.banner p{
	position: relative;
  	z-index: 2;
	color: white;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}
.banner-btn {
	position: relative;
	z-index: 2;
	background-color: #092DA5;
	color: white;
	padding: 10px 20px;
}
.banner-btn:hover {
	border: 1px solid #092DA5;
	color: white;
}

.core-products {
	background-color: #EEF6F8;
	padding: 30px 0px;
}
.tabs {
  display: flex;
  background: #f2f2f2;
  position: relative;
}

.tab {
  flex: 1;
  padding: 20px 5px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.tab.active {
  background: #092DA5;
  color: #fff;
}

/* Arrow */
.tab.active::after {
  content: "";
  position: absolute;
  bottom: -15px;  
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #092DA5;
}

.tab-content {
  display: none;
  padding: 40px 0px;
}
.tab-content.active {
  display: block;
}
.sheet-bg {
  background-color: white;
  padding: 50px;
}

/*industries-we-serve*/
.industries-we-serve {
	background-color: #081BA0;
	color: white;
}
.industries-we-serve a{text-decoration: none; color: #363535;}
.industries-we-serve a:hover{text-decoration: underline;}

.img-box {
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 300px;
  transition: transform 0.5s ease;
  transform-origin: center center;
}

.img-box:hover img {
  transform: scale(1.2);
}


.get-in-touch {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.get-in-touch h4{
	font-weight: 600;
}
.get-in-touch a{
	display: inline-block;
  	width: fit-content;
}
/*Commitment*/
.commitment-h2 {
	font-size: 30px;
	font-weight: 600;
	color: #081BA0;
}

.commitment-card {
    border: none;
    border-radius: 15px;
    transition: transform 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.commitment-card:hover { transform: translateY(-10px); }
.commitment-card i {
    font-size: 3rem;
    color: #0d47a1; 
    margin-bottom: 20px;
}
.main-banner {
    background: linear-gradient(rgba(13, 71, 161, 0.9), rgba(13, 71, 161, 0.9)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 60px;
    border-radius: 20px;
    margin-top: 50px;
}

.why-choose {
	text-align: center;
	padding: 10px 15px;
}

.why-choose i{
	background-color: #081BA0;
	padding: 15px;
	font-size: 30px;
	color: white;
	border-radius: 50%;
}
.why-choose p{
	font-size: 20px;
	margin-top: 6px;
	font-weight: 500;
}

.bg-footer {
  background-color: #081BA0;
}
footer a{
    color:#F0F0F0;
    line-height: 30px;
    font-size: 14px;
    font-weight: lighter;
}


/*About us page*/
.expertise-card {
	background-color: #d8dbde;
	padding: 20px 10px;
	height: 100%;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	margin-top: 20px;
}
.expertise-card:hover {
	background-color: #081BA0;
	color: white;
}
.expertise-card h4{font-size: 18px; font-weight: 600;}
.expertise-card p {
    font-size: 18px;
    max-width: 600px;
}

/* Vision Section */
.vision-section {
    background: linear-gradient(rgba(13, 71, 161, 0.9), rgba(13, 71, 161, 0.9)), url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=80&w=2000');
    background-size: cover;
    background-position: center;
    padding: 80px 10%;
	color: white;

}
.vision-section p {
    font-size: 18px;
    max-width: 600px;
    line-height: 1.6;
}

/* Mission Section*/
.mission-section {
    background-color: #004b7a;
     color: white;
    padding: 80px 10%;
}
.mission-section p {
    font-size: 18px;
    margin-bottom: 30px;
}
.mission-section li {
	font-size: 18px;
    max-width: 600px;
    line-height: 1.6;
}
/*Our Approach*/
.approach-card {
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    position: relative;
}
.approach-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.icon-box {
    background: #081BA0;
    color: white;
    border-radius: 12px;
    font-size: 1.7rem;
    margin-bottom: 20px;
	padding: 15px;
}
.approach-card h5 {
    color: #333;
    font-weight: 600;
}
/*Why Advik Enterprises*/
.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    background: #f8fbfe;
    padding: 20px;
    border-radius: 10px;
    border-left: 5px solid #081BA0;
    transition: 0.3s;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	height: 100%;
}
.feature-item li{
	line-height: 45px;
}
.feature-icon {
    font-size: 24px;
    color: #081BA0;
    margin-right: 20px;
}
.feature-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
}
.brand-statement {
    background: #081BA0;
    color: white;
    padding: 40px;
    border-radius: 15px;
}

/*industries*/
.industries {
    background-color: #ffffff;
    padding: 20px;
    color: #333;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.industries:hover {
    box-shadow: 0 15px 35px rgba(0, 168, 181, 0.2);
}

.industries h4 {
    color: #081BA0;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.industries ul {
    padding-left: 20px;
    margin-top: 10px;
}

.industries ul li {
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #555;
    position: relative;
    list-style: none;
}

.industries ul li::before {
    content: "\f058"; /* Font Awesome Circle Check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00A8B5;
    position: absolute;
    left: -20px;
}

/*ALL sub banner*/
.about-us-banner {
        background: linear-gradient(to right, rgba(0, 45, 98, 0.7) 40%, rgba(0, 45, 98, 0.0) 100%), 
                    url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?q=80&w=2000&auto=format&fit=crop'); 
        
        background-size: cover;
        background-position: center;
        padding: 10% 0;
        color: white;
    }
.contact-banner {
    background: linear-gradient(to right, rgba(0, 45, 98, 0.8) 30%, rgba(0, 45, 98, 0.0) 100%),  
                        url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?q=80&w=2070'); 
    background-size: cover;
    background-position: center;
    padding: 12% 0;
    color: white;
}
.industries-serve-section {
        background: linear-gradient(to right, rgba(0, 45, 98, 0.8) 30%, rgba(0, 45, 98, 0.0) 100%), 
                    url('https://images.unsplash.com/photo-1581091226825-a6a2a5aee158?auto=format&fit=crop&q=80&w=2000'); 
        
        background-size: cover;
        background-position: center;
        padding: 12% 0;
        color: white;
    }
.infrastructure-banner {
        background: linear-gradient(to right, rgba(0, 45, 98, 0.8) 30%, rgba(0, 45, 98, 0.0) 100%), 
                    url('https://images.unsplash.com/photo-1581092160562-40aa08e78837?q=80&w=2000&auto=format&fit=crop'); 
        
        background-size: cover;
        background-position: center;
        padding: 120px 0;
        color: white;
    }
/*OUR INFRASTRUCTURE*/
.capability-card {
    border: none;
    background: #fff;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    height: 100%;
}
.capability-card:hover { transform: translateY(-10px); box-shadow: 0 10px 25px rgba(0,0,0,0.1); }
.icon-circle {
    width: 70px; height: 70px;
    background: #e6f7f8;
    color: #081BA0;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.5rem;
}
.machinery-list i{
	color: #081BA0;
	line-height: 30px;
	font-size: 20px;
	margin-right: 8px;
}
.machinery-list li{
	font-size: 16px;
}
.all-btn { 
	background-color: #081BA0;
	color: white;
	border-radius: 40px;
	font-size: 15px;
	padding: 10px 25px;
	font-weight: 600;
}
.all-btn:hover { border: 1px solid #081BA0;}

/*Contact page*/
.contact-box {
	height: 100%;
	padding: 15px;
}
.contact-box i{
	font-size: 25px;
	padding-right: 10px;
	color: #081BA0;
}
.contact-box p{
	font-size: 16px;
}
.contact-box span{
	color: #081BA0;
	font-weight: 600;
}
.form-group input{
	padding: 12px 10px;
}


/*Packaging Solutions*/
.hero-section {
    background: linear-gradient(to right, rgba(0, 45, 98, 0.8) 30%, rgba(0, 45, 98, 0.0) 100%), 
                        url('https://images.unsplash.com/photo-1586528116311-ad8dd3c8310d?auto=format&fit=crop&q=80&w=2000'); 
    background-size: cover;
    background-position: center;
    color: white;
    padding: 10% 0;
}

.card-img-top{
    height: 250px;
}
.hero-section h1{
    font-size: 30px;
}
.packaging-card {
    transition: 0.3s ease-in-out;
}
.packaging-card:hover {
    transform: translateY(-10px);
}
.key-icon {
    background-color: #081BA0;
    color: white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
}