@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Cal+Sans&family=Gloock&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Boldonse&family=Cal+Sans&family=Gloock&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

* {
  font-family: "Google Sans", sans-serif;
}

/* LOADER */
h1,
h2,
h3 {
  font-family: "Cal Sans", sans-serif;
}

#loader {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 1050;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.loader-ring {
  /* width: 80px;
  height: 80px;
  border: 4px solid #333;
  border-top: 4px solid var(--gold);
  border-radius: 50%; */
  animation: spin 5s linear infinite;
}

.loader-ring img {
  height: 100px;
  object-fit: contain;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* NAVBAR */

.navbar {
  background: rgba(0, 0, 0, 0.904);
}

.navbar-nav {
  margin-left: auto !important;
}

.nav-link {
  color: #ffffff;
  font-weight: 500;
  margin: 0 15px;
}

.nav-link:hover {
  color: var(--gold) !important;
}

.nav-link.active {
  color: var(--gold) !important;
}

/* HERO */

.hero-slider {
  height: 100vh;
}

.hero-slide {
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content {
  max-width: 600px;
}

.hero-title {
  font-size: 60px;
  font-weight: 700;
  color: var(--gold);
}

.hero-btn {
  background: var(--gold);
  color: #000;
  padding: 12px 30px;
  border: none;
  font-weight: 600;
}

/* SECTION */

.section {
  padding: 100px 0;
}

.section-title {
  font-size: 40px;
  color: var(--gold);
  margin-bottom: 20px;
  text-align: center;
}

/* MOVIE CARDS */

.movie-card {
  background: #111;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.4s;
}

.movie-card:hover {
  transform: translateY(-10px);
}

.movie-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* GALLERY */

.gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
}

/* CONTACT */

.contact-box {
  background: #111;
  padding: 30px;
  border-radius: 10px;
}

.contact-box input,
.contact-box textarea {
  background: #000;
  border: 1px solid #333;
  color: #fff;
}

/* FOOTER */

.navbar-nav {
  margin-left: auto !important;
}

:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

/* SECTION */

.my-hero-section {
  background: #020617;
  padding: 20px 0 0;
  color: #fff;
  overflow: hidden;
  display: flex;
  height: 90vh;
  margin-top: 84px;
  flex-direction: row;
  align-items: center;
}

/* SLIDER AREA */

.my-hero-section .my-hero-slider-area {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* CONTENT */

.my-hero-section .my-hero-content {
  padding-left: 40px;
}

.my-hero-section .my-hero-tag {
  color: var(--gold);
  letter-spacing: 2px;
  font-size: 14px;
}

.my-hero-section h1 {
  font-size: 56px;
  font-weight: 700;
  margin: 20px 0;
  line-height: 1.2;
}

.my-hero-section p {
  color: #ccc;
  max-width: 500px;
  margin-bottom: 30px;
}

/* BUTTONS */

.my-hero-section .my-hero-buttons {
  display: flex;
  gap: 20px;
}

.my-hero-section .my-hero-btn1 {
  background: var(--gold);
  color: #000;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.my-hero-section .my-hero-btn2 {
  border: 1px solid var(--gold);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .my-hero-section h1 {
    font-size: 38px;
  }

  .my-hero-section .my-hero-slider-area {
    justify-content: center;
    margin-bottom: 40px;
  }

  .my-hero-section .my-hero-content {
    padding-left: 0;
    text-align: center;
  }

  .my-hero-section .my-hero-buttons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .my-hero-section .swiper {
    width: 90px;
    height: 320px;
  }

  .my-hero-section h1 {
    font-size: 30px;
  }
}

.my-hero-section .my-hero-slider-area {
  display: flex;
  gap: 20px;
}

.my-hero-section .my-hero-column {
  height: 90vh;
  overflow: hidden;
  width: 200px;
}

.my-hero-section .my-hero-track {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.my-hero-section .my-hero-track img {
  width: 100%;
  border-radius: 10px;
}

/* SCROLL DIRECTIONS */

.my-hero-section .my-hero-col1 .my-hero-track {
  animation: scrollUp 32s linear infinite;
}

.my-hero-section .my-hero-col2 .my-hero-track {
  animation: scrollDown 33s linear infinite;
}

.my-hero-section .my-hero-col3 .my-hero-track {
  animation: scrollUp 36s linear infinite;
}

/* KEYFRAMES */

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollDown {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}

.my-hero-section .my-hero-column {
  position: relative;
  height: 90vh;
  overflow: hidden;
  width: 200px;
}

.my-hero-section .my-hero-column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;

  background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));

  z-index: 2;
}

