#site-content * {
  min-height: 0px;
  /* border: 1px dashed transparent !important; */
}

#site-content {
  /* max-width: 1280px; */
  margin: 0 auto;
}

#site-content a {
  text-decoration: none;
}

#site-content a:hover {
  text-decoration: underline;
}


#site-content .container {
  margin: 0 auto;
}

.header,
.footer {
  background-color: #f8f8f8;
  padding: 10px 0;
  text-align: center;
}

.navbar {
  background-color: #333333;
  overflow: hidden;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.main-content {
  background-color: #ffffff;
}

.sidebar {
  padding: 20px;
  background-color: #f4f4f4;
}

.footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 10px;
  }

  .navbar a {
    float: none;
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 2em;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.5em;
  }
}

@media (max-width: 320px) {
  h1 {
    font-size: 1.5em;
  }

  h2 {
    font-size: 1.25em;
  }

  h3 {
    font-size: 1em;
  }
}



/* 
font-playfair for h1
font - poppins for all
*/

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #444;
  overflow-x: hidden;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

h1 {
  font-family: var(--h1-font-family);
}

h2 {
  font-family: var(--h2-font-family);
}

h3 {
  font-family: var(--h3-font-family);
}

h4 {
  font-family: var(--h4-font-family);
}

h5 {
  font-family: var(--h5-font-family);
}

h6 {
  font-family: var(--h6-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
}

p {
  margin-bottom: 0;
}

hr {
  width: 35px;
  height: 4px;
  background-color: var(--color-primary);
}

img {
  max-width: 100%;
  height: auto;
}

button,
button:focus,
input:focus {
  outline: none;
  /* border: none; */
}

.container {
  padding: 0 15px;
}

.header-content {
  display: flex;
  justify-content: end;
}

.header-body-item {
  position: relative;
}

.header-body-item {
  .search-block {
    border-radius: 3px;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 40px;
    font-size: 13px;
    cursor: pointer;
    color: var(--color-secondary);
    margin-top: 0px;
  }

  .search-box {
    position: absolute;
    right: 0;
    top: 36px;
    background: #fff;
    padding: 20px;
    border-top: 3px solid var(--color-primary);
    z-index: 999;
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 0px 2px 0px rgba(0, 0, 0, 0.12);
  }

  .search-form {
    background-color: #f5f5f5;
    width: 363px;
    float: right;
    border-radius: 30px;
    position: relative;
  }

  .search-form input {
    background: #f4f6f9;
    color: #555555;
    font-size: 13px;
    font-weight: 300;
    height: 55px;
    padding: 0 40px 0 25px;
    width: 100%;
    border: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    border-radius: 30px;
  }

  .search-form button {
    position: absolute;
    right: 0;
    top: 50%;
    background: 0 0;
    font-size: 16px;
    border: none;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    background: var(--color-primary);
    width: 58px;
    border-radius: 0 30px 30px 0;
    text-align: center;
  }

}

/* ==============================
Resusable Classes
=================================*/

/* ==============================
Resusable Classes
=================================*/

/* ==============================
    Common Styels for 
    Swiper Navigation and Swiper Pagination
=================================*/

.team-swiper {
  padding: 10px 0;
}

.no-slider.swiper-navigation .swiper-button-prev {
  left: 0;
}

.no-slider.swiper-navigation .swiper-button-next {
  right: 0;
}

.no-slider.swiper-navigation {
  margin-top: 40px;
}

.no-slider.swiper-navigation.bottom-position {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.no-slider.swiper-navigation.bottom-position .swiper-button-next,
.no-slider.swiper-navigation.bottom-position .swiper-button-prev {
  position: static;
}

.no-slider .swiper-button-next,
.no-slider .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  flex-shrink: 0;
}

.no-slider .swiper-button-next:after,
.no-slider .swiper-button-prev:after {
  font-size: 25px;
}

/* Swiper button hover start */

.no-slider .swiper-button-next:hover,
.no-slider .swiper-button-prev:hover {
  background-color: var(--color-secondary);
  color: var(--color-white);
}

.no-slider .swiper-pagination {
  position: static;
  width: auto;
  height: 50px;
}

/* Swiper pagination */

.no-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background-color: var(--color-primary);
  opacity: 0.4;
  transition: all 0.3s ease;
}

.no-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}

.no-slider .swiper-button-next:after,
.no-slider .swiper-button-prev:after {
  display: none;
}

