/*
Theme Name: audici-child
Template: audici
Author: Audici Technologies Private Limited
Description: Child theme for Audici Simple.
Version: 1.0.0
Text Domain: audici-child
*/

html {
  scroll-behavior: smooth;
}

body{
background: #F0F1F233 !important;
}

.faq .elementor-element {
    border: unset;
}
/*fixed header css*/

.fix-header {
    position: fixed !important;
    bottom: -120px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 40% !important;
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12) !important;
    transition: all 0.45s ease !important;
}
h3.elementor-image-box-title {
    margin-top: 0px !important;
}
/* On Scroll Show */
.fix-header.show-header {
    bottom: 20px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}
.wp-block-heading strong, li strong, .wp-block-paragraph strong {
    color: #2a2b40;
    font-family: 'Poppins';
    font-weight: 500;
}
.contact-icon-list span.elementor-icon-list-text {
    border-bottom: 1px solid #377ab0;
}
a {
    outline: none;
}
.elementskit-megamenu-panel .elementor-icon-box-wrapper,
.elementskit-megamenu-panel .elementor-image-box-wrapper {
    display: flex;
}
span.colored-text {
    color: #377ab0;
}
.down-arrow img {
    width: 20px;
    margin: 24px 0 0 0;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}
/* =========================
   CONTACT BUTTON
========================= */
/* Contact Button Final CSS */

.contact-us-btn .trad-custom-button.from-left::before {
    display: none !important;
}

.contact-us-btn .trad-custom-button{
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 210px !important;
    height: 64px !important;
    padding: 0 34px !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    overflow: hidden !important;
    border-radius: 60px !important;
    isolation: isolate !important;
}
/* Remove Duplicate Second Button */

.trad-custom-button-container > p > a.trad-custom-button{
    display:none !important;
}
.contact-us-btn.lets-connect-btn .trad-custom-button::after {
    background: #c5d2e3 !important;
    left: 0px;
}
.contact-us-btn.lets-connect-btn .text-wrapper, 
.contact-us-btn.lets-connect-btn .trad-icon-button-wrapper svg {
    color: #fff;
	fill: #fff;
}
/* Remove extra auto generated paragraph */
.trad-custom-button-container > p{
    margin:0 !important;
    padding:0 !important;
}
.audici-menu-wrapper p {
    display: none;
}
/* Remove extra br */
.trad-custom-button-container br{
    display:none !important;
}
/* Default light circle */
.contact-us-btn .trad-custom-button .text-wrapper::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 50%;
    width: 67px;
    height: 65px;
    background: #c5d2e3;
    border-radius: 60px;
    transform: translateY(-50%);
    z-index: -1;
    transition: opacity 0.35s ease;
}

/* Hover light circle hide */
.contact-us-btn .trad-custom-button:hover .text-wrapper::before {
    opacity: 0;
}

/* Hover left to right fill */
.contact-us-btn .trad-custom-button::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    width: 62px;
    height: 100%;
    background: #2d67b2;
    border-radius: 60px;
    transition: width 0.45s ease;
    z-index: -1;
}

.contact-us-btn .trad-custom-button:hover::after {
    width: 100%;
}
.post-meta-user {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.post-meta-user .read-time {
    font-size: 15px;
    color: #7c7c90;
    display: flex;
    align-items: center;
    gap: 6px;
}

.post-meta-user .read-time::before {
    content: "|";
    margin-right: 6px;
    color: #b5b5b5;
}
/* Text */
.contact-us-btn .text-wrapper {
    position: relative;
    z-index: 5;
    color: #377ab0;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.35s ease;
}


/* Icon */
.contact-us-btn .trad-icon-button-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}


.contact-us-btn .trad-icon-button-wrapper svg {
    width: 14px;
    fill: #2d67b2;
    transition: fill 0.35s ease, transform 0.35s ease;
}

/* Hover text/icon */
.contact-us-btn .trad-custom-button:hover .text-wrapper {
    color: #fff;
}

.contact-us-btn .trad-custom-button:hover .trad-icon-button-wrapper svg {
    fill: #fff;
    transform: translateX(4px);
}

/* =========================================================
JOIN TEAM BUTTON
========================================================= */

.contact-us-btn.join-team .trad-custom-button::after{
    background:#2a2b40 !important;
}
.contact-us-btn.join-team .trad-custom-button::after{
	left: 0px !important;
}

