@font-face {
  font-family: 'times';
  src: url('../fonts/times');
}

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&family=Times+New+Roman&family=Helvetica+Neue&display=swap');

@font-face {
  font-family: 'Cal Bodoni Palazzo';
  src: url('../fonts/CalBodoniPalazzo-Regular.woff2') format('woff2'),
    url('../fonts/CalBodoniPalazzo-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


:root{
  --orange:#FF8F2A;
  --soft:#f7f7f7;
}

* {
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
}

html,
body 
{
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overscroll-behavior-x: none;
    overflow-inline: clip;
}

body {
    overflow: clip;
}


.nav-menu li.open > .sub-menu,
.nav-menu li .sub-menu li.open > ul,
.nav-menu li .sub-menu li ul li.open > ul {
  max-height: 1000px;
}


.main-menu1 li a.active {
  color: #FF8F2A;
}


.main-menu1 .sub-menu {
 display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 200px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  flex-direction: column;
  margin: 5px 0 0 0;      
  padding: 5px 0;         
  opacity: 0;
  pointer-events: auto;
  transition: all 0.4s ease;
}

.main-menu1 li:hover > .sub-menu {
 opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.main-menu1 li {
  position: relative;
}

.main-menu1 li a {
  display: block;
  padding: 8px 15px;      
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  transition: all 0.3s ease;
}

.main-menu1 .sub-menu li a:hover {
  background: rgba(255, 143, 42, 0.08);
  color: #FF8F2A;
  padding-left: 25px;
  border-radius: 8px;
}

.main-menu1 .sub-menu li ul {
  position: absolute;
  margin-left: 0px;
  top: 0;
  left: 100%;
  transform: translateX(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 220px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding: 5px 0;      
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.main-menu1 .sub-menu li:hover > ul {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.main-menu1 .sub-menu li ul li ul li a {
    background: #00000070;
}

.main-menu1 .sub-menu li ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}

.main-menu1 .sub-menu li ul li a:hover {
padding: 8px 15px;       
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
   background: rgba(255, 143, 42, 0.08);
  color: #FF8F2A;
}


.container {
  max-width: 1750px;
  margin: 0 auto;
  padding: 0 5rem;
  box-sizing: border-box;
}

.row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-section {
  position: relative;
  z-index: 1000;
  padding: 10px 0;
}

.head-img img {
  width: 190px;
}

.hamburger {
  font-size: 26px;
  cursor: pointer;
  display: none;
  z-index: 1100;
  color: #fff;
}

.nav-menu {
  display: flex;
  gap: 20px;
}

.nav-menu ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu ul li {
  position: relative;
}

.nav-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 1px;
  padding: 8px 15px;         
  line-height: 1.3;
}

.nav-menu ul li a:hover,
.nav-menu ul li a:active {
  color: #FF8F2A;
}

/* .dropdown > a::after,
.dropdown-sub > a::after {
  content: "▸";
  float: right;
  transition: transform 0.3s;
}

.dropdown.open > a::after,
.dropdown-sub.open > a::after {
  transform: rotate(90deg);
} */

.nav-menu ul li .sub-menu li ul {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateX(20px);
  background: rgba(252, 248, 248, 0.15);
  backdrop-filter: blur(15px);
  min-width: 190px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  z-index: 999;
  padding: 0px 0;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  color: #000;
}


@media (max-width: 1024px) {

.nav-menu ul li a.active,
.nav-menu ul li .sub-menu li a.active,
.nav-menu ul li .sub-menu li ul li a.active {
  color: #FF8F2A;
}

.nav-menu ul li .sub-menu li ul {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  border-width: 80%;
  padding-left: 10px;
  color: #ffffff;
}

.nav-menu ul li .sub-menu li.open > ul {
  max-height: 1000px;
  background: #000;
  width: 100%;
  margin: 0;
  border-radius: 0px;
}

.nav-menu ul li .sub-menu li ul li a {
  font-size: 14px;
  background: #000;
}

.main-menu1 .sub-menu li a:hover {
  border-radius: 0;
}

.nav-menu ul li .sub-menu li.open > ul {
  margin-left: 15px;
}

.nav-menu ul li.open > .sub-menu {
  max-height: 1000px;
  overflow: visible;
  margin-left: 15px;
  box-shadow: none;
}

.nav-menu ul li .sub-menu {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  background: #000;
}

.hamburger {
  display: block;
  font-size: 28px;
  padding: 10px 15px;
  color: #fff;
  cursor: pointer;
  z-index: 1100;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  color: white;
  z-index: 999;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  transition: transform 0.3s ease;
  padding-top: 60px;
}

.nav-menu.active {
  display: flex;
}

.nav-menu ul{
  gap: 15px;
}

.nav-menu ul {
  flex-direction: column;
  width: 100%;
  list-style: none;
  padding: 25px;
  margin: 0;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  border-width: 40%;
}

.nav-menu ul li.has-submenu > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 8px 15px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

/* .nav-menu ul li.has-submenu > a::after {
  content: "+";
  font-size: 22px;
  color: #FF8F2A;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s ease, content 0.3s ease;
}

  .nav-menu ul li.open > a::after {
    content: "|";
    transform: rotate(0deg);
    font-size: 12px;
  } */

  .nav-menu ul li .sub-menu {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    color: #ffffff;
  }

  .nav-menu ul li.open > .sub-menu {
    max-height: 1000px;
    width: 90%;
    padding: 10px 25px;
  }

  .nav-menu ul li .sub-menu li a {
    padding: 12px;
    font-size: 15px;
    color: #ffffff;
    background: #000;
  }

  .nav-menu ul li .sub-menu li ul {
    background: #000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .nav-menu ul li .sub-menu li.open > ul {
    max-height: 1200px;
    width: 85%;
    padding: 2px;
  }

  .nav-menu ul li .sub-menu li ul li a {
    font-size: 14px;
    color: #ffffff;
    background: #000;
  }

  .nav-menu ul li .sub-menu li a,
  .nav-menu ul li .sub-menu li ul li a {
    line-height: 1.3;
  }

  #closeBtn {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 32px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2000;
  }

  .nav-menu.active {
    display: flex !important;
  }

  .nav-menu {
    width: 100vw !important;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 60px;
    z-index: 1500;
  }

  .nav-menu ul li {
    border-width: 40%;
  }

  .nav-menu ul li .sub-menu li {
    border-width: 40%;
  }

  .nav-menu {
    background: radial-gradient(circle at top, #000, #000);
    transition: all 0.4s ease;
  }

  .nav-menu.active {
    animation: slideInMenu 0.4s ease forwards;
  }

  @keyframes slideInMenu {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-menu ul li {
    transition: all 0.3s ease;
  }

  .nav-menu ul li a {
    color: #ffffff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }

  .nav-menu ul li a:hover {
    color: #FF8F2A;
  }

  .nav-menu ul li.has-submenu > a::after {
    color: #FF8F2A;
  }

  .nav-menu ul li.open > a::after {
    transform: rotate(90deg);
  }

  .nav-menu ul li .sub-menu {
    background: #000;
    transition: max-height 0.5s ease, opacity 0.3s ease;
    opacity: 0;
    margin-left: 10px;
    border-radius: 0 0 12px 12px;
  }

  .nav-menu ul li.open > .sub-menu {
    max-height: 1500px;
    opacity: 1;
    padding: 1px 0;
  }

  .nav-menu ul li .sub-menu li a {
    padding: 12px 25px;
    background: transparent;
    display: block;
    transition: all 0.3s ease;
  }

  .nav-menu ul li .sub-menu li a:hover {
    color: #FF8F2A;
    border-radius: 6px;
    padding-left: 35px;
  }

  .nav-menu ul li .sub-menu li ul {
    margin-left: 20px;
  }

  .nav-menu ul li .sub-menu li.open > ul {
    max-height: 1100px;
    border-bottom: 1px solid #333232;
  }

  .nav-menu ul li .sub-menu li ul li a {
    padding: 10px 35px;
    transition: all 0.3s ease;
  }

  .nav-menu ul li .sub-menu li ul li a:hover {
    color: #FF8F2A;
  }

  #closeBtn {
    transition: transform 0.3s ease, color 0.3s ease;
  }

  #closeBtn:hover {
    color: #FF8F2A;
    transform: rotate(90deg);
  }

  
  .nav-menu ul li .sub-menu li.has-submenu > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 12px 25px;
    font-size: 17px;
    color: #ffffff;
    background: transparent;
    position: relative;
  }

  /* .nav-menu ul li .sub-menu li.has-submenu > a::after {
    content: "+";
    font-size: 18px;
    color: #FF8F2A;
    margin-left: auto;
    flex-shrink: 0;
    transition: transform 0.3s ease, content 0.3s ease;
  }

  .nav-menu ul li .sub-menu li.open > a::after {
    content: "|";
    font-size: 12px;
  } */

  .nav-menu ul li {
  margin: 0;
  padding: 0;
}


.nav-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  /* background: rgba(252, 248, 248, 0.15); */
  backdrop-filter: blur(15px);
  min-width: 220px;
  border-radius: 12px;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25); */
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  padding: 0;  
  margin: 0;  
}


.nav-menu ul li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0); 
}
}

