/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
  font-family: "Raleway", sans-serif;
  font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

@font-face {
  font-family: "arial_round";
  src: url(../fonts/Arial\ Rounded\ MT\ Bold\ Regular.ttf);
}

@font-face {
  font-family: "subHeding";
  src: url(../fonts/Kugile_Demo.ttf);
}

.subheading {
  font-family: "subheading";
  transition: all 0.3s ease-in;
}
.subheading:hover {
  font-family: "subheading";
  color: firebrick;
  transition: all 0.3s ease-in;
  /* transform: scaleX(0.1); */
}

.c {
  color: white;
}
.secondcolor {
  color: white;
}

.thirdcolor {
  color: #f0bc43;
}

a {
  transition: all 0.3s ease;
  color: #38b;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #d40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37a;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38b;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: rgb(0, 0, 0);
  backdrop-filter: blur(18px);
  color: white;
  border-bottom: 1px solid #e9ecef;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  transition: 0.2s ease-in;
  z-index: 20000;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: white;
}

.tm-navbar.scroll .navbar-brand {
  color: white;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #fff;
  background-color: #7c0d0d;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

.ElseNavBAr {
  background-color: black;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

/* Hero */

#infinite {
  background-color: #000; /* fallback color */
  height: 100vh;
  min-height: 375px;
  position: relative;
  overflow: hidden; /* keep video clipped within section */
}

.video-bg {
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 0;
  overflow: hidden;
}

.video-bg .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* fills the section nicely */
  filter: brightness(99%);
}

/* Reuse your existing overlay class, but make sure it's above the video */
.tm-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* adjust for readability */
  z-index: 1;
}

/* Keep your text and nav above the overlay/video */
.tm-hero-text-container,
.tm-next,
.tm-navbar {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  #infinite {
    min-height: 500px;
  }
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-family: "arial_round";
  font-size: 5.5rem;
  color: white;
  /* text-shadow: 0 -1px 4px #fff, 0 -2px 10px #ff0, 0 -10px 20px #ff8000,
    0 -18px 40px #f00; */
}

.tm-hero-subtitle {
  color: white;
  /* text-shadow: 2 px 2px 2px #333; */
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  color: #fff;
  cursor: pointer;
  background: #357;
  padding: 15px 40px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #fff;
  background: #37a;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
  color: white;
  /* -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000000;
  -webkit-text-fill-color: #ffffff; */
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37a;
}

.tm-continue {
  padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/background/testimonalBackground.jpg);
  background-size: cover;
  /* background-repeat: no-repeat; */
  position: relative;
  background-position: bottom;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #7c0d0d;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
  color: white;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #7c0d0d;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f0bc43;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
  padding-top: 30px;
}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/commonImage/footer2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
  margin: 0 0 20px 0;
  width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
  font-size: 0.9em;
  color: #fff;
  background-color: #369;
  width: 50%;
  margin-bottom: 60px;
}

.tm-btn-submit:hover {
  color: #fff;
  background-color: #7c0d0d;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
  color: #fff;
}

.tm-footer a:hover {
  color: #9cf;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38b;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

/*  My Preloader */
#preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  /* background: radial-gradient(
    circle,
    rgba(248, 240, 227, 1) 12%,
    rgba(248, 240, 228, 1) 19%,
    rgba(250, 245, 235, 1) 25%,
    rgba(236, 221, 194, 1) 36%,
    rgba(235, 216, 184, 1) 41%,
    rgba(206, 168, 82, 1) 84%,
    rgba(212, 168, 66, 1) 86%
  ); */
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.logo-container {
  position: relative;
}

.logo-container::before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  width: 100%;
  height: 4px;
  background-color: #cf0000;
  transform-origin: center center;
  transform: scaleX(0);
  animation: line-animation 3s ease infinite alternate;
}
.LOGOText {
  font: bold 6rem "Arial", sans-serif;
  animation: clip-path-reveal-1 3s ease infinite alternate;
}

@keyframes line-animation {
  0% {
    transform: scaleX(0);
  }
  15% {
    transform: scaleX(0);
  }
  20%,
  25% {
    transform: scaleX(1);
    top: calc(100% - 2px);
  }
  50% {
    transform: scaleX(1);
    top: 0px;
  }
  70% {
    transform: scaleX(0.2);
    top: 0px;
  }
  80%,
  100% {
    transform: scaleX(0.2);
    top: 0px;
  }
}

