* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

main {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
a,
input,
select {
  font-family: "Josefin Sans", sans-serif !important;
  color: #000;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
  width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Custom Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track color */
  border-radius: 10px; /* Rounded corners for the track */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #4caf50,
    #81c784
  ); /* Gradient color for the thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    #388e3c,
    #66bb6a
  ); /* Darker gradient on hover */
}

/* Firefox Support */
.scrollable-content {
  scrollbar-width: thin; /* Thinner scrollbar */
  scrollbar-color: #4caf50 #f1f1f1; /* Color for thumb and track */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Josefin Sans", sans-serif !important;
  color: #fff;
  /* cursor: pointer; */
}

/* header top */
header .header_top_main {
  background-color: #f7f7f7;
  padding-top: 10px;
  height: 45px;
  /* padding-bottom: 5px; */
}

header .header_top_main .container .header_top_inner {
  display: flex;
  gap: 40px;
  align-items: baseline;
  justify-content: center;
}
header .header_top_main .container .header_top_inner a,
header .header_top_main .container .header_top_inner p {
  color: #727272;
  font-size: 18px;
  font-weight: 500;
}

/* header bottom */
header .header_bottom .container-fluid .header_bottom_inner .logo img {
  width: auto;
  height: 80px;
}

header .header_bottom .container-fluid .header_bottom_inner .links ul {
  display: flex;
  gap: 50px;
  align-items: center;
}

header .header_bottom .container-fluid .header_bottom_inner .links ul li a {
  font-size: 17px;
  color: #171717;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .links
  ul
  li
  a:hover {
  color: #d68d67;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .links
  ul
  li
  a.active {
  color: #d68d67;
  /* font-weight: bold; */
}

header .header_bottom .container-fluid .header_bottom_inner .icons ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .header_bottom .container-fluid .header_bottom_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 70px;
  padding-right: 170px;
  padding-top: 20px;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-facebook-f {
  background-color: #3b5998;
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  transition: background-color 0.5s;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-facebook-f:hover {
  background-color: #366cdd;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-x-twitter {
  background-color: #0db1d6;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: background-color 0.5s;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-x-twitter:hover {
  background-color: #00cfff;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-linkedin-in {
  background-color: #3b5998;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  transition: background-color 0.5s;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .icons
  ul
  li
  a
  .fa-linkedin-in:hover {
  background-color: #009bff;
}

header .header_bottom .container-fluid .header_bottom_inner .res_ button {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  font-size: 25px;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .res_
  .offcanvas
  .offcanvas-body
  .links {
  display: flex;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .res_
  .offcanvas
  .offcanvas-body
  .links
  ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  padding-left: 20px;
  padding-bottom: 20px;
}

header
  .header_bottom
  .container-fluid
  .header_bottom_inner
  .res_
  .offcanvas
  .offcanvas-body
  .icons
  ul {
  padding-left: 20px;
  display: flex;
}

header .header_bottom .container-fluid .header_bottom_inner .res_ {
  display: none;
}

/* Offcanvas and link active states */
.links ul li a,
.offcanvas-body .links ul li a {
  color: #171717;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

.links ul li a.active,
.offcanvas-body .links ul li a.active {
  color: #d68d67;
  font-weight: bold;
}
.offcanvas {
  position: absolute;
  z-index: 999999 !important;
}

/* footer */

.footer .main_image {
  text-align: center;
}

.footer {
  background-color: #1d1d1d;
}

.date {
  text-align: center;
  cursor: auto;
}

.footer .main_time {
  background-color: #1d1d1d;
}

.footer .main_time .Hour .Opening {
  color: white !important;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.footer .main_time .time .date {
  color: #969696 !important;
  font-size: 15px;
}
.footer .main_time .time .date:hover {
  color: #fff !important;
  transition: 0.5s;
  cursor: default;
}
.logo-image {
  width: 20%;
  height: 20%;
  padding-top: 50px;
}

.footer .main_footer {
  display: flex;
  justify-content: space-evenly;
  padding-top: 50px;
}
.footer .main_line p {
  text-align: center;
  color: #fff !important;
  margin: 0px !important;
}

/* responsive */
@media screen and (max-width: 1199px) {
  header .header_top_main .container .header_top_inner a,
  header .header_top_main .container .header_top_inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1026px) {
  header .header_bottom .container-fluid .header_bottom_inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 992px) {
  header .header_top_main {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  header .header_bottom .container-fluid .header_bottom_inner .res_ {
    display: flex;
  }
  header .header_bottom .container-fluid .header_bottom_inner .links,
  header .header_bottom .container-fluid .header_bottom_inner .icons ul {
    display: none;
  }
}

@media screen and (max-width: 531px) {
  .footer .main_footer {
    flex-direction: column;
    padding-left: 20px;
  }
  .footer .main_image {
    text-align: left;
    padding-left: 20px;
  }
  .footer .main_time .Hour .Opening {
    color: white !important;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
  }

  .date {
    text-align: left;
    cursor: auto;
  }
}
