/*

* Theme Name: NS - Grand Imperial

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

:root {
  --color1: #1a4e7d;
  --color1-300: #5c8cb5;
  --color1-100: #e3edf6;
  --color1-050: #f3f8fc;
  --ink-muted: #5a6875;
  --line: #e4e9ef;
  --font: "Montserrat", sans-serif;
}

@font-face {
  font-family: "Montserrat";

  src: url("/wp-content/themes/anj-theme/fonts/Montserrat-Bold.ttf")
    format("truetype");

  font-weight: 700;

  font-style: normal;
}

@font-face {
  font-family: "Montserrat";

  src: url("/wp-content/themes/anj-theme/fonts/Montserrat-Regular.ttf")
    format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Montserrat";

  src: url("/wp-content/themes/anj-theme/fonts/Montserrat-SemiBold.ttf")
    format("truetype");

  font-weight: 600;

  font-style: normal;
}

body {
  font-size: 20px;
  font-family: var(--font);
}

p {
  word-spacing: 6px;
  font-size: 20px;
}

#go-top {
  width: 50px;
  height: 50px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  color: #fff;
  border: 2px solid var(--color1-100);
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

#go-top i {
  margin-top: -5px;
}

.cns-btn {
  display: inline-block;

/*   padding: 16px 68px 16px 24px; */
	
	padding: 12px 24px;

  color: var(--color1);

  background-color: #fff;

  text-decoration: none;

  font-size: 18px;

  font-weight: 600;

  font-family: var(--font);



  border-radius: 100px;

  position: relative;

    transition: all .3s ease-in-out;


}


.cns-btn.bg-color1 {
  background-color: var(--color1);
  color: #fff;
}

/* 
.cns-btn::before {
  content: "";

  width: 30px;

  height: 14px;

  background: url("/wp-content/themes/anj-theme/images/fish-icon.png");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 50%;

  right: 24px;

  transform: translateY(-50%);
}

 */

.cns-btn::after {
  content: "";
  width: 0;
  height: 0;
  background-color: var(--color1-300);
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
}

.cns-btn:hover::after {
  width: calc(100% + 8px);
  height: calc(100% + 8px);
}

.title-box {
  /* max-width: 770px; */
  max-width: 740px;
  margin: 0 auto 60px;
}

.highlight-title {
  font-size: 22px;

  font-weight: 600;

  text-align: center;

  color: #1e1e1e;

  text-transform: uppercase;
}

.title {
  font-size: 42px;

  font-weight: 600;

  text-align: center;

  line-height: 60px;

  color: var(--color1);
}

.h-slider,
.product-slider {
  padding: 0px 50px;
}

.slick-slide {
  padding: 0px 10px;
}


.bg-color1 {
  background-color: var(--color1) !important; 
}

.sec {
  padding: 100px 0px;
}


.no-posts {
  font-weight: 600;

  text-align: center;

  color: #555;
}

.slick-prev,
.slick-next {
  width: 44px;

  height: 44px;

  display: block;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";

  width: 100%;

  height: 100%;

  display: block;

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;
}

.slick-prev:before {
  background-image: url("/wp-content/themes/anj-theme/images/left-blue-icn.png");
}

.slick-next:before {
  background-image: url("/wp-content/themes/anj-theme/images/right-blue-icn.png");
}

.product-slider .slick-dots {
  position: relative;
}

.product-slider .slick-dots li button:before {
  content: "";

  width: 16px;

  height: 16px;

  background-color: var(--color1);

  border-radius: 50%;
}

.product-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}

.product-link {
  display: inline-block;

  color: #1e1e1e;

  text-decoration: none;

  padding-right: 20px;

  position: relative;

  font-size: 18px;
}

.product-link::after {
  content: "";

  width: 10px;

  height: 10px;

  background-image: url("/wp-content/themes/anj-theme/images/link-icon.png");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  right: 0;

  top: 50%;

  transform: translateY(-50%);
}




/* -------------------------------------------------- */

.header {
  width: 100%;


  top: 0;

  left: 0;

  z-index: 999;

  top: 0;
  left: 0;

  padding-block: 24px;

}

.h-header {
    position: absolute;
}

.mm-page {
  position: static !important;
}


.header .navbar-nav .nav-item {
 
  padding-inline: 16px;
}


.header .dropdown-menu .nav-item {
  padding-inline: 0px;
}


.header .navbar-nav .nav-link {
  font-size: 18px;
  color: var(--color1);
  padding-block: 6px;
  position: relative;
  overflow: hidden;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--color1);
}

.h-header .navbar-nav .nav-link.active, 
.h-header .navbar-nav .nav-link.show {
  color: #fff;
}


.header .nav-link.active {
  font-weight: 700;
}


.h-header .navbar-nav .nav-link,
.h-header .navbar-nav .nav-link.active {
  color: #fff;
}


.navbar-expand-lg .navbar-nav {
    align-items: center;
}


.header .nav-link::before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: var(--color1);
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all .3s ease-in-out;
}

.h-header .nav-link::before {
  background-color: #fff;
}

.header .navbar-nav .nav-link:hover::before,
.header .navbar-nav .nav-link.active::before  {
  left: 0;
}


.mm-menu a {
  font-size: 18px;
}

.mm-menu .menu-item {
  transition: all .3s linear;
}

.mm-menu .menu-item:hover {
  background-color: var(--color1-100);
  color: #fff;
}

.mm-menu .current-menu-item {
  background-color: var(--color1-300);
  color: #fff;
}


.contact-link {
  background-color: var(--color1);
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 4px 22px 4px 4px;
  border-radius: 60px;
    transition: all .3s ease-in-out;
}


.header .contact-link:hover {
  box-shadow: 0 0 0 4px var(--color1-300);
}



.h-header .contact-link  {
  background-color: #fff;
  color: var(--color1);
  font-weight: 500;
  transition: all .3s ease-in-out;
}


.h-header .contact-link:hover {
  box-shadow: 0 0 0 4px var(--color1-300);
}

.contact-link span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}

.contact-link .ball {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}



.h-header .contact-link .ball {
  background-color: var(--color1);
}

