  @font-face {
  src: url(' ../font/Poppins-Black.ttf');
  font-family: "Poppins-Black";
  }

  @font-face {
  src: url(' ../font/Poppins-Bold.ttf');
  font-family: "Poppins-Bold";
  }

  @font-face {
  src: url('../font/Poppins-ExtraBold.ttf');
  font-family: "Poppins-ExtraBold";
  }

  @font-face {
  src: url('../font/Poppins-ExtraLight.ttf');
  font-family: "Poppins-ExtraLight";
  }

  @font-face {
  src: url('../font/Poppins-Light.ttf');
  font-family: "Poppins-Light";
  }

  @font-face {
  src: url('../font/Poppins-Medium.ttf');
  font-family: "Poppins-Medium";
  }

  @font-face {
  src: url('../font/Poppins-Regular.ttf');
  font-family: "Poppins-Regular";
  }

  @font-face {
  src: url('../font/Poppins-SemiBold.ttf');
  font-family: "Poppins-SemiBold";
  }

  @font-face {
  src: url('../font/stangith.ttf');
  font-family: "stangith";
  }

  html {
  width: 100%;
  }

  body {
  margin: 0;
  padding: 0;
  }

  h1,
  h2 {
  font-size: 40px;
  }

  h3 {
  font-size: 35px;
  }

  h4 {
  font-size: 30px;
  }

  h5 {
  font-size: 28px;
  }

  h6 {
  font-size: 25px;
  }

  p,
  li {
  font-size: 16px;
  color: #000;
  list-style: none;
  }

  a,
  a:hover {
  text-decoration: none;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
  margin: 0;
  }

  img {
  width: 100%;
  }

  section {
  padding: 30px;
  width: 100%;
  overflow: hidden;
  float: left;
  }

  /* Header */
  /* Navigation */
  header {
  margin-top: 70px;
  }

  nav.lr-header {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  font-family: Inter;
  height: 70px;
  background-color: #fff;
  padding: 20px 7% 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  }

  .fashion_page p {
  font-size: 14px;
  font-family: 'Poppins-Light';
  text-align: center;
  margin: 20px 0;
  width: 85%;
  }
  .new-news {
  width: 100%;
  display: flex
  ;
  justify-content: center;
  }
  .new-news p {
  width: 80%;
  }
  .ifram_div {
  height: 225px;
  }

  nav.lr-header .logo {
  width: auto;
  height: auto;
  }

  .logo img {
  width: 200px;
  }

  .lr-header .links a:hover {
  color: #A37B5E;
  }

  nav.lr-header .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin: 0;
  }

  nav.lr-header .links li {
  list-style: none;
  }

  /* Underline Effect Only for Text Links */
  nav.lr-header .links a:not(:has(img)) {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
  font-family: Poppins-Light;
  font-weight: 100;
  }

  /* Hover Effect for Text Links */
  nav.lr-header .links a:not(:has(img))::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #A37B5E;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  }

  nav.lr-header .links a:not(:has(img)):hover::before {
  visibility: visible;
  transform: scaleX(1);
  }

  nav.lr-header .links a img {
  width: 40px;
  height: 40px;
  }

  nav.lr-header .links .header-btn a {
  color: #fff;
  padding: 5px 18px;
  }

  nav.lr-header .links .header-btn {
  margin-bottom: 0;
  background: #6A055A;
  color: #fff;
  }

  /* Mobile specific styles */
  #nav-toggle {
  display: none;
  }

  nav.lr-header .icon-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  }

  .lr-header .links li {
  position: relative;
  }

  .lr-header .links a {
  color: #6A055A;
  padding: 10px;
  text-decoration: none;
  }

  .lr-header .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: -40%;
  background-color: #fff;
  list-style: none;
  padding: 20px;
  width: 325px;
  box-shadow: 0px 0px 5px 3px #0000001A;
  border-radius: 4px;
  }

  .lr-header .dropdown li a {
  font-size: 20px;
  padding: 5px 5px 5px 10px;
  }

  /* .lr-header .dropdown li a::after {
  position: absolute;
  left: -1rem;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: linear-gradient(91.29deg, #3E1A38, #720561);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  } */

  .lr-header .dropdown-parent:hover .dropdown,
  .lr-header .dropdown-parent:focus-within .dropdown {
  display: block;
  }

  nav .icon-burger .line {
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 3px;
  border-radius: 3px;
  transition: all .5s ease-in-out;
  }

  .lr-header .dropdown-child {
  display: none;
  position: absolute;
  top: 10%;
  left: 100%;
  background-color: #fff;
  list-style: none;
  padding: 10px;
  width: 300px;
  box-shadow: 0px 0px 5px 3px #0000001A;
  border-radius: 4px;
  z-index: 99;
  }

  .lr-header .dropdown-mainchild:hover .dropdown-child {
  display: block;
  }

  .lr-header .dropdown-parent span::before,
  .lr-header .dropdown-mainchild span::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: -8px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #000;
  transition: all 0.3s;
  }

  .lr-header .dropdown-mainchild span::before {
  right: -0px;
  }

  .lr-header .dropdown-parent>a:hover span::before {
  transform: translateY(-50%) rotate(180deg);
  }

  .lr-header .dropdown-mainchild>a:hover span::before {
  transform: translateY(-50%) rotate(-90deg);
  }

  /* Header */
  .home_banner_section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0;
  }

  .owl-carousel .banner_item {
  position: relative;
  height: 100vh;
  }

  .banner_img {
  height: 100%;
  }

  .banner_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  }

  .banner_img .destop_img {
  display: block;
  }

  img.mobile_img {
  display: none;
  }

  .home_banner_con {
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 12%;
  color: #fff;
  padding: 20px;
  width: 95%;
  left: 0;
  right: 0;
  margin: auto;
  }

  .home_banner_con h1 {
  font-family: stangith;
  font-size: 65px;
  margin-bottom: 30px;
  color: #fff;
  }

  .banner_btn a {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 16px;
  padding: 10px 30px;
  border: 1px solid #fff;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  /* On hover: background changes, text color changes, and button lifts up */
  .banner_btn a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
  /* slide up */
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  /* subtle glow */
  }

  .home_banner_section .owl-nav.disabled {
  padding: 0;
  margin: 0;
  }

  .home_banner_section .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: -60px;
  }

  .home_banner_section .owl-theme .owl-nav.disabled+.owl-dots button span {
  position: relative;
  }

  p.small_title {
  color: #757575;
  text-transform: uppercase;
  font-family: 'Poppins-Light';
  line-height: 30px;
  letter-spacing: 2px;
  font-size: 18px;
  }

  h2.sub-heading {
  color: #000;
  font-family: 'stangith';
  margin: 15px 0;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  }

  .about_main_conent p {
  color: #1F1F1F;
  font-size: 14px;
  font-family: 'Poppins-Light';
  margin: 10px 0;
  line-height: 28px;
  }

  .know_more_btn a {
  color: #000;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #000;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .know_more_btn a:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  }
  .owl-nav button span.owl-next-arrow {
  background: #000 !important;
  border: 1px solid#fff !important;
  color:#fff !important;
  }

  .know_more_btn {
  margin: 15px 0px;
  }

  section.About_ramachandran {
  padding: 80px 30px;
  }

  /* Our latest work’s */
  section.our_latest_section {
  padding: 80px 30px;
  }

  .our_lates_main {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  }

  .our_lates_2,
  .our_lates_4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  }

  .our_lates_1 img,
  .our_lates_3 img {
  height: 100%;
  }

  .our_latest_section h2.sub-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 200;
  margin: 20px 0;
  }

  .our_latest_section p {
  font-size: 14px;
  font-family: 'Poppins-Light';
  text-align: center;
  margin: 20px 0;
  }

  /* Our latest work’s */
  /* Level up with our training */
  section.level_up_section {
  padding: 0;
  }

  .level_conent {
  background: #000000;
  color: #fff;
  position: relative;
  }

  .level_img {
  padding: 0;
  }

  .level_conent h2.sub-heading {
  color: #fff;
  }

  .level_conent_inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  width: 90%;
  }

  .level_conent_inner p {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins-Light';
  margin: 10px 0;
  line-height: 28px;
  }

  .word-carousel .owl-nav,
  .art_meet_slider .owl-nav {
  position: absolute;
  left: -38%;
  bottom: 20%;
  display: flex;
  gap: 20px;
  }

  .word-carousel .owl-nav .owl-prev span,
  .word-carousel .owl-nav .owl-next span {
  font-size: 20px;
  padding: 8px 15px;
  margin: 0;
  background:#fff;
  border: 2px solid;
  }

  /* .art_meet_slider .owl-nav .owl-prev span:hover,
  .art_meet_slider .owl-nav .owl-next span:hover {
  background: #2B2B2B;
  color: #fff;
  } */

  .art_meet_slider .owl-nav .owl-prev span,
  .art_meet_slider .owl-nav .owl-next span {
  font-size: 16px;
  padding: 8px 15px;
  margin: 0;
  background:#fff;
  border: 2px solid;
  }

  .word-carousel .owl-nav .owl-prev span:hover,
  .word-carousel .owl-nav .owl-next span:hover {
  background: #2B2B2B;
  color: #fff;
  }

  .about_main_conent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  }

  .level_conent_inner .know_more_btn a {
  color: #fff;
  border: 1px solid #fff;
  }

  .level_conent_inner .know_more_btn a:hover {
  color: #000;
  }

  /* Level up with our training */
  /* Words That Inspire */
  section.word_that_section {
  padding: 80px 30px;
  }

  .word_that_main {
  display: flex;
  gap: 30px;
  width: 100%;
  }

  .word_that_main .word_that_sub_1 {
  width: 30%;
  padding-left: 50px;
  }
  button#loadMorework {
  color: #000;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 2px solid #000;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }
  .fashiio_p {
  width: 100%;
  display: flex
  ;
  justify-content: center;
  }
  .load-more-work {
  display: flex
  ;
  justify-content: center;
  }
  .word_that_main .word_that_sub_2 {
  width: 100%;
  display: flex;
  gap: 30px;
  border-bottom: none;
  position: relative;
  }

  .word_that_main .word_that_sub_2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #1B1B1B 30%,#fff 70%);
  }

  .word_that_sub_2 .word_sub_2_img {
  width: 40%;
  margin-bottom: 15px;
  }

  .word_that_sub_2 .word_sub_2_cont {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 15px;
  }

  .word_sub_2_cont p {
  font-family: 'Poppins-Light';
  line-height: 30px;
  font-size: 14px;
  margin: 10px 0;

  }


  .word_that_sub_1 h2.sub-heading {
  font-size: 30px;
  line-height: 40px;
  }

  .word_that_sub_1 p {
  font-family: 'Poppins-Light';
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  }

  .sub-heading span {
  color: #5A5A5A;
  }

  .level_conent_inner p {
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins-Light';
  margin: 10px 0;
  line-height: 28px;
  }


  .word_sub_2_cont h5 {
  font-family: 'stangith';
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  }

  p.inner_p {
  color: #5F6470;
  font-size: 16px;
  }

  .word-carousel {
  width: 70%;
  }

  .custom-border {
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #000000, #f9f9f0);
  /* Adjust fade color */
  margin: 20px 0;
  /* optional spacing */
  }

  .word-carousel .owl-dots {
  display: none;
  }

  .word_sub_2_cont::before {
  background-image: url(../image/up.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  content: '';
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  }

  .word_sub_2_cont::after {
  background-image: url(../image/down.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  right: 0;
  }

  /* Words That Inspire */
  .art_meet_Main {
  display: flex;
  gap: 30px;
  width: 100%;
  }


  .art_meet_img {
  width: 70%;
  }

  section.art_meet_section {
  padding: 80px 0px;
  background: #000000;
  }

  .art_meet_conent h2.sub-heading {
  color: #fff;
  }

  .art_meet_conent h2.sub-heading span {
  color: #fff;
  }

  .art_meet_conent p {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 14px;
  line-height: 30px;
  }

  .art_img {
  background: #FFFFFF;
  padding: 7px;
  text-align: center;
  }

  .art_img img {
  object-fit: none;
  }

  .art_img h4 {
  font-family: 'Poppins-Light';
  font-size: 16px;
  margin: 15px 0;
  line-height: 30px;
  }

  /* footer */
  .footer_main_div {
  display: grid;
  grid-template-columns: 4fr 0.8fr 0.8fr 1fr 2.5fr;
  padding: 50px 30px;
  gap: 30px;
  border-bottom: 1px solid #fff;
  }

  .footer-first a:hover,
  .footer-sec a:hover,
  .footer-thi a:hover,
  .footer-fouth a:hover {
  color: #A37B5E;
  }

  .footer-policy li a:hover {
  color: #A37B5E;
  }

  footer.footer_section {
  background: #000;
  width: 100%;
  float: left;
  }

  .footer_first h2 {
  font-family: 'Poppins-Light';
  font-size: 30px;
  color: #fff;
  margin: 20px 0;
  }

  /* ✅ FIXED: removed incorrect "footer." prefixes */
  .newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  }

  .newsletter-form .input-group {
  position: relative;
  flex: 1;
  max-width: 400px;
  }

  .newsletter-form .input-group input {
  width: 100%;
  padding: 12px 20px 12px 45px;
  border: 1px solid #3a3a3a;
  border-radius: 30px !important;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  outline: none;
  font-family: 'Poppins-Light';
  }

  .footer_first p {
  color: #fff;
  font-family: 'Poppins-Light';
  margin: 10px 0;
  font-size: 14px;
  line-height: 30px;
  }

  .newsletter-form .input-icon {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  }

  .newsletter-form .input-icon img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(90%);
  }

  .newsletter-form button {
  padding: 12px 25px;
  border-radius: 30px;
  background-color: #fff;
  border: none;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Poppins-Light';
  letter-spacing: 1px;
  }

  .footer-first li,
  .footer-sec li,
  .footer-thi li {
  margin-bottom: 10px;
  }

  .footer_main_div ul {
  margin: 0;
  padding: 0;
  }

  .footer-first a,
  .footer-sec a,
  .footer-thi a,
  .footer-fouth a {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 14px;
  }

  .footer-fouth h4 {
  font-size: 18px;
  font-family: 'Poppins-Light';
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
  }

  .contact {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
  }

  .contact img {
  width: 25px;
  }

  .follow_div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0;
  }

  .follow-icon {
  display: flex;
  gap: 10px;
  }

  .follow_div p {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 16px;
  }

  .newsletter-form button:hover {
  background-color: #f1f1f1;
  }

  .footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  float: left;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 20px;
  }

  .footer-bottom span {
  color: #f2c014;
  }

  .footer-bottom p {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 14px;
  margin: 10px 0;
  }

  .footer-bottom a {
  color: #FBB920;
  }

  .footer-bottom a:hover {
  color: #fff;
  }

  .footer-policy {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  }

  .footer-policy li a {
  color: #fff;
  font-family: 'Poppins-Light';
  font-size: 14px;
  }

  /* footer */
  .btn_main {
  display: flex;
  gap: 30px;
  margin: 25px 0;
  width: 39%;
  }
  .video_btn {
  width: 44%;
  }

  .btn_main a {
  font-size: 14px;
  margin: 0;
  background: #000;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Poppins-Light';
  transition: 1s;
  width: 100% !important;
  display: inline-grid
  ;
  padding: 10px;
  text-align: center;
  }.video_btn .active {
  background: #fff;
  color: #000;
  }


  /*
  .btn_main a:hover {
  background: #000;
  color:#fff;
  } */
  section.new_section {
  background: #000;
  padding: 0;
  }
  .first_section_main {
  display: flex
  ;
  width: 100%;
  }
  .about-new_first {
  width: 35%;
  position: relative;
  }
  .about_image_section {
  width: 65%;
  }
  .about-New_sect {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  width: 90%;
  }
  .about-New_sect h4 {
  color: #fff;
  font-family: 'stangith';
  font-size: 28px;
  }

  .about-new_first p {
  color: #fff;
  font-family: 'stangith';
  margin: 15px 0;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 1px;

  }p.last_p {
  font-family: 'Poppins-Light';
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 20px;
  }


  .New_btn_new a {
  background: #fff;
  color: #000 !important;
  padding: 5px 40px;
  }

  /* About Us Page */
  section.about_us_page {
  background: #fff;
  padding: 50px 0;
  }
  .art_meet_conent {
  width: 30%;
  padding-left: 50px;
  }
  .about_us_page h2.sub-heading span,
  .about_us_page h2.sub-heading,
  .about_us_page .art_meet_conent p {
  color: #000;
  }

  .about_us_page .art_img {
  background: #f6f6f6;
  }

  .level_up_section_about .level_conent.col-lg-6 {
  background: #fff;
  }

  .level_up_section_about .level_conent_inner h2.sub-heading,
  .level_up_section_about .level_conent_inner p {
  color: #000;
  }

  .level_up_section_about .level_conent_inner .know_more_btn a {
  border-color: #000;
  }

  /* News Page */
  .main_grid_new_1,
  .main_grid_new_2,
  .main_grid_new_3,
  .main_grid_new_4,
  .main_grid_new_5,
  .main_grid_new_6 {
  display: grid;
  gap: 20px;
  margin-bottom: 20px;
  }

  .main_grid_new_1 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main_grid_new_2 {
  grid-template-columns: 1fr 1fr 1fr;
  }

  .main_grid_new_3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main_grid_new_4 {
  grid-template-columns: 1fr 1fr 1fr;
  }

  .main_grid_new_5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .main_grid_new_6 {
  grid-template-columns: 1fr 1fr 1fr;
  }

  .load-more {
  text-align: center;
  margin: 30px 0;
  }

  .load-more-btn {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  }

  .load-more-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
  }

  .load-more-desktop button.load-more-btn-desktop {
  color: #000;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 2px solid #000;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .load-more-desktop button.load-more-btn-desktop:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  }

  .load-more-desktop.d-none.d-lg-block {
  text-align: center;
  }

  .load-more-mobile.d-block.d-lg-none {
  text-align: center;
  margin-top: 20px;
  }

  button.load-more-btn-mobile {
  color: #000;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 5px 15px;
  border: 1px solid #000;
  text-decoration: none;
  transition: background 0.4s ease, color 0.4s ease, transform 0.4s ease;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .load-more-desktop button.load-more-btn-mobile:hover {
  background: #fff;
  color: #000;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
  }

  .news_section h1.sub-heading {
  color: #000;
  font-family: 'stangith';
  margin: 15px 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;

  }

  .header_new {
  margin: 15px 0;
  text-align: center;

  }

  h1.sub-heading {
  color: #000;
  font-family: 'stangith';
  margin: 15px 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  }

  .shop_listing p {
  font-size: 14px;
  font-family: 'Poppins-Light';
  text-align: center;
  margin: 20px 0;
  }

  .header_new p {
  font-size: 14px;
  font-family: 'Poppins-Light';
  text-align: center;
  margin: 20px 0;
  }

  /* Shop page */

  .tabs_shop {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
  }

  .tabs_shop button {
  background: #FFFFFF;
  cursor: pointer;
  color: #767980;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #767980;
  text-decoration: none;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .tabs_shop button.active {
  background: #ffff;
  color: #000;
  border-color: #000;
  }

  .ul.products.columns-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  }

  .product_shop {
  position: relative;
  overflow: hidden;
  }

.product_shop img {
    width: 100%;
    display: block;
    transition: transform 0.3s 
ease;
    height: auto;
}


  /* Heart Icon */
  .heart {
  position: absolute;
  top: 30px;
  right: 10px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  color: #555;
  transition: color 0.3s;
  }

  .heart.active {
  color: red;
  }

  .add-to-cart {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 8px 16px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  transition: background 0.3s;
  background: #FFFFFF;
  font-family: 'Poppins-Light';
  font-weight: 600;
  }

  /* Text Overlay at Bottom */
  .product-info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  }

  .product-info h3 {
  font-size: 14px;
  margin: 0 0 4px;
  font-weight: 600;
  font-family: 'Poppins-Light';
      color: #fff;
  }

  .price p {
  margin: 0 0 4px;
  text-align: left;
  color: #fff;
  font-family: 'Poppins-Light';
  }

  .price {
  font-size: 14px;
  font-weight: bold;
  }
  .product_list_section h2 {
  color: #000;
  font-family: 'stangith';
  margin: 20px 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  }
  .product_list_section h2 span {
  color: #5A5A5A;
  }

  .product_shop {
  display: none;
  /* Hide all initially, JS will reveal the first set */
  }
  .product_list_section .product_shop {
  display: block;
  }
  a.add-to-cart:hover {
  color: #A37B5E;
  }

  .product_shop.show {
  display: block;
  }

  .load-more-container button#loadMoreBtn {
  background: #FFFFFF;
  cursor: pointer;
  color: #000;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #767980;
  text-decoration: none;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .load-more-container {
  text-align: center;
  margin-top: 15px;
  }

  .Latest-work {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
  }

  .Portrait {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;

  }

  .Landscape {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;

  }

  .fashion_grid img,
  .fashion_grid_mobile img {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  }

  .fashion_tab button.tab-new {
  background: #FFFFFF;
  cursor: pointer;
  color: #767980;
  font-family: 'Poppins-Light';
  font-size: 14px;
  padding: 10px 30px;
  border: 1px solid #767980;
  text-decoration: none;
  display: inline-block;
  transform: translateY(0);
  transition: 1s;
  }

  .fashion_tab {
  text-align: center;
  margin: 15px 0;
  }

  .fashion_tab button.tab-new.active {
  background: #ffff;
  color: #000;
  border-color: #000;
  }

  .fashion_grid img.show,
  .fashion_grid_mobile img.show {
  display: block;
  }

  .fashion_tab button.active {
  background: #000;
  color: #fff;
  }
  /* product detalis */
  section.customer_review_section {
  background: #000000;
  padding: 50px 30px;
  }
  .customer_review_section h2 {
  color: #fff;
  font-family: 'stangith';
  margin: 20px 0;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 400;
  }
  .review-card .header {
  display: flex
  ;
  gap: 20px;
  align-items: center;
  }

  .review-card .header h3.title {
  font-family: 'Poppins-regular';
  margin: 15px 0;
  font-size: 20px;
  line-height: 10px;
  color: #fff;
  font-weight: 500;
  }
  .customer_main_div .review-card {
  display: flex;
  flex-direction: column;
  min-height: 225px; /* adjust based on design */
  height: 100%;
  padding: 20px;
  background: #111; /* dark background */
  border: 1px solid #fff; /* border same as your screenshot */
  border-radius: 8px;
  box-sizing: border-box;
  }

  .customer_main_div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  }
  .rating-row {
  display: flex;
  gap: 10px;
  }
  .stars {
  color: #FFC300;
  font-family: 'stangith';
  font-size: 14px;
  }
  .time time {
  color: #A0A0A0;
  font-size: 14px;
  font-family: 'Poppins-Light';
  }
  p.content {
  font-size: 16px;
  font-family: 'Poppins-light';
  color: #fff;
  margin: 20px 0;
  }
  .avatar img {
  width: 50px;
  height: 50px;
  }
  #button_new_scroll {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000; /* black button */
  width: 50px;
  height: 50px;
  border-radius: 50%; /* round */
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3); /* subtle shadow */
  transition: all 0.4s ease; /* smooth transition */
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #fff;
  }

  #button_new_scroll i {
  font-size: 1.4em;
  color: #fff; /* white arrow */
  }

  #button_new_scroll:hover {
  cursor: pointer;
  background-color: #333; /* dark gray hover */
  box-shadow: 0 6px 14px rgba(0,0,0,0.5);
  transform: translateY(-3px); /* lift effect */
  }

  #button_new_scroll:active {
  background-color: #555; /* pressed effect */
  transform: translateY(1px);
  }

  #button_new_scroll.show {
  opacity: 1;
  visibility: visible;
  } /* Main Video */
  .video_section_new .video-container {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  cursor: pointer;
  }
  .video_section_new video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  }

  /* Play Overlay */
  .video_section_new .play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  z-index: 5;
  }
  .video_section_new .play-overlay:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) scale(1.05);
  }
  .video_section_new .play-overlay svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  }

  /* Thumbnail Strip (desktop grid) */
  .video_section_new .thumbnail-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding: 15px 0px;
  }
  .video_section_new .thumb {
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: transform 0.3s, border-color 0.3s;
  }
  .video_section_new .thumb:hover {
  transform: scale(1.05);
  border-color: #4ecdc4;
  }
  .video_section_new .thumb.active {
  border-color: #ff6b6b;
  }
  .video_section_new .thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  }

  /* Thumbnail Overlay */
  .video_section_new .thumb .thumb-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .video_section_new .thumb .thumb-overlay svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  }
  section.video_section_new {
  padding: 50px 0px;
  }
  .thumbnail-strip .owl-nav.disabled {
  display: none;
  }
  @font-face {
  src: url(' ../font/Satoshi-Regular.ttf');
  font-family: "Satoshi-Regular";
  }

  section.cart_pagebrdcrmb {
  padding: 20px 0;
  }

  .cart_pagebrdcrmb .brdcrmb {
  width: 100%;
  float: left;
  }

  .brdcrmb ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  }

  .brdcrmb li {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-family: "Satoshi-Regular";
  }

  .brdcrmb li a {
  color: #00000099;
  font-size: 16x;
  font-family: "Satoshi-Regular";
  }

  .brdcrmb .brdcrm_blistin:after {
  position: absolute;
  right: -4px;
  font-size: 16px;
  font-weight: 900;
  color: #00000099;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  top: 5%;
  }

  .brdcrmb .brdcrm_blistin:last-child {
  position: unset;
  }

  .brdcrmb li:last-child a,
  .brdcrmb .brdcrm_blistin_2 a {
  pointer-events: none;
  color: #000;
  font-size: 16px;
  font-family: "Satoshi-Regular";
  }

  .brdcrmb .brdcrm_blistin:last-child:after {
  display: none;
  }

  /* */
  .cart_mainrow .cart_leftdetail {
  padding: 25px;
  border-radius: 20px;
  border: 1.3px solid #0000001A;
  }

  section.cart_pagemain h1 {
  font-family: "stangith";
  margin-bottom: 30px;
  }

  .cart_actionbtn .quantity-wrapper {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  font-family: 'PublicSans-Regular';
  background-color: #F0F0F0;
  width: 100%;
  color: #000;
  border-radius: 35px;
  font-family: "Poppins-Regular";
  }

  .cart_actionbtn .quantity-wrapper button {
  background-color: #F0F0F0;
  border: none;
  padding: 2px 15px;
  font-size: 28px;
  cursor: pointer;
  color: #000;
  font-family: "Poppins-Regular";
  }

  .cart_actionbtn .quantity-input {
  width: 100%;
  text-align: center;
  border: none;
  font-size: 16px;
  background-color: #F0F0F0;
  color: #000;
  font-family: "Poppins-Regular";
  }

  .cart_mainrow .cart_leftdetail .items {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1.3px solid #0000001A;
  }

  .cart_mainrow .cart_leftdetail .items:last-child {
  border: 0;
  padding: 0;
  margin: 0;
  }

  .cart_leftdetail .items .cart_img {
  width: 20%;
  }

  .cart_leftdetail .items .cart_describ {
  width: 60%;
  }

  .cart_leftdetail .items .cart_actionbtn {
  width: 20%;
  align-items: end;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  gap: 50px;
  }

  .cart_leftdetail .items .cart_img img {
  border-radius: 10px;
  height: 150px;
  object-fit: cover;
  object-position: top;
  }

  .cart_leftdetail .cart_describ h2 {
  font-family: "Poppins-SemiBold";
  font-size: 25px;
  }

  .cart_leftdetail .cart_describ h6 {
  font-family: "Poppins-Regular";
  margin: 5px 0;
  font-size: 16px;
  color: #00000099;
  }

  .cart_leftdetail .cart_describ h6 span {
  color: #000;
  }

  .cart_leftdetail .cart_describ p {
  font-family: "Poppins-Regular";
  color: #666666;
  font-size: 16px;
  }

  .cart_leftdetail .cart_describ h4 {
  font-family: "Poppins-Medium";
  font-size: 22px;
  color: #000;
  margin-top: 10px;
  }

  .cart_leftdetail .items .cart_actionbtn i {
  color: #FF3333;
  font-size: 25px;
  }

  /* */
  .cart_rytpay h3 {
  font-family: "Poppins-Regular";
  font-size: 25px;
  padding-bottom: 15px;
  }

  .cart_rytpay .order_summary .sub_total,
  .cart_rytpay .total_orderamt .sub_total {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  }

  .order_summary .sub_total p {
  font-family: "Poppins-Regular";
  color: #00000099;
  }

  .order_summary .sub_total p.totla_amt,
  .total_orderamt .sub_total .totla_amt {
  color: #000;
  }

  .total_orderamt .sub_total p {
  font-family: "Poppins-Regular";
  color: #000;
  }

  .total_orderamt .sub_total {
  padding: 15px 0;
  border-top: 1.3px solid #0000001A;
  }

  .order_summary .sub_total .totla_disc {
  color: #FF3333;
  }

  .total_orderamt .paynow_order {
  border: 0;
  background: #000;
  color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 8px;
  font-family: "Poppins-Regular";
  }

  /* Mobile Responsiveness */
  @media screen and (max-width: 375px) {}

  @media screen and (max-width: 1300px) {
  .about_main_conent p {
  line-height: 22px;
  }

  .level_conent_inner {
  width: 100%;
  }

  }

  @media screen and (max-width: 1200px) {
  h2.sub-heading {
  font-size: 30px;
  line-height: 30px;
  }
  .about-New_sect {
  width: 95%;
  padding: 20px;
  }

  .footer_main_div {
  gap: 20px;
  }

  .word_that_main {
  flex-direction: column;
  }

  .word_that_main .word_that_sub_1 {
  width: 100%;
  text-align: center;
  }

  .word-carousel {
  width: 100%;
  }

  .about_main_conent p {
  color: #1F1F1F;
  }


  }

  @media screen and (max-width: 1100px) {
  .level_conent_inner {
  padding: 10px 20px;
  }

  .level_conent_inner p {
  font-size: 14px;
  }
  }

  @media screen and (max-width: 1024px) {
  .cart_mainrow .cart_rytpay {
  padding: 25px;
  border-radius: 20px;
  border: 1.3px solid #0000001A;
  margin-top: 30px;
  }

  .cart_mainrow .order_summarymain {
  padding: 0px;
  border-radius: 0px;
  border: 0;
  }

  .cart_mainrow .cart_leftdetail .items {
  flex-wrap: wrap;
  }

  .cart_leftdetail .items .cart_img {
  width: 20%;
  }

  .cart_leftdetail .items .cart_actionbtn {
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  }
  .video_section_new .thumbnail-strip {
  grid-template-columns: repeat(3, 1fr);
  }
  .btn_main {
  width: 50%;
  }
  .art_meet_conent {
  padding-left: 0;
  }
  .about_image_section {
  width: 100%;
  }.first_section_main {
  display: block;
  }
  .about-New_sect {
  position: unset;
  transform: translate(0px, 0px);
  }
  nav.lr-header .links {
  position: fixed;
  z-index: 9;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 100%;
  flex-direction: column;
  background-color: #fff;
  justify-content: space-evenly;
  align-items: center;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  height: 0;
  }

  nav.lr-header .links a:not(:has(img)) {
  font-size: 20px;
  }

  nav.lr-header {
  height: 80px;
  }

  nav.lr-header .links {
  gap: 0px
  }

  nav.lr-header .links a {
  font-size: 18px;
  padding: 10px;
  color: #000;
  }

  #nav-toggle:checked~.links {
  height: 90vh;
  display: block;
  padding: 0;
  overflow-y: scroll;
  padding-bottom: 80px;
  top: 80px;
  padding-top: 30px;
  }

  .lr-header .dropdown {
  position: static;
  width: 100%;
  margin: auto;
  }

  .lr-header .links li {
  position: relative;
  width: 90%;
  margin: auto;
  }

  .lr-header .dropdown li:last-child {
  position: unset !important;
  }

  /* Show full height on mobile */

  nav.lr-header .icon-burger {
  display: flex;
  }

  /* Animate burger icon */
  #nav-toggle:checked~.icon-burger .line:nth-child(1) {
  transform: translateY(10px) rotate(225deg);
  }

  #nav-toggle:checked~.icon-burger .line:nth-child(3) {
  transform: translateY(-10px) rotate(-225deg);
  }

  #nav-toggle:checked~.icon-burger .line:nth-child(2) {
  opacity: 0;
  }

  .links .dropdown-parent.active>.dropdown,
  .links .dropdown-mainchild.active>.dropdown-child {
  display: block;
  }

  .lr-header .dropdown-parent li {
  top: 94%;
  left: 0%;
  width: 100%;
  }

  .lr-header .dropdown-child {
  top: 90%;
  left: -5%;
  padding: 20px;
  width: 95%;
  }

  .lr-header .dropdown-child li {
  width: 100%;
  }


  nav.lr-header .dropdown-child a {
  padding: 10px 0 0 !important;
  }

  .lr-header .dropdown-parent span::before,
  .lr-header .dropdown-mainchild span::before {
  right: 0;
  }

  .level_conent_inner {
  position: unset;
  transform: translate(0%, 0%);

  }

  .footer_main_div {
  grid-template-columns: 5fr 1fr 1fr;
  padding: 30px 10px;
  }

  .art_meet_Main {
  flex-direction: column;
  }

  .art_meet_conent {
  width: 100%;
  text-align: center;
  }

  .art_meet_img {
  width: 100%;
  }

  .word-carousel .owl-nav,
  .art_meet_slider .owl-nav {
  left: 3%;
  bottom: -10%;

  }

  .art_meet_slider .owl-nav .owl-prev span,
  .art_meet_slider .owl-nav .owl-next span {
  font-size: 18px;
  padding: 5px 15px;

  }

  .word-carousel .owl-nav .owl-prev span,
  .word-carousel .owl-nav .owl-next span {
  font-size: 17px;
  padding: 5px 15px;
  }

  .word-carousel .owl-nav,
  .art_meet_slider .owl-nav {
  position: unset;
  transform: translateY(25px);
  }
  }

  @media screen and (max-width: 900px) {
  .footer_main_div {
  grid-template-columns: 3fr;

  }
  }

  @media screen and (max-width: 800px) {
  .word_that_main .word_that_sub_2 {
  flex-direction: column;
  }

  .word_that_sub_2 .word_sub_2_img {
  width: 100%;
  }

  section.shop_listing {
  padding: 30px 10px;
  }

  .word_that_sub_2 .word_sub_2_cont {
  width: 100%;
  }

  .word_sub_2_cont::before {
  position: unset;
  }

  .banner_img img.destop_img {
  display: none;
  }

  .home_banner_con h1 {
  font-size: 50px;
  }

  section.our_latest_section {
  padding: 50px 10px;
  }

  .our_lates_main {
  gap: 10px;
  }

  .our_lates_2,
  .our_lates_4 {
  gap: 10px;
  }

  .banner_img img.destop_img {
  display: none;
  }

  .banner_btn a {
  font-size: 16px;
  padding: 8px 20px;
  }

  section.About_ramachandran {
  padding: 50px 10px;
  }

  .know_more_btn {
  text-align: center;
  }

  .our_latest_section h2.sub-heading {
  font-size: 30px;
  }

  .level_conent_inner {
  padding: 20px;
  }

  section.word_that_section {
  padding: 50px 10px;
  }

  section.art_meet_section {
  padding: 50px 0px;

  }
  }

  @media screen and (max-width: 767px) {
  .cart_leftdetail .items .cart_img {
  width: 100px;
  }

  .cart_leftdetail .items .cart_img img {
  border-radius: 10px;
  height: auto;
  }

  .cart_leftdetail .items .cart_describ {
  width: 100%;
  }

  .cart_actionbtn .quantity-wrapper {
  width: 50%;
  }
  .video_section_new .thumbnail-strip {
  display: block; /* allow Owl Carousel to take over */
  }
  .video_section_new .play-overlay {
  width: 60px;
  height: 60px;
  }
  .video_section_new .play-overlay svg {
  width: 24px;
  height: 24px;
  }
  .video_section_new .thumb .thumb-overlay {
  width: 40px;
  height: 40px;
  }
  .video_section_new video {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  }
  .video_section_new .thumb .thumb-overlay svg {
  width: 16px;
  height: 16px;
  }
  .image-grid_news.image-grid_news_mobile {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  }
  #button_new_scroll i {
  font-size: 15px;
  }
  #button_new_scroll {
  width: 40px;
  height: 40px;
  bottom: 20px;
  right: 20px;
  }
  .btn_main {
  width: 100%;
  }
  .video_btn {
  width: 47%;
  }
  .grid-item_new-mob img {
  height: 200px;
  object-fit: cover;
  }

  section.news_section {
  padding: 30px 10px;
  }
  }

  @media screen and (max-width: 600px) {
  .level_conent_inner {
  padding: 10px;
  }
  .video_btn {
  width: 100%;
  }

  .tabs_shop {
  flex-wrap: wrap;
  }

  .btn_main {
  gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .newsletter-form .input-group {
  width: auto;
  }

  .newsletter-form {
  flex-direction: column;
  align-items: stretch;
  }

  .newsletter-form button {
  width: 100%;
  }

  .word-carousel .owl-nav,
  .art_meet_slider .owl-nav {
  left: 22%;
  bottom: -10%;
  }
  }

  @media screen and (max-width: 500px) {
  .cart_actionbtn .quantity-wrapper {
  width: 70%;
  }
  .newsletter-form .input-group {
  max-width: 200px;
  }

  .newsletter-form button {
  max-width: 200px;
  }

  .footer-first a,
  .footer-sec a,
  .footer-thi a,
  .footer-fouth a {
  font-size: 14px;
  }
  }

  @media screen and (max-width: 475px) {
  .video_section_new .play-overlay {
  width: 50px;
  height: 50px;
  }
  .video_section_new .play-overlay svg {
  width: 20px;
  height: 20px;
  }
  .video_section_new .thumb .thumb-overlay {
  width: 35px;
  height: 35px;
  }
  .video_section_new .thumb .thumb-overlay svg {
  width: 14px;
  height: 14px;
  }
  }

  /* Policy Page Styling */
  .policy-wrap {
    padding: 80px 30px;
  }
  .policy-wrap h1 {
    font-family: 'stangith';
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
  }

  .policy-wrap h2,
  .policy-wrap h3,
  .policy-wrap h4 {
    font-family: 'Poppins-SemiBold';
    color: #000;
    margin: 30px 0 15px;
  }

  .policy-wrap h2 {
    font-size: 28px;
  }

  .policy-wrap h3 {
    font-size: 24px;
  }

  .policy-wrap h4 {
    font-size: 20px;
  }

  .policy-wrap p,
  .policy-wrap li {
    font-family: 'Poppins-Light';
    font-size: 16px;
    line-height: 28px;
    color: #1F1F1F;
    margin: 12px 0;
  }

  .policy-wrap ul,
  .policy-wrap ol {
    margin: 15px 0 15px 30px;
    padding: 0;
  }

  .policy-wrap ul li {
    list-style-type: disc;
    margin: 8px 0;
  }

  .policy-wrap ol li {
    list-style-type: decimal;
    margin: 8px 0;
  }

  .policy-wrap a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
  }

  .policy-wrap a:hover {
    color: #A37B5E;
    border-bottom-color: #A37B5E;
  }

  .policy-wrap blockquote {
    border-left: 4px solid #000;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #5A5A5A;
  }

  .policy-wrap table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Poppins-Light';
    font-size: 16px;
  }

  .policy-wrap table th,
  .policy-wrap table td {
    padding: 12px;
    border: 1px solid #E0E0E0;
    text-align: left;
  }

  .policy-wrap table th {
    background: #F5F5F5;
    font-family: 'Poppins-SemiBold';
  }

  /* Responsive Policy Page Styles */
  @media screen and (max-width: 767px) {
    .policy-wrap {
      padding: 50px 15px;
    }

    .policy-wrap h1 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 30px;
    }

    .policy-wrap h2 {
      font-size: 24px;
    }

    .policy-wrap h3 {
      font-size: 20px;
    }

    .policy-wrap h4 {
      font-size: 18px;
    }

    .policy-wrap p,
    .policy-wrap li {
      font-size: 14px;
      line-height: 24px;
    }

    .policy-wrap table {
      font-size: 14px;
    }

    .policy-wrap table th,
    .policy-wrap table td {
      padding: 10px;
    }
  }
