* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
}

/* ===============================
   Site Header Navigation
================================ */

.site-header {
  background: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.site-header-inner {
  max-width: 1320px;
  margin: auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo img {
  height: 70px;
}

/* Menu */
.primary-menu {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.menu-link {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-bottom: 6px;
}

.menu-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s;
}

.menu-link:hover::after {
  width: 100%;
}

/* Dropdown */
.has-dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.3s ease;
}

.dropdown-menu li a {
  display: block;
  padding: 16px 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f6f6f6;
  color: #c9a24d;
}

/* Mobile Toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 26px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

/* ===============================
   HERO SLIDER
================================ */

.hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
}

/* ===============================
   TRUST SECTION
================================ */

.trust-section {
  background: #6f6f6f17;
  padding: 120px 0;
}

.trust-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 140px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 180px;
}

/* Left Content */
.trust-content h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
}

.trust-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 520px;
  margin-bottom: 30px;
}

.trust-btn {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.trust-btn:hover {
  gap: 16px;
}

/* Right Images */
.trust-images {
  position: relative;
  height: 420px;
}

.trust-images .img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 30px 60px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.img-main { right: 0; top: 74px; left: 40%; z-index: 3; width: 60% !important;}
.img-top { right: 0; left: 245px; bottom: 100px; z-index: 2; width: 80% !important; }
.img-bottom { right: 150px; bottom: 85px; z-index: 1; width: 80% !important; }

.trust-images .img:hover {
  transform: translateY(-8px);
}

/* Counters */
.trust-counters {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  padding: 0 240px;
}

.counter-item h3 {
  font-size: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
}

.counter-item p {
  font-size: 13px;
  color: #666;
  letter-spacing: 0.5px;
}


/* --- WHAT WE DO --- */

.whatwedo-section {
  background: #6f6f6f17;
  padding: 20px 0;
}

.whatwedo-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 120px;
}

.whatwedo-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 20px;


      background: linear-gradient(90deg, #000 0%, #000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* GRID */
.whatwedo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}

/* CARD */
.whatwedo-card {
  text-align: center;
  cursor: pointer;
    text-decoration: none;
  color: inherit;
  display: block;
  transition: transform 0.3s ease;
}

.whatwedo-card:hover {
  transform: translateY(-8px);
}

.whatwedo-icon {
  margin-bottom: 22px;
}

.whatwedo-icon img {
  filter: brightness(0.1);
  width: 52px;
  height: auto;
  opacity: 0.85;
}

/* TEXT */
.whatwedo-card h3 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222;
  margin-bottom: 22px;
  text-transform: uppercase;
}

/* ARROW */
.whatwedo-arrow {
  display: inline-block;
  font-size: 20px;
  color: #000;
  transition: transform 0.3s ease;
}

.whatwedo-card:hover .whatwedo-arrow {
  transform: translateX(8px);
}


/* ===============================
   conversation-section
================================ */

.conversation-section {
  background: #6f6f6f17;
  padding: 60px 0;
}

.conversation-container {
  max-width: 1400px;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  align-items: center;
  gap: 60px;
}

/* IMAGE */
.conversation-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 20px;
}

/* CONTENT */
.conversation-content h2 {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 28px;

      background: linear-gradient(90deg, #000 0%, #000 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


.conversation-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  max-width: 420px;
  margin-bottom: 36px;
}

/* BUTTON */
.conversation-btn {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.conversation-btn:hover {
  gap: 16px;
}

 

/* --- Whyus-section --- */

.whyus-section {
  padding: 0 0 70px 0;
  background: #6f6f6f17;
}

.whyus-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.whyus-tag {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.whyus-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 30px;
}

.whyus-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.whyus-list li {
  position: relative;
  padding-left: 36px;
  font-size: 17px;
  color: #475569;
  margin-bottom: 16px;
}

.whyus-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #000;
  color: #fff;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* RIGHT IMAGE */
.whyus-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}



/* ================= VISIT SECTION ================= */

.visit-section{
  background:#f5f5f5;
  padding:80px 20px;
}

.visit-container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:60px;
  align-items:center;
}

/* LEFT */
.visit-subtitle{
  font-size:13px;
  letter-spacing:2px;
  color:#000;
  display:inline-block;
  margin-bottom:12px;
}

.visit-title{
  font-size:44px;
  margin-bottom:40px;
  color:#000;
}

.visit-card{
  display:flex;
  gap:30px;
}

.visit-image{
  width:220px;
  border-radius:4px;
  object-fit:cover;
}

.company-name{
  font-size:22px;
  margin-bottom:20px;
}

.contact-row{
  font-size:15px;
  margin-bottom:10px;
}

/* FORM */
.visit-form input{
  width:100%;
  padding:14px 16px;
  border:1px solid #ddd;
  font-size:14px;
  margin-bottom:18px;
}

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px;
}

.visit-btn{
  width:100%;
  padding:15px;
  background:#000;
  color:#fff;
  border:none;
  font-size:15px;
  cursor:pointer;
}

