body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
/* Sticky Header */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: white;
    padding: 10px 50px;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 40%;
}

.logo-img {
    width: 20%;
}

#navbarScroll ul {
    gap: 20px;
}

.nav-item a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    transition: all 0.3s ease;
}

/* Smooth scrolling for the entire page */
html {
    scroll-behavior: smooth;
}

/* Active nav item styled like a button */
.navbar .nav-link.active {
    background-color: #030d97;
    color: #fff !important;
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 600;
}

.navbar .nav-item .nav-link {
    padding: 8px 17px;
}

/* Hover effect for consistency */
.navbar .nav-link:hover:not(.active) {
    color: #030d97 !important;
}

.navbar .nav-link.active:hover {
    background-color: #a9ecf5;
    color: #000 !important;
}

/* Add padding to sections to account for fixed header */
section {
    scroll-margin-top: 80px;
}

/* Navigation active state based on scroll position */
.navbar .nav-link {
    position: relative;
}

.navbar .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 5px;
    left: 50%;
    background-color: #030d97;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar .nav-link:hover::after {
    width: 70%;
}

.navbar .nav-link.active::after {
    display: none;
}

/* banner */
.banner-mavmvk{
    background-image: url("../img/Main\ Banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}
/*  */
.sec2{
    background-color: #55cec7;
}
.yers-box{
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 30px 0px;
}
.sec3{
    background-image: url("../img/Background/Backgroun\ Green\ 1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    
}
.believe{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    text-align: center;
}
.believe p{
    width: 54%;
    margin-top: 50px;
    line-height: 30px;
    font-size: 18px;
}
.about-banner h2{
    font-size: 40px;
    font-weight: 700;
    color: #546a8b;
}
.about-banner p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-banner{
    text-align: center;
}
.abour-hr{
    
    width: 50%;
    border: 1px solid #55cec7;
    border-width: 2px;
}
.about-hr-box{
    display: flex;
    justify-content: center;
}
.about-sec{
    margin: 50px 0px;
}
.product-banner{
    text-align: center;
}
.product-banner h1{
    font-size: 40px;
    font-weight: 700;
    margin-top: 30px;
    line-height: 40px;
    color: #546a8b;
}
.portfolio{
    background-image: url('../img/Our-Product-Portfolio/Banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    border-radius: 6px;
    width: 80%;
   margin-top: -50px;
}
.Product-box{
    display: flex;
    justify-content: center;
}
.portfolio p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-top: 185px;
    margin-bottom: 100px;
    margin-left: 160px;
    
}
.fluids{
    display: flex;
    gap: 20px;
}
#Reliable{
    display: flex;
    gap: 20px;
    width: 70%;
    /* margin-left: 190px;
    margin-right: 190px; */
}
.fluids-box h1{
    font-size: 25px;
    font-weight: 600;
    color: #000;
}
.Reliable-main{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.fluids-box{
    margin-top: 11px;
}
/* footer */
.footer{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}
/*  */
.features {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 350px;
}

/* .icon-circle {
  width: 70px;
  height: 70px;
  background: #4dc3c9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: white;
  position: relative;
} */

/* .icon-circle::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: rgba(77, 195, 201, 0.3);
  z-index: -1;
} */

.feature-content h3 {
  font-size: 18px;
  margin-bottom: 4px;
}

.feature-content p {
  font-size: 14px;
  color: #444;
}
.icon-circle-1{
    width: 25%;
}
.features-1 {
    margin-left: 338px;
    margin-top: 30px;
}
/* Authorised */
.Authorised{
    background-image: url(/img/Authorised-Stockists-of/Background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: 50px;
}
.Authorised-text{
    display: flex;
    justify-content: center;
   
}
.Authorised-text-1{
    text-align: center;
     margin-top: 50px;
     margin-bottom: 30px;
}
.Authorised-img{
    width: 75%;
}
.Authorised-text-1 h1{
    color: #478bc3; /* teal heading */
  font-size: 44px;
  font-weight: 700;
}
/* clients */
/* Section Title */
.clients{
    margin-top: 50px;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  color: #20bfa9; /* teal heading */
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-title p {
  font-size: 16px;
  color: #444;
}

/* Client Logos */
.client-logos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.client {
  text-align: center;
  max-width: 250px;
 
}

.client img {
  /* max-width: 120px;
  max-height: 100px; */
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.client p {
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}
/* Mission, Vision & Values */
/* Section */
.mvv-section {
  text-align: center;
  padding: 50px 20px;
  padding-top: 150px;
  margin-top: 40px;
}

.mvv-section .title {
  font-size: 44px;
  font-weight: 700;
  color: #2d4f91;
  margin-bottom: 70px;
}

/* Container */
.mvv-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  flex-wrap: wrap;
}




/*  */
.Mission-img img{
    width: 30%;
}
.Mission-img {
    display: flex;
    justify-content: end;
    margin-right: 50px;
}
.mvv-box-1 {
    text-align: left;
    margin-top: 22px;
}
.mvv-box-1 p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  width: 35%;
}
.mvv-box-1 h3{
    font-size: 44px;
    font-weight: 600;
    color: #34c5c0; 
}
.mvv-box-2 {
    text-align: right;
    margin-top: 42px;
}
.Mission-img-1 img{
    width: 30%;
}
.Mission-img-1 {
    display: flex;
    justify-content: start;
    margin-left: 50px;
}
.mvv-box-2 p {
  font-size: 15px;
  line-height: 1.5;
  color: #333;
  margin-left: 392px;
}
.mvv-box-2 h3{
    font-size: 44px;
    font-weight: 600;
    color: #34c5c0; 
}
/* Core Values */
.Core-Values-sec{
    display: flex;
    justify-content: center;
}
.Core-Values{
    background-color:  #b9edeb;
    border-radius: 50px;
    height: auto;
    padding: 50px 143px;
    padding-bottom: 20px;
    width: 60%;
}
.Core-Values-box {
    display: flex;
    gap: 20px;
}
.Core-Values-img {
    width: 50%;
}
.Core-Values-img img{
    width: 100%;
   
}
.Core-Values-text h5{
    font-size: 19px;
    font-weight: 700;
    color: #14817f;
}
.Core-Values-text p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 81%;
}
.Core-Values-text .Achieving{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 92%;
}
.Core-Values-text .Thinking{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 96%;
}
.Core-Values-text .Prioritizing{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 112%;
}
/* map */
/* Map section container */
.map-section{
  padding:48px 0px;
  display:flex;
  justify-content:center;
}

/* Map wrapper: holds iframe, marker, and card */
.map-wrapper{
  position:relative;
  width:100%;
  max-width:var(--max-width);
  height:520px;
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
  background:#e6f7f6;
}
/* mmm */
.container-5 {
    display: flex;
    flex-wrap: wrap;
    max-width: 890px;
    margin: 50px auto;
    gap: 30px;
    justify-content: space-between;
}
.item {
    display: flex;
    align-items: flex-start;
    width: 45%;
    gap: 15px;
}

.icon {
    width: 60px;
    height: 60px;
    background-color: #b2f0eb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon img {
    width: 60px;
    height: 60px;
}

.text h3 {
    margin: 0;
    color: #00b5ad;
    font-size: 1.1rem;
}

.text p {
    margin: 5px 0 0;
    color: #444;
    font-size: 0.95rem;
}
.map-card{
    display: none;
}

/* Responsive: lower height on small screens */
@media (max-width:600px){
  .map-wrapper{ height:420px; }
}

/* Full-size iframe */
.map-iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
  filter: contrast(1.02) saturate(0.98);
}

/* Decorative marker (absolute) */
.map-marker{
  position:absolute;
  left:28%;
  top:36%;
  transform: translate(-50%,-50%);
  pointer-events:none; /* decorative only */
}
@media (max-width:900px){
  .map-marker{ left:38%; top:36%; }
}
.pin{
  width:56px;
  height:56px;
  background:linear-gradient(180deg,var(--accent),#1aa69a);
  border-radius:50% 50% 50% 50%;
  transform: rotate(45deg);
  box-shadow:0 6px 18px rgba(32,191,169,0.28);
  position:relative;
}
.pin-dot{
  width:18px;
  height:18px;
  background:#fff;
  border-radius:50%;
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%) rotate(-45deg);
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.06);
}

/* Floating contact card */
.map-card{
  position:absolute;
  right:22px;
  top:22px;
  width:260px;
  background:var(--card-bg);
  border-radius:12px;
  padding:16px;
  box-shadow:0 10px 30px rgba(18,32,40,0.08);
  border:1px solid rgba(6,30,25,0.03);
  backdrop-filter: blur(4px);
}
.map-card h4{
  margin:0 0 6px 0;
  color: #123b3a;
  font-size:16px;
}
.map-card .addr{
  color:var(--muted);
  font-size:13px;
  margin:6px 0 10px;
  line-height:1.35;
}
.map-card .phone{
  font-weight:600;
  margin-bottom:10px;
}
.map-card .btn{
  display:inline-block;
  text-decoration:none;
  background:var(--accent);
  color:#fff;
  padding:8px 12px;
  border-radius:8px;
  font-weight:600;
  font-size:13px;
}

/* Mobile adjustments */
@media (max-width:600px){
  .logo-img {
    width: 100%;
}
.header{
  padding: 20px;
}
.banner-mavmvk{
  height: 170px;
}
.sec3{
  height: 190px;
}
.believe{
  height: 210px;
} 
.believe p{
  width: 100%;
  margin-top: 0px;
  line-height: 20px;
  font-size: 14px;
}
.about-banner p{
  margin-left: 0px;
  margin-right: 0px;
  font-size: 14px;
}
.portfolio{
  height: 182px;
  width: 100%;
}
.portfolio p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 60px;
    margin-left: 10px;
    margin-right: 177px;
}

.item{
  width: 100%;
}
.container-5{
  margin-left: 15px;
  margin-right: 15px;
}
.Authorised{
  height: 330px;
}
.Authorised-text-1{
  margin-bottom: 0px;
}
.client-logos{
  gap: 10px;
  margin-top: 0px !important;
}
.Mission-img {
    display: flex;
    justify-content: center;
    margin-right: 0px;
}
.Mission-img img{
    width: 50%;
}
.mvv-box-1{
  text-align: center;
}
.mvv-box-1 p {
  width: 100%;
}
.mvv-section .title {
  font-size: 30px;
  margin-bottom: 50px;
}
.mvv-section{
  padding: 50px 20px;
}
.mvv-box-1 h3{
  font-size: 30px;
}

.mvv-box-2{
    text-align: center;
    margin-top: 0px;
}
.mvv-box-2 h3{
  font-size: 30px;
}
.mvv-box-2 p{
  margin-left: 0px;
}
.Mission-img-1 img{
  width: 50%;
}
.Mission-img-1{
  justify-content: center;
  margin-left: 0px;
}
.Core-Values{
  width: 100%;
  padding: 40px;
  margin: 0px 20px;
}
.Core-Values-text p{
  width: 100%;
}
.Core-Values-text .Achieving{
  width: 100%;
}
.Core-Values-text .Thinking{
  width: 100%;
}
.box-sec{
  padding-bottom: 60px !important;
}
.contact-h-sec{
  padding: 20px !important;
}
.from-container{
  margin-top: 20px;
}
.contact-form button{
  width: 40% !important;
}
.Authorised-text-1 h1{
  font-size: 30px;
}
.section-title h2{
  font-size: 30px;
}
.product-banner h1{
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 45px;
}
.about-banner h2{
  font-size: 30px;
}
.contact-home-text h1{
  font-size: 30px !important;
  padding-top: 20px;
}
  .map-card{
    right:12px;
    top:12px;
    width:48%;
    padding:12px;
  }
  .map-card h4{ font-size:14px }
  .map-card .addr{ font-size:12px }
  .map-card .btn{ padding:7px 10px; font-size:12px }
}
/* contact */
.contact-h-sec{
    background-color: #54616b;
    padding: 50px 200px;
    padding-bottom: 0px;
}
.icon-c{
    border: 1px solid #ddd;
    border-width: 0px 1px 0px 0px;
    width: 6%;
    height: 22px;
    margin-top: 5px;
}
.icon-c i{
    color: #fff;
}
.contact-h-box {
    display: flex;
    gap: 20px;
}
.contact-h-text h5{
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}
.contact-h-text h6{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.contact-h-text .address{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}
.contact-2nd-box{
    margin-left: 50px;
}
.socil-box{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.socil-box i{
    color: #2d4f91;
}
.socil-sec{
   background-color: #54616b; 
   padding: 10px 50px;
   display: flex;
   gap: 20px;
   padding-bottom: 50px;
}
/* from */
.from-container {
  max-width: 600px;
  width: 100%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  background-color: #667078;
}

.get {
    font-size: 20px;
    font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
}

/* Form */
.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s ease;
  background-color: transparent;
  color: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #fff;
}
input::placeholder{
    color: #fff;
}

/* Button */
.contact-form button {
  width: 30%;
  padding: 7px;
  background: #56cfc5;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form button:hover {
  background: #338a82;
}
.box-sec{
  background-image: url(/img/Background/Backgroun\ Green\ 1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.contact-home-text{
  text-align: center;
}
.contact-home-text h1{
  font-size: 44px;
  font-weight: 700;
  color: #56cfc5;
  margin-bottom: 50px;
}