/* ============ CONTACT PAGE STYLING ============ */
.contact-page * {
  box-sizing: border-box;
}

.contact-page {
  font-family: 'Poppins-Light', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p,
.contact-page ul,
.contact-page li,
.contact-page form {
  margin: 0;
  padding: 0;
}

.contact-page a {
  text-decoration: none;
  color: inherit;
}

/* ============ 3-SECTION FRAME ============ */
.contact-page-frame {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.4fr;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
}

/* ============ FIRST SECTION: WHITE BACKGROUND - FORM ============ */
.contact-form-section {
  background-color: #ffffff;
  color: #000000;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-form-section__heading {
  font-family: 'stangith', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
}

/* ============ CONTACT FORM GRID ============ */
.contact-form-box .wpcf7-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
}

.contact-form-box .wpcf7-form p {
  margin: 0;
}

/* Make first two fields (Full Name, Email) in 2 columns */
.contact-form-box .wpcf7-form p:nth-child(1),
.contact-form-box .wpcf7-form p:nth-child(2) {
  grid-column: span 1;
}

/* Next two fields (Phone, Service) in 2 columns */
.contact-form-box .wpcf7-form p:nth-child(3),
.contact-form-box .wpcf7-form p:nth-child(4) {
  grid-column: span 1;
}