@keyframes clip-path-reveal-1 {
  0%,
  25% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

/* paralax image */

.parallax1 {
  /* The image used */
  background-image: url("../img/ParalaxImage1.jpg");

  /* Set a specific height */
  min-height: 500px;
  width: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

/* Second Section (Cateogry) */
.wrap {
  /* max-width: 1280px; */
  margin: 28px auto;
  padding: 0 20px;
}

.board {
  display: grid;
  grid-template-columns: 320px 1fr 520px;
  gap: 28px;
  /* background: ; */
  /* border-radius: var(--radius); */
  padding: 36px;
  /* border-radius: 10%; */
  background: linear-gradient(
    199deg,
    rgba(49, 48, 48, 0.516) 12%,
    rgba(47, 47, 47, 0.57) 19%,
    rgba(49, 49, 49, 0.423) 25%,
    rgba(62, 62, 62, 0.44) 36%,
    rgba(72, 69, 69, 0.33) 41%,
    rgba(130, 124, 124, 0.456) 84%,
    rgba(75, 74, 74, 0.693) 86%
  );
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

/* LEFT MENU */
.menu {
  display: grid;
  grid-template-rows: auto;
  gap: 0;
}

.menu .top-item {
  display: flex;
  align-items: center;
  gap: 14px;
  /* background:#2a2b3a; */
  color: var(--text);
  padding: 18px 20px;
  /* border-radius: var(--radius); */
  margin-bottom: 18px;
}

.menu .stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background-color: rgba(11, 10, 10, 0.03);
  backdrop-filter: blur(18px);
  border-radius: 10px;
}

.stack .item {
  background: var(--panel);
  color: #1a1f2e;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: red 0.2s ease;
}
.stack .item:last-child {
  border-bottom: 0;
}

.stack .item:hover {
  background: var(--panel-hover);
}

.ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #efd00927;
  backdrop-filter: blur(20px);

  flex: 0 0 60px;
}
.ico svg {
  width: 28px;
  height: 28px;
  stroke: #ffffff;
}

.label {
  font-weight: 600;
  color: #f2f5fb;
  transition: all 0.2s ease;
}

.label:hover {
  color: #d4a842;
  cursor: pointer;
  text-shadow: 1px 1px 2px #f8f0e3, 2px 2px 3cap #d4a842, 3px 3px 4px #faf5eb;
  transition: all 0.2s ease;
}

/* CENTER CONTENT */
.content {
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  border-radius: 10px;
  backdrop-filter: blur(18px);
}
.mission-content {
  border-radius: var(--radius);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0000004b;
  box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  border-radius: 10px;
  backdrop-filter: blur(18px);
}

.content-boxShadow {
  border: 0.1px solid #f0bc43;
  box-shadow: -3px 6px 54px 17px white;
  -webkit-box-shadow: -3px 6px 54px 17px white;
  -moz-box-shadow: -3px 6px 54px 17px rgba(255, 255, 255, 0.46);
  height: 250px;
}

.content-boxShadow2 {
  border: 0.1px solid #f0bc43;
  box-shadow: -3px 6px 25px 0px white;
  -webkit-box-shadow: -3px 6px 25px 0px white;
  -moz-box-shadow: -3px 6px 25px 0px rgba(255, 255, 255, 0.46);
  height: 250px;
}
.eyebrow {
  letter-spacing: 0.02em;
  opacity: 0.9;
  margin-bottom: 10px;
  font-size: 14px;
  color: white;
}
h1 {
  margin: 0 0 16px;
  line-height: 1.2;
  font-size: clamp(26px, 2.5vw, 34px);
  color: #fff;
}
p {
  color: #cfd5e3;
  line-height: 1.7;
  margin: 0 0 26px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 22px;
  border-radius: 999px;
  background: var(--btn);
  color: white;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.btn .dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid #c8cdd8;
}

/* RIGHT IMAGE */
.hero {
  /* background: #1e2230; */
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  align-items: stretch;
  box-shadow: var(--shadow);
  /* border-radius: 10%; */
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 1180px) {
  .board {
    grid-template-columns: 280px 1fr;
  }
  .hero {
    grid-column: 1 / -1;
    height: 420px;
  }
}
@media (max-width: 820px) {
  .board {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
  }
  .hero {
    height: 340px;
  }
  .menu .top-item {
    margin-bottom: 12px;
  }
}

/* --- Retail Footprint Section --- */
#retail-footprint {
  position: relative;
  color: #e9ecef;
  padding-top: 90px; /* matches your tm-section-pad-top vibe */
  padding-bottom: 110px;
  overflow: hidden;
  /* background-color: #15171b; deep luxe charcoal */

  background: linear-gradient(
    24deg,
    rgba(248, 240, 227, 1) 4%,
    rgba(212, 168, 66, 1) 12%,
    rgba(250, 245, 235, 1) 17%,
    rgba(206, 168, 82, 1) 28%,
    rgba(236, 218, 187, 1) 34%,
    rgba(236, 221, 194, 1) 40%,
    rgba(206, 168, 82, 1) 47%,
    rgba(212, 168, 66, 1) 59%,
    rgba(248, 240, 227, 1) 82%
  );
}

