@import url("https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
:root {
  /* Color Palette */
  --bg-primary: #fdfcfb;
  --text-main: #1a1a1a;
  --accent-gold: #b8860b;
  --accent-light: #fffbeb;
  --text-para: #6b7280;
  --black: #000000;
  --white: #ffffff;
  /* Typography */
  --font-inter:
    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-google-sans: "Google Sans Flex", sans-serif;
}

/* Global CSS */

body {
  font-family: var(--font-inter);
  font-size: 16px;
  background-color: #f9fafb;
  color: var(--text-main);
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-google-sans);
  color: var(--text-main);
}

.text-highlight {
  color: var(--accent-gold);
}

a {
  color: var(--text-main);
  transition: all 0.2s linear;
}

.fa-solid span {
  font-size: 0;
  visibility: hidden;
  opacity: 0;
}

p:empty {
  display: none;
}

p:last-child {
  margin-bottom: 0;
}

.section__title,
h2.view_reference__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.gapping {
  padding: 35px 0px;
}

.full-width__section {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media screen and (min-width: 768px) {
  .section__title,
  h2.view_reference__title {
    font-size: 38px;
  }
  .gapping {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 1024px) {
  .section__title,
  h2.view_reference__title {
    font-size: 44px;
  }
  .gapping {
    padding: 45px 0px;
  }
}

/* Global CSS */

/* Header CSS */

header {
  background-color: #fffc;
  backdrop-filter: blur(8px);
  top: 0;
  position: sticky;
  width: 100%;
  z-index: 99;
  border-bottom: 1px solid #e9e9e9;
}

.menu--main .navbar-nav .nav-link {
  color: #19191a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.navbar-brand img {
  height: 36px;
  margin: 0 1rem 0 0;
  width: auto;
  filter: brightness(0);
}

@media (min-width: 992px) {
  .navbar-brand img {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 60px;
  }
}

/* Header CSS */

/* Hero Banner */

.paragraph.hb {
  background-color: var(--bg-primary);
  padding: 40px 0 60px;
  font-family: var(--font-google-sans);
}

.hero-sec-sub-title .field--name-field-hb-bio {
  display: inline-flex;
  align-items: center;
  border: 1px solid #f4e5a7;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 1.5rem;
  background-color: #fffbeb;
}

.hero-sec-sub-title .field__item {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-gold);
  letter-spacing: 1.5px;
}

.hero-sec-sub-title .field__item:not(:last-child)::after {
  content: "-";
  margin: 0 10px;
  color: var(--accent-gold);
  opacity: 0.6;
}

.hero-sec-title {
  font-size: 82px;
  font-weight: 700;
  line-height: 0.95;
  color: var(--text-main);
  text-transform: uppercase;
  letter-spacing: -2.5px;
  margin-bottom: 2rem;
}

.hero-sec-title .hero_banner_title {
  color: var(--accent-gold);
}

.hero-sec-intro {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2.5rem;
}

.hero-sec-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--accent-gold);
}

.hero-sec-intro p {
  font-size: 20px;
  color: var(--text-para);
  line-height: 1.6;
  margin: 0;
  max-width: 85%;
}

.hero-sec-ctas .field--name-field-hb-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.hero-sec-ctas .field__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-sec-ctas .field__item:first-child a {
  background-color: var(--accent-gold);
  color: var(--white);
  border: 2px solid var(--accent-gold);
  font-size: 1rem;
}

.hero-sec-ctas .field__item:first-child a::after {
  content: "\203A";
  font-size: 1.5rem;
  margin-left: 10px;
  line-height: 0.5;
}

.hero-sec-ctas .field__item:first-child a:hover {
  background-color: #9d7315;
  border-color: #9d7315;
}

.hero-sec-ctas .field__item:last-child a {
  background-color: transparent;
  color: var(--text-main);
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  padding: 14px 28px;
}

.hero-sec-ctas .field__item:last-child a:hover {
  border-color: var(--text-main);
  background-color: #f8f8f8;
}

.hero-right {
  display: flex;
  justify-content: flex-end;
}

.hero-sec-img {
  position: relative;
  width: 100%;
}

