@font-face {
  font-family: "Rammetto One";
  src: url("font/RammettoOne-Regular.woff2") format("woff2"),
    url("font/RammettoOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* git check */

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0px;
}

.my-heading {
  font-family: "Rammetto One", cursive;
}

.site-header {
  background: #fff;
  padding: 30px 0px 30px 0px;
}

.container-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 151px;
  padding-right: 151px;
  gap: 127px;
}
.logo img {
  height: 60px;
  width: 344px;
}

.nav-menu ul {
  list-style: none;
  display: flex;
  gap: 67px;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #0a2146;
  font-weight: 600;
  font-size: 20px;
  font-family: "Montserrat";
}

.nav-menu a.btn-contact-header {
  background: #d60000;
  color: #fff;
  padding: 13px 30px 13px 30px;
  border-radius: 30px;
  /* margin-left: 150px; */
}

/* ----- Header Hamburger Menu  CSS ---  */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: all 0.3s ease;
}

/* Hamburger Active Animation */
.menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Home page style */

section.hero {
  display: flex;
  padding-left: 151px;
  padding-right: 151px;
  justify-content: center;
  height: 520px;
  padding-bottom: 117px;
}

.hero-image {
  /* height: 508px; */
  width: 600px;
}

.hero-image img {
  width: 806px;
  height: auto;
}

.hero-content h1 {
  font-family: "Rammetto One";
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 508px;
  margin: 0;
  padding-top: 134px;
  padding-bottom: 60px;
}

.hero-content p {
  margin: 0;
}

strong {
  color: red;
  font-weight: 300;
}

.btn-primary {
  background: #d60000;
  color: #fff;
  padding: 15px 53px 16px 53px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* home page services-section-start-here */

.services-section {
  /* background: #dce6f3; */
  background: url("/images/services-bg.png") no-repeat center/cover;
  text-align: center;
  padding: 60px 20px;
  font-family: "Montserrat", sans-serif;
}

/* .services-divider svg {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: -2px;
} */

.services-section .subtitle {
  font-size: 18px;
  color: #10325f;
  margin: 0px;
  padding-top: 100px;
  padding-bottom: 53px;
  font-family: "Montserrat";
  width: 759px;
}

.services-section .main-title {
  /* font-size: 30px;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 44px;
    color: #10325F; */
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #10325f;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 100px;
  padding-bottom: 131px;
}

.service-item {
  max-width: 140px;
}

.service-item img {
  width: 141px;
  height: 141px;
  margin: 0px;
}

.service-item h3 {
  font-size: 24px;
  font-weight: bold;
  color: #0d2b56;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.services-box {
  display: flex;
  justify-content: center;
  gap: 48px;
}

section.inner-pages {
  padding-left: 151px;
  padding-right: 151px;
}

.services-box-content img {
  width: 335px;
  height: 263px;
  margin: 0px;
}

.services-box1-content a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 36px 76px 46px 76px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  background-color: #d60000;
  font-family: "Rammetto One";
}
/* .services-box1-content a:hover{
    position:relative;
    z-index:1;
} */
.services-box2-content a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 36px 76px 46px 76px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  background-color: #d60000;
  font-family: "Rammetto One";
}

.services-box3-content a {
  display: block;
  margin: 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  padding: 36px 76px 46px 76px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: white;
  background-color: #d60000;
  font-family: "Rammetto One";
}

.services-box3-content img {
  display: block;
  width: 335px;
  height: 263px;
}
.services-box2-content img {
  display: block;
  width: 335px;
  height: 263px;
}
.services-box1-content img {
  display: block;
  width: 335px;
  height: 263px;
}

.services-box1-content {
  position: relative;
  top: -50px;
}

.services-box2-content {
  position: relative;
  top: -50px;
}

.services-box3-content {
  position: relative;
  top: -50px;
}

.services-btm-content-img img {
  width: 545px;
  height: 642px;
  position: relative;
  top: -40px;
}

section.services-btm {
  display: flex;
  align-items: center;
  position: relative;
  top: -30px;
}
.services-btm-content {
  background-color: #0a2146;
  height: 510px;
  width: 100%;
  margin: 0px;
  position: relative;
  top: 24px;
}

.services-btm-content h3 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  margin: 0;
  padding-left: 73px;
  padding-top: 73px;
  padding-bottom: 30px;
}

.services-btm-content p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-left: 73px;
  /* padding-top: 30px; */
  color: white;
  line-height: 1.6;
  font-family: "Montserrat";
}

.services-btm-content ul li {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-left: 35px;
  /* padding-top: 30px; */
  color: white;
  line-height: 1.6;
  font-family: "Montserrat";
}

.services-btm-content .services-btm-txt-content {
  padding-bottom: 73px;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding-left: 73px;
  /* padding-top: 30px; */
  color: white;
  line-height: 1.6;
  font-family: "Montserrat";
}

.services-btm-content ul {
  padding-left: 110px;
}

.latest-blogs {
  text-align: center;
  padding: 50px 20px;
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  color: #c62828;
  /* margin-bottom: 30px; */
  margin: 0;
  padding-bottom: 43px;
  font-family: "Rammetto One";
}

