body {
    font-size: 18px;
    font-weight: 300;
    color: #000;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    font-weight: 300;
}

strong {
    font-weight: 800;
    color: #000;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 300;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: inherit;
}

.fa-phone {
    transform: rotate(90deg);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button {
    color: inherit;
    border: none;
}

p {
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.5px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul {
    padding-left: 0 !important;
}

hr {
    background-color: #041936;
    opacity: 1;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: inherit;
}

label {
    margin-bottom: 5px;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

.sub-heading h2 {
    font-size: 48px;
    color: #1e335a;
    font-weight: 700;
}

.sub-heading p {
    font-size: 18px;
    color: #232323;
}

.sub-heading .line_shape {
    display: inline-block;
    background-color: #1e335a;
    width: 100px;
    height: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

.section {
    padding: 100px 0;
}


/* Navigation Styles */

.navbar {
    /* background-color: rgba(0, 0, 0, 0.9) !important;*/
    backdrop-filter: blur(10px);
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.navbar-brand {
    font-weight: 700;
    font-size: 24px;
    color: #ffffff !important;
}

.ava-logo {
    color: #d4845a;
    font-weight: 700;
    font-size: 32px;
    text-decoration: none;
}

.ava-tagline {
    font-size: 12.8px;
    color: #cccccc;
    letter-spacing: 2px;
    margin-top: -5px;
}

.navbar-nav .nav-link {
    color: #a45c4c;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
    margin: 0 16px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.navbar-nav .nav-link:hover {
    color: #d4845a !important;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.dropdown-item {
    color: #ffffff;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-item:hover {
    background-color: rgba(212, 132, 90, 0.2);
    color: #d4845a;
}

.enquire-btn {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    color: #000;
    border: none;
    padding: 11.2px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.enquire-btn:hover {
    background-color: #b8704a;
    transform: translateY(-2px);
}


/* Hero Section Styles */

.hero-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}


/* Video Background */

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


/* Slider Styles */

.hero-slider {
    height: 100vh;
}

.hero-slide {
    height: 100vh;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 32px;
    margin-left: 5%;
}


/* Hero Title with Gradient Text */

.hero-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.21;
    color: #a45c4c;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 16px;
}

.hero-title strong {
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.9;
}


/* Slick Dots Styling */

.hero-section .slick-dots {
    bottom: 48px !important;
}

.hero-section .slick-dots li button:before {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.hero-section .slick-dots li.slick-active button:before {
    color: #a45c4c;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.hero-section .slick-dots li button:hover:before {
    color: #d4845a;
}

.hero-section .slick-prev,
.hero-section .slick-next {
    display: none !important;
}

.evolution-section {
    background-color: #0f0f0f;
    position: relative;
    padding-top: 140px;
    padding-bottom: 100px;
}

.evolution-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    top: -2px;
    left: 0;
    background-image: url(../images/up-strip.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.evolution-card h2 {
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 32px;
    margin-bottom: 15px;
}

.evolution-card p {
    color: hsla(0, 0%, 73%, .8);
    font-size: 18px;
    line-height: 1.3;
    margin: 18px 0;
}

.site-link {
    display: inline-flex;
    align-items: center;
    color: #c97f6c!important;
    text-decoration: none;
}

.site-link img {
    margin-left: 10px;
}

.evolution-counter-card h3 {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
}

.evolution-counter-card p {
    line-height: 1.35;
    text-transform: uppercase;
    min-height: 212px;
    color: hsla(0, 0%, 73%, .8);
    margin-top: 12px;
}

.evolution-counter-card-row .col-6:not(:last-child) .evolution-counter-card:after {
    content: "";
    position: absolute;
    border-right: 1px solid hsla(0, 0%, 73%, .3);
    height: 100%;
    right: 18px;
    top: 0;
}


/* .our-projects-slider {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}

.section-heading h2 {
    letter-spacing: 5px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.section-heading__tabs button {
    text-transform: uppercase;
    background-color: transparent;
    color: hsla(0, 0%, 73%, .8);
    outline: 0;
    border: 0;
    position: relative;
    cursor: pointer;
}

.section-heading__tabs button:not(:last-child) {
    margin-right:42px;
}

.section-heading__tabs button.active {
    color: #fff;
} */

.making-map-section {
    background-image: url(../images/ava-locationnotble.jpg);
    background-size: cover;
    background-position: 70% bottom;
    height: auto;
    padding: 100px 0;
}

.making-section-card .evolution-card p {
    color: #fff;
    font-size: 20px;
    line-height: 1.43;
}

.making-section-card__body {
    display: flex;
}

.making-table-section-card {
    display: flex;
    border: 1px solid #fff;
    margin-top: 15px;
    background: rgba(21, 20, 25, .69);
}

.making-table-section-card__road {
    border-right: 1px solid #fff;
}

.making-table-section-card__rail,
.making-table-section-card__road {
    width: 50%;
}

.making-table-section-card h3,
.making-table-section-card li {
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.making-table-section-card h3,
.making-table-section-card li {
    color: #fff;
}

.making-table-section-card ul {
    display: flex;
    flex-direction: column;
}

.making-table-section-card h3,
.making-table-section-card li {
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.making-table-section-card li {
    font-size: 12px;
    text-align: left !important;
    font-weight: 400;
    font-family: beausite_fit_trialthin;
    padding-left: 68px;
    height: 30px;
    position: relative;
}

.making-table-section-card__road li:first-child:before {
    border-color: #e5e5e5;
}

.making-table-section-card__road li:before {
    content: "";
    border: 1px solid #fff;
    top: 50%;
}

.making-table-section-card li:before {
    position: absolute;
    width: 40px;
    height: 1px;
    left: 12px;
    transform: translateY(-50%);
}

.making-table-section-card__road li:nth-child(2):before {
    border-color: #515255;
}

.making-table-section-card__road li:nth-child(3):before {
    border-color: #574071;
}

.making-table-section-card__road li:nth-child(4):before {
    border-color: #bba06b;
}

.making-table-section-card__road li:nth-child(5):before {
    border-color: #c67a23;
}

.making-table-section-card__rail li:first-child:before {
    color: #1c4497;
}

.making-table-section-card__rail li:before {
    content: "-----";
    top: 22%;
    font-size: 16px;
}

.making-table-section-card li:before {
    position: absolute;
    width: 40px;
    height: 1px;
    left: 12px;
    transform: translateY(-50%);
}

.making-table-section-card__rail li:nth-child(2):before {
    color: #63c3ed;
}

.making-table-section-card__rail li:nth-child(3):before {
    color: #a3ae96;
}

.making-table-section-card__rail li:nth-child(4):before {
    color: #ef8e19;
}

.making-table-section-card__rail li:nth-child(5):before {
    font-size: 0;
}

.making-map-section-card {
    width: 336px;
}

.making-map-section-card {
    object-fit: contain;
    background-color: #151419;
    padding: 23px 30px;
    font-size: 12px;
    margin-top: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.making-map-section-card p {
    line-height: 1.33;
    letter-spacing: .75px;
    text-align: left;
    color: #bbb;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 500;
}

.making-table-section-card {
    width: 390px;
}

.section-heading-2 {
    text-transform: uppercase;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 7px;
    line-height: 1.4;
}

.footer-section__row>[class*=col-lg]:not(:last-child) .footer-upper-card:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    border: 1px solid hsla(11, 66%, 81%, .2);
}

.footer-upper-card__list {
    flex-direction: column;
    margin-top: 30px;
}

.footer-upper-card__list li a {
    display: inline-block;
    color: hsla(0, 0%, 73%, .8);
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    cursor: pointer;
}

.footer-upper-card__list li:not(:first-child) a {
    margin-top: 15px;
}

.footer-outer-wrapper {
    position: relative;
}

.footer-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    bottom: 0;
    background-image: url(../images/up-strip.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.footer-section-two {
    background: linear-gradient(90deg, #8b7500, #d4af37 46%, #a67c00);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
}


/* Show dropdown menu on hover */

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* remove the gap so it stays connected */
}


/* Optional: smooth fade-in effect */

.dropdown-menu {
    display: none;
    animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-section-two-card__list {
    display: flex;
}

.footer-section-two-card__list li:not(:last-child) {
    margin-right: 15px;
}

.footer-section-two-card__list li {
    position: relative;
}

.footer-section-two-card__list li a {
    color: #171819;
    text-decoration: none;
}

.footer-follow-card {
    margin-bottom: 6px;
    justify-content: flex-end;
}

.footer-follow-card {
    display: flex;
    align-items: center;
}

.footer-follow-card .footer-follow-card__list {
    margin-left: 18px;
}

.footer-follow-card__list {
    display: flex;
}

.footer-follow-card__list li:not(:last-child) {
    margin-right: 12px;
}

.footer-phonenumber {
    justify-content: flex-end;
}

.footer-phonenumber {
    color: #171819;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.33;
    display: flex;
    align-items: center;
}

.footer-phonenumber img {
    max-height: 20px;
    max-width: 20px;
}

.footer-horizontal-strip-wrapper {
    position: relative;
}

.footer-section__row>[class*=col-lg]:not(:last-child) .footer-upper-card {
    position: relative;
}

.footer-upper-card {
    height: 100%;
}

.footer-section__row>[class*=col-lg]:not(:last-child) .footer-upper-card:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    border: 1px solid hsla(11, 66%, 81%, .2);
}

.accordian-card,
.plus-icon {
    transition: max-height .6s ease-in-out;
}

.footer-open-close {
    position: absolute;
    top: -52px;
    right: 28px;
    max-width: 52px;
    min-height: 52px;
    border: 1.15px solid #984c3c;
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    cursor: pointer;
    padding: 8px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    transform: rotate(180deg);
}

.footer-follow-card h3 {
    color: #171819;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.footer-phonenumber img {
    margin-right: 10px;
}



.crafting-slider-section {
    height: 600px;
}

.footer-section-two-card__list li:not(:last-child):after {
    content: "-";
    position: absolute;
    right: -.9285714286rem;
    top: 50%;
    transform: translateY(-50%);
    color: #3c3d3f;
}

.our-projects-section {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}

.our-projects-section .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.our-projects-slider-card {
    padding: 10px;
}

.our-projects-slider-card__imageswrapper {
    overflow: hidden;
    border-radius: .7142857143rem;
}

.our-projects-slider-card__images {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 12px;
    transition: .3s ease-in-out !important;
}

.our-projects-slider-card .evolution-counter-card,
.our-projects-slider-card .site-link {
    margin-top: 25px;
}

.evolution-counter-card h3 {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.our-projects-slider-card__location {
    margin-top: 20px;
}

.our-projects-slider-card__location p {
    color: hsla(0, 0%, 100%, .302);
    margin-bottom: 5px;
}

.our-projects-section h2 {
    letter-spacing: 5px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 25px;
}

.our-projects-section .nav.nav-tabs {
    border-bottom: none;
    margin-bottom: 25px;
}

.our-projects-section .nav.nav-tabs li {
    width: 33.33%;
}

.our-projects-section .nav.nav-tabs li .nav-link.active {
    color: #fff;
}

.our-projects-section .nav.nav-tabs li .nav-link {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    background-color: transparent;
    color: hsla(0, 0%, 73%, .8);
    outline: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    border-right: 3px solid #fff;
    border-radius: 0;
    text-align: center;
}

.our-projects-section .nav.nav-tabs li:last-child .nav-link {
    border-right: none;
}

.our-projects-section .slick-next:before,
.our-projects-section .slick-prev:before {
    border: 1px solid #a45c4c;
}

.our-projects-section .slick-next:before,
.our-projects-section .slick-prev:before {
    content: "";
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/slider-pre-next.png);
    background-repeat: no-repeat;
    background-position: 50%;
}

.our-projects-section .slick-next {
    right: -60px;
    width: 50px;
    height: 50px;
}

.our-projects-section .slick-next {
    transform: rotate(180deg);
    transform-origin: 25px 10px;
}

.our-projects-section .slick-prev {
    left: -80px;
    width: 50px;
    height: 50px;
}

.crafting_sldr_upr .slick-dots {
    bottom: 48px !important;
}

.crafting_sldr_upr .slick-dots li button {
    border: 1px solid #c28273;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.crafting_sldr_upr .slick-dots li.slick-active button {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    ;
}

.crafting_sldr_upr .slick-dots li button:before {
    display: none;
}

.hide-ftr-cls.hide-ftr-sec {
    display: none;
}

.evolution-counter-card-row .col-6:not(:last-child) .evolution-counter-card:after {
    content: "";
    position: absolute;
    border-right: 1px solid hsla(0, 0%, 73%, .3);
    height: 100%;
    right: 1.0714285714rem;
    top: 0;
}


/* About Us Page */

.aboutus-banner-section {
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    background-image: url(../images/about-us-banner-bg.jpg);
}

.aboutus-banner-section .jumbo-slider-card {
    padding-left: 0;
    text-align: center;
}

.jumbo-slider-card h1 {
    text-transform: uppercase;
    line-height: 1.21;
    color: #a45c4c;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #a45c4c;
    letter-spacing: 3px;
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 500;
}

.artimptag-banner:after {
    content: "Artistic Impression";
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.1428571429rem;
    opacity: .8;
    font-weight: 500;
}

.horizontal-strip {
    height: 55px;
}

.welcome-section {
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/join-journey-bg.png);
    background-color: #000;
    overflow: hidden;
}

.welcome-section .inner-section {
    background-color: #171717;
    padding: 160px;
    position: relative;
}

.welcome-section .inner-section .top-box {
    position: absolute;
    width: 102px;
    height: 57px;
    background-image: linear-gradient(#b8860b, #ffd700 46%, #daa520);
    -webkit-clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    top: -17px;
    left: -40px;
    transform: rotate(-45deg);
}

.welcome-section .inner-section .bottom-box {
    position: absolute;
    width: 102px;
    height: 57px;
    background-image: linear-gradient(#b8860b, #ffd700 46%, #daa520);
    -webkit-clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    bottom: -17px;
    right: -40px;
    transform: rotate(135deg);
}

.welcome-section .inner-section p {
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.7857142857rem;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    padding-inline: 1.4285714286rem;
    letter-spacing: .0428571429rem;
}

.guiding-principle-section {
    width: 100%;
    min-height: 59.2857142857rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/guiding-principle-bg.png);
    padding: 12.8571428571rem 0;
    background-color: #000;
}

.project-details-card h2 {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.13;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
}

.guiding-principle-section .description {
    color: hsla(0, 0%, 73%, .8);
    font-size: 2.1428571429rem;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: .0428571429rem;
}

.guiding-principle-section .card-container {
    display: flex;
    gap: 20px;
    margin: 2.8571428571rem 0;
}

.guiding-principle-section .card-container .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 6.0714285714rem 0 2.1428571429rem;
    background-color: rgba(0, 0, 0, .2);
    border: .0714285714rem solid #f9bfb4;
    border-radius: 1.4285714286rem;
    min-height: 18.2142857143rem;
    flex-basis: 20%;
}

.guiding-principle-section .card-container .card span {
    color: hsla(0, 0%, 73%, .9);
    font-size: 1.7857142857rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .0714285714rem;
}

.guiding-principle-section .bottom-text {
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.4285714286rem;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: .0428571429rem;
    text-align: justify;
}

.join-the-journey-section {
    min-height: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/join-journey-bg.png);
    border-top: 100px solid #000;
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.join-the-journey-section .inner-section {
    background-color: #121212;
    min-height: 42.8571428571rem;
    padding: 6.7857142857rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.join-the-journey-section .inner-section h3 {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.8571428571rem;
    letter-spacing: .0357142857rem;
    padding: .7142857143rem 0;
    line-height: 1.3;
}

.join-the-journey-section .inner-section p {
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.1428571429rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .0428571429rem;
}

.join-the-journey-section .inner-section .top-box {
    position: absolute;
    width: 102px;
    height: 57px;
    background-image: linear-gradient(#b8860b, #ffd700 46%, #daa520);
    -webkit-clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    top: -17px;
    left: -40px;
    transform: rotate(-45deg);
}

.join-the-journey-section .inner-section .bottom-box {
    position: absolute;
    width: 102px;
    height: 57px;
    background-image: linear-gradient(#b8860b, #ffd700 46%, #daa520);
    -webkit-clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    clip-path: polygon(50% 3%, 0 100%, 100% 100%);
    bottom: -17px;
    right: -40px;
    transform: rotate(135deg);
}

.about-us-section {
    padding: 100px 0 100px !important;
    background-color: #000;
    position: relative;
}

.vision-section .description {
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.5714285714rem;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: .0285714286rem;
}

.vision-section .vision-bg {
    max-width: 100%;
    max-height: 550px;
    margin-top: 65px;
    padding: 270px 0;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    background-image: url(../images/vision-bg.jpg);
}

.awards-section .card-container {
    display: flex;
    gap: 20px;
    padding-top: 55px;
}

.awards-section .card-container .card-outer-wrapper {
    display: flex;
    gap: 1.4285714286rem;
    flex-direction: column;
}

.awards-section .card-container .card-outer-wrapper .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #171717;
    border-radius: 1.4285714286rem;
    height: 26.7857142857rem;
    width: 26.7857142857rem;
}

.awards-section .card-container .card-outer-wrapper .bottom-wrapper {
    max-width: 27.1428571429rem;
}

.awards-section .card-container .card-outer-wrapper .bottom-wrapper .topText {
    color: hsla(0, 0%, 73%, .8);
    font-size: 1.2857142857rem;
    font-weight: 250;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: .0428571429rem;
    padding-top: .7142857143rem;
}

.awards-section .card-container .card-outer-wrapper .bottom-wrapper h3 {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    letter-spacing: .0357142857rem;
    line-height: 1.3;
    min-height: 7.1428571429rem;
    padding: .7142857143rem .7142857143rem .7142857143rem 0;
}

.awards-section .card-container .card-outer-wrapper .bottom-wrapper .bottom-text {
    color: #707070;
    font-weight: 250;
    margin-top: 0;
    line-height: 1.3;
    letter-spacing: .0428571429rem;
    padding-right: 2.1428571429rem;
}

.blog-listing-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background-image: url(../images/project-location-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    background-position: bottom;
}

.about-us-section .container {
    position: relative;
    z-index: 9;
}