body, h1, h2, h3, h4, h5, h6, p, strong, label, a, span {
    font-family: "Montserrat", sans-serif;
}
.drop-title {
    font-family: "Montserrat", sans-serif !important;
}
.nav-link {
    font-family: "Montserrat", sans-serif;
    color: #F1F2F2 !important;
}
.nav-link:hover {
    color: #F47724 !important;
}
* {
    scroll-behavior: smooth;
}
.invalid-entry {
    border: 1px solid red !important;
}
.statistics-card {
    display: flex;
    gap: 32px;
}
.statistics-card .description {
    text-align: start;
}
.statistics-card .img-container {
    width: 56px;
    height: 56px;
}
.statistics-card .description p {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.section-padding {
    padding-top: 8rem;
}
.brand-logo-grid li {
    width: 100%;
    border-radius: 20px;
}
.feature-card {
    text-align: center;
    padding: 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.gradient-text {
    background: linear-gradient(45deg, #F47724, #ffff99);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient {
    background: linear-gradient(to bottom, #F47724, #FDBF60) !important;
}
.icon-shadow {
    box-shadow: 0 4px 8px rgb(240 95 34 / 67%);
}
.sm-icon {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 10px;
}
.footer-section {
    border-start-end-radius: 25px;
    border-start-start-radius: 25px;
}
.copyright {
    height: 100px;
    background: #0C0E0D;
}
.step-line1 {
    width: 50%;
    position: absolute;
    right: 25%;
    z-index: -1;
    top: 30%;
}
.step-line1[data-id="it"] {
    width: 58%;
    right: 20%;
    top: 40%;
}
.step-line2 {
    width: 50%;
    position: absolute;
    right: 25%;
    z-index: -1;
    top: 70%;
}
.step-line2[data-id="Imp1"],
.step-line2[data-id="con"] {
    width: 30%;
    right: 35%;
    top: 70%;
}
.statistics-section {
    margin-top: -100px;
}
@media (max-width: 992px) {
    .statistics-section {
        margin-top: 0px;
    }
}
@media (max-width: 992px) {
    .step-line1, .step-line2 {
        display: none;
    }
}
.fs-8 {
    font-size: 0.95rem !important;
    line-height: normal !important;
    color: rgba(0, 0, 0, 0.70) ;
}
.digi-logo-slider2 {
    margin-bottom: 100px
}
.vm-card {
    border-radius: 18px !important;
    background: #F58024 !important;
    margin: 0 20px;
}
.core-value-icons {
    padding: 10px;
    width: 70px;
    height: 70px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 20px !important;
}
.join-icon-container {
    width: 51px !important;
    height: 51px !important;
    margin-bottom: 10px;
    border-radius: 20px !important;
}
.offcanvas {
    z-index: 1000;
    background-color: #221F1F !important;
}
.affix {
    z-index: 1000;
    background-color: #221F1F !important;
}
.background-logo-techasus {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.lang-flag {
    width: 30px;
    height: 30px;
}
.team-section::after {
    content: none;
    background-image: none !important;
}
.contactUs-form-container {
    background-color: #FFFFFF; 
    padding: 40px; 
    border-radius: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact-us-img-container {
    background: linear-gradient(156deg, #F27822 22.63%, #FDBF60 141.79%);
    min-height: 600px;
    position: relative;
    padding: 40px;
    border-radius: 40px;
}
.contact-us-img-container img {
    position: absolute;
    bottom: 0;
    left: 0%;
}
#home-hero {
    background: linear-gradient(90deg, #E05800 2.27%, #F27F2D 35.13%, #FF9C4F 97.27%) !important;
}
#contactus-form input, #contactus-form textarea {
    border-radius: 8px; /* Rounded corners for input fields */
    border: 1px solid #CCCCCC; /* Light grey border */
}
.error {
    color:red;
    margin-top: -5px;
}
/* Styling the Swiper pagination bullets */
.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.2); /* Default state */
}

.swiper-pagination-bullet-active {
    width: 25px;
    border-radius: 5px;
    background-color: rgba(242, 120, 34, 1); /* Active state using primary color */
}
.swiper-pagination {
    margin-bottom: -15px;
}

@media (max-width: 992px) {
    .member-name {
        font-size: 10px;
    }
    .member-position {
        font-size: 7px;
    }
}
.btn {
    border-radius: 20px;
}
.contact-icon-container {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 10px;
}
.contact-icon-container-md {
    width: 45px;
    height: 45px;
}
.single-service {
    min-height : 450px !important;
}
@media (max-width: 992px) {
    .single-service {
        min-height: 350px !important;
    }
}
.service-icon {
    display: flex;
    width: 60px;
    height: 60px;
    padding: 19px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.map-location {
    border-radius: 50px;
    max-width: 900px;
}
.promo-single {
    min-height: 375px;
}
.nav-link {
    font-family: "Montserrat", sans-serif !important;
}
.footer-section {
    background-image: url("/custom/images/SocialMedia/world.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
}
.testimonialSwiper {
    padding-bottom: 40px;
    padding-top: 40px;
}
.testimonial-card {
    position: relative;
    overflow: visible !important;
    padding-bottom: 50px;
    padding-top: 50px;
}

.testimonial-card::before,
.testimonial-card::after {
    z-index: 1;
    background-position: center; 
}

.testimonial-card::before,
.testimonial-card::after {
    content: '';
    position: absolute;
    background-image: url('/custom/images/testimonials/quotation.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-color: #fff;
}

.testimonial-card::before {
    top: -30px;
    left: 30px;
    
}

.testimonial-card::after {
    bottom: -25px;
    right: 30px;
    transform: rotate(180deg);
}

.video-container {
    position: relative;
}
.form-control {
    border-radius: 20px !important;
}

.play-button {
    background-color:  #221F1F;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    font-size: 24px;
    color: #F47724;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.1);
}
.link-active {
    color: #F47724 !important;
}
.link-active svg {
    fill: #F47724 !important;
}
.link-active div div {
    color: #F47724 !important;
}

.preloader-icon {
    width: 400px !important;
    height: auto !important;
}

/* Phone input group styles */
.phone-input-group {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}

.phone-input-group .phone-code-select {
    flex: 0 0 auto;
    width: auto;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8.825L1.175 4 2.238 2.938 6 6.7l3.763-3.762L10.825 4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    padding-right: 2rem;
}

.phone-input-group .phone-number-input {
    flex: 1 1 auto;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: none;
}
/* Add new styles for digital signage features */
.promo-single[data-id="ds"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.promo-single[data-id="ds"] .promo-icon {
    background-color: #FDBF60 !important;
}
.action-card-container {
    background: linear-gradient(89deg, #F58024 23.9%, #FDBF60 136.21%);
    border-radius: 40px;
    color: #FFF;
    padding: 56px 46px;
}
@media (max-width: 992px) {
    .action-card-container {
        padding: 30px 20px;
    }
}
.promo-single[data-id="imp"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}

.promo-single[data-id="imp"] .promo-icon {
    width: 120px;
}
.action-card-info {
    max-width: 80%;
}
@media (max-width: 992px) {
    .action-card-info {
        max-width: 100%;
    }
}
.promo-single[data-id="it"],
.promo-single[data-id="con"] {
    background: #FAFAFA !important;
    box-shadow: none !important;
}
.promo-single[data-id="it"] .promo-icon {
    background-color: #FDBF60 !important;
    border-radius: 50% !important;
}
.promo-single[data-id="con"] .promo-icon {
    width: 120px;
}
.statistics-card {
    display: flex;
    gap: 32px;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 6px 6px 55px 0px rgba(0, 0, 0, 0.06);
    max-width: 410px;
}

