html,
body {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body#about-us {
  overflow: hidden;
}
img {
  max-width: 100%;
  max-height: 100%;
}
#lg-download-2{
    display: none !important;
}


:root {
  --yellow: #f5aa27;
  --yellow-light: #ffd33b;

  --light-text: #fff;
  --dark-text: #3f3f3f;

  --heading-font: "DM Sans";
  --para-font: "Nunito Sans";

  --light-bg: #ede8d0;

  --header-bg: #000;

  --header-light-bg: #fff;

  --border-style-light: 1px solid #c6c6c6;

  --swiper-theme-color: var(--yellow) !important;
  --swiper-navigation-size: 1rem !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  min-width: 96%;
  width: 96%;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
a {
  color: var(--dark-text);
  font-family: var(--heading-font);
  margin: 0;
}
p {
  font-family: var(--para-font) !important;
  color: var(--dark-text);
}
a {
  font-family: "DM Sans", serif;
  font-weight: 500;
  text-decoration: none !important;
}
a > p {
  font-family: var(--para-font) !important;
  font-weight: 400;
}
label {
  font-family: var(--para-font) !important;
  color: var(--dark-text);
}
li{
  list-style: none;
}

/* Search Bar */

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  margin: 0 !important;
  padding: 0 !important;
  height: 8svh !important;
  background-color: transparent !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #5d5c5cd0 !important;
  border-radius: 0 0 0 0 !important;
  box-shadow: none !important;
  border-radius: none !important;
  display: flex;
  align-items: end;
  justify-content: center;
  transition: border-bottom 0.3s ease; /* Smooth transition for border color */
}
#ajaxsearchlite1 .probox:focus,
div.asl_w .probox:focus {
  border-bottom: 1px solid var(--dark-text) !important; /* Change color on focus */
}

/* Change border color on click (active) */
#ajaxsearchlite1 .probox:active,
div.asl_w .probox:active {
  border-bottom: 1px solid var(--dark-text) !important; /* Change color on click */
}

/* Optional: Keep the color changed even after the input loses focus */
#ajaxsearchlite1 .probox:focus-visible,
div.asl_w .probox:focus-visible {
  border-bottom: 1px solid var(--dark-text) !important; /* Keep color after focus */
}

div.asl_m .probox .proinput {
  height: 8svh !important;
}
#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-weight: normal;
  color: var(--dark-text) !important;
  font-size: 2rem !important;
  font-family: "Inter" !important;
  line-height: normal !important;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border: 0;
  box-shadow: none;
  height: 8svh !important;
}

div.asl_w .probox .promagnifier {
  display: none !important;
}
.asl_w_container {
  width: 75% !important;
  display: flex;
  justify-self: center;
}

.header-transparent {
  position: absolute;
  top: 0;
  width: 100%;
  background: transparent;
  color: white;
  transition: background 0.3s ease-in-out;
}

.header-transparent .nav-menu a {
  color: var(--light-text);
}

.header-transparent.scrolled .nav-menu a {
  color: #fff;
}
/* Sticky Header Animation */
.header-sticky {
  transition: transform 0.3s ease-in-out, background-color 0.3s, opacity 0.3s;
}
.logo{
	height: 10dvh;
}
.logo a{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.header-sticky.scrolled {
  transform: translateY(0);
}

.header-sticky.hidden {
  transform: translateY(-100%);
}

/* Absolute Header Styles */
.header-absolute.header-dark {
  background-color: rgba(51, 51, 51, 0.7);
}

.header-absolute.header-light {
  background-color: var(--header-light-bg);
}



/* Header Styles */
.homepage-header {
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  z-index: 100;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

}

/* Dark Header Style */
.header-dark {
  background-color: var(--dark-text);
  color: white;
}

.header-dark .homepage-nav a {
  color: white;
}

.header-dark .search-icon {
  color: white;
}

/* Light Header Style */
.header-light {
  background-color: var(--header-light-bg);
  color: var(--dark-text);
}

.header-light .homepage-nav a {
  color: var(--dark-text);
}

.header-light .search-icon {
  color: var(--dark-text);
}

/* Header Positions */
.header-normal{
  position: sticky;
  top: 0;
}

.header-sticky {
  position: sticky;
  top: 0;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  box-shadow: none;
}

.meet-our-team .swiper-button-next,
.meet-our-team .swiper-button-prev {
  position: absolute !important;
  top: 45% !important;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  color: var(--light-text);
}
.highlights-section .swiper-button-prev::after,
.highlights-section .swiper-button-next::after,
.meet-our-team .swiper-button-prev::after,
.meet-our-team .swiper-button-next::after {
  font-size: 1.5rem;
  padding: 10px;
  background: #22222257;
  color: var(--light-text);
}
.meet-our-team .swiper-button-prev {
  left: 2% !important;
}
.meet-our-team .swiper-button-next {
  right: 2% !important;
}

.swiper-pagination-bullet {
  height: 0.8rem !important;
  width: 0.8rem !important;
}

.homepage-slider .swiper-button-prev,
.homepage-slider .swiper-button-next {
  position: absolute !important;
  top: auto !important; /* Remove default top positioning */
  bottom: 60px !important; /* Place buttons 20px from the bottom */
  z-index: 999; /* Ensure buttons are on top */
  border-radius: 50%; /* Circular buttons */
  padding: 5px; /* Adjust size */
  font-size: 1rem !important;
}
.homepage-slider .swiper-button-prev {
  left: auto !important;
  right: 10% !important ;
}
.homepage-slider .swiper-button-next {
  right: 2% !important;
}

/* Optional: Style the arrows inside the buttons */
.homepage-slider .swiper-button-prev::after,
.homepage-slider .swiper-button-next::after {
  font-size: 20px; /* Adjust the size of arrows */
  color: white; /* Set the arrow color */
}
figure {
  padding: 0;
  margin: 0;
}

/* Home page slopped */

.blocks {
  display: flex;
  height: 50svh;
  width: 100%;
  overflow: hidden;
}

.block {
  flex: 1;
  position: relative;
  transition: transform 0.4s ease;
}

.block:hover {
  transform: scale(1.02);
  overflow: hidden;
}

.block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.block img {
  opacity: 1;
}

.front-page .text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--light-text);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 20px;
  font-size: 1.5rem;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  z-index: 4;
}

