html,
body {
    font-family: 'Roboto', sans-serif;
}


.primary {    
    color: #011f55;
}

.secondary {
    color: #0479d3;
}

.nice-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.7s ease;
}

.nice-card.show {
    opacity: 1;
    transform: translateY(0);
}

/* make right-panel appear on submenu hover */
.submenu-group:hover>.submenu-panel {
    opacity: 1 !important;
    visibility: visible !important;
}

/* scrollbars (desktop) */
.dropdown-panel::-webkit-scrollbar {
    width: 6px;
}

.dropdown-panel::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.dd-img {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
}

.Heading_1 {
    font-size: 66px;
}

.Heading_2 {
    font-size: 46px;
}

.about_VERTICAL_line {
    height: 1130px;
    top: 12%;
    left: 50%;
}

.heading_3 {
    font-size: 2rem;
}

.disc li::marker {
    color: #017AD5
}

.sidebar-item.active {
    background-color: #E8F1FF;
    color: #017AD5;
}

.form-bg-gradient {
    background: linear-gradient(135deg,
            rgba(235, 237, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.9) 100%);
}

.btn-gradient {
    background-image: linear-gradient(to right, #4f46e5, #3b82f6);
}

.custom-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1.2em;
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* section five  */
.accordion-content {
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

.accordion-content.active {
    opacity: 1;
}

/* Rotate chevron */
.chevron {
    transition: transform 0.3s ease;
}

.group[data-active="true"] .chevron {
    transform: rotate(180deg);
}

/* customer feedback  */

/* Custom Styles for the 3D Carousel Effect */
.carousel-container {
    perspective: 1000px;
    overflow: hidden;
}

.carousel-track {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 280px;
    height: 480px;
    border-radius: 1.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* States for the carousel items */
.item-left {
    transform: translateX(-65%) scale(0.85);
    z-index: 10;
    opacity: 1;
}

.item-left::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
}

.item-center {
    transform: translateX(0) scale(1);
    z-index: 20;
    border: 4px solid #3b82f6;
    /* Blue border */
    box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.25);
}

.item-right {
    transform: translateX(65%) scale(0.85);
    z-index: 10;
    opacity: 1;
}

.item-right::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
}

.item-hidden {
    transform: scale(0.5);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

/* Quote Icon SVG styling */
.quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #e0f2fe;
    /* Very light blue */
    width: 3rem;
    height: 3rem;
}

/* Custom Styles for the 3D Carousel Effect */
.carousel-container {
    perspective: 1000px;
    overflow: hidden;
}

.carousel-track {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-item {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    width: 280px;
    height: 480px;
    border-radius: 1.5rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.item-left {
    transform: translateX(-65%) scale(0.85);
    z-index: 10;
    opacity: 1;
}

.item-left::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
}

.item-center {
    transform: translateX(0) scale(1);
    z-index: 20;
    border: 4px solid #3b82f6;
    /* Blue border */
    box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.25);
}

.item-right {
    transform: translateX(65%) scale(0.85);
    z-index: 10;
    opacity: 1;
}

.item-right::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    /* Dark overlay */
}

.item-hidden {
    transform: scale(0.5);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
}

/* Quote Icon SVG styling */
.quote-icon {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #E0F2FE;
    /* Very light blue */
    width: 3rem;
    height: 3rem;
}

/* marquee css for slider  */
.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    gap: 40px;
    width: max-content;
    animation: marquee 12s linear infinite;
}

.marquee-track img {
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    border: 1px solid #00000042;
    width: 6%;
    object-fit: contain;
    border-radius: 8px;
}

/* Infinite animation */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Optional: pause on hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

.tab-btn {
    width: 100%;
    padding: 14px;
    border-radius: 12px;
    background: white;
    font-weight: 600;
    text-align: left;
    transition: 0.3s;
        border: 2px solid #E5E7EB; /* light gray stroke */
    border-radius: 10px;

}

.active-tab {
    background: linear-gradient(to right, #007bff, #005eff);
    color: white;
}

.faq-item {
    margin-bottom: 8px;
    /* spacing between items */
}

.faq-question {
    width: 100%;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-align: left;
    font-weight: 600;
    position: relative;
}



.faq-question::after {
    content: "▾";
    position: absolute;
    right: 16px;
}

.faq-content{
            border: 2px solid #E5E7EB; /* light gray stroke */
    border-radius: 10px;

}

.faq-answer {
    display: none;
    padding: 12px 16px;
    border-left: 1px solid #e5e7eb;
    border-right: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0 0 10px 10px;
    color: #000;
    background: linear-gradient(98.92deg, rgba(24, 92, 250, 0.2) 9.54%, rgba(67, 47, 217, 0.8) 140.05%);
}

.faq-question.active+.faq-answer {
    display: block;
}


.claim-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

/* Responsive scaling */
@media (max-width: 768px) {
  .claim-icon {
    width: 38px;
    height: 38px;
  }
}

.insurance-card {
    background: #f3f4f6;
    border-radius: 14px;
    padding: 18px 10px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}
.insurance-card:hover {
    background: #e5e7eb;
}
.insurance-card p {
    margin-top: 6px;
    font-weight: 500;
}