.hero-sec-img div {
  height: 100%;
}

.hero-sec-img .media--type-image {
  aspect-ratio: 4 / 5;
}

.hero-sec-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  object-fit: cover;
  display: block;
  transform: rotateY(180deg);
}

.hero-sec-img .hero-img-para {
  position: absolute;
  bottom: 32px;
  height: auto;
  left: 32px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  padding: 20px;
  border-left: 4px solid var(--accent-gold);
  color: var(--white);
  max-width: fit-content;
}

.hero-img-para p {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
  margin: 0 0 8px;
}

.hero-img-para h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 1199px) {
  .hero-sec-title {
    font-size: 4rem;
  }
}

@media (max-width: 991px) {
  .hero-sec-title {
    font-size: 3.5rem;
  }
  .hero-right {
    justify-content: center;
    margin-top: 3rem;
  }
  .hero-sec-intro p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-sec-title {
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
  .paragraph.hb {
    padding: 40px 0;
  }
  .hero-sec-ctas .field__item a {
    width: 100%;
  }
}

/* Hero Banner */

/* Marquee CSS */

.marquee-wrapper {
  background: var(--black);
  padding: 20px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

.marquee-track {
  display: inline-flex;
  align-items: center;
  animation: marquee 40s linear infinite;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 48px;
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  flex-shrink: 0;
}

.dot {
  width: 6px;
  height: 6px;
  background: var(--accent-gold);
  border-radius: 50%;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Marquee CSS */

/* Statistics Columns */

.stats-cols__content {
  padding-top: 40px;
}

.stats-cols {
  background-color: var(--white);
}

.stats-cols__row {
  flex-direction: column;
  justify-content: center;
}

.field--name-field-statistics-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 15px;
}

.paragraph--type--statistic-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.field--name-field-counter {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1;
  margin-bottom: 0.8rem;
  transition: color 0.3s ease;
}

.field--name-field-counter:hover {
  color: var(--accent-gold);
}

.field--name-field-statistics-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-para);
  letter-spacing: 2px;
  padding: 2px 6px;
}

@media (max-width: 991px) {
  .field--name-field-counter {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .field--name-field-statistics-items {
    gap: 40px;
    justify-content: space-evenly;
  }
  .field--name-field-counter {
    font-size: 2rem;
  }
  .paragraph.stats-cols {
    padding: 40px 0;
  }
}

/* Statistics Columns */

/* Four Column */

.paragraph--type--for-columns-items {
  background-color: var(--white);
  padding: 2rem;
  border-radius: 1rem;
  border: 1px solid #f3f4f6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.paragraph--type--for-columns-items:hover {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-6px);
}

.paragraph--type--for-columns-items:hover svg {
  color: var(--white) !important;
}

.four-cols__heading {
  position: sticky;
  top: 20px;
  height: max-content;
}

.four-cols__heading .section__title {
  text-align: left;
}

.four-cols__heading .four-cols__para {
  font-size: 1.15rem;
  color: #666666;
  line-height: 1.6;
}

.paragraph--type--for-columns-items .field--name-field-media-svg svg {
  width: 100%;
  height: 100%;
  color: var(--accent-gold) !important;
  transition: 0.3s ease;
}

.paragraph--type--for-columns-items .field--name-field-media-svg {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: var(--accent-light);
  border-radius: 12px;
  box-shadow: 0px 1px 4px #0000001a;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.paragraph--type--for-columns-items:hover .field--name-field-media-svg {
  background: var(--accent-gold);
  box-shadow: inset 0px 1px 4px #ffffff1a;
}

.paragraph--type--for-columns-items:hover .field--name-field-media-svg svg {
  color: var(--white) !important;
  transform: rotateY(180deg);
}

.paragraph--type--for-columns-items .field--name-field-category {
  position: absolute;
  top: 54px;
  right: 40px;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #666666;
}

.paragraph--type--for-columns-items .field--name-field-for-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.paragraph--type--for-columns-items .field--name-field-for-para {
  font-size: 15px;
  color: var(--text-para);
}

.four-cols__content {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 30px;
}

.field--name-field-for-colus-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .four-cols__content {
    grid-template-columns: 1fr;
    /* gap: 30px; */
  }
  .four-cols__heading {
    position: static;
  }
}