.my-hero-section .my-hero-column::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;

  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));

  z-index: 2;
}

.home-about {
  padding: 100px 0;

  background-color: #ffffff;
  background-image: url(http://www.transparenttextures.com/patterns/diamond-upholstery.png);
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

/* IMAGE */

.home-about .home-about-image {
  position: relative;
}

.home-about .home-about-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* CONTENT */

.home-about .home-about-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #111;
}

.home-about .home-about-content p {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* STATS */

.home-about .home-about-stats {
  display: flex;
  gap: 40px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.home-about .home-about-stat h3 {
  font-size: 34px;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 5px;
}

.home-about .home-about-stat span {
  font-size: 14px;
  color: #555;
}

/* BUTTON */

.home-about .home-about-btn a {
  display: inline-block;
  padding: 12px 30px;
  background: #d4af37;
  color: #000;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.home-about .home-about-btn a:hover {
  background: #000;
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .home-about {
    padding: 70px 0;
  }

  .home-about .home-about-content {
    margin-top: 40px;
    text-align: center;
  }

  .home-about .home-about-stats {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .home-about .home-about-content h2 {
    font-size: 28px;
  }

  .home-about .home-about-stats {
    flex-direction: column;
    gap: 15px;
  }

  .home-about .home-about-stat h3 {
    font-size: 26px;
  }
}

.recent-trades {
  padding: 80px 0;
  position: relative;
  margin: 0;
  font-family: Arial;
  background: #0b0f19;
  color: white;
}

.recent-trades-container {
  width: 90%;
  margin: auto;
  position: relative;
}

/* HEADING */

.recent-trades-heading {
  text-align: center;
  margin-bottom: 30px;
}

.recent-trades-heading h2 {
  font-size: 42px;
  font-weight: 700;
}

/* CARD */

.recent-trades-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
}

.recent-trades-card:hover {
  transform: translateY(-10px);
}

/* IMAGE */

.recent-trades-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* PLAY BUTTON */

.recent-trades-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  opacity: 0;
  transition: 0.3s;
}

.recent-trades-card:hover .recent-trades-play {
  opacity: 1;
}

/* OVERLAY */

.recent-trades-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.6),
    transparent
  );
}

/* TEXT */

.recent-trades-title {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
}

.recent-trades-verify {
  color: #facc15;
}

.recent-trades-lang {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 4px;
}

.recent-trades-time {
  font-size: 14px;
  margin-top: 6px;
  color: #ffcb20;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ARROWS */

.recent-trades-prev,
.recent-trades-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #898989;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  font-size: 20px;
}

.recent-trades-prev {
  left: -25px;
}

.recent-trades-next {
  right: -25px;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .recent-trades-heading h2 {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .recent-trades-prev,
  .recent-trades-next {
    display: none;
  }
}

.upcoming-movies {
  padding: 80px 0;
  /* background:#0b0f19;
color:white; */
}

.upcoming-movies-container {
  width: 90%;
  margin: auto;
}

/* HEADING */

.upcoming-movies-heading {
  text-align: center;
  margin-bottom: 30px;
}

.upcoming-movies-heading h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.upcoming-movies-heading p {
  opacity: 0.7;
}

/* GRID */

.upcoming-movies-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

/* CARD */

.upcoming-movies-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  transition: 0.4s;
  color: white;
}

.upcoming-movies-card:hover {
  transform: translateY(-10px);
  color: whitesmoke !important;
}

/* POSTER */

.upcoming-movies-poster img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: cover;
}

/* DATE BADGE */

.upcoming-movies-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #bc6f11;
  padding: 6px 12px;
  border-radius: 30px;
  font-size: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
}

/* OVERLAY */

.upcoming-movies-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);

  transform: translateY(60%);
  transition: 0.4s;
}

.upcoming-movies-card:hover .upcoming-movies-overlay {
  transform: translateY(0);
}

/* TITLE */

.upcoming-movies-overlay h3 {
  margin: 0;
  font-size: 20px;
}