.blogs-grid {
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.blog-card {
  width: 335px;
  background: #fff;
  /* border-radius: 8px; */
  /* overflow: hidden; */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

.blog-card img {
  width: 335px;
  height: 229px;
  object-fit: cover;
}

.blog-content {
  /* padding: 15px; */
  text-align: left;
  flex-grow: 1;
  background-color: #ccd9e8;
  padding-left: 34px;
  padding-right: 18px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-content h3 {
  font-size: 20px;
  font-family: "Rammetto One";
  color: #10325f;
  margin: 0;
  padding-top: 31px;
  padding-bottom: 48px;
  font-weight: 400;
  line-height: 28px;
}

.blog-content p {
  font-size: 18px;
  color: #10325f;
  /* margin-bottom: 15px; */
  margin: 0;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 54px;
  font-family: "Montserrat";
}

.read-more {
  display: inline-block;
  padding: 8px 16px;
  background: #2a64b2; /* blue button */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;

  position: absolute;
  left: 23%;
  right: 0;
  width: 160px;
  /* border: 10px; */
  text-align: center;
  bottom: -20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
}

.services-hero-facility h1 {
  font-family: "Rammetto One";
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
  padding-bottom: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
}

.read-more:hover {
  background: #1a4a88;
}


/* call out section */
.call-out {
    width: 100%;
    justify-items: center;
}

.call-out-bg{
  
   /* background: linear-gradient(lab(21 23.07 -61.02 / 0.6), rgb(0 69 149 / 60%)), url(/images/call-out-bg.png) center no-repeat; */
border-radius: 20px;
  height: 344px;
      background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 72%;
}

.call-out-bg h2{
  font-family: "Rammetto One";
font-size: 30px;
font-weight: normal;
line-height: 40px;
font-style: normal;
text-align: center;
color: #ffffff;
margin: 0;
}


.call-out-bg p{
  font-family: "Montserrat";
font-size: 24px;
font-weight: bold;
font-style: normal;
text-align: center;
color: #ffffff;
width: 815px;
}

.scroll-btn{
  font-family: "Montserrat";
font-size: 20px;
font-weight: bold;
font-style: normal;
text-align: left;
color: #ffffff;
border-radius: 28px;
padding: 12px 20px;
cursor: pointer;
background: #d60000;
border: none;
}


/* service page style */

/* .services-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/images/services-hero.png") no-repeat center center;
  background-size: cover;
  height: 870px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.services-hero h1 {
  font-family: "Rammetto One";
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  width: 740px;
  padding-bottom: 160px;
}

.services-hero img {
  position: relative;
  top: -350px;
  left: -273px;
}
.services-hero-heading h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  color: white;
  line-height: 70px;
  width: 830px;
  text-align: center;
  padding-top: 257px;
  padding-bottom: 263px;
  font-family: "Rammetto One";
}

.services-hero-content {
  /* background: url("/images/services-hero-content-bg.png") no-repeat center/cover; */
  justify-items: center;
  margin-top: -265px !important;
  height: 490px;
}

.hero-content-subtitle p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  width: 960px;
  font-family: "Montserrat", sans-serif;
  /* text-transform: uppercase; */
  padding-top: 208px;
  padding-bottom: 150px;
}

/* --- Canning --- */
.container-canning-heading {
  background-color: #114a8d;
  justify-items: center;
  height: 28px;
  margin: 0;
}

.container-canning-heading h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 335px;
  background-color: #10325f;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.container-canning-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-canning-content p {
  width: 744px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  padding-top: 90px;
}

/* --- Bottling --- */
.bottles {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 100px;
}

.bottle {
  background: url("/images/botl_16oz.png") no-repeat center center;
  width: 230px;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  /* position: absolute;
      left: 369px; */
  margin-left: -400px;
}
.bottle-01 {
  background: url("/images/botl_12oz.png") no-repeat center center;
  width: 171px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 625px;
  top: 42px;
}
.bottle-02 {
  background: url("/images/botl_12.png") no-repeat center center;
  width: 164px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 774px;
  top: 135px;
}
.bottle-03 {
  background: url("/images/botl_7.5oz.png") no-repeat center center;
  width: 78px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 484px;
  top: 178px;
}

/* --- Bottling Section 2 --- */
.liter-01 {
  /* background: url("/images/one-liters.png") no-repeat center center; */
  width: 354px;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 519px;
  top: 48px;
}
.liter {
  /* background: url("/images/two-liters.png") no-repeat center center/ cover; */
  width: 395px;
  height: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  margin-left: -518px;
}

.liter-02 {
  /* background: url("/images/0.5-liters.png") no-repeat center center; */
  width: 329px;
  height: 370.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 700px;
  top: 73px;
}

.liter-03 {
  /* background: url("/images/250ml.png") no-repeat center center; */
  width: 84px;
  height: 281px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 466px;
  top: 128px;
}
/* --- Alcoholic Beverages --- */
.alcoholic {
  background-color: #ff4139;
  justify-items: center;
  height: 28px;
  margin: 0 0 100px 0;
}

.alcoholic h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 741px;
  background-color: #d60000;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.alcoholic p {
  width: 634px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  padding-top: 41px;
}
.alcoh-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  justify-self: center;
  /* width: 623px; */
}
/* .alcoh-list ul {
  font-family: "Rammetto One";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 400px;
} */

    .alcoh-list {
      max-width: 700px;
      margin: 0 auto;
    }

    .alcoh-list ul {
      font-family: "Rammetto One";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #10325f;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      padding: 0;
      margin: 20px 0;
      padding-left: 60px;
    }
.licensed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.licensed p {
  width: 623px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
}
/* --- Factory Section --- */
.main-ft-div {
  display: flex;
  align-items: center;
}
.fet-img {
  width: 580px !important;
  height: 453.7px;
  position: relative;
  overflow: hidden;
}
.fect-content {
  background-color: #10325f;
  padding: 67px 84px;
  height: 319px;
  width: 810px;
  /* position: relative;
  z-index: 1; */
}
.fect-content h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}

.fect-content ul li {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}

/* --- Package Configurations --- */

.packages {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 200px;
}

.packages1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.packages img {
  width: 170px;
  height: 131px;
}

.packages1 img {
  width: 170px;
  height: 131px;
}

.packages p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 38px;
}

.packages1 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 38px;
}
.Configurations {
  background-color: #ccd9e8;
  justify-items: center;
  height: 28px;
  margin: 0;
}
.Configurations h2 {
  background-color: #386ca8;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 539px;
  /* background-color: #10325f; */
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Configurations p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 744px;
}

/* --- tray ---- */

.Tray {
  background-color: #ccd9e8;
  justify-items: center;
  height: 28px;
  margin: 0;
}

.Tray h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 669px;
  background-color: #10325f;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Tray p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 667px;
  padding-top: 50px;
}

.tray-imgs {
  display: flex;
  justify-content: center;
  padding-top: 265px;
}

.group-img img {
  width: 563px;
  position: relative;
  top: -35px;
  left: 40px;
}

.bottle-img img {
  width: 278px;
}

.box-img img {
  width: 278px;
  position: relative;
  top: 14px;
}