@media (max-width: 767px) {
  .four-cols__content {
    /* gap: 30px; */
  }
  .field--name-field-for-colus-items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Four Column */

/* Ventures Section CSS */

.paragraph.ventures {
  background-color: var(--white);
}

.field.field--name-field-venture-image {
  display: none;
}

/* Container Layout */

/* Container Layout */

.field--name-field-venture-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .field--name-field-venture-items {
    grid-template-columns: 1fr;
  }
}

/* Card Style */

.paragraph--type--ventures-items {
  position: relative;
  background: var(--white);
  border-radius: 32px;
  padding: 28px;
  height: 100%;
  overflow: hidden;
  transition: all 0.45s ease;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
}

/* Hover Effect */

.paragraph--type--ventures-items:hover {
  background: var(--black);
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

/* Title */

.field--name-field-vent-item-title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-gold);
  font-weight: 700;
  margin-bottom: 15px;
}

/* Subtitle / Company Name */

.field--name-field-vent-item-sub-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
  color: #111;
  margin-bottom: 16px;
  transition: 0.4s ease;
  text-transform: uppercase;
}

/* Paragraph Text */

.field--name-field-vent-item-para {
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-para);
  transition: 0.4s ease;
  margin-bottom: 26px;
}

/* Text Change on Hover */

.paragraph--type--ventures-items:hover .field--name-field-vent-item-sub-title {
  color: var(--white);
}

.paragraph--type--ventures-items:hover .field--name-field-vent-item-para {
  color: #cfcfcf;
}

.paragraph--type--ventures-items:hover::after {
  background: rgba(255, 255, 255, 0.15);
}

.field--name-field-ventures-category {
  margin-top: auto;
}

.field--name-field-ventures-category {
  padding-top: 20px;
  border-top: 1px solid #f3f4f6;
}

.paragraph--type--ventures-items:hover .field--name-field-ventures-category {
  border-color: #505050;
}

.field--name-field-ventures-category p {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 10px;
  color: var(--black);
  font-weight: 900;
  margin: 0;
}

.paragraph--type--ventures-items:hover p {
  color: var(--white);
}

.field--name-field-ventures-category div {
  display: flex;
  justify-content: space-between;
}

.fa-arrow-up-right-from-square {
  opacity: 0;
  color: var(--white);
  transition: 0.3s ease;
}

.paragraph--type--ventures-items:hover .fa-arrow-up-right-from-square {
  opacity: 1;
}

/* Bottom Text Example */

.paragraph--type--ventures-items .bottom-role {
  position: absolute;
  bottom: 45px;
  left: 50px;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111;
  transition: 0.4s ease;
}

.paragraph--type--ventures-items:hover .bottom-role {
  color: var(--white);
}

/* Optional Image Hover */

.field--name-field-venture-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.5s ease;
}

.paragraph--type--ventures-items:hover .field--name-field-venture-image img {
  opacity: 0.08;
  transform: scale(1.05);
}

/* Ventures Section CSS */

/* Books Section CSS */
.view_reference__content .view-books .view-content {
  padding: 0;
}

#views-bootstrap-books-block-1 {
  row-gap: 30px;
}

#views-bootstrap-books-block-1 .views-field-nothing {
  background: var(--white);
  border: 1px solid #f1f1f1;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

#views-bootstrap-books-block-1 .book-col__img {
  background: var(--bg-primary);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 0.5s ease;
}

#views-bootstrap-books-block-1 .book-col__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
}

#views-bootstrap-books-block-1 .views-field-nothing:hover .book-col__img img {
  transform: scale(1.05);
}

#views-bootstrap-books-block-1 .book-col {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#views-bootstrap-books-block-1 .book-col__title,
#views-bootstrap-books-block-1 .book-col__overview {
  padding-left: 34px;
  padding-right: 34px;
}

#views-bootstrap-books-block-1 .book-col__title {
  padding-top: 40px;
  margin-bottom: 16px;
}

#views-bootstrap-books-block-1 .book-col__title a {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
  transition: color 0.4s ease;
}

