/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763122961
Updated: 2025-11-14 12:22:41

*/
/* ---------- GLOBAL ---------- */
body {
  font-family: "Outfit", sans-serif;
  background: #fff;
  color: #000;
}

.bg-yellow {
  background-color: #ffbf63;
}
.bg-black {
  background-color: #000;
}

.text-yellow {
  color: #ffbf63;
}
.text-black {
  color: #000;
}

.fs-30 {
  font-size: 32px !important;
  line-height: 42px;
}
.box-border {
  width: 100%;
  height: 50px;
}
/* ACF text wrapper (fix p spacing) */
.acf-text p {
  margin: 0 0 20px;
}
.acf-text strong {
  color: #ffbf63;
}




.container {
  padding: 0 30px!important;
}


/* ---------- HERO SECTION ---------- */
.hero-sec lite-vimeo {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}

.hero-sec {
  position: relative;
}
.hero-sec a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-sec a img {
  width: 80px;
  height: 80px;
}

/* ---------- BLACK SECTION ---------- */
.who-work-sec {
  padding: 80px 0 !important;
}
.group-content-box {
  max-width: 1025px;
  margin: auto;
}
.group-box-member {
  max-width: 1660px !important;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}

section.who-work-sec .container {
  max-width: 1680px;
}

/* ---------- MID BLACK TEXT SECTION ---------- */
.delivery-model-sec {
  padding: 80px 0;
  background-color: #f3f3f3 !important;
}
.delivery-model-sec .container {
  max-width: 1680px;
}
.delivery-model-content {
  max-width: 1680px;
  margin: auto;
}
.delivery-model-content .col-md-4 {
  padding: 15px 25px;
}
.delivery-model-content .row.provide-del-box {
  align-items: flex-start;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
  gap: 50px;
  flex-direction: row !important;
}
.provide-box-item {
  width: 48% !important;
}

.who-work-title {
  padding: 40px 0;
}

/* ---------- CTA SECTION ---------- */
.get-us-sec {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.talk-today-content {
  max-width: 1080px;
  margin: 0 0 auto auto;
}
.talk-today-content h3 {
  font-size: 48px !important;
  line-height: 62px !important;
}
.talk-today-content a {
  float: right;
  padding: 15px 35px !important;
  color: #575756 !important;
  font-size: 22px !important;
  line-height: 28px !important;
  font-weight: 500;
}

/* ---------- IMAGES ---------- */
.img-row img {
  width: 100%;
  object-fit: cover;
}

/* ============ HEADER STYLING ============ */
/* TOP BAR */
/* ========================= */
.header-top {
  background: #ffbf63;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0;
}

.header-top .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  max-width: 1680px;
}

.header-phone a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

/* Social Icons */
.header-icons a {
  font-size: 40px;
  color: #000;
  text-decoration: none;
}

.header-icons a:hover {
  opacity: 0.7;
}

/* ========================= */
/* HEADER BOTTOM */
/* ========================= */
.header-bottom .container {
  max-width: 1680px;
}
.header-bottom {
  background: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid #eaeaea;
}
.header-emails {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-emails a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #000 !important;
}

.header-logo img {
  max-height: 65px;
  width: auto;
}

/* Right side emails */
.header-emails div {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #000;
}

/* ====================== FOOTER ======================= */

.xprt-footer {
  background: #000000;
  padding: 80px 0 100px 0;
}

.footer-row {
  display: flex;
  align-items: flex-start;
}

.footer-logo img {
  max-height: 65px;
}

.footer-heading {
  font-size: 18px;
  font-weight: 700;
  color: #ffbf63;
}

.footer-address p,
.footer-contact p,
.footer-contact p a {
  font-size: 18px;
  color: #f3f3f3;
  text-decoration: none;
  margin-bottom: 0 !important;
}

.footer-icon {
  display: inline-block;
  margin-right: 12px;
  font-size: 37px;
  color: #ffbf63;
  text-decoration: none;
}

.footer-icon:hover {
  color: #ffffff;
}

.footer-social {
  margin-top: 20px;
}
.container.footer-container {
  max-width: 1680px;
}


.error-section{
  padding: 50px 0;
}
.error-content{
  text-align: center;
}
.error-content img{
  max-width: 500px;
  width: 80%;
  margin: 0 auto;
}
.error-content h1{
  font-weight: 600;
  font-size: 30px;
  margin: 20px 0 10px 0;
  font-family: "Outfit", sans-serif;
}
.error-content p{
  font-family: "Outfit", sans-serif;
}

.page-content-section{
  padding: 50px 0;
}
.page-content-text h1{
    font-size: 30px;
    font-weight: 600;
    font-family: "Outfit", sans-serif;
    margin: 0 0 20px 0;
}
.page-content-text p{
  margin: 0 0 20px 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.page-content-text p a{
  color: #000;
}

@media (max-width: 767px) {
  .container {
    padding: 0 15px!important;
  }
  .footer-social {
    margin-top: 30px;
  }
}
