:root {
  --white: #fff;
  --black: #232323;
  --lite: rgba(255, 255, 255, 0.6);
  --gray: rgba(1, 1, 1, 0.6);
  --dark: #3c3d3c;
  --primary: linear-gradient(145deg, #ff2f09, #c24a4e);
  --primary_dark: #970104;
  --primary_lite: #c24a4e;
  --secondary: #000a17;
  --title_font: "Outfit", sans-serif;
}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: var(--dark);
}

::-webkit-scrollbar-thumb {
  background: gray;
  -webkit-box-shadow: 0px 1px 2px var(--dark);
}

::-webkit-scrollbar-corner {
  background: var(--dark);
}

.heading {
  width: 50%;
  margin: auto;
  text-align: center;
  /* font-family: "Oswald", sans-serif !important; */
  /* margin-top: 30px; */
  margin-bottom: 20px;
}
.heading h1 {
  /* font-family: "Oswald", sans-serif !important; */
  font-size: 50px;
  /* font-family: "tungstenw05-medium", "Oswald", sans-serif !important; */
  letter-spacing: -3px;
  font-weight: 500 !important;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}
.heading p {
  font-family: "Quicksand", sans-serif !important;
  /* font-size: 25px; */
  font-size: 20px;
  letter-spacing: 0px;
  word-spacing: 2px;
  /* color: #3b5998; */
  color: #333;
  line-height: 25px;
  font-weight: 400 !important;
}
.headingImage {
  width: 15%;
  margin: auto;
  img {
    width: 100%;
  }
}
/***************************
          DEFAULT
****************************/
body {
  margin: 0;
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif !important;
  /* background-color: #f6f6f6; */
  background-color: #f7f7f7;
}

a {
  text-decoration: none !important;
  min-width: fit-content;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}

a,
button {
  transition: 0.5s;
}
header {
  width: 100%;
  margin: auto;
  height: 95vh;
  overflow: hidden;
  border-radius: 40px;
}
header > em {
  font-style: normal;
  color: var(--primary_lite);
}

header > a,
p,
.btn {
  font-size: 15px;
}

header > p {
  line-height: 1.9em;
  color: var(--lite);
}

header > a,
button,
input,
textarea,
select {
  outline: none !important;
}

header > fieldset {
  border: 0;
}

.title,
.sub_title {
  font-family: var(--title_font);
  font-weight: 400;
  margin: 0;
}

.flex,
.fixed_flex {
  display: flex;
}

.flex_content {
  width: 100%;
  position: relative;
}

.padding_1x {
  padding: 1rem;
}

.padding_2x {
  padding: 2rem;
}

.padding_3x {
  padding: 3rem;
}

.padding_4x {
  padding: 4rem;
}

.big {
  font-size: 3.5em;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.3em;
}

.btn {
  padding: 1rem;
  border-radius: 5px;
  color: var(--white);
  position: relative;
  border: 0;
  text-align: center;
}

.btn_3 {
  display: block;
  background-color: 0;
  color: var(--white);
  position: relative;
  font-family: var(--default_font);
  font-weight: 400;
  text-transform: uppercase;
}

.btn_3:before {
  content: "";
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  transform: translate(0%, -50%);
}

.btn_3:after {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.btn_3:hover:before {
  border-radius: 40px;
  width: 100%;
}

@media (max-width: 920px) {
  .flex {
    flex-wrap: wrap;
  }

  .padding_1x,
  .padding_2x,
  .padding_3x,
  .padding_4x {
    padding: 1rem;
  }

  .big {
    font-size: 1.8em;
  }

  .medium {
    font-size: 1.3em;
  }

  .small {
    font-size: 1.1em;
  }

  .btn {
    padding: 0.5rem 1rem;
  }

  a,
  p,
  .btn {
    font-size: 12px;
  }
}

.slider {
  position: relative;
  width: 100%;
  height: 100vh;
}

ul {
  padding: 0;
  margin: 0;
}

.slider .title {
  font-weight: 600;
  color: #fff;
  font-size:75px;
}

.slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
  clip: rect(0, 100vw, 100vh, 100vw);
  display: flex;
  align-items: center;
  justify-content: left;
}

.slider li:nth-child(1) {
  /* background: linear-gradient(
      to right,
      rgba(1, 1, 1, 0.545) 10%,
      rgba(1, 1, 1, 0.227) 51%,
      rgba(1, 1, 1, 0.2) 100%
    ),
    url("/assets/images/b3.jpeg"); */
  background:url("/assets/images/b3.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
.Cont_btn{
  border-radius: 10px !important;
  background-color: #2469bc;
  font-size: 20px;
}
.slider li:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 250px;
  height: 250px;
  background-image: url("https://i.postimg.cc/02zcww6c/slider-shape.png");
  background-size: 100% 100%;
  transition-delay: 1s;
  transform: rotate(-90deg);
  z-index: 1;
}

.slider li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 300px;
  background-image: url("https://i.postimg.cc/KjKbwDfR/slider-shape-2.png");
  background-size: 100% 100%;
  transform: rotate(360deg);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  z-index: 1;
  background-position: center left;
}

