@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
textarea,
select,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  outline: 0;
  scrollbar-width: thin;
}

:root {
  --primar-color: #081f54;
  --secondary-color: #c9e0ff7a;
  --teritary-color: #163b5a;
  /* --btn-color: ; */
  --muted-color: #081f5426;
  --muted-color1: #081f54b0;
  --muted-color2: #020818ea;
  --footer-hover: #8bdeff;
  --white-color: #fff;
}

.heading_color {
  color: var( --primar-color) !important;
}

::-webkit-scrollbar {
  width: 6px; /* Vertical scrollbar width */
  height: 4px; /* Horizontal scrollbar height */
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light neutral track */
  border-radius: 10px;
}

/* Scrollbar handle (thumb) */
::-webkit-scrollbar-thumb {
  background-color: var(--muted-color1);
  border-radius: 10px;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background-color: var(--muted-color1-dark);
}

/* Firefox Browser Scrollbar */
html {
  scrollbar-width: thin; /* thin | auto | none */
  scrollbar-color: var(--muted-color1) #f1f1f1;
}

/* @charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kb d,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
textarea,
select,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Poppins", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  outline: 0;
  scrollbar-width: thin;
} */

body::-webkit-scrollbar {
  width: 8px;
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid #fff;
}
::-moz-selection {
  color: #fff;
  background: #cc0001;
}
::selection {
  color: #fff;
  background: var(--primar-color);
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  width: 100%;
}
.trs {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control::placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
:-moz-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
::-moz-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #888;
  opacity: 1 !important;
  font-size: 15px;
}
select:required:invalid {
  color: #888 !important;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
a,
a:hover {
  text-decoration: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5500s ease-in-out 0s;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer !important;
  color: #333 !important;
}
select::-ms-expand {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="file"],
input[type="date"],
textarea,
select {
  outline: none;
  box-shadow: none;
  font-size: 14px !important;
  background-color: transparent;
  color: #333;
  border: 1px solid #e5e5e5;
}
.form-control:focus,
.form-select:focus {
  border-color: #cc0001;
}
textarea {
  resize: none;
  line-height: 26px !important;
}
.form-floating > textarea.form-control {
  min-height: calc(8em + (0.75rem + 2px));
}
.form-floating > label {
  font-size: 15px;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
b,
strong {
  font-weight: 600;
}
.form-check-input:checked {
  color: #fff;
  border-color: transparent;
  background-color: #cc0001;
}
.form-check-input:focus {
  border-color: rgba(225, 116, 0, 0.3);
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(225, 116, 0, 0.3);
}
.nothing_display {
  width: 100%;
  padding: 100px 0;
  margin: 0 0 20px 0;
  background: #fff;
  float: left;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ee1c24;
}

/***************************** header *****************************/

/* navbar styles */
/* .custom_nav {
  border-radius: 50px;
  position: absolute;
  top: 10px;
} */

/* 
.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(248, 249, 250) !important;
}


.navbar.custom_nav {
    
    background-color: rgba(255, 255, 255, 0.12) !important;

   
    backdrop-filter: blur(18px) saturate(160%);
    -webkit-backdrop-filter: blur(18px) saturate(160%);

   
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);

  
    transition:
        background-color 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}


.navbar.custom_nav.fixed-top {
    position: fixed;
    top: 8px;
    right: 0;
    left: 0;
    z-index: 1030;
}


.navbar.custom_nav .nav-link {
    color: #111 !important;
    font-weight: 500;
}

.navbar.custom_nav .nav-link:hover,
.navbar.custom_nav .nav-link:focus,
.navbar.custom_nav .nav-link.active {
    color: #000 !important;
}

.navbar.custom_nav .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar.custom_nav .dropdown-item {
    color: #111;
}

.navbar.custom_nav .dropdown-item:hover,
.navbar.custom_nav .dropdown-item:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

.navbar.custom_nav .navbar-brand img {
    max-height: 60px;
    width: auto;
}

@media (max-width: 991.98px) {
    .navbar.custom_nav {
        padding-inline: 0.75rem;
    }

    .navbar.custom_nav .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.75rem 0.75rem 1rem;
        background-color: rgba(255, 255, 255, 0.92);
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(15, 23, 42, 0.35);
    }

    .navbar.custom_nav .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
} */

/* ----------------------------
   TRUE LIQUID GLASS NAVBAR
   ---------------------------- */
/* LIQUID GLASS NAVBAR */
/* .navbar.custom_nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;


    background: rgba(255, 255, 255, 0.18);
    background-clip: padding-box;

 
    backdrop-filter: blur(18px) saturate(170%);
    -webkit-backdrop-filter: blur(18px) saturate(170%);


    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);

    overflow: hidden;
}


.navbar.custom_nav::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.55), transparent 55%),
                radial-gradient(circle at 100% 0%, rgba(255, 255, 255, 0.35), transparent 55%),
                radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.20), transparent 55%);
    opacity: 0.65;
    mix-blend-mode: screen;
}


.navbar.custom_nav::after {
    content: "";
    position: absolute;
    top: -150%;
    left: -50%;
    width: 300%;
    height: 300%;
    pointer-events: none;

    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.35) 40%,
        rgba(255, 255, 255, 0.05) 70%,
        transparent 100%
    );
    opacity: 0.30;

    transform: translateX(-10%) translateY(-5%) rotate(10deg);
    animation: liquidSweep 18s ease-in-out infinite;
}

@keyframes liquidSweep {
    0% {
        transform: translateX(-15%) translateY(-8%) rotate(10deg);
    }
    50% {
        transform: translateX(10%) translateY(15%) rotate(14deg);
    }
    100% {
        transform: translateX(-15%) translateY(-8%) rotate(10deg);
    }
}


.navbar.custom_nav .nav-link,
.navbar.custom_nav .navbar-brand,
.navbar.custom_nav .navbar-toggler {
    position: relative;
    z-index: 2;
    color: #111 !important;
    font-weight: 500;
}

.navbar.custom_nav .nav-link:hover,
.navbar.custom_nav .nav-link:focus,
.navbar.custom_nav .nav-link.active {
    color: #000 !important;
}


.navbar.custom_nav .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.25);
}

.navbar.custom_nav .navbar-toggler-icon {
    background-image: none;
    position: relative;
}

.navbar.custom_nav .navbar-toggler-icon::before,
.navbar.custom_nav .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background-color: #111;
}


.navbar.custom_nav .navbar-toggler-icon::before {
    top: 35%;
}
.navbar.custom_nav .navbar-toggler-icon::after {
    bottom: 35%;
}


.navbar.custom_nav .dropdown-menu {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.28);
}

.navbar.custom_nav .dropdown-item {
    color: #222;
}

.navbar.custom_nav .dropdown-item:hover,
.navbar.custom_nav .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.04);
}


.navbar.custom_nav .navbar-brand img {
    max-height: 60px;
    width: auto;
}

@media (max-width: 991.98px) {
    .navbar.custom_nav .navbar-collapse {
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
        border-radius: 16px;
        padding: 0.75rem 0.75rem 1rem;
        margin-top: 0.5rem;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.30);
    }

    .navbar.custom_nav .nav-link {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
} */

/* Navbar wrapper sticks to top */
.top {
    position: sticky;
    top: 0;
    z-index: 3;
}

/* Ensure navbar has solid background when sticky */
#navbar {
    background-color: #f8f9fa; /* same as bg-light */
     z-index: 3;
}

/* Optional: add shadow when page is scrolled */
#navbar.scrolled {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Optional: ensure dropdowns display correctly above content */
.navbar .dropdown-menu {
    z-index: 10000;
}


/* navbar style endx */

.sr-only {
  position: absolute;

  width: 1px;

  height: 1px;

  padding: 0;

  margin: -1px;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  white-space: nowrap;

  border: 0;
}

.dwnBtnA {
  display: inline-block;

  width: auto;

  margin-top: 1px;

  /* padding-top: 5px; */

  background: #cc0001;

  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);

  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);

  text-transform: uppercase;

  font-size: 13px;

  line-height: 0px;

  color: #fff;

  text-align: left;

  padding-right: 10px;

  margin-left: 10px;
}