.upcoming-movies-overlay span {
  font-size: 14px;
  opacity: 0.7;
  display: block;
  margin-top: 4px;
}

/* BUTTON */

.upcoming-movies-overlay a {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background: #facc15;
  color: black;
  font-size: 13px;
  border-radius: 20px;
  text-decoration: none;
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .upcoming-movies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .upcoming-movies-grid {
    grid-template-columns: 1fr;
  }

  .upcoming-movies-heading h2 {
    font-size: 28px;
  }
}

.cta-section {
  position: relative;
  padding: 140px 20px;

  background: url("https://images.unsplash.com/photo-1489599849927-2ee91cede3ba")
    center/cover no-repeat;

  background-attachment: fixed;

  text-align: center;
  color: #fff;
}

/* overlay */

.cta-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.65);
}

/* container */

.cta-section-container {
  position: relative;
  max-width: 900px;
  margin: auto;
  z-index: 2;
}

/* title */

.cta-section-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* text */

.cta-section-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 35px;
  opacity: 0.9;
}

/* buttons */

.cta-section-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-section-btn-primary {
  background: #ffd700;
  color: #000;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-section-btn-primary:hover {
  background: #fff;
}

.cta-section-btn-secondary {
  border: 2px solid #fff;
  color: #fff;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.cta-section-btn-secondary:hover {
  background: #fff;
  color: #000;
}

/* responsive */

@media (max-width: 992px) {
  .cta-section-title {
    font-size: 36px;
  }

  .cta-section-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .cta-section {
    padding: 100px 20px;
  }

  .cta-section-title {
    font-size: 28px;
  }
}

.featured-content {
  padding: 80px 0;
  background: #f5f5f5;
}

.featured-content .featured-content-container {
  width: 90%;
  max-width: 1300px;
  margin: auto;
}

.featured-content .featured-content-heading {
  text-align: center;
  margin-bottom: 30px;
}

.featured-content .featured-content-heading h2 {
  font-size: 42px;
  color: #111;
  margin-bottom: 10px;
  font-weight: 700;
}

.featured-content .featured-content-heading p {
  color: #666;
}

/* CARD */

.featured-content .featured-content-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* cursor: pointer; */
  transition: 0.4s;
}

.featured-content .featured-content-card img:hover {
  transform: scale(1.1);
}

.featured-content .featured-content-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

/* OVERLAY */

.featured-content .featured-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;

  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.793),
    transparent
  );

  color: white;
}

.featured-content .featured-content-overlay h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.featured-content .featured-content-overlay span {
  font-size: 14px;
  opacity: 0.9;
}

/* BUTTONS */

.featured-content .featured-content-buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.featured-content .featured-content-play {
  background: #ffd700;
  color: #000;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
}

.featured-content .featured-content-info {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  text-decoration: none;
}

.our-clients {
  padding: 80px 0;
  /* background: #f5f5f5; */
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/cubes.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.our-clients .our-clients-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* heading */

.our-clients .our-clients-heading {
  text-align: center;
  margin-bottom: 30px;
}

.our-clients .our-clients-heading h2 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}

.our-clients .our-clients-heading p {
  color: #666;
}

/* logo card */

.our-clients .our-clients-logo {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  border: 1px solid lightgray;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.our-clients .our-clients-logo img {
  max-width: 100%;
  /* max-height:50px; */
  /* filter:grayscale(100%); */
  /* opacity:.7; */
  transition: 0.3s;
}

.our-clients .our-clients-logo:hover img {
  filter: none;
  opacity: 1;
  transform: scale(1.1);
}

.our-clients .our-clients-logo:hover {
  /* transform: translateY(-5px); */
  transform: scale(1.1);
}

/* responsive */

@media (max-width: 768px) {
  .our-clients .our-clients-heading h2 {
    font-size: 28px;
  }
}

.gallery-section {
  padding: 80px 0;
  background-color: #e5ae30;
  background-image: url("https://www.transparenttextures.com/patterns/light-wool.png");
  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}

.gallery-section .gallery-section-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* heading */

.gallery-section .gallery-section-heading {
  text-align: center;
  margin-bottom: 30px;
}

.gallery-section .gallery-section-heading h2 {
  font-size: 42px;
  color: #111;
  font-weight: 700;
  margin-bottom: 10px;
}

.gallery-section .gallery-section-heading p {
  color: #666;
}

/* grid */

.gallery-section .gallery-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: stretch;
  justify-items: center;
}