.slider li:nth-child(2) {
  background: linear-gradient(
      to right,
      rgba(1, 1, 1, 0.545) 10%,
      rgba(1, 1, 1, 0.227) 51%,
      rgba(1, 1, 1, 0.2) 100%
    ),
    url("/assets/images/banner2.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top left;
}

.slider li:nth-child(3) {
  background: linear-gradient(
      to right,
      rgba(1, 1, 1, 0.545) 10%,
      rgba(1, 1, 1, 0.227) 51%,
      rgba(1, 1, 1, 0.2) 100%
    ),
    url("/assets/images/banner3.avif") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top left;
}

.slider article {
  width: 100%;
  text-align: center;
  margin-top: 4rem;
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 25%;
}

.slider h3 + p {
  display: inline-block;
  color: var(--lite);
  font-weight: 300;
}

.slider h3,
.slider h3 + p,
.slider p + .btn,
li:after {
  opacity: 0;
  transition: opacity 0.7s 0s, transform 0.5s 0.2s;
  transform: translate3d(0, 50%, 0);
}

li.current h3,
li.current h3 + p,
li.current p + .btn,
li.current:after {
  opacity: 1;
  transition-delay: 1s;
  transform: translate3d(0, 0, 0);
}

.slider li:before {
  transition: 0.5s;
  top: -250px !important;
}

li.current:before {
  transition-delay: 1s;
  transform: rotate(-90deg);
  top: -20px !important;
}

li.current {
  z-index: 1;
  clip: rect(0, 100vw, 100vh, 0);
}

li.prev {
  clip: rect(0, 0, 100vh, 0);
}

.slider aside {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  text-align: center;
  z-index: 10;
}

.slider aside a {
  display: inline-block;
  width: 8px;
  border-radius: 50%;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: var(--white);
  margin: 0 0.2rem;
  transition: transform 0.3s;
}

.slider span {
  background: var(--primary);
  -webkit-text-fill-color: transparent;
  /* -webkit-background-clip: text; */
}

a.current_dot {
  transform: scale(1.4);
  background: var(--primary) !important;
}

@media screen and (max-width: 920px) {
  header {
    height: 70vh;
    position: relative;
  }

  .cs-down {
    display: none;
  }

  .slider {
    height: 70vh;
  }

  .slider article {
    width: 100%;
    margin-top: 2rem;
  }

  .slider li:nth-child(2) {
    background-position: top center;
  }

  .slider li:nth-child(3) {
    background-position: top center;
  }

  li.current:before {
    top: -30px;
    right: -10px;
  }
}

.about-section {
  text-align: center;
  /* padding: 60px 20px; */
}

.Service_container {
  width: 97%;
  margin: 0 auto;
}

.card-container {
  display: flex;
  justify-content: center;
  /* margin-top: 50px; */
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.Service_card {
  background-color: white;
  border-radius: 15px;
  padding: 10px;
  width: 23%; /* Default chhoti width for side Service_cards */
  height: auto; /* Default chhoti height for side Service_cards */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 0px;
  transition: transform 0.8s ease;
}

.Service_card img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 2/1;
}

.Service_card p {
  font-size: 18px;
  margin-top: 15px;
  color: #333;
}

.Service_card:hover {
  transform: translateY(-10px);
}

/* Beech wala Service_card ko height aur width zyada karna */
.Service_card:nth-child(2) {
  /* width: 35%; */
  /* height: 400px; */ 
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .Service_card {
    width: 100%; /* Mobile view ke liye sab same size */
    height: auto;
  }
}

.testimonialsr-wrapperh {
  width: 100%;
  overflow: hidden; /* Hide overflowing content */
  padding: 10px;
  border-radius: 12px;
  position: relative;
}

.testimonialsrh {
  display: flex;
  gap: 10px; /* No gap between the cards */
  animation: marqueee 40s linear infinite; /* Continuous scrolling animation */
}
.testimonials-wrapperh {
  width: 100%;
  overflow: hidden; /* Hide overflowing content */
  border-radius: 12px;
  position: relative;
}

.testimonialsh {
  display: flex;
  gap: 10px; /* No gap between the cards */
  animation: marquee 40s linear infinite; /* Continuous scrolling animation */
}

.testimonial-cardh {
  background-color: white;
  border-radius: 24px;
  cursor: pointer;
  padding: 20px;
  width: 350px;
  flex-shrink: 0;
  border: 1px solid #e5e7eb;
}

.d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.testimonialsrh:hover {
  animation-play-state: paused; /* Pause on hover */
}
.testimonialsh:hover {
  animation-play-state: paused; /* Pause on hover */
}
.name {
  font-weight: bold;
  font-size: 18px;
}

.description {
  color: #777;
  font-size: 14px;
}

.testimonial-text {
  margin-top: 10px;
  font-style: italic;
  font-size: 14px;
  float: left;
  text-align: start;
  color: #555;
}

@keyframes marqueee {
  0% {
    transform: translateX(-100%); /* Start at the first card */
  }
  100% {
    transform: translateX(0); /* Slide all cards completely */
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0); /* Start at the first card */
  }
  100% {
    transform: translateX(-100%); /* Slide all cards completely */
  }
}

