* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  font-family: 'Arial', sans-serif;
  height: 100%;
  width: 100%;
  background-color: #F8F6F0;
}
body{
  cursor: none; /* Hide default cursor */
}
/* Copyright 2025 AmnaFraz. All rigths reserved. */
/* HEADER CENTERED AT TOP */
/* .top-header {
  text-align: center;
  padding: 30px 20px 10px;
  background-color: transparent;
  z-index: 10;
}

.top-header h1 {
  font-family: 'garamond', serif;
  font-size: 3.2rem;
  color: #222;
  margin-bottom: 5px;
}

.top-header .position {
  font-family: 'garamond', serif;
  font-size: 1.3rem;
  color: #555;
} */
 .text-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;  /* aligns content to the right */
  justify-content: flex-start;
  /* position: relative; */
}

.top-header {
  margin-top: 1%;
  margin-left: 45%;
  text-align: center;
  max-width: 90%;
}
/* .top-header {
  text-align: right;
  padding: 0 0 20px 0;
  background-color: transparent;
} */

.top-header h1 {
  font-family: 'Garamond', serif;
  font-size: 2.5rem;
  color: #041a61;
  margin-bottom: 5px;
}

.top-header .position {
  font-family: 'Garamond', serif;
  font-size: 1.2rem;
  color: #041a61;
}
.container {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
  position: relative;
}


/* .video-section {
  width: 50%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-top: 50px;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
} */