.dwnBtnA i {
  background: #fff;

  padding: 10px;

  color: #cc0001;

  margin-right: 5px;
}

.dwnBtnA:hover {
  background: #000;

  color: #fff;
}

.dwnBtnA:hover i {
  color: #000;
}

.trs {
  -webkit-transition: all 0.3s ease-in-out;

  -moz-transition: all 0.3s ease-in-out;

  -ms-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) and (max-width: 1333px) {
  .navbar-brand {
    width: 15%;

    margin-right: 2px;
  }
}


.dropdown-item.active,
.nav-item.dropdown.active > .nav-link {
  background-color: var(--muted-color1) !important;

  color: rgba(255, 255, 255) !important;
}

.products_dropdown {
  max-height: 530px;
  overflow-y: auto;
}

/* Scrollbar width */
.products_dropdown::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.products_dropdown::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb */
.products_dropdown::-webkit-scrollbar-thumb {
  background-color: var(--muted-color1);
  border-radius: 20px;
}

/* Thumb hover */
.products_dropdown::-webkit-scrollbar-thumb:hover {
  background-color: var(--muted-color1); /* same color for safety */
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); /* subtle emphasis on hover */
}

/* Firefox scrollbar styling */
.products_dropdown {
  scrollbar-width: thin; /* thin | auto | none */
  scrollbar-color: var(--muted-color1) transparent; /* thumb | track */
}

