@media(max-width:999px) {
    .header-top {
        display: none;
    }
}

.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom:50px;
}

.bg-blue{
    background-color:#16253F;
}

.core-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 10px;
    transition: transform 0.3s;
}

.teamh2sec h2 {
    font-size: 36px;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.core-card .card-title {
    color: #fff;
}

/* --- Global SVG Icon Styling --- */
.icon-svg {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
}

.icon-svg-big {
    width: 30px !important;
    height: 30px !important;
    vertical-align: middle;
}

.st-btn {
    background: linear-gradient(to right, #2a3a8a, #6d3b70) !important;
    border: none;
    border-radius: 8px;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.st-btn:hover {
    filter: brightness(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}


/* ------------------------------------------------sevice area--------------- */
.service-area .col-md-6 {
    margin-bottom: 40px;
}

.service-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-arrow {
    margin-top: auto;
}

.service-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.service-img img {
    border-radius: 10px;
    height: 16rem;
    width: 100% !important;
    transition: transform 0.3s ease;
}

.service-details ul {
    padding-left: 30px;
    /* indent whole list */
    margin: 0;
}

.service-details ul li {
    list-style-type: disc;
    /* bullet */
    margin-bottom: 8px;
    /* space between items */
    padding-left: 5px;
    /* small inside spacing */
    line-height: 1.6;
    /* clean readable text */
}



/*----------------------------------faq--------*/
.premium-faq-section {
    background: linear-gradient(135deg, #1a2a45 0%, #122038 100%);
    font-family: 'Nunito Sans', sans-serif;
    padding: 80px 0;
    color: #f0f0f0;
}

.premium-faq-section .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

/* Creative underline for the title */
.premium-faq-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #F55B14;
    border-radius: 2px;
}

.premium-faq-section .section-subtitle {
    font-size: 1.1rem;
    color: #a0b3d1;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.premium-faq-section .faq-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.premium-faq-section .faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: #F55B14;
}

.premium-faq-section .faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    position: relative;
}

.premium-faq-section .faq-question::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
    color: #F55B14;
}

.premium-faq-section .faq-card.active .faq-question::after {
    transform: rotate(45deg);
}

.premium-faq-section .faq-card.active .faq-question {
    color: #F55B14;
}

.premium-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease;
    padding: 0 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: #a0b3d1;
}

.premium-faq-section .faq-card.active .faq-answer {
    max-height: 500px;
    padding: 0 25px 20px 25px;
    transition: max-height 1s cubic-bezier(1, 0, 1, 0), padding 0.5s ease;
}

.premium-faq-section .faq-answer strong {
    color: #e0e0e0;
}

/*-----------custom-banner-----------------*/
.custom-banner {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/assets/img/ct.webp') no-repeat center center scroll;
    background-size: cover !important;
}

.custom-banner h2 {
    font-size: 2.8rem !important;
}

@media (min-width: 992px) {
    .custom-banner {
        background-attachment: fixed;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .custom-banner h2 {
        font-size: 1.8rem !important;
    }

    .custom-banner .fs-4 {
        font-size: 1.3rem !important;
    }

    .custom-banner .fs-5 {
        font-size: 1rem !important;
    }

    .custom-banner .btn {
        width: 100%;
        max-width: 300px;
    }
}

.whatsapp-icon {
    position: fixed;
    bottom: 76px;
    right: 20px;
    z-index: 9999;
    padding: 10px;
    transition: transform .3s
}

.whatsapp-icon img {
    width: 50px;
    height: 50px
}

.whatsapp-icon:hover {
    transform: scale(1.1)
}