.block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.front-page .text-content h2 {
  font-size: 1.8rem;
  margin: 0;
  color: var(--light-text);
}

.front-page .text-content h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
  color: var(--light-text);
}

.block .text-content h4 {
  opacity: 1;
}

.block a {
  text-decoration: none;
}

#conservation-page .projects-container,
.heritage-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.heritage-header {
  position: sticky;
  top: 10svh;
  z-index: 999;
}
.heritage-header,
.projects-header {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px dotted var(--dark-text);
}
.heritage-header-content,
.project-header-content {
  padding: 1rem 0;
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.heritage-header-content div,
.project-header-content div {
  flex: 1;
}

.projects-header .categories-dropdown,
.projects-header .status-dropdown,
.projects-header .project-search {
  display: flex;
  flex-direction: column;
}
.projects-header select {
  border: var(--border-style-light);
}

.heritage-header select,
input[type="text"],
.projects-header select,
input[type="text"] {
  padding: 10px;
  font-size: 16px;
  width: 100%;
}

.projects-header input[type="text"] {
  width: 250px;
}

.projects-header label {
  margin-bottom: 0.6rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--dark-text);
}

/* Main Content Area */
.heritage-grid {
  width: 100%;
}
#conservation-page .projects-content {
  width: 96%;
  padding: 1rem 0;
}

#conservation-page .project-status-toggle {
  margin-bottom: 1rem;
}

#conservation-page .filter-btns {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
#conservation-page .filter-btns .filter-btns-left {
  display: flex;
  list-style: none;
  gap: 1rem;
  padding: 0;
}

#conservation-page .filter-btns .filter-btn {
  cursor: pointer;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  color: var(--dark-text);
  border: var(--border-style-light);
  list-style-type: none;
  margin: 0 5px;
}

#conservation-page .filter-btns .filter-btn.active,
#conservation-page .filter-btns .filter-btn:hover {
  background-color: var(--header-bg);
  color: var(--light-text);
  border: var(--border-style-light);
}

#conservation-page #project-search-input {
  width: 100%;
  max-width: 300px;
  padding: 10px 2rem;
  font-size: 16px;
  border: var(--border-style-light);
  outline: none;
  color: #010101;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
}

#conservation-page #project-search-input:focus {
  border-color: #696969;
  box-shadow: 0 0 5px rgba(105, 107, 107, 0.5);
  outline: none;
}
/* Projects List */
.heritage-grid,
#conservation-page #projects-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 0 auto; /* Center the grid container */
  padding: 0 1rem; /* Optional: add some padding to avoid touching the edges */
}

.article-image img {
  max-height: 250px;
}
.heritage-grid article,
#conservation-page .project-item {
  position: relative; /* Allows positioning of child elements */
  padding: 0.5rem;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 4px;
  max-width: 100%; /* Ensures it doesn’t go beyond the container */
  max-width: 350px;
}

#conservation-page .project-thumbnail {
  position: relative;
  width: 100%;
  height: 200px; /* Set a fixed height for the thumbnail */
  overflow: hidden;
}