/* Next three fields (Date, Location, Budget) in 3 columns */
.contact-form-box .wpcf7-form p:nth-child(5),
.contact-form-box .wpcf7-form p:nth-child(6),
.contact-form-box .wpcf7-form p:nth-child(7) {
  grid-column: span 1;
}

/* Adjust grid for 3-column row */
@media screen and (min-width: 1025px) {
  .contact-form-box .wpcf7-form {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .contact-form-box .wpcf7-form p:nth-child(1),
  .contact-form-box .wpcf7-form p:nth-child(2) {
    grid-column: span 3;
  }
  .contact-form-box .wpcf7-form p:nth-child(3),
  .contact-form-box .wpcf7-form p:nth-child(4) {
    grid-column: span 3;
  }
  .contact-form-box .wpcf7-form p:nth-child(5),
  .contact-form-box .wpcf7-form p:nth-child(6),
  .contact-form-box .wpcf7-form p:nth-child(7) {
    grid-column: span 2;
  }
  .contact-form-box .wpcf7-form p:nth-child(8), /* Message */
  .contact-form-box .wpcf7-form p:nth-child(9) { /* Submit */
    grid-column: 1 / -1;
  }
}

/* Full width fields (Message, Submit) */
.contact-form-box .wpcf7-form p:nth-child(8),
.contact-form-box .wpcf7-form p:nth-child(9) {
  grid-column: 1 / -1;
}

/* ============ FORM LABELS & INPUTS ============ */
.contact-form-box label {
  display: block !important;
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 8px !important;
  color: #5a5a5a !important;
  text-transform: uppercase !important;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="tel"],
.contact-form-box input[type="date"],
.contact-form-box input[type="number"],
.contact-form-box select,
.contact-form-box textarea {
  width: 100%;
  padding: 12px 16px;
  font-family: 'Poppins-Light', sans-serif;
  font-size: 16px;
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
  border-radius: 8px;
  box-sizing: border-box;
  height: 48px;
}

.contact-form-box textarea {
  min-height: 120px;
  resize: vertical;
  height: auto;
}

.contact-form-box input:focus,
.contact-form-box select:focus,
.contact-form-box textarea:focus {
  outline: none;
  border-color: #5a5a5a;
}

.contact-form-box .wpcf7-submit {
  width: 100%;
  padding: 20px;
  background-color: #000000;
  color: #ffffff;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-radius: 8px;
  border: 2px solid #000000;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.4);
}

.contact-form-box .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact-form-box .wpcf7-spinner {
  margin-left: 12px;
}

.contact-form-box .wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 13px;
  margin-top: 6px;
}

