/* Custom inline styles moved from PHP templates */

/* Carousel styles from index.php */
#carousel-slides {
    transform: translateX(-3100%);
}

/* WhatsApp chat widget styles from footer.php */
#ht-ctc-chat {
    position: fixed;
    bottom: 30px;
    right: 15px;
    cursor: pointer;
    z-index: 99999999;
}

.ctc_s_2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ctc_cta_stick.ht-ctc-cta {
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: #25D366;
    color: #ffffff;
    border-radius: 10px;
    margin: 0 10px;
    display: none;
    order: 0;
}

.ctc_cta_stick.ht-ctc-cta svg {
    pointer-events: none;
    display: block;
    height: 50px;
    width: 50px;
}

#htwasqicona-chat {
    fill: url(#htwasqiconb-chat);
}

#htwasqicona-chat path {
    fill: #FFFFFF;
}

/* Cookie consent styles from footer.php */
#cc--main {
    position: fixed;
}

/* Carousel slide background images from index.php */
#carousel-slides > div:nth-child(1) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-1.webp');
}

#carousel-slides-1 > div:nth-child(1) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-1.webp');
}

#carousel-slides-1 > div:nth-child(2) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-2.webp');
}

#carousel-slides-1 > div:nth-child(3) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-3.webp');
}

#carousel-slides-1 > div:nth-child(4) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-4.webp');
}

#carousel-slides-1 > div:nth-child(5) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-5.webp');
}

#carousel-slides-1 > div:nth-child(6) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-6.webp');
}

#carousel-slides-1 > div:nth-child(7) {
    background-image: url('https://thepilot.in/wp-content/uploads/2025/06/banner-image-7.webp');
}

/* Banner overlay gradient from index.php */
.banner-overlay {
    background: linear-gradient(
        270deg,
        rgba(28, 56, 103, 0) 0%,
        #1c3867 100%
    );
}


footer a,footer li,footer p {
    color: white!important; 
}