* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    font-family: 'Montserrat',Arial, sans-serif;
  }
  html{
    font-size:10px;
  }
  .mb0{
    margin-bottom: 0 !important;
  }
  a {
    color:#000;
    text-decoration: none;
  }
  ul {
    list-style: none;
  }
  .container {
    /* background-color: black; */
  }
  .row {
    width:100%;
    margin: auto;
    @media screen and (min-width:768px){
      width:80%;
    }
  }
  .btn{
    background-color: #f38121;
    color:#fff;
    font-size: 2rem;
    padding:1rem 3rem;
    border-radius:2rem;
  }
  .btn:hover{
    background-color: #fff;
    border:1px solid #f38121;
    color:#000;
    border-radius:2rem;
  }
  .logo {
    font-size: 1.5rem;
  }
  .logo img{
    /* width: 35%; */
    width:258px;
  }
  .navbar {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
  }
  .navbar .main-menu {
    display: flex;
  }
  .main-menu li a {
    display: inline-block;
    padding: 10px 20px;
    font-size:1.6rem;
  }
 .navbar .main-menu li a{
    color:#000;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
 }
  .menu-btn {
    display: none;
  }

  .about-us .mission-vision{
   margin-bottom: 3rem;
  }

  
  @media screen and (max-width: 768px) {
    .header{
      top:0px !important;
    }
    .header .row{
      width:100%;
      border-radius:0 !important;
      padding:15px I !important
    }
    .logo img{
      width: 270px;
    }
    .main-menu {
      position: absolute;
      top: 80px;
      left: 0;
      width: 100%;
      /* height: 100%; */
      flex-direction: column;
      background-color: #fff;
      transition: 0.5s all ease;
      /* visibility: hidden; */
      display: none;
      align-items: center;
      transform: translateX(-800px);
      /* padding-top: 60px; */
    }
  
    .main-menu.show {
      transform: translateX(0px);
      transition: 0.5s all ease;
    }
    .main-menu li a {
      margin-bottom: 10px;
      display: block;
    }
    .menu-btn {
      display: block;
      position: absolute;
      color: #000;
      top: 10px;
      right: 30px;
      font-size: 4rem;
    }
  }
  .header{
    position: fixed;
    top:0;
    z-index: 999;
    width: 100%;
    top:40px;
  }
  /* .header .row {
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    position: relative;
    padding: 15px 36px;
    border-radius: 41px;
    transition: width ease 0.7s;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
} */
.header.page{
  position: fixed;
  top:0;
  z-index: 999;
  width: 100%;
  top:0;
}
.header .row {
  /* background: rgba(255, 255, 255, 0.8); */
  background: #fff;
  z-index: 9999;
  position: relative;
  padding: 15px 36px;
  border-radius: 40px;
  width: 100%;
  transition: width ease 0.7s;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
}
h2{
    color:#f38121;
    font-size:3.2rem;
    text-align: center;
    margin-bottom: 3rem;
}
p{
    color:#000;
    font-size:1.6rem;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 500;
}
  .banner{
    /* height:100vh; */
    position: relative;
    padding-top: 8rem;
  }
  .banner img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .slick-list{
    height:100%;
  }
  .banner .slick-dots{
    bottom:15px;
    z-index: 999;
  }
  .banner:before {
    position: absolute;
    content: "";
    /* background: rgb(147,78,19,0.6); */
    /* background: rgba(30, 67, 155, 0.4); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.banner:after {
    position: absolute;
    content: "Anegan Pharmaceuticals";
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    z-index: 1;
    /* color:#f38121; */
    color:#fff;
    font-size:3rem;
    font-weight:bold;
}

.banner-item{
    position: relative;
}

.banner-item .banner-content{
    position: absolute;
    top: 35%;
    left: 30%;
    transform: translateY(-50%);
    z-index: 99999999;
}

.banner-item .banner-content h2{
    color:#fff;
    font-size:62px;
    z-index: 99999999;
    display: none;
}
section.section{
    margin:7rem 0;
}
.who-we-are{
    width:100%;
    margin: 0 auto;
}