.mm-navbar {
  background-color: var(--color1) !important;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

.mm-navbar .mm-navbar__title {
  padding: 18px 0px;
}

.mm-menu {
  --mm-navbar-size: 56px;
}

.mm-btn_prev:before {
  border-color: #fff;
}

.logo-wrapper {
  width: 300px;
}

.hamburger {
  display: none !important;
}

.my-icon {
  display: none;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  background-color: var(--color1);
}

.h-header .hamburger-inner, 
.h-header .hamburger-inner::before, 
.h-header .hamburger-inner::after {
  background-color: #fff;
}


.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--color1);
  opacity: 1;
}

.h-header .hamburger.is-active .hamburger-inner, .h-header .hamburger.is-active .hamburger-inner::before, .h-header .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  opacity: 1;
}


.mm-panel {
  background-color: #FFFAFA;
}

.menu-item {
  font-weight: 600;
  color: var(--color1);
}


.current-menu-parent .mm-btn {
  background-color: var(--color1);
}
  
.current-menu-parent .mm-btn:after {
  border-color: #fff;
}

.m-contact-link {
  display: none;
}


header .dropdown-menu[data-bs-popper] {
  top: 130% !important;
  left: 10% !important;
  padding: 0px;
  background-color: transparent;
  border-radius: 10px;
}

header .dropdown-menu .dropdown-item {
  background-color: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #d8d7d7;
}


header .dropdown-menu .menu-item:last-child .dropdown-item {
  border-bottom: 0;
}

header .dropdown-menu .dropdown-item:hover {
  background-color: var(--color1-050);
}

header .dropdown-item.active:hover {
  background-color: var(--color1);
}
 
header .dropdown-item.active {
  background-color: var(--color1);
  color: #fff;
}

header .dropdown-menu .dropdown-submenu {
  top: 50% !important;
  left: calc(100% + 4px) !important; 
  padding: 0px;
  margin: 0;
}

header .dropdown-menu > .menu-item:first-child > .dropdown-item,
header .dropdown-menu > .menu-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

header .dropdown-menu > .menu-item:last-child > .dropdown-item,
header .dropdown-menu > .menu-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


header .dropdown-menu.depth_0  .dropdown-item {
  position: relative;
}

header .dropdown-menu.depth_0 .dropdown-toggle::after {
  content: "\f105";
  font-family: FontAwesome; 
  font-size: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%,-50%);
  border: 0;
}


.header .dropdown-menu .dropdown-item:active {
  color: #1E1E1E;
}