.topsocial a {
  font-size: 15px;
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 5px 8px;
}
.topsocial a.fb:hover {
  color: #38548f;
}
.topsocial a.tw:hover {
  color: #55acee;
}
.topsocial a.im:hover {
  position: relative;
  color: #fb3958;
}
.topsocial a.in:hover {
  color: #0976b4;
}
.topsocial a.yt:hover {
  color: #e52d27;
}
.topsocial a.gl:hover {
  color: #ea4335;
}
.top {
  width: 100%;
  /* float: left; */
  /* padding: 5px 0; */
  background: #fff;
}
.top_ph {
  float: right;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  padding: 0px 0px;
}
.top_ph a {
  float: left;
  color: #333;
  text-align: center;
  text-decoration: none;
}
.top_ph a i {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #cc0001;
  padding: 5px;
  text-align: center;
  font-size: 15px;
}
.top_ph:hover a i {
  -webkit-transform: scale(1.1) rotate(12deg);
  transform: scale(1.1) rotate(12deg);
}
.top_ph img {
  width: 160px;
  float: left;
}

.wa_icon {
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  bottom: 50px;
  left: 5px;
  z-index: 10;
  padding: 0;
  background: #26af36;
  border-radius: 50%;
}
.wa_icon i {
  color: #fff;
  font-size: 30px;
  padding: 4px 7px;
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }
  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

/***************************** btn *****************************/
.btn_style {
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--muted-color2);
  transition: color ease 0.3s;
  text-decoration: none !important;
  cursor: pointer;
}
.btn_style_reset{
    border: none;
  border-radius: 5px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 400;
  color: var(--muted-color2);
  transition: color ease 0.3s;
  text-decoration: none !important;
  cursor: pointer;
}
.btn_style:hover {
  color: #fff !important;
}
.btn-effect {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  background: var(--secondary-color);
}
.btn-effect span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: var(--primar-color) !important;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-effect:hover span {
  width: 225%;
  height: 262.5px;
}
.btn-effect:active {
  background-color: #fff;
}

/***************************** Banner *****************************/
.banner {
  width: 100%;
  float: left;
  display: flex;
  /* position: relative;
  top: -34px; */
}
.banner_text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*	background: rgba(0, 0, 0, 0.2);*/
}
.banner_text span {
  width: fit-content;
  float: left;
  position: absolute;
  display: block;
  left: 10%;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px;
}
.banner_text span h1 {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  padding: 0 0 20px 0;
  line-height: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #000;
}
.banner_text span h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-shadow: 2px 2px 2px #000;
  color: #fff !important;
}
.carousel,
.carousel-inner,
.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
  float: left;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.carousel-control-next,
