* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tata, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #924713;
  overflow-x: hidden;
  background: #f2efeb;
}

/* Navigation */
/* Navigation */
.navbar {
  background: #f2efeb;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 50px;
}

/* Menu */
.nav-menu {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #924713;
  font-weight: 400;
  font-size: 20px;
  transition: color 0.3s;
}

.nav-menu a:hover {
  color: #e74c3c;
}

/* Toggle button */
.nav-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #924713;
}

/* Mobile styles */
@media (max-width: 768px) {
  .nav-container {
    justify-content: space-between;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #f2efeb;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 1.5rem 0;
    display: none;
  }

  .nav-menu.active {
    display: flex;
  }
}


/* Hero Section */
.hero {
  background: #f2efeb;
  color: #924713;
  padding: 0;
  text-align: center;
}

.first-name {
  margin-top: 100px;
  font-size: 150px;
  margin-left: 30px;
  font-family: "Gothic";
}

.last-name {
  margin-bottom: 100px;
  font-size: 150px;
  margin-right: 120px;
  font-family: "Gothic";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #572407;
}

.hero h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0rem;
  color: #572407;
}

.hero p {
  font-size: 1.35rem;
  opacity: 0.9;
}

/* Container */
.section-padding {
  padding: 4rem 0;
}

.container {
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}


/* =========================
   HERO RESPONSIVE STYLES
   ========================= */