/* item */

.gallery-section .gallery-section-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 3 / 4;
  background: #d9d9d9;
}

.gallery-section .gallery-section-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-section .gallery-section-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

/* overlay */

.gallery-section .gallery-section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  transition: 0.4s;
}

.gallery-section .gallery-section-overlay i {
  font-size: 32px;
  color: #fff;
}

/* hover */

.gallery-section .gallery-section-item:hover img {
  transform: scale(1.1);
}

.gallery-section .gallery-section-item:hover .gallery-section-overlay {
  opacity: 1;
}

/* responsive */

@media (max-width: 992px) {
  .gallery-section .gallery-section-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
  }
}

@media (max-width: 576px) {
  .gallery-section .gallery-section-grid {
    grid-template-columns: 1fr;
  }

  .gallery-section .gallery-section-item {
    max-width: 280px;
  }

  .gallery-section .gallery-section-heading h2 {
    font-size: 28px;
  }
}

.site-footer {
  position: relative;
  padding: 100px 0 0px;

  background: url("https://images.unsplash.com/photo-1489599849927-2ee91cede3ba")
    center/cover no-repeat;

  color: #fff;
}

/* overlay */

.site-footer .site-footer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.56);
}

/* container */

.site-footer .site-footer-container {
  position: relative;
  /* width: 90%;
  max-width: 1200px; */
  margin: auto;
}

/* grid */

.site-footer .site-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

/* headings */

.site-footer h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

.site-footer h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

/* about */

.site-footer .site-footer-about p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
}

/* social */

.site-footer .site-footer-social {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.site-footer .site-footer-social a {
  width: 38px;
  height: 38px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
}

/* links */

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.site-footer ul li a:hover {
  color: #fff;
}

/* contact */

.site-footer .site-footer-contact p {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  gap: 8px;
  align-items: center;
}

/* bottom */

.site-footer .site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
/* responsive */

@media (max-width: 992px) {
  .site-footer .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .site-footer .site-footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .site-footer-social {
    justify-content: center;
  }
}

/* PAGINATION WRAPPER */

.featured-content-pagination {
  text-align: center;
  margin-top: 30px;
}

/* DOT */

.featured-content-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #999;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* ACTIVE DOT */

.featured-content-pagination .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 20px;
  background: #c87f33;
}

a {
  text-decoration: none;
}

:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(145deg, #1a1a1a, var(--dark, #0c0c0c));
  color: var(--gold, #d4af37);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 2px solid var(--silver, #c0c0c0);
  box-shadow:
    0 0 15px rgba(212, 175, 55, 0.3),
    inset 0 1px 3px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  font-size: 20px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.back-to-top:hover {
  box-shadow: 0 0 25px var(--gold, #d4af37);
  transform: scale(1.1);
  border-color: var(--gold, #d4af37);
}

.back-to-top i {
  transition: transform 0.3s ease;
}

.back-to-top:hover i {
  transform: translateY(-3px);
}

.inner-breadcrumb {
  position: relative;
  background: url("../images/bread.png") center/cover no-repeat;
  height: 300px;
  display: flex;
  margin-top: 86px;
  align-items: center;
  padding-left: 120px;
  justify-content: flex-start;
  text-align: center;
}

.inner-breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.inner-breadcrumb-content {
  position: relative;
  z-index: 2;
  color: #ffab00;
}

.inner-breadcrumb-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

/* SECTION */

.company-values {
  background: var(--dark);
  padding: 100px 20px;
  font-family: Arial;
}

/* CONTAINER */

.company-values-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */

.company-values-heading {
  text-align: center;
  margin-bottom: 70px;
}

.company-values-heading h2 {
  font-size: 42px;
  color: var(--gold);
  margin-bottom: 15px;
}

.company-values-heading p {
  color: #aaa;
  max-width: 700px;
  margin: auto;
  line-height: 1.6;
}

/* GRID */

.company-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* CARD */

.company-values-card {
  position: relative;
  background: #151515;
  padding: 50px 35px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
  border: 1px solid transparent;
}

/* BACKGROUND IMAGE */

.company-values-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.1);
  transition: 0.4s;
  z-index: 1;
}

/* OVERLAY */

.company-values-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
}

/* CONTENT */

.company-values-content {
  position: relative;
  z-index: 2;
}

/* ICON */

.company-values-icon {
  font-size: 40px;
  color: var(--gold);
  margin-bottom: 25px;
  transition: 0.3s;
}

/* TITLE */

.company-values-content h3 {
  font-size: 24px;
  color: var(--silver);
  margin-bottom: 15px;
}

/* TEXT */

.company-values-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #ddd;
  text-align: left;
}