#views-bootstrap-books-block-1 .views-field-nothing:hover .book-col__title a {
  color: var(--accent-gold);
}

#views-bootstrap-books-block-1 .book-col__overview {
  padding-bottom: 34px;
}

#views-bootstrap-books-block-1 .book-col__overview p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--text-para);
  margin: 0;
}

@media (max-width: 991px) {
  #views-bootstrap-books-block-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #views-bootstrap-books-block-1 .book-col__img {
    padding: 32px;
  }
  #views-bootstrap-books-block-1 .book-col__title,
  #views-bootstrap-books-block-1 .book-col__overview {
    padding-left: 24px;
    padding-right: 24px;
  }
  #views-bootstrap-books-block-1 .book-col__title {
    padding-top: 24px;
  }
  #views-bootstrap-books-block-1 .book-col__overview {
    padding-bottom: 24px;
  }
}

/* Books Section CSS */

/* Social Responsibility Section CSS */
.social-responsibility {
  background-color: var(--white);
}
.social__respons-items {
  padding-top: 40px;
}

/* Grid Layout */
.social__respons-items .field--name-field-social-responsibility-item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card */
.social__respons-items .paragraph--type--social-responsibility-items {
  position: relative;
  background: var(--white);
  border: 1px solid #ececec;
  border-radius: 28px;
  padding: 40px;
  height: 100%;
  transition: all 0.45s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.social__respons-items
  .paragraph--type--social-responsibility-items:hover
  .field--name-field-media-svg {
  transform: rotateY(180deg);
}

.social__respons-items
  .paragraph--type--social-responsibility-items
  .field--name-field-media-svg {
  transition: 0.3s ease;
}

/* Hover Border Effect Only */
.social__respons-items .paragraph--type--social-responsibility-items:hover {
  border-color: var(--accent-gold);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Subtle Border Accent */
.social__respons-items .paragraph--type--social-responsibility-items::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  border: 1px solid transparent;
  transition: all 0.45s ease;
  pointer-events: none;
}

.social__respons-items
  .paragraph--type--social-responsibility-items:hover::before {
  border-color: rgba(184, 134, 11, 0.4);
}

/* Icon Circle */
.social__respons-items .field--name-field-social-respons-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: all 0.45s ease;
}

/* Icon Hover */
.social__respons-items
  .paragraph--type--social-responsibility-items:hover
  .field--name-field-social-respons-icon {
  background: rgba(184, 134, 11, 0.12);
}

/* SVG Icon */
.social__respons-items .field--name-field-social-respons-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--accent-gold);
  transition: all 0.45s ease;
}

/* Heading */
.social__respons-items .field--name-field-social-respons-heading {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #111;
  margin-bottom: 18px;
  transition: all 0.45s ease;
  font-family: serif;
}

/* Gold Subheading */
.social__respons-items .field--name-field-social-respons-it-para {
  font-size: 14px;
  line-height: 1.5;
  color: var(--accent-gold);
  font-weight: 500;
  margin-bottom: 8px;
  transition: all 0.45s ease;
}

/* Description */
.social__respons-items .field--name-field-social-respons-it-subpara {
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  transition: all 0.45s ease;
}

/* Optional Hover Text Enhancement */
.social__respons-items
  .paragraph--type--social-responsibility-items:hover
  .field--name-field-social-respons-heading {
  color: var(--black);
}

.social__respons-items
  .paragraph--type--social-responsibility-items:hover
  .field--name-field-social-respons-it-subpara {
  color: #444;
}