/* Footer */
.footer_main {
  margin-top: 30px;
}
.Footer_img_main {
  width: 97% !important;
  margin: auto;
  overflow: hidden;
  border-radius: 15px;
}
.footer_dtl {
  width: 100%;
  margin: auto;
  padding: 2% 0;
}

.footer_img {
  overflow: hidden;
}
.footer_img img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.footer_img:hover img {
  transform: scale(1.1);
}
.Footer_image {
  border-radius: 15px;
  overflow: hidden;
}
.footer_main {
  margin-top: 0px;
}

/* about us section */
.new_aboutus {
  width: 97%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_section {
  width: 50%;
  text-align: center;
  padding: 40px 20px;
  padding-bottom: 50px;
}

.about_section h2 {
  color: #6c63ff; /* Adjusted color to match the heading */
  font-size: 24px;
  margin-bottom: 10px;
}

.about_section h3 {
  color: #3f3d56;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_section p {
  color: #4e4b66;
  font-size: 17px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
.achievement-cards {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 20px;
  width: 100%;
  margin-top: 50px !important;
  /* justify-content: space-between; */
}

.about_card {
  border: 0px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  width: 100%;
  /* max-width: 45%; */
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.about_card:hover {
  transform: translateY(-5px);
}

.about_card h4 {
  color: #3f3d56;
  font-size: 28px;
  margin-bottom: 10px;
}
.new_aboutus {
  width: 97%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_card p {
  color: #4e4b66;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .achievement-cards {
    flex-direction: column;
    align-items: center;
  }

  .about_card {
    max-width: 100%;
  }
}
.image-grid {
  width: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  padding: 20px;
}

.image-item {
  overflow: hidden;
  border-radius: 15px;
}

.image-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 15px;
  object-fit: cover;
}
.last_img img {
  height: 90%;
}
.image-grid .image-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.image-grid .image-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.image-grid .image-item:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}

/* Product Section */
.Work_main {
  width: 97%;
  margin-bottom: 30px !important;
  margin: auto;
}
.nav-item {
  font-size: 22px !important;
  /* padding-bottom: 7px; */
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 3px solid #fff;
}
.nav-item:hover {
  /* border-bottom: 3px solid #443f3f; */
  a {
    color: #443f3f !important;
  }
}
.Productpage_section {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  width: 97%;
  margin: auto;
  gap: 15px;
}
.Servie_card {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 15px;
}
.Work_card {
  width: 100%;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s !important;
}
.Work_card:hover {
  transform: translateY(-7px) !important;
}

.image_section {
  height: 200px;
  /* margin-top: 7px; */
}
.image_section img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.Work_details h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 10px;
  color: #3b5998;
}
.Work_details p {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
  line-height: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.image_Details h1 {
  font-size: 28px;
}
.image_Details p {
  font-family: "Quicksand", sans-serif;
}

.title {
  font-family: inherit;
  font-size: 2rem;
  font-weight: 600;
  line-height: inherit;
  color: #252b46;
  text-transform: capitalize;
}
.workButton {
  display: inline-block !important;
  color: var(--text-color) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  background-color: #d9f5ff !important;
  margin: 0 2px !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  margin-right: 5px !important;
  user-select: none !important;
  transition: background-color 0.3s ease !important;
}
.nav-item .active {
  background-color: #2469bc !important;
  color: #fff !important;
}

.new_service {
  width: 97%;
  margin-top: 30px !important;
  margin: auto;
}
.tab__bar {
  position: relative;
  margin: 10px 10px 30px 10px;
}
.tab__bar {
  position: relative;
  margin: 15px 10px 0px 10px;
}
.tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.tab__bar .tab__menu {
  color: var(--text-color);
  list-style: none;
  max-width: 800px;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
}
.tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.tab__content .tab .row {
  margin-left: 0px;
  justify-content: center !important;
}
.tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}
.tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}
.tab__bar .tab__menu .tab__btn {
  display: inline-block;
  color: var(--text-color);
  font-size: 1em;
  font-weight: 400;
  background-color: #d9f5ff;
  margin: 0 2px;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.3s ease;
}
.tab__bar .tab__menu .tab__btn.active {
  background-color: var(--second-color);
  color: #fff;
}
.tab__bar .left__btn,
.tab__bar .right__btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  cursor: pointer;
}
.tab__bar .left__btn svg,
.tab__bar .right__btn svg {
  width: 20px;
  height: 20px;
}
.tab__bar .left__btn svg path,
.tab__bar .right__btn svg path {
  fill: #fff;
}
.tab__bar .left__btn {
  display: none;
  left: -5px;
  background: linear-gradient(to left, transparent, var(--first-color) 60%);
  padding: 10px 30px 10px 0;
}
.tab__bar .right__btn {
  right: -5px;
  background: linear-gradient(to right, transparent, var(--first-color) 60%);
  padding: 10px 0 10px 30px;
}