.no-slider .swiper-button-next i,
.no-slider .swiper-button-prev i {
  font-size: 20px;
}

.swiper-navigation.no-nav {
  display: none;
}

/* ==============================
    Subtitle, title, plain text
=================================*/

.ebl-data-blocks {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.plain_text p {
  color: var(--p-color);
}

/* ==============================
    Blog List
=================================*/

.blog_list .blog_grid {}

.blog_list .blog_item {
  z-index: 2;
  position: relative;
  border: none;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0.68px 12.982px 29px 0 rgb(0 0 0 / 7%);
  box-shadow: 0.68px 12.982px 29px 0 rgb(0 0 0 / 7%);
  padding: 30px;
  transition: all 0.8s;
  margin-bottom: 30px;
}

.blog_list .blog_img {
  position: relative;
  overflow: hidden;
}

.blog_list .blog_img img {
  width: 100%;
  border-radius: 6px;
  display: block;
  transition: all 0.8s;
}

.blog_list .blog_img:hover .blog-date {
  border-radius: 0 0 0 0;
}

.blog_list .blog_img:hover img {
  transform: scale(1.1);
  border-radius: 6px;
}

.blog_list .blog-date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  padding: 10px 20px;
  color: #fff;
  border-radius: 0 0 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 999;
}

.blog_list .blog_meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}

.blog_list .blog_meta span {
  color: #797979;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

.blog_list .blog_heading {
  margin-top: 10px;
}

.blog_heading h3 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.32;
}

.blog_heading h3 a {
  color: inherit;
}

.blog_heading h3 a:hover {
  color: var(--color-primary);
}

/* ==============================
    Blog List End
=================================*/

/* ==============================
    About Us 1
=================================*/

.about-us-1 .common-list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.about-us-1 .common-list-ul li {
  width: calc(50% - 5px);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  background: #eff0ef;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.about-us-1 .common-list-ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  overflow: hidden;
  border-radius: 5px;
  transition: width 0.3s ease-in-out;
  z-index: -1;
}

.about-us-1 .common-list-ul li:hover:before {
  width: 100%;
}

.about-us-1 .common-list-ul li:hover {
  color: var(--color-white);
}

/* ==============================
    About Us 1 End
=================================*/

/* ==============================
    Skills 1 Section
=================================*/

.skills-1 .common-list-ul li {
  margin-bottom: 20px;
}

.skills-1 .progress {
  height: 10px;
}

.skills-1 .progress-bar {
  background-color: var(--color-primary);
}

/* ==============================
    Skills 1 Section End
=================================*/

/* ==============================
    Skills 1 Section
=================================*/

.skills-2 .common-list-ul li {
  margin-bottom: 20px;
}

.skills-2 .progress-bar {
  background-color: var(--color-primary);
}

/* ==============================
    Skills 1 Section End
=================================*/

/* single menu popup css */

.single-menu-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
}

.single-menu-popup-inner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-menu-popup-content {
  max-width: 520px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}

.popup-close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid black;
  font-size: 20px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
}

.single-menu-img {
  width: 100%;
  height: 240px;
}

.single-menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.popup-text-content {
  padding: 20px;
}

.menu-desc {
  color: #000;
  margin-top: 12px;
}

.popup-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.qty-mutation {
  display: flex;
}

.qty-mutation>* {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgb(96, 96, 96);
  border-radius: 5px;
  color: #000;
  font-size: 16px;
}

.qty-mutation .decrement-control {
  border-radius: 5px 0 0 5px;
  cursor: pointer;
}

.qty-mutation input {
  outline: 0px;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
  border-right: none;
  border-left: none;
}

.qty-mutation .increment-control {
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.btn-cart {
  height: 40px;
  border: none;
  background: var(--color-primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

/* single menu popup css end */
/* ==============================
    Dynamic Gallery System
=================================*/
:root {
  --gallery-card-radius: 40px;
  --gallery-transition-speed: 0.4s;
  --gallery-gap: 12px;
  --gallery-container-max-width: 500px;
}

/* Core Gallery Styles */
.gallery-container {
  width: 100%;
}

.image-list {
  display: grid;
  gap: var(--gallery-gap);
  width: 100%;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: var(--gallery-card-radius);
  background: #e5e5e5;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  transition: transform var(--gallery-transition-speed) cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow var(--gallery-transition-speed) ease;
  cursor: pointer;
}

.img-wrapper:hover {
  transform: translateY(-5px) scale(1.01);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform var(--gallery-transition-speed) ease;
}

.img-wrapper:hover img {
  transform: scale(1.08);
}

.img-wrapper .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 20px;
}

.img-wrapper:hover .overlay {
  opacity: 1;
}

.img-wrapper .overlay span {
  color: white;
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
}

/* Dynamic Layout Logic */

/* 1 Image Layout */
.image-list.count-1 {
  grid-template-columns: 1fr;
}

.image-list.count-1 .img-wrapper {
  aspect-ratio: 4/5;
}

/* 2 Image Layout */
.image-list.count-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 300px;
}

/* 3 Image Layout */
.image-list.count-3 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 180px 180px;
}