.contact-form-box div.wpcf7-response-output {
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  border-color: rgba(0,0,0,0.1) !important;
  color: #000000;
}

/* ============ SECOND SECTION: BLACK BACKGROUND - STUDIO INFO ============ */
.contact-info-section {
  background-color: #000000;
  color: #ffffff;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-info-section__heading {
  font-family: 'stangith', sans-serif;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
}

.contact-info-item__icon {
  color: #c6c6c6;
  margin-top: 2px;
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.contact-info-item__label {
  font-family: 'Poppins-SemiBold', sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  color: #c7c6c6 !important;
  margin-bottom: 4px !important;
  text-transform: uppercase !important;
}

.contact-info-item__text {
  font-family: 'Poppins-Light', sans-serif;
  font-size: 16px;
  color: #ffffff;
}

.contact-info-item__text a:hover {
  color: #c7c6c6;
}

.contact-info-footer {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact-info-socials {
  display: flex;
  gap: 16px;
}

.contact-info-social-link {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-info-social-link:hover {
  background-color: #ffffff;
  color: #000000;
}

.contact-info-map {
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
  background-color: rgba(255,255,255,0.05);
}

.contact-info-map-overlay {
  position: absolute;
  inset: 0;
  filter: grayscale(100%);
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-map-overlay .material-symbols-outlined {
  font-size: 36px;
}

.contact-info-map-tag {
  position: absolute;
  bottom: 16px;
  left: 16px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.1);
}

/* ============ THIRD SECTION: WHITE BACKGROUND - CTA ============ */
.contact-extra-section {
  background-color: #ffffff;
  color: #000000;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-extra-section__content {
  text-align: center;
}

.contact-extra-section__heading {
  font-family: 'stangith', sans-serif;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 32px;
}

.contact-extra-section__btn {
  background-color: #000000;
  color: #ffffff;
  padding: 20px 48px;
  border-radius: 9999px;
  border: 2px solid #000000;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-extra-section__btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* ============ RESPONSIVE BREAKPOINTS ============ */
@media screen and (max-width: 1200px) {
  .contact-page-frame {
    grid-template-columns: 1.2fr 1fr 0.5fr;
  }
}

@media screen and (max-width: 1024px) {
  .contact-page-frame {
    grid-template-columns: 1fr 1fr;
  }

  .contact-extra-section {
    grid-column: 1 / -1;
    padding: 60px 40px;
  }

  .contact-form-box .wpcf7-form {
    grid-template-columns: 1fr !important;
  }
  .contact-form-box .wpcf7-form p {
    grid-column: 1 / -1 !important;
  }
}

@media screen and (max-width: 768px) {
  .contact-page-frame {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .contact-form-section,
  .contact-info-section,
  .contact-extra-section {
    padding: 50px 20px;
  }

  .contact-form-section__heading {
    font-size: 32px;
  }

  .contact-info-section__heading {
    font-size: 24px;
  }

  .contact-extra-section__heading {
    font-size: 24px;
  }

  .contact-form-box .wpcf7-form {
    grid-template-columns: 1fr !important;
  }
  .contact-form-box .wpcf7-form p {
    grid-column: 1 / -1 !important;
  }
}
