@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&family=Fredoka&family=Baloo+2&family=Comic+Neue&family=Rubik+Bubbles&display=swap");

:root {
  --font-family-fun0: "Poppins", sans-serif;
  --font-family-fun1: "Fredoka", sans-serif;
  --font-family-fun2: "Baloo 2", cursive;
  --font-family-fun3: "Comic Neue", cursive;
  --font-family-fun: "Rubik Bubbles", cursive;
}
/*=================================================== Start Coidng From Below Comment Line, Opening of Media Screen -===========================================================*/
@media (min-width: 1025px) {
  /* The Coming soon page*/
  body {
    background-color: #1b1c1e;
  }
  /* coming soon logo */
  .cmg-logo {
    text-align: center;
  }
  /* resize image of the logo */
  .cmg-logo img {
    width: 200px;
    height: auto;
    opacity: 1;
  }
  div.comingsoon {
    width: 815px;
    height: 491px;
    top: 165px;
    left: 313px;
    opacity: 1;
    gap: 40px;
  }
  /* for white colored texts */
  .wht {
    color: #ffffff;
  }
  /* header  */
  h1.wht {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
  }
  /* paragraph on coming soon */
  p.wht {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
  }
  /* notify group for email subscribers */
  form.notify-group {
    display: grid;
    grid-template-rows: auto auto;
    width: 508px;
    height: 124px;
    opacity: 1;
    gap: 32px;
  }
  form.notify-group input {
    width: 508px;
    height: 46px;
    opacity: 1;
    gap: 10px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #abf565;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 12px;
    padding-left: 10px;
    background-color: inherit;
    color: #ffffff;
  }
  form.notify-group button {
    margin: auto;
    width: 218px;
    height: 46px;
    opacity: 1;
    border-radius: 1000px;
    gap: 10px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    background-color: #abf565;
    color: #000000;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    border-style: none;
  }
  form.notify-group input:focus {
    outline: none;
    border: 1px solid #abf565 !important;
    transition: border-color 0.3s ease-in-out;
  }

  /* timer function in coming soon page */
  div.timer {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 466px;
    height: 115px;
    opacity: 1;
    gap: 6px;
  }
  div.days,
  div.hours,
  div.minutes,
  div.seconds {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    width: 112px;
    height: 115px;
    opacity: 1;
    border-radius: 8px;
    gap: 6px;
    padding: 16px;
    background-color: #abf5650d;
  }
  span.num {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #abf565;
  }
  span#rep {
    width: 80px;
    height: 19px;
    opacity: 1;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff99;
  }
  /* For the Frames of animated images on the coming soon page */
  img.fr1 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 100px;
    left: 75px;
    opacity: 1;
    border-radius: 15.69px;
  }
  img.fr2 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 417px;
    left: 109px;
    opacity: 1;
    border-radius: 15.69px;
  }
  img.fr3 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 576px;
    left: 52px;
    opacity: 1;
    border-radius: 15.69px;
  }
  img.fr4 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 635px;
    left: 475px;
    opacity: 1;
    border-radius: 15.69px;
  }
  img.fr5 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 633px;
    left: 833px;
    opacity: 1;
    border-radius: 15.69px;
  }

  img.fr6 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 489px;
    left: 1128px;
    opacity: 1;
    border-radius: 15.69px;
  }
  img.fr7 {
    position: absolute;
    width: 204px;
    height: 204px;
    top: 175px;
    left: 1171px;
    opacity: 1;
    border-radius: 15.69px;
  }
  div.mf {
    display: none;
  }
  .message {
    position: fixed; /* Keeps the message at the top */
    top: 0; /* Aligns the message at the top */
    left: 50%; /* Horizontally centers the message */
    transform: translateX(-50%); /* Adjusts for the width of the element */
    background-color: #abf5650d; /* Light red background for visibility */
    color: #abf565; /* Dark red text color */
    padding: 10px 20px; /* Adds some padding */
    border: 1px solid #abf5650d; /* Adds a border matching the background */
    border-radius: 5px; /* Rounds the corners */
    text-align: center; /* Centers the text */
    font-family: Arial, sans-serif; /* Sets a clean font */
    font-size: 16px; /* Adjust font size */
    z-index: 1000; /* Ensures it appears above other content */
  }
  .messageError {
    position: fixed; /* Keeps the message at the top */
    top: 0; /* Aligns the message at the top */
    left: 50%; /* Horizontally centers the message */
    transform: translateX(-50%); /* Adjusts for the width of the element */
    background-color: #f8d7da; /* Light red background for visibility */
    color: #721c24; /* Dark red text color */
    padding: 10px 20px; /* Adds some padding */
    border: 1px solid #f5c6cb; /* Adds a border matching the background */
    border-radius: 5px; /* Rounds the corners */
    text-align: center; /* Centers the text */
    font-family: Arial, sans-serif; /* Sets a clean font */
    font-size: 16px; /* Adjust font size */
    z-index: 1000; /* Ensures it appears above other content */
  }
  /* ============================== HomePage Css ================================================================================== */

  div.header {
    max-width: 1240px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; /* pushes logo left & links right */
    padding: 60px 0px;
  }

  div.header img {
    width: 150px;
    height: auto;
    padding: 20px;
  }

  div.routes {
    display: flex; /* change from grid → flex */
    gap: 24px;
    align-items: center; /* spacing between links */
  }

  div.routes .home_links {
    text-decoration: none;
    color: black;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    width: 46;
    height: 19;
    color: #ffffff;
    opacity: 1;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
  }
  div.routes .home_links:hover {
    color: #abf565;
    border-bottom: 4px solid #abf565;
  }
  div.home_thumbnail {
    width: 875px;
    height: 426px;
    opacity: 1;
    padding: 52px;
    top: 223px;
    left: 282px;
    margin: 0 auto;
  }
  div.home_thumbnail h1 {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
  }
  div.home_thumbnail h1 span {
    font-family: var(--font-family-fun);
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #abf565;
  }
  div.home_thumbnail p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;
  }
  div.home_button_links {
    width: 332px;
    height: 46px;
    opacity: 1;
    padding: 4px;
    padding: 16px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
  }
  div.home_button_links a {
    text-decoration: none;
    width: 150px;
    height: inherit;
    opacity: 1;
    padding: 10px;
    border-radius: 100px;
    margin: auto;
  }
  div.home_button_links a.vow {
    background-color: #abf565;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center;
    color: #000000;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
  }
  div.home_button_links a.sap {
    background-color: inherit;
    color: #ffffff;
    display: flex;
    align-items: center; /* vertical center */
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    border: 1px solid #abf565;
    text-align: center;
    text-transform: capitalize;
  }
  div.scroll {
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    width: 96px;
    height: 75px;
    opacity: 1;
  }
  div.scroll p {
    color: #abf565;
  }
  div.offers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px;
  }
  .offer-text {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  /* Top text */
  .offer-text .top {
    opacity: 1;
    color: #d9d9d9;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .offer-text .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 138px;
  }
  div.home_lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 16px; /* spacing between items */
    direction: rtl;
  }

  div.home_lists .alist {
    opacity: 1;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    font-size: 12px;
    border-radius: 1000px;
    border-width: 1px;
    border: 1px solid #ffffff;
    text-align: center;
    color: #ffffff;
  }
  /* section code on the html page */
  .section {
    position: relative;
    max-width: 1200px;
    margin: auto;
    min-height: 600px;
  }

  /* Text blocks */
  .text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
    letter-spacing: 0%;
    text-transform: capitalize;
    width: 436px;
    font-size: 14px;
    line-height: 1.4;
    position: absolute;
  }

  .text-left {
    top: 60px;
    left: 0;
  }

  .text-right {
    right: 0;
    bottom: 60px;
  }

  /* Cards container */
  .cards {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
  }

  /* Card base */
  .card {
    position: absolute;
    width: 200px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    background: #0e1318;
    box-shadow: 0 20px 40px rgba(66, 66, 66, 0.4);
  }

  /* Glow frame */
  .card::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 3px solid #6bff9a;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(107, 255, 154, 0.6);
    z-index: 1;
  }

  /* Image */
  .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }

  /* Position + rotation */
  .card-top {
    top: 0;
    right: 40px;
    transform: rotate(8deg);
  }

  .card-bottom {
    bottom: 20px;
    left: 20px;
    transform: rotate(-20deg);
  }

  div.featured {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 60px;
  }
  .featured-text {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  /* Top text */
  .featured-text .top {
    opacity: 1;
    color: #d9d9d9;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .featured-text .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 138px;
  }
  div.ft_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 3 columns */
    gap: 0px; /* spacing between items */
    padding: 10px;
  }

  div.ft_lists .flist {
    text-decoration: none;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    color: #abf565;
  }

  .gallery-section {
    background: inherit;
    padding: 28px 32px 14px;
    width: 1532px;
    height: 541px;
  }

  .gallery-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 34px;
  }

  .side-card img,
  .main-card img {
    display: block;
    object-fit: cover;
  }

  .side-card img {
    width: 400px;
    height: 340px;
  }

  .main-card {
    position: relative;
  }

  .main-card img {
    width: 800px;
    height: 467px;
  }

  .main-title {
    position: absolute;
    top: 24px;
    right: 24px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    font-family: Georgia, serif;
  }

  .slider-nav {
    margin-top: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    color: #abf565;
    font-family: Georgia, serif;
  }

  .arrow {
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    outline-style: none;
    background-color: inherit;
    border: none;
    color: #abf565;
  }

  .count {
    font-family: Instrument, serif;
    display: flex;
    align-items: center;
  }
  .count_current {
    font-size: 48px;
    line-height: 1;
    color: #abf565;
  }

  /* Force equal width for numbers */
  .count_all {
    display: inline-block;
    font-size: 32px; /* adjust if needed */
    text-align: center;
    color: #ffffff;
  }

  .process-text {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .process-text .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .process-text .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 62px;
  }
  /* css tags for process section in html */
  .discover-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 125px;
    background: inherit;
    padding: 28px 26px 34px;
    width: 1139px;
    font-family: Instrument, serif;
    margin: 0 auto;
  }

  .left-panel {
    position: relative;
    width: 564px;
    height: 514px;
    flex-shrink: 0;
  }

  .left-panel img {
    display: block;
    width: 420px;
    height: 514px;
    object-fit: cover;
  }

  .number-tag {
    position: absolute;
    top: -28px;
    left: 24px;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: #abf565;
    text-shadow: 2px 2px 0 #000;
    z-index: 2;
  }

  .right-panel {
    flex: 1;
    color: #ffffff;
    padding-top: 18px;
  }

  .title {
    font-family: "Brush Script MT", cursive;
    font-size: 34px;
    color: #abf565;
    margin-bottom: 28px;
  }

  .text-box {
    position: relative;
    width: 355px;
    padding: 18px 16px;
    box-sizing: border-box;
  }

  .text-box p {
    margin: 0;
    font-size: 16px;
    line-height: 1.15;
    color: #ffffff;
    text-transform: capitalize;
  }

  .top-box {
    margin-bottom: 26px;
  }

  .top-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    border-top: 2px solid #abf565;
    border-left: 2px solid #abf565;
  }

  .bottom-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 36px;
    height: 36px;
    border-right: 2px solid #abf565;
    border-bottom: 2px solid #abf565;
  }
  /* =============== Css -code Section For Admiral Card */
  .admiral-card {
    width: 1012px;
    height: 713px;
    background: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 45px 35px 55px;
    overflow: hidden;
    margin: 20px auto;
  }

  .admiral-image {
    width: 350px;
    height: 712px;
    display: flex;
    justify-content: center;
  }

  .admiral-image img {
    object-fit: contain;
    display: block;
  }

  .admiral-content {
    color: #ffffff;
  }

  .admiral_title {
    margin: 28px;
    font-family: "Times New Roman", serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 1px;
    color: #ffffff;
  }

  .admiral_title span {
    display: block;
    margin-top: 6px;
    color: #9be34a;
    margin-left: 80px;
  }

  .admiral-content p {
    margin: 20px;
    font-family: Instrument Serif;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
    max-width: 330px;
  }
  .clients-text {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .clients-text .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .clients-text .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 140px;
  }

  .our-story {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .our-story .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .our-story .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 70px;
  }

  div.hero {
    position: relative;
    height: 544px;
    background: linear-gradient(90deg, #252628, #1f2022);
    overflow: hidden;
    color: #fff;
  }

  div.year {
    position: absolute;
    top: -180px;
    left: 608px;
    font-family: Inter;
    font-size: 400px;
    font-weight: 700;
    color: rgba(115, 140, 65, 0.18);
    letter-spacing: 8px;
    z-index: 0;
    user-select: none;
  }

  div.hero .left-image {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 570px;
    height: inherit;
    z-index: 2;
  }

  div.hero .left-image img {
    width: 100%;
    display: block;
  }

  div.hero .content {
    position: absolute;
    right: 50px;
    top: 280px;
    width: 420px;
    text-align: center;
    z-index: 2;
  }

  div.hero .content .title {
    font-family: Instrument Serif;
    font-style: italic;
    font-size: 44px;
    color: #abf565;
  }

  div.hero .content.text {
    font-size: 18px;
    line-height: 1.5;
    color: #f1f1f1;
  }
  .the-team {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .the-team .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .the-team .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 140px;
  }

  .team-section {
    position: relative;
    width: 100%;
    min-height: 390px;
    background: inherit;
    overflow: hidden;
    padding: 0;
  }

  .team-wrap {
    position: relative;
    width: 1240px;
    height: 500px;
    margin: 0 auto;
  }

  .team-card {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    cursor: pointer;
  }

  .team-card.card-1 {
    top: 50px;
  }

  .team-card.card-2 {
    left: 488px;
  }

  .team-card.card-3 {
    top: 60px;
    right: 62px;
    flex-direction: row-reverse;
    text-align: left;
  }

  .team-card.card-4 {
    top: 240px;
    left: 200px;
  }

  .team-card.card-5 {
    top: 220px;
    left: 750px;
  }

  .team-image {
    width: 126px;
    height: 126px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 126px;
    transition:
      filter 0.35s ease,
      opacity 0.35s ease,
      transform 0.35s ease,
      box-shadow 0.35s ease;
    transform-origin: center;
  }

  .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .team-info {
    padding-top: 4px;
    transition:
      transform 0.35s ease,
      opacity 0.35s ease;
  }

  .team-name {
    margin: 0 0 4px;
    font-family: Georgia, serif;
    font-size: 18px;
    line-height: 1.05;
    font-weight: 400;
    color: #abf565;
    white-space: nowrap;
  }

  .team-role {
    margin: 0;
    font-size: 14px;
    line-height: 1.15;
    color: #f1f1f1;
    white-space: nowrap;
  }

  /* The Values on about us page */
  .values-section {
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    padding: 48px 32px 18px;
    position: relative;
  }

  .values-container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
  }

  .values-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 340px;
    margin-bottom: 26px;
    position: relative;
  }

  .values-heading {
    padding-top: 170px;
    padding-left: 2px;
    z-index: 2;
  }

  .values-title-top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  .values-title-bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 60px;
  }

  .values-character-wrap {
    width: 420px;
    height: 420px;
    position: relative;
    flex-shrink: 0;
    margin-right: 20px;
  }

  .values-character {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    will-change: transform;
  }

  .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 16px;
    position: relative;
    z-index: 2;
  }

  .value-card {
    min-height: 110px;
    background: rgba(31, 39, 28, 0.78);
    padding: 16px 16px 18px;
    position: relative;
    overflow: hidden;
  }

  .value-card::before,
  .value-card::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 14px;
    z-index: 1;
  }

  .value-card::before {
    left: -7px;
    clip-path: polygon(45% 0, 100% 0, 80% 50%, 100% 100%, 45% 100%, 0 50%);
  }

  .value-card::after {
    right: -7px;
    clip-path: polygon(0 0, 55% 0, 100% 50%, 55% 100%, 0 100%, 20% 50%);
  }

  .value-card-title,
  .value-card-text {
    position: relative;
    z-index: 2;
  }

  .value-card-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 34px;
    line-height: 1;
    font-style: italic;
    color: #b8ff59;
    margin-bottom: 10px;
  }

  .value-card-text {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
    color: #f1f1ed;
    max-width: 95%;
  }

  .tools-cap {
    font-family: Instrument Serif;
    font-weight: 200;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-top: 80px;
  }

  /* Top text */
  .tools-cap .top {
    opacity: 1;
    color: #ffffff;
    letter-spacing: 2px;
  }

  /* Bottom text */
  .tools-cap .bottom {
    color: #abf565; /* green */
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 120px;
  }

  div.filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    color: #ffffff;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
  }
  div.filter .btn-filter button {
    border-style: none;
    background-color: inherit;
    color: #ffffff99;
  }
  div.filter .btn-filter button:hover {
    color: #abf565;
  }
  .parent {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .scene {
    width: 860px;
    height: 170px;
    position: relative;
  }

  .scene {
    width: 100;
    height: 170px;
    position: relative;
  }

  .piece-wrap {
    position: absolute;
    will-change: transform, opacity;
  }

  .piece {
    background: #a7ef56;
    color: #111;
    display: flex;
    justify-content: center;
    font-family: "Times New Roman, serif";
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  }

  .piece span {
    white-space: nowrap;
    transform: scale(0.78);
  }

  .pill {
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    font-size: 20px;
  }

  .rect {
    height: 42px;
    padding: 0 16px;
    font-size: 20px;
  }

  .circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
  }

  .bar {
    width: 34px;
    height: 8px;
    border-radius: 999px;
  }

  .slim {
    width: 30px;
    height: 98px;
    writing-mode: vertical-rl;
    font-size: 17px;
  }

  .diag-left {
    transform: rotate(28deg);
  }
  .diag-right {
    transform: rotate(-28deg);
  }

  .skew-left {
    transform: skewY(-14deg);
  }
  .skew-right {
    transform: skewY(14deg);
  }

  /* positions */
  .p1 {
    top: 108px;
  }
  .c1 {
    left: 150px;
    top: 70px;
  }

  .r1 {
    width: fit-content;
    left: 205px;
    top: 65px;
  }
  .r2 {
    left: 178px;
    top: 114px;
  }
  .c2 {
    left: 352px;
    top: 120px;
  }

  .s1 {
    left: 324px;
    top: 40px;
    transform: rotate(84deg);
  }

  .p2 {
    left: 362px;
    top: 65px;
  }
  .b1 {
    left: 364px;
    top: 112px;
  }
  .b2 {
    left: 390px;
    top: 126px;
  }
  .r3 {
    left: 408px;
    top: 114px;
  }

  .b3 {
    left: 60px;
    top: 88px;
  }
  .c3 {
    left: 514px;
    top: 116px;
  }

  .s2 {
    left: 555px;
    top: 20px;
    transform: rotate(40deg) !important;
  }

  .c4 {
    left: 575px;
    top: 82px;
  }
  .r4 {
    left: 579px;
    top: 54px;
    transform: rotate(60deg) !important;
  }
  .c5 {
    left: 627px;
    top: 94px;
  }
  .p3 {
    left: 570px;
    top: 112px;
  }

  .s3 {
    left: 96px;
  }
  .s4 {
    left: 708px;
    top: 13px;
  }

  .gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 300px);
    gap: 20px;
    width: 90%;
    margin: 40px auto;
  }

  .gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 600px;
  }

  .gallery-item img {
    width: 600px;
    height: inherit;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
  }

  /* Overlay */
  .overlay {
    position: absolute;
    border-radius: 16px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    margin: 20px;
    width: 90%;
    background: #1b1c1e94;
    color: #fff;
    transform: translateY(100%);
    transition: 0.4s ease;
  }

  div.vw {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  div.vw svg {
    width: 32px;
    height: 32px;
    color: white;
    border: 1px solid #abf565;
    border-radius: 50%;
    padding: 3px;
  }

  .overlay h3 {
    margin: 0;
    font-size: 25px;
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Italic;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #ffffff;
  }

  .overlay p {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 5px 0 0;
    font-size: 18px;
    color: #9cff57;
  }

  /* Hover Effects */
  .gallery-item:hover img {
    transform: scale(1.05);
  }

  .gallery-item:hover .overlay {
    transform: translateY(0);
  }
  section.img_thumbnail {
    width: 1240px;
    height: 400px;
    margin: 0 auto;
  }
  section.img_thumbnail img {
    width: inherit;
    height: inherit;
    object-fit: cover;
  }
  div.content_body {
    width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
    font-family: Instrument Serif;
  }
  div.content_body .title1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .title1_left {
    color: #abf565;
    font-size: 40px;
    font-family: var(--font-family-fun3);
    line-height: 120%;
  }
  .title1_right {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 10px;
    color: #ffffff;
    font-size: 26px;
  }
  ._dots {
    color: #abf565;
    text-align: center;
    margin: auto;
  }
  div.content_body .statement,
  div.content_body .statement2 {
    width: inherit;
    color: #ffffff;
    font-family: Inter;
    font-style: regular;
    font-size: 20px;
    line-height: 120%;
    opacity: 100%;
  }
  div.content_body .title2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
  }
  .title2_left {
    color: #abf565;
    font-size: 44px;
    font-family: var(--font-family-fun3);
    line-height: 120%;
  }
  .title2_right {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    color: #ffffff;
    font-size: 20px;
  }
  ._dots2 {
    color: #abf565;
    margin: auto 0px;
  }
  .title3 {
    color: #abf565;
    font-size: 44px;
    font-family: var(--font-family-fun3);
    line-height: 120%;
    margin-top: 40px;
  }
  .showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px; /* space between images */
    padding: 0px 10px;
    margin: 20px 0px;
  }

  .showcase-grid img {
    width: 600px;
    height: 260px;
    object-fit: cover; /* keeps images nicely cropped */
  }
  .final_outcome {
    width: 1240px;
    padding: 60px 20px;
    margin: 0 auto;
    font-family: Instrument Serif;
  }
  .final_outcome p {
    color: #abf565;
    font-size: 40px;
    font-family: var(--font-family-fun3);
    line-height: 120%;
    margin-top: 40px;
  }
  .final_outcome video {
    width: inherit;
    height: 450px;
  }
  .creators {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .creators .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .creators .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 140px;
  }

  /* Creator Grid */
  .creators-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 20px 60px;
  }

  /* Card structure */
  .creators-card {
    display: flex;
    flex-direction: column;
  }

  /* Image block */
  .creators-card img {
    width: 295px;
    height: 312px;
    object-fit: cover;
    background: #e5e5e5;
    border-radius: 4px;
  }

  /* Info section */
  .info {
    margin-top: 10px;
    padding: 14px;
    text-align: center;
    background: #202b20;
    border-radius: 8px;
    position: relative;
  }

  /* Corner accents */
  .info::before,
  .info::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #7cff5e;
  }

  .info::before {
    top: 6px;
    left: 6px;
    border-right: none;
    border-bottom: none;
  }

  .info::after {
    bottom: 6px;
    right: 6px;
    border-left: none;
    border-top: none;
  }

  /* Text */
  .info h3 {
    color: #7cff5e;
    font-size: 15px;
    margin-bottom: 4px;
  }

  .info p {
    color: #ffffff;
    font-size: 12px;
  }
  .client-feedback {
    font-family: Instrument Serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: capitalize; /* similar elegant font */
    display: flex;
    flex-direction: column;
    line-height: 1;
    padding: 60px;
  }

  /* Top text */
  .client-feedback .top {
    opacity: 1;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 4px;
  }

  /* Bottom text */
  .client-feedback .bottom {
    color: #abf565; /* green */
    font-size: 40px;
    letter-spacing: 3px;
    opacity: 1;
    margin-left: 110px;
  }

  .quote-box {
    width: 880px;
    max-height: 440px;
    padding: 40px;
    background: linear-gradient(135deg, #1c1f1d, #2a332a);
    color: #ffffff;
    font-family: Inter;
    border-radius: 6px;
    margin: 20px auto 60px auto;
    /* Rough polygon edges */
    clip-path: polygon(
      0% 15%,
      3% 2%,
      8% 4%,
      15% 1%,
      25% 3%,
      35% 2%,
      45% 4%,
      55% 1%,
      65% 3%,
      75% 2%,
      85% 4%,
      95% 2%,
      100% 5%,
      98% 95%,
      92% 98%,
      85% 96%,
      75% 99%,
      65% 97%,
      55% 98%,
      45% 96%,
      35% 99%,
      25% 97%,
      15% 98%,
      8% 96%,
      3% 99%,
      0% 85%
    );
  }

  .quote-text {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 30px;
  }

  .profile {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .profile-pic {
    width: 50px;
    height: 50px;
    background: #d9d9d9;
    border-radius: 50%;
  }

  .profile-details {
    display: flex;
    flex-direction: column;
  }

  .profile-name {
    color: #a8ff60;
    font-size: 18px;
    font-style: italic;
    margin: 0;
  }

  .profile-title {
    font-size: 14px;
    color: #cfcfcf;
    margin: 3px 0 0;
  }
  form.contact-form {
    display: flex;
    align-items: center;
    gap: 30px;
    background: inherit;
    color: #ffffff;
    padding: 0px 60px;
    margin: 40px;
  }

  form.contact-form .left {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 4px;
    max-width: 50%;
  }

  form.contact-form .right {
    width: 45%;
    height: 60%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 140px;
  }

  form.contact-form .field {
    display: flex;
    flex-direction: column;
  }

  form.contact-form .field input,
  .field textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #6eea6e;
    padding: 10px 5px;
    color: #fff;
    font-size: 16px;
    outline: none;
  }

  form.contact-form .field input::placeholder,
  .field textarea::placeholder {
    color: #888;
  }

  form.contact-form textarea {
    resize: none;
    height: 60px;
  }

  form.contact-form button {
    align-self: flex-end;
    background: #8df05a;
    border: none;
    padding: 8px 28px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
  }

  form.contact-form button:hover {
    background: #78d94a;
  }

  .faq-section {
    padding: 80px;
  }

  .faq-container {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }

  /* LEFT SIDE */
  .faq-left {
    width: 60%;
  }

  .faq-item {
    border-bottom: 1px solid #222;
    padding: 15px 0;
  }

  /* Hide checkbox */
  .faq-item input {
    display: none;
  }

  /* Question */
  .faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    position: relative;
  }

  /* Arrow */
  .faq-question::after {
    content: "▼";
    font-size: 16px;
    color: white;
    transition: transform 0.3s ease;
  }

  /* Rotate arrow when open */
  .faq-item input:checked + .faq-question::after {
    transform: rotate(180deg);
  }

  /* Answer */
  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.6;
    color: #aaa;
  }

  /* Show answer */
  .faq-item input:checked + .faq-question + .faq-answer {
    max-height: 200px;
    margin-top: 10px;
  }

  /* RIGHT SIDE */
  .faq-right {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .faq-right h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    text-align: right;
  }

  .faq-right span {
    color: #ABF565;
  }

  .map-section {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 40px auto;
  overflow: hidden;
}

.map-section iframe {
  width: 100%;
  height: 450px;
  border: 0;
  display: block;
}

.map-overlay {
  position: absolute;
  top: 20px;
  right: 20px;
}

.map-button {
  display: inline-block;
  background-color: #111;
  color: #9cff57;
  padding: 12px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.map-button:hover {
  background-color: #000;
  color: #bfff7a;
}
  /* Closing media query */
}