.cta-services {
  padding: 60px 150px 60px 150px;
  justify-items: center;
}

.cta-btn-services {
  width: 1066px;
  height: 230.4px;
  justify-items: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #d60000;
}

.cta-btn-services p {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.cta-btn-services a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #10325f;
  border-radius: 28px;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 15px 38px 15px 38px;
}

/* facilty page css */

.services-hero-01 {
  /* background: url('/images/bd-image-01.png') no-repeat center/cover; */
  justify-items: center;
  margin-top: -127px;
  padding: 191px 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-content-subtitle-10 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hero-content-subtitle-10 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Rammetto One", sans-serif;
  color: #10325f;
  width: 60%;
}
.ft-p-001 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  font-family: "Montserrat", sans-serif;
  color: #10325f;
  width: 52%;
}
/* Top Section */
.top-section {
  display: flex;
  align-items: stretch;
}

.top-section .left {
  flex: 0;
}

.top-section .left img {
  width: 540px;
  height: 100%;
  object-fit: cover;
}

.top-section .right {
  flex: 1;
  background: #14316c;
  color: #fff;
  padding: 83px 79px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-section .right h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Rammetto One";
}

.top-section .right p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  width: 552px;
}
.list101 {
  padding-left: 65px;
}

.top-section .right ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 76%;
}

.top-section .right ul li {
  width: 50%;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

/* Middle Section (3 cards) */
.card-section {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  flex-wrap: wrap;
  background-color: #ccd9e8;
  margin-top: -75px;
}

.card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.card img {
  width: 50px;
  margin-bottom: 15px;
}

.card p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #10325f;
  width: 297.5px;
}
/* --------card-3 css----------- */
.card-3 {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  flex: 1;
  min-width: 250px;
  max-width: 320px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.card-3 img {
  width: 147px;
  margin-bottom: 15px;
}

.card-3 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #10325f;
}

/* Bottom Section (wide card) */
.bg-cd {
  background-color: #ccd9e8;
  padding-bottom: 50px;
}
.wide-card {
  display: flex;
  align-items: center;
  background: #fff;
  margin: 40px;
  padding: 52px 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 71.69%;
  gap: 60px;
}

.wide-card img {
  width: 137px;
  margin-right: 20px;
}

.wide-card-content {
  flex: 1;
}

.wide-card-content h3 {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
}

.wide-card-content p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
  width: 747px;
}
.cle-list1 {
  display: flex;
  padding-top: 37px;
  align-items: center;
  gap: 68px;
  padding-left: 35px;
}
.wide-card-content ul {
  padding: 0;
  margin: 0;
}

.wide-card-content ul li {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
}
/* ------Certifications section css----------- */
.crft-sec {
  padding-bottom: 61.5px;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.certif h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
}

.certif {
  width: 335px;
  height: 106.4px;
  background: #386ca8;
  border-radius: 0px 0px 20px 20px;
}

.fssc p {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #10325f;
  width: 858px;
  padding-bottom: 39px;
  padding-top: 53px;
}

.aib-img {
  width: 189.9px;
}

img {
  width: 133.7px;
}

.img-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 137px;
}
/* -------We tack section css-------- */
.we-take-sec {
  padding-bottom: 80px;
}
.main {
  display: flex;
  align-items: center;
}

.let-div-2 {
  background-color: #d60000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 427px;
}

.let-div-2 h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  width: 385px;
  margin-left: -70px;
}

.right-div-image {
  width: 50%;
}
.right-div-image img {
  width: 100%;
  height: 426px;
}
/* ---------4cards div css ------------*/
.card-div-20 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 0px 120px;
  margin-top: -50px;
}

.card1-0 {
  background-color: #ccd9e8;
  border-radius: 20px;
  padding: 0px 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 244px;
  height: 249.3px;
}

.card1-0 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #10325f;
}

.card1-0 img {
  width: 91px;
}
/* ------------pure northwest water section css----- */
.main-23 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.let-div-08 {
  background-color: #386ca8;
  width: 50%;
  height: 499px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.right-div-image09 {
  width: 50%;
}

.right-div-image09 img {
  width: 100%;
}

.let-div-08 h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  width: 456px;
}

.let-div-08 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  width: 459px;
}
/* -------quality section css--------- */

.quality-sec {
  padding: 86px 0px 48px 0px;
}
.qh h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 40px;
}

.quality {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hq h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #10325f;
}

