@font-face {
    font-family: "Acumin Pro";
    /* Name the font */
    src: url('../fonts/Acumin-RPro.otf') format('truetype');
    /* Path to the .ttf file */
}

body {
    font-family: "Acumin Pro";
}

:root {
    --black-color: #000000;
    --Mid-Grey: #5C5C63;
    --white-color: #ffffff;
    --light-black: #1D1D1B;
    --primary-color: #FEEB75;
    --Blue-Slate: #405F71;
    --yellow-color: #ffd700;
}

/* Navbar Styling */

nav {
    position: fixed;
    z-index: 100;
}

.navbar {
    background-color: var(--black-color);
    height: 90px;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.navbar-brand {
    font-size: 1.5rem;
    color: var(--white-color);
}

.nav-item {
    padding: 20px 0;
}

.navbar-nav {
    flex-direction: row;
}

.navbar-toggler:focus {
    box-shadow: inherit !important;
}

.navbar-nav .nav-link {
    color: var(--Mid-Grey);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    border-right: 1px solid var(--black-color);
    padding: 0 20px !important;
}

.nav-item:first-child .nav-link {
    padding-left: 0 !important;
}

.nav-item:last-child .nav-link {
    border-right: inherit !important;
}


.navbar-nav .nav-link.active {
    font-weight: 700;
}

.btn-custom {
    color: var(--light-black);
    font-size: 18px;
    font-style: normal;
    border-radius: 61px;
    background: var(--primary-color);
    padding: 12px 16px 8px 16px;
}

.btn-custom:hover {
    background-color: var(--yellow-color);
}


.navbar-toggler {
    border: none;
    display: block !important;
    padding: 0;
    /* Ensure it is visible on all resolutions */
}

.navbar-toggler-icon {
    background-image: inherit;
    height: inherit;

}

.navbar.transparent {
    background-color: #000000ab;
}

.navbar-collapse.collapse.show {
    display: block !important;
    position: fixed;
    width: 100%;
    top: 90px;
    z-index: 100;
    background: linear-gradient(90deg, #FEEB75 44.26%, rgba(254, 235, 117, 0.50) 100%);
}

.navbar-collapse.collapse {
    display: none !important;
    position: fixed;
}

.collapsing {
    transition: inherit !important;
    height: inherit !important;
    overflow: inherit !important;
}

.hero-section ul li {
    font-size: 18px;
    line-height: 35px;
}

.hero-section ul {
    padding-left: 25px !important;
}

/* Hero Section */
.hero-section {
    background-image: url(../images/hero-bg.jpg);
    color: var(--white-color);
    text-align: left;
    padding: 190px 0 198px 0;
    background-size: cover;
    height: 700px;
}

.about-banner {
    height: 760px !important;
}

.service-banner {
    height: 680px !important;
}

.hero-section h6 {
    color: var(--white-color);
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-family: "Acumin Pro";
    margin-bottom: 20px;
}

.hero-section h6 span {
    color: var(--primary-color);
}

.hero-section h3 {
    color: var(--white-color);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 20px;
    font-family: "Acumin Pro";
}

.hero-section p {
    color: var(--white-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 38px;
    font-family: "Acumin Pro";
}

.hero-section p span {
    color: var(--primary-color);
}

.carousel-indicators button {
    background-color: var(--yellow-color);
}

.carousel-indicators {
    justify-content: space-between !important;
    margin-left: 16%;
    margin-bottom: 3rem;
}

.carousel-indicators a {
    color: #fff;
    text-decoration: none;
}

.carousel-indicators [data-bs-target] {
    text-indent: inherit !important;
    color: var(--white-color);
    font-family: "Acumin Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    text-align: left;
    height: 0;
    background-color: inherit !important;
    border-bottom: 2px solid var(--white-color);
    height: 45px;
    margin-right: 30px;
}

.carousel-indicators .active {
    opacity: 1;
    color: var(--primary-color);
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color);
}

.community {
    padding: 188px 0;
    background: radial-gradient(327% 120.87% at 19.41% 18.8%, rgba(255, 255, 255, 0.00) 0%, rgba(254, 235, 117, 0.20) 100%), #fff;
}

.community .row {
    align-items: center;
}

.community h2 {
    color: var(--light-black);
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 24px;
}

.community .section-text {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 24px;
}

.icon-box {
    position: relative;
    background: linear-gradient(153deg, rgba(254, 235, 117, 0.00) 16.75%, rgba(255, 200, 0, 0.70) 106.12%), #fff29E;
    border-radius: 8px;
    width: 158px;
    height: 158px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    /* To prevent pseudo-element overflow */
}


.community-icons {
    gap: 24px;
    justify-content: end;
}

.small {
    background-image: url(../images/small.svg);
    width: 64px;
    height: 64px;
}

.medium {
    background-image: url(../images/medium.svg);
    width: 64px;
    height: 64px;
}

.family {
    background-image: url(../images/family.svg);
    width: 64px;
    height: 64px;
}

.icon-title {
    color: var(--black-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.top-section {
    background: linear-gradient(177deg, #4b738b 5.93%, #264250 102.6%);
    padding: 49px 0;
    text-align: center;
}

.top-section h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    margin-bottom: 24px;
}

.top-section p {
    color: var(--primary-color);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 32px;
}

.footer-section {
    background: var(--black-color);
    padding: 49px 0;
    text-align: left;
}

.footer-section p {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.footer-section h5 {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 32px;
}

.footer-links li a {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    line-height: 28px;
}

.footer-section a {
    color: var(--white-color);
    text-decoration: none;
}

.footer-logo {
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 24px;
    flex-direction: row;
}

.bottom-bar {
    color: var(--black-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 16px 0;
}

.bottom-bar a {
    color: var(--black-color);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: none;
    padding: 0 14px;
}

.services-section {
    padding: 75px 0;
    background: radial-gradient(327% 120.87% at 19.41% 18.8%, rgba(255, 255, 255, 0.00) 0%, rgba(254, 235, 117, 0.20) 100%), #fff;

}

.services-section .row>* {
    padding: 0 20px;
}

.sub-heading {
    color: var(--black-color);
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    margin: 15px 0 32px 0;
}

.heading-section {
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-transform: uppercase;
    background: var(--primary-color);
    padding: 5px 10px 1px 10px;
    width: max-content;
}

.services-section .sub-heading {
    margin: 15px 0 60px 0;
}


.card {
    position: relative;
    border-radius: 24px;
    border: 1px solid var(--EGGSHELL, #EBEBDD);
    background: var(--white-color);
    box-shadow: 0px 4px 24px 0px rgba(235, 235, 221, 0.74);
    height: 590px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.card .card-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    text-align: left;
    background-color: var(--white-color);
    z-index: 2;
    transition: transform 0.4s ease-out;
}

.card-front ul,
.card-back ul {
    padding-left: 20px;
}

.card-front ul li {
    color: var(--black-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
}

.card-back ul li {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: 5px 0;
}

.card-pt {
    border-bottom: 1px solid #CDCDBE;
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding: 10px 0;
}

.card-pt ul {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 13px;
}

.card-front .card-pt ul {
    color: var(--black-color);
}

.card-pt ul li::marker {
    font-size: 6px;
}


.card .card-front img {
    margin-bottom: 20px;
}

.card .card-front h3 {
    color: var(--black-color);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 15px;
}

.card .card-front p {
    color: var(--Mid-Grey);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 42%;
}

.card .card-back {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    text-align: left;
    background-image: url(../images/service-bg.png);
    background-size: cover;
    z-index: 1;
    transition: transform 0.4s ease-out;
}

.card-back .card-pt {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.card-back img {
    margin-bottom: 20px;
    filter: invert(97%) sepia(84%) saturate(1128%) hue-rotate(317deg) brightness(112%) contrast(99%);
}

.card .card-back h3 {
    color: var(--primary-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
}

.card .card-back p {
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.card:hover .card-front {
    transform: translateY(-100%);
}

.card:hover .card-back {
    transform: translateY(0);
}

.process-section {
    padding: 75px 0;
}

.process-section p {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    max-width: 95%;
}

.process-content h2 {
    font-weight: 700;
    margin: 20px 0;
}

.our-process {
    background: radial-gradient(327% 120.87% at 19.41% 18.8%, rgba(254, 235, 117, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #fff;
    padding: 75px 0;
}

.our-process .sub-heading {
    margin: 15px 0 30px 0;
}

.process-steps {
    display: flex;
    gap: 40px;
    flex-direction: row;
}

.process-steps ul li {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 16px;
}

.process-diagram {
    display: flex;
    justify-content: end;
}

.step-head {
    font-size: 24px !important;
    line-height: 32px !important;
    font-weight: 600 !important;
    list-style: none;
    margin-left: -15px;
}

.process-steps ul li::marker {
    font-size: 16px;
}

.contact-section {
    padding: 216px 0;
}

.form-group {
    gap: 24px !important;
    display: flex !important;
}

.sent-btn {
    color: var(--white-color) !important;
    font-size: 18px !important;
    font-style: normal;
    border-radius: 50px !important;
    background: var(--black-color) !important;
    border: none !important;
    padding: 12px 16px 8px 16px !important;
}

.contact-section .textarea-field,
.contact-section .input-field {
    border-radius: 4px !important;
    background: #F5F5F5 !important;
    color: #686868 !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding: 15px 18px !important;
    border: none !important;
    margin-bottom: 16px !important;
    width: 100% !important;
}

.btn-group {
    display: flex !important;
    gap: 16px !important;
}



.con-sec {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}

.con-sec a {
    text-decoration: none;
    color: var(--black-color);
}

.con-icon {
    border-radius: 4.571px;
    background: var(--primary-color);
    width: 80px;
    height: 80px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.con-txt h6 {
    color: var(--black-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
}

.con-txt p {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0;
}

.discover-content,
.design-content,
.develop-content,
.implement-content {
    display: none;
    /* Hide by default */
}

.process-section ul li {
    color: var(--black-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    max-width: 95%;
}

.process-content ul {
    padding-left: 16px;
}

.terms p {
    margin-bottom: 20px;
}

.terms h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.single-page {
    padding-top: 120px;
}

.list-head {
    font-size: 26px;
}

.process-steps ul {
    width: 50%;
}

.wip {
    padding-bottom: 200px;
}

.disclaimer {
    font-size: 12px;
    font-style: italic;
    color: #333;
    margin-bottom: 15px;
}

.list-none {
    margin-left: -20px;
    list-style: none !important;
}

.form-group p {
    display: flex;
    gap: 16px;
    margin-bottom: 0;
}

.form-group br {
    display: none;
}

.first-slide {
    display: none !important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: relative;
    top: -12px;
}