span#closeBtn {
  display: none;
}

.about-hero {
    position: relative;
    width: 100%;
    height: 450px;
    background-image: url("../images/about-us-banner.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* overflow: hidden; */
}

.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}

.about-hero > * {
    position: relative;
    z-index: 2;
}



.about-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}

.about-logo {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.about-nav-links {
    display: flex;
    gap: 30px;
    list-style-type: none;
}

.about-nav-links a {
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1px;
}

.about-nav-links a:hover {
    color: #f57c00;
}

.about-nav-links a.active {
    color: #FF8F2A;
}

/* Hamburger Button */

.about-hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.about-hamburger span {
    height: 3px;
    width: 25px;
    background: white;
    margin: 4px 0;
    transition: 0.3s;
}


/* Centered Heading */

.about-hero-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: #fff;
    /* font-weight: 600; */
    text-align: center;
    font-family: "Libre Bodoni", serif;
}

.about-highlight {
    color: #FF8F2A;
    font-weight: 510;
    font-family: 'times-italic';
}

.about-logo img {
    width: 180px
}

/* Architectural-section */

.Architectural-section {
    padding: 60px 40px;
}

.split-heading {
    font-size: 4.6rem;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #00262C;
    max-width: 1500px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow: visible;
    letter-spacing: 1px;
}

.Architectural-image-box img {
    width: 100%;
    border-radius: 10px;
    border-radius: 14px;
}

.Architectural-subheading {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 2.0rem;
    line-height: 1.2;
    margin-top: 30px;
    max-width: 1250px;
    letter-spacing: 1px;
}

.Architectural-subheading b {
    font-weight: 300;
    color: #00262C;
}

.Architectural-subheading span {
    color: #A6A6A6;
    font-weight: 400;
}