.tab__content {
  position: relative;
}
.tab__content .tab {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  display: none;
  -webkit-animation: fadein 0.8s;
  animation: fadein 0.8s;
}
.tab__content .tab.active {
  display: flex;
}
.tab__content .tab .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 30px; */
}
@media (max-width: 767px) {
  .tab__content .tab .row {
    flex-direction: column;
  }
}
.tab__content .left-column {
  width: 50%;
  /* max-width: 500px; */
}

.tab__content .right-column {
  width: 45%;
  /* max-width: 500px; */
}
@media (max-width: 767px) {
  .tab__content .left-column,
  .tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}
.tab__content .left-column {
  display: flex;
  align-items: center;
}
.tab__content .left-column .img-card {
  width: 100%;
  height: 450px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.tab__content .left-column .img-card img {
  width: 100%;
  object-fit: cover;
}
.tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}
.tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tab__content .info .description {
    text-align: justify;
  }
}
.tab__content .info .city,
.tab__content .info .description {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .tab__content .info .city,
  .tab__content .info .description {
    text-align: center;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Banner Section */
.Second_banner {
  width: 97%;
  height: 350px;
  margin: auto;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.Second_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Second_banner:hover img {
  transition: 2s;
  transform: scale(1.1);
}
.Banner_details {
  position: absolute;
  top: 65%;
  left: 4%;
  h3 {
    font-size: 40px;
    font-weight: 700 !important;
    color: #fff;
  }
}
.fadeu {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fadeu.visible {
  opacity: 1;
  transform: translateY(0);
}
.Pfadeu {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.Pfadeu.visible {
  opacity: 1;
  transform: translateY(0);
}
.Prfadeu {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.Prfadeu.visible {
  opacity: 1;
  transform: translateY(0);
}
/* marqee slider */
.marquee {
  width: 100% !important;
  padding: 0px !important;
  margin: 0px !important;
  overflow: hidden;
  color: #3b5998;
  font-weight: 700;
}
.marquee ul {
  font-size: 25px !important;
  padding-top: 12px;
  padding-bottom: 7px;
  margin-bottom: 0px;
  font-weight: 500;
}
.benner img {
  object-fit: cover !important;
  height: 350px !important;
  border-radius: 10px;
}
.Slider_Right_image {
  width: 100% !important;
  height: 50px !important;
}
.Slider_Right_image img {
  width: 100% !important;
  height: 100% !important;
}
.marquee div {
  display: flex;
  animation: marquee 50s linear infinite;
}
.Slider_image {
  width: 100% !important;
  height: 100% !important;
}
.Silder .tns-outer button {
  display: none !important;
}
.marquee span {
  color: #3b5998;
  flex-shrink: 0;
  font-weight: 700;
  margin-right: 100px;
  font-family: "DIN Next", sans-serif;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1922px);
  }
}
.marflex {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 110px !important;
}
.marflex img {
  width: 100px;
  height: 50px;
  margin-left: 10px;
  border-radius: 15px;
}
.main_event {
  width: 98%;
  margin: 0px auto;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 15px;
}
.event_card {
  width: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.event_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_detail {
  position: absolute;
  width: 94%;
  background-color: rgba(21, 21, 21, 0.426);
  backdrop-filter: blur(5px);
  bottom: 5%;
  left: 2.7%;
  color: #fff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 10px;
}
.event_detail h3 {
  font-size: 17px;
  align-content: center;
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 7px;
  color: #fbfbfb !important;
}
.event_detail i {
  background-color: rgba(156, 152, 152, 0.342);
  backdrop-filter: blur(5px);
  width: 35px;
  height: 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: 50%;
}
.main_top {
  width: 97%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: auto;
  /* margin-top: 1.5%; */
  border-radius: 40px;
  overflow: hidden;
  background-color: #3b5998;
}

.main_Archivement {
  width: 100%;
  margin: auto;
}
.Archivement {
  padding: 25px;
  display: grid;
  text-align: center;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
}
.inner_archivement {
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
  display: flex;
  color: #fff;
}
.inner_archivement i {
  font-size: 30px;
  margin-right: 15px;
  /* padding-bottom: 10px; */
}
.inner_archivement h2 {
  margin-bottom: 0px;
  font-size: 20px;
  color: #e8e8e8;
  font-weight: 500;
  padding-bottom: 0px;
}
.inner_archivement p {
  color: #e8e8e8;
  margin-bottom: 0px;
}
.Archivement_part {
  text-align: left;
}

.manual_margin_top {
  padding-top: 4%;
  color: transparent;
}
/* #nav {
  width: 97%;
  border-radius: 15px;
  position: fixed;
  margin-top: 10px;
  margin-left: 1.5%;
  margin-right: 2%;
  z-index: 99995;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.784);
  backdrop-filter: blur(10px);
  padding: 5px 25px;
  color: #000000;
  h2,
  h4 {
    font-weight: 400;
    padding: 10px 10px;
    font-size: 17px;
    margin-bottom: 0px;
  }
  h2 {
    padding: 0px !important;
    width: 30%;
  }
  img {
    width: 18%;
  }
}
#part2 h4 > a {
  color: black;
}
#part2 > h4:hover {
  background-color: #2469bc;
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  a {
    color: #fff;
  }
}
.Active {
  background-color: #2469bc;
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.2s ease-in;
  a {
    color: #fff !important;
  }
}
#part2 {
  width: 55% !important;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  a {
    text-decoration: none;
  }
} */
#part2 {
  width: 55% !important;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

#nav {
  width: 97%;
  border-radius: 15px;
  position: fixed;
  margin-top: 10px;
  margin-left: 1.5%;
  margin-right: 2%;
  z-index: 99995;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.784);
  backdrop-filter: blur(10px);
  padding: 5px 25px;
  color: #000000;
}

#nav h2,
#nav h4 {
  font-weight: 400;
  padding: 10px 10px;
  font-size: 17px;
  margin-bottom: 0px;
}

#nav h2 {
  padding: 0px !important;
  width: 30%;
}

#nav img {
  width: 18%;  /* Adjusting the width to fit the layout */
}