.contact-us-btn.join-team .trad-custom-button .text-wrapper::before{
    background:#2a2b4061 !important;
}

.contact-us-btn.join-team .trad-custom-button{
	min-width: 150px !important;
}
.contact-us-btn.join-team .trad-custom-button::after {
    background: #ffffff80 !important;
}
.contact-us-btn.join-teams .trad-custom-button::after {
    background:#ffffff80 !important;
}
.contact-us-btn.join-teams .trad-custom-button .text-wrapper::before{
    background:#2a2b4061 !important;
}
.contact-us-btn.join-teams .trad-custom-button .text-wrapper{
    color:#fff !important;
}
/* SVG Icon */
.contact-us-btn.join-teams .trad-custom-button .trad-icon-button-wrapper svg{
    fill:#fff !important;
    color:#fff !important;
}
.contact-us-btn.join-team .trad-custom-button::after{
    background:#2a2b40 !important;
    opacity:0;
    transition:
        opacity 0.45s ease,
        transform 0.45s ease,
        width 0.45s ease,
        height 0.45s ease,
        background 0.45s ease !important;
}

.contact-us-btn.join-team:hover .trad-custom-button::after{
    opacity:1;
}

/* Text Color */
.contact-us-btn.join-team .trad-custom-button .text-wrapper{
    color:#2a2b40 !important;
}

/* Icon Circle */
.contact-us-btn.join-team .trad-custom-button .trad-icon-button-wrapper{
    background:transparent !important;
}

/* SVG Icon */
.contact-us-btn.join-team .trad-custom-button .trad-icon-button-wrapper svg{
    fill:#2a2b40 !important;
    color:#2a2b40 !important;
}

/* Hover State */
.contact-us-btn.join-team .trad-custom-button:hover .text-wrapper{
    color:#fff !important;
}

.contact-us-btn.join-team .trad-custom-button:hover .trad-icon-button-wrapper svg{
    fill:#fff !important;
    color:#fff !important;
}
/* Blog Sec */
.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    background: transparent !important;
}