.Architectural-highlight {
    color: #FF8F2A;
    font-weight: 510;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* about-section */

.about-section {
    padding: 0px 0px 40px;
}

.about-heading {
    font-size: 3.6rem;
    margin-bottom: 40px;
    font-weight: 600;
    color: #00262C;
    text-align: left;
}

.about-highlight {
    color: #f57c00;
    font-style: italic;
}

.about-images {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 40px;
}

/* text box */

.about-text {
    flex: 1;
    min-width: 280px;
    margin-right: 60px;
}

.about-content {
    font-size: 1.3em;
    line-height: 1.6;
    color: #A6A6A6;
    max-width: 700px;
    text-align: justify;
}

/* images ek line me hi */
/* .about-image-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: nowrap;
}

.about-small-img img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.about-large-img img {
    width: 450px;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

@keyframes appear {
    from {
        opacity: 0;
        clip-path: inset(0 100% 100% 0);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.about-small-img,
.about-large-img {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
} */


/* Responsive adjustments */
@media (max-width: 1024px) {
    .about-images {
        flex-direction: column;
    }

    .about-text {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about-image-group {
        justify-content: center;
        gap: 15px;
    }

    .about-large-img img {
        width: 300px;
        height: 300px;
    }

    .about-small-img img {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 768px) {
    .about-content {
        font-size: 18px;
    }

    .about-images {
        gap: 2px;
    }
}

@media (max-width: 600px) {

    .about-section {
        padding: 40px 0px;
    }

    .about-heading {
        margin-bottom: 15px;
    }

    .about-heading {
        font-size: 2.2rem;
    }

    .about-content {
        font-size: 15px;
    }

    .about-image-group {
        justify-content: center;
        gap: 10px;
    }

    .about-large-img img {
        width: 200px;
        height: 215px;
    }

    .about-small-img img {
        width: 120px;
        height: 120px;
    }
}


/* our-vision */

.vision-section {
    padding: 80px 20px;
}

.vision-heading {
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #00262C;
    text-align: center;
   font-family: 'Helvetica Neue', Arial, sans-serif;
   letter-spacing: 1px;
}

.vision-highlight {
    color: #f57c00;
    font-style: italic;
    /* font-family: 'times-italic'; */
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.vision-content {
    font-size: 23px;
    color: #00262C;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: center;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* .vision-images {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.small-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.large-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}


@keyframes appear {
    from {
        opacity: 0;
        clip-path: inset(0 100% 100% 0);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.small-img,
.large-img {
    animation: image linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
} */



/* our-mission */

.mission-section {
    padding: 80px 20px;
}

.mission-heading {
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #00262C;
    text-align: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.mission-highlight {
    color: #f57c00;
    /* font-family: 'times-italic'; */
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.mission-content {
    font-size: 23px;
    color: #00262C;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: left;
     font-family: 'Helvetica Neue', Arial, sans-serif;
     max-width: 1000px;
}

.mission-images {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.mission-small-img img {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.mission-large-img img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

/* @keyframes image {
    from {
        opacity: 0;
        clip-path: inset(0 0 100% 100%);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.mission-small-img,
.mission-large-img {
    animation: image linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
} */

@keyframes image {
    from {
        opacity: 0;
        clip-path: inset(0 0 100% 100%);
    }

    to {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}

.mission-small-img,
.mission-large-img  {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}



/* team-sections */

.team-container {
    padding: 100px 20px;
}

.team-heading {
    margin-bottom: 50px;
}

.team-heading h2 {
    font-size: 4rem;
    color: #00262C;
    margin-bottom: 25px;
    line-height: 110%;
    max-width: 850px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1PX;
}

.team-heading p {
    color: #A6A6A6;
    font-size: 20px;
    line-height: 1.5;
    max-width: 600px;
     font-family: 'Helvetica Neue', Arial, sans-serif;
}

.team-cards {
    display: flex;
    gap: 45px;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.team-card {
    /* background: #ffffff; */
    border-radius: 12px;
    overflow: hidden;
    flex: 1 1 calc(33.33% - 20px);
    min-width: 250px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

/* .team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
} */

.team-card img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

.team-card-info {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.team-name-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team-name-social h4 {
    margin: 0;
    font-size: 30px;
    /* font-weight: 600; */
    color: #00262C;
    line-height: 1.5;
     font-family: 'Helvetica Neue', Arial, sans-serif
}

.team-card-info p {
    margin: 5px 0 0;
    font-size: 18px;
    color: #A6A6A6;
    line-height: 1.5;
     font-family: 'Helvetica Neue', Arial, sans-serif
}

.team-social-icons i {
    margin-left: 20px;
    font-size: 25px;
    color: #00262C;
    cursor: pointer;
}


/* testimonial-section */

.testimonial-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 60px 20px;
}

.testimonial-header h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
    line-height: 1.3;
    color: #00262C;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1px;
}

.testimonial-header p {
    color: #A6A6A6;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.5;
    max-width: 620px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.testimonial-arrows {
    display: flex;
    gap: 15px;
}

.testimonial-arrow {
    background: none;
    border: 1px solid #E0E0E0;
    color: #E0E0E0;
    font-size: 24px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-arrow:hover {
    border: 2px solid #FF8F2B;
    color: #FF8F2B;
}

.testimonial-carousel {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    width: 100%;
    margin-bottom: 200px;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

.testimonial-card {
    flex: 0 0 19.333%;
    background-color: #f5f8f6;
    padding: 50px;
    border-radius: 16px;
    opacity: 0.5;
    transform: scale(0.95);
    transition: all 0.4s ease;
    filter: blur(2px);
    cursor: pointer;
}

.testimonial-card.active {
    opacity: 1;
    transform: scale(1);
    background-color: #F2F4F0;
    filter: none;
}

.stars {
    color: #fcb900;
    font-size: 3.2rem;
    margin-bottom: 10px;
}

.testimonial-card p {
    margin-bottom: 45px;
    line-height: 1.5;
    font-size: 22px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.testimonial-card strong {
    font-weight: bold;
    display: block;
    font-size: 25px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
    will-change: transform;
}

.testimonial-carousel {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: center;
}

/* inquiry-section */

.inquiry {
    margin: 0;
    background-color: #F2F4F0;
    color: #062b2f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 850px;
    /* margin-top: 100px; */
}

.inquiry-section {
    text-align: center;
}

.inquiry-section h2 {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1px;
    overflow: visible;
    max-width: 1550px;
}

.inquiry-section p {
    font-size: 1.2rem;
    color: #00262C;
    margin-bottom: 25px;
    line-height: 1.6rem;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 1200px;
  margin: 0 auto 25px; 
  text-align: center;
}
.glow-button {
    position: relative;
    font-size: 14px;
    color: white;
    background: #FF8F2B;
    border: none;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    width: 130px;
    text-align: center;
    height: 48px;
    justify-content: center;
    letter-spacing: 1px;
}

.glow-button span {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease, filter 0.3s ease;
}

.glow-button .icon {
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
}

/* .glow-button::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 999px;
    background: conic-gradient(from 0deg,
        #FF8F2B 0%,
        #ffc382 25%,
        #FF8F2B 50%,
        #ffbc7a 75%,
        #FF8F2B 100%);
    z-index: 0;
    opacity: 0;
    transform: rotate(0deg);
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.glow-button::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    background: #FF8F2B;
    border-radius: 999px;
    z-index: 1;
    pointer-events: none;
}

.glow-button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px #FF8F2Baa;
}

.glow-button:hover::before {
    opacity: 1;
    animation: spinBorder 3s linear infinite, pulseGlow 1.5s ease-in-out infinite;
}

.glow-button:hover span {
    filter: brightness(1.3);
}

@keyframes spinBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseGlow {

    0%,
    100% {
        filter: brightness(1.1) drop-shadow(0 0 6px #FF8F2B);
    }

    50% {
        filter: brightness(1.6) drop-shadow(0 0 16px #ffc382);
    }
} */

/* footer section */

.footer-section {
    background-color: #f8f8f8;
    padding: 60px 0 20px;
    /* font-family: "cal bodoni palazzo", serif; */
}

.footer-grid {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    padding-bottom: 60px;
}

.footer-box {
    width: 20%;
}

.footer-box.footer-logo-box {
    width: 30%;
}

.footer-box.footer-logo-box a {
    color: #fff;
}

.footer-logo-box img {
    width: 140px;
    margin-bottom: 15px;
}

.footer-box h4 {
    font-size: 18px;
    margin: 12px 0;
    color: #00262C;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    
}

.footer-box p,
.footer-box ul li a {
    font-size: 18px;
    text-decoration: none;
    line-height: 1.6;
    /* font-family: 'SaansTRIAL-Medium'; */
}

/* .footer-box.footer-logo-box p {
    color: #00262C;
    max-width: 280px;

    font-weight: 600;
    padding-bottom: 20px;
} */

.footer-box p,
.footer-box ul li a,
.footer-box a {
    color: #A6A6A6;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 8px;
}

.footer-bottom {
    margin-top: 30px;
    text-align: center;
}

/* Social Icons With Effects */

.social-icons {
    display: flex;
    /* justify-content: center; */
    gap: 15px;
    padding: 0;
    margin-bottom: 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
}

.social-icons a i {
    position: relative;
    color: #262626;
    transition: 0.5s;
    z-index: 3;
}

.social-icons a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 2;
}

.social-icons a:hover::before {
    top: 0;
}

/* Specific icon backgrounds */
/* .social-icons a:nth-child(1)::before {
    background: #55acee;
    Twitter
} */

.social-icons a:nth-child(1)::before {
    background: #3b5999;
    /* Facebook */
}

.social-icons a:nth-child(2)::before {
    background: #0077b5;
    /* LinkedIn */
}

.social-icons a:nth-child(3)::before {
    background: #ff0000;
    /* YouTube */
}

.social-icons a:nth-child(4)::before {
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    /* Instagram */
}

.copyright {
    text-align: center;
    font-size: 15px;
    color: #A6A6A6;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #eee;
  flex-wrap: wrap;
}

.footer-spacer {
  flex: 1;
} /* Left side empty */

.footer-center {
  flex: 1;
  text-align: center;
}

.footer-center p {
  margin: 0;
  font-size: 18px;
  color: #A6A6A6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-right {
  flex: 1;
  text-align: right;
}

.footer-right a {
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 18px;
  color: #A6A6A6;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.footer-right a:hover {
  color: #ff9f43;
}

/* Responsive: Stack vertically on mobile */
@media (max-width: 768px) {
  .footer-bottom-bar {
    flex-direction: column;
    text-align: center;
  }

  .footer-right {
    margin-top: 10px;
    text-align: center;
  }

  .footer-right a {
    margin: 0 10px;
  }

  .footer-spacer {
    display: none;
  }
}

@media (max-width: 768px){
  .footer-right{
    display: flex;
  }
}


/* .Inquiries {
    padding-top: 30px;
} */

/* responsive-laptop  */

@media (max-width: 1024px) {

    /* about-hero-section */

    .about-hero {
        height: 450px;
    }

    .about-hero-heading {
        font-size: 3.8rem;
    }

    /* Architectural-section */

    .split-heading {
        font-size: 4.6rem;
        max-width: 650PX;
    }

    .Architectural-subheading {
        font-size: 2.2rem;
    }

    /* vision-section */

    .vision-section {
        padding: 50px 20px 15px;
    }

    .vision-heading {
        font-size: 3.1rem;
    }

    .vision-content {
        font-size: 21px;
    }

    .small-img img {
        width: 280px;
        height: 280px;
    }

    .large-img img {
        width: 440px;
        height: 440px;
    }

    /* mission-section */

    .mission-heading {
        font-size: 3.1rem;
    }

    .mission-content {
        font-size: 21px;
    }

    .mission-small-img img {
        width: 280px;
        height: 280px;
    }

    .mission-large-img img {
        width: 440px;
        height: 440px;
    }

    /* team-sections */

    .team-container {
        padding: 50px 20px;
    }

    .team-heading {
        margin-bottom: 50px;
    }

    .team-card img {
        width: 100%;
        height: 308px;
    }

    .team-name-social h4 {
        font-size: 22px;
    }

    .team-card-info p {
        font-size: 15px;
    }

    .team-social-icons i {
        margin-left: 20px;
        font-size: 25px;
        color: #00262C;
        cursor: pointer;
    }

    .team-social-icons i {
        margin-left: 10px;
        font-size: 20px;
        color: #00262C;
        cursor: pointer;
    }

    /* .testimonial-section */

    .testimonial-header h2 {
        font-size: 3.1rem;
    }

    .testimonial-header p {
        font-size: 21px;
    }

    /* inquiry-section */

    .inquiry {
        height: 800px;
    }

    .inquiry-section h2 {
        font-size: 4.1rem;
    }

    /* footer section */

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        gap: 20px;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 10px;
        width: 125%;
    }
}




/* tablet-responsive */

@media (max-width: 768px) {


    /* about-us-hero-section */

    .about-nav-links {
        position: absolute;
        top: 70px;
        right: 0;
        background-color: #ffffff;
        flex-direction: column;
        width: 150px;
        margin: 20px;
        display: none;
    }

    .about-hero {
        height: 300px;
    }


    .about-nav-links a {
        text-align: center;
    }

    .about-nav-links.active {
        display: flex;
    }

    .about-hamburger {
        display: flex;
    }

    .about-hero-heading {
        font-size: 45px;
        padding: 0 20px;
    }

    /* Architectural-section */

    .split-heading {
        font-size: 2.9rem;
        max-width: 600px;
    }

    .Architectural-subheading {
        font-size: 1.7rem;
    }

    .Architectural-section {
        padding: 70px 5px 30px;
    }



    /* vision-section */

    .vision-heading {
        font-size: 2.9rem;
    }

    .vision-content {
        font-size: 16px;
    }

    .small-img img {
        width: 200px;
        height: 200px;
    }

    .large-img img {
        width: 300px;
        height: 300px;
    }


    /* mission-section */

    .mission-heading {
        font-size: 2.9rem;
    }

    .mission-content {
        font-size: 16px;
    }

    .mission-small-img img {
        width: 200px;
        height: 200px;
    }

    .mission-large-img img {
        width: 300px;
        height: 300px;
    }

    /* team-section */

    .team-container {
        padding: 20px;
    }

    .team-heading h2 {
        font-size: 2.9rem;
        max-width: 550px;
    }

    .team-heading p {
        font-size: 18px;
        max-width: 500px;
    }

    .team-card {
        min-width: 170px;
    }

    .team-cards {
        gap: 15px;
    }

    .team-card-info {
        padding: 15px 8px;
    }

    .team-name-social h4 {
        font-size: 16px;
    }

    .team-card-info p {
        font-size: 12px;
    }

    .team-card img {
        width: 100%;
        height: auto;
    }

    .team-social-icons i {
        margin-left: 2px;
        font-size: 15px;
        color: #00262C;
        cursor: pointer;
        /* testimonial-section */
    }

    .testimonial-header-row {
        padding: 40px 20px;
    }

    .testimonial-header h2 {
        font-size: 2.9rem;
    }

    .testimonial-header p {
        font-size: 20px;
        margin-bottom: 20px;
        max-width: 550px;
    }

    .testimonial-carousel {
        margin-bottom: 50px;
    }


    .testimonial-card {
        flex: 0 0 15.11%;
        padding: 20px;
    }


    /* inquiry-section */

    .inquiry {
        height: 550px;
    }

    .inquiry-section h2 {
        font-size: 3.1rem;
    }


    /* footer-section */

    .footer-box p,
    .footer-box ul li a {
        font-size: 15px;
    }

    .footer-box {
        width: 32%;
    }

    .footer-box.footer-logo-box p {
        margin: 0 auto;
    }

    .social-icons {
        text-align: center;
    }

    .footer-grid {
        gap: 10px;
    }

    .footer-box.footer-logo-box {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .footer-logo-bottom img {
        width: 120px;
    }

    .footer-box.footer-logo-box p {
        max-width: 100%;
        text-align: center;
    }

}

@media (max-width: 500px) {
    .glow-button {
        width: 100px;
        text-align: center;
        height: 35px;
        font-size: 12px;
    }
}


/* mobile-responsive */

@media (max-width: 560px) {

    .container {
        padding: 0 20px;
    }


    /* about-hero-section */

    .about-hero {
        height: 200px;
    }

    .about-hero-heading {
        font-size: 2.0rem;
    }

    .about-navbar {
        padding: 15px;
    }

    .about-logo img {
        width: 90px;
    }


    /* Architectural-section */

    .split-heading {
        font-size: 1.8rem;
        max-width: 350px;
    }

    .Architectural-subheading {
        font-size: 16px;
    }

    .Architectural-section {
        padding: 30px 20px 10px;
    }

    /* our-vision */

    .vision-section {
        padding-bottom: 1px;
    }

    .vision-section {
        padding-top: 25px;
    }

    .vision-heading {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }

    .vision-content {
        font-size: 10px;
        margin-bottom: 18px;
    }

    .vision-images {
        gap: 10px;
    }

    .small-img img {
        width: 120px;
        height: 120px;
    }

    .large-img img {
        width: 220px;
        height: 220px;
    }

    /* our-mission */

    .mission-section {
        padding-top: 50px;
    }

    .mission-heading {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }

    .mission-content {
        font-size: 10px;
        margin-bottom: 18px;
    }

    .mission-images {
        gap: 10px;
    }

    .mission-small-img img {
        width: 120px;
        height: 120px;
    }

    .mission-large-img img {
        width: 220px;
        height: 220px;
    }

    /* team-sections */

    .team-heading h2 {
        font-size: 2rem;
        margin-bottom: 10px;
        max-width: 500px;
    }

    .team-heading {
        margin-bottom: 1px;
    }

    .team-heading p {
        font-size: 11px;
        line-height: 1.5;
        margin-bottom: 20px;
        max-width: 380px;
    }

    .team-card {
        max-width: 80%;
    }

    .team-cards {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-card {
        flex: 1 1 100%;
    }

    .team-heading p {
        font-size: 16px;
    }

    /* testimonial-section */

    .testimonial-header h2 {
        font-size: 1.8rem;
        padding-top: 50px;
    }

    .testimonial-header p {
        font-size: 15px;
        max-width: 300px;
    }

    .testimonial-arrow {
        width: 40px;
        height: 40px;
    }

    .testimonial-card {
        flex: 0 0 12.11%;
        padding: 20px;
    }

    .testimonial-card p {
        font-size: 12px;
    }

    .testimonial-card strong {
        font-size: 16px;
    }

    .stars {
        font-size: 2rem;
    }

    /* inquiry-section */

    .inquiry {
        height: 400px;
    }

    .inquiry-section {
        padding: 25px;
        margin-top: 5px;
    }

    .inquiry-section h2 {
        font-size: 1.7rem;
    }

    .inquiry-section p {
        font-size: 0.8rem;
    }


    /* footer section */

    .footer-grid {
        flex-direction: column;
        text-align: center;
    }

    .footer-box,
    .footer-box.footer-logo-box {
        margin-bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .footer-section {
        padding: 30px 0;
    }

    /* .inquiry-btn {
        width: 33%;
        padding: 10px;
    } */

    .copyright {
        font-size: 12px;
    }

    .social-icons {
        width: 100%;
    }
}



/* animation-css */

.split-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.split-visible .split-word {
    opacity: 1;
    transform: translateY(0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
}

.split-word {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

.split-visible .split-word {
    opacity: 1;
    transform: translateY(0);
}



h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
    line-height: 1.4;
}

.word {
    display: inline-block;
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
    /* margin-right: 6px; */
}

.word.visible {
    opacity: 1;
    transform: translateY(0);
}

.line {
    display: block;
}

/* image-animation */

.image-anim {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    cursor: pointer;
}

.tile {
    background-image: url("../images/section-2.png");
    background-size: 1000% 1000%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.image-grid:hover .tile {
    opacity: 1;
}  



/* === Inquiry Popup Styles === */
.inquiry-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  display: flex; /* ✅ use flex for centering */
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.inquiry-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.inquiry-popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  animation: scaleIn 0.3s ease;
}

.inquiry-popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
  color: #222;
}

.inquiry-popup-content label {
  display: block;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.inquiry-popup-content input,
.inquiry-popup-content textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease;
}

.inquiry-popup-content input:focus,
.inquiry-popup-content textarea:focus {
  border-color: #ff9f43;
}

.submit-btn {
  background: #ff9f43;
  color: #fff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #e7892c;
}

.close-popup {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  color: #333;
  cursor: pointer;
}

@keyframes scaleIn {
  from { transform: scale(0.9); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}


/* ---------- NEW Submenu Toggle System ---------- */

/* Remove old arrow icons completely */
.nav-menu ul li.has-submenu > a::after,
.nav-menu ul li.open > a::after,
.nav-menu ul li .sub-menu li.has-submenu > a::after,
.nav-menu ul li .sub-menu li.open > a::after {
  content: none !important;
}

/* Toggle icon base style */
.submenu-toggle {
  display: none;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  user-select: none;
}

/* Show toggle on mobile */
@media (max-width: 1024px) {
  .submenu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 22px;
  }

  /* Rotate or change color when submenu is open */
  .nav-menu li.open > .submenu-toggle {
    color: #FF8F2A;
    transform: translateY(-50%) rotate(180deg);
  }

  /* Mobile submenu animation */
  .nav-menu li .sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    background: #000;
    /* border-left: 1px solid #333; */
  }

  .nav-menu li.open > .sub-menu {
    max-height: 800px;
    opacity: 1;
    padding: 5px 0;
  }

  .nav-menu li .sub-menu li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    display: block;
    transition: all 0.3s ease;
  }

  .nav-menu li .sub-menu li a:hover {
    color: #FF8F2A;
    padding-left: 35px;
  }
}



/* team-groups-section */

.team-groups-section {
  padding: 60px 0;
  background: #f5f5f5 url('https://pacificacompanies.com/wp-content/themes/pacifica/images/bg-texture.jpg') repeat;
  background-size: cover;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #00262C;
}

.team-group-block {
  width: 70%;
  margin: 0 auto 60px auto; 
  background: #fff;
  border-radius: 12px;
  padding: 40px 50px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.team-group-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #00262C;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
  text-align: center;
}

.team-group-line {
  width: 100px;
  height: 2px;
  background: #c6a34f;
  margin: 15px auto 25px auto;
}

.team-members-grid p {
  font-size: 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #00262C;
  margin: 0 0 10px 0;
  line-height: 1.6;
  text-align: center;
}

.principals-grid {
  /* display: grid; */
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  justify-content: center;
  align-items: start;
}

.team-column p {
  font-size: 20px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  text-align: center;
}



/* ===== Responsive ===== */
@media (max-width: 1024px) {
  .team-group-block {
    width: 85%;
    padding: 30px 40px;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 768px) {
  .team-group-block {
    width: 95%;
    padding: 25px 25px;
  }

  .principals-grid {
    grid-template-columns: 1fr;
  }

  .team-column p {
    text-align: center;
  }

  .team-members-grid p{
    font-size: 17px;
  }

  .team-group-title{
    font-size: 20px;
  }
}



/* --- Simple Founder Section --- */
.simple-founder-section {
    padding: 40px 0;
}

.simple-founder-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* LEFT SIDE STATIC IMAGE */
.left-static {
    flex: 0 0 40%;
}

.left-static img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* RIGHT SLIDER AREA */
.right-slider {
    flex: 0 0 60%;
    position: relative;
}

/* Each Slide */
.right-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.right-slide.active {
    display: block;
    opacity: 1;
}

/* Heading */
.right-slide h2 {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00262C;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* Description */
.right-slide p {
    font-size: 20px;
    line-height: 1.6;
    color: #00262C;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ARROWS */
.slide-arrows {
    margin-top: 20px;
    display: flex;
    gap: 12px;
}

.slide-arrows button {
    background: #00262C;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
}

.slide-arrows button:hover {
    background: #00414A;
}   

/* MOBILE */
@media(max-width: 768px) {
    .simple-founder-container {
        flex-direction: column;
    }

    .left-static, .right-slider {
        flex: 100%;
    }

    .simple-founder-section{
        padding: 0;
    }

    .right-slide h2 {
        font-size: 25px;
    }

    .right-slide p{
        font-size: 15px;
    }
}






.mission-section {
    padding: 80px 20px;
}

.mission-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.mission-left {
    flex: 1;
}

.mission-right {
    flex: 1;
    text-align: center;
}

.mission-video {
    width: 100%;
    max-width: 650px;
    border-radius: 20px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
}

/* Your Existing CSS */
.mission-heading {
    font-size: 3.6rem;
    margin-bottom: 20px;
    font-weight: 600;
    color: #00262C;
    text-align: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.mission-content {
    font-size: 23px;
    color: #00262C;
    margin-bottom: 40px;
    line-height: 1.5;
    text-align: left;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: 1000px;
}

/* Responsive */
@media(max-width: 900px) {
    .mission-container {
        flex-direction: column;
        text-align: center;
    }

    .mission-right {
        text-align: center;
    }

    .mission-video {
        max-width: 100%;
    }
}







.no-js .reveal,
.no-js .fade-left,
.no-js .fade-right{
  opacity:1;
  transform:none;
}




/* ================= SECTION 1 ================= */
.standard{
  max-width:1100px;
  margin:auto;
  text-align:center;
  padding: 150px 0;
}

.standard h2{
  font-size:66px;
  margin-bottom:30px;
  color: #00262C;
}

.standard p{
  font-size: 20px;
    line-height: 1.7;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ================= VISION ================= */
/* ================= VISION ================= */
.vision1-section{
  background: var(--soft);
  padding: 120px 8%;
}

.vision1-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr; /* ✅ 50% / 50% */
  gap: 60px;                      /* controlled spacing */
  align-items: center;            /* vertical center */
  max-width: 1200px;
  margin: 0 auto 90px;
}

/* LEFT IMAGE */
.vision1-image{
  display: flex;
  justify-content: center;
  align-items: center;
}

.vision1-image img{
  width: 100%;
  max-width: 700px;
  border-radius: 24px;
  filter: grayscale(100%);
  transition: .7s ease;
}

.vision1-image img:hover{
  filter: grayscale(0);
  transform: scale(1.04);
}

/* RIGHT CONTENT */
.vision1-content{
  display: flex;
  flex-direction: column;
  justify-content: center; /* vertical center */
  max-width: 700px;
}

.vision1-content h2{
  font-size: 44px;
  line-height: 1.3;
}

.vision1-content span{
  color: var(--orange);
}

.vision1-content p{
  font-size: 20px;
    line-height: 1.7;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}


/* ================= NUMBERS STRIP ================= */
:root{
  --orange:#FF8F2A;
}

/* Strip */
.numbers-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:60px;
  padding:90px 0;
  margin-bottom:140px;
  border-top:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
}

/* Box */
.number-box{
  text-align:center;
  position:relative;
}

/* Counter */
.number-box h3{
  font-size:58px;
  font-weight:600;
  color:var(--orange);
  line-height:1;
  margin-bottom:18px;
}

/* Small underline */
.number-box .line{
  display:block;
  width:40px;
  height:2px;
  background:var(--orange);
  margin:0 auto 16px;
  opacity:.6;
}

/* Label */
.number-box p{
  font-size: 18px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #00262C;
    font-weight: 500;
}

/* Vertical divider (except last) */
.number-box:not(:last-child)::after{
  content:"";
  position:absolute;
  top:10%;
  right:-30px;
  width:1px;
  height:80%;
  background:#e5e5e5;
}

/* Hover micro-interaction */
.number-box:hover h3{
  transform:translateY(-4px);
}

.number-box h3,
.number-box .line{
  transition:all .4s ease;
}

@media(max-width:1024px){
  .numbers-strip{
    grid-template-columns:repeat(2,1fr);
    gap:50px;
  }

  .number-box:not(:last-child)::after{
    display:none;
  }
}

@media(max-width:600px){
  .numbers-strip{
    grid-template-columns:1fr;
    text-align:center;
  }

  .number-box h3{
    font-size:48px;
  }
}


/* ================= PHILOSOPHY (CENTER CARD) ================= */
/* .philosophy{
  max-width:900px;
  margin:0 auto 0px;
  padding:80px 90px;
  text-align:center;
  background:#fff;
  border-radius:30px;
  box-shadow:0 50px 140px rgba(0,0,0,.08);
}

.philosophy h2{
  font-size:50px;
}

.philosophy h3{
  font-size:30px;
  font-weight:500;
  margin:15px 0 45px;
  color:var(--orange);
}

.philosophy ul{
  max-width:520px;
  margin:0 auto;
}

.philosophy li{
  font-size:20px;
  padding:14px 0;
  border-bottom:1px solid #eee;
}

.closing{
  margin-top:45px;
      font-size: 20px;
    line-height: 1.7;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
} */

/* ================= PHILOSOPHY (CENTER CARD) ================= */
.philosophy{
  max-width:1400px;
  margin:0 auto;
  padding:80px 90px;
  text-align:center;
  background:#fff;
  border-radius:30px;
  box-shadow:0 50px 140px rgba(0,0,0,.08);
}

/* ===== Heading Box (Bordered) ===== */
.philosophyh2{
  font-size:48px;
  /* display:inline-block; */
  padding:1px 40px;
  border-radius:20px;
  /* margin-bottom:20px; */
  text-align: center;
}

.philosophy h2{
  font-size:45px;
  /* display:inline-block; */
  padding:1px 40px;
  border-radius:20px;
  margin-bottom:35px;
  text-align: center;
  color:#ff8a1f; /* orange */
}

/* ===== Subheading ===== */
.philosophyh3{
  font-size:28px;
  font-weight:500;
  margin:10px 0 80px;
  color:#ff8a1f; /* orange */
  text-align: center;
}

/* ===== Verticals Single Line ===== */
.philosophy ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:12px;
  list-style:none;
  padding:0;
  margin:0 auto 40px;
  max-width:100%;
}

.philosophy li{
  font-size:18px;
  padding:0 14px;
  border:none;
  position:relative;
}

/* Vertical | separator */
.philosophy li:not(:last-child)::after{
  content:"|";
  position:absolute;
  right:-8px;
  color:#ccc;
}

/* ===== Closing Text ===== */
.closing{
  margin-top:35px;
  font-size:18px;
  line-height:1.7;
  color:#555;
  max-width:720px;
  margin-left:auto;
  margin-right:auto;
}

@media(max-width:768px){
  .philosophyh2{
    font-size:34px;
    padding:0px;
  }

  .philosophy ul{
    gap:8px;
  }

  .philosophy li{
    font-size:16px;
  }
}


/* ================= BEFORE / AFTER – UNIQUE SPLIT ================= */
.montage{
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  border-radius:32px;
  overflow:hidden;
  position:relative;
  box-shadow:0 60px 160px rgba(0,0,0,.12);
}

.montage::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  background:rgba(255,255,255,.6);
  z-index:5;
}

.montage-card{
  height:460px;
  padding:40px;
  display:flex;
  align-items:flex-end;
  font-size:26px;
  font-weight:600;
  color:#fff;
  background-size:cover;
  background-position:center;
  position:relative;
  transition:.9s ease;
}

.montage-card:hover{
  transform:scale(1.06);
}

.montage-card span{
  position:relative;
  z-index:3;
  background:rgba(0,0,0,.6);
  padding:10px 28px;
  border-radius:40px;
  font-size:14px;
  letter-spacing:2px;
}

.montage-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    to top,
    rgba(0,0,0,.75),
    transparent
  );
}

.montage-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.montage-card.before{
  filter:grayscale(70%) brightness(.9);
}

.montage-card.after{
  filter:brightness(1.05);
}


:root{
  --orange:#FF8F2A;
}

/* ================= VALUES ================= */
.values{
  position:relative;
  padding:110px 8%;
  padding-bottom: 100px;
  background:
    radial-gradient(circle at top left, rgba(255,143,42,.08), transparent 45%),
    radial-gradient(circle at bottom right, rgba(255,143,42,.05), transparent 40%),
    #fff;
}

/* ================= HEAD ================= */
.values-head{
  text-align:center;
  max-width:980px;
  margin:0 auto;
}

.section-tag{
  display:inline-block;
  font-size:13px;
  letter-spacing:3px;
  color:var(--orange);
  margin-bottom:24px;
}

.values h2{
  font-size:48px;
  line-height:1.2;
  margin-bottom:30px;
}

.plaque{
  display:inline-block;
  padding:18px 52px;
  border:2px solid var(--orange);
  border-radius:60px;
  letter-spacing:2.8px;
  font-size:13px;
  margin:36px 0 42px;
  line-height: 1.9;
}


.plaque span{
  color:var(--orange);
  font-weight:600;
}

.values-intro{
  max-width:860px;
  margin:0 auto 110px;
  font-size:18px;
  line-height:1.95;
  color:#444;
}

/* ================= COMMITMENTS ================= */
.commitments{
  max-width:1000px;
  margin:0 auto 140px;
  text-align:center;
}

.commitments h3{
  font-size:30px;
  margin-bottom:60px;
}

.commitment-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:50px;
}

.commitment{
  padding:40px 30px;
  border-radius:20px;
  background:#fafafa;
  border:1px solid #eee;
  transition:.45s cubic-bezier(.19,1,.22,1);
}

.commitment span{
  display:block;
  font-size:32px;
  color:var(--orange);
  font-weight:600;
  margin-bottom:18px;
}

.commitment p{
  font-size:17px;
  line-height:1.7;
  color:#555;
}

.commitment:hover{
  transform:translateY(-12px);
  box-shadow:0 35px 90px rgba(0,0,0,.08);
}

.commitment {
  /* display: flex; */
  align-items: flex-start;
  gap: 12px;
}

.commitment-star {
  color: #ff8a1f;
  font-size: 20px;
  line-height: 1;
  margin-top: 4px;
  flex-shrink: 0;
}

.commitment p {
  margin: 0;
}


/* ================= WHY WE WIN ================= */
.why-win{
  margin-top:140px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
}

.win-box{
  background:linear-gradient(180deg,#fff,#fafafa);
  border-radius:28px;
  padding:40px;
  border:1px solid #eee;
  box-shadow:0 35px 90px rgba(0,0,0,0.2);
  transition:.5s cubic-bezier(.19,1,.22,1);
  position:relative;
}

.win-box::before{
  content:"";
  position:absolute;
  top:0;                
  left:50%;             
  transform:translateX(-50%);
  width:80%;           
  height:4px;
  background:var(--orange);
  border-radius:4px;
  opacity:0;
  transition:.4s ease;
}

.win-box:hover{
  transform:translateY(-20px);
  box-shadow:0 60px 160px rgba(0,0,0,.14);
}

.win-box:hover::before{
  opacity:1;
}

.win-box h4{
  font-weight: 500;
    font-size: 18px;
    line-height: 1.7;
    color: #555;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
}

/* ================= IMPACT ================= */
.impact{
  max-width:1100px;
  margin:80px auto 0;
  text-align:center;
  font-size:22px;
  line-height:2;
  color:#444;
}

/* ================= REVEAL ANIMATION ================= */
.reveal{
  opacity:0;
  transform:translateY(70px);
  transition:1.1s cubic-bezier(.19,1,.22,1);
}

.reveal.active{
  opacity:1;
  transform:none;
}

.win-box.reveal{
  transition-delay:.15s;
}

/* ================= RESPONSIVE ================= */
@media(max-width:1024px){
  .commitment-list,
  .why-win{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .values{
    padding:120px 6%;
  }

  .values h2{
    font-size:36px;
  }

  .commitment-list,
  .why-win{
    grid-template-columns:1fr;
  }
}



/* ================= ANIMATIONS ================= */
.reveal,
.fade-left,
.fade-right{
  opacity:0;
  transform:translateY(50px);
  transition:1.1s cubic-bezier(.22,1,.36,1);
}

.fade-left{transform:translateX(-70px);}
.fade-right{transform:translateX(70px);}

.show,
.reveal.active{
  opacity:1;
  transform:translate(0);
}

/* ================= RESPONSIVE ================= */
@media(max-width:900px){
  section{padding:90px 6%;}
  .hero-content h1{font-size:42px;}
  .vision-wrapper{grid-template-columns:1fr;}
  .numbers-strip{grid-template-columns:1fr 1fr;}
  .montage{grid-template-columns:1fr;}
  .montage::before{display:none;}
  .why-win{grid-template-columns:1fr;}
}

@media(max-width:768px){
  .philosophy{
    padding:55px 30px;
  }
}


.reveal h2 {
    /* font-size: 4.6rem; */
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #00262C;
    max-width: 1500px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow: visible;
    letter-spacing: 1px;
}


.reveal-highlight{
  color: #FF8F2A;
    font-weight: 510;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.vision1-title {
    font-size: 45px !important;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 1.1;
    color: #00262C;
    max-width: 1500px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    overflow: visible;
    letter-spacing: 1px;
}


.vision1-highlight{
  color: #FF8F2A;
    font-weight: 510;
    font-style: italic;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}







/* ===============================
   CINEMATIC COMPARE SECTION
================================ */

.cinematic-compare {
  width: 100%;
  padding: 80px 0;                 /* section height control */
  background: #ffffff;             /* white background */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wrapper */
.compare-wrapper {
  position: relative;
  width: 85%;
  max-width: 1200px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 14px;
  background: #000;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
}

/* ===============================
   IMAGE BASE
================================ */

.image {
  position: absolute;
  inset: 0;
}

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

/* ===============================
   BEFORE IMAGE (GRITTY)
================================ */

.before {
  clip-path: inset(0 50% 0 0);
  filter: grayscale(100%) contrast(1.25) brightness(0.85);
}

/* ===============================
   AFTER IMAGE (PREMIUM)
================================ */

.after {
  filter: saturate(1.15) contrast(1.05);
}

/* ===============================
   SLIDER HANDLE
================================ */

.slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: ew-resize;
  z-index: 5;
}

.slider span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.35);
}

/* ===============================
   CINEMATIC VIGNETTE
================================ */

.vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0) 60%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 6;
}

/* ===============================
   FILM GRAIN
================================ */

.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
  opacity: 0.08;
  mix-blend-mode: multiply;
  z-index: 7;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 992px) {
  .compare-wrapper {
    width: 92%;
  }
}

@media (max-width: 576px) {
  .cinematic-compare {
    padding: 60px 0;
  }

  .compare-wrapper {
    aspect-ratio: 4 / 3;
  }

  .slider span {
    width: 36px;
    height: 36px;
  }
}


@media(max-width:600px){
  .plaque{
    padding: 18px 25px;
  }

  .values-intro{
    font-size: 14px;
    margin-bottom: 50px;
  }

  .commitments{
    margin-bottom: 50px;
  }

  .why-win{
    margin-top: 20px;
  }

  .impact{
    font-size: 18px;
  }

  .standard h2{
    font-size: 40px;
  }

  .standard p{
    font-size: 17px;
  }

  .standard{
    padding: 100px 15px;
  }

  .philosophy li:not(:last-child)::after{
    content:none;
  }
}


/* ================= TABLET (≤1024px) ================= */
@media (max-width: 1024px) {

  .vision1-wrapper{
    grid-template-columns: 1fr;   /* stack */
    gap: 50px;
    margin-bottom: 120px;
  }

  .vision1-image img{
    max-width: 600px;
  }

  .vision1-content{
    max-width: 100%;
    text-align: center;
  }

  .vision1-content h2{
    font-size: 38px;
  }

  .vision1-content p{
    font-size: 18px;
  }
}


/* ================= MOBILE (≤768px) ================= */
@media (max-width: 768px) {

  .vision1-wrapper{
    gap: 40px;
    margin-bottom: 90px;
  }

  .vision1-image img{
    max-width: 100%;
    border-radius: 18px;
  }

  .vision1-content h2{
    font-size: 32px;
  }

  .vision1-content p{
    font-size: 17px;
  }

   .vision1-title{
    font-size: 45px !important;
  }

  .philosophyh2{
    font-size: 37px;
  }

  .philosophy h2 {
    font-size: 33px !important;
  }
}


/* ================= SMALL MOBILE (≤480px) ================= */
@media (max-width: 480px) {

  .vision1-wrapper{
    gap: 30px;
    margin-bottom: 70px;
  }

  .vision1-content h2{
    font-size: 26px;
    line-height: 1.35;
  }

  .vision1-content p{
    font-size: 16px;
    line-height: 1.6;
  }

  .vision1-title{
    font-size: 30px !important;
  }
}



.word {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  transition: all 0.4s ease;
}

.word.visible {
  opacity: 1;
  transform: translateY(0);
}