.card-quality {
  width: 353px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.blog-cont {
  background-color: #ccd9e8;
  padding-left: 34px;
  padding-right: 18px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.card-quality img {
  width: 351px;
  margin: 0;
}

.blog-cont h3 {
  font-family: "Rammetto One";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
  padding: 31px 0px 13px 0px;
}

.blog-cont p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
  padding-bottom: 40px;
}

.blog-cont a button {
  display: inline-block;
  padding: 8px 16px;
  background: #2a64b2;
  color: #fff;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  border-radius: 20px;
  text-decoration: none;
  transition: background 0.3s;
  width: 160px;
  text-align: center;
  bottom: -20px;
  padding: 11px 23px 11px 23px;
  border-radius: 30px;
  border: none;
  margin-bottom: -19px;
}

.btnn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* services page style */

.services-hero {
  /* background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/images/services-hero.png") no-repeat center center; */
  background-size: cover;
  height: 870px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-hero img {
  position: relative;
  top: -350px;
  left: -273px;
}
.services-hero-heading h1 {
  margin: 0;
  font-size: 50px;
  font-weight: 400;
  color: white;
  line-height: 70px;
  width: 830px;
  text-align: center;
  padding-top: 257px;
  padding-bottom: 263px;
  font-family: "Rammetto One";
}

.services-hero-content {
  background: url("/images/services-hero-content-bg.png") no-repeat center/cover;
  justify-items: center;
  margin-top: -130px;
  height: 490px;
}
/* .hero-content-subtitle p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  width: 1040px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding-top: 208px;
  padding-bottom: 150px;
} */

/* --- Canning --- */
.container-canning-heading {
  background-color: #114a8d;
  justify-items: center;
  height: 28px;
  margin: 0;
}

.container-canning-heading h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 335px;
  background-color: #10325f;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.container-canning-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-canning-content p {
  width: 744px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  padding-top: 90px;
}

/* --- Bottling --- */
.bottles {
  display: flex;
  justify-content: center;
  /* gap: 20px; */
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 100px;
}

.bottle {
  background: url("/images/botl_16oz.png") no-repeat center center;
  width: 230px;
  height: 365px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  /* position: absolute;
      left: 369px; */
  margin-left: -400px;
}
.bottle-01 {
  background: url("/images/botl_12oz.png") no-repeat center center;
  width: 171px;
  height: 287px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 625px;
  top: 42px;
}
.bottle-02 {
  background: url("/images/botl_12.png") no-repeat center center;
  width: 164px;
  height: 191px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 774px;
  top: 135px;
}
.bottle-03 {
  background: url("/images/botl_7.5oz.png") no-repeat center center;
  width: 78px;
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 484px;
  top: 178px;
}

/* --- Bottling Section 2 --- */
.liter-01 {
  /* background: url("/images/one-liters.png") no-repeat center center; */
  width: 354px;
  height: 398px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 25px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 519px;
  top: 48px;
}
.liter {
  /* background: url("/images/two-liters.png") no-repeat center center/ cover; */
  width: 395px;
  height: 444px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  margin-left: -518px;
}

.liter-02 {
  /* background: url("/images/0.5-liters.png") no-repeat center center; */
  width: 329px;
  height: 370.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 700px;
  top: 73px;
}

.liter-03 {
  /* background: url("/images/250ml.png") no-repeat center center; */
  width: 84px;
  height: 281px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 900;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 466px;
  top: 128px;
}
/* --- Alcoholic Beverages --- */
.alcoholic {
  background-color: #ff4139;
  justify-items: center;
  height: 28px;
  margin: 0 0 100px 0;
}

.alcoholic h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 741px;
  background-color: #d60000;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.alcoholic p {
  width: 634px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  padding-top: 41px;
}
.alcoh-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  justify-self: center;
  width: 623px;
}
/* .alcoh-list ul {
  font-family: "Rammetto One";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 400px;
} */
.licensed {
  display: flex;
  justify-content: center;
  align-items: center;
}
.licensed p {
  width: 623px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
}
/* --- Factory Section --- */
.main-ft-div {
  display: flex;
  align-items: center;
}
.fet-img {
  width: 484px;
  height: 453.7px;
  position: relative;
  overflow: hidden;
}
.fect-content {
  background-color: #10325f;
  padding: 67px 84px;
  height: 319px;
  /* position: relative;
  z-index: 1; */
}
.fect-content h2 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}

.fect-content ul li {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #ffffff;
}

/* --- Package Configurations --- */

.packages {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 200px;
}

.packages1 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.packages img {
  width: 170px;
  height: 131px;
}

.packages1 img {
  width: 170px;
  height: 131px;
}

.packages p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 38px;
}

.packages1 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 38px;
}
.Configurations {
  background-color: #ccd9e8;
  justify-items: center;
  height: 28px;
  margin: 0;
}
.Configurations h2 {
  background-color: #386ca8;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 539px;
  /* background-color: #10325f; */
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Configurations p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 744px;
}

/* --- tray ---- */

.Tray {
  background-color: #ccd9e8;
  justify-items: center;
  height: 28px;
  margin: 0;
}

.Tray h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  color: white;
  text-align: center;
  font-family: "Rammetto One";
  width: 669px;
  background-color: #10325f;
  padding: 27px 19px 39px 19px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.Tray p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 667px;
  padding-top: 50px;
}

.tray-imgs {
  display: flex;
  justify-content: center;
  padding-top: 265px;
}

.group-img img {
  width: 563px;
  position: relative;
  top: -35px;
  left: 40px;
}

.bottle-img img {
  width: 278px;
}

.box-img img {
  width: 278px;
  position: relative;
  top: 14px;
}

.cta-services {
  padding: 60px 150px 60px 150px;
  justify-items: center;
}

.cta-btn-services {
  width: 1066px;
  height: 230.4px;
  justify-items: center;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #d60000;
}

.cta-btn-services p {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  text-align: center;
}

.cta-btn-services a {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #10325f;
  border-radius: 28px;
  background: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 15px 38px 15px 38px;
}

/* contact page style */

.contact-hero {
  background: url("/images/services-hero-content-bg.png") no-repeat center
    center/cover;
  height: 453px;
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-hero-heading h1 {
  font-family: "Rammetto One";
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-bottom: 15px;
}

.contact-hero-heading p {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  width: 913px;
}

.contact-info {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  gap: 100px;
  padding: 90px 150px 250px 150px;
  background-color: #ccd9e8;
  margin-bottom: -156px;
}

.contact-info-content img {
  width: 300px;
  padding-bottom: 40px;
}

.map img {
  width: 659px;
  height: 430px;
}

.contact-info-content p {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 290px;
  margin: 0;
  padding-bottom: 20px;
}

p.main-office {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

/* contact form style */

section.contct-from-detail {
  background-color: #ccd9e8;
  margin-top: -2px;
}

.contact-section {
  max-width: 948px;

  justify-self: center;
  padding: 48px 61px;
  background-color: #ffff;
}

.form-group.select-wrapper {
  width: 944px;
}

.contact-section h2 {
  font-family: "Rammetto One";
  color: #1b4f91;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.form-group {
  width: 916px;
  position: relative;
}

.form-row {
  display: flex;
  gap: 50px;
  width: 916px;
}

.form-row .form-group {
  flex: 1;
}

input,
select,
textarea {
  width: 100%;
  padding: 15px 15px;
  font-size: 15px;
  border: 2px solid #d6e2f1;
  border-radius: 25px;
  outline: none;
  transition: border-color 0.3s;
  appearance: none;
}

textarea {
  resize: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #1b4f91;
}

/* Custom dropdown arrow */
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: "↓";
  font-size: 15px;
  color: #ffff;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  background-color: #10325f;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
}

.submit-btn {
  background: #e60000;
  color: #fff;
  font-size: 15px;
  padding: 10px 25px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  align-self: flex-start;
  transition: background 0.3s;
}

.submit-btn:hover {
  background: #c40000;
}

/* insights and news */

.blog-hero h1 {
  font-family: "Rammetto One";
  font-size: 50px;
  font-weight: normal;
  line-height: 70px;
  font-style: normal;
  text-align: center;
  color: #10325f;
  margin: 0;
  padding-top: 210px;
}

section.insight-content {
  padding: 100px 150px 60px 150px;
}

/* blog single page style */

.blog-hero {
  background: url("/images/services-hero-content-bg.png") no-repeat center
    center/cover;
  height: 453px;
  width: 100%;
}
.blog-content-area {
  padding: 100px 151px 220px 151px;
  background-color: #ccd9e8;
  margin-bottom: -156px;
  margin-top: -330px;
}
.blog-title-and-img {
  display: flex;
  background-color: white;
  padding: 67px 82px;
  justify-content: space-between;
}
.blog-title-and-img img {
  width: 424px;
  margin-left: -82px;
  border-radius: 0px 15px 15px 0px;
}

.blog-title-and-img h1 {
  font-family: "Rammetto One";
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  font-style: normal;
  text-align: left;
  color: #10325f;
  width: 390px;
}

.blog-content-araea {
  background: #fff;
  padding: 0 82px;
}

img.blog-body-img {
  float: right;
  width: 335px;
  height: 220px;
  object-fit: cover;
  padding-left: 61px;
}

.blog-content-araea p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  padding-bottom: 30px;
  margin: 0;
}
.blog-content-araea strong {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  text-align: left;
  color: #10325f;
}
.taste {
  display: flex;
  background: #fff;
  padding: 0 82px;
  justify-content: space-between;
}