/* ----------------------------------------- */
.banner {
  width: 100%;

  height: 840px;

  clip-path: url(#custom-clip);

  background: url("/wp-content/themes/anj-theme/images/banner.jpg");

  background-position: center;

  background-size: cover;
}

.banner .container {
  height: 100%;

  position: relative;
}

.banner::before {
  content: "";

  width: 100%;

  height: 840px;

  background: #1a4e7db2;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;
}

.banner .hero-content {
  max-width: 922px;

  text-align: center;

  padding-top: 220px;

  position: relative;

  z-index: 3;

  margin: 0 auto;
}

.banner .hero-content .subtitle {
  font-size: 20px;

  color: #fff;

  margin-bottom: 16px;
}

.banner .hero-content .title {
  font-size: 48px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 34px;
}


.banner-img-wrapper {
  position: relative;
  z-index: 3;
  margin-top: -300px;
}

.banner-img-wrapper .banner-img {
  width: 100%;
  position: relative;
  border-radius: 60px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}


.banner-img-wrapper .banner-img img {
  width: 100%;
}

.banner-wrapper {
  /*   padding: 84px 20px 0px; */
  padding: 0px 20px;
}

.banner .cns-btn::after{
  background-color: #5c8bb56e;
}

.banner .cns-btn {
  box-shadow: 0 0 0 4px var(--color1-300);
}

.banner .cns-btn:hover::after {
  width: calc(100% + 18px);
  height: calc(100% + 18px);
}


.sub-banner {
  height: 400px;

  overflow: hidden;

  background-repeat: no-repeat !important;

  background-position: center !important;

  background-size: cover !important;

  filter: contrast(120%);

  border-radius: 60px;

  position: relative;

  display: flex;

  align-items: center;
}

.sub-banner::before {
  content: "";

  width: 100%;

  height: 100%;

  background: #1a4e7db2;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 2;
}

.banner-wrapper .container {
  position: relative;

  z-index: 3;
}

.banner-wrapper .title {
  color: #fff;
}

.banner-wrapper .page-meta {
  max-width: 600px;

  display: flex;

  flex-direction: column;

  align-items: center;

  margin: 0 auto;
}

.banner-wrapper .breadcrumbs {
  color: #fff;
      display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.banner-wrapper .breadcrumbs a {
  color: #fff;

  text-decoration: none;
}

.banner-wrapper .breadcrumbs .current-breadcrumb {
  font-weight: 700;
}

/* ---------------------------------------------------- */

.h-products {
  padding: 150px 0px 100px;
}

.h-products .title-box {
  margin-bottom: 80px;
}

.h-products a {
  text-decoration: none !important;
}

.product-cards {
  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  text-decoration: none;
}

.product-cards .circle {
  width: 240px;

  height: 240px;

  border-radius: 50%;

  background-color: #ecf7ff;

  display: flex;

  justify-content: center;

  align-items: center;

  margin-bottom: 26px;

  overflow: hidden;
}

.product-cards .circle img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: all .3s ease-in-out;
}

.product-cards:hover img {
  transform: scale(1.1);
}

.product-cards .product-title {
  font-size: 20px;

  font-weight: 700;

  color: var(--color1);

  text-decoration: none;

  margin-bottom: 12px;
}

.product-cards .product-link {
  transition: all .3s linear;
}

.product-cards .product-link:hover {
  color: var(--color1);
}


.product-cards .product-link:hover::after {
  background-image: url('/wp-content/themes/anj-theme/images/link-primary.png');
}

.h-products .slick-dots {
  position: relative;
}

.h-products .slick-dots li button:before {
  content:  "";
  width: 10px;
  height: 10px;
  background-color: var(--color1-300);
  border-radius: 50%;
}


.h-products .slick-dots li.slick-active button:before {
  background-color: var(--color1);
}




.h-aboutus {
  padding-top: 100px;
}

.h-aboutus .title-box {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-bottom: 60px;
}

.h-aboutus .title {
  margin-bottom: 24px;
}

.h-aboutus .title-box p {
  font-size: 20px;

  line-height: 36px;

  margin-bottom: 34px;
}

.h-aboutus .cns-btn {
  background-color: var(--color1);

  color: #fff;

  margin: 0 auto 34px;
}



/* 
.h-aboutus .cns-btn::before {
  background-image: url("/wp-content/themes/anj-theme/images/fish-light-icn.png");
}
 */


.h-services {
  width: 100%;

  background: url('/wp-content/themes/anj-theme/images/h-service-bg.png') center/cover;

  padding: 330px 0px;

  overflow: hidden;

  position: relative;
}



.h-services-topbar {
  width: 100%;
  height: auto;
  max-height: 300px;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.h-services-topbar img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.h-services::after {
  content: "";
  width: 100%;
  height: 230px;
  background: url('/wp-content/themes/anj-theme/images/bot-bar.png') center/cover no-repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
}


.h-services-overlay {
  width: 100%;
  height: 100%;
  background-color: #1A4E7DE0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.h-services .container-md,
.h-services .container-fluid {
  position: relative;
  z-index: 3;
}

.h-services .title-box {
  margin-bottom: 80px;
}

.h-services .title-box .highlight-title {
  color: #fff;
}

.h-services .title-box .title {
  color: #fff;
}



.h-services .product-link::after{
  background-image: url('/wp-content/themes/anj-theme/images/light-arrow.png');
  transition: all .3s ease-in-out;
}



.service-slider {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0px 50px;
}

.service-slider .slick-track {
  min-height: 450px;
  display: flex;
  align-items: center;
}


.service-slider .slide-item {
  height: auto !important;
  text-align: center;
   display: flex !important;
   flex-direction: column;
   justify-content: center;
  align-items: center;
  transition:
    transform 0.4s ease,
    opacity 0.4s ease;
  outline: none;
}

.service-slider .img-wrapper {
  width: 220px;
  height: 220px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.4s ease;
  transition: all .5s linear;
}

.service-slider .img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.service-slider .slick-center .img-wrapper,
.service-slider .slick-current .img-wrapper {
  width: 280px;
  height: 280px;
  padding: 20px;
  border-color: #92b1d3; /* Light blue border for the active center image */
}



.h-services .slick-dots li button:before {
    content:  "";
  width: 10px;
  height: 10px;
   border-radius: 50%;
   background-color: #f4f4f4;
}


.h-services .slick-dots li.slick-active button:before {

  background-color: #fff;
 
}




/* Text Content Styling */

.service-slider .slide-title {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  transition: all 0.4s ease;
}

.service-slider .slick-center .slide-title ,
.service-slider .slick-current .slide-title {
  transform: scale(1.1);

}

.service-slider .product-link {
  color: #ffffff;
  visibility: hidden;
}

.service-slider .slick-center .product-link,
.service-slider .slick-current .product-link,
.service-slider .slick-slide:hover .product-link {
  opacity: 1;
  visibility: visible;
}

.service-slider .slick-prev,
.service-slider .slick-next {
  transform: translateY(-80px);
}

.service-slider .slick-prev::before {
  background-image: url("/wp-content/themes/anj-theme/images/left-white.png");
}

.service-slider .slick-next::before {
  background-image: url("/wp-content/themes/anj-theme/images/right-white.png");
}



/* ----------------------------------------------------------------------------- */

.h-why {
  overflow: hidden;
  padding: 100px 0px;
}

.h-why .img-wrapper {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.h-why .img-wrapper img {
  width: 100%;
}

.h-why .title,
.h-why .highlight-title {
  text-align: left;
}

.h-why .title-box {
  margin: 0 0 60px;
}

.h-why .why-list {
  list-style: none;
  margin: 0;
  padding: 0 ;
}

.h-why .why-list li {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 30px;
  border: 1px solid #E4E4E4;
  border-radius: 30px;
  transition: all .2s linear;
}

.h-why .why-list li:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.h-why .why-list li p {
  margin-bottom: 0;
}

.h-why .why-list li .icn-wrapper {
  width: 72px;
  height: 72px;
  background-color: var(--color1);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-why .why-list li .icn-wrapper img {
  max-width: 70px;
  max-height: 70px;
}


.h-why .why-list li .why-text h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 5px;
}


/* ----------------------------------------------------- */

.categories-page {
  padding: 150px 0px;
}

.categories-page .title-box {
  margin-bottom: 100px;
}

.custom-product-card {
  width: 100%;

  display: block;

  background-color: #ffffff;

  border: 1px solid #e2e4e7;

  border-radius: 30px;

  position: relative;

  margin-top: 160px; /* Provides space for the overlapping circle */

  padding: 100px 20px 60px 20px; /* Pushes text below the circle */

  text-align: center;

  text-decoration: none;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);

  transition: all .3s linear;

  position: relative;

  margin-bottom: 30px;

  transition: all .3s linear;
}




/* Light Blue Circle Background */

.custom-product-card .image-circle {
  width: 240px;

  height: 240px;

  background-color: #f3f3f3; /* Light blue hex */

  border-radius: 50%;

  position: absolute;

  top: -160px; /* Pulls the circle up out of the card */

  left: 50%;

  transform: translateX(-50%); /* Centers the circle perfectly */

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 1;
}

/* Fish Image Styling */

.custom-product-card .image-circle img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  z-index: 2;
  transition: all .3s linear;
}


.custom-product-card:hover img {
  transform: scale(1.1);
}

/* Product Title */

.custom-product-card .product-code {
  width: 120px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: var(--color1);
  font-weight: 600;
  font-size: 16px;  
  transition: all .3s linear;
  padding: 2px 0px;
  border-radius: 20px;
  margin: 0 auto 12px;
} 

.custom-product-card .product-title {
  color: #174b78; /* Deep blue color */

  font-weight: 600;

  font-size: 24px;

  text-decoration: none;

  margin-bottom: 8px;

  transition: all .3s linear;
}

.custom-product-card .product-link {
  display: inline-block;

  text-decoration: none;

  transition: all .3s linear;
}


/* .custom-product-card:hover {
  background-color: var(--color1);
}

.custom-product-card:hover .product-link {
  color: #fff;
}

.custom-product-card:hover .product-link::after {
  background-image: url('/wp-content/themes/anj-theme/images/light-arrow.png');
}

.custom-product-card:hover .product-title {
  color: #fff;
}

.custom-product-card:hover .product-code {
  color: #fff;
} */


.custom-product-card .shadebar {
  width: 60%;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #fff;
  background: var(--color1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0px;
  transition: all .3s linear;
}


.custom-product-card .shadebar.unava {
  background-color: #999;
  color: #fff;
}

/* .custom-product-card:hover .shadebar {
  background-color: #fff;
  color: var(--color1);
} */

/* .custom-product-card:hover .shadebar  {
  background-color: #999;
  color: #fff;
} */


.custom-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 2px 15px 19px #0000004d;
}

/* --------------------------------------- */

.fish-cat-page {
  padding: 100px 0px;
}

.main-product-page {
  padding: 100px 0px;
}

.main-product-page .product-cat {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #dee2e6;
  text-decoration: none;
  padding: 16px;
  transition: all .3s linear;
}

.main-product-page .product-cat .img-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 14px;
}

.main-product-page .product-cat .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}