/* Responsive */
@media (max-width: 991px) {
  .social__respons-items .field--name-field-social-responsibility-item {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .social__respons-items .field--name-field-social-responsibility-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .social__respons-items .paragraph--type--social-responsibility-items {
    padding: 32px 24px;
    min-height: auto;
  }

  .social__respons-items .field--name-field-social-respons-heading {
    font-size: 22px;
  }

  .social__respons-items .field--name-field-social-respons-it-para {
    font-size: 16px;
  }

  .social__respons-items .field--name-field-social-respons-it-subpara {
    font-size: 15px;
  }
}
/* Social Responsibility Section CSS */

/* Basic Section CSS */
.paragraph--type--basic-section {
  background-color: var(--black);
}

.basic_sec {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

/* Left Side */
.basic_sec-left {
  display: flex;
  flex-direction: column;
}

/* Heading */
.basic_sec .section-title {
  margin-bottom: 40px;
}

.basic_sec .section__title {
  color: var(--white);
  text-align: left;
}

/* Highlight Text */
.basic_sec .field--name-field-section-title strong,
.basic_sec .field--name-field-section-title span {
  color: var(--accent-gold);
}

/* Button */
.basic_sec .field--name-field-section-btn {
  margin-bottom: 40px;
  margin-top: 20px;
}

.basic_sec .field--name-field-section-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 3px;
  transition: all 0.35s ease;
}

.basic_sec .field--name-field-section-btn a:hover {
  background: var(--accent-gold);
  color: var(--white);
}

/* Event List */
.basic_sec-body ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.basic_sec-body ul li {
  border: 1px solid #ffffff1c;
  padding: 14px 16px;
  color: #9ca3af;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.35s ease;
}

/* Right Side */
.basic_sec-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Thought List */
.thought-list {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

/* Thought Item */
.thought-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-left: 22px;
  border-left: 1px solid rgba(184, 134, 11, 0.4);
}

/* Number */
.thought-number {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
}

/* Thought Text */
.thought-item h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  color: var(--white);
  transition: 0.3s ease;
}

.thought-item:hover h3 {
  color: var(--accent-gold);
}

/* Responsive */
@media (max-width: 991px) {
  .basic_sec {
    grid-template-columns: 1fr;
    gap: 60px;
    padding: 80px 40px;
  }

  .basic_sec .field--name-field-section-title {
    font-size: 58px;
  }

  .thought-item h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .basic_sec {
    padding: 60px 20px;
  }

  .basic_sec .field--name-field-section-title {
    font-size: 42px;
    line-height: 1;
  }

  .basic_sec-body ul {
    grid-template-columns: 1fr;
  }

  .thought-list {
    gap: 28px;
  }

  .thought-item {
    gap: 18px;
    padding-left: 18px;
  }

  .thought-item h3 {
    font-size: 18px;
    line-height: 1.35;
  }
}
/* Basic Section CSS */

/* Get In Touch CSS */
.get_connect {
  background-color: var(--white);
}

/* Top Heading */
.get_connect-sec-top {
  margin-bottom: 40px;
}

/* Remove Card from Left Side */
.get_connect-sec-info {
  padding-right: 50px;
}

/* Left Title */
.get-connect-sec-title {
  font-size: 28px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}

/* Contact Item - Single Line Style */
.paragraph--type--get-connect-numbers {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 26px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: all 0.35s ease;
}

/* Hover Border Accent */
.paragraph--type--get-connect-numbers:hover {
  border-color: var(--accent-gold);
  padding-left: 10px;
}

/* Icon Circle */
.field--name-field-get-icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background: rgba(184, 134, 11, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

/* Icon */
.field--name-field-get-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--accent-gold);
}

/* Hover */
.paragraph--type--get-connect-numbers:hover .field--name-field-get-icon {
  background: rgba(184, 134, 11, 0.15);
  transform: scale(1.05);
}

/* Country */
.field--name-field-get-country-name {
  font-size: 13px;
  color: #777;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Number */
.field--name-field-get-connect-numbers a {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  letter-spacing: -0.5px;
  transition: color 0.3s ease;
}

.field--name-field-get-connect-numbers a:hover {
  color: var(--accent-gold);
}

/* Email */
.get-connect-sec-email {
  /* margin-top: 30px; */
  padding-top: 20px;
  /* border-top: 1px solid #e8e8e8; */
}

.get-connect-sec-email .field__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--accent-gold);
  margin-bottom: 10px;
  font-weight: 700;
}

.get-connect-sec-email .field__item {
  font-size: 20px;
  font-weight: 600;
  color: #111;
}

/* Form Card */
.get_connect-sec-form {
  background: var(--white);
  border: 1px solid #ececec;
  border-radius: 32px;
  padding: 30px 30px 14px;
  transition: all 0.4s ease;
}