.carousel-control-prev {
  width: 5% !important;
}
.carousel-indicators li {
  cursor: pointer;
}

/***************************** welcome *****************************/
.welcome {
  width: 100%;
  display: flex;
  background: #fff;
  padding: 70px 0;
}
.welcome h1,
.welcome h2 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primar-color) !important;
}
.welcome h2 span {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 700;
  color: var(--muted-color1);
}
.welcome_para {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.welcome_para p {
  margin: 0 0 20px 0;
}
.welcome input,
.welcome select,
.welcome textarea {
  background-color: #fff !important;
  border: none !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07) !important;
}
.welcome textarea {
  min-height: 112px !important;
}

/***************************** products *****************************/
.products {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 30px 0;
  background: var(--secondary-color);
}
.products_subtitle {
  color: var(--teritary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  position: relative;
}
.products h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #333;
  text-align: center;
  color: var(--primar-color);
  padding: 5px;
}
/*.products h4 {*/
/*	width: 70%;*/
/*	font-size: 16px;*/
/*    margin: 0 auto 20px auto;*/
/*    letter-spacing: 1px;*/
/*    line-height: 30px;*/
/*    color: #666;*/
/*	font-weight: 400;*/
/*}*/
.products p {
  width: 70%;
  font-size: 16px;
  margin: 0 auto 20px auto;
  letter-spacing: 1px;
  line-height: 30px;
  color: #666;
  font-weight: 400;
}
.products_img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  isolation: isolate; 
}
.products_img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--muted-color1);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}
.products_box:hover .products_img:before {
  transform: translate3d(0px, 0, 0px);
}
.products_img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.products_box:hover .products_img img {
  transform: scale(1.05);
}

/* OVERLAY LOGO — ABSOLUTE TOP */
.products_img .overlay_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: auto;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    transition: all 500ms ease;
    z-index: 9999;        /* highest within isolated context */
    pointer-events: none;
    width: 50px !important;
}

/* SHOW LOGO */
.products_box:hover .products_img .overlay_logo {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.products_content {
  width: 92%;
  float: left;
  height: 100px;
  position: relative;
  margin: -40px 4% 20px 4%;
  background: #fff;
  z-index: 9;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}
.products_title {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-size: 18px !important;
  font-weight: 700;
  text-align: center;
  color: var(--primar-color) !important;
  letter-spacing: 0.5px;
}
.products_content p {
  float: left;
  text-align: center;
  color: var(--primar-color);
  font-size: 13px;
  margin: 20px auto 0 auto;
  border-bottom: 1px solid var(--primar-color);
}
.products_text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #333;
}

/***************************** gallery *****************************/
.gallery {
  width: 100%;
  display: flex;
  text-align: center;
  padding: 30px 0;
  background: #fff;
}
.gallery_subtitle {
  color: var(--teritary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  position: relative;
}
.gallery h1 {
  width: 100%;
  float: left;
  font-family: "Poppins", sans-serif;
  margin: 0 0 25px 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--primar-color) !important;
  text-align: center;
}
.gallery_box {
  position: relative;
  display: block;
}
.gallery_img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.gallery_img:before {
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--muted-color1);
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}
.gallery_box:hover .gallery_img:before {
  transform: translate3d(0px, 0, 0px);
}
.gallery_img img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.gallery_box:hover .gallery_img img {
  transform: scale(1.05);
}


/* project section */
.card-body p{
  font-size: 14px;
    color: #555;
}

.card-body span {
    font-size: 15px;
    font-weight: 700;
}

.project_cardbody {
  position: relative;
  padding: 12px;
  background-color: var(--secondary-color);
  overflow: hidden;
}

/* Animated background layer */
.project_cardbody::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--muted-color1);
  transform: translateY(-101%);
  transition: transform 0.4s ease;
  z-index: 0;
}

