@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
:root {
  --primary-white: #ffffff;
  --light-grey: #f2f2f2;
  --primary-black: #000;
  --primary-purple: #8834a9;
  --secondary-purple: #632481;
  --tertiary-purple: #b059d4;
  --light-gold: #dcbd63;
  --dark-gold: #b78c28;
}
* {
  box-sizing: border-box;
  font-family: "Bricolage Grotesque", sans-serif;
}
a {
  text-decoration: none !important;
}
header {
  z-index: 20;
}
.w-90 {
  width: 90%;
}
.main-navbar {
  background-color: var(--primary-white) !important;
}
.home-navbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: var(--primary-white) !important;
}
.bg-nav-custom {
  background-color: var(--primary-white) !important;
  color: var(--secondary-black) !important;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 10px 30px var(--secondary-black);
}
.text-purple-custom {
  color: var(--primary-purple) !important;
}
.text-white-custom {
  color: var(--primary-white) !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 85%;
  margin: auto;
  position: fixed;
  left: 8%;
}
.main-logo {
  width: 45%;
  height: auto;
  margin: 0.5rem;
}
.redgroup-brand {
  width: fit-content !important;
}
.navbar-nav {
  max-height: 60vh !important;
}
.nav-link {
  font-size: 17px !important;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  background-color: var(--primary-purple);
  width: 0%;
  height: 3px;
  transition: all 0.3s;
}
.navbar .navbar-nav .nav-item:hover::after {
  width: 80%;
}
.navbar-brand {
  width: 230px !important;
  display: inline-block;
  padding: 0;
}
.dropdown-menu {
  border-radius: 8px !important;
  padding: 0 !important;
}
.dropdown-menu[data-bs-popper] {
  right: 5% !important;
}
.dropdown-menu p {
  font-weight: 700;
  color: var(--secondary-black);
  font-size: 20px;
}
.dropdown-menu span {
  color: var(--primary-red);
}
.dropdown-item {
  font-weight: 400;
  font-size: 15px;
  white-space: normal !important;
  padding: 0.4rem 1rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--primary-red) !important;
  color: var(--primary-white) !important;
  border-radius: 5px !important;
}
.product-menu {
  font-weight: 400;
  font-size: 16px;
  margin: 0.5rem 0;
  padding: 0.3rem 0 0.3rem 0 !important;
  transition: 0.3s ease-in-out;
}
.product-menu:hover {
  font-weight: 400;
  font-size: 16px;
  margin: 0.5rem 0;
  padding: 0.3rem 1rem 0.3rem 0.8rem !important;
  transition: 0.3s ease-in-out;
}
.bg-grey-dropdown {
  background-color: var(--grey-redgroup);
}
.product-menu-wrapper ul li {
  list-style-type: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0.2rem 0;
}
.product-select {
  color: var(--secondary-black);
}
.product-select:hover {
  background-color: var(--primary-red);
  color: var(--primary-white);
  border-radius: 7px;
  margin: 0.5rem 0;
  padding: 0.3rem 1rem 0.3rem 0.8rem !important;
  transition: 0.3s ease-in-out;
}
.product-active {
  background-color: var(--primary-red);
  color: var(--primary-white);
  border-radius: 7px;
  margin: 0.5rem 0;
  padding: 0.3rem 1rem 0.3rem 0.8rem !important;
  transition: 0.3s ease-in-out;
}
.dropdown-category-wrapper {
  background-color: transparent;
  padding: 0.5rem;
  width: 110%;
}
.category-active {
  background-color: var(--primary-white);
  border-radius: 7px;
  transition: 0.3s ease-in-out;
}
.hidden-content {
  display: none !important;
}
.animate__delay-short-custom {
  animation-delay: 0.6s;
}
.web-view {
  display: block !important;
}
.mobile-view {
  display: none !important;
}
.page-link {
  border: none !important;
  background-color: var(--primary-white) !important;
  color: var(--secondary-black) !important;
}
.page-link:hover {
  border: none !important;
  border-radius: 10px;
  color: var(--primary-white) !important;
  background-color: var(--secondary-black) !important;
}
.active-link {
  border: none !important;
  border-radius: 10px;
  color: var(--primary-white) !important;
  background-color: var(--secondary-black) !important;
}
.not-found-page {
  padding: 7rem 0 0 0;
}
.not-found-page h3 {
  font-weight: 700;
  font-size: 25px;
  text-align: center;
}
.not-found-wrapper {
  max-width: 35vw;
  height: auto;
  margin: auto;
}
.not-found-img {
  width: 100%;
  height: 100%;
}
.button-wrapper-not-found {
  padding: 0 0 2rem 0;
}
.not-found-button {
  background-color: var(--primary-red);
  color: var(--primary-white);
  padding: 0.4rem 0;
  border-radius: 15px;
  font-weight: 400;
  font-size: 23px;
  border: 1px solid var(--primary-red);
  width: 25%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.not-found-button:hover {
  background-color: var(--primary-white);
  color: var(--primary-red);
  padding: 0.4rem 0;
  border-radius: 15px;
  font-weight: 400;
  font-size: 23px;
  border: 1px solid var(--primary-red);
  width: 25%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
}
.quick-call-div {
  position: fixed;
  bottom: 1.2rem;
  width: 100%;
  left: 90%;
  z-index: 20;
}
.quick-call-btn {
  background-color: #075e54;
  color: white;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.quick-call-btn:hover {
  background-color: white;
  color: #075e54;
  width: 5rem;
  height: 5rem;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.quick-call-div i {
  font-size: 3rem;
  margin: 1rem auto;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none; /* allow click-through for container, if needed */
}
.owl-carousel .owl-nav button {
  background: rgba(0, 0, 0, 0.5); /* Optional styling */
  color: white;
  border: none;
  padding: 10px;
  font-size: 18px;
  pointer-events: auto; /* re-enable pointer for buttons */
  border-radius: 50%;
  cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-] {
  background: transparent !important;
  color: var(--light-gold) !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: var(--dark-gold) !important;
}
/* Optional: hide disabled buttons */
.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
  cursor: default;
}
@media screen and (max-width: 320px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100% !important;
    margin: auto !important;
    position: relative !important;
    left: 0;
  }
  .main-logo {
    width: 35% !important;
    margin: 0;
  }
  .nav-link {
    font-size: 11px !important;
  }
  .navbar-nav .nav-link:hover {
    width: 25%;
  }
  .navbar-nav .nav-link.active {
    width: 40%;
  }
  .btn-nav {
    font-size: 12px;
    width: 100%;
    margin: 1rem 0;
  }
  .btn-nav:hover {
    font-size: 15px;
    width: 100%;
    margin: 1rem 0;
  }
  .lang-icons {
    width: 30px !important;
    display: inline-block;
    padding: 0;
  }
  .dropdown-item {
    font-size: 13px;
  }
  .dropdown-category-wrapper {
    width: 100%;
  }
  .product-menu-wrapper ul {
    padding: 1rem !important;
  }
  .product-menu-wrapper ul li {
    font-size: 15px;
  }
  .navbar-toggler {
    font-size: 1rem !important;
  }
  .mobile-view {
    display: block !important;
  }
  .web-view {
    display: none !important;
  }
  .quick-call-div {
    left: 80%;
  }
  .quick-call-btn {
    width: 3rem;
    height: 3rem;
  }
  .quick-call-btn:hover {
    width: 3rem;
    height: 3rem;
  }
  .quick-call-div i {
    font-size: 1.5rem;
    margin: 1rem auto;
  }
  .quick-call-div {
    left: 80%;
  }
  .quick-call-btn {
    width: 3rem;
    height: 3rem;
  }
  .quick-call-btn:hover {
    width: 3rem;
    height: 3rem;
  }
  .quick-call-div i {
    font-size: 1.5rem;
    margin: 1rem auto;
  }
  .owl-carousel .owl-nav {
    top: 70% !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100% !important;
    margin: auto !important;
    position: relative !important;
    left: 0;
  }
  .main-logo {
    width: 35% !important;
    margin: 0;
  }
  .nav-link {
    font-size: 14px !important;
  }
  .navbar-nav .nav-link:hover {
    width: 25%;
  }
  .navbar-nav .nav-link.active {
    width: 40%;
  }
  .btn-nav {
    font-size: 15px;
    width: 100%;
    margin: 1rem 0;
  }
  .btn-nav:hover {
    font-size: 15px;
    width: 100%;
    margin: 1rem 0;
  }
  .lang-icons {
    width: 32px !important;
    display: inline-block;
    padding: 0;
  }
  .dropdown-item {
    font-size: 13px;
  }
  .dropdown-category-wrapper {
    width: 100%;
  }
  .product-menu-wrapper ul {
    padding: 1rem !important;
  }
  .product-menu-wrapper ul li {
    font-size: 15px;
  }
  .mobile-view {
    display: block !important;
  }
  .web-view {
    display: none !important;
  }
  .quick-call-div {
    left: 80%;
  }
  .quick-call-btn {
    width: 4rem;
    height: 4rem;
  }
  .quick-call-btn:hover {
    width: 4rem;
    height: 4rem;
  }
  .quick-call-div i {
    font-size: 2.3rem;
    margin: 1rem auto;
  }
  .owl-carousel .owl-nav {
    top: 20% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 85% !important;
    margin: auto !important;
    position: relative;
    left: 0;
  }
  .main-logo {
    width: 50% !important;
    margin: 0.7rem;
  }
  .nav-link {
    font-size: 14px !important;
  }
  .navbar-nav .nav-link:hover {
    width: 15%;
  }
  .navbar-nav .nav-link.active {
    width: 40%;
  }
  .btn-nav {
    font-size: 15px;
    width: 100%;
    margin: 1rem 0;
  }
  .btn-nav:hover {
    font-size: 15px;
    width: 100%;
    margin: 1rem 0;
  }
  .lang-icons {
    width: 32px !important;
    display: inline-block;
    padding: 0;
  }
  .dropdown-item {
    font-size: 13px;
  }
  .dropdown-category-wrapper {
    width: 100%;
  }
  .mobile-view {
    display: block !important;
  }
  .web-view {
    display: none !important;
  }
  .quick-call-div {
    left: 85%;
  }
  .quick-call-btn {
    width: 4rem;
    height: 4rem;
  }
  .quick-call-btn:hover {
    width: 4rem;
    height: 4rem;
  }
  .quick-call-div i {
    font-size: 2.3rem;
    margin: 1rem auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 85% !important;
    margin: auto !important;
  }
  .nav-link {
    font-size: 13px !important;
    text-align: center;
  }
  .navbar-nav .nav-link.active {
    width: 100%;
  }
  .btn-nav {
    font-size: 13px;
    width: 100%;
    margin: 1rem 0;
  }
  .btn-nav:hover {
    font-size: 13px;
    width: 100%;
    margin: 1rem 0;
  }
  .quick-call-div {
    left: 90%;
  }
  .dropdown-category-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  .nav-link {
    font-size: 15px !important;
  }
  .btn-nav {
    font-size: 15px;
  }
  .btn-nav:hover {
    font-size: 15px;
  }
}
/* HOME PAGE */
/* Home Hero Section */
.hero-section {
  height: 100vh;
  background-color: var(--primary-purple);
  color: var(--primary-white);
  position: relative;
  overflow: hidden;
}
.hero-circle::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  background-color: var(--light-gold);
  border-radius: 50%;
  right: 3%;
  top: -2%;
}
.hero-text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  z-index: 1;
}
.hero-text-wrapper h1 {
  font-size: 45px;
  font-weight: 700;
}
.hero-text-wrapper p {
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 0;
  width: 80%;
}
.hero-text span {
  display: block;
  font-size: 70px !important;
}
.hero-button button {
  background-color: var(--light-gold);
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 0;
  width: 40%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1rem 0;
}
.hero-button button:hover {
  background-color: var(--dark-gold);
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 0;
  width: 40%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1rem 0;
  cursor: pointer;
}
.hero-img {
  width: 85%;
  height: auto;
  position: relative;
  z-index: 6;
  transform: translate(25%, 13%);
}
/* ********************************* */
/* INFO SECTION */
.info-section {
  padding: 6rem 0 4rem 0;
}
.info-bg-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.info-title {
  padding: 0.5rem 0;
}
.info-title h2 {
  font-size: 25px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.info-line {
  width: 12%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: 0 auto 0.8rem auto;
}
.info-box {
  width: 500px;
  height: 100%;
  border-radius: 15px;
  margin: -27rem 0 0 0;
  padding: 1.5rem;
  position: relative;
  z-index: 8;
  background-color: var(--primary-white);
  color: var(--primary-purple);
  float: right;
  box-shadow: 9px 8px 19px -1px rgba(0,0,0,0.75);
}
.info-box p {
  font-size: 15px;
}
.info-desc {
  font-weight: 700;
}
/* ********************************* */
/* About Section */
.about-section {
  padding: 2rem 0;
  background-color: var(--primary-white);
  color: var(--secondary-purple);
  margin: 0.5rem 0 2rem 0;
}
.about-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.about-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--secondary-purple);
  margin: 0 auto;
}
.about-title p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  padding: 1.5rem 0 2rem 0;
  text-align: center;
  margin: auto;
}
.about-content p {
  font-size: 18px;
  font-weight: 300;
}
.about-text {
  width: 90%;
}
.about-left-img-wrapper {
  max-width: 100%;
  height: 520px;
}
.about-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
}
.about-right-img-wrapper {
  max-width: 100%;
  height: 250px;
}
.about-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 15px;
}
.centered-img {
  object-position: center !important;
}
.about-second-left-wrapper {
  max-width: 400px;
  height: 400px;
}
.second-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  border: 5px solid var(--primary-white);
}
.about-second-right-wrapper {
  max-width: 400px;
  height: 400px;
  margin: -10rem 0 0 14rem;
}
.second-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  border: 5px solid var(--primary-white);
}
/* ********************************* */
/* Value Section */
.value-section {
  padding: 2rem;
  background-color: var(--primary-purple);
  color: var(--primary-white);
}
.value-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.value-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--light-gold);
  margin: 0 auto;
}
.value-title p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  padding: 1.5rem 0 2rem 0;
  text-align: center;
  margin: auto;
}
.value-content i {
  font-size: 90px;
  color: var(--light-gold);
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.value-content h5 {
  font-size: 25px;
  font-weight: 700;
  padding: 1rem 0 0 0;
}
.value-content p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
.value-footer p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  text-align: center;
  margin: auto;
  padding: 3rem 0 1rem 0;
}
.value-footer span {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  display: flex;
  justify-content: center;
}
/* ********************** */
/* SERVICES SECTION */
.services-section {
  padding: 2rem 0;
  margin: 1.5rem;
  background-color: var(--primary-white);
  color: var(--primary-purple);
}
.services-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.services-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: 0 auto;
}
.services-item-wrapper {
  background-color: var(--secondary-purple);
  color: var(--primary-white);
  border-radius: 0px 30px 0px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.services-img-wrapper {
  max-width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.services-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0px 30px 0px 0px;
  transition: transform 0.5s ease;
}
.services-img-wrapper:hover .services-img {
  transform: scale(1.1); /* Zoom in */
}
.services-title p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  padding: 1.5rem 0 2rem 0;
  text-align: center;
  margin: auto;
}
.services-item-text {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.services-item-text h3 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0 0 0;
}
.services-item-text p {
  font-size: 16px;
  font-weight: 300;
  padding: 0.5rem 0;
}
.services-item-icon i {
  font-size: 100px;
  color: var(--primary-white);
  padding: 2rem 0;
  display: flex;
  justify-content: center;
}
.read-more-services {
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: var(--primary-white);
  display: block;
  cursor: pointer;
  padding: 0.5rem 0;
}
.read-more-services:hover {
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  color: var(--light-gold);
  display: block;
  cursor: pointer;
  padding: 0.5rem 0;
}
.services-footer button {
  background-color: var(--primary-purple);
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  width: 100%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1.5rem auto;
}
.services-footer button:hover {
  background-color: var(--secondary-purple);
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 1.5rem;
  width: 100%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1.5rem auto;
  cursor: pointer;
}
/* ********************** */
/* TRANSPORT SECTION */
.transport-section {
  padding: 2rem 0;
  margin: 1.5rem 0;
  background-color: var(--light-grey);
  color: var(--primary-purple);
}
.transport-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.transport-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: 0 auto;
}
.transport-title p {
  font-size: 18px;
  font-weight: 300;
  width: 70%;
  padding: 1.5rem 0 2rem 0;
  text-align: center;
  margin: auto;
}
.transport-left-wrapper {
  max-width: 450px;
  height: 300px;
}
.transport-left-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  border: 5px solid var(--light-grey);
}
.transport-right-wrapper {
  max-width: 450px;
  height: 275px;
  margin: -5rem 0 0 14rem;
}
.transport-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  border: 5px solid var(--light-grey);
}
.transport-wide-wrapper {
  max-width: 600px;
  height: 350px;
}
.transport-wide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  border: none;
}
/* ********************** */
/* TEAMS SECTION */
.teams-section {
  padding: 2rem;
  background-color: var(--primary-white);
  color: var(--primary-purple);
}
.teams-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
}
.teams-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: 1rem auto;
}
.teams-title {
  padding: 0 0 1rem 0;
}
.leader-wrapper {
  padding: 1rem 0;
}
.leader-img-wrapper {
  width: 300px;
  height: 300px;
  margin: auto;
}
.leader-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0px 15%;
  border: 4px solid var(--primary-purple);
  border-radius: 50%;
}
.side-leader {
  margin: 4rem 0 0 0 !important;
}
.teams-img-wrapper {
  max-width: 100%;
  height: 500px;
}
.teams-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.team-text {
  position: relative;
  z-index: 7;
}
.team-text h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 1rem 0 0 0;
}
.team-text h6 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 0.4rem 0;
}
.contact-icons a {
  font-size: 23px;
  color: var(--primary-purple);
  padding: 0 0.5rem;
}
.contact-icons a:hover {
  font-size: 23px;
  color: var(--light-gold);
  padding: 0 0.5rem;
  transition: 0.3s ease-in-out;
}
/* ************** */
/* AREA SECTION */
.area-section {
  padding: 2rem 0;
}
.area-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  text-align: center;
  color: var(--primary-purple);
}
.area-line {
  width: 8%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: 1rem auto;
}
.area-box {
  background-color: var(--primary-purple);
  color: var(--primary-white);
  background: linear-gradient(80deg, #8834a9 0%, #632481 100%);
  padding: 3rem;
  border-radius: 10px;
  height: 90vh;
  display: flex;
  align-items: center;
}
.area-box h4 {
  font-size: 35px;
  font-weight: 700;
  padding: 0.5rem 0 1rem 0;
}
.area-box p {
  font-size: 15px;
  font-weight: 400;
  width: 90%;
}
.area-box i {
  font-size: 20px;
}
.area-img-wrapper {
  max-width: 100%;
  height: 350px;
  background: linear-gradient(127deg, #dcbd63 0%, #b78c28 100%);
  padding: 4px;
  box-sizing: border-box;
  overflow: hidden;
}
.area-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.left-side, .right-side {
  height: 170px !important;
}
/* ************** */
/* FAQ SECTION */
.faq-section {
  padding: 2rem 0;
  width: 80%;
  margin: auto;
}
.faq-section h2 {
  font-size: 40px;
  font-weight: 700;
  padding: 0.2rem 0;
  color: var(--primary-purple);
  width: 75%;
  text-align: center;
  margin: auto;
}
.faq-line {
  width: 15%;
  height: 3px;
  border: none;
  background-color: var(--primary-purple);
  margin: auto;
}
.faq-collection {
  width: 80%;
  margin: 1rem auto;
  padding: 1rem 0 0 0;
}
.faq-section p {
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  color: var(--primary-purple);
}
.accord-wrapper {
  width: 100%;
}
.accord-card {
  border-bottom: 1px solid var(--secondary-purple);
}
.accord-title {
  color: var(--secondary-purple);
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
.accord-title::before,
.accord-title::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--secondary-purple);
  transition: all 0.3s;
}
.accord-title::before {
  right: 30px;
  width: 3px;
  height: 20px;
  margin-top: -10px;
}
.accord-title::after {
  right: 21px;
  width: 20px;
  height: 3px;
  margin-top: -2px;
}
.accord-content {
  padding: 0 1rem;
  display: none;
}
.accord-title.active::before {
  transform: rotate(90deg);
}
.faq-section .accord-title {
  font-weight: 700;
  font-size: 16px;
}
.accord-title span {
  font-weight: 700;
  font-size: 15px;
  display: block;
  width: 90%;
}
.faq-section .accord-content {
  font-weight: 300;
  font-size: 16px;
}
/* *************** */
/* INQUIRY SECTION */
.inquiry-section {
  background-color: #efc7ff;
  color: var(--secondary-purple);
  padding: 2rem 0;
}
.inquiry-text-title {
  width: 90%;
}
.inquiry-form-title {
  text-align: center;
}
.inquiry-section h2 {
  font-size: 35px;
  font-weight: 700;
  padding: 0.5rem 0;
}
.inquiry-section p {
  font-size: 18px;
  font-weight: 400;
}
.inquiry-text-button button {
  background-color: #128C7E;
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 0;
  width: 40%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1rem 0;
}
.inquiry-text-button button:hover {
  background-color: #075E54;
  color: var(--primary-white);
  font-size: 22px;
  font-weight: 700;
  padding: 0.7rem 0;
  width: 40%;
  transition: 0.3s ease-in-out;
  border: none;
  border-radius: 20px;
  margin: 1rem 0;
  cursor: pointer;
}
.inquiry-form-wrapper {
  background-color: var(--primary-purple);
  color: var(--primary-white) !important;
  padding: 2rem;
  border-radius: 15px;
}
.inquiry-section .form-label {
  font-size: 18px;
  font-weight: 700;
}
.submit-btn {
  background-color: var(--light-gold);
  color: var(--primary-white);
  padding: 0.8rem 0;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  width: 30%;
  transition: 0.3s ease-in-out;
}
.submit-btn:hover {
  background-color: var(--dark-gold);
  color: var(--primary-white);
  padding: 0.8rem 0;
  border-radius: 12px;
  font-weight: 700;
  font-size: 18px;
  border: none;
  width: 30%;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
/* =============== */
@media screen and (max-width: 320px) {
  /* Home Hero Section */
  .hero-section {
    height: 100%;
  }
  .hero-circle::before {
    display: none;
  }
  .hero-text-wrapper {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative !important;
    margin: 10rem 0 0 0;
  }
  .hero-text-wrapper h1 {
    font-size: 45px;
    text-align: center;
  }
  .hero-text-wrapper p {
    font-size: 15px;
    padding: 0.5rem 0;
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .hero-text span {
    font-size: 80px !important;
    text-align: center;
  }
  .hero-button {
    margin: auto;
    padding: 0.5rem 0;
  }
  .hero-button button {
    font-size: 15px;
    width: 40%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
  }
  .hero-button button:hover {
    font-size: 15px;
    width: 40%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
  }
  .hero-img {
    transform: translate(0%, 0%);
    position: relative !important;
    margin: 1rem auto;
  }
  /* ********************************* */
  /* About Section */
  .about-section h2 {
    font-size: 35px;
  }
  .about-line {
    width: 20%;
  }
  .about-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .about-content p {
    font-size: 14px;
    text-align: center;
  }
  .about-text {
    width: 90%;
  }
  .about-left-img-wrapper {
    height: 320px;
  }
  .about-right-img-wrapper {
    height: 220px;
  }
  .about-second-left-wrapper {
    max-width: 100%;
    height: 200px;
    margin-top: 1rem;
  }
  .about-second-right-wrapper {
    max-width: 100%;
    height: 200px;
    margin: 1rem 0 0 0 !important;
  }
  /* ********************************* */
  /* Value Section */
  .value-section h2 {
    font-size: 35px;
  }
  .value-line {
    width: 20%;
  }
  .value-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .value-content i {
    font-size: 90px;
  }
  .value-content h5 {
    font-size: 20px;
  }
  .value-content p {
    font-size: 14px;
  }
  .value-footer p {
    font-size: 14px;
    width: 90%;
    padding: 3rem 0 1rem 0;
  }
  .value-footer span {
    font-size: 12px;
  }
  /* ********************** */
  /* SERVICES SECTION */
  .services-section h2 {
    font-size: 35px;
  }
  .services-line {
    width: 20%;
  }
  .services-item-wrapper {
    padding: 1.5rem;
  }
  .services-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .services-item-text h3 {
    font-size: 30px;
  }
  .services-item-text p {
    font-size: 14px;
  }
  .services-item-icon i {
    font-size: 90px;
    padding: 2rem 0;
  }
  .services-footer button {
    font-size: 18px;
  }
  .services-footer button:hover {
    font-size: 18px;
  }
  /* ********************** */
  /* TEAMS SECTION */
  .teams-section h2 {
    font-size: 35px;
  }
  .teams-line {
    width: 20%;
  }
  .teams-title {
    padding: 0 0 1rem 0;
  }
  .teams-img-wrapper {
    height: 350px;
  }
  .teams-img {
    object-position: top;
  }
  /* ************** */
  /* FAQ SECTION */
  .faq-section h2 {
    font-size: 35px;
    width: 100%;
  }
  .faq-line {
    width: 30%;
  }
  .faq-collection {
    width: 100%;
  }
  .faq-section p {
    font-size: 14px;
  }
  .faq-section .accord-title {
    font-size: 14px;
  }
  .accord-title span {
    font-size: 14px;
  }
  .faq-section .accord-content {
    font-size: 14px;
  }
  /* *************** */
  /* INQUIRY SECTION */
  .inquiry-text-title {
    width: 90%;
    margin: auto;
  }
  .inquiry-form-title {
    text-align: center;
    padding: 1rem 0 0 0;
  }
  .inquiry-section h2 {
    font-size: 30px;
    text-align: center;
  }
  .inquiry-section p {
    font-size: 16px;
    text-align: center;
  }
  .inquiry-text-button {
    display: flex;
    justify-content: center;
  }
  .inquiry-text-button button {
    font-size: 18px;
    padding: 0.7rem 2rem;
    width: 100%;
    margin: 1rem auto;
  }
  .inquiry-text-button button:hover {
    font-size: 18px;
    padding: 0.7rem 2rem;
    width: 100%;
    margin: 1rem auto;
  }
  .inquiry-section .form-label {
    font-size: 16px;
  }
  .submit-btn {
    font-size: 16px;
    width: 60%;
  }
  .submit-btn:hover {
    font-size: 16px;
    width: 60%;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  /* Home Hero Section */
  .hero-section {
    height: 100%;
  }
  .hero-circle::before {
    display: none;
  }
  .hero-text-wrapper {
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    position: relative !important;
    margin: 10rem 0 0 0;
  }
  .hero-text-wrapper h1 {
    font-size: 45px;
    text-align: center;
  }
  .hero-text-wrapper p {
    font-size: 15px;
    padding: 0.5rem 0;
    width: 80%;
    text-align: center;
    margin: auto;
  }
  .hero-text span {
    font-size: 80px !important;
    text-align: center;
  }
  .hero-button {
    margin: auto;
    padding: 0.5rem 0;
  }
  .hero-button button {
    font-size: 15px;
    width: 40%;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
  }
  .hero-button button:hover {
    font-size: 15px;
    width: 40%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: 1rem auto;
  }
  .hero-img {
    transform: translate(0%, 0%);
    position: relative !important;
    margin: 1rem auto;
  }
  /* ********************************* */
  .info-section {
    padding: 2rem 0;
  }
  .info-bg-img {
    display: none;
  }
  .info-title h2 {
    font-size: 20px;
  }
  .info-line {
    width: 20%;
  }
  .info-box {
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    float: left;
  }
  .info-box p {
    font-size: 11px;
  }
  .info-desc {
    font-weight: 700;
  }
  /* ********************************* */
  /* About Section */
  .about-section h2 {
    font-size: 35px;
  }
  .about-line {
    width: 20%;
  }
  .about-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .about-content p {
    font-size: 14px;
    text-align: center;
  }
  .about-text {
    width: 90%;
  }
  .about-left-img-wrapper {
    height: 320px;
  }
  .about-right-img-wrapper {
    height: 220px;
  }
  .about-second-left-wrapper {
    max-width: 100%;
    height: 200px;
    margin-top: 1rem;
  }
  .about-second-right-wrapper {
    max-width: 100%;
    height: 200px;
    margin: 1rem 0 0 0 !important;
  }
  /* ********************************* */
  /* Value Section */
  .value-section h2 {
    font-size: 35px;
  }
  .value-line {
    width: 20%;
  }
  .value-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .value-content i {
    font-size: 50px;
  }
  .value-content h5 {
    font-size: 17px;
  }
  .value-content p {
    font-size: 14px;
  }
  .value-footer p {
    font-size: 14px;
    width: 90%;
    padding: 3rem 0 1rem 0;
  }
  .value-footer span {
    font-size: 12px;
  }
  /* ********************** */
  /* SERVICES SECTION */
  .services-section h2 {
    font-size: 35px;
  }
  .services-line {
    width: 20%;
  }
  .services-title p {
    font-size: 14px;
    width: 90%;
    padding: 1.5rem 0;
  }
  .services-img-wrapper {
    max-width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
  }
  .services-item-text h3 {
    font-size: 25px;
  }
  .services-item-text p {
    font-size: 12px;
  }
  .services-item-icon i {
    font-size: 90px;
    padding: 2rem 0;
  }
  .services-footer button {
    font-size: 18px;
  }
  .services-footer button:hover {
    font-size: 18px;
  }
  /* ********************** */
  /* TRANSPORT SECTION */
  .transport-section h2 {
    font-size: 35px;
  }
  .transport-line {
    width: 20%;
  }
  .transport-title p {
    font-size: 14px;
  }
  .transport-left-wrapper {
    max-width: 100%;
    height: 220px;
  }
  .transport-right-wrapper {
    max-width: 100%;
    height: 200px;
    margin: 0;
  }
  .transport-wide-wrapper {
    max-width: 100%;
    height: 220px;
  }
  .transport-text p,
  .transport-text ul li {
    font-size: 14px;
    width: 90%;
    margin: auto;
  }
  /* ********************** */
  /* TEAMS SECTION */
  .teams-section h2 {
    font-size: 35px;
  }
  .teams-line {
    width: 20%;
  }
  .teams-title {
    padding: 0 0 1rem 0;
  }
  .leader-wrapper {
    padding: 1rem 0;
  }
  .leader-img-wrapper {
    width: 150px;
    height: 150px;
  }
  .side-leader {
    padding: 0;
  }
  .teams-img-wrapper {
    height: 350px;
  }
  .teams-img {
    object-position: top;
  }
  /* ************** */
  /* AREA SECTION */
  .area-section h2 {
    font-size: 35px;
  }
  .area-line {
    width: 20%;
  }
  .area-box {
    padding: 2rem;
    height: 100%;
  }
  .area-box h4 {
    font-size: 30px;
    text-align: center;
  }
  .area-box p {
    font-size: 13px;
    text-align: center;
    width: 95%;
    margin: 1rem auto;
  }
  .area-box i {
    font-size: 17px;
    display: flex;
    justify-content: center;
  }
  .area-img-wrapper {
    max-width: 100%;
    height: 220px;
  }
  .left-side, .right-side {
    height: 220px !important;
    margin: 0.5rem 0;
  }
  /* ************** */
  /* FAQ SECTION */
  .faq-section h2 {
    font-size: 35px;
    width: 100%;
  }
  .faq-line {
    width: 30%;
  }
  .faq-collection {
    width: 100%;
  }
  .faq-section p {
    font-size: 14px;
  }
  .faq-section .accord-title {
    font-size: 14px;
  }
  .accord-title span {
    font-size: 14px;
  }
  .faq-section .accord-content {
    font-size: 14px;
  }
  /* *************** */
  /* INQUIRY SECTION */
  .inquiry-text-title {
    width: 90%;
    margin: auto;
  }
  .inquiry-form-title {
    text-align: center;
    padding: 1rem 0 0 0;
  }
  .inquiry-section h2 {
    font-size: 30px;
    text-align: center;
  }
  .inquiry-section p {
    font-size: 16px;
    text-align: center;
  }
  .inquiry-text-button {
    display: flex;
    justify-content: center;
  }
  .inquiry-text-button button {
    font-size: 18px;
    padding: 0.7rem 2rem;
    width: 100%;
    margin: 1rem auto;
  }
  .inquiry-text-button button:hover {
    font-size: 18px;
    padding: 0.7rem 2rem;
    width: 100%;
    margin: 1rem auto;
  }
  .inquiry-section .form-label {
    font-size: 16px;
  }
  .submit-btn {
    font-size: 16px;
    width: 60%;
  }
  .submit-btn:hover {
    font-size: 16px;
    width: 60%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {

}
@media screen and (min-width: 992px) and (max-width: 1023px) {

}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
}
/* ----------------------------------------------------- */
/* FOOTER */
.footer-upper {
  background-color: var(--primary-purple);
  color: var(--primary-white);
  padding: 2rem 0 3rem 0;
}
.footer-lower {
  background-color: var(--secondary-purple);
  color: var(--primary-white);
}
.upper-footer {
  width: 75%;
  margin: auto;
}
.logo-footer {
  width: 50%;
  height: auto;
}
.footer-section p {
  font-size: 16px;
  font-weight: 300;
  padding: 1.5rem 0 0 0;
}
.footer-section h4 {
  font-weight: 700;
  font-size: 16px;
}
.footer-section ul li {
  font-weight: 300;
  font-size: 16px;
}
.footer-section li a {
  text-decoration: none;
  color: var(--primary-white);
  transition: 0.3s ease-in-out;
}
.footer-section li a:hover {
  text-decoration: none;
  color: var(--light-gold);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.footer-lower span {
  font-weight: 300;
  font-size: 14px;
  margin: auto 2rem;
}
.rounded-socmed {
  background-color: var(--light-gold);
  color: var(--primary-white);
  border-radius: 50%;
  width: 5%;
}
.address-wrapper {
  padding: 1rem 0;
}
.address-wrapper p {
  padding: 0 !important;
}
.social-media-wrapper {
  padding: 0 0 1rem 0;
}
.social-media-wrapper i {
  font-size: 23px;
  margin: auto 1.5rem auto 0;
}
.footer-section a {
  color: var(--primary-white);
  transition: 0.3s ease-in-out;
}
.footer-section a:hover {
  color: var(--light-gold);
  transition: 0.3s ease-in-out;
}
.orientation-text-left {
  text-align: left !important;
}
.orientation-text-right {
  text-align: right !important;
}
@media screen and (max-width: 320px) {
  .upper-footer {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .logo-footer {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .footer-section p {
    font-size: 12px;
  }
  .upper-footer p {
    text-align: center;
  }
  .footer-section h4 {
    padding: 0.5rem 0;
  }
  .orientation-text-left {
    text-align: center !important;
  }
  .orientation-text-right {
    text-align: center !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .upper-footer {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .logo-footer {
    display: flex;
    justify-content: center;
    margin: auto;
  }
  .footer-section p {
    font-size: 14px;
  }
  .upper-footer p {
    text-align: center;
  }
  .footer-section h4 {
    padding: 0.5rem 0;
  }
  .orientation-text-left {
    text-align: center !important;
  }
  .orientation-text-right {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer-section {
    background-color: var(--secondary-black);
  }
  .footer-upper {
    width: 90%;
    margin: auto;
  }
  .upper-footer {
    width: 100%;
    padding: 0 0 1rem 0;
  }
  .orientation-text-left {
    text-align: center !important;
  }
  .orientation-text-right {
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .footer-upper {
    width: 100%;
    margin: auto;
  }
  .footer-section h4 {
    font-size: 14px;
  }
  .footer-section ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1399px) {
}
/* ============ */