/* Tablets (≤ 1024px) */
@media (max-width: 1024px) {
  .first-name,
  .last-name {
    font-size: 100px;
  }

  .first-name {
    margin-top: 80px;
    margin-left: 0;
  }

  .last-name {
    margin-bottom: 80px;
    margin-right: 0;
  }

  .hero h2 {
    font-size: 1.5rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .ritu-main {
    max-width: 90%;
    height: auto;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {
  .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .col-4 {
    width: 100%;
    text-align: center;
  }

  .first-name,
  .last-name {
    font-size: 72px;
    margin: 0;
  }

  .first-name {
    margin-top: 40px;
  }

  .last-name {
    margin-bottom: 40px;
  }

  .main-img {
    margin: 30px 0;
  }

  .ritu-main {
    max-width: 75%;
  }

  .right-des {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero h2 {
    font-size: 1.35rem;
  }

  .hero p {
    font-size: 1.1rem;
  }
}

/* Small Mobile (≤ 480px) */
@media (max-width: 480px) {
  .first-name,
  .last-name {
    font-size: 54px;
  }

  .hero h2 {
    font-size: 1.15rem;
  }

  .hero p {
    font-size: 1rem;
  }

  .ritu-main {
    max-width: 85%;
  }
}


/* About Section */
.about {
  background: #f2efeb;
}

.about-content {
  display: flex;
  align-items: start;
  gap: 3rem;
  max-width: 100%;
}

.about-content > div:first-child {
  flex: 0 0 350px;
  max-width: 350px;
}

.about-content > div:last-child {
  flex: 1;
  min-width: 0;
}

.about-image {
  width: 100%;
  max-width: 100%;
  height: 460px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  object-position: bottom;
}

.about-text h3 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #572407;
  text-align: left;
  transform: scaleX(1.35) !important;
  font-weight: 500;
  position: relative;
  right: -17%;
  letter-spacing: -1px;
}

.about-text p {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-weight: 500;
}

.about-text ul {
  list-style: disc;
  padding-left: 20px;
}

.about-text li {
  padding: 0.15rem 0;
  padding-left: 0.5rem;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.25;
}

/* Focus Areas */
.focus-areas {
  background: #f2efeb;
}

.focus-grid {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.focus-grid > div {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 280px;
  max-width: 100%;
}

.focus-card {
  background: #f2efeb;
  padding: 2rem;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  width: 100%;
  height: 100%;
}

.focus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.focus-card h4 {
  color: #924713;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

/* Work Section */
.work {
  background: #f2efeb;
}

.work h3 {
  text-align: left;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #572407;
  text-align: left;
  transform: scaleX(1.35) !important;
  font-weight: 500;
  position: relative;
  right: -17%;
  letter-spacing: -1px;
}

.work-item h4 {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.work-item h5 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.work-item p {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.25;
  letter-spacing: 0.5px;
  word-spacing: 2px;
  font-weight: 500;
}

/* Content Grid */
.content-grid {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
}

.content-grid > div {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 280px;
  max-width: 100%;
}

.content-grid.two-col > div {
  flex: 1 1 calc(50% - 2rem);
  min-width: 280px;
}

.content-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  width: 100%;
  /* height: 500px; */
}

.content-card:hover {
  transform: translateY(-5px);
}

.content-card img {
  width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.content-card-body {
  padding: 1.5rem;
}

.content-card h4 {
  color: #924713;
  margin-bottom: 1rem;
}

.btn {
  display: block;
  padding: 0.6rem 2rem;
  background: transparent;
  color: #924713;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
  width: fit-content;
  margin-left: auto;
  border: 2px solid #924713;
  font-weight: 600;
  line-height: 1;
}

.btn:hover {
  background: #ffffff;
  border: 2px solid #924713;
}

#writing .content-card .btn:hover {
  color: #582308;
  border: 2px solid #582308;
}

/* Contact Section */
.contact {
  background: #544838;
  color: #f2efeb;
  text-align: center;
  padding: 3rem 0 3.5rem;
}

.contact-info {
  margin: 2rem 0;
}

.contact-info a {
  color: white;
  text-decoration: none;
  font-size: 1.2rem;
  display: block;
  margin: 1rem 0;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.social-links a {
  color: white;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
  gap: 0 5px;
  align-items: center;
  justify-content: center;
}

.social-links a:hover {
  opacity: 0.7;
}

/* Section Title */
.section-title {
  font-family: "Gothic";
  font-family: "Gothic";
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  color: #572407;
  text-align: center;
  transform: scaleX(1.35) !important;
  font-weight: 500;
  position: relative;
  right: 0;
  letter-spacing: -1px;
}

.section-title-light {
  color: white;
}

/* Footer */
footer {
  background: #2a211d;
  color: white;
  text-align: center;
  padding: 0.7rem 0;
}

footer p {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  nav ul {
    gap: 1rem;
    padding: 0 1rem;
  }

  .about-content {
    flex-direction: column;
    gap: 2rem;
  }

  .about-content > div:first-child {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .focus-grid > div,
  .content-grid > div {
    flex: 1 1 100%;
    min-width: 100%;
  }

  .section-padding {
    padding: 3rem 0;
  }

  .work-item {
    padding: 1.5rem;
  }

  .focus-card {
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.5rem;
  }

  .hero h2 {
    font-size: 1.2rem;
  }

  nav ul {
    gap: 0.5rem;
    font-size: 0.9rem;
  }
}

.right-des {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.simp-des {
  margin-top: 70px;
  margin-left: -120px;
  text-align: left;
}

.ritu-main {
  width: 100%;
  border-radius: 0 0 150px 150px;
}

.focus-right {
  width: 100%;
}

.focus-right img {
  width: 100%;
  border-radius: 5px;
}

.focus-right img:first-child {
  margin-bottom: 30px;
}

.focus-img {
  position: relative;
  top: calc(50% - 225px);
  left: -3%;
}

.focus-img img {
  position: absolute;
  top: 100%;
  left: -82px;
  width: 110%;
}

.work-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

img {
  width: 100%;
  max-width: 100%;
}

#writing .content-card {
  height: auto;
  background: url("../img/art-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#writing .content-card img {
  width: 85%;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  margin: 20px auto 0;
  box-shadow: 0px 0px 25px #00000017;
  border-radius: 5px;
}

#writing .content-card h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

#writing .content-card .btn {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.about-text {
  margin-left: 50px;
}

.policy-cont {
  margin-top: 120px;
}

p {
  font-size: 1.3rem;
}

.social-links a img {
  width: 30px;
  margin-right: 5px;
}

@font-face {
  font-family: "Gothic";
  src: url("gothic1.ttf");
}

.policy-img img {
  border-radius: 10px;
}

.mrg-t {
  margin-top: 30px;
}





.blog-card {
  background-image:url('../img/art-bg.png') ;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.blog-meta {
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0.6;
  /* background-color: white; */
}

.blog-c{
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.blog-title {
  font-size: 26px;
  margin: 12px 0;
  line-height: 1.3;
}

.blog-description {
  font-size: 16px;
  margin-bottom: 16px;
}

.blog-author {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}



.work-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.work-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.work-card-body {
  padding: 20px;
}

.work-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.work-description {
  font-size: 15px;
  opacity: 0.9;
}

/* =========================
   YOUTUBE VIDEO PLAYER
   ========================= */

.youtube-player {
  position: relative;
  width: 100%;
  height: 0;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

/* Thumbnail image */
.youtube-player img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Iframe after play */
.youtube-player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Play button */
.yt-play-btn {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 72px;
  height: 72px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.yt-play-btn svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.4));
}

/* Hover effect */
.youtube-player:hover img {
  transform: scale(1.05);
  transition: transform 0.4s ease;
}

/* Card wrapper consistency */
.content-card {
  background: #ffffff;
  padding: 16px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* =========================
   RESPONSIVE ADJUSTMENTS
   ========================= */

@media (max-width: 1024px) {
  .yt-play-btn {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 768px) {
  .content-card {
    padding: 12px;
  }

  .yt-play-btn {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 480px) {
  .yt-play-btn {
    width: 48px;
    height: 48px;
  }
}