/* HOVER */

.company-values-card:hover {
  border: 1px solid var(--gold);
  transform: translateY(-8px);
}

.company-values-card:hover .company-values-bg {
  opacity: 1;
  transform: scale(1);
}

.company-values-card:hover .company-values-icon {
  opacity: 0;
  transform: scale(0.7);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .company-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .company-values-grid {
    grid-template-columns: 1fr;
  }

  .company-values-heading h2 {
    font-size: 32px;
  }
}

.team-section {
  background: #f9f9f9;
  padding: 100px 0px;
}

.team-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADING */

.team-heading {
  text-align: center;
  margin-bottom: 70px;
}

.team-heading h2 {
  font-size: 42px;
  margin-bottom: 15px;
}

.team-heading p {
  color: #666;
  max-width: 650px;
  margin: auto;
  line-height: 1.6;
}

/* GRID */

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* CARD */

.team-card {
  text-align: center;
  transition: 0.3s;
}

.team-card:hover {
  transform: translateY(-10px);
}

/* IMAGE */

.team-image {
  position: relative;
  width: 180px;
  height: 180px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

/* ZOOM */

.team-card:hover img {
  transform: scale(1.1);
}

/* SOCIAL */

.team-social {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  transition: 0.4s;
}

.team-card:hover .team-social {
  bottom: 20px;
}

.team-social a {
  width: 38px;
  height: 38px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* INFO */

.team-info {
  margin-top: 20px;
}

.team-info h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.team-info span {
  color: #777;
  font-size: 14px;
}

.entertainment-tabs {
  padding: 80px 0px;
  background: #f9f9f9;
  font-family: Arial;
}

.entertainment-tabs-container {
  max-width: 1200px;
  margin: auto;
}

/* TAB HEADER */

.entertainment-tabs-header {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

/* TAB BUTTON */

.entertainment-tab-btn {
  border: none;
  background: #fff;
  padding: 18px 30px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.entertainment-tab-btn i {
  font-size: 18px;
}

.entertainment-tab-btn:hover {
  transform: translateY(-3px);
}

/* ACTIVE TAB */

.entertainment-tab-btn.active {
  background: #d4af37;
  color: #fff;
}

/* CONTENT */

/* .entertainment-tabs-content{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.05);
} */

/* PANELS */

.entertainment-tab-panel {
  display: none;
}

.entertainment-tab-panel.active {
  display: block;
}

@media (max-width: 768px) {
  .entertainment-tabs-header {
    gap: 12px;
  }

  .entertainment-tab-btn {
    flex-direction: column;
    padding: 15px;
    font-size: 14px;
  }

  .entertainment-tab-btn i {
    font-size: 20px;
  }
}

.rt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.entertainment-tabs .recent-trades {
  padding: 0px 0;
  position: relative;
  margin: 0;
  font-family: Arial;
  background: transparent !important;
  color: rgb(255, 255, 255);
}

.entertainment-tabs .upcoming-movies {
  padding: 0px 0 !important;
}

.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.custom-pagination a {
  text-decoration: none;
}

/* page numbers */

.page-number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-weight: 600;
  color: #333;
  transition: 0.3s;
}

/* active */

.page-number.active {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
}

/* hover */

.page-number:hover {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
}

/* arrows */

.page-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #333;
  transition: 0.3s;
}

.page-btn:hover {
  background: #d4af37;
  color: #fff;
  border-color: #d4af37;
}

@media (max-width: 576px) {
  .page-number,
  .page-btn {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }
}

:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

.my-entertainment {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}

/* sidebar */

.my-entertainment .filter-sidebar {
  background: #ededf7;
  padding: 20px;
  border-radius: 20px;
  position: sticky;
  top: 100px;
}

.my-entertainment .filter-title {
  background: var(--dark);
  color: white;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

/* accordion */

.my-entertainment .accordion-item {
  background: #cfd0e8;
  border: none;
  border-radius: 16px;
  margin-bottom: 18px;
  overflow: hidden;
}

.my-entertainment .accordion-button {
  background: transparent;
  font-weight: 600;
  box-shadow: none;
}

.my-entertainment .accordion-button:not(.collapsed) {
  background: transparent;
}

/* inputs */

.my-entertainment input[type="text"],
.my-entertainment input[type="number"] {
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 10px;
}

/* filter buttons */

.my-entertainment .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.my-entertainment .filter-chip input {
  display: none;
}

.my-entertainment .filter-chip span {
  display: inline-block;
  padding: 5px 10px;
  background: #2d0147;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

.my-entertainment .filter-chip input:checked + span {
  background: var(--gold);
  color: black;
}

/* sliders */

.my-entertainment input[type="range"] {
  width: 100%;
}

.my-entertainment .range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

/* imdb dots */

.my-entertainment .imdb-dots {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.my-entertainment .imdb-dots span {
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
}

.my-entertainment .imdb-dots span.active {
  background: var(--gold);
}

.my-entertainment .imdb-value {
  text-align: center;
  margin-top: 5px;
  font-weight: 600;
}

/* results */

.my-entertainment .results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.my-entertainment .movie-card {
  height: 200px;
  background: var(--dark);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

/* responsive */

@media (max-width: 991px) {
  .my-entertainment .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .my-entertainment .results-grid {
    grid-template-columns: 1fr;
  }
}

.filter-grid {
  display: grid;
  grid-template-columns: 28% 72%;
  gap: 20px;
}

.marketplace-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 20px 40px; */
  /* background: #f5f5f5; */
  margin-bottom: 30px;
}

.marketplace-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.marketplace-search {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 30px;
  padding: 5px 7px;
  width: 320px;
  border: 1px solid lightgrey;
}

.marketplace-search input {
  border: none;
  outline: none;
  flex: 1;
  padding: 5px !important;
  font-size: 14px;
}

.marketplace-search button {
  border: none;
  background: black;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.marketplace-searchinput[type="text"] {
  width: 100%;
  border: none;
  padding: 5px !important;
  border-radius: 10px;
}

.results-grid {
  background-color: white !important;
}

.results-grid .featured-content-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

.ent-view .featured-content-card img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  display: block;
  transition: 0.4s;
}

:root {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

/* MAIN */

.enter-view {
  background: #f6f7fb;
  padding: 60px 0;
  font-family: Arial;
}

.enter-view .enter-view-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  padding: 20px;
}

.enter-view {
  background-color: #f4faff7a;
}

/* LEFT */

.enter-view .enter-view-left {
  width: 320px;
}

.enter-view .enter-view-poster img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* INSIGHT CARDS */

.enter-view .enter-view-insights {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.enter-view .enter-view-insight-card {
  flex: 1;
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.enter-view .enter-view-insight-card i {
  font-size: 22px;
  color: #00c896;
  margin-bottom: 8px;
}

/* RIGHT */

.enter-view .enter-view-right {
  flex: 1;
}

/* TOP BAR */

.enter-view .enter-view-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0px;
}

.enter-view .enter-view-breadcrumb {
  color: #5a4bff;
  font-size: 14px;
}

.enter-view .enter-view-share-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.enter-view .enter-view-share-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  line-height: 1;
}

.enter-view .enter-view-share-toggle i {
  margin-left: 10px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: inline-flex;
}

.enter-view .enter-view-share-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
}

.enter-view .enter-view-share-link,
.enter-view .enter-view-share-native {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #fff;
  padding: 10px 12px;
  color: #0d1b3d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.enter-view .enter-view-share-link:hover,
.enter-view .enter-view-share-native:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.enter-view .enter-view-share-link i,
.enter-view .enter-view-share-native i {
  margin-left: 0;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: default;
  font-size: 16px;
}

.enter-view .enter-view-share-facebook i {
  color: #1877f2;
}

.enter-view .enter-view-share-x i {
  color: #111827;
}

.enter-view .enter-view-share-whatsapp i {
  color: #25d366;
}

.enter-view .enter-view-share-native i {
  color: #e1306c;
}

.enter-view .enter-view-share-native.is-copied {
  background: #e8fff1;
}

.enter-view .enter-view-share-menu[hidden] {
  display: none;
}

/* TITLE */

.enter-view .enter-view-title {
  font-size: 38px;
  margin: 0px 0 10px;
  color: #0d1b3d;
}

/* META */

.enter-view .enter-view-meta {
  color: #777;
  margin-bottom: 10px;
}

.enter-view .enter-view-meta span {
  margin-right: 15px;
}

/* GENRE */

.enter-view .enter-view-genre {
  background: #ffc107;
  color: rgb(0, 0, 0);
  padding: 5px 12px;
  border-radius: 4px;
  font-size: 13px;
}

/* DESCRIPTION */

.enter-view .enter-view-description {
  margin-top: 15px;
  line-height: 1.7;
  color: #555;
  max-width: 600px;
}

/* BUTTONS */

.enter-view .enter-view-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.enter-view .enter-view-imdb {
  color: #00c853;
  font-weight: 600;
}

.enter-view .enter-view-btn {
  background: #ffb60b;
  border: none;
  color: rgb(0, 0, 0);
  padding: 7px 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.enter-view .enter-view-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.enter-view .enter-view-youtube-btn {
  background: #ff0033;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.enter-view .enter-view-youtube-btn:hover {
  color: #fff;
  background: #d9002b;
}

/* DETAILS */

.enter-view .enter-view-details {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 600px;
}

.enter-view .enter-view-detail-row {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 10px;
  font-size: 14px;
  color: #444;
  flex-direction: column;
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .enter-view .enter-view-container {
    flex-direction: column;
  }

  .enter-view .enter-view-left {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }

  .enter-view .enter-view-title {
    font-size: 28px;
  }
}

.gallery-view-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}

:root {
  --silver: #c0c0c0;
  --dark: #0c0c0c;
}

/* PAGINATION CONTAINER */
.enter-view-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 40px 0 0;
}

/* BUTTONS */
.enter-view-pagination a {
  text-decoration: none;
  padding: 8px 14px;
  border: 1px solid var(--silver);
  color: var(--dark);
  background: gainsboro;
  border-radius: 4px;
  font-size: 14px;
  transition: 0.3s;
}

/* HOVER */
.enter-view-pagination a:hover {
  background: var(--dark);
  color: white;
}

/* ACTIVE PAGE */
.enter-view-pagination a.active {
  background: var(--dark);
  color: white;
  border-color: var(--dark);
}

/* ----- parent class : all styles are scoped under .contactus-page ----- */
.contactus-page {
  --gold: #d4af37;
  --silver: #c0c0c0;
  --dark: #0c0c0c;
 
  background-color: #ffffff;
  background-image:
    radial-gradient(
      circle at 10% 20%,
      rgba(212, 175, 55, 0.02) 0%,
      transparent 30%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(192, 192, 192, 0.02) 0%,
      transparent 35%
    );
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
 
}

/* main card — light background, subtle metallic borders */
.contactus-page .contact-card {
 
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 2rem;
  box-shadow:
    0 20px 40px -12px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(212, 175, 55, 0.15) inset;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  transition: all 0.3s ease;
}

/* ----- left side: info panel (light, with warm white) ----- */
.contactus-page .info-panel {
  padding: 2.8rem 2.5rem;
  background: #fcfaf7;
  /* very subtle warm off-white */
  border-right: 1px solid rgba(212, 175, 55, 0.2);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.contactus-page .gold-accent {
  color: var(--gold);
  font-size: 0.85rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  border-left: 4px solid var(--gold);
  padding-left: 0.8rem;
  line-height: 1.2;
}

.contactus-page h1 {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  font-weight: 600;
  line-height: 1.1;
  color: var(--dark);
  /* dark text for contrast */
  margin-bottom: 0.25rem;
}

.contactus-page h1 span {
  color: var(--gold);
  text-shadow: 0 0 4px rgba(212, 175, 55, 0.3);
}

.contactus-page .description {
  color: #4a4a4a;
  /* medium-dark grey */
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 85%;
  border-bottom: 1px dashed rgba(212, 175, 55, 0.35);
  padding-bottom: 2rem;
}

/* contact details list */
.contactus-page .contact-details {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 0.5rem;
}

.contactus-page .detail-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transition: transform 0.2s;
}

.contactus-page .detail-item:hover {
  transform: translateX(6px);
}

.contactus-page .icon-box {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.3rem;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.1);
}

.contactus-page .detail-text {
  display: flex;
  flex-direction: column;
}

.contactus-page .detail-label {
  color: #6f6f6f;
  /* silver-ish grey */
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contactus-page .detail-value {
  color: var(--dark);
  font-size: 1.15rem;
  font-weight: 500;
  word-break: break-word;
}

.contactus-page .detail-value a {
  color: var(--dark);
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  transition:
    border-color 0.2s,
    color 0.2s;
}

.contactus-page .detail-value a:hover {
  color: var(--gold);
  border-bottom: 1px dotted var(--gold);
}

/* social row */
.contactus-page .social-wrap {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contactus-page .social-label {
  color: #6f6f6f;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.contactus-page .social-icons {
  display: flex;
  gap: 1.5rem;
}

.contactus-page .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background: #f5f5f5;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #5a5a5a;
  font-size: 1.3rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.contactus-page .social-icons a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.5);
}

/* ----- right side: form (light background, dark text) ----- */
.contactus-page .form-panel {
  padding: 2.8rem 2.5rem;
  background: #ffffff;
}

.contactus-page .form-title {
  color: var(--dark);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.contactus-page .form-title .silver {
  color: #8a8a8a;
  /* silver tone */
  font-weight: 300;
}

.contactus-page .input-group {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contactus-page .field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contactus-page .field label {
  color: #6f6f6f;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-left: 0.5rem;
}

.contactus-page .field input,
.contactus-page .field textarea {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 1rem;
  padding: 0.9rem 1.2rem;
  color: var(--dark);
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  font-family: inherit;
  resize: vertical;
}

.contactus-page .field input:focus,
.contactus-page .field textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
}

.contactus-page .field input::placeholder,
.contactus-page .field textarea::placeholder {
  color: #b0b0b0;
  font-size: 0.95rem;
  font-weight: 300;
}

/* send message button */
.contactus-page .send-btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
}

.contactus-page .submit-button {
  background: transparent;
  border: 1.5px solid var(--gold);
  color: var(--gold);
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.9rem 2.8rem;
  border-radius: 3rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  transition: 0.25s;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: white;
}

.contactus-page .submit-button i {
  font-size: 1.2rem;
  transition: transform 0.2s;
}

.contactus-page .submit-button:hover {
  background: var(--gold);
  color: white;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.4);
  border-color: var(--gold);
}

.contactus-page .submit-button:hover i {
  transform: translateX(6px);
}

/* small print note */
.contactus-page .form-footer-note {
  color: #b0b0b0;
  font-size: 0.75rem;
  margin-top: 2rem;
  text-align: right;
  border-top: 1px solid rgba(212, 175, 55, 0.2);
  padding-top: 1rem;
}

/* ----- responsive grid breakpoints ----- */
@media screen and (max-width: 850px) {
  .contactus-page .contact-card {
    grid-template-columns: 1fr;
    border-radius: 1.8rem;
  }

  .contactus-page .info-panel {
    border-right: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    padding: 2.2rem;
  }

  .contactus-page .form-panel {
    padding: 2.2rem;
  }

  .contactus-page .description {
    max-width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .contactus-page {
    padding: 0.8rem;
  }

  .contactus-page .info-panel,
  .contactus-page .form-panel {
    padding: 1.8rem 1.5rem;
  }

  .contactus-page .detail-item {
    gap: 0.8rem;
  }

  .contactus-page .icon-box {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.1rem;
  }

  .contactus-page .detail-value {
    font-size: 1rem;
  }

  .contactus-page .submit-button {
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
  }

  .contactus-page .social-icons {
    gap: 1rem;
  }

  .contactus-page .social-icons a {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 380px) {
  .contactus-page h1 {
    font-size: 2rem;
  }
}

/* FULL WIDTH SECTION */
.map-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* MAP IFRAME */
.map-section iframe {
  width: 100%;
  height: 500px;
  border: 0;
  display: block;
}



.footer-logo img{
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}


