/* Subtle world/map background – replace with your image if you like */
#retail-footprint .rf-bg {
  position: absolute;
  inset: 0;
  background-color: red;
  /* background: radial-gradient(
      60% 60% at 70% 10%,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0) 60%
    ),
    url("img/maps/world-map-dark.png") center/1100px auto no-repeat; */
  opacity: 0.15;
  filter: contrast(110%) brightness(95%);
}

#retail-footprint .rf-overlay {
  position: absolute;
  inset: 0;
  background-image: url(../img/background/blackbackground.jpg);
  /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.28)); */
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* Headings */
.rf-eyebrow {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: white;
  opacity: 0.9;
}

.rf-title {
  margin-top: 12px;

  font-size: clamp(2rem, 4.2vw, 4.2rem); /* large like screenshot */
  color: white;
  letter-spacing: 0.02em;
}

/* Grid wrapper (CSS Grid inside a Bootstrap column) */
.rf-grid {
  display: grid;
  gap: clamp(16px, 2.5vw, 40px);
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 992px) {
  .rf-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .rf-grid {
    grid-template-columns: 1fr;
  }
}

/* Stat tile */
.rf-item {
  text-align: center;
  padding: clamp(18px, 3vw, 28px);
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.077);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  padding: 36px 32px;
  box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -webkit-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: -3px 6px 54px 17px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
  border-left: 2px solid #ffffff;
  border-top: 1px solid #ffffff;
}
.rf-item:hover {
  transform: translateY(-4px);
  box-shadow: -6px 0px 69px 2px rgba(0, 0, 0, 0.63);
  -webkit-box-shadow: -6px 0px 69px 2px rgba(0, 0, 0, 0.63);
  -moz-box-shadow: -6px 0px 69px 2px rgba(0, 0, 0, 0.63);
}

/* Numbers & labels */
.rf-number {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: 500;
  line-height: 1;
  font-size: clamp(3rem, 7vw, 6rem); /* very large like screenshot */
  letter-spacing: 0.01em;
  color: white;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}

.rf-label {
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.9rem;
  color: white;
  opacity: 0.9;
}

/* Optional: “+” suffix spacing when present */
.rf-number.has-suffix::after {
  content: attr(data-suffix);
  font-size: 0.7em;
  margin-left: 6px;
  opacity: 0.8;
}

/* Optional elegant serif for the title (safe fallback if blocked) */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&display=swap");

/* Section wrapper */
.newsletter-split {
  --nl-bg: #e7e8ef; /* panel background (soft grey-lilac) */
  --nl-ink: #0f1620; /* text color */
  --nl-accent: #aeb170; /* accent line color */
  --nl-sidepad: clamp(24px, 4vw, 56px);
  --nl-maxw: 780px;
  overflow: hidden;
}

/* Left side image (use your asset below) */
/* Newsletter video container */
.nl-photo {
  position: relative;
  height: clamp(340px, 48vw, 560px);
  margin: 0;
  overflow: hidden;
}