/* Background animation on hover */
.project_cardbody:hover::before {
  transform: translateY(0);
}

/* Keep content above the animation */
.project_cardbody > * {
  position: relative;
  z-index: 1;
}

.project_cardbody .card-body{
  padding: 12px 8px 0 8px !important;
}

.project_cardbody:hover p {
  color: #ffffff;
  transition: color 0.3s ease;

}

.project_cardbody p {
  transition: color 0.3s ease;
}


/* project section pagination */
/* .page-item .active {
  --bs-pagination-active-bg: var(var(--primar-color)) !important;
  --bs-pagination-active-border-color: var(var(--primar-color)) !important;
} */

.page-item.active .page-link {
  background-color: var(--primar-color) !important;
  border-color: var(--primar-color) !important;
  color: #fff !important;
  z-index: 1 !important;
}
.page-item.active .page-link:hover {
  background-color: var(--muted-color1) !important;
}

/***************************** swiper *****************************/
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next,
.swiper-button-prev {
  top: 35% !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 15px !important;
  background: #f05349;
  color: #fff;
  font-weight: 500;
  padding: 5px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination {
  position: relative !important;
  margin: 20px 0 10px 0;
}

/************************* location *************************/
.location {
  width: 100%;
  float: left;
  background: #fff;
}

/************************* footer *************************/
.company_title {
     font-weight: 700 !important;
    font-size: 14px !important;
}
/* .footer {
  width: 100%;
  display: flex;
  position: relative;
  background: #000;
  padding: 70px 0 50px 0;
} */
.footer {
  background-repeat: no-repeat;
  background-position: center center !important;
  background-size: cover !important;
  width: 100%;
  position: relative;
  padding: 70px 0 50px 0;
}

.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background: var(--muted-color2);
  content: "";
  opacity: 0.7;
  background-size: cover;
  background-position: center center;
}

.footer h1 {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  margin: 0 0 15px 0;
}
.footer h2 {
  width: 100%;
  float: left;
  color: #ffffff !important;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 15px 0;
}
.footer .input-group input {
  padding: 14px;
  border-radius: 30px !important;
  border: 1px solid #999 !important;
  color: #fff;
}
.footer .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50% !important;
  background: #999;
  color: #fff;
  border: none;
  z-index: 9;
}
.footer .input-group button:hover {
  background: var(--muted-color2);
}
.footer_mapicon {
  float: left;
  margin: 4px 8px 0 0;
  line-height: 20px;
}
.footer_mapicon i {
  color: var(--primar-color);
}
.footer_mailicon i{
   color: var(--primar-color);
}
.footer_mapicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f3c5";
  color: #fff;
  font-size: 15px;
}
.footer_phicon {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_phicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f095";
  color: #fff;
  font-size: 15px;
}
.footer_mailicon {
  float: left;
  margin: 8px 8px 0 0;
  line-height: 20px;
}
.footer_mailicon::before {
  font: var(--fa-font-solid);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f0e0";
  color: #fff;
  font-size: 15px;
}
.address {
  width: 100%;
  float: left;
  color: #fff;
  letter-spacing: 0.5px;
}
.address_box {
  width: auto;
  line-height: 30px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin: 0 0 15px 25px;
}
.address a {
  line-height: 33px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.address a:hover {
  color: var(--footer-hover);
  text-decoration: none;
}
.address i {
  margin: 0 3px 0 0;
  font-size: 13px;
}
.footer ul {
  list-style: none;
}
.footer ul li a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 14px;
  padding: 0 0 7px 0;
  letter-spacing: 0.5px;
}
.footer ul li a:hover {
  color: var(--footer-hover);
}
.footer ul li .active {
  color: var(--footer-hover);
}
.footersocial a {
  width: 35px;
  height: 35px;
  font-size: 16px;
  padding: 10px 0;
}
.social_media a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  line-height: 1;
  margin-right: 4px;
  text-align: center;
  border-radius: 10px;
}
.social_media a.fb {
  color: #38548f;
}
.social_media a.fb:hover {
  color: #fff;
  background: #38548f;
}
.social_media a.tw {
  color: #55acee;
}
.social_media a.tw:hover {
  color: #fff;
  background: #55acee;
}
.social_media a.im {
  color: #fb3958;
}
.social_media a.im:hover {
  color: #fff;
  background: -webkit-linear-gradient(
    bottom left,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.social_media a.yt {
  color: #e52d27;
}
.social_media a.yt:hover {
  color: #fff;
  background: #e52d27;
}
.social_media a.in {
  color: #0976b4;
}
.social_media a.in:hover {
  color: #fff;
  background: #0976b4;
}
.social_media a.wa {
  color: #34af23;
}
.social_media a.wa:hover {
  color: #fff;
  background: #34af23;
}
.social_media a.gl {
  color: #ea4335;
}
.social_media a.gl:hover {
  color: #fff;
  background: #ea4335;
}
.social_media a:focus {
  color: #fff;
}

.copyright {
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 10px 0;
  margin: 0;
  -webkit-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.copyright h2 {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  line-height: 24px;
}
.copyright h2 a {
  color: #333;
}
.copyright h2 a:hover {
  color: var(--muted-color2);
}

/***************************** Popup *****************************/
.modal-header {
  background: rgb(255, 255, 255);
  padding: 4px 20px 8px 20px;
  text-align: center;
  border-radius: 25px 25px 0 0;
  position: relative;
}

.modal-header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  /* background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6)); */
}
.modal-title {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
}
.modal-header .close {
  padding: 0;
  font-size: 18px;
  color: #f00;
  background: none;
  border: none;
}
.modal-content {
  background: none;
  border: none;
}
.modal-open .modal {
  padding: 0 !important;
}
.modal-body {
  background: #fff;
  border-radius: 0 0 25px 25px;
  padding: 10px;
}

/* service section style */
/* Section styling */
.card-section {
  padding: 60px 0;
  background: var(--secondary-color);
}

.card-section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.card-section-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

/* Custom card styling */
.custom-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.1);
}