/* intl-tel-input FIXES */
.iti{
  width:100%;
}

.iti input{
  padding-left:90px !important;
}

.iti__country-list{
  z-index:99999;
  max-height:260px;
}

.iti__flag{
  background-image:url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/18.1.1/img/flags.png");
}


.phone-box{
  position:relative;
  width:320px;
}

.phone-input{
  width:100%;
  padding: 14px 70px !important;
  border:1px solid #ccc;
  font-size:14px;
}

.flag-box{
  position:absolute;
  left:0;
  top:0;
  border: 1px solid #ccc;
  width:60px;
  height:70%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}

.flag-box img{ width:22px; }

.country-dropdown{
  position:absolute;
  top:73%;
  left:0;
  width:100%;
  background:#fff;
  border:1px solid #ccc;
  max-height:240px;
  overflow-y:auto;
  display:none;
  z-index:9999;
}

.country-item{
  padding:8px 10px;
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
}

.country-item:hover{ background:#f3f3f3; }

.country-item img{ width:20px; }

.code{ margin-left:auto; color:#777; }


/* ===============================
   FOOTER
================================ */

.site-footer {
  background: #000;
  padding: 80px 0 30px;
  font-size: 14px;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  gap: 80px;
}

/* HEADINGS */
.footer-col h4 {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  color: #fff;
}

/* CONTACT LIST */
.footer-contact {
  list-style: none;
}

.footer-contact li {
  display: flex;
  gap: 14px;
  margin-bottom: 16px;
  color: #fff;
  line-height: 1.6;
}

.footer-contact .icon {
  color: #c39f75;
  font-size: 16px;
}

/* SOCIAL */
.footer-social {
  margin-top: 30px;
}

.footer-social span {
  display: block;
  margin-bottom: 14px;
  color: #fff;
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
}

/* LINKS */
.footer-links .links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.footer-links ul {
  list-style: none;
}

.footer-links li {
  border-bottom: 1px solid #ddd;
}

.footer-links a {
  display: block;
  padding: 14px 0;
  color: #fff;
  text-decoration: none;
}

.footer-links a:hover {
  color: #fff;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 60px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  color: #fff;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

 

 


/* ===============================
   MEDIA QUERIES
================================ */

/* ---- MAX 1024px ---- */
@media (max-width: 1024px) {

  .primary-navigation {
    position: fixed;
    top: 72px;
    right: -100%;
    width: 280px;
    height: calc(100vh - 72px);
    background: #2f2f2f;
    transition: 0.3s;
  }

  .primary-navigation.is-active {
    right: 0;
  }

  .primary-menu {
    flex-direction: column;
    gap: 0;
  }

  .menu-link {
    padding: 16px 22px;
    width: 100%;
  }

  .dropdown-menu {
    position: static;
    width: 100%;
    background: #3a3a3a;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .dropdown-menu li a {
    color: #fff;
    padding-left: 40px;
    border-bottom: none;
  }

  .has-dropdown.is-open .dropdown-menu {
    display: block;
  }

  .nav-toggle {
    display: block;
  }

  .trust-container {
    grid-template-columns: 1fr;
  }

  .trust-images {
    height: 360px;
  }

  .trust-counters {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  /*  WHAT WE DO */
    .whatwedo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  /* conversation-section */
   .conversation-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .conversation-content h2 {
    font-size: 44px;
  }
   .footer-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-links .links-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .developments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}


/* --- developments-section --- */

.developments-section {
  padding: 60px 0;
  background: #6f6f6f17;
}

.developments-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 80px;
}

.developments-title {
  font-size: 48px;
  font-weight: 500;
  color: #000;
  margin-bottom: 70px;
}

/* GRID */
.developments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* CARD */
.development-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* IMAGE */
.card-image {
  position: relative;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* STATUS BADGE */
.status-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 8px;
}

/* CONTENT */
.card-content {
  padding: 32px 28px 36px;
}

.development-card.light .card-content {
  background: #000;
}

.development-card.dark .card-content {
  background: #000;
}

.card-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}

.development-card.light h3,
.development-card.light p,
.development-card.light strong {
  color: #fff;
}

.development-card.dark h3,
.development-card.dark p,
.development-card.dark strong {
  color: #ffffff;
}

.card-content p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.card-content strong {
  display: block;
  font-size: 15px;
  margin-bottom: 22px;
}

/* LINK */
.card-link {
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap 0.3s ease;
}

.card-link:hover {
  gap: 16px;
}

.developments-grid {
    grid-template-columns: 3 1fr;
    gap: 40px;
  }


/* ---- MAX 600px ---- */
@media (max-width: 600px) {

  .trust-content h2 {
    font-size: 34px;
  }

  /* .trust-images .img {
    width: 260px;
    height: 75%;
  } */

  .trust-counters {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* --- MAX 480px --- */
@media (max-width: 480px) {
  .conversation-content h2 {
    font-size: 32px;
  }
}