/* Responsive video background */
.nl-photo .nl-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover; /* ensures the video fills the container */
  filter: brightness(95%); /* optional for soft tone like screenshot */
}

/* Optional gradient overlay (like your image version) */
.nl-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* Right panel */
.nl-panel {
  background: var(--nl-bg);
  min-height: clamp(340px, 48vw, 560px);
  position: relative;
  isolation: isolate;
  background-color: black;
  /* background: linear-gradient(
    346deg,
    rgba(128, 43, 43, 1) 48%,
    rgba(248, 240, 227, 1) 97%
  ); */
  /* filter: brightness(75%); */
}

/* Thin vertical trims like screenshot (optional) */
.nl-panel::before,
.nl-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(
    180deg,
    rgba(20, 50, 70, 0.35),
    rgba(20, 50, 70, 0.15)
  );
  opacity: 0.5;
  pointer-events: none;
}
.nl-panel::before {
  left: 0;
}
.nl-panel::after {
  right: 0;
}

.nl-content {
  width: 100%;
  max-width: var(--nl-maxw);
  margin: 0 auto;
  padding: var(--nl-sidepad);
  color: var(--nl-ink);
}

/* Eyebrow */
.nl-eyebrow {
  font-size: 0.92rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.85;
  color: white;
}

/* Title */
.nl-title {
  margin: 0.6rem 0 1.2rem 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  /* font-weight: 600; */
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  letter-spacing: 0.02em;
  line-height: 1.05;
  color: white;
}

/* Copy */
.nl-copy {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.85;
  max-width: 52ch;
  margin-bottom: 1.6rem;
}

/* Actions */
.nl-actions {
  display: grid;
  grid-auto-flow: column;
  gap: clamp(18px, 3vw, 38px);
  width: max-content;
}

/* Angled-underlined links */
.nl-link {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  font-size: 0.95rem;
  color: wheat;
  text-decoration: none;
  padding-bottom: 6px;
}
.nl-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--nl-accent);
  transform: skewX(-18deg) scaleX(0.72);
  transform-origin: left center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  opacity: 0.9;
}
.nl-link:hover::after,
.nl-link:focus-visible::after {
  transform: skewX(-18deg) scaleX(1);
  opacity: 1;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .nl-actions {
    grid-auto-flow: row;
    width: auto;
  }
  .nl-panel::before,
  .nl-panel::after {
    width: 4px;
  }
}

/* Contact US */
.cf9-bg {
  background: rgb(0, 0, 0);
}

/* Icons */
.cf9-ico {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--cf9-gold);
  color: white;
  font-size: 1.25rem;
  box-shadow: 0 6px 16px white;
}

/* Inputs (override Bootstrap) */
.cf9-control {
  background: #0000003c;
  border: 1px solid #1f1f1f;
  color: var(--cf9-text);
  border-radius: 0.25rem;
  padding: 0.8rem 0.95rem;
}
.cf9-control::placeholder {
  color: white;
}
.cf9-control:focus {
  background: #111;
  color: var(--cf9-text);
  border-color: #2a2a2a;
  box-shadow: 0 0 0 0.2rem rgba(205, 168, 107, 0.15);
}

/* Button */
.cf9-btn {
  background: var(--cf9-gold);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.9rem 1rem;
  border: none;
  border-radius: 0.35rem;
  box-shadow: 0 8px 20px white;
}
.cf9-btn:hover,
.cf9-btn:focus {
  filter: brightness(1.05);
  color: #111;
}

/* Text tones */
#contact-09 .text-muted {
  color: var(--cf9-muted) !important;
}