#conservation-page .project-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire thumbnail area */
}

#conservation-page .project-item h4 {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 1.1rem;
  color: #222;
  font-weight: 600;
  text-align: left;
  z-index: 1;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  transition: text-decoration-color 0.2s ease-in-out;
}

#conservation-page .project-item:hover h4 {
  text-decoration-color: #222; /* Show underline smoothly */
}


.single-project .single-page-post-container {
  height: 90dvh;
  width: 100%;
}
.single-project .single-post-content {
  padding: 0 7vw;
}
.single-post-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  height: 100svh;
}
/* Ensure Swiper container takes full width */
.single-post-header .header-swiper {
  width: 100%;
  height: 100%; /* Header height */
  overflow: hidden;
  position: relative;
}
.header-swiper .swiper-wrapper {
  width: 100%; /* Ensure it fits inside .swiper-container */
  height: 65%; /* Match container height */
  display: flex; /* Keep slides aligned properly */
}
/* Ensure swiper-slide adjusts to the container size */
.header-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60svh;
  background: var(--light-bg);
}
.header-swiper .swiper-slide a {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
}

/* Scale images to fit within swiper container while maintaining aspect ratio */
.header-swiper .swiper-slide img {
  width: 100%; /* Ensure image width is responsive */
  height: 100%; /* Maintain aspect ratio */
  object-fit: contain; /* Make sure the image fits within the slide container */
  cursor: pointer; /* Show pointer cursor to indicate clickability */
  position: absolute;
}
.header-swiper .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  padding: 2svh 4% 0 1%;
}
.header-swiper .swiper-pagination {
  position: static !important;
}

.single-post-header .single-title-container {
  border-right: var(--border-style-light);
}
.single-post-header .single-title-container,
.single-post-header .project-showcase-section {
  height: 100%;
  border-bottom: var(--border-style-light);
}
.single-post-header .project-showcase-section {
  width: 50%;
}
.header-swiper .swiper-pre-next {
  display: flex;
  align-items: center;
}
.header-swiper .swiper-button-prev::after,
.header-swiper .swiper-button-prev {
  padding-right: 2rem;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post-header .swiper-button-prev,
.single-post-header .swiper-button-next {
  position: static !important;
  z-index: 2;
  margin-top: 0 !important;
}

.swiper-play-pause {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-play-pause svg {
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.swiper-play-pause:hover svg {
  transform: scale(1.1); /* slight zoom on hover */
}

/* Optional: if you want the color to be dynamic */
.swiper-play-pause svg path,
.swiper-play-pause svg polygon,
.swiper-play-pause svg rect {
  fill: var(--dark-text);
}

.single-post-header .swiper-button-prev::after,
.single-post-header .swiper-button-next::after {
  color: var(--dark-text) !important;
}
.project-showcase-section {
  display: flex;
  flex-direction: column;
}
.single-post-header .single-title-container {
  width: 50%;
  height: 90svh;
}
.single-post-header .single-title-container .single-title-content {
  padding: 2rem 2% 2rem 2vw;
  overflow-y: auto;
  height: 71svh;
}
.single-post-header .single-title-container h1 {
  font-weight: 200;
  font-size: calc(100vw / 50);
  padding-bottom: 2svh;
}
.single-post-header .single-title-container a {
  color: #212529;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 300;
}
.breadcrumb-back-to {
  display: flex;
  align-items: center;
  justify-content: start;
    padding-left: 2vw;
    background-color: var(--light-bg);
  height: 6svh;
}

.single-project .breadcrumb-container {
  position: static;
}

.back-to-projects {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.9rem !important;
  transition: color 0.3s ease;
}

.back-to-projects span {
  display: inline-block;
  transition: transform 0.3s ease; /* Smooth transition for movement */
  margin-right: 5px; /* Optional spacing between arrow and text */
}

.back-to-projects:hover span {
  transform: translateX(-5px); /* Moves the arrow 5px to the left */
}

.buttons-showcase {
  padding-top: 15svh;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.buttons-container {
  display: flex;
  gap: 1rem;
}
.btn {
  border: 1px solid var(--yellow);
  border-radius: 0;
  transition: all 0.3s ease-in;
  font-size: calc(100svh / 55);
}
.btn:hover {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
}

.bottom-details {
  display: flex;
  justify-content: space-evenly;
  height: 12svh;
  background-color: var(--light-text);
  box-shadow: 0px -10px 20px 0px #ffffff;
  z-index: 1;
  position: relative;
}
.bottom-details .first-detail {
  border-left: none !important;
  width: 150% !important;
}
.bottom-details .detail {
  display: flex;
  padding: 2%;
  gap: 1rem;
  align-items: center;
  border-top: var(--border-style-light);
  border-left: var(--border-style-light);
  width: 100%;
}
.bottom-details .detail img {
  max-width: 100%; /* Prevent the image from exceeding container's width */
  max-height: 100%; /* Prevent the image from exceeding container's height */
  object-fit: contain; /* Ensure the image scales properly */
  width: 4svh;
}
.bottom-details .detail h3 {
  font-size: calc(100svh / 50);
}

.list-group {
  --bs-list-group-bg: var(--dark-text);
}

.project-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-self: center;
  width: 85%;
  padding: 2rem 0;
}
.project-content h1 {
  padding: 2rem 0;
  border-bottom: 1px dotted #555;
  margin-bottom: 1rem;
  font-weight: 900;
}

/* Timeline Page Styles */
.timeline-wrapper {
  text-align: center;
  position: relative;
  background-color: var(--header-bg); /* Black background */
  color: var(--light-text);
  height: 100svh;
  overflow: hidden;
}

/* Background "40" */
.years-bg {
  font-size: 80svh;
  color: rgba(255, 255, 255, 0.03); /* Light opacity */
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-weight: bold;
}
.timeline-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100vw;
  padding: 0 20vw;
  position: relative;
  z-index: 3;
}

/* SVG Line */
.svg-container {
  padding: 1.5rem 0;
}
.svg-container svg {
  width: 30vw;
} /* Base style for the animated path */
.animated-path {
  stroke: #ffc947;
  fill: none;
  stroke-width: 19;
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  animation: revealPath 5s ease-out forwards;
}

@keyframes revealPath {
  0% {
    stroke-dasharray: 0; /* Path starts as hidden */
  }
  100% {
    stroke-dasharray: var(--path-length); /* Path fully visible */
  }
}

/* Single Page Starts here */

.page-default {
  background-color: var(--light-text);
}

#page-content {
  width: 100%;
}

#hero {
  background: var(--light-bg);
  width: 100%;
  display: flex;
  justify-content: center;
}
#hero .hero-section {
  width: 96%;
  height: 25svh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  max-height: 200px;
    min-height: 150px;
}
#hero .hero-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
}