.main-product-page .product-cat .product-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-product-page .product-cat .product-title {
  color: var(--color1);
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
}

.main-product-page .product-cat .product-link {
  margin-bottom: 0px;
}


.main-product-page .product-cat .link {
  width: 100%;
  text-align: center;
  padding: 6px 0px;
  background-color: var(--color1);
  color: #fff;
  margin-bottom: 0px;
  border-radius: 30px;
}


.main-product-page .product-cat:hover {
  transform: translateY(-5px);
  box-shadow: 2px 15px 19px #0000004d;
}

.main-product-page .product-cat:hover img{
  transform: scale(1.1);
}



/* -------------------------------------------------- */

/* Archive  */


.categories-page .cat-item {
  border: 1px solid #dee2e6;
}

.categories-page .cat-item i {
  color: var(--color1);
}

.categories-page .cat-item.active i {
  color: #fff;
}

.categories-page .cat-img-wrapper {
  width: 400px;
  height: 400px;
  background-color: #f3f3f3;
  border-radius: 50%;
}


/* ---------------------------------------------- */

.product-hero-sec {
  padding: 150px 0px;
  position: relative;
}

.product-hero-sec::before {
  content: "";

  width: 40%;

  height: 280px;

  background-color: var(--color1);

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  z-index: -1;
}

.product-hero-sec .img-wrapper {
  width: 100%;

  height: 400px;

  border-radius: 60px;

  overflow: hidden;
}

.product-hero-sec .img-wrapper img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.product-hero-content {
  padding-left: 100px;
}

.product-hero-content .title {
  display: inline-block;

  padding-bottom: 14px;

  position: relative;

  margin-bottom: 40px;
}

.product-hero-content .title::before {
  content: "";

  width: 60%;

  height: 3px;

  background-color: var(--color1);

  position: absolute;

  bottom: 0;

  left: 0;
}

.product-hero-content .d-flex {
  margin-bottom: 14px;

  font-family: var(--font);
}

.product-hero-content .key {
  width: 220px;

  color: var(--color1);

  font-weight: 700;

  font-size: 20px;
}

.product-hero-content .value {
  flex: 1;

  color: #1e1e1e;

  font-size: 20px;

  font-weight: 600;
}

.product-hero-content .value.price {
  font-weight: 600;
}

.product-hero-content .available {
  font-size: 16px;
  display: inline-block;
  padding: 4px 24px;
  background-color: var(--color1);
  color: #fff;
  border-radius: 30px;
}

.product-hero-content .unavailable {
  font-size: 16px;
  display: inline-block;
  padding: 4px 24px;
  background-color: #999;
  color: #fff;
  border-radius: 30px;
}




.product-hero-content .cat-badge {
  display: inline-block;
  font-size: 16px;
  padding: 5px 20px;
  background-color: var(--color1);
  border-radius: 40px;
  color: #fff;
  margin-right: 10px;
}

.chart-section {
  margin: 0 auto;
}

.chart-section .title {
  margin-bottom: 60px;
}

/* Custom Table Styling */

.chart-section .table-container {
  overflow-x: auto;

  padding-bottom: 20px;
}

.chart-section .packing-table {
  width: 100%;

  border-collapse: separate;

  border-spacing: 15px 0; /* Creates the vertical gaps between columns */

  min-width: 750px; /* Prevents squishing on small screens */
}

.chart-section .packing-table th {
  background-color: var(--color1); /* Dark Blue */

  color: #ffffff;

  text-align: center;

  padding: 18px 15px;

  font-weight: 600;

  font-size: 20px;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  border: none;
}

.chart-section .packing-table td {
  text-align: center;

  padding: 16px 15px;

  background-color: #ffffff;

  border-left: 1px solid #e6e6e6;

  border-right: 1px solid #e6e6e6;

  border-bottom: 1px solid #e6e6e6;

  font-size: 20px;

  font-weight: 500;

  color: #1e1e1e;
}

/* Round bottom corners for the last row */

.chart-section .packing-table tr:last-child td {
  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;
}

/* Seasons Bottom Box */

.chart-section .seasons-wrapper {
  /* Matches the table's visual width including the border-spacing */

  margin-top: 15px;
}

.chart-section .seasons-box {
  background-color: #f6f7f9; /* Light Gray */

  border-radius: 12px;

  padding: 20px 40px;

  display: flex;

  align-items: center;
}

.chart-section .seasons-title {
  color: var(--color1);

  font-weight: 700;

  font-size: 20px;

  width: 200px;
}

.chart-section .seasons-months {
  display: inline-block;

  font-weight: 500;

  color: #1E1E1E;

  font-size: 20px;

  margin: 0 auto;
}

.chart-section .seasons-months span {
  color: #666;

  margin: 0 15px;

  font-weight: 400;
}

/* -------------------------------------------- */

.desc-sec {
  padding-top: 100px;
}