.who-we-are h2{
    color:#f38121;
    font-size:3.2rem;
    text-align: center;
    margin-bottom: 3rem;
}
.who-we-are p{
    color:#000;
    font-size:1.6rem;
    line-height: 1.6;
    text-align: center;
}

.mission-vision {
  display: flex;
  flex-direction: column;
}

.mission-vision .mission,
.mission-vision .vision {
  width: 100%;
  padding: 7rem 3rem;
  color: #ffffff;
}

.mission-vision .mission {
  background-color: #f48221;
}

.mission-vision .vision {
  /* background-color: #1e449bc2; */
  background-color: #1e439b;
}

.mission-vision h2,
.mission-vision p {
  color: #ffffff;
}
.product-section .our-products .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 70px;
    margin-bottom: 7rem;
}
.our-products .row .product{
  margin: 0 auto;
}
.our-products .row .product h3{
  
    text-align: center;
    margin-top: 30px;
    text-transform: capitalize;
    font-size: 2rem;

}
.our-products img{
    width:80%;
    margin:0 auto;
}
.btn-container{
    text-align: center;
}

.section.product-section{
  padding-top:8rem;
}

.footer{
  padding:3rem 3rem;
  /* background-color: #1e449bc2; */
  background-color: #1e439b;
}
.footer .footer-links{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  color:#fff;
  font-size: 20px;
}
.footer .footer-links li{
  text-align: center;
  margin-bottom: 20px;
}
/* slick buttons */
.slick-prev, .slick-next {
  background-color: #ffffff; /* Background color */
  border-radius: 50%;        /* Optional: Make arrows circular */
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1e439b;            /* Arrow color */
  z-index: 1;                /* Ensure arrows appear on top of the slider */
}

.slick-prev:hover, .slick-next:hover {
  /* background-color: #d16e1c; Optional: Darken background on hover */
  /* color: #14326e;            Optional: Darken arrow on hover */
}

/* Positioning the arrows */
.slick-prev {
  left: -45px;               /* Adjust left arrow position */
}

.slick-next {
  right: -45px;              /* Adjust right arrow position */
}

/* Ensuring arrow icons inherit color */
.slick-prev:before, .slick-next:before {
  color: #f48221;            /* Arrow icon color */
  font-size: 40px;           /* Adjust size if needed */
}


/* Mobile Product page */
.section.product-section{
  /* padding:0 15px; */
}
.section.product-section .row{
  gap:30px;
  width:100%;
}
/* Individual product card styling */
.section.product-section .product {
  background-color: #fbfbfb;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%; /* Adjust width as needed */
  text-align: center;
  transition: transform 0.3s ease;
}

.section.product-section .product:hover {
  transform: translateY(-5px);
}

/* Image styling */
.section.product-section .product img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  aspect-ratio: 3 / 5;
  object-fit: cover; /* Ensures the image fills the aspect ratio box */
  display: block;
  border-bottom: 1px solid #f0f0f0;
  object-fit: contain;
}

/* Optional: Styling for h3 if you decide to display the product name */
.section.product-section .product h3 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  margin-top: 0;
}

.section.product-detail{
  padding-top:8rem;
  padding-left: 15px;
  padding-right: 15px;
}
.section.product-detail h1{
  font-size:5rem;
  color:#f38121;  
  text-align: center;
}

.section.product-detail .product-detail-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section.product-detail .product-detail-container .product-info h3{
  font-size:3rem;
  color:#1e439b;
}
.section.product-detail .product-detail-container .product-info ul{
  list-style: none;
  font-size: 1.6rem;
}

.section.product-detail .product-detail-container .product-info li{
  margin-bottom: 2rem;
}
.about-us .row{
  @media  screen and  (min-width:768px){    
    width:60%;
  }
}
.about-us h1{
  margin-bottom: 30px;
}
.about-us ul li{
  font-size: 1.6rem;
  color:#000;
  line-height: 2;
  margin-bottom: 2.5rem;
}
.about-us .about-us-container{
  @media  screen and  (min-width:768px){    
    display: flex;
    gap:30px;
    align-items: flex-start;
  }
}
.about-us .about-us-container img{
  width: 100%;
  @media  screen and  (min-width:768px){    
  width: 40%;
  object-fit: contain;
  }
}
.about-us .about-us-container .highlight-blue{
  color:#1e439b;
  font-weight: 700;
}