#hero .hero-section h1 {
  font-size: 3rem; /* Adjust font size */
  margin: 0; /* Remove default margin */
  letter-spacing: -2px;
  font-weight: 600;
  padding: 0;
  height: 100%;
  font-family: "Inter";
}

#hero .cap {
  display: flex; /* Use flexbox for alignment */
  justify-content: center; /* Center horizontally */
  align-items: flex-end; /* Align items at the bottom */
  position: relative; /* To control span positioning */
}

#hero .cap span {
  font-size: 30svh; /* Adjust font size to scale dynamically */
  font-weight: bold;
  line-height: 1;
  display: block;
}
#hero .letter-a {
  color: var(--letter-a); /* Color for 'a' */
  margin-right: 5vw; /* Add margin on the right */
  transform: rotate(-10deg) scale(2); /* Apply both rotation and scaling */
}

#hero .letter-h {
  color: var(--letter-h); /* Color for 'h' */
  margin-left: 5vw; /* Add margin on the left */
  transform: rotate(15deg) scale(2); /* Apply both rotation and scaling */
}
#our_projects .light-bg-picker,
.blog .light-bg-picker{
	display: block;
}
.page-template-projects-template .breadcrumb li a,
.blog .breadcrumb li a,
.blog .breadcrumb li + li:before,
.page-template-projects-template .breadcrumb li + li:before,
.page-template-projects-template .breadcrumb li,
.blog .breadcrumb li{
	color: #555 !important;
}

.page-default .main-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-default .content-section {
  width: 96%;
  display: flex;
  flex-direction: column;
}
.about-details {
  width: 96%;
}
.about-details p {
  font-size: 1rem !important;
}

/* Template Parts */

/* Template Globals */

.global-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: var(--border-style-light);
}

.heading-left {
  flex: 1;
}

.heading-right {
  text-align: right;
}

.view-all-link {
  font-size: 16px;
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-bg);
  color: var(--light-text);
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}

.search-modal.active {
  display: flex;
}

.search-container {
  width: 100%;
  padding: 0 2%;
}

#global-search-input {
  width: 70%;
  padding: 15px;
  font-size: 18px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  border-radius: 5px;
}

.search-section h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.search-section ul {
  list-style: none;
  padding: 0;
}

.search-section ul li {
  margin-bottom: 10px;
}

.search-section ul li a {
  color: #00adee;
  text-decoration: none;
}