.rt-img-holder {
    margin: auto;
}
.tpg-shortcode-main-wrapper .layout1 .rt-holder {
    border: unset !important;
    box-shadow: unset !important;
}
.rt-detail h3.entry-title {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* kitni lines dikhani hain */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Smooth continuous image carousel */
.elementor-image-carousel-wrapper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.rt-tpg-container .rt-holder:hover .rt-img-holder img:not(.avatar) {
    transform: scale(1.0) !important;
}
.rt-holder {
    position: relative;
}

.rt-img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.single-post img.wp-post-image {
    display: none !important;
}
/* Latest Badge */
.rt-img-holder a::after {
    content: "Latest";
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    backdrop-filter: blur(6px);
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 15px;
    padding: 4px 14px;
    border-radius: 100px;
    font-weight: 400;
    z-index: 2;
}
/* Footer Button Same Circle + Gradient Fill */

.footer-btn a.trad-custom-button.from-left::before {
    display: none !important;
}

.footer-btn a.trad-custom-button.from-left {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    min-width: 210px !important;
    height: 64px !important;
    padding: 0 34px !important;
    background: transparent !important;
    border: none !important;
    text-decoration: none !important;
    overflow: hidden !important;
    border-radius: 60px !important;
    isolation: isolate !important;
}

/* Default gradient circle */
.footer-btn a.trad-custom-button.from-left .text-wrapper::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 50%;
    width: 70px;
    height: 64px;
    background-image: linear-gradient(180deg, #8997FF 0%, #FA66DC 100%);
    border-radius: 60px;
    transform: translateY(-50%);
    z-index: -1;
    transition: opacity 0.35s ease;
}
/* Know More Button */
.know-more-btn .elementor-button {
    position: relative;
    overflow: visible;
}

.know-more-btn span.elementor-button-text {
    position: relative;
    display: inline-block;
    padding-bottom: 18px;
}

/* Bottom Arrow Image */
.know-more-btn span.elementor-button-text::after {
    content: "";
    position: absolute;
    left: 75%;
    bottom: 0;
    width: 70px;
    height: 12px;
    background: url("https://audici.in/wp-content/uploads/2026/05/btnarrow.svg") no-repeat center;
    background-size: contain;
    transform: translateX(-50%);
    transform-origin: left center;
    transition: transform 0.35s ease;
}
.contact-us-btn.submit-btn .trad-custom-button::after {
    left: 5px;
}
.contact-us-btn.submit-btn {
    text-align: center;
}
.contact-us-btn.submit-btn .trad-custom-button {
    min-width: 150px !important;
}
/* Hover Effect */
.know-more-btn:hover span.elementor-button-text::after {
    transform: translateX(-50%) scaleX(0.88);
}

/* Hover par circle hide */
.footer-btn a.trad-custom-button.from-left:hover .text-wrapper::before {
    opacity: 0;
}

/* Hover left to right gradient fill */
.footer-btn a.trad-custom-button.from-left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 100%;
    background-image: linear-gradient(180deg, #8997FF 0%, #FA66DC 100%);
    border-radius: 60px;
    transition: width 0.45s ease;
    z-index: -1;
}

/* Hover full fill */
.footer-btn a.trad-custom-button.from-left:hover::after {
    width: 100%;
}

/* Text */
.footer-btn a.trad-custom-button.from-left .text-wrapper {
    position: relative;
    z-index: 5;
    color: #fFF;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    transition: color 0.35s ease;
}

/* Icon */
.footer-btn a.trad-custom-button.from-left .trad-icon-button-wrapper {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.footer-btn a.trad-custom-button.from-left .trad-icon-button-wrapper svg {
    width: 14px;
    fill: #fFF;
    transition: fill 0.35s ease, transform 0.35s ease;
}

/* Hover text/icon white */
.footer-btn a.trad-custom-button.from-left:hover .text-wrapper {
    color: #fff;
}

.footer-btn a.trad-custom-button.from-left:hover .trad-icon-button-wrapper svg {
    fill: #fff;
    transform: translateX(4px);
}
.post-meta-user {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rt-holder .entry-title a:hover {
    color: #377ab0;
}
/* About Page CSS */
.qality {
    margin: auto;
}
.qality .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
}
.about-text-color{
    color: #8b25af;
}

/* Portfolio Page CSS */

.audici-portfolio-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
h3.elementor-icon-box-title {
    padding-top: 0px;
    margin-top: 0px;
}
.portfolio-tab {
    border: 0;
    background: #f3f4f5;
    color: #2a2b40;
    padding: 12px 20px;
    border-radius: 100px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.portfolio-tab.active,
.portfolio-tab:hover {
    background: #377ab0;
    color: #fff;
}

.audici-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 70px;
}

.audici-portfolio-item.hide {
    display: none;
}

.portfolio-image {
    display: block;
    overflow: hidden;
    background: #f4f4f4;
}

.portfolio-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.portfolio-image:hover img {
    transform: scale(1.04);
}

.portfolio-title {
    margin: 18px 0 10px;
    font-family: Georgia, serif;
    font-size: 35px;
    font-weight: 700 !important;
    line-height: 1.3;
}

.portfolio-title a {
    color: #111827;
    text-decoration: none;
}

.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.portfolio-tags span {
    color: #8b25af;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 20px;
    background: #f5f1f8;
}

/* Careers */
.text-w-2 {
    color: #bac0c5;
}
.text-w-3 {
    color: #414eb0;
}

/* Contact US Page CSS */
:root {
    --audici-color-1: #377ab0;
    --audici-text-1: #28243d;
}

.audici-cf7-form {
    width: 100%;
}

.audici-form-row {
    display: flex;
    gap: 25px;
}

.audici-form-col {
    width: 50%;
}

.audici-full {
    width: 100%;
}

.forminput {
    margin-top: 15px;
}

.forminput p label {
    font-family: "Cormorant Infant", serif;
    font-size: 24px;
    font-weight: 700;
    color: #2a2b40 !important;
    margin: 0 0 10px 0;
    display: block;
    line-height: 1.2;
}

.forminput p span input,
.forminput p span textarea {
    width: 100%;
    border: 1px solid #dcdce0 !important;
    border-radius: 8px;
    padding: 0px 15px;
    height: 56px;
    font-size: 16px;
    background: #f9fafb;
}
.forminput p span textarea {
    padding: 15px;
    height: 75px;
    padding-top: 16px;
    resize: vertical;
}
span.country_code {
    width: 15%;
}
.forminput p span input::placeholder,
.forminput p span textarea::placeholder {  
font-family: 'Poppins';
}

.forminput input::placeholder,
.forminput textarea::placeholder {
    color: #9693a5;
}

.audici-phone-wrap p {
    display: flex;
}

.audici-phone-wrap .wpcf7-form-control-wrap:first-child {
    width: 80px;
    flex: 0 0 80px;
}

.audici-phone-wrap .wpcf7-form-control-wrap:last-child {
    flex: 1;
}

.audici-phone-wrap input[name="country"] {
    border-radius: 8px 0 0 8px;
    border-right: 0;
    background: #f9fafb;
    text-align: center;
}

.audici-phone-wrap input[name="phone"] {
    border-radius: 0 8px 8px 0;
}

.formsubmit {
    text-align: center;
    margin-top: 55px;
}

.audici-cta {
    display: inline-block;
}

.audici-cta .cta {
    position: relative;
    margin: auto;
    padding: 14px 22px;
    min-width: 126px;
    height: 56px;
    border: 0;
    background: transparent !important;
    color: var(--audici-color-1);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    overflow: hidden;
    border-radius: 28px;
}

.audici-cta .cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 28px;
    background: #377ab050;
    width: 56px;
    height: 56px;
    transition: all .3s ease;
    z-index: 0;
}

.audici-cta .cta:hover::before {
    width: 100%;
    background: var(--audici-color-1);
}

.audici-cta .cta span,
.audici-cta .cta svg {
    position: relative;
    z-index: 2;
}

.audici-cta .cta svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.audici-cta .cta:hover {
    color: #fff;
}

/* CF7 Default Submit Hide */
.audici-cf7-form input[type="submit"] {
    display: none;
}

button.cookieadmin_re_consent {
    visibility: hidden;
}

@media (min-width: 1600px) {
.fix-header {
    width: 40% !important;
	}
}
@media (max-width: 1480px) {
.fix-header {
    width: 50% !important;
	}
.elementor-element.elementor-widget.elementor-widget-text-editor {
    padding-bottom: 0px !important;
}
}
@media (max-width: 1366px) {
.elementor-645 .elementor-element.elementor-element-c08f5e5 .elementor-button {
    font-size: 14px;
}
}
@media (max-width: 1180px) {
.fix-header {
    width: 60% !important;
	}
}
@media (max-width: 1023px) {
.fix-header {
    width: 40% !important;
}
}
@media (max-width: 991px) {
    .audici-timeline-content-slider {
        margin-left: 25px;
        max-width: 100%;
    }
    .audicitheader h2 {
        font-size: 34px;
    }

    .timeline-description,
    .timeline-description p,
    .timeline-description li {
        font-size: 18px;
    }

    .loading-bar__wrapper {
        margin-top: 30px;
    }
}

/* Mobile */
@media (max-width: 767px){

    .fix-header{
        width: calc(60% - 24px) !important;
    }
       .audici-portfolio-section {
        max-width: 100%;
        padding: 0 18px 60px;
    }

    .audici-portfolio-tabs {
        gap: 10px;
        margin-bottom: 35px;
    }

    .portfolio-tab {
        font-size: 13px;
        padding: 10px 15px;
    }

    .audici-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .portfolio-image img {
        height: auto;
    }

    .portfolio-title {
        font-size: 24px;
    }
    .forminput {
        margin-top: 5px;
    }
	.audici-form-row {
    display: block;
}
.audici-form-col {
    width: 100% !important;
}
    .forminput label {
        font-size: 22px;
    }

    .formsubmit {
        margin-top: 35px;
    }
	.elementor-2445 .elementor-element.elementor-element-81552d0 .trad-turbo-contact-form{
		padding: 10px;
	}
	span.country_code {
    width: 40%;
}
	span.country_code span input{
    padding: 0px 5px !important;
}
}


@media (max-width: 575px) {
    .company-story-timeline {
        min-height: auto;
        padding: 55px 0;
    }

    .audici-timeline-content-slider {
        margin-left: 20px;
    }

    .audicitheader h2 {
        font-size: 30px;
    }

    .audici-timeline-year-slider {
        padding: 0 55px;
    }

    .audici-timeline-year-slider:before {
        left: 10px;
        right: 10px;
    }

    .audici-timeline-year-slider .slick-current h3,
    .audici-timeline-year-slider .slick-center h3 {
        font-size: 38px;
    }
}

@media (max-width: 475px){

    .fix-header{
        width: calc(90% - 24px) !important;
    }

}