#part2 h4 > a {
  /* color: black; */
  text-decoration: none;
}

#part2 > h4:hover {
  background-color: #2469bc;
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}

#part2 > h4:hover > a {
  color: #fff;
}

#part2 .nav-active {
  background-color: #2469bc;
  backdrop-filter: blur(10px);
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
}




.Logos_name {
  font-size: 18px;
  font-weight: 600;
  padding-top: 7px;
  color: #16415c;
}

.servicepage-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #eee; */
  /* color: white; */
  border-radius: 15px;
  padding: 10px 0px;
  width: 90%;
  margin: 10px auto;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}

.servicepage-text {
  width: 45%;
  margin-right: 20px;
}

.servicepage-heading {
  font-size: 24px;
  color: #3a3a3a;
  /* color: white; */
}

.servicepage-description {
  font-size: 14px;
  color: #6b6b6b;
  /* color: white; */
  margin-top: 10px;
}

.servicepage-image {
  position: relative;
  width: 50%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.image {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.servicepage_detail {
  position: absolute;
  bottom: 3%;
  left: 2%;
  /* background-color: #ffffff99; */
  background-color: #2469bc99;
  backdrop-filter: blur(5px);
  width: 96%;
  /* color: rgb(0, 0, 0); */
  color: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 22px;
}
.servicepage_detail h4 {
  margin-bottom: 0px;
}

/* gallery */
.image-gallery {
  width: 97%;
  /* max-width: 100%; */
  margin: 0 auto;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
  border-radius: 20px;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 3;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

.image-gallery .image-box .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #0000008e;

  backdrop-filter: blur(5px);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box:hover .overlay {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #fff;
  text-decoration: none;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
  }
}

.marqueei {
  width: 100%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
}
.marqueei:hover .marquee__item {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  -webkit-animation: marquee 80s linear infinite;
  animation: marquee 80s linear infinite;
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.slide-image {
  width: 250px;
  height: 250px;
  margin: 10px 5px;
  overflow: hidden !important;
  border-radius: 7px;
}
.slide-image img {
  object-fit: cover !important;
  height: 100% !important;
}

.image-colm:hover img {
  transform: scale(1.1);
  transition: 1s;
}
.image-colm img {
  width: 100%;
  height: 100%;
}

.image-colm {
  overflow: hidden;
}

.cost-section {
  max-width: 600px;
  padding: 20px;
  /* background-color: #fff; */
  color: #333;
}

.section-subtitle {
  font-size: 12px;
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
}

.section-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 20px;
}

.features-list {
  list-style: none;
  padding: 0;
}

.features-list li {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #555;
  margin: 10px 0;
}

.features-list li::before {
  content: "✔";
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}
.download-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ebe8e1;
  padding: 40px 25px;
  border-radius: 10px;
  width: 97%;
  margin: auto;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.info {
  display: flex;
  align-items: center;
}

.icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.text p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #666;
}

.download-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: transform 0.3s ease, background-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.download-button span {
  font-size: 16px;
  margin-left: 5px;
}

.download-button:hover {
  background-color: #1b1b1b;
  color: white;
  transform: scale(1.05); /* Slight scale-up effect */
}

.download-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.download-button:hover::before {
  transform: translate(-50%, -50%) scale(1); /* Expanding ripple effect */
}

/* Responsive design */
@media (max-width: 600px) {
  .download-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
  }

  .download-button {
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}

/* Main container styling */
.why-Sunrise-section {
  background-color: #ebe8e1;
  padding: 40px;
  border-radius: 12px;
  margin: 20px auto;
  width: 90%;
  text-align: center;
}

.why-Sunrise-section h3 {
  font-size: 14px;
  color: #666;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.why-Sunrise-section h1 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.why-Sunrise-section p {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

/* Card container styling */
.card-containers {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Individual card styling */
.card {
  background-color: #fff;
  /* padding: 20px; */
  border-radius: 8px;
  text-align: left;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border: 0px;
  justify-content: space-between;
}

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

.card h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .why-Sunrise-section h1 {
    font-size: 24px;
  }
  .card-container {
    flex-direction: column;
    align-items: center;
  }
  .card {
    width: 100%;
    max-width: 300px;
  }
}

.card-section {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  margin: auto;
  flex-wrap: wrap;
  gap: 20px;
  width: 97%;
  justify-content: center;
}

/* Individual card styling */
.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

/* Image styling */
.card img {
  width: 100%;
  height: 200px;
  /* border-radius: 10px; */
  object-fit: cover;
}

/* Card content */
.card-content {
  padding: 20px;
}

.card-content .date,
.card-content .category {
  font-size: 14px;
  color: #999;
  /* margin-bottom: 0px; */
  text-transform: uppercase;
}
.category {
  margin-bottom: 5px;
  font-weight: 600;
}
.card-content h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}

.card-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Tag buttons */
.tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  background-color: #e0dfdc;
  color: #333;
  padding: 5px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

/* Responsive design */
@media (max-width: 768px) {
  .card {
    max-width: 100%;
  }
}
.logo-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  width: 97%;
  margin: auto;
  /* padding: 20px; */
}