.search-section ul li a:hover {
  text-decoration: underline;
}
.close-container {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  padding-bottom: 2rem;
}
.close-container .close-button {
  border: none;
  font-size: 3rem;
}
.innericon {
  display: none !important;
}

/* Global selector for homepage slider */
.homepage-slider #homepage-slider {
  position: relative;
  width: 100vw;
  height: 100svh;
}

/* Global styling for swiper-slide */
.homepage-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.homepage-slider .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0) 50%
    ),
    radial-gradient(
      farthest-corner at bottom left,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0) 50%
    );
  z-index: 0; /* Keeps the gradient behind the content */
}
/* Default Swiper button positioning (remove the default styles) */
.homepage-slider .swiper-button-prev,
.homepage-slider .swiper-button-next {
  position: absolute !important;
  top: auto !important; /* Remove default top positioning */
  bottom: 60px !important; /* Place buttons 20px from the bottom */
  z-index: 999; /* Ensure buttons are on top */
  border-radius: 50%; /* Circular buttons */
  padding: 5px; /* Adjust size */
  font-size: 1rem !important;
}
.homepage-slider .swiper-button-prev {
  left: auto !important;
  right: 10% !important ;
}
.homepage-slider .swiper-button-next {
  right: 2% !important;
}

/* Optional: Style the arrows inside the buttons */
.homepage-slider .swiper-button-prev::after,
.homepage-slider .swiper-button-next::after {
  font-size: 20px; /* Adjust the size of arrows */
  color: white; /* Set the arrow color */
}

/* Global styling for images and videos inside swiper-slide */
.homepage-slider .swiper-slide img,
.homepage-slider .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-slider .swiper-wrapper p {
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 200 !important;
}
.homepage-slider {
}

/* Global styling for slider content (e.g., headings, text) */
.homepage-slider .slider-content {
  position: absolute;
  bottom: 60px;
  left: 2%;
  color: var(--light-text);
  max-width: 50%;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
}
.homepage-slider .slider-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 200 !important;
  color: var(--light-text);
}
.homepage-slider .slider-content p {
  color: var(--light-text);
}

.homepage-slider .read-more {
  display: inline-block;
  margin-top: 10px;
  padding: 3px 0px;
  color: var(--light-text);
  text-decoration: none;
  border-bottom: 1px solid var(--light-text);
  font-weight: 300 !important;
  letter-spacing: 1px;
    font-size: calc(100vh / 35);
}

.homepage-slider .read-more span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.homepage-slider .read-more:hover span {
  transform: translateX(5px);
}
.banner-section .breadcrumb {
  padding-bottom: 2rem;
  position: absolute;
  z-index: 2;
  top: 14svh;
  left: 2%;
}
.banner-section .breadcrumb li + li:before {
  color: #c3c3c3;
}
.banner-section .breadcrumb li {
  color: #c3c3c3;
}

.banner-section .breadcrumb li a {
  color: #c3c3c3;
}
.category-publications .breadcrumb-single-post,
.category-news .breadcrumb-single-post,
.category-awards .breadcrumb-single-post{
  padding-top: 1rem;
}
.breadcrumb {
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
}

.breadcrumb li {
  display: inline;
  font-family: "DM Sans", serif;
  color: var(--light-text);
  font-size: 14px;
}
.breadcrumb li a {
  text-decoration: none;
  color: var(--light-text);
  font-size: 14px;
}

.breadcrumb li + li:before {
  content: ">";
  padding: 0 2px;
  color: var(--light-text);
  font-size: 14px;
}

.breadcrumb-container span {
  color: #ddd;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.scroll-container {
  width: 100%;
  height: 90svh;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; /* Enables smooth scrolling */
  margin-top: 10svh;
}

/* Sections with Scroll Snap */
.scroll-container section {
  position: relative;
  min-height: 90svh; /* Ensures full-screen sections */
  scroll-snap-align: start;
  display: flex;
  align-items: start;
  justify-content: center;
  margin-top: 10svh;
}
.aboutpagebanner-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.aboutpagebanner-wrapper .aboutpagebanner-swiper .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.aboutpagebanner-wrapper .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.aboutpagebanner-wrapper .banner-content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 60px 40px;
}




.what-we-do {
  width: 100%;
  position: relative;
  background: #fff;
}
.about-heading-top {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  padding-top: 5svh;
}

.about-heading-top h1 {
  font-size: 2.5rem; /* Adjust as necessary */
  margin: 0; /* Remove default margin */
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 300;
  padding-bottom: 0.5rem;
}
.about-heading-top p {
  font-family: "Inter";
  font-weight: 300;
}
.about-heading-explore {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-bottom: 2svh;
}