.get_connect-sec-form:hover {
  border-color: var(--accent-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

/* Form Groups */
.get_connect-sec-form .form-item {
  margin: 0px 0 20px;
}

/* Labels */
.get_connect-sec-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* Inputs */
.get_connect-sec-form .form-control {
  width: 100%;
  height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding: 0 20px;
  font-size: 15px;
  background: #fafafa;
  color: #111;
  transition: all 0.3s ease;
  box-shadow: none;
}

/* Textarea */
.get_connect-sec-form textarea.form-control {
  min-height: 100px;
  padding-top: 18px;
  resize: none;
}

/* Focus */
.get_connect-sec-form .form-control:focus {
  outline: none;
  border-color: var(--accent-gold);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(184, 134, 11, 0.08);
}

/* Placeholder */
.get_connect-sec-form .form-control::placeholder {
  color: #999;
}

/* Button */
.get_connect-sec-form .form-submit {
  border: none;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--accent-gold);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.35s ease;
}

/* Button Hover */
.get_connect-sec-form .form-submit:hover {
  background: var(--black);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
  .get_connect-sec-top .section__title {
    font-size: 42px;
  }

  .get_connect-sec .row {
    gap: 40px;
  }

  .get_connect-sec-form {
    padding: 36px;
  }
}

@media (max-width: 767px) {
  .get_connect-sec-top .section__title {
    font-size: 32px;
  }

  .get_connect-sec-form {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .get-connect-sec-title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .paragraph--type--get-connect-numbers {
    gap: 16px;
    padding: 22px 0;
  }

  .field--name-field-get-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }

  .field--name-field-get-connect-numbers a {
    font-size: 18px;
  }

  .get-connect-sec-email .field__item {
    font-size: 18px;
  }

  .get_connect-sec-form .form-control {
    height: 54px;
    border-radius: 14px;
  }

  .get_connect-sec-form textarea.form-control {
    min-height: 130px;
  }

  .get_connect-sec-form .form-submit {
    width: 100%;
  }
}
/* Get In Touch CSS */

/* Footer CSS */
footer {
  background: #030712;
  padding: 60px 0 20px;
  position: relative;
}

/* Top Area */
footer .custom-grid {
  display: grid;
  row-gap: 40px;
  grid-template-columns: 50% 1fr 1fr;
}

/* Logo */
footer .site-logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: 28px;
  filter: brightness(0) invert(1);
}

/* Brand Text */
footer .field--name-body p {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  letter-spacing: 1px;
}

/* Footer Headings */
footer h5 {
  font-size: 12px;
  font-weight: 800;
  color: var(--accent-gold);
  margin-bottom: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/* Menu Lists */
footer ul.navbar-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Links */
footer nav.navigation ul.navbar-nav li.nav-item a {
  color: rgb(209 209 209);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 2px;
  transition: all 0.35s ease;
  /* display: inline-flex; */
  align-items: center;
  gap: 8px;
}

/* Hover */
footer ul li a:hover {
  color: var(--white);
  transform: translateX(6px);
}

/* Branding Side */
.footer-branding-text {
  padding-right: 60px;
}

/* Footer Menus Alignment */
.footer-quick-menu,
.social-links {
  padding-top: 10px;
}

/* Bottom Copyright Row */
footer .copyright {
  padding-top: 35px !important;
}

/* Copyright Text */
footer .copyright p {
  margin: 0;
  color: rgb(255 255 255 / 46%);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  text-align: left;
}

/* Bottom Row Layout */
footer .row:last-child {
  align-items: center;
}

/* Optional City Names Style */
.footer-cities {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}

.footer-cities span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}

/* Social Circle Icons Optional */
.footer-social-icons {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}

.footer-social-icons a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease;
}

.footer-social-icons a:hover {
  background: var(--accent-gold);
  transform: translateY(-4px);
}