.single-post-image img {
  width: 335px;
  height: 291px;
}

.quality-00 {
  width: 504px;
}

.quality-00 p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
}

.quality-00 strong {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  text-align: left;
  color: #10325f;
}

.working-whit-noel {
  background: #fff;
  padding: 0 82px;
  padding-bottom: 81px;
  margin-top: -80px;
}
.working-whit-noel p {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  text-align: left;
  color: #10325f;
  margin: 0;
  padding-top: 42px;
}
.reach-out-today {
  border-color: #707070;
  border-width: 1px;
  border-style: solid;
  border-radius: 20px;
  background: #10325f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.reach-out-today p {
  font-family: "Rammetto One";
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  font-style: normal;
  text-align: center;
  color: #ffffff;
  padding: 32px 105px;
  width: 689px;
}
.back-to-all {
  display: flex;
  justify-content: center;
  align-items: center;
}
.back-to-all a button {
  border-radius: 28px;
  background: #d60000;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: left;
  color: #ffffff;
  border: none;
  padding: 11.5px 54.5px;
  margin-top: -20px;
}

/* footer-start */

.site-footer {
  background: #0a2146; /* dark navy */
  background: url("/images/footer-background.png") no-repeat no-repeat
    center/cover;
  color: #fff;
  padding: 209px 0px 30px 0px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-position: top;
  /* border: 1px solid black; */
}

/* .footer-wave {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url('/images/footer-background.svg') no-repeat center top;
  background-size: cover;
} */

.container-footer {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 129px;
  justify-content: center;
  padding-right: 151px;
  padding-left: 151px;
}
.footer-colums {
  display: flex;
  gap: 93px;
}

.footer-col {
  flex: 0 0 250px;
  /* margin: 15px; */
}

.footer-logo img {
  height: 48px;
  margin-bottom: 10px;
  width: 340px;
}

.footer-link {
  color: #fff;
  text-decoration: underline;
}

.footer-nav {
  list-style: none;
  /* margin: 0 0 15px 0; */
  font-size: 20px;
  margin: 0 !important;
  font-weight: bold;
  padding: 0px;
}