.what-we-do-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(250px, 1fr)
  ); /* Responsive grid */
  gap: 1rem;
}
.grid-item {
  background-size: cover;
  background-position: center;
  color: white;
  text-decoration: none;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 55vh;
}
.grid-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.3) 70%,
    rgba(0, 0, 0, 0.5) 100%
  );
  z-index: 1;
}

.grid-item > * {
  position: relative;
  z-index: 2;
}


.what-we-do-grid .grid-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.what-we-do-grid .grid-top h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color:#fff;
}

.what-we-do-grid .arrow {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.what-we-do-grid .grid-item:hover .arrow {
  transform: translateX(5px);
}

.what-we-do-grid .grid-item h1 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 20px 0 0;
  font-family: "Inter";
  text-transform: capitalize;
  color:#fff;

}

.banner-section {
  position: relative;
  width: 100%;
  height: 90svh; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  color: white;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: start;
  justify-content: end;
  flex-direction: column;
}
.banner-content {
  width: 75%;
  margin-left: 2%;
  margin-bottom: 10svh;
}
.banner-content h1 {
  font-size: 3rem; /* Adjust as necessary */
  margin: 0; /* Remove default margin */
  text-transform: uppercase;
  font-family: "Inter";
  font-weight: 200;
  padding-bottom: 1.5rem;
  color: var(--light-text);
}
.banner-content p {
  font-weight: 300;
  color: var(--light-text);
}

/* Scoped Styles for Timeline */
.timeline-container {
  justify-content: start !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--header-bg);
}
.timeline-container .head-para {
  width: 96%;
  margin: auto;
}
.timeline-container h1,
.timeline-container p {
  color: var(--light-text);
}
.timeline-container .bottom-nav-timeline .year-display h2 {
  font-size: calc(100svh / 15);
  font-weight: 200;
  color: var(--light-text);
}

/* Scoped Swiper Slider */
.timeline-container .timeline-swiper {
  width: 100%;
  height: 65svh;
}
.timeline-container .swiper-wrapper{
  height: auto;
}

/* Scoped Each Slide */
.timeline-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Scoped Thumbnail Style */
.timeline-container .timeline-thumbnail {
  width: 100%;
}
.timeline-container .timeline-title {
  text-align: left;
  width: 100%;
}
/* Scoped Title Style */
.timeline-container .timeline-title h3 {
  color: #f5f5f5;
  font-weight: 200;
  text-transform: capitalize;
  font-family: var(--heading-font);
  font-size: calc(100svh / 40);
  padding-top: 0.5rem;
}

/* Scoped Hover Effect */
.timeline-container .swiper-slide:hover {
  cursor: pointer;
}
.timeline-thumbnail img {
  width: 100%;
  object-fit: cover;
  height: 40svh;
}

.bottom-nav-timeline {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3rem;
  width: 96%;
  left: 2%;
}
.year-display {
  width: 20%;
}

.bottom-nav-timeline .swiper-button-prev,
.bottom-nav-timeline .swiper-button-next {
  bottom: auto !important;
}
.bottom-nav-timeline .swiper-button-prev::after,
.bottom-nav-timeline .swiper-button-next::after {
  font-size: calc(100svh / 35);
  color: #ffffff;
}

.bottom-nav-timeline .swiper-button-prev {
  left: auto !important;
  right: 10% !important ;
}
.bottom-nav-timeline .swiper-button-next {
  right: 2% !important;
}

.timeline-svg {
  width: 100%;
  height: 100%;
}

.timeline-svg-nav {
  position: relative;
  height: 40px;
  width: 67%;
}
.swiper-nav-arrow {
  width: 10%;
}

#timeline-grab {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 40px;
  border: 1px solid var(--yellow);
  border-radius: 3px;
  cursor: grab;
  transition: transform 0.3s ease-out;
}

.meet-our-team {
  position: relative;
  width: 100%; /* Full width */
  display: flex;
  flex-direction: column;
  justify-content: start !important;
  align-items: start;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.meet-our-team .head-para {
  width: 96%;
  margin: auto;
}

.meet-our-team .swiper {
  width: 96%;
}
/* Team Card Wrapper */
.meet-our-team .team-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.meet-our-team .team-card-inner {
  position: relative;
  overflow: hidden; /* <-- important for containing zoom */
  border-radius: inherit;
}

/* Image Full */
.meet-our-team .team-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
    filter: grayscale(100%);

}

/* Zoom effect */
.meet-our-team .team-card:hover img {
  transform: scale(1.05);
}

/* Overlay container */
.team-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}

/* Name at bottom initially */
.team-name-static {
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  padding: 10px;
  text-align: left;
}