/* Responsive */
@media (max-width: 991px) {
  footer {
    padding: 80px 0 30px;
  }

  footer .custom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .custom-grid .footer_items:first-child {
    grid-column: 1 / -1;
  }

  footer .row:first-child {
    gap: 50px;
  }

  .footer-branding-text {
    padding-right: 0;
  }

  footer .copyright p {
    text-align: center;
    letter-spacing: 3px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 60px 0 25px;
  }

  footer .custom-grid {
    grid-template-columns: 1fr;
  }

  footer .row:first-child {
    padding-bottom: 50px;
  }

  footer h5 {
    margin-bottom: 20px;
  }

  footer ul li a {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  footer .copyright {
    padding-top: 25px !important;
  }

  footer .copyright p {
    font-size: 10px;
    line-height: 1.8;
  }
}
/* Footer CSS */

/* Services View CSS */
.view-services .view-header {
  padding: 40px 0 30px;
}

.view-services .view-header h4 {
  font-size: 34px;
  margin-bottom: 20px;
}

.view-services .view-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 50px;
}

.service-box .views-field-nothing,
.service-box .field-content,
.service-box .services-box-list {
  height: 100%;
}

.service-box.views-row {
  width: calc(50% - 15px);
  background-color: var(--white);
  border: 1px solid #f0f0f0;
  border-radius: 28px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
  overflow: hidden;
  height: 100%;
  padding: 25px 35px;
}

.service-box:hover {
  box-shadow:
    0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
  transform: translateY(-6px);
}

.service-box .field--name-field-media-svg {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: var(--accent-light);
  border-radius: 12px;
  box-shadow: 0px 1px 4px #0000001a;
  margin-bottom: 20px;
  transition: 0.3s ease;
}

.service-box .field--name-field-media-svg svg {
  width: 100%;
  height: 100%;
  color: var(--accent-gold) !important;
  transition: 0.3s ease;
}

.service-box:hover .field--name-field-media-svg {
  background: var(--accent-gold);
  box-shadow: inset 0px 1px 4px #ffffff1a;
}

.service-box:hover .field--name-field-media-svg svg {
  color: var(--white) !important;
  transform: rotateY(180deg);
}

/* .services-box-list .card {
  background-color: var(--white) !important;
  border: 1px solid #f0f0f0 !important;
  border-radius: 28px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02) !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease !important;
  overflow: hidden;
  height: 100%;
}

.services-box-list .card:hover {
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-4px);
}

.services-box-list .card-body {
  padding: 40px !important;
  display: flex;
  flex-direction: column;
  color: var(--text-para) !important;
}

.services-box-list .border-warning {
  display: none !important;
}

.services-box-list h2.fw-bold {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
} */

.services-box h4 {
  font-size: 16px !important;
  color: var(--black) !important;
  font-weight: 600 !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
}

.services-box p {
  font-size: 16px !important;
  color: var(--text-para) !important;
  margin-bottom: 24px !important;
  line-height: 1.6 !important;
}

.services-box ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
}

.services-box ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 16px;
  font-size: 15px;
  color: #1a1a1a !important;
  line-height: 1.6;
}

/* .services-box-list .card-body a {
  display: inline-flex;
  align-items: center;
  background-color: var(--accent-gold);
  color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.services-box-list .card-body a:hover {
  background-color: #966d09;
}

.services-box-list .card-body a::after {
  content: "→";
  margin-left: 10px;
  font-size: 1rem;
  font-weight: bold;
} */

.services-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--accent-gold);
  border-radius: 50%;
}

/* .services-box-list .card-body > p:last-child {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.services-box-list .card-body > p:last-child a {
  display: inline-flex;
  align-items: center;
  background-color: var(--accent-gold) !important;
  color: var(--white) !important;
  text-decoration: none !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  transition: background-color 0.3s ease !important;
}

.services-box-list .card-body > p:last-child a:hover {
  background-color: #9a7229 !important;
}

.services-box-list .card-body > p:last-child a::after {
  content: "→";
  margin-left: 8px;
  font-size: 16px;
  font-weight: bold;
} */

@media (max-width: 768px) {
  .service-box.views-row {
    width: 100%;
  }
}

/* @media (max-width: 768px) {
  .view-services .view-content {
    gap: 12px;
  } */
/*  .services-box-list .card-body {
    padding: 30px;
  }
} */

/* Services View CSS */