/* perfect wala */
  /* .video-section {
  width: 50vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  
}

.video-section video {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
} */

  .video-section {
  width: 720px;
  height: 729px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


/* ✅ Full video visible without zoom or crop */
 .video-section video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* .text-section {
  width: 50%;
  padding: 40px;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
} */
.text-section {
  width: 50%;
  padding: 40px;
  height: 100vh;
  /* overflow-y: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.bottom-content {
  margin-bottom: 30px;
}

.subtitle {
  font-weight: bold;
  font-size: 1.1rem;
  color: #041a61;
  margin-bottom: 10px;
}

.write-up {
  line-height: 1.8;
  color: #041a61;
  font-family: 'garamond', serif;
  font-size: 18px;
  text-align: justify;
  
}

.instagram-link {
  text-align: center;
  width: auto;
  position: static;
  bottom: 10px;
  right: 40px;
  margin-left: 625px;
}

.instagram-link img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
}
/* .footer {
  width: 100%;
  text-align: right;
  padding: 10px 0;
  background: transparent;
  font-family: 'Garamond', serif;
  font-size: 14px;
  color: #041a61;
} */

.custom-cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #bea025; /* Blood red */
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.1s ease;
}



/* Mobile responsive working */
/* ---------- PHONES: All iPhones & Fold (folded) ---------- */
@media (max-width: 768px) {
  .container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .text-section-header {
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .top-header {
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
  }
  .text-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }

  .video-section,
  .text-section {
    width: 100%;
    height: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .top-header {
    /* order: 2; */
    text-align: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .video-section {
    /* order: 3; */
    width: 100%;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
  }

  .video-section video {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
  }
  
  .top-header h1 {
    font-size: 2rem;
  }

  .top-header .position {
    font-size: 1rem;
  }

  .write-up {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: justify;
  }
  .bottom-content {
    /* order: 3; */
    width: 100%;
  }

  .instagram-link {
    /* order: 4; */
    width: auto;
    margin-top: 40px;
    text-align: center;
    position: absolute;
    display: block !important;
    /* margin-bottom: 0; */
  }

  .instagram-link img {
    width: 36px;
    height: 36px;
    display: block !important;
    opacity: 1 !important;
  }

  .custom-cursor {
    display: none;
  }

  body {
    cursor: auto;
  }
}


/* ---------- TABLETS & UNFOLDED FOLDS ---------- */
 @media (min-width: 769px) and (max-width: 1023px) {
  .container {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }

  .video-section {
    width: 720px;
    height: 1280px;
    justify-content: center;
    align-items: center;
  }

  .video-section video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .text-section {
    flex: 1;
    height: auto;
    padding: 30px;
  }

  .top-header h1 {
    font-size: 2.5rem;
  }

  .write-up {
    font-size: 16px;
  }
  .instagram-link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    position: static;
    margin-bottom: 0;
  }

  .instagram-link img {
    width: 36px;
    height: 36px;
  }
}


/* ---------- LAPTOPS ---------- */
 @media (min-width: 1023px) and (max-width: 1439px) {
  /* .body {
    height: 50%;
  } */
  .container {
    flex-direction: row;
    height: auto;
    overflow: hidden;
  }

  .video-section {
    width: 620px;
    height: auto; /*100vh */
    display: flex;
    justify-content: center; /*flex-start*/
    align-items: flex-start; /*center*/
    margin-top: 0;
    padding: 0;
  }

  .video-section video {
    width: 100%;
    height: auto; /*100% */
    object-fit: contain;
  }

  /* .text-section {
    flex: 1;
    height: 100vh;
    padding: 50px;
    overflow-y: auto;
    margin-bottom: 0;
  } */
  .text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Move content to the right side */
    justify-content: flex-start;
    padding: 60px;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .write-up {
    width: 100%;
    text-align: justify;
    font-size: 20px;
    line-height: 1.8;
  }
  .text-section-header {
    display: flex;
    flex-direction: column;
    align-items: center;  /* aligns content to the right */
    justify-content: flex-start;
    /* position: relative; */
    margin-left: 140px;
  }

  .top-header h1 {
    font-size: 2.8rem;
  }
  .top-header .position {
    font-size: 22px;
  }

  /* .write-up {
    font-size: 18px;
    line-height: 1.8;
  } */
  .write-up p:last-child {
  margin-bottom: 0;
}

  .instagram-link {
    width: 100%;
    margin-top: 10px;
    text-align: right; /*center*/
    position: static !important;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .instagram-link img {
    width: 36px;
    height: 36px;
    display: inline-block !important;
  }
}


/* ---------- LARGE LAPTOPS / DESKTOPS ---------- */
 /* @media (min-width: 1440px) {
  .video-section {
    width: 720px;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .video-section video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .text-section {
    flex: 1;
    padding: 60px;
  }
  .top-header{
    margin-top: 0;
  }
  .top-header h1 {
    font-size: 3.2rem;
  }

  .write-up {
    font-size: 15px;
    line-height: 2;
  }
} */
/* Landscape Phones & Fold unfolded */
  /* @media screen and (max-height: 500px) and (orientation: landscape) {
  .container {
    flex-direction: row;
    height: auto;
  }

  .video-section, .text-section {
    width: 50%;
    height: auto;
    padding: 10px;
  }

  .video-section video {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .write-up {
    font-size: 14px;
    line-height: 1.4;
  }
  .instagram-link {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    position: static;
    margin-bottom: 0;
  }

  .instagram-link img {
    width: 36px;
    height: 36px;
  }
} */
/* ---------- CUSTOM: 2152x1536px screens ---------- */
@media screen and (min-width: 2152px) and (min-height: 1536px) {
  .container {
    flex-direction: row;
    height: 100vh;
  }

  .video-section {
    width: 50vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
  }

  .video-section video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .text-section {
    flex: 1;
    padding: 80px;
    height: 100vh;
    overflow-y: auto;
  }

  .top-header h1 {
    font-size: 3.5rem;
  }

  .top-header .position {
    font-size: 1.8rem;
  }

  .write-up {
    font-size: 28px;
    line-height: 2;
    text-align: justify;
  }

  .instagram-link img {
    width: 60px;
    height: 60px;
    align-items: end;
  }

  .custom-cursor {
    width: 24px;
    height: 24px;
  }
}

/* ---------- MACBOOKS (1440px to 1680px) ---------- */
@media (min-width: 1440px) and (max-width: 1680px) {
  .container {
    flex-direction: row;
    height: 100vh;
  }

  .video-section {
    width: 700px;
    height: 100vh;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
  }

  .video-section video {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .text-section {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* Move content to the right side */
    justify-content: flex-start;
    padding: 60px;
    height: 100vh;
    /* overflow-y: auto; */
    overflow: hidden;
  }

  .top-header h1 {
    font-size: 3rem;
  }

  .top-header .position {
    font-size: 1.4rem;
  }

  .write-up {
    width: 100%;
    text-align: justify;
    font-size: 25px;
    line-height: 1.8;
  }

  .instagram-link {
    margin-top: 20px;
    text-align: center;
    position: static;
  }

  .instagram-link img {
    width: 40px;
    height: 40px;
  }
}