.team-name-static h3 {
  margin: 0;
  font-size: 0.8rem;
  color: #fff;
}

/* Details appear on hover */
.team-details {
  opacity: 0;
  background-color:var(--light-bg) ;
  padding: 15px;
  text-align: left;
  transition: opacity 0.3s ease;
  height: 100%;
  overflow-y: auto;
}

/* On hover, show details */
.team-card:hover .team-details {
  opacity: 1;
}

/* Hide static name on hover */
.team-card:hover .team-name-static {
  display: none;
}

/* Text Styles */
.team-details h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
  color: #333;

}
.team-details .team-role,
.team-details .qualification,
.team-details .email {
  font-size: 0.65rem;
  margin: 4px 0;
  color: #333;

}

.team-details .email i {
  margin-right: 6px;
  color: #333;
}
.team-details a {
  color: #333;
  text-decoration: none;
}

.team-details a:hover {
  text-decoration: underline;
}



footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Inter";
  background-color: var(--light-bg);
  height: 35svh;
  position: relative;
  z-index: 1;
  transition: bottom 0.5s ease-in-out;
  scroll-snap-align: end;
}

.footer-col {
  padding: 2%;
  flex: 1;
  border-right: 1px solid #c6c6c6;
}
.footer h2 {
  font-size: 1rem;
}
.brand-footer {
  display: flex;
  gap: 1rem;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  padding: 0 0 0.8rem 0;
}
footer h2 {
  font-family: "Inter";
  font-weight: 300;
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
}
.copy p {
  padding-top: 1rem;
}
.social-footer-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.social-footer-menu ul {
  display: flex;
  gap: 1rem;
}
.social-footer-menu ul a i {
  font-size: 1.5rem;
}
.copy {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-top: var(--border-style-light);
  background-color: var(--light-bg);
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/* Team Page */

.meet-our-team-single-page {
  text-align: center;
  width: 96%;
}

.meet-our-team-single-page .team-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fit,
    minmax(250px, 1fr)
  ); /* Responsive Grid */
  gap: 20px;
  justify-content: center;
}

.meet-our-team-single-page .team-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
}

.meet-our-team-single-page .team-card:hover {
  transform: translateY(-5px);
}

.meet-our-team-single-page .team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.meet-our-team-single-page .team-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.meet-our-team-single-page .team-role {
  font-weight: bold;
  color: #555;
}

.meet-our-team-single-page .email-anchor a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.meet-our-team-single-page .email-anchor a:hover {
  text-decoration: underline;
}


.single-post-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.single-post-container article {
  width: 85%;
  display: flex;
  flex-direction: column;
}

.single-post-container article .hero-title h1 {
  font-size: calc(100svh / 20);
  text-align: left;
  font-family: "Inter";
  font-weight: 700;
  color: var(--dark-text);
  padding-bottom: 1rem;
}

.single-post-container .breadcrumb-container {
  position: static;
}
.single-post-container .breadcrumb-container li {
  color: #555;
}
.single-post-container li a {
  color: #555;
}
.single-post-container .breadcrumb li + li:before {
  color: #555;
}
.main-post-content {
  display: flex;
  gap: 2rem;
  margin-top: 3svh;
  min-height: 50svh;
  padding-bottom: 2rem;
}
.single-post .entry-content {
  width: 70%;
  text-align: justify;
}
.single-post .entry-image {
  width: 30%;
}
.single-post .entry-image img {
  width: 100%;
  height: auto;
}
.single-post .homepage-nav {
  padding: 0 7.5%;
}

/* Contact Page */

/* Hero Section */
.contact-hero {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.contact-hero iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.hero-heading {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  padding-left: 5%;
  font-size: 3rem;
  font-family: "Inter";
  font-weight: 900;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
}

.internship-box {
  padding: 5svh 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.internship-content {
  width: 65%;
  text-align: center;
}
.internship-content h3 {
  padding-bottom: 1rem;
  font-family: var(--heading-font);
  font-size: 2rem;
}
/* Info Box */
.info-box {
  position: relative;
  width: 90%;
  background: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  margin: -80px auto 50px;
  padding: 2rem;
  z-index: 5;
  display: flex;
}
.info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}
.info-section:not(:last-child) {
  border-right: 1px solid #c6c6c6; /* Adjust color as needed */
}
.info-section p {
  text-align: center;
  padding-top: 1rem;
}

.info-section i {
  font-size: 22px;
  color: var(--yellow);
}
.swiper-thumbs {
  display: flex;
  width: 100%;
  padding-top: 2%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-thumbs .swiper-wrapper img {
  width: 100%;
  height: 10svh;
  object-fit: cover;
}

.special-project {
  height: 100svh;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.special-project section {
  height: 100svh;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}

/* Scoped Nepal Hero Section */
.special-project .nepal-hero {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.special-project .nepal-hero .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.special-project .nepal-hero .overlay {
  position: relative;
  color: white;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0) 40%,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.5)
  );
  height: 100svh;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
}
.special-project .nepal-hero .overlay .nepal-overlay-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15svh;
  align-items: center;
}
.special-project .nepal-hero .nepal-overlay-container .middle-img {
  width: 75%;
}
.special-project .nepal-hero .nepal-overlay-container .bottom-metadata {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center; /* Center the inner container */
  background-color: #0000002e;
}