/* Styling individual logo cards */
.logo-card {
  background-color: #eee;
  border-radius: 10px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 150px;
  transition: transform 0.3s;
}

.logo-card:hover {
  transform: scale(1.05);
}

/* Logo images */
.logo-card img {
  max-width: 100%;
  mix-blend-mode: luminosity;
  max-height: 100%;
  object-fit: contain;
  transition: 1s;
}
.logo-card:hover img {
  transition: 1s;
  mix-blend-mode: normal;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .logo-card {
    height: 120px;
  }
}

.Acontainer {
  display: flex;
  flex-wrap: wrap;
  /* background-color: #fff; */
  border-radius: 12px;
  overflow: hidden;
  width: 97%;
  margin: auto;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
}

.image-section {
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 500px;
}

.image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #3a2d29;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-align: center;
}

.experience h2 {
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.experience p {
  font-size: 0.9rem;
  font-weight: 500;
}

.content-section {
  flex: 1.5;
  padding: 40px;
  background-color: #fbeae6;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-section h4 {
  color: #a9443f;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.content-section h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #3a2d29;
}

.content-section p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.content-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  color: #3a2d29;
}

.content-section ul li {
  width: 50%;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}

.content-section ul li::before {
  content: "•";
  color: #a9443f;
  margin-right: 8px;
}

.learn-more {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #a9443f;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.learn-more:hover {
  background-color: #902e2a;
}