.footer-nav li {
  margin-bottom: 16px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.btn-contact {
  display: inline-block;
  background: #d60000;
  color: #fff;
  padding: 13px 30px 13px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin: 0px 0px 25px 0px;
}

.social-icons a img {
  width: 28px;
  margin-right: 10px;
}

.credit {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  color: #ccc;
  text-transform: uppercase;
}
.credit a {
  color: #fff;
  text-decoration: none;
}

.footer-col3 {
  display: flex;
  gap: 50px;
}

.footer-btn {
  text-align: center;
}

.footer-btm {
  padding-left: 60px;
  font-size: 18px;
  font-family: "Montserrat";
}

.footer-col2 {
  font-size: 18px;
  font-family: "Montserrat";
}
/* footer-end */

/* ----- |Header Hamburger Menu Responsive  CSS ---- */
@media (max-width: 1024px) {
  /*------ Services Page Style Responsive  ----- */

  .services-hero {
    height: 620px;
  }
  .group-img img {
    width: 453px;
  }
  .cta-btn-services {
    width: 1000px;
  }
  .bottle-01 {
    left: 40% !important;
  }
  .bottle-02 {
    left: 55% !important;
  }
  .bottle-03 {
    right: 19% !important;
  }
  .liter-01 {
    left: 239px;
  }
  .liter-02 {
    left: 400px;
  }
  .liter-03 {
    right: 286px;
  }

  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .left img {
    width: 100%;
    height: auto;
  }
  .top-section .right {
    padding: 50px;
  }
  .wide-card {
    width: 85%;
    gap: 30px;
  }
  .wide-card-content p {
    width: 100%;
  }
  .hero-content-subtitle-10 h2,
  .ft-p-001 {
    width: 80%;
  }
  .img-02 {
    flex-wrap: wrap;
    gap: 50px 60px;
  }
  .let-div-2 {
    height: auto;
    padding: 30px;
  }
  .right-div-image img {
    height: auto;
  }
  .card1-0 img {
    width: 70px;
  }
  .card1-0 p {
    font-size: 15px;
  }
  .let-div-08 {
    height: auto;
    padding: 40px;
  }

  .logo img {
    height: auto;
    width: 200px;
    padding-left: 60px;
  }
  .site-header {
    padding: 30px;
  }

  .container-header {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: space-between;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-menu {
    display: none;
  }

  .nav-menu.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 0;
    width: 70%;
    background: #fff;
    align-items: center;
    padding: 30px 0px;
  }

  .nav-menu ul {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
}

/* 768px Breakpoint - Logo Shrink */
@media (max-width: 768px) {
  .logo img {
    max-width: 150px;
    height: auto;
    padding-left: 0px;
  }
  .nav-menu.active {
    width: 100%;
  }

  /*------ Services Page Style Responsive  ----- */

  .hero-content-subtitle p {
    width: 100%;
  }
  .alcoholic h2 {
    width: 60%;
  }
  .main-ft-div {
    flex-wrap: wrap;
  }
  .fet-img {
    width: 100% !important;
  }
  .packages {
    flex-wrap: wrap;
  }
  .packages1 {
    flex-wrap: wrap;
  }
  .tray-imgs {
    flex-wrap: wrap;
  }
  .cta-btn-services {
    width: 750px;
  }
  .bottle-01 {
    left: 30% !important;
  }
  .bottle-02 {
    left: 47% !important;
  }
  .bottle-03 {
    right: 22% !important;
  }
  .liter-01 {
    left: 97px;
  }
  .liter-02 {
    left: 240px;
  }
  .liter-03 {
    right: 209px;
  }
}
@media (max-width: 425px) {
  .logo img {
    height: auto;
    width: 200px;
    padding-left: 0px !important;
  }
  .nav-menu.active {
    width: 100%;
  }
  .services-hero-facility video{
    height: 500px;
  }
  .services-hero-facility h1{
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 90px;
    padding-top: 107px;
  }
}
/* ========== Footer Responsive CSS ========== */
/* ========== 1024px (Tablet Landscape / Small Laptop) ========== */
@media (max-width: 1024px) {
  .container-footer {
    max-width: 950px;
    gap: 30px;
    padding: 0 20px;
  }

  .footer-col,
  .footer-col2,
  .footer-col3 {
    flex: 1;
    min-width: 280px;
  }

  .footer-logo img {
    max-width: 160px;
    height: auto;
  }

  .footer-btm p {
    font-size: 14.5px;
  }

  .footer-col2 p {
    font-size: 14.5px;
  }

  .footer-nav a {
    font-size: 14.5px;
  }

  .btn-contact {
    font-size: 14.5px;
    padding: 9px 18px;
  }

  .social-icons img {
    width: 22px;
    height: 22px;
  }

  /* contact form style */

  .map img {
    width: 585px;
  }
}

@media (max-width: 992px) {
  .container-footer {
    justify-content: center;
    text-align: center;
  }
  .footer-colums {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .footer-col,
  .footer-col2,
  .footer-col3 {
    min-width: 300px;
  }

  .footer-nav {
    align-items: center;
  }

  .social-icons {
    justify-content: center;
  }
}
/* ========== 768px (Tablet Portrait) ========== */
@media (max-width: 768px) {
  .container-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 35px;
    padding: 0 20px;
  }

  /* .footer-col,
  .footer-col2,
  .footer-col3 {
    min-width: 100%;
  } */

  .footer-logo img {
    max-width: 150px;
    margin: 0 auto 10px;
  }

  .footer-btm p,
  .footer-col2 p {
    font-size: 14px;
    line-height: 1.5;
  }

  .footer-nav {
    align-items: center;
    gap: 10px;
  }

  .footer-nav a {
    font-size: 14px;
  }

  .btn-contact {
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 9px 16px;
    margin-top: 10px;
  }

  .social-icons {
    justify-content: center;
    margin-top: 10px;
  }

  .social-icons img {
    width: 22px;
    height: 22px;
  }

  .credit {
    font-size: 12.5px;
    margin-top: 10px;
  }

  /* contact from style */
  .contact-hero-heading p {
    width: 713px;
  }
  .map img {
    width: 345px;
    height: auto;
  }
  .contact-section {
    max-width: 550px;
    width: 100%;
  }
  .form-group.select-wrapper {
    width: 100%;
  }
  .form-group {
    width: 100%;
  }
  .form-row {
    width: 100%;
  }
  .submit-btn {
    width: 100%;
  }

  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section {
    flex-direction: column;
  }
  .top-section .left img {
    width: 100%;
  }
  .top-section .right {
    width: 92%;
    padding: 40px 30px;
  }
  .wide-card {
    flex-direction: column;
    text-align: center;
    width: 90%;
    gap: 20px;
    padding: 30px;
  }
  .wide-card img {
    margin: 0 auto;
  }
  .wide-card-content h3,
  .wide-card-content p {
    text-align: center;
  }
  .services-hero {
    height: 500px; /* kam height for tablets */
    padding: 0 20px;
  }

  .services-hero-heading h1 {
    font-size: 34px;
    line-height: 48px;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (max-width: 600px) {
  .site-footer {
    padding: 150px 15px 20px 40px;
  }

  .footer-logo img {
    max-width: 250px;
    height: auto;
  }

  .footer-col,
  .footer-col2,
  .footer-col3 {
    min-width: 100%;
  }

  .footer-nav a {
    font-size: 14px;
  }

  .footer-link {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  .footer-logo img {
    max-width: 140px;
    height: auto;
  }

  .footer-btm p,
  .footer-col2 p {
    font-size: 14px;
  }

  .footer-nav a {
    font-size: 14px;
  }

  .btn-contact {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}

/* ========== 450px ========== */
@media (max-width: 450px) {
    .services-hero-facility video{
    height: 500px !important;
  }
  .services-hero-facility h1{
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 90px;
    padding-top: 107px;
  }
  /*------ Services Page Style Responsive  ----- */
  .services-hero video {
    height: 500px !important;
  }
  .services-hero h1 {
    width: 100%;
    font-size: 35px !important;
    line-height: 45px;
  }
  .bottles {
    flex-direction: row;
  }
  .bottle {
    margin-left: 0px;
  }
  .bottle-01 {
    position: unset;
    margin-top: 50px;
  }
  .bottle-02 {
    position: unset;
    margin-left: -98px;
  }
  .bottle-03 {
    position: unset;
    margin-top: 32px;
  }
  .liter,
  .liter-01,
  .liter-03 {
    position: unset;
    margin-left: 0px;
  }
  .packages {
    padding-top: 240px;
  }
  .fect-content {
    padding: 20px;
  }
  .fect-content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .Configurations h2 {
    width: 70%;
    font-size: 25px;
    line-height: 35px;
  }
  .Configurations p {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .Tray h2 {
    font-size: 25px;
    line-height: 35px;
    width: 70%;
  }
  .Tray p {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .group-img img {
    width: 366px;
    padding-top: 30px;
  }
  .cta-btn-services {
    width: 400px;
  }
  .alcoh-list {
    width: 100%;
  }
  .cta-btn-services p {
    font-size: 25px;
    line-height: 35px;
  }
  .container-canning-content p {
    padding-left: 20px;
  }
  .liter-02 {
    position: unset;
    width: 100px;
    background-repeat: no-repeat;
  }

  services-hero-facility {
    background: url("/images/bd-image-01.png") no-repeat center/cover;
    justify-items: center;
    /* margin-top: -127px; */
    padding: 191px 0px;
  }

  .container-footer {
    gap: 25px;
  }
  .footer-colums {
    flex-direction: column;
    gap: 50px;
  }
  .footer-btm {
    padding-left: 0px;
  }

  .footer-logo img {
    max-width: 250px;
    height: auto;
  }

  .footer-nav {
    gap: 6px;
  }

  .footer-nav a {
    font-size: 13.5px;
  }

  .footer-btm p,
  .footer-col2 p {
    font-size: 13.5px;
  }

  .btn-contact {
    font-size: 14px;
    padding: 8px 0;
  }

  section.insight-content {
    padding: 20px;
  }
  /* contact form style */
  .form-group {
    width: 92%;
  }
  .contact-hero-heading p {
    width: 413px;
  }
  .contact-hero-heading h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .contact-info {
    flex-direction: column;
    padding: 40px 20px 150px 20px;
  }
  .contact-section {
    max-width: 290px;
    width: 100%;
  }
}

/* ========== 425px ========== */
@media (max-width: 425px) {
  /*------ Services Page Style Responsive  ----- */

  .services-hero {
    height: 620px;
  }
  .group-img img {
    width: 453px;
  }
  .cta-btn-services {
    width: 1000px;
  }
  .bottle-01 {
    left: 40% !important;
  }
  .bottle-02 {
    left: 55% !important;
  }
  .bottle-03 {
    right: 19% !important;
  }
  .liter-01 {
    left: 239px;
  }
  .liter-02 {
    left: 400px;
  }
  .liter-03 {
    right: 286px;
  }

  .site-footer {
    padding: 35px 10px 20px;
  }
  .footer-colums {
    flex-direction: column;
  }

  .footer-logo img {
    max-width: 250px;
    height: auto;
  }

  .footer-nav a {
    font-size: 13px;
  }

  .footer-btm p,
  .footer-col2 p {
    font-size: 13px;
    line-height: 1.4;
  }

  .social-icons img {
    width: 22px;
    height: 22px;
  }

  .btn-contact {
    font-size: 13px;
    padding: 8px;
  }
  /* contact form style */
  .form-group {
    width: 92%;
  }
  .contact-hero-heading p {
    width: 413px;
  }
  .contact-hero-heading h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .contact-info {
    flex-direction: column;
    padding: 40px 20px 150px 20px;
  }
  .contact-section {
    max-width: 290px;
    width: 100%;
  }
}

/* ========== 375px ========== */
@media (max-width: 375px) {
  .footer-logo img {
    max-width: 110px;
    height: auto;
  }

  .footer-btm p,
  .footer-col2 p {
    font-size: 12.5px;
  }

  .footer-nav a {
    font-size: 12.5px;
  }

  .btn-contact {
    font-size: 12.5px;
    padding: 7px;
  }

  .credit {
    font-size: 12px;
  }

  .social-icons img {
    width: 20px;
    height: 20px;
  }
}

/* =============================. responsive media queries ============================= */
/*------ Home Page CSS ----- */
@media (max-width: 1024px) {
  section.hero {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 0px;
    height: auto;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 100px;
  }

  .hero-image img {
    width: 100%;
    max-width: 600px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
    width: 100%;
    padding-top: 60px;
    text-align: center;
  }

  .services-section .subtitle {
    width: 100%;
    padding-top: 120px;
  }

  section.inner-pages {
    padding-left: 80px;
    padding-right: 80px;
  }
  .services-grid {
    gap: 50px;
  }

  .services-box {
    flex-wrap: wrap;
  }

  section.services-btm {
    flex-direction: column;
    text-align: center;
  }

  .services-btm-content h3,
  .services-btm-content p,
  .services-btm-content ul {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .left img {
    width: 100%;
    height: auto;
  }
  .top-section .right {
    padding: 50px;
  }
  .wide-card {
    width: 85%;
    gap: 30px;
  }
  .wide-card-content p {
    width: 100%;
  }
  .hero-content-subtitle-10 h2,
  .ft-p-001 {
    width: 80%;
  }
  .img-02 {
    flex-wrap: wrap;
    gap: 50px 60px;
  }
  .let-div-2 {
    height: auto;
    padding: 30px;
  }
  .right-div-image img {
    height: auto;
  }
  .card1-0 img {
    width: 70px;
  }
  .card1-0 p {
    font-size: 15px;
  }
  .let-div-08 {
    height: auto;
    padding: 40px;
  }
}

/* 992px */
@media (max-width: 992px) {
  section.hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-content h1 {
    font-size: 36px;
    line-height: 50px;
    padding-top: 40px;
  }

  .services-grid {
    gap: 50px;
  }

  .services-box {
    gap: 30px;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section {
    flex-direction: column;
  }
  .top-section .left img {
    width: 100%;
  }
  .top-section .right {
    width: 92%;
    padding: 40px 30px;
  }
  .wide-card {
    flex-direction: column;
    text-align: center;
    width: 90%;
    gap: 20px;
    padding: 30px;
  }
  .wide-card img {
    margin: 0 auto;
  }
  .wide-card-content h3,
  .wide-card-content p {
    text-align: center;
  }
  .services-hero {
    height: 500px; /* kam height for tablets */
    padding: 0 20px;
  }

  .services-hero-heading h1 {
    font-size: 34px;
    line-height: 48px;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

/* 768px */
@media (max-width: 768px) {
    .services-hero-facility video{
    height: 500px !important;
  }
  .services-hero-facility h1{
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 90px;
    padding-top: 107px;
  }
  .services-hero-01{
    margin-top: 0px;
  }
  section.hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* single blog page style */
  .blog-content-area {
    padding: 0px 20px 60px 20px;
    margin-bottom: -66px;
    margin-top: -330px;
}
.blog-title-and-img{
  flex-direction: column;
  padding: 30px 20px;
}
.blog-content-araea {
    padding: 0 20px;
}
img.blog-body-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-title-and-img img {
    width: 100%;
    margin-left: 0;
    border-radius: 15px;
}
.blog-title-and-img h1{
  width: 100%;
}
.working-whit-noel{
  padding: 0px 20px 50px 20px;
}
.reach-out-today p{
  padding: 15px;
  width: 100%;
}
.back-to-all a button{
      padding: 11.5px 24.5px;
}
/* single blog page style END */
  .hero-content h1 {
    font-size: 30px;
    line-height: 42px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .hero-image img {
    width: 100%;
    max-width: 500px;
  }

  .services-section .subtitle {
    padding: 60px 0px 0px 0px;
  }

  .services-grid {
    gap: 60px;
  }

  .services-box {
    flex-direction: column;
    align-items: center;
  }

  .services-box1-content img,
  .services-box2-content img,
  .services-box3-content img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .services-btm-content {
    height: auto;
    padding-bottom: 40px;
  }

  .services-btm-content h3 {
    font-size: 26px;
    padding: 40px 20px 20px;
  }

  .services-btm-content p,
  .services-btm-content ul {
    padding: 0 20px;
    text-align: center;
  }

  .blogs-grid {
    flex-direction: column;
    align-items: center;
  }

  .blog-card {
    width: 90%;
  }

  .blog-card img {
    width: 100%;
    height: auto;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .hero-content-subtitle-10 h2 {
    font-size: 24px;
    width: 90%;
  }
  .fssc p {
    width: 755px;
  }
  .ft-p-001 {
    font-size: 20px;
    width: 90%;
  }
  .card-section {
    gap: 20px;
    padding: 30px 10px;
    flex-direction: row;
  }
  .card {
    height: 200px;
  }
  .wide-card {
    width: 91%;
  }
  .let-div-2 h2 {
    font-size: 24px;
    line-height: 32px;
    margin-left: 0;
    width: 90%;
    text-align: center;
  }
  .main,
  .main-23 {
    flex-direction: column;
  }
  .let-div-2,
  .let-div-08 {
    width: 91%;
    height: auto;
    padding: 40px 20px;
    text-align: center;
  }
  .right-div-image,
  .right-div-image09 {
    width: 100%;
  }
  .card-div-20 {
    flex-direction: column;
  }
  .card1-0 {
    width: 100%;
  }
}

/* 600px */
@media (max-width: 600px) {
  .hero-content h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .btn-primary {
    padding: 12px 35px;
  }

  .services-section .main-title {
    font-size: 26px;
  }

  .section-title {
    font-size: 26px;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
  .top-section .right p {
    width: 390px;
  }
}

/* 540px */
@media (max-width: 540px) {
  .hero-content h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .hero-image {
    width: 400px !important;
  }

  .services-box1-content a,
  .services-box2-content a,
  .services-box3-content a {
    font-size: 16px;
    padding: 20px 0;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
}

/* 80px */
@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-image img {
    max-width: 100%;
  }
  .hero-image {
    width: 400px !important;
  }

  .services-btm-content h3 {
    font-size: 22px;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
  .top-section .right p {
    width: 390px;
  }
}

/* 450px */
@media (max-width: 450px) {
  .hero-content h1 {
    font-size: 20px;
  }

  .blog-card {
    width: 100%;
  }

  .read-more {
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    font-size: 12px;
  }
  .hero-image {
    width: 400px !important;
  }
  .services-btm-content-img img {
    width: 415px;
    height: auto;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
  .let-div-08 h2 {
    width: 100%;
  }
  .top-section .right p {
    width: 390px;
  }
  .let-div-08 p {
    width: 100%;
  }
  .services-hero-01 {
    margin-top: -70px;
  }
  .hero-content-subtitle-10 {
    padding: 90px 0px 0px 30px;
  }
}

/* 425px */
@media (max-width: 425px) {
  .hero-content h1 {
    font-size: 18px;
    line-height: 28px;
  }

  .services-section .main-title {
    font-size: 22px;
  }
  .hero-image {
    width: 400px !important;
  }
  .services-btm-content-img img {
    width: 415px;
    height: auto;
  }
  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
  .top-section .right p {
    width: 390px;
  }
  .let-div-08 h2 {
    width: 100%;
  }
  .let-div-08 p {
    width: 100%;
  }
  .let-div-08 {
    width: 91%;
  }
  .services-hero-01 {
    margin-top: -70px;
  }
  .hero-content-subtitle-10 {
    padding: 90px 0px 0px 30px;
  }
}

/* 375px */
@media (max-width: 375px) {
  .hero-content h1 {
    font-size: 16px;
  }

  .services-box1-content img,
  .services-box2-content img,
  .services-box3-content img {
    max-width: 100%;
  }

  /*------ Our Facility Page CSS Responsive  ----- */
  .top-section .right {
    width: 86%;
  }
  .wide-card {
    width: 86%;
  }
  .fssc p {
    width: 350px;
  }
}

/*  320px */
@media (max-width: 320px) {
  .hero-content h1 {
    font-size: 14px;
    line-height: 24px;
  }

  .btn-primary {
    padding: 10px 25px;
    font-size: 14px;
  }

  .services-section .main-title {
    font-size: 18px;
  }

  .section-title {
    font-size: 20px;
  }

  .read-more {
    width: 120px;
    font-size: 11px;
  }
}

/* contact form responsive */

/* Responsive */
@media (max-width: 480px) {
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
}