section.section.contact{
  min-height: calc(100vh - 224px); 
}
.contact-container{
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom:3rem;
  @media  screen and  (min-width:768px){    
    flex-direction: row;
    }

}
.contact-container .contact-block{
  width: 50%;
}
.contact-block {
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  border-radius: 5px;
  background: #36508f;
  color: #fff;
}
.contact-block p{
  /* position: relative; */
}
.contact-block p,
.contact-block a{
  color:#fff;
}
.contact-block {
  position: relative;
  background-color: #2c4a7a; /* Adjust color to match your design */
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
}

.contact-block a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 2rem;
}

.contact-block a .fa-envelope, 
.contact-block a .fa-mobile {
  margin-right: 8px;
}

.contact-block.email-address a {
  color: white; /* Adjust color for email link */
}

.contact-block.phone-number a {
  color: white; /* Adjust color for phone link */
}
.phone-number img{
  width:100%;
}

.contact-container > div{
  width: 100%;
  @media  screen and  (min-width:768px){    
    width: 50%;
    }
}

.contact-container .email-address p{
text-align: left;
}
.map-container iframe{
  width:100%;
}
.map-container{
  margin-bottom: 7rem;
}

.career-container{
  display: flex;
  flex-direction: column-reverse; 
  @media  screen and  (min-width:768px){  
    flex-direction: row;
    gap:50px;
    align-items: center;
  } 
}
.career-container h3{
  font-size: 3rem;
  margin:3rem 0;
  text-align: center;
  color:#1e439b;
}
.career-container p{
  margin-bottom: 2rem;
}
.career-container > div{
  width: 100%;
}
.career-container  div img{
  width:100%;
  height:150px;
  object-fit: cover;
  @media  screen and  (min-width:768px){  
    height:unset;
    border-radius: 20px;
  }
}

.our-products .slider.row{
  width: 70%;
  @media screen and (min-width:768px) {
    width:60%;
  }
}










/* ///////////////////////  Desktop Styles ///////////////// */
@media screen and (min-width:768px){
  .header .row {
    /* background: rgba(255, 255, 255, 0.8); */
    background: #fff;
    z-index: 9999;
    position: relative;
    padding: 15px 36px;
    border-radius: 40px;
    width: 80%;
    transition: width ease 0.7s;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
  }
  .header.page .row{
    width:100%;
    border-radius:0;
  }
  .banner{
    height:100vh;
    position: relative;
    padding-top: unset;
  }
  .banner:after {   
    font-size:62px;
  }
  section.section.who-we-are-section{
    margin-top: 0;
  }
  .who-we-are{
    width:50%;
    margin: 0 auto;
  }
  .mission-vision {
    flex-direction: row;
  }
  .mission-vision .mission,
.mission-vision .vision {
  width: 50%;
  color: #ffffff;
}

 .our-products .row {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  row-gap: 70px;
  column-gap:30px;
  margin-bottom: 7rem;
  width:60%;
}
.our-products img{
  width:unset;
  margin: 0 auto;
}
/* Product page */
.section.product-section .our-products .row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 70px;
  column-gap:30px;
  margin-bottom: 7rem;
  width:60%;
}
.section.product-section{
  padding-top:8rem;
}

/* Individual product card styling */
.section.product-section .product {
  background-color: #fbfbfb;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  min-width: 300px; /* Adjust width as needed */
  text-align: center;
  transition: transform 0.3s ease;
}

.section.product-section .product:hover {
  transform: translateY(-5px);
}

/* Image styling */
.section.product-section .product img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  aspect-ratio: 3 / 5;
  object-fit: cover; /* Ensures the image fills the aspect ratio box */
  display: block;
  border-bottom: 1px solid #f0f0f0;
  object-fit: contain;
}

/* Optional: Styling for h3 if you decide to display the product name */
.section.product-section .product h3 {
  padding: 10px;
  font-size: 16px;
  color: #333;
  margin-top: 0;
}
/* end Product page */




}