.desc-sec .desc-wrapper {
  display: flex;
}

.desc-sec .desc-title {
  font-size: 24px;

  font-weight: 700;

  flex-shrink: 0;

  color: var(--color1);

  margin-right: 180px;
}

.desc-sec .desc-content {
  flex: 1;
}

.desc-sec .desc-content p {

  text-align: justify;

  line-height: 30px;

  margin-bottom: 0px;
}

/* --------------------------------------------- */

.related-sec {
  padding: 100px 0px;
}

.related-sec .title {
  margin-bottom: 40px;
}

/* ------------------------------------------ */

footer {
  overflow: hidden;

  position: relative;

  padding-top: 430px;
}

.footer-bg {
  width: 2560px;

  /* height: 100%; */

  position: absolute;

  left: 50%;

  top: 0;

  z-index: -1;

  transform: translateX(-50%);
}

.footer-bg img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

footer p {
  margin-bottom: 0px;
}

footer .footer-top {
  padding-bottom: 60px;

  border-bottom: 1px solid #fff;
}

footer .office-item {
  display: flex;

  align-items: flex-start;

  gap: 20px;

  margin-bottom: 24px;
}

footer .office-label {
  width: 110px;

  display: flex;

  align-items: center;

  gap: 12px;

  flex-shrink: 0;

  font-weight: 600;

  color: #fff;

  white-space: nowrap;
}

footer .office-label i {
  font-size: 22px;

  color: #fff;
}

footer .office-content {
  flex: 1;

  font-size: 16px;

  line-height: 24px;

  color: #fff;
}

footer .office-content a {
  color: #fff;

  text-decoration: none;

  transition: 0.3s;
}

footer .office-content a:hover {
  opacity: 0.8;
}

footer .footer-title {
  font-size: 24px;

  font-weight: 600;

  color: #fff;

  margin-bottom: 24px;
}

.footer-bot {
  padding: 16px 0px;
}

.footer-bot a {
  color: #fff;

  text-decoration: none;
}

.footer-bot p {
  text-align: center;

  font-size: 14px;

  color: #fff;

  margin-bottom: 0;
}


/* ---------------------------------------- */

.contact-page {
  padding: 100px 0px;
}

.contact-page .mt-100 {
  margin-top: 100px;
}

.contact-page .pl-50 {
  padding-left: 50px;
}


.contact-v2-item p {
  font-size: 18px;
  margin-bottom: 0px;
}

.contact-v2-item svg {
  width: 20px;
}

.contact-v2-container {
  /* max-width: 800px; */
  margin: 0 auto;
}

.contact-v2-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-page .title.contact-info {
  text-align: left;
  margin-bottom: 30px;
}

.contact-v2-card {
  width: 100%;
  background: #ffffff;
  padding: 24px;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-v2-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 20px;
}

.contact-v2-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-v2-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.7;
}

.contact-v2-item a {
  font-size: 18px;
  color: #666;
  text-decoration: none;
  transition: 0.3s ease;
  word-break: break-word;
}

.contact-v2-item a:hover {
  color: var(--color1);
}

.contact-v2-icon-wrapper {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.contact-v2-icon {
  color: var(--color1);
  font-size: 18px;
  margin-top: 6px;
  flex-shrink: 0;
}

.contact-v2-map {
  display: inline-flex;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color1);
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-v2-map:hover {
  text-decoration: underline;
  color: var(--color1);
}

.contact-v2-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.contact-form-section {
  background: #f8f9fc;
  /* padding: 80px 20px; */
}

.contact-form-wrapper {
  /* max-width: 900px; */
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 40px 40px 60px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.contact-page .highlight-title {
  text-align: left;
}

.contact-form-title {
  text-align: left;
  font-weight: 700;
  color: var(--color1);
  margin-bottom: 8px;
}

.grecaptcha-badge {
  bottom: 100px !important;
}

.contact-form-subtitle {
  font-size: 18px;
  color: #6b7280;
}

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

.contact-field {
  margin-bottom: 22px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-field label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #3c3c3c;
  margin-bottom: 6px;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  font-size: 14px;
  outline: none;
  transition: 0.3s ease;
  background: #fff;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--color1);
  box-shadow: 0 0 0 3px #1a4f7d94;
}

.g-recaptcha.btn.btn-submit.butn {
  margin-top: 10px;
  background: var(--color1);
  color: #fff;
  font-weight: 700;
  padding: 14px 20px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  margin-left: auto;
}


.contact-page .nav {
  width: 100%;
  display: flex;
  justify-content: start;
  gap: 10px;
}

.contact-page .nav-item .nav-link {
  color: var(--color1);
  font-weight: 600;
  border: 2px solid var(--color1);
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}


.contact-page .nav-item .nav-link.active {
  background-color: var(--color1);
  color: #fff;
}

.map-wrapper {
  width: 100%;
  padding-left: 50px;
}


.map-wrapper .tab-content .map {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}


/* ------------------------------------------------------- */


/* about page */



/* ---------- Sections ---------- */

.about-page .section {
  padding: 100px 0;
}

.about-page .section-muted {
  background-color: var(--color1-050);
}




.about-page .section-head {
  max-width: 720px;
  margin-bottom: 40px;
}


.about-page .vision .section-title {
  color: var(--color1);
  font-weight: 700;
  text-align: start;
  font-size: 24px;
  margin-bottom: 16px;
}

.about-page .vision .right .section-title {
  margin-bottom: 8px;
}


.about-page .sub-title {
  color: var(--color1);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}


.about-page .section-sub {
  margin-bottom: 0;
}

.about-page .vision .lead-sub {
  color: var(--color1);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 16px;
}


.about-page .hero {
  padding: 100px 0px;
}

.about-page .hero .title {
  text-align: start;
}



.about-page .hero-image-wrapper  {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.about-page .hero-image-wrapper img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.about-page .vision {
  padding-top: 0px;
  padding-bottom: 100px;
}

/* Small uppercase label */

.about-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color1);
  background-color: var(--color1-100);
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}


/* ---------- Cards ---------- */



.about-page .card {
  border: 1px solid var(--line);
  border-radius: 20px;
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;
  overflow: hidden;
  position: relative;
}



.about-page .about-services {
  padding: 0px 20px;
}

.about-page .about-services-bg {
  padding: 100px 0px;
  background: url(/wp-content/themes/anj-theme/images/h-service-bg.png) center / cover;
  position: relative;
   border-radius: 60px;
  overflow: hidden;
}

.about-page .about-services-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1A4E7DE0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
} 