.image-list.count-3 .img-1 {
  grid-row: 1 / span 2;
}

/* 4 Image Layout */
.image-list.count-4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 160px 160px 160px;
}

.image-list.count-4 .img-2 {
  grid-row: 1 / span 2;
}

.image-list.count-4 .img-3 {
  grid-row: 2;
}

.image-list.count-4 .img-4 {
  grid-row: 3;
}

/* 5 Image Layout */
.image-list.count-5 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 150px 150px;
}

.image-list.count-5 .img-1 {
  grid-column: span 3;
}

.image-list.count-5 .img-2 {
  grid-column: span 3;
}

.image-list.count-5 .img-3 {
  grid-column: span 2;
}

.image-list.count-5 .img-4 {
  grid-column: span 2;
}

.image-list.count-5 .img-5 {
  grid-column: span 2;
}

/* 6 Image Layout */
.image-list.count-6 {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 140px 140px 140px;
}

.image-list.count-6 .img-1 {
  grid-column: span 4;
  grid-row: span 2;
}

.image-list.count-6 .img-2 {
  grid-column: span 2;
  grid-row: span 1;
}

.image-list.count-6 .img-3 {
  grid-column: span 2;
  grid-row: span 1;
}

.image-list.count-6 .img-4 {
  grid-column: span 2;
  grid-row: span 1;
}

.image-list.count-6 .img-5 {
  grid-column: span 2;
  grid-row: span 1;
}

.image-list.count-6 .img-6 {
  grid-column: span 2;
  grid-row: span 1;
}

/* Responsive Stacking for small screens */
@media (max-width: 450px) {
  :root {
    --gallery-card-radius: 30px;
  }

  .image-list.count-2,
  .image-list.count-3,
  .image-list.count-4,
  .image-list.count-5,
  .image-list.count-6 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .image-list.count-2 .img-wrapper,
  .image-list.count-3 .img-wrapper,
  .image-list.count-4 .img-wrapper,
  .image-list.count-5 .img-wrapper,
  .image-list.count-6 .img-wrapper {
    aspect-ratio: 3/2;
    grid-row: auto !important;
    grid-column: auto !important;
  }
}



/* Max-width */
.max-width-1280 {
  max-width: 1280px;
  margin: 0 auto !important;
}

.max-width-1400 {
  max-width: 1400px;
  margin: 0 auto !important;
  ;
}

.max-width-1600 {
  max-width: 1600px;
  margin: 0 auto !important;
  ;
}

.max-width-100 {
  max-width: 100%;
  margin: 0 auto !important;
  ;
}

.max-width-200 {
  max-width: 200px;
  margin: 0 auto !important;
}

.max-width-300 {
  max-width: 300px;
  margin: 0 auto !important;
  ;
}

.max-width-400 {
  max-width: 400px;
  margin: 0 auto !important;
  ;
}

.max-width-500 {
  max-width: 500px;
  margin: 0 auto !important;
  ;
}

.max-width-600 {
  max-width: 600px;
  margin: 0 auto !important;
  ;
}

.max-width-700 {
  max-width: 700px;
  margin: 0 auto !important;
  ;
}

.max-width-800 {
  max-width: 800px;
  margin: 0 auto !important;
  ;
}

.max-width-900 {
  max-width: 900px;
  margin: 0 auto !important;
  ;
}

.max-width-1000 {
  max-width: 1000px;
  margin: 0 auto !important;
  ;
}

.max-width-1100 {
  max-width: 1100px;
  margin: 0 auto !important;
  ;
}

.max-width-1200 {
  max-width: 1200px;
  margin: 0 auto !important;
  ;
}

.max-width-1300 {
  max-width: 1300px;
  margin: 0 auto !important;
  ;
}

.max-width-1350 {
  max-width: 1400px;
  margin: 0 auto !important;
  ;
}