@media (max-width: 768px) {
  .Acontainer {
    flex-direction: column;
  }

  .content-section {
    padding: 20px;
    text-align: center;
  }

  .content-section ul {
    flex-direction: column;
    align-items: center;
  }

  .content-section ul li {
    width: 100%;
  }

  .experience {
    position: static;
    margin-top: 20px;
  }
}
.Acontainer {
  /* max-width: 1200px; */
  margin: 10px auto;
  /* padding: 20px; */
}
.Asection {
  display: flex;
  gap: 20px;
}
.left-column {
  flex: 1;
}
.middle-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.right-column {
  flex: 1.5;
  background-color: #fdf8f6;
  padding: 40px 40px 10px 40px;
  border-radius: 10px;
}
.image-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-box {
  background-color: #2d0e0b;
  color: white;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
.experience-box h2 {
  font-size: 48px;
  margin-bottom: 5px;
}
.about-title {
  color: #9e4b41;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.main-title {
  font-size: 36px;
  color: #333;
  margin-bottom: 20px;
}
.description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  /* margin-bottom: 20px; */
}
.feature {
  display: flex;
  align-items: center;
  gap: 10px;
}
.feature-icon {
  width: 20px;
  height: 20px;
  background-color: #9e4b41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-icon::before {
  content: "✓";
  color: white;
  font-size: 12px;
}
.feature-text {
  color: #666;
  font-size: 14px;
}
.learn-more-btn {
  background-color: #9e4b41;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  .Asection {
    flex-direction: column;
  }
  .right-column {
    padding: 20px;
  }
}
.investors-section {
  text-align: center;
  padding: 40px;
  background-color: #ebe8e1;
  border-radius: 12px;
  width: 97%;
  margin: auto;
}

.investors-section h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.investors-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.investor-card {
  display: flex;
  width: 21%;
  margin: 10px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border: 1px solid #dad9d7;
  border-radius: 6px;
  border-radius: 8px;
  /* transition: transform 0.8s ease; */
  transition: 0.5s ease;
}

.investor-card:hover {
  transform: translateY(-5px);
  background-color: #eee;
}

.investor-card img {
  max-width: 100%;
  /* max-height: 50px; */
  object-fit: contain;
}

