/* Custom Fonts */
@font-face {
    font-family: 'AvenirHeavy';
    src: url('../../assets/fonts/AvenirHeavy.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'AvenirMedium';
    src: url('../../assets/fonts/AvenirMedium.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'AvenirRegular';
    src: url('../../assets/fonts/AvenirRegular.ttf') format('truetype');
    font-style: normal;
}

.avenir-heavy {
    font-family: 'AvenirHeavy', Arial, sans-serif;
}

.avenir-medium {
    font-family: 'AvenirMedium', Arial, sans-serif;
}

.avenir-regular {
    font-family: 'AvenirRegular', Arial, sans-serif;
}

/* Service arrow hover effect */
.service-arrow {
    filter: brightness(0);
    transition: filter 0.3s ease;
}

.service-arrow:hover {
    filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7151%) hue-rotate(0deg) brightness(91%) contrast(101%);
}

/* Arrow icon hover effect */
.group:hover .arrow-icon {
    filter: brightness(0) saturate(100%) invert(13%) sepia(94%) saturate(7151%) hue-rotate(0deg) brightness(91%) contrast(101%) !important;
}


/* Swiper Custom Styles */
.projects-swiper {
    padding-bottom: 60px;
}

/* Custom Line-style Pagination */
.projects-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
}

.projects-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #d1d5db !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.projects-pagination .swiper-pagination-bullet-active {
    background: #374151 !important;
    width: 50px !important;
    transform: scaleY(1.2) !important;
}

/* Custom Navigation Arrows */
.projects-next,
.projects-prev {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border: none !important;
    color: #374151 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.projects-next:hover,
.projects-prev:hover {
    background: transparent !important;
    color: #1f2937 !important;
}

.projects-next::after,
.projects-prev::after {
    display: none !important;
}

.common-section ul {
    list-style-type: disc; /* default bullet style */
  margin: 1em 0;
  padding-left: 1.5em; /* indentation */
}

.common-section ul li{
    margin-bottom: 0.5em;
  font-size: 16px;
  line-height: 1.6;
  color: #333; /* text color */
  font-family: 'Avenir', sans-serif;
}

.globle-typo p b{
    display: inline-block;
    font-size: 18px;
}
.globle-typo p{
    font-feature-settings: normal;
    font-variation-settings: normal;
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    margin: 0;
    font-family: 'AvenirMedium', Arial, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1.6;
}

/* Swiper Custom Styles */
.projectss-swiper {
    padding-bottom: 60px;
}

/* Custom Line-style Pagination */
.projectss-pagination {
    position: relative !important;
    bottom: 0 !important;
    margin-top: 30px;
}

.projectss-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 3px !important;
    border-radius: 0 !important;
    background: #d1d5db !important;
    opacity: 1 !important;
    margin: 0 5px !important;
    transition: all 0.3s ease !important;
}

.projectss-pagination .swiper-pagination-bullet-active {
    background: #374151 !important;
    width: 50px !important;
    transform: scaleY(1.2) !important;
}

/* Custom Navigation Arrows */
.projectss-next,
.projectss-prev {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border: none !important;
    color: #374151 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}

.projectss-next:hover,
.projectss-prev:hover {
    background: transparent !important;
    color: #1f2937 !important;
}

.projectss-next::after,
.projectss-prev::after {
    display: none !important;
}

.items-center.space-x-8 a,
.items-center.space-x-8 button {
    text-transform: uppercase !important;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 36px !important;
    font-size: 15px;
}

.wpcf7-not-valid-tip-material .wpcf7-not-valid-tip {
    top: 16px !important;
}

.wpcf7-not-valid-tip-position .wpcf7-not-valid-tip {
    top: 52px !important;
    width: 200px;
    left: 13px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    background-color: #F4F4F4 !important;
    width: 100% !important;
}

.wpcf7 label {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.wpcf7 input,
.wpcf7 optgroup,
.wpcf7 select,
.wpcf7 textarea {
    padding: 10px !important;
    border: 2px solid #353945;
    border-radius: 12px;
    background-color: #F4F4F4;
}

.hide-label-yes span.wpcf7-list-item-label {
    display: none !important;
}

.text-center.position-ab{
    position: relative;
}

.text-center.position-ab .wpcf7-spinner{
    left: 35%;
    top: -38px;
}

/* Mobile Hero Section Adjustments */
@media (max-width: 1023px) {
    .hero-section {
        height: 70vh !important;
        min-height: 500px;
    }

    .hero-content {
        margin-bottom: 30px;
    }

    .hero-text {
        margin-bottom: 30px;
    }

    .hero-content .flex-1 {
        align-items: flex-end !important;
    }
}

/* Mobile Call to Action Section Adjustments */
@media (max-width: 1023px) {
    .call-to-action-headline {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .call-to-action-secondary {
        font-size: 18px !important;
    }

    .call-now-button {
        white-space: nowrap !important;
        font-size: 12px !important;
        padding: 18px 70px !important;
    }
}

@media (max-width: 767px) {
    .wpcf7-not-valid-tip {
        font-size: 14px !important;
    }
}