.custom-card .card-body {
  padding: 24px;
}

.custom-card .card-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.custom-card .card-text {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
}

.custom-card .card-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

/* Button styling override (can change to match your theme) */
.custom-card .btn-primary {
  background-color: #0d6efd;
  border-color: #0d6efd;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 999px;
}

.custom-card .btn-primary:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

/*******************************scrollToTop*******************************/
#scroll {
  position: fixed;
  right: 5px;
  bottom: 40px;
  cursor: pointer;
  width: 30px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 20px;
  z-index: 999;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: var(--muted-color1);
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.list-group-item {
  border: none;
}
.list-group-numbered > .list-group-item::before {
  font-size: 18px;
  color: #1c1c1c !important;
  font-weight: 600;
}

.main-point {
  font-size: 18px;
  color: #1c1c1c !important;
  font-weight: 600;
  line-height: 30px;
}

.sub-point {
  font-size: 16px;
  color: #1c1c1c !important;
  font-weight: 600;
  line-height: 30px;
}

/* career section css */

/* White close button for Bootstrap modal */
.modal-close-btn.btn-close {
    filter: invert(1);
    opacity: 1;
}

/* Optional: white circular background */
.modal-close-btn {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    padding: 0.5rem;
      position: absolute;
  top: 8px;
  right: 0;
}

/* Hover polish */
.modal-close-btn:hover {
    opacity: 0.8;
}

.form-inner {
    background: var(--muted-color) !important;
}
.b_radius_10 {
    border-radius: 10px;
}
.b_shadow_6 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}
.mb_20 {
    margin-bottom: 15px;
}
/* Change arrow (chevron) color to white ONLY when active */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  box-shadow: none;
}

/* Optional: remove blue focus outline */
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button h5{
  font-weight: 600;
}

/* popup form bg */
.form-bg {
  background: #596881;
}
.btn-effect-contact_popup{
position: relative;
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    background: #fff;
    color: var(--muted-color2);
}