@media (max-width: 600px) {
  .investors-section {
    padding: 20px;
  }
}
.team-container {
  width: 97%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.team-card {
  position: relative;
  width: 24%;
  height: 380px;
  margin-bottom: 15px;
  border-radius: 15px;
  overflow: hidden;
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-overlay {
  position: absolute;
  width: 97%;
  margin: 10px auto;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000070;
  padding: 10px;
  color: white;
  backdrop-filter: blur(5px);
}

.card-overlay h3 {
  font-size: 20px;
  margin-bottom: 0px;
}

.card-overlay p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 0px;
}

@media (max-width: 1100px) {
  .team-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 768px) {
  .team-card {
    width: 100%;
    max-width: 400px;
  }
}
.contact_container {
  max-width: 97%;
  margin: 0 auto;
  /* padding: 40px 20px; */
  padding: 40px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contact_content-section h1 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 30px;
  font-weight: 700;
}

.contact_content-section p {
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact_content-section a {
  color: #000;
  text-decoration: underline;
}

.contact_form-section {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}

.contact_form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.contact_form-field {
  margin-bottom: 17px;
}

.contact_form-field.contact_full-width {
  grid-column: 1 / -1;
}

.contact_label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.contact_required::after {
  content: "*";
  color: #ff0000;
  margin-left: 4px;
}

.contact_input,
.contact_select,
.contact_textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.contact_textarea {
  height: 120px;
  resize: vertical;
}

.contact_error-message {
  color: #ff0000;
  font-size: 12px;
  margin-top: 4px;
  display: none;
}

.contact_error .contact_error-message {
  display: block;
}

.contact_submit-btn {
  background-color: #333;
  color: white;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact_submit-btn:hover {
  background-color: #444;
}

@media (max-width: 768px) {
  .contact_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .contact_content-section h1 {
    font-size: 36px;
  }

  .contact_form-grid {
    grid-template-columns: 1fr;
  }
}
.Scontact_container {
  max-width: 100%;
  margin: 20px auto;
  margin-bottom: 0px;
}

.contact_cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.contact_card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 49%;
  flex: 1;
}

.contact_icon {
  /* width: 40px;
  height: 40px; */
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: center;
}

.contact_info {
  flex-grow: 1;
}

.contact_title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0px;
}

.contact_detail {
  font-size: 14px;
  color: #666;
}

.contact_button {
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.contact_button:hover {
  background: #333;
}

@media (max-width: 1200px) {
  .contact_cards {
    gap: 15px;
  }
  .contact_card {
    min-width: 260px;
  }
}

@media (max-width: 768px) {
  .contact_card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.MAnualtop_space {
  padding-top: 4.5%;
  color: transparent;
}

.About_banner {
  height: 400px;
  width: 97%;
  margin: auto;
  position: relative;
  border-radius: 20px;
  background-color: #000;
  /* background-image: url("assets/images/shop-1.1.jpg"); */
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden !important;
}
.About_banner {
  height: 86vh;
  overflow: hidden;
}
.About_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-overlaya {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #1c1f2269;
  color: #f4f3f9;
  font-size: 55px;
  /* background: linear-gradient(-30deg, #0000009e, transparent); */
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
  font-weight: 400;
}
.contact_filter {
  height: inherit;
}
.Avout {
  /* margin-top: 15vh; */
  font-size: 85px;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fbfbfb;
  align-items: center;
  align-content: center !important;
  font-weight: 600;
}
.Avout img {
  align-content: center !important;
  width: 6%;
  /* height: 25px; */
}

.mouse-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mouse {
  margin: 15px 0px 0px 20px;
  width: 24px;
  height: 40px;
  border: 2px solid white;
  border-radius: 16px;
  position: relative;
}

.scroll {
  width: 4px;
  height: 8px;
  background-color: white;
  border-radius: 2px;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  animation: scrollAnimation 2s ease-in-out infinite;
}

.arrow {
  width: 0;
  height: 0;
  margin: 7px 0px 0px 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
  animation: arrowAnimation 2s ease-in-out infinite;
}

/* Scroll animation */
@keyframes scrollAnimation {
  0%,
  20% {
    top: 8px;
  }
  50% {
    top: 20px;
  }
  80% {
    top: 8px;
  }
  100% {
    top: 8px;
  }
}

/* Arrow animation */
@keyframes arrowAnimation {
  0%,
  20% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.Footer_image_section {
  border-radius: 20px;
  overflow: hidden;
}

/* Splash Screen */
.splash-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(120deg, #6a11cb, #2575fc); */
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(30px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  animation: fadeOutBackground 1.5s ease-in-out forwards 0.7s;
}

/* Logo Animation */
.logo-container {
  text-align: center;
}

.logo {
  width: 50%;
  margin: auto;
  opacity: 1;
  animation: fadeOutLogo 1.5s ease-in-out forwards 0.7s;
}

/* Main Content (Hidden Initially) */
.main-content {
  display: none;
  text-align: center;
  margin-top: 20%;
}

/* Animations */
@keyframes fadeOutBackground {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes fadeOutLogo {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #f8d7da;
  text-decoration: none;
  margin-right: 5px;
  transition: color 0.3s;
}

.breadcrumb a:hover {
  color: #fff;
}

.product-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 95%;
  margin: 00px auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  /* justify-content: space-between; */
}

.product-image {
  /* flex: 1; */
  width: 50%;
  text-align: center;
  animation: fadeIn 1.2s ease-in-out;
}
.product-image img {
  /* aspect-ratio: 1/2; */
}
.main-image {
  width: 100%;
  height: 400px;
  object-fit: none;
  border-radius: 10px;
  border: 1px solid #eee;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.thumbnails img {
  width: 15%;
  /* height: 60px; */
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s, border-color 0.3s;
}

.thumbnails img:hover {
  transform: scale(1.2);
  border-color: #007bff;
}

.product-details {
  /* flex: 1; */
  max-width: 45%;
  animation: slideUp 1.2s ease-in-out;
}

.product-title {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}

.price {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 10px 0;
}

.current-price {
  font-size: 28px;
  color: #28a745;
  font-weight: bold;
}

.old-price {
  font-size: 18px;
  color: #999;
  text-decoration: line-through;
}

.discount {
  font-size: 16px;
  color: #3b5998;
  font-weight: bold;
}

.specs {
  margin: 20px 0;
}

.specs h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.specs ul {
  list-style: none;
  padding-left: 20px;
  padding-left: 5px;
}

.specs ul li {
  margin: 5px 0;
  position: relative;
  padding-left: 15px;
}

.specs ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
  font-weight: bold;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .product-container {
    flex-direction: column;
    padding: 15px;
  }

  .product-details {
    max-width: 100%;
    margin-top: 20px;
  }
}
.Contact_btn {
  padding: 5px 10px;
  border: 0px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background-color: #3b5998;
  margin-right: 5px;
}
.Download {
  padding: 5px 10px;
  border: 0px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  background-color: #3b5998;
}

.discription {
  width: 100%;
  border-top: 0px !important;
  border: 1px solid #eee;
}
.Download a {
  font-size: 18px;
}
.Download:hover a {
  color: #fff;
}
.inner_details {
  display: flex;
  justify-content: space-between;
}
.inner_detail_image img {
  width: 40%;
}

.View_more_btn{
  padding: 5px 10px;
  border: 0px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  margin-top: 7px;
  text-align: center;
  background-color: #3b5998;
}