.about-page .about-services .title,
.about-page .about-services .highlight-title {
  color: #fff;
}

.about-page .about-services .container-lg {
  position: relative;
  z-index: 2;
}


.about-page .about-services .card {
  overflow: visible;
  margin-bottom: 50px;
}
    
.about-page .about-services .card .img-wrapper {
  width: 100%;
  min-height: 240px;
  border-radius: 20px;
  overflow: hidden;
}

.about-page .about-services .card .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  min-height: 300px;
  transition: all .3s linear;
}

.about-page .about-services .card:hover img {
  transform: scale(1.1);
}

.about-page .card-soft {
  box-shadow: 0 12px 30px -22px rgba(26,78,125,.55);
}



.about-services .card .card-body {
  text-align: center;
  background-color: #ffffff6e;
   transition: all .3s linear;
  position: absolute;
  bottom: 0%;
  left: 10px;
  right: 10px;
  border-radius: 25px;
  transform: translateY(50%);
   backdrop-filter: blur(3px); 
  border: 1px solid #fff;
}


/* 
.about-services .card:hover  .card-body {
  background-color: var(--color1);
  color: #fff;
}
 */

/* ---------- Quote ---------- */

.about-page .quote {
  border-left: 4px solid var(--color1);
  background-color: var(--color1-050);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  font-style: italic;
}


/* ---------- Journey steps ---------- */

.about-page .journey .step-media {
  height: 132px;
  border-radius: 16px 16px 0 0;
  background:
    linear-gradient(
      135deg,
      var(--color1) 0%,
      var(--color1-300) 100%
    );
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
}



.about-page .step-title {
  color: #fff;
  transition: all .3s linear;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  text-shadow: 1px 1px 5px #000000 !important;
}



/* ---------- People ---------- */

.about-page .avatar {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.about-page .avatar img {
  width: 100%;
  object-fit: contain;
}


.about-page .person-name {
  color: var(--color1);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}


.about-page .person-role {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 20px;
}


.about-page .card-person p {
  font-size: 15px;
}


.about-page .profile-card {
  width: 100%;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.about-page .profile-card .circle-wrapper {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.about-page .profile-card .circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid var(--color1);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s linear;
  margin: 0 auto;
}

.about-page .profile-card .circle img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.about-page .profile-card h3 {
  font-size: 20px;
  color: var(--color1);
  font-weight: 700;
  margin-bottom: 5px;
}

.about-page .profile-card p {
  color: #3c3c3c;
}

.about-page .profile-card h3,
.about-page .profile-card p {
  text-align: center;
}

.about-page .profile-card .link {
  width: 200px;
  display: block;
  font-size: 18px;
  background-color: var(--color1);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  padding: 10px 20px;
  border: 2px solid var(--color1);
  border-radius: 30px;
  margin: 16px auto 0;
  position: relative;
  overflow: hidden;
  letter-spacing: 2px;
  transition: all .3s linear;
}

 

.about-page .profile-card .link:hover {
  background-color: #fff;
  color: var(--color1);
  
}


.about-page .profile-card:hover .circle {
  width: 240px;
  height: 240px;
  padding: 20px;
}


.about-page .card-person {
  position: relative;
}


.about-page .team-sec  .modal-content {
  border-radius: 20px;
}

.about-page .team-sec .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.about-page .team-sec .modal-dialog {
  max-width: 750px;
}

.about-page .team-sec .modal-body {
  padding: 50px 20px;
}


.about-page .team-sec .desc-wrapper {
  width: 100%;
  max-height: 600px;
  overflow-y: scroll;
  padding-left: 20px;
}

.about-page .team-sec .desc-wrapper p {
    font-size: 18px;

}

/* ---------- Certifications ---------- */

.about-page .world-class-sec .title {
  text-align: left;
}

.about-page .cert {
  height: 100%;
  padding-left: 30px;
  position: relative;
}

.about-page .cert p {
  margin-bottom: 0px;
}

.about-page .cert::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 16px;
  color: var(--color1);
  position: absolute;
  top: 4px;
  left: 0;
}


.about-page .cert:hover {
  border-color: var(--color1-300);
  box-shadow: 0 12px 26px -22px rgba(26,78,125,.8);
}


.about-page .cert i {
  color: var(--color1);
  font-size: 18px;
  line-height: 1.55;
}


/* ---------- Table ---------- */

.about-page .table-spec {
  border-color: var(--line);
}


.about-page .table-spec thead th {
  background-color: var(--color1);
  color: #fff;
  font-weight: 600;
  border-color: var(--color1-300);
}


.about-page .table-spec tbody th {
  color: var(--color1);
  font-weight: 600;
}


.about-page .table-spec tbody tr:nth-child(even) {
  background-color: var(--color1-050);
}


/* ---------- Facility photo placeholder ---------- */

.about-page .facility-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 160px;
  border: 1px dashed var(--color1-300);
  border-radius: 16px;
  background-color: var(--color1-050);
  color: var(--color1);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}


.about-page .facility-card i {
  font-size: 28px;
}

.about-page .facility-photo {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.about-page .facility-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ---------- Features ---------- */

.about-page .feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background-color: var(--color1-100);
  color: var(--color1);
  font-size: 22px;
  margin-bottom: 16px;
  transition:
    background-color .25s ease,
    color .25s ease;
}

.about-page .infrastructure-sec .card {
  transition: all .3s linear;
}

.about-page .infrastructure-sec .card:hover {
  background-color: var(--color1);
  color: #fff;
}


.about-page .feature-title {
  color: var(--color1);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all .3s linear;
}


.about-page .infrastructure-sec .card:hover .feature-title {
  color: #fff;
}

.infrastructure-sec {
  padding: 0px 20px;
} 

.infrastructure-sec-bg {
  padding: 100px 0px;
  background: linear-gradient(180deg,#fff, var(--color1-100));
  border-radius: 60px;
}

/* ---------- Reveal animation ---------- */

.about-page .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity .5s ease,
    transform .5s ease;
}


.about-page .reveal.is-visible {
  opacity: 1;
  transform: none;
}


@media (prefers-reduced-motion: reduce) {

  .about-page .reveal,
  .about-page .card,
  .about-page .feature-icon,
  .about-page .cert {
    transition: none !important;
  }


  .about-page .reveal {
    opacity: 1;
    transform: none;
  }

}


/* --------------------------------------------------------- */

.coming-content {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.coming-content .title {
  text-transform: uppercase;
}

.coming-content p {
  margin-bottom: 40px;
}

.coming-content .cns-btn {
  background-color: var(--color1);
    color: #fff;
    margin: 0 auto;
}

/* ------------------------------------------------------ */

.selection-page {
  padding: 100px 0px;
}

.selection-page .cns-btn {
  border: none;
  outline: none;
}

.selection-page .title-box {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.select-icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #999;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,50%);
  display: flex;
  justify-content: center;
  align-items: center;
}


.selection-page .image-circle {
  border: 5px solid rgb(243, 243, 243);
}

.select-products.selected .select-icon {
  background-color: var(--color1);
}

.select-products.selected .image-circle {
  border: 5px solid var(--color1);
}

.selection-page .form-contact {
  position: sticky;
  top: 50px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
    padding: 30px 20px;
}

.selection-page .btn-submit {
  width: 100%;
}

.selection-page .contact-field p {
  font-size: 16px;
  font-weight: 600;
}


.selection-page .select-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color1);
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid var(--color1);
}


/* ------------------------------------------------------ */


@media (max-width: 768px) {
  .chart-section .seasons-box {
    flex-direction: column;

    text-align: center;

    padding: 20px;
  }

  .chart-section .seasons-title {
    width: auto;

    margin-bottom: 15px;

    text-align: center;
  }

  .chart-section .seasons-months {
    text-align: center;
  }

  .chart-section .seasons-months span {
    margin: 0 8px;
  }
}


/* ------------------------------------------------------------------ */


@media (max-width: 1199px) {

  .banner {
    height: 740px;
  }

  .banner::before {
    height: 740px;
  }

  .banner-img-wrapper {
    margin-top: -250px;
  }

  
  .banner .hero-content  {
    padding-top: 180px;
  }

  .product-hero-content {
    padding-left: 50px;
  }
}


@media (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
}

@media (max-width: 991.9px) {


  .highlight-title {
    font-size: 18px;
  }

  #my-icon {
    display: flex !important;
  }

  .hamburger {
    display: flex !important;
  }
  

  .title {
    font-size: 32px;
    line-height: 40px;
  }

  .title-box {
    margin:0 auto 30px;
  }


  .m-contact-link {
    display: block;
  }


  .banner::before {
    height: 740px;
  }

  .banner .hero-content {
    max-width: 922px;
    padding-top: 200px;
  }

  .banner .hero-content .title {
    font-size: 38px;
    line-height: 50px;
  }

  .banner-img-wrapper .banner-img {
    border-radius: 30px;
  }

  .banner-img-wrapper .banner-img img {
    width: 100%;
  }

  .banner-wrapper {
    padding: 0px 12px;
  }

  .sub-banner {
    border-radius: 30px;
  }

  

  /* --------- */

  .h-aboutus {
    padding-top: 50px;
  }

  .h-services {
    padding:200px 0px;
  }

  .categories-page .title-box {
    margin-bottom: 50px;
  }

  .contact-form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .map-wrapper {
    padding-left: 0;
  }

  .contact-page .pl-50 {
    padding-left: 12px;
  }

  /* --------------- */

  footer {
    background-color: var(--color1);
    padding-top: 0px;
  }

  footer .footer-top {
    padding: 60px 0px;
  }

  .footer-bg {
    display: none;
  }

  .categories-page {
    padding: 100px 0px;
  }

  .product-hero-content {
    padding-left: 30px;
  }

  .product-hero-content .key {
    width: 180px;
  }

  .desc-sec .desc-title {
    margin-right: 100px;
  }

  .chart-section .title {
    margin-bottom: 30px;
  }
  
  .product-hero-sec {
    padding: 100px 0px;
  }

  .contact-link {
    display: none;
  }

  .about-page .section,
  .about-page .hero {
    padding: 50px 0;
  }

  .about-page .vision {
    padding-top: 0;
    padding-bottom: 50px;
  }

  .about-page .about-services  {
    padding: 0px 12px;
  }

  .about-page .about-services-bg {
    padding: 50px 20px;
    border-radius: 30px;
  }

  .about-page .infrastructure-sec-bg {
    padding: 50px 20px;
    border-radius: 30px;
  }


}


@media (max-width: 767.9px) {

  body {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .title {
    font-size: 28px;
    line-height: 40px;
  }

  .product-link {
    font-size: 16px;
  }

  .banner .hero-content .title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .banner-img-wrapper {
    margin-top: -150px;
  }

  .banner {
    height: 600px;
    clip-path: none;
  }

  .banner::before {
    height: 600px;
  }

  .h-products {
    padding: 100px 0px 50px;
  }

  .h-products .title-box {
    margin-bottom: 50px;
  }

  .h-aboutus .title-box p {
    font-size: 18px;
  }

  .product-cards .product-title {
    font-size: 18px;
  }

  .h-why .why-list li .why-text h4 {
    font-size: 20px;
  }

  .h-services .title-box {
    margin-bottom: 50px;
  }

  .h-why {
    padding: 50px 0px;
  }

  .h-why .title-box {
    margin-bottom: 50px;
  }

    .service-slider .slide-title {
    font-size: 18px;
  }


  .cns-btn {
    font-size: 16px;
  }

  .categories-page {
    padding: 50px  0px;
  }

  
  .banner-wrapper {
      /* padding: 84px 20px 0px; */
      padding: 0px 12px; }

  .sub-banner {
    height: 300px;
  }

  
  .product-hero-sec {
    padding: 100px 0px;
    position: relative;
  }

  .product-hero-sec::before {
    display: none;
  }

  .product-hero-content .title {
    margin-bottom: 30px;
  }

  .desc-sec .desc-title {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  
  .desc-sec .desc-wrapper {
    display: block;
  }

  .contact-v2-card {
    width: 100%;
  }

  .contact-page {
    padding: 50px 0px;
  }

  .main-product-page {
    padding: 50px 0px;
  }

  .selection-page {
    padding: 50px 0px;
  }

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

  .about-page .vision .lead-sub {
    font-size: 18px;
  }

  .about-page .step-title {
    font-size: 18px;
  }

  .about-page .sub-title {
    font-size: 20px;
  }

  .about-page .feature-title {
    font-size: 18px;
  }

  .about-page .profile-card h3 {
    font-size: 18px;
  }

  .about-page .profile-card .role {
    font-size: 18px;
  }

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

  .service-slider {
    padding: 0px;
  }

  .about-page .profile-card .link  {
    font-size: 16px;
  }

  .product-hero-content .value,
  .product-hero-content .key {
    font-size: 18px;
  }

  .chart-section .packing-table td {
    font-size: 18px;
  }

  .chart-section .seasons-title {
    font-size: 18px;
  }

  .chart-section .seasons-months {
    font-size: 18px;
  }

  .desc-sec .desc-title {
    font-size: 20px;
  }

  .custom-product-card .product-title {
    font-size: 20px;
  }

  
  .contact-v2-title {
    font-size: 20px;
  }

  .contact-v2-item a {
    font-size: 18px;
  }
  
  .contact-v2-map {
    font-size: 16px;
  }

  .about-page .person-name {
    font-size: 20px;
  }

  .about-page .person-role {
    font-size: 18px;
  }

  .about-page .team-sec .desc-wrapper p{
    font-size: 16px;
  }

  .contact-page .nav-item .nav-link {
    font-size: 16px;
  }

  .contact-v2-item p {
    font-size: 16px;
  }

  .contact-form-subtitle {
    font-size: 16px;
  }

  .main-product-page .product-cat .product-title {
    font-size: 20px;
  }

  .selection-page .select-title {
    font-size: 20px;
  }

}

@media (max-width: 567px) {

  body {
    font-size: 16px;
  }


  p {
    font-size: 16px;
  }

  .banner .hero-content .subtitle {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .banner .hero-content .title {
    font-size: 28px;
  }

  .banner-img-wrapper {
    margin-top: -110px;
  }

  .banner, .banner::before {
    height: 560px;
  }

  .title {
    font-size: 26px;
  }

  .highlight-title {
    font-size: 16px;
  }

  .h-slider, .product-slider {
    padding: 0px 50px;
  }

  .about-page .about-services-bg {
    padding: 50px 12px;
  }

  .about-page .infrastructure-sec-bg {
    padding: 50px 12px;
  }

 .product-cards .product-title {
    font-size: 16px;
  }

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

  .service-slider .slide-title {
    font-size: 16px;
  }

  .h-why .why-list li .why-text h4 {
    font-size: 18px;
  }

   .about-page .vision .lead-sub {
    font-size: 16px;
  }

  .about-page .vision .section-title {
    font-size: 18px;
  }

  .about-page .step-title {
    font-size: 16px;
  }
  
  footer .footer-title {
    font-size: 18px;
  }

  .about-page .sub-title {
    font-size: 18px;
  }

   .about-page .feature-title {
    font-size: 16px;
  }

   .about-page .profile-card h3 {
    font-size: 16px;
  }

   .about-page .profile-card .role {
    font-size: 16px;
  }

  .product-hero-content .value,
  .product-hero-content .key {
    font-size: 16px;
  }

   .chart-section .packing-table td {
    font-size: 16px;
  }

  .chart-section .seasons-title {
    font-size: 16px;
  }

  .chart-section .seasons-months {
    font-size: 16px;
  }

  .desc-sec .desc-title {
    font-size: 18px;
  }

  .custom-product-card .product-title {
    font-size: 18px;
  }

   .contact-v2-title {
    font-size: 18px;
  }

  .contact-v2-item a {
    font-size: 16px;
  }

  .contact-v2-map {
    font-size: 14px;
  }

   .about-page .person-name {
    font-size: 18px;
  }

  .about-page .person-role {
    font-size: 16px;
  }

  .main-product-page .product-cat .product-title {
    font-size: 18px;
  }


}


@media (max-width: 482px) {

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner .hero-content .subtitle {
    font-size: 16px;
  }

  .banner .hero-content .title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner, .banner::before {
    height: 520px;
  }

  .banner-img-wrapper {
    margin-top: -90px;
  }

  .h-products {
    padding: 80px 0px 25px;
  }

  .h-products .title-box {
    margin-bottom: 30px;
  }

  .h-aboutus .title-box p {
    font-size: 16px;
  }

  .h-services {
    padding: 80px 0px 150px;
  }

  .h-services .title-box {
    margin-bottom: 30px;
  }

  .h-why .title-box {
    margin-bottom: 30px;
  }

  .h-slider, .product-slider {
    padding: 0px 20px;
  }

  .service-slider {
    padding:  0px 20px;
  }

  .service-slider .img-wrapper {
    width: 180px;
    height: 180px;
  }


  .service-slider .slick-center .img-wrapper,
  .service-slider .slick-current .img-wrapper {
    width: 200px;
    height: 200px;
  }

  .service-slider .slick-track {
    min-height: 350px;
  }

}

@media (max-width: 340px) {

  .title {
            font-size: 20px;
        line-height: 30px;
  }

  .highlight-title {
    font-size: 14px;
  }


  .banner .hero-content {
    padding-top: 170px;
  }

  .banner .hero-content .subtitle {
    font-size: 14px;
  }

  .banner .hero-content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .banner, .banner::before {
    height: 450px;
  }

  .banner-img-wrapper {
    margin-top: -70px;
  }

  .cns-btn {
    padding: 14px 68px 14px 24px;
  }

  .h-aboutus .title-box p {
    line-height: 27px;
  }


  .custom-product-card {
    margin-top: 100px;
    padding: 130px 20px 50px 20px;
  }

  .custom-product-card .image-circle {
    width: 200px;
    height: 200px;
    top: -100px;
  }

}