.special-project .nepal-hero .bottom-metadata-container {
  width: 80%;
  max-width: 1200px; /* Set a max-width for larger screens */
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap; /* Wrap on smaller screens */
  gap: 20px;
}

.special-project .nepal-hero .bottom-metadata-container div {
  flex: 1; /* Equal width for all items */
}

.special-project .nepal-hero .bottom-metadata-container div {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align content to the top */
}
.special-project .nepal-hero .bottom-metadata-container h4 {
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--light-text); /* Dark gray text */
}

.special-project .nepal-hero .bottom-metadata-container img {
  max-width: 150px; /* Adjust image size */
  height: auto;
  display: block;
}

.special-project .nepal-hero .bottom-metadata-container .india img {
  filter: invert(100%) grayscale(100%) brightness(200%);
}

.main-section-container {
  display: flex;
  align-items: center; /* Vertically aligns items */
  justify-content: space-between;
  width: 100%;
  gap: 20px; /* Adds spacing between sections */
  height: 100svh;
  position: relative;
  z-index: 9999;
}

.initiative-left {
  width: 45%;
  height: 100svh;
}
.initiative-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.initiative-left h1 {
  padding-bottom: 1rem;
  color: var(--dark-text);
}
.text-content {
  width: 55%; /* Text content takes 55% width */
  padding: 20px; /* Optional padding */
}
.category-blog .breadcrumb-container {
  padding: 3px 7.5%;
  background: var(--light-bg);
}
.nepal-project-container .breadcrumb-container {
  background: var(--light-bg);
  padding: 3px 7.5%;
  text-align: center;
  width: 100%;
}
.category-blog .breadcrumb-container,
.nepal-project-container .breadcrumb-container .breadcrumb li a {
  color: #555;
  font-size: 12px;
}
.category-blog .breadcrumb-container,
.nepal-project-container .breadcrumb-container .breadcrumb li {
  color: #555;
  font-size: 12px;
}
.category-blog .breadcrumb-container,
.nepal-project-container .breadcrumb li + li:before {
  color: #555;
  font-size: 12px;
  text-align: left;
}
.nepal-project-container .swiper-wrapper {
  height: 85%;
}

.category-blog .main-post-content {
  display: block;
  width: 100%;
}
.category-blog .main-post-content .entry-image {
  display: none;
}
.single-post-container .category-blog {
  width: 65%;
  text-align: center;
}
.category-blog .entry-content {
  width: 100%;
  text-align: justify;
}
/* Blog Category Styling */
.single-post-container .category-blog {
  width: 100%;
  padding: 0 0 5rem 0;
}
.blog-banner {
  position: relative;
  width: 100%;
  height: 90svh; /* Adjust as needed */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.blog-banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Dark overlay */
}
.category-blog .main-post-content {
  width: 65%;
  margin: 0 auto;
}
.category-blog .main-post-content .entry-content {
  width: 100%;
  padding-top: 5svh;
}
.category-blog .main-post-content .entry-content figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 2rem;
}

.blog-banner-content {
  position: relative;
  z-index: 2;
}
.single-post-container .category-blog .hero-title {
  position: absolute;
  padding: 0 7.5% 5svh 7.5%;
}
.single-post-container .category-blog .hero-title h1 {
  color: #fff;
}

.blog-banner .breadcrumb-single-post {
  margin-bottom: 10px;
}

.blog-banner h1.entry-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
}
.single-post-header .single-title-container li a {
    font-size: 1rem; 
}
.single-post-header .single-title-container li a:hover{
	color: #000;
}
.single-post-header .single-title-container h6{
	font-size: 1rem;
	font-weight: 300;
}

.light-bg-picker {
	display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  font-family: sans-serif;
  font-size: 14px;
}

.light-bg-picker input[type="color"] {
  margin-left: 8px;
  cursor: pointer;
}

.suggested-colors {
  margin-top: 8px;
  display: flex;
  gap: 6px;
}

.color-swatch {
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.2s;
}

.color-swatch:hover {
  transform: scale(1.2);
}