/* footer */
ul {
  margin: 0px;
  padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #7c0d0d;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 10px;
}
.footer-logo img {
  max-width: 120px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #7c0d0d;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover {
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #7c0d0d;
  padding: 13px 20px;
  border: 1px solid #7c0d0d;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a {
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* about us - Mission */
.aboutus-missions {
  /* background: radial-gradient(
    circle,
    rgba(248, 240, 227, 1) 12%,
    rgba(248, 240, 228, 1) 19%,
    rgba(250, 245, 235, 1) 25%,
    rgba(236, 221, 194, 1) 36%,
    rgba(235, 216, 184, 1) 41%,
    rgba(206, 168, 82, 1) 84%,
    rgba(212, 168, 66, 1) 86%
  ); */
  background-image: url(../img/background/blackbackground.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backgorundCardImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -5;
  width: 100%;
  height: auto;
  transform: scaleX(-1);
}
.backgorundCardImage2 {
  position: absolute;
  top: 0px;
  left: 0px;
  /* z-index: -5; */
  width: 100%;
  height: 100vh;
}

/* slider */
@keyframes slides {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 30px 0px;
  white-space: nowrap;
  position: relative;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: "";
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logos:after {
  right: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255)
  );
}

.logo_items {
  display: inline-block;
  animation: 35s slides infinite linear;
}

.logos:hover .logo_items {
  animation-play-state: paused;
}

.logo_items img {
  height: 100px;
  margin-right: 50px;
}

.timelineSecitonIs {
  background-color: black;
}

.team-gradient {
  /* background: linear-gradient(
    24deg,
    rgba(248, 240, 227, 1) 4%,
    rgba(212, 168, 66, 1) 12%,
    rgba(250, 245, 235, 1) 17%,
    rgba(206, 168, 82, 1) 28%,
    rgba(236, 218, 187, 1) 34%,
    rgba(236, 221, 194, 1) 40%,
    rgba(206, 168, 82, 1) 47%,
    rgba(212, 168, 66, 1) 59%,
    rgba(248, 240, 227, 1) 82%
  ); */
  background-color: gray;
}

.certifi_Part_image {
  position: relative;
  background-image: url(../img/background/aaaaaa.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
}

.certifi_Part_image::after {
  backdrop-filter: blur(14px);
  width: 100%;
  height: auto;
  background-color: red;
}

/* social Card */
/* From Uiverse.io by ElsayedShamsEldeen */
.main_card {
  position: relative;
  width: 300px;
  height: 300px;
  background: lightgrey;
  border-radius: 30px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}

.card-background {
  position: absolute;
  inset: 0;
  background: black;
}

.cool_card_logo {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  transition: all 0.6s ease-in-out;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.icon {
  font-weight: bold;
  /* background-color: red; */
}

.box {
  position: absolute;
  padding-right: 30px;
  padding-top: 10px;
  text-align: right;
  background: rgba(255, 255, 255, 0.389);
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 1px solid white;
  border-radius: 10% 13% 42% 0%/10% 12% 75% 0%;
  box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
  transform-origin: bottom left;
  transition: all 1s ease-in-out;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.box:hover .svg {
  fill: white;
}

.box1 {
  width: 85%;
  height: 85%;
  bottom: -85%;
  left: -85%;
}

.box2 {
  width: 65%;
  height: 65%;
  bottom: -65%;
  left: -65%;
  transition-delay: 0.2s;
}

.box3 {
  width: 45%;
  height: 45%;
  bottom: -45%;
  left: -45%;
  transition-delay: 0.4s;
}

.box4 {
  width: 25%;
  height: 25%;
  bottom: -25%;
  left: -25%;
  transition-delay: 0.6s;
}

.main_card:hover {
  transform: scale(1.1);
}

.main_card:hover .box {
  bottom: -1px;
  left: -1px;
}

.main_card:hover .cool_card_logo {
  transform: translate(0, 0);
  bottom: 20px;
  right: 20px;
}

.Gcontainer .gallery_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.Gcontainer .gallery_box .dream {
  display: flex;
  flex-direction: column;
  width: 32.5%;
}

.Gcontainer .gallery_box .dream img {
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
  /* filter: grayscale(5); */
  transition: 0.2s ease;
}

.Gcontainer .btn {
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px;
  border-radius: 5px;
}

.Gcontainer .btn a {
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  font-weight: bolder;
  letter-spacing: 3px;
}

@media only screen and (max-width: 769px) {
  .Gcontainer .gallery_box {
    flex-direction: column;
  }

  .Gcontainer .gallery_box .dream {
    width: 100%;
  }
}

@media only screen and (max-width: 643px) {
  .Gcontainer .heading {
    width: 100%;
  }

  .Gcontainer .heading h3 {
    font-size: 1em;
  }
}