.btn-effect-contact_popup:hover span {
    width: 225%;
    height: 262.5px;
}

.btn-effect-contact_popup span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    background: var(--primar-color) !important;
    transition: width 0.4s 
ease-in-out, height 0.4s 
ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.contact_form_title {
  color: var(--primar-color);
}



/* DOWNLOAD SECTION */
.shop-product-section {
    padding: 50px 0;
}
.fix {
    overflow: hidden;
}

.section-title {
    font-size: 2.25rem !important;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif !important;
}
.shop-product-item {
    padding: 60px 25px 60px 25px;
    background-color: var(--primar-color);
    text-align: center;
    height: 100%;
    border-radius: 25px;
}
.shop-product-item .product-image {
    margin-bottom: 20px;
}
.shop-product-item .product-image img {
    max-width: 100%;
    width: 50px;
    height: 100%;
    transition: all 0.4s 
ease-in-out;
}
.shop-product-item .content h3 {
    font-weight: 600;
    padding-bottom: 5px;
    font-size: 18px;
}
.content h3 a {
    color: var(--white-color);
    font-size: 18px;
    letter-spacing: 0.1rem;
    line-height: 1.5rem;
}
.shop-product-item .content h3 a:hover {
    color: var(--footer-hover);
}
.content .link-btns {
    color: var(--white-color);
    border-bottom: 1px solid #ffffff;
    font-size: 16px;
}
.content .link-btns:hover{
  color: var(--footer-hover);
}


/* about section */
.company_profile_des h3{
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0;
    font-family: 'Inter', sans-serif;
    color: var(--primar-color) !important;
    line-height: 1.4em;
    transition: all 500ms ease;
}

.company_profile_des p{
      font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    text-align: justify;
}





@media (min-width: 768px) and (max-width: 1199.1px) {
  .products_content p {
    margin: 0px auto 0 auto;
  }
  .products_title {
    font-size: 16px !important;
  }
}

/* @media (min-width: 200px) and (max-width: 1199px) {
} */
@media (min-width: 200px) and (max-width: 991px) {
  .welcome h1 {
    text-align: center;
  }
  .welcome h2 {
    margin: 40px 0 20px 0;
  }
  .welcome p {
    text-align: justify;
  }
  .wel_btn {
    text-align: center;
  }
  .footer {
    padding: 30px 0 40px 0;
  }
  .footer h3 {
    margin: 40px 0 20px 0;
  }
  .footersocial {
    text-align: center;
  }
  .newsletter_head,
  .footer h2 {
    text-align: center;
  }
  .footer .input-group {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .banner_text span h1 {
    font-size: 17px !important;
  }
  .overlay_para {
    font-size: 18px !important;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .top_ph span {
    display: none;
  }
  .products h4 {
    width: 100%;
  }
  .footer ul li a {
    line-height: 30px;
  }
  .newsletter_head,
  .footer h4 {
    text-align: left;
  }
  .footer .input-group {
    width: 100%;
    margin: 0 auto;
  }
  .footersocial {
    text-align: left;
  }

  .banner_text span h1 {
    font-size: 17px !important;
  }
  .overlay_para {
    font-size: 12px !important;
  }
}
@media (min-width: 200px) and (max-width: 575px) {
  .top_ph {
    padding: 0 5px;
  }
  .logo img {
    width: 200px;
  }
  .banner_text span {
    width: 80%;
    left: 10%;
    right: 10%;
    bottom: 20%;
    line-height: 25px;
  }
  .banner_text span h1 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .banner_text span h2 {
    font-size: 12px;
    text-align: center;
    color: #fff;
  }
  .welcome h1,
  .products h1,
  .gallery h1 {
    font-size: 25px;
  }
  .products_content {
    min-height: auto;
  }
  .footer {
    padding: 20px 0 40px 0;
  }

  .carousel,
  .carousel-inner,
  .carousel-inner .carousel-item img {
    height: auto;
  }

  .banner {
    position: relative;
    top: 56px;
  }
  .products_content p{
    margin: 8px auto 0 auto;
  }
}
