/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --bold-title-font: "Antonio", sans-serif;
  --thin-title-font: "Crimson Pro", serif;
  --sans-font: "Antonio", sans-serif;
  --serif-font: "Crimson Pro", serif;

  --brand-yellow: #efc06d;
  --brand-yellowV: 239, 192, 109;
  --brand-green: #01231f;
  --brand-blue: #030e27;
}
body {
  font-family: Arial, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
/*heading font
antonio*/
/*body font
crimson pro*/
h2 {
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.5rem;
}
p {
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}
.c-btn a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
header .c-btn a {
  text-decoration: none;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

header .c-btn:hover a {
  color: white;
}
@media screen and (max-width: 768px) {
  .nav-dnld .c-btn {
    display: block !important;
  }
  header .c-btn a {
    justify-content: space-between;

    flex-direction: row-reverse;
  }
}
.c-btn.outline-btn a {
  color: var(--brand-yellow);
}
.c-btn.outline-btn:hover a {
  color: black;
}
main a:hover {
  color: #000;
}
.wht-ol.outline-btn a {
  color: white;
}
.wht-ol.outline-btn:hover a {
  color: #000;
}
/* ----------------nav-bar-------------------- */

.navbar-scrolled {
  background: rgba(255, 255, 255, 10%);
  background: rgba(0, 0, 0, 0.3);
  /* backdrop-filter: blur(3px); */
  /* border-bottom: 1px solid rgba(242, 233, 233, 0.6); */
  color: black;
  /* font-weight: 600; */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

header {
  color: black;
  /* background-color: white;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
      inset 0 -1px 0 rgba(255, 255, 255, 0.15); */
  --bs-navbar-color: white !important;
  --bs-nav-link-color: white !important;
  font-family: var(--bold-title-font) !important;
  /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}
.nav-link {
  /* padding: 0 1rem; */
  font-size: 1.35em;
  /* font-family: var(--thin-title-font) !important; */
  font-family: var(--sans-font) !important;
  letter-spacing: 0.03em;
  font-weight: 400;
  /* font-size: 22px; */
  /* line-height: 29px; */
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.nav-i {
  font-weight: 600;
  /* color: var(--darkblue); */
  padding: 0 2vw;
}
.container-fluid {
  --bs-gutter-x: 12vw;
}
#carouselModal .container-fluid {
  --bs-gutter-x: 0;
}
.logo {
  height: 50px;
  width: 50px;
  margin-right: 0.5rem;
}
.navbar-brand {
  font-family: Montserrat, sans-serif;

  font-size: 1.5rem;
  font-size: 2rem;

  /* color: var(--darkestblue); */
  padding-bottom: 0;
  padding-top: 0;
}
.nav-name p {
  font-size: 16px;
  font-family: source sans pro, sans-serif;
  margin-top: -0.5rem;
  margin-left: 1.5px;
  /* font-weight: 300; */
  color: #f0f0f0;
  margin-bottom: 0;
}
.nav-dnld .c-btn {
  margin: 0;
}
.nav-dnld .btn.primary {
  padding: 0.5rem 1rem;
  font-size: 21px !important;
  font-weight: bolder;
  font-family: var(--sans-font);
}
.max-w {
  max-width: 1042px;
}
.nav-item .fa-chevron-right {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav-link {
    text-align: center;
    /* color: rgba(var(--brandBrownV), 0.9) !important; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  .nav-btn {
    display: flex;
    align-self: center;
    justify-content: center;
    padding-right: 1rem;
    margin-top: 1rem;
  }
  [data-bs-theme="dark"] .btn-close {
    /* --bs-btn-close-color: #000 !important; */
    /* filter: var(--bs-btn-close-black-filter); */
  }
  .btn-close {
    padding-right: 12vw;
  }
  .offcanvas {
    background-color: white;
    /* height: 100vh; */
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
  }
  .navbar-nav {
    height: auto;
    justify-content: center !important;
    gap: 2rem;
    margin-left: 0 !important;
    /* background-color: white; */
  }
  .nav-item {
    background-color: rgba(var(--brand-yellowV), 0.05);
  }
  .nav-item .fa-chevron-right {
    display: inline;
    /* color: rgba(var(--brandBrownV), 0.5); */
  }
  .nav-item:hover .fa-chevron-right {
    /* color: rgba(var(--brandBrownV), 1); */
  }
  .nav-dnld {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 2rem;
  }
  .nav-dnld .c-btn {
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1rem;
  }
  .navbar-nav.justify-content-center {
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .nav-link {
    font-size: 1.15em;
  }
  .nav-i {
    font-weight: 600;
    /* color: var(--darkblue); */
    padding: 0 1vw;
  }
  .navbar-brand {
    font-size: 1.2rem;
    font-size: 32px;
    /* color: var(--darkestblue); */
  }
}
@media (width < 320px) {
  .navbar-brand {
    font-size: 9vw;
  }
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn-close:focus {
  box-shadow: none;
}
.offcanvas-header .btn-close {
  margin-right: 13px;
}

.offcanvas-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 1rem;
  margin-right: 0;
  margin-top: 0.25rem;
  /* color: var(--brandBrown) !important; */
  color: white !important;
  font-family: var(--bold-title-font);
}
.navbar-expand-md .offcanvas .offcanvas-body {
  align-items: center;
}
@media only screen and (max-width: 767px) and (min-width: 426px) {
  .mid {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.navbar {
  transition: all 0.5s;
  --bs-navbar-padding-y: 2vh;
}
.navbar-nav {
  margin-left: -5rem;
}

.five {
  position: relative;
}

.five:after {
  position: absolute;
  background-color: var(--brandGold);
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: transform 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: right;
  transform: scaleX(0);
}

.five:hover:after {
  transform-origin: left;
  transform: scaleX(1);
}
.nav-margin {
  margin-top: 8rem;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(3px);
}

/* -------------------- */

.hero {
  display: flex;
  height: 80vh;
  position: relative;
  overflow: hidden;
}
/* --------HERO SECTION------------ */
/* Left Section */
.hero-text {
  width: 100%;
  /* background-color: #e5e5e5; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  position: relative;
  z-index: 1;
}

.hero-text h1 {
  font-size: 4rem;
  font-weight: bold;
}

.hero-text h1 span {
  color: red;
}

.hero-text p {
  font-size: 1.2rem;
  color: #333;
  margin: 15px 0;
}

.buttons {
  margin-top: 20px;
}

.buttons button {
  padding: 12px 20px;
  /* border: none; */
  cursor: pointer;
  font-size: 1rem;
  margin-right: 10px;
  transition: 0.3s;
}

.btn-outline {
  background: transparent;
  border: 2px solid black;
  color: black;
}

.btn-outline:hover {
  background: black;
  color: white;
}

.btn-primary {
  background: black;
  color: white;
}

.btn-primary:hover {
  background: grey;
}

/* Right Image Section */
.hero-image {
  width: 70%;

  position: relative;
}
.triangle-img {
  position: absolute;
  right: 0vw;
  width: 30vw;
  bottom: 0;
}
.triangle-img.inverted {
  left: 2vw;
  bottom: 20vh;
  width: 20vw;
}

/* Decorative Triangles */
.triangle {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -1;
  /* border-style: solid; */
}

/* Top Left Triangle */
.triangle-top-left {
  /* border-width: 80px 80px 0 0;
    border-color: white transparent transparent transparent; */
  top: 20px;
  left: 20px;
  background-image: url("Draft Source/Polygon 5.png");
}

/* .triangle-top-left::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 75px solid transparent;
  border-right: 75px solid transparent;
  border-bottom: 100px solid white;
  position: absolute;
  top: 0;
  margin-left: 0px;
  z-index: 10;
  transform: rotate(180deg);
}

.triangle-top-left::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid white;
  position: absolute;
  top: 40px;
  margin-left: 78px;
  z-index: 11;
  transform: rotate(180deg);
} */

/* Bottom Right Triangle */
.triangle-bottom-right {
  /* border-width: 0 0 80px 80px;
    border-color: transparent transparent white transparent; */
  /* bottom: 100px;
  right: -39px; */
}

/* .triangle-bottom-right::after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 90px solid white;
  position: absolute;
  top: -30px;
  margin-left: -89px;
  z-index: 11;
} */

/* Responsive Design */
@media (max-width: 1023px) {
  .hero-text {
    width: 50%;
  }

  .hero-image {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    /* height: auto; */
    height: max-content;
    max-height: max-content;
  }

  .hero-text,
  .hero-image {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 1rem;
  }

  .buttons {
    display: flex;
    justify-content: center;
  }

  .triangle {
    display: none;
    /* Hide triangles on small screens */
  }
}

/* Categories Section Wrapper */
.categories-wrapper {
  position: relative;
  /* margin-top: 40px; */
  /* background: url("../Images/background hero.png"); */

  background-color: #f9f9f9;
  background-color: #fff3e6;
  background-color: #fff3e6a1;
  padding: 30px 0;
  overflow: hidden;
  h2 {
    text-align: center;
    padding: 2rem 1rem;
  }
}
h3 {
  font-family: "Antonio", sans-serif;
  font-size: initial;
}
/* Horizontal Scroll Container */
.categories {
  display: flex;
  gap: 0px;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 0 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  justify-content: space-around;
}
.categories::-webkit-scrollbar {
  display: none;
}

/* Individual Category Block (unchanged) */
.category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 20px 24px;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
  width: 10rem;
  a {
    text-decoration: none;
    color: inherit;
  }
}
.category:hover {
  transform: translateY(-4px);
}

/* Background Circle, Content, Icon, etc. remain unchanged */
/* ... (your existing CSS for .category-bg-circle, .category-content, etc.) ... */
.category-bg-circle {
  position: absolute;
  top: 36%;
  left: 50%;
  width: 80px;
  height: 80px;
  background-color: orange;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  z-index: 1;
}

/* On Hover - Circle Expands */
.category:hover .category-bg-circle {
  width: 100%;
  height: 100%;
  border-radius: 0;
  bottom: 0;
  top: 50%;
}

/* Content Wrapper */
.category-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 1.25rem;
}

/* Icon Styling */
.category-icon {
  width: 50px;
  height: 50px;
  /* margin-bottom: 8px; */
  transition: filter 0.4s ease;
}

/* Category Text */
.category-name {
  font-size: 16px;
  transition: color 0.4s ease;
  padding-top: 1rem;
}

/* Change Text and Icon Color on Hover */
.category:hover .category-name {
  color: white;
}

.category:hover .category-icon {
  filter: brightness(0) invert(1); /* Optional: Icon turns white */
}

/* Chevron Navigation Buttons (initially hidden) */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(75%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
  display: none; /* Hidden by default */
}
.scroll-btn.left {
  left: 10px;
}
.scroll-btn.right {
  right: 10px;
}

/* Fade overlays for UX */
.categories-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  pointer-events: none;
  z-index: 2;
  opacity: 0; /* hidden by default */
  transition: opacity 0.3s;
}
.categories-fade.left {
  left: 0;
  background: linear-gradient(
    to right,
    #f9f9f9 0%,
    rgba(249, 249, 249, 0) 100%
  );
}
.categories-fade.right {
  right: 0;
  background: linear-gradient(to left, #f9f9f9 0%, rgba(249, 249, 249, 0) 100%);
}

/* services */

/* Masonry container centered on the page */
.masonry {
  display: grid;
  gap: 16px;
  justify-content: center; /* Center grid content */
  max-width: 1200px;
  margin: 0 auto;

  /* Service item styling */
  .item {
    /* background-color: #f0f0f0; */
    border: 1px solid #fadbb536;
    background-color: rgba(41, 26, 0, 0.369);
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    h3 {
      font-weight: normal;
      font-size: 1.6rem;
      color: white;
    }
  }
  /* .item:nth-child(1) {
    background: rgba(238, 118, 98, 0.8);
  }
  .item:nth-child(2) {
    background: rgba(238, 131, 103, 0.8);
  }
  .item:nth-child(3) {
    background: rgba(238, 150, 109, 0.8);
  }
  .item:nth-child(4) {
    background: rgba(238, 164, 114, 0.8);
  }
  .item:nth-child(5) {
    background: rgba(238, 183, 121, 0.8);
  }
  .item:nth-child(6) {
    background: rgba(238, 193, 125, 0.8);
  }
  .item:nth-child(7) {
    background: rgba(238, 197, 126, 0.8);
  } */
}
#About-h {
  display: flex;
  text-align: center;
  flex-direction: column;
  padding: 10vw;
  padding: 4rem 24vw;
  position: relative;
  /* background-color: #fff3e6; */
}
.about-home-info {
  margin-top: 4rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.about-home-info p:nth-child(2) {
  padding: 2rem 0;
  font-weight: 700;
}
.about-home-info p:nth-child(3) {
  padding-bottom: 2rem;
}
.about-h-img img {
  width: -webkit-fill-available;
}

#Customers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2vh 6vw 6vw;
  font-weight: 800;
  position: relative;
  p {
    font-family: "Antonio", sans-serif;
    font-weight: bold;
  }

  div {
    padding: 2vw 6vw;
  }
  .p-head {
    font-size: 2rem;
  }
  .p-body {
    font-size: 1.25rem;
  }
  .brands-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
    padding: 6vw;
    align-items: center;
    img {
      height: 45px;
    }
    .big-logo {
      min-height: 70px;
    }
    .bigger-logo {
      min-height: 90px;
    }
  }
}
#Services-h {
  display: flex;
  flex-direction: column;
  text-align: center;
  background: url("../Images/services home.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6vw;
  h2 {
    padding-bottom: 2rem;
    text-transform: uppercase;
    color: white;
  }
  /* Group 13 */
}
/* Desktop layout: Use a 6-column grid 
     - Row 1: Items 1-2 span 3 columns each (total 6 columns)
     - Row 2: Items 3-5 span 2 columns each (total 6 columns)
     - Row 3: Items 6-7 span 3 columns each */
@media (min-width: 992px) {
  .masonry {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 8rem;
  }
  /* First row: 2 items */
  .item:nth-child(1),
  .item:nth-child(2) {
    grid-column: span 3;
  }
  /* Second row: 3 items */
  .item:nth-child(3),
  .item:nth-child(4),
  .item:nth-child(5) {
    grid-column: span 2;
  }
  /* Third row: 2 items */
  .item:nth-child(6),
  .item:nth-child(7) {
    grid-column: span 3;
  }
}

/* Tablet layout: 2 columns per row */
@media (min-width: 768px) and (max-width: 991px) {
  .masonry {
    grid-template-columns: repeat(2, 1fr);
  }
  .item {
    grid-column: span 1;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* For the last item, span across both columns and center it */
  .item:nth-child(7) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

/* Mobile layout: Single column */
@media (max-width: 767px) {
  .masonry {
    grid-template-columns: 1fr;
  }
  .item {
    grid-column: span 1;
  }
  #About-h {
    padding: 8vw 6vw;
  }
}
.c-btn {
  padding: 0.75rem 1rem;
  border-radius: 0;
  margin-top: 2rem;
  font-size: 20px;
  font-weight: 600;
  transition: color ease-in 1ms;
  transition: background-color ease-in;
  line-height: normal;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.solid-btn {
  color: #000;
  background-color: var(--brand-yellow);
  border: solid 2px var(--brand-yellow);

  &:hover {
    color: white;
    background-color: var(--brand-green);
    border: solid 2px white;
  }
}

.outline-btn {
  color: var(--brand-yellow);
  background-color: transparent;
  border: solid 2px var(--brand-yellow);

  &:hover {
    color: var(--brand-green);
    background-color: white;
    border: solid 2px var(--brand-yellow);
  }
}
.download {
  color: #efc06d;
}
#Nav-dnld .btn.primary a {
  color: black !important;
  text-decoration: none;
  font-size: 21px !important;
  font-weight: bolder;
  font-family: var(--sans-font);
}
body {
  background: linear-gradient(135deg, #fff7ed 0%, #fff1dc 50%, #fff7ed 100%);
} /* floating blobs */
.bg-blob {
  position: absolute;
  filter: blur(60px);
  opacity: 0.25;
  border-radius: 50%;
  z-index: -99;
  pointer-events: none;
}
.blob-1 {
  width: 300px;
  height: 300px;
  left: 3%;
  top: 6%;
  background: linear-gradient(45deg, #f97316, #facc15); /* orange to yellow */
}
.blob-2 {
  width: 380px;
  height: 380px;
  right: 20%;
  top: 18%;
  background: linear-gradient(45deg, #fb923c, #f97316); /* orange shades */
}
.blob-3 {
  width: 280px;
  height: 280px;
  left: 30%;
  bottom: 0;
  background: linear-gradient(45deg, #ea580c, #f97316); /* deeper orange */
}
@media (max-width: 768px) {
  #Hero h1 {
    font-size: 2.5rem;
  }
  .blob-3 {
    display: none;
  }
}

/* universal glass container */
.glass-style {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.42),
    rgba(255, 255, 255, 0.26)
  );
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 4vw;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(12, 18, 36, 0.08);
}
.glass-style-dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.26));
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 22px;
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(12, 18, 36, 0.08);
}

.btn {
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}

.btn.primary {
  background: orange;
  color: black;
}

.btn.primary:hover {
  background: darkorange;
}

.btn.secondary {
  border: 2px solid white;
  color: white;
}

.btn.secondary:hover {
  background: white;
  color: black;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: black;
  background-color: darkorange;
  border-color: transparent;
}
