.welcome-note {
    /* z-index: 1000; */
    background-color: #c0efe1;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.welcome-note p {
    color: #333;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    font-size: 14px;
}

/* ✅ Responsive: for small screens reduce padding/font size */
@media (max-width: 576px) {
    .welcome-note {
        padding: 3px 0;
    }

    .welcome-note p {
        font-size: 12px;
    }
}


/* Ensure proper spacing for smaller screens */



a {
    text-decoration: none !important;
}

h2 {
    font-weight: bold;
}

/* Custom Header Styling */
.custom-navbar {
    background: #FFFFFF;
    padding: 15px 75px 15px 75px;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}


.navbar-brand {
    padding-bottom: 0px !important;
    display: flex;
    align-items: center;
}

/* Removed text logo styles since reverted to image logo */

.custom-navbar .login-btn {
    background-color: #305A8C;
    color: white !important;
    border-radius: 8px;
}

a.nav-link {
    color: #363636 !important;
    font-weight: 500;
    padding: 10px 10px !important;
}

.navbar-nav .nav-item {
    margin: 0 8px;
}

a.nav-link.login-btn {
    padding: 10px 15px !important;
}

a.nav-link.login-btn:hover {
    color: white !important;
    background-color: #1F3E64;
}

.auth-group {
    background-color: #305A8C;
    padding: 8px 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-link {
    color: white !important;
    font-weight: 600;
    font-size: 14px;
}

.auth-divider {
    color: rgba(255, 255, 255, 0.4);
}

/* Custom Dropdown Styling */
.dropdown-menu {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    padding: 10px !important;
    max-height: 350px;
    overflow-y: auto;
    margin-top: 10px !important;
}

.dropdown-item {
    border-radius: 8px !important;
    padding: 10px 15px !important;
    font-weight: 500 !important;
    color: #333 !important;
    transition: all 0.2s ease !important;
}

.dropdown-item:hover {
    background-color: #f1f8ff !important;
    color: #305A8C !important;
    padding-left: 20px !important;
}

/* Custom Scrollbar for Dropdown */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f8f9fa;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #305A8C;
    border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #1F3E64;
}

/* Sticky Search Bar Styling */
.sticky-search-wrapper {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background-color: #305A8C;
    z-index: 1100;
    padding: 12px 75px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: top 0.3s ease-in-out;
}

.sticky-search-wrapper.active {
    top: 0;
}

/* Redesigned Sticky Search Content */
.sticky-search-content {
    background-color: transparent;
    padding: 0;
}

.sticky-search-label {
    color: white;
    font-weight: 600;
    margin-right: 20px;
    font-size: 16px;
}

.plate-uk-sticky {
    background-color: #fff;
    display: flex;
    align-items: stretch;
    padding: 0;
    border-radius: 8px;
    border: 2px solid #555;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    height: 55px;
}

.uk-badge {
    background-color: #F9661C;
    /* UK Plate Yellow */
    color: #305A8C;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    border-right: 2px solid #555;
}

.uk-badge svg {
    margin-bottom: 2px;
}

.reg-input-sticky {
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 280px;
    text-align: center;
    color: #555;
    padding: 0 15px;
    background: transparent;
}

.btn-free-check-sticky {
    background-color: #F9661C;
    /* Orange-Yellow */
    color: #000;
    font-weight: 700;
    border: none;
    padding: 0 35px;
    border-radius: 8px;
    margin-left: 20px;
    font-size: 18px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-free-check-sticky:hover {
    background-color: #D85516;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* Secondary Footer Styling */
.secondary-footer {
    background-color: #1F3E64;
    color: #fff;
    font-family: sans-serif;
}


.sec-footer-heading {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.sec-footer-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.sec-footer-links {
    padding: 0;
}

.sec-footer-links li {
    margin-bottom: 12px;
}

.sec-footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
}

.sec-footer-links a:hover {
    color: #fff;
    padding-left: 5px;
}

.sec-social-icons {
    display: flex;
    gap: 15px;
}

.sec-social-icons a {
    color: #fff;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.sec-social-icons a:hover {
    transform: translateY(-3px);
    color: #F9661C;
}

.sec-payment-icons {
    display: flex;
    gap: 12px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
}

.footer-bottom-bar {
    background-color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom-links {
    padding: 0;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .secondary-footer {
        text-align: center;
    }

    .sec-social-icons {
        justify-content: center;
    }

    .sec-payment-icons {
        justify-content: center;
    }

    .footer-bottom-bar {
        text-align: center;
    }

    .footer-bottom-bar .text-md-right {
        text-align: center !important;
        margin-top: 10px;
    }
}

/* Redesigned FAQ Section V2 */
.faq-section-v2 {
    font-family: sans-serif;
}


.faq-label-v2 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #888;
    letter-spacing: 1px;
}

.faq-title-v2 {
    font-size: 36px;
    font-weight: 800;
    color: #305A8C;
    line-height: 1.1;
}

.faq-desc-v2 {
    font-size: 16px;
    color: #666;
    max-width: 400px;
}

.btn-view-faqs-v2 {
    display: inline-block;
    background-color: #305A8C;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view-faqs-v2:hover {
    background-color: #1F3E64;
    /* Dark Blue */
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(27, 67, 50, 0.2);
}

.faq-list-v2 {
    border-top: 1px solid #eee;
}

.faq-item-v2 {
    border-bottom: 1px solid #eee;
}

.faq-question-v2 {
    padding: 15px 0;
    font-size: 18px;
    font-weight: 700;
    color: #305A8C;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-question-v2:hover {
    color: #1F3E64;
    /* Dark Green */
}

.faq-question-v2:hover i {
    color: #1F3E64;
}

.faq-question-v2 i {
    font-size: 14px;
    color: #888;
    transition: color 0.3s ease;
}

.faq-answer-v2 {
    padding-bottom: 15px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .faq-title-v2 {
        font-size: 28px;
    }

    .faq-question-v2 {
        font-size: 16px;
    }
}

/* Redesigned Testimonial Section V2 with Owl Carousel */
.testimonial-section-v2 {
    background-color: #305A8C;
}

.testimonial-section-v2 h2 {
    font-size: 32px !important;
}

.testimonial-card-v2 {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px 20px;
    position: relative;
    height: 100%;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card-v2:hover {
    transform: translateY(-5px);
}

.testimonial-img-wrapper-v2 {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    z-index: 10;
}

.testimonial-img-v2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.testimonial-quote-v2 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}

.btn-more-stories-v2 {
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 8px 20px;
    border-radius: 50px;
    color: #555;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* Owl Carousel Dots Styling */
.testimonial-carousel-v2 .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel-v2 .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonial-carousel-v2 .owl-dot.active span {
    background: #F9661C !important;
}

/* Comparison Section V2 */
.comparison-section-v2 h2 {
    font-size: 36px;
    color: #305A8C;
}

.comp-card-v2 {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
}

.comparison-table-v2 thead th {
    font-size: 18px;
    font-weight: 800;
    color: #305A8C;
    border-bottom: 2px solid #f0f0f0;
}

.comparison-table-v2 tbody td {
    padding: 20px 0;
    font-size: 16px;
    color: #444;
    border-bottom: 1px solid #f8f8f8;
    vertical-align: middle;
}

.comparison-table-v2 tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table-v2 td:first-child,
.comparison-table-v2 th:first-child {
    font-weight: 700;
    color: #305A8C;
}

@media (max-width: 768px) {
    .comparison-section-v2 h2 {
        font-size: 28px;
    }

    .comparison-table-v2 thead th {
        font-size: 16px;
    }

    .comparison-table-v2 tbody td {
        font-size: 14px;
        padding: 15px 0;
    }
}

/* Hero Redesign V2 */
.hero-section-v2 {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    min-height: 520px;
    display: flex;
    align-items: center;
}

/* Left Large Curve */
.hero-section-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(45deg, #1F3E64 0%, #305A8C 100%);
    border-top-right-radius: 6% 80%;
    z-index: 1;
}

/* Right Small Curve */
.hero-section-v2::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 14%;
    height: 100%;
    background: linear-gradient(-45deg, #1F3E64 0%, #305A8C 100%);
    border-top-left-radius: 70% 90%;
    z-index: 1;
}


@media (max-width: 991px) {
    .hero-section-v2 {
        background-color: #305A8C;
        min-height: auto;
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .hero-section-v2::before,
    .hero-section-v2::after {
        display: none;
    }
}

.hero-container-v2 {
    position: relative;
    z-index: 2;
}

.hero-content-v2 {
    position: relative;
    z-index: 5;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .hero-content-v2 {
        padding-right: 0;
        text-align: center;
    }
}

.hero-title-v2 {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
}

.hero-subtitle-v2 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-search-group-v2 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.hero-plate-v2 {
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 8px;
    flex-grow: 1;
    max-width: 380px;
    height: 70px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.gb-badge-v2 {
    background: #F9661C;
    width: 48px;
    height: 54px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.gb-badge-v2 img {
    height: 14px;
    margin-bottom: 2px;
}

.gb-badge-v2 span {
    font-size: 11px;
    font-weight: 800;
    color: #305A8C;
    line-height: 1;
}

.hero-input-v2 {
    border: none;
    outline: none;
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    color: #305A8C;
    text-transform: uppercase;
}

.hero-input-v2::placeholder {
    color: #99abb0;
    font-weight: 600;
}

.btn-hero-check-v2 {
    background-color: #F9661C;
    color: black;
    border: none;
    border-radius: 12px;
    font-size: 19px;
    font-weight: 750;
    height: 70px;
    padding: 0 45px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    white-space: nowrap;
}

.btn-hero-check-v2:hover {
    background-color: #D85516;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 198, 30, 0.3);
}

.hero-trust-links-v2 .trust-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.hero-trust-links-v2 .trust-link i {
    color: #4cd137;
    margin-right: 8px;
    font-size: 18px;
}

.hero-car-img-v2 {
    max-height: 580px;
    z-index: 10;
    position: relative;
    filter: drop-shadow(0 25px 40px rgba(0, 0, 0, 0.35));
    transition: all 0.5s ease;
    /* Centered in the white area gap */
    transform: none;
}

.hero-car-img-v2:hover {
    transform: translateX(-15%) scale(1.02);
}

@media (max-width: 991px) {
    .hero-car-img-v2 {
        max-height: 350px;
        transform: translateX(0);
        margin-top: 20px;
    }

    .hero-car-img-v2:hover {
        transform: scale(1.02);
    }
}

.hero-trust-logos-v2 {
    z-index: 3;
    position: relative;
    margin-right: 0px;
    margin-left: auto;
}

.trust-logo {
    max-height: 40px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(1);
}

.trust-logo:hover {
    opacity: 1;
    filter: grayscale(0);
}

@media (max-width: 991px) {
    .trust-logo {
        filter: brightness(0) invert(1) grayscale(1);
        opacity: 0.8;
    }
}

/* Orange Features Bar */
.hero-features-bar-v2 {
    background-color: #F9661C;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-item {
    font-weight: 700;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-item i {
    margin-right: 10px;
    font-size: 18px;
}

/* Steps Section */
.steps-section {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.steps-heading {
    font-size: 32px;
    font-weight: 800;
    color: #1F3E64;
}

.step-item {
    transition: transform 0.3s ease;
}

.step-icon {
    max-height: 120px;
    display: block;
    margin: 0 auto;
}

.step-title {
    font-size: 22px;
    font-weight: 800;
    color: #1F3E64;
}

.step-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
}

@media (max-width: 768px) {
    .steps-section {
        padding: 50px 0;
    }

    .steps-heading {
        font-size: 26px;
    }

    .step-icon {
        max-height: 100px;
    }
}

/* Feature Highlight Section V2 */
.features-highlight-v2 {
    background-color: #305A8C;
    color: #fff;
    padding: 80px 0;
}

.feature-highlight-icon {
    max-height: 100px;
    margin: 0 auto;
    display: block;
}

.feature-highlight-title {
    font-size: 26px;
    font-weight: 800;
    color: #ffffff;
}

.feature-highlight-desc {
    font-size: 15px;
    line-height: 1.6;
}

.feature-highlight-btn {
    background-color: #F9661C;
    color: #000;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 8px;
    border: none;
    transition: all 0.3s ease;
}

.feature-highlight-btn:hover {
    background-color: #e85a15;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .features-highlight-v2 {
        padding: 60px 0;
    }

    .feature-highlight-title {
        font-size: 22px;
    }
}

/* Offer Section V2 */
.offer-section-v2 {
    background-color: #ffffff;
    padding: 80px 0;
}

.offer-img-v2 {
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 90%;
}

.offer-tag-v2 {
    color: #305A8C;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-title-v2 {
    font-size: 36px;
    font-weight: 800;
    color: #1F3E64;
    line-height: 1.2;
}

.offer-item-v2 {
    border-bottom: 1px solid #eee;
    font-weight: 600;
    color: #1F3E64;
    font-size: 17px;
    transition: all 0.3s ease;
}

.offer-item-v2:hover {
    padding-left: 5px;
    color: #305A8C;
}

.offer-item-v2 i {
    font-size: 14px;
    opacity: 0.6;
}

@media (max-width: 991px) {
    .offer-title-v2 {
        font-size: 28px;
    }

    .offer-tag-v2 {
        margin-top: 20px;
    }
}

/* Sidebar & Common Content Styling */
.sidebar-section {
    margin-bottom: 40px;
}

.sidebar-title {
    font-size: 20px;
    font-weight: 800;
    color: #1F3E64;
    margin-bottom: 20px;
}

.sidebar-search-wrapper {
    display: flex;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 30px;
}

.sidebar-search-input {
    border: none;
    padding: 10px 20px;
    flex-grow: 1;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
}

.sidebar-search-btn {
    background-color: #F9661C;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s;
}

.sidebar-search-btn:hover {
    background-color: #f5a623;
}

.sidebar-search-btn i {
    color: #fff;
    font-size: 18px;
}

.sidebar-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-toc-list li {
    margin-bottom: 12px;
}

.sidebar-toc-list li a {
    color: #4b5563;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: color 0.2s;
}

.sidebar-toc-list li a:hover,
.sidebar-toc-list li a.active {
    color: #305A8C;
}

/* Author Box Style */
.author-box-wrapper {
    margin-top: 30px;
    display: flex;
}

.author-box {
    display: flex;
    border: 1px solid #d1d5db;
    max-width: 600px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.author-box-img {
    width: 150px;
    object-fit: cover;
}

.author-box-info {
    padding: 25px;
    flex-grow: 1;
}

.author-box-info h5 {
    color: #1F3E64;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 10px;
}

.author-box-info p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.author-socials a {
    background: #000;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    font-size: 14px;
    margin-right: 8px;
    transition: 0.2s;
    text-decoration: none;
}

.author-socials a.linkedin {
    background: #0077b5;
}

.author-socials a.x-twitter {
    background: #000;
}

.author-socials a:hover {
    opacity: 0.8;
}

/* FAQ Responsive Overrides */
@media (max-width: 991px) {
    .faq-left-column h2 {
        font-size: 28px;
    }
}

/* Featured In Section */
.featured-in-section {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
}

.featured-in-title {
    font-size: 26px;
    font-weight: 800;
    color: #1F3E64;
    margin-bottom: 40px;
}

.featured-logos-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.featured-logo {
    max-height: 80px;
    width: auto;
    filter: grayscale(0);
    opacity: 1;
    transition: all 0.4s ease;
}

.featured-logo:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .featured-in-title {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .featured-logo {
        max-height: 35px;
    }
}


@media (max-width: 991px) {
    .hero-section-v2::after {
        width: 100%;
        height: 35%;
        bottom: 0;
        top: auto;
        clip-path: ellipse(100% 70% at 50% 100%);
    }

    .hero-title-v2 {
        font-size: 36px;
        text-align: center;
    }

    .hero-subtitle-v2 {
        text-align: center;
    }

    .hero-search-group-v2 {
        flex-direction: column;
        width: 100%;
    }

    .hero-plate-v2 {
        max-width: 100%;
        width: 100%;
    }

    .btn-hero-check-v2 {
        width: 100%;
    }

    .hero-trust-links-v2 {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .reg-input-sticky {
        width: 150px;
        font-size: 18px;
    }

    .btn-free-check-sticky {
        padding: 10px 20px;
        font-size: 16px;
        margin-left: 10px;
    }
}

@media (max-width: 780px) {
    .navbar-nav {
        margin-top: 20px !important;
    }
}

/* Responsive adjustments */
@media (min-width: 780px) {

    .custom-navbar .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
        position: static;
        background: transparent;
        width: auto;
        padding: 0;
    }

    .custom-navbar .navbar-collapse.show {
        display: flex !important;
        /* Show on toggle */
        align-content: flex-start;
    }

    .custom-navbar .login-btn {
        /* color: white !important; */
        text-align: center !important;
    }

}

.custom-navbar .navbar-toggler {
    outline: none !important;
}


/* .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

/* Hero Section Styling */



.home-page .hero-text {
    margin-top: 100px;
}


.home-page .hero-section {
    background: url('../images/banner Image .jpg') no-repeat center center/cover;


    /* Replace with your actual background image */
    height: 80vh;
    /* Full viewport height */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
}

.home-page .content {
    margin-top: 50px;
    /* Add margin to compensate for the fixed header height */
}

.home-page .form-control {
    font-size: large;
    font-weight: bolder;
}

.home-page .overlay {
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay for better text readability */
    padding: 50px 0;
    width: 100%;
    height: 100%;
}

.home-page .hero-section h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}

.home-page .hero-section p {
    font-size: 18px;
    margin-bottom: 30px;
}




.search-bar {
    display: flex;
    align-items: center;
    /* background-color: #4da3ff; */
    padding: 5px;
    /* border-radius: 5px; */
}

.plate {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 2px 2px;
    border-radius: 5px;
}

.gb-badge {
    background-color: #00247d;
    color: white;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
}

.reg-input {
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
    background: transparent;
    outline: none;
}

.check-btn {
    color: white;
    font-weight: bold;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}


.hero-section {
    position: relative;
    padding: 50px 0;
    /* Adjust padding for larger screens */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    /* Dark overlay */
}

.hero-text {
    color: #fff;
    /* Text color */
}

.home-page .search-bar {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-page .search-bar input {
    width: 100%;
    max-width: 300px;
    padding: 5px 5px;
    /* border-radius: 30px 0 0 30px; */
    border: none;
    outline: none;
}

.home-page .search-bar button {
    padding: 13px 20px;
    border: none;
    background-color: #305A8C;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    outline: none;
}

/* .home-page .search-bar button:hover {
    background-color: #218838;
} */

/* Responsive Styles */
@media (max-width: 768px) {
    .home-page .hero-text {
        margin-top: 100px;
    }

    .home-page .hero-section {
        height: 80vh;
    }

    .hero-section {
        padding: 30px 0;
    }

    .hero-section h1 {
        font-size: 30px !important;
    }

    .hero-section button {
        font-size: 12px !important;
        margin-top: 5px;
        margin-left: 0px;
        width: 100%;
        font-size: 24px !important;
        padding: 7px !important;
        margin-top: 10px;
    }

    .home-page .search-bar {
        flex-direction: column;
        align-items: center;
    }

    .plate {
        width: 100%;
    }

    .home-page .search-bar input {
        width: 100%;
        text-align: center;
    }

    /* .home-page .search-bar button {
        width: 40%;
        border-radius: 30px 30px;
    } */
}

@media (max-width: 576px) {
    .hero-text h1 {
        font-size: 1.5rem;
        /* Adjust font size for smaller screens */
    }

    .hero-text p {
        font-size: 1rem;
        /* Adjust font size for smaller screens */
    }

    .home-page .section-6-light {
        padding-bottom: 20px !important;
    }
}

.home-page .promo-link {
    display: block;
    margin-top: 20px;
    color: #fff;
    text-decoration: underline;
}

.home-page .promo-link:hover {
    color: #ccc;
    /* Light color on hover */
}

/* section-2 */
.home-page .section-2 {
    background-color: #cac9c9;
}

.home-page .main-card {
    border-radius: 10px;
}

.home-page h4 {
    font-weight: bold;
}

.home-page .card-bottom {
    border-radius: 10px;
    background-color: #305A8C;
}

.home-page .card-bottom a {
    color: white;
    font-size: large;
    text-decoration: none;
}

/* section-3 */
.home-page .section-3 {
    background-color: #305A8C;
}

@media (max-width: 768px) {
    .home-page .section-3 {
        margin-bottom: 30px;
        background-color: #305A8C;

    }

    .home-page .faq-question {
        font-size: 18px !important;
        padding: 10px 0 !important;
    }

    .home-page .faq-item img {
        width: 24px !important;
    }

    .finance-content .header-section {
        margin-top: 105px;
    }

}

/* section-4 */
.home-page .section-4 {
    background-color: #305A8C;

}

/* FAQ */

.home-page .faq-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.home-page .faq-item img {
    width: 30px;
}

.home-page .faq-question {
    font-size: 20px;
    /* font-weight: bold; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px 0;
}

.home-page .faq-answer {
    display: none;
    font-size: 16px;
    padding: 10px 0;
}

.home-page .icon {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.home-page .expanded .icon {
    transform: rotate(180deg);
}

/* section-6 */
.home-page .section-6 {
    padding-bottom: 60px;
    background-color: #cac9c9;
}

.home-page .section-6-light {
    padding-bottom: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* footer */
.footer {
    color: white;
    background-color: #131212;
}

.footer a {
    text-decoration: none;
    color: white;
}

.footer li {
    list-style: none;
    padding: 10px;
}

.footer i {
    font-size: 20px;
}



/* finance page  */
/* finance page  */
/* finance page  */
/* finance page  */
/* .finance-content{
    margin-top: 100px;
} */
/* Styling for Top Notification Bar */
.top-notice {
    background-color: #e6f4f1;
    color: #333;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

/* Header Section Styling */
.finance-content .header-section {
    background-color: #1F3E64;
    color: #ffffff;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.finance-content .header-section h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.finance-content .header-section p {
    font-size: 18px;
    margin-bottom: 30px;
}

.finance-content .header-section .search-bar {
    max-width: 600px;
    margin: 0 auto;
    /* display: flex; */
    gap: 10px;
}

.finance-content .search-bar input {
    flex-grow: 1;
    padding: 15px;
    border-radius: 8px;
    border: none;
    outline: none;
    font-size: 18px;
}

.finance-content .search-bar button {
    padding: 15px 25px;
    background-color: #305A8C;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
}

.finance-content .search-bar button:hover {
    background-color: #1F3E64;
}

.finance-content .view-sample {
    color: #305A8C;
    font-weight: bold;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.finance-content .header-section .features {
    margin-top: 30px;
    font-size: 16px;
}

.finance-content .header-section .features i {
    margin-right: 10px;
}

/* Content Section Styling */
.finance-content .content-section {
    text-align: center;
    padding: 60px 20px;
}

.finance-content .content-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.finance-content .content-section p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
}

/* section-2 */
.section-2 {
    background-color: #e9e9e9;
}

.section-2 a {
    color: #305A8C;
    font-weight: bold;
    text-decoration: none;
}

/* section-3 */
/* .sectoin-3 ul{
    padding-inline-start: 0px !important;
} */
.section-3 {
    background-color: #f3f3f3;
}

.section-3 li {
    padding-bottom: 25px;
    list-style: none;
}

.section-3 i {
    margin-right: 15px;
    color: #305A8C;
}

/* section-4 */
.section-4 li {
    padding-bottom: 25px;
    list-style: none;
}

.section-4 i {
    margin-right: 15px;
    color: #305A8C;
}

/* section-7 */
.section-7 {
    color: white;
    background-color: #1F3E64;
}

.section-7 i {
    font-size: 50px;
    color: #305A8C;
}

/* section-8 */
.section-8 {
    background-color: #f3f3f3;
}

.section-8 li {
    padding-bottom: 25px;
    list-style: none;
}

/* section-9 */
.section-9 li {
    list-style: none;
}


/* cards styling */
/* cards styling */
/* cards styling */
/* cards styling */

.card-page {
    margin-top: 28px;
}

.card-body {
    padding-bottom: 0px;
}

.featured-post .card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(10, 10, 10, 0.1);
    transition: transform 0.3s ease;
}

.post-card {
    display: flex;
    flex-direction: column;
    /* Stack children vertically */
    height: 100%;
    /* Ensure all cards take full height */
    border: none;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.post-card h5 {
    font-size: 25px;
}

.post-card img {
    height: 200px;
    object-fit: cover;
}

.post-card:hover {
    transform: translateY(-5px);
    /* Slightly lift the card */
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}


.featured-post .card:hover {
    box-shadow: 10 20px 0px rgba(3, 3, 3, 0.1);
}

/* Card Titles */
.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

.card-body .text-area {
    padding-inline: 10px;
    font-size: 1rem;
}

.card-page .card-footer {
    color: #6c757d;
    background-color: white;
    border-top: none;
    font-size: 15px;
}

.card-page .card-footer .btn {
    padding: 10px 20px;
    box-shadow: none !important;
    border: none !important;
    border-radius: 10px;
    background-color: black !important;
    color: white;
}

.card-page .card-footer button:hover {
    background-color: black;
}








/* detail list */
/* detail list */
/* detail list */
/* detail list */

body {
    background-color: #F0F0F0;
    font-family: sans-serif;
}


.detail-list .card-container {
    margin-top: 20px;
}

.detail-list .badge-status {
    font-size: 1rem;
    font-weight: bold;
}

.list-group-item .fa-circle-question {
    font-size: 12px;
    color: rgb(170, 168, 168);
}

.highlight-red {
    background-color: rgb(238, 176, 176);
}

.detail-list .sample {
    border: 1px solid black;
    font-size: larger;

}

.detail-list i {
    font-size: large;
    font-weight: bolder;
}

.detail-list .section-title {
    background-color: #f8f9fa;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.detail-list .card-header-custom {
    color: white;
    border-radius: 10px;
    background-color: #7f8b8c;
    font-weight: bold;
    padding: 10px;
}

.detail-list .card-header-green {
    color: white;
    border-radius: 10px;
    background-color: #28A745;
    font-weight: bold;
    padding: 10px;
}

.detail-list .card-header-red {
    color: white;
    border-radius: 10px;
    background-color: #DC3545;
    font-weight: bold;
    padding: 10px;
}

.detail-list .card-header-yellow {
    color: white;
    border-radius: 10px;
    background-color: #FCBA04;
    font-weight: bold;
    padding: 10px;
}

.detail-list .card {
    border: none !important;
    margin-bottom: 20px;
}

.detail-list .card-body {

    padding: 0px;
}

.detail-list .alert-custom {
    /* text-align: center; */
    font-weight: bold;
    padding: 15px;
}

.alert-danger {
    border: 1px solid tomato;
}

.alert-warning {
    border: 1px solid rgb(201, 201, 5);
}

.detail-list .badge {
    width: 100px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
}

/* .detail-list .badge-header {
    width: 350PX !important;
} */


/* price list */
/* price list */
/* price list */
/* price list */

.top-notice {
    margin-top: 100px;
}

.pricing .offers {
    font-weight: 400;
    padding-left: 10px;
    /* margin-left: 30px; */
}

.pricing .list-group {
    background-color: white;
    padding: 0px 25px;
    border: 2px solid #305A8C !important;
    border-radius: 20px !important;
    display: flex;
    /* Flexbox for equal height */
    flex-direction: column;
    /* Stack items vertically */
    flex-grow: 1;
    /* Allow to grow and fill available space */
}

.pricing .list-group-item {
    padding: .75rem 0rem;
}

.pricing h4,
h5 {
    font-size: 35px;
    font-weight: bold;
}

.pricing .fa-check {
    color: green;
    font-size: 20px;
}

.pricing .fa-xmark {
    color: red;
}

.pricing .list-group .purchase-btn {
    border: none;
    background-color: #305A8C !important;
}

.pricing .list-group-flush .fa-question-circle {
    color: grey;
}


.tooltip-inner {
    background-color: #8AB4E0 !important;
    /* Change this to your desired background color */
    color: black !important;
    /* Optional: Change text color */
    font-weight: 400;
    font-size: small;
    /* Optional: Change font weight */
}

.tooltip-arrow::before {
    border-top-color: #8AB4E0 !important;
    /* Change arrow color to match background */
}



/* login pages */



/* Default nav-link color */
.login {
    margin-top: 140px;
    margin-bottom: 30px;
}

.login .alert-warning {
    font-size: large;
    border-radius: 12px;
}

.login .nav-pills .nav-link {
    font-weight: bold;
    color: black;
    text-align: start;
    /* Start alignment for the text */
    margin-top: 5px;
    /* Top padding */
    margin-bottom: 5px;
    /* Blue color for default links */
}



.login .col-md-8 {
    padding-left: 20px;
}

/* Active link color */
.login .nav-pills .nav-link.active {
    background-color: #305A8C;
    color: white;
    /* Black color for active link */
    font-weight: bold;
}

/* Media query for horizontal pills on small screens */
@media (max-width: 768px) {
    .login .nav-pills {
        flex-direction: row !important;
        /* Horizontal direction */
        justify-content: start;
        /* Center alignment */
    }

    .login .nav-pills .nav-link {
        margin: 0 5px;
        /* Spacing between links */
    }
}

.login .nav-pills .nav-link {
    border: none;
    border-radius: rem;
}


/* checkout section */

.checkout-container {
    max-width: 700px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
}

button:focus {
    outline: none !important;
    outline: none !important;
}

.icon-container img {
    width: 30px;
    height: auto;
}

.input-group i {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #aaa;
}

.input-group input {
    padding-left: 35px;
}

.btn-pay {
    background-color: #1565c0;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}

.btn-pay:hover {
    background-color: #004ba0;
    color: white;
}

.checkout-container .form-label {
    font-weight: bold;
}

.sticky .free-check {
    position: fixed;
    bottom: 40%;
    right: 0px;
}

.sticky .free-check .form-btn {
    border-radius: 10px 0px 0px 10px;
    background-color: #305A8C;
    color: white;
    border: none;
    width: 50px;
    height: 150px;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    writing-mode: vertical-rl;
    margin-top: 10px;
}

.sticky .free-check .form-box {
    width: 175px;
    background: white;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    padding: 15px;
}

.sticky .free-check .form-box h6 {
    margin-bottom: 0px !important;
}

.sticky .free-check .form-box button {
    background-color: #305A8C;
    color: white;
}

.sticky .chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.sticky .chat .toggle-btn {
    background-color: #305A8C;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 10px;
}

.sticky .chat .card {
    width: 400px;
    height: 500px;
    margin-right: 35px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border: none !important;
}

.sticky .chat .card .card-header {
    background-color: #305A8C;
    color: white;
}

.sticky .chat .card .card-body .accordion-item {
    background: #b2b5b5;
    border-radius: 5px;
}

.sticky .chat .card .card-body .accordion-header {
    font-size: 18px !important;
}

.sticky .chat .card .card-body .accordion-header .accordion-button {
    background: #b2b5b5;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky .chat .card .card-body .accordion-header .title {
    text-align: left;
}

.sticky .chat .card .card-body .accordion-body {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.sticky .chat .card .card-footer {
    background-color: white;
    border-top: none;
}

.sticky .chat .card .card-footer button {
    border-radius: 50px !important;
    border: 2px black solid !important;
}

.sticky .chat .card .card-footer .send-btn {
    border: 2px #305A8C solid !important;
    background-color: #305A8C;
    color: white;
}

.sticky .chat .card .card-body .input {
    height: 48px;
    padding: 12px 16px;
    border-radius: 10px;
}

/* trust pilot */
.trustpilot-fixed-button {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 9999;
    background-color: white;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.trustpilot-fixed-button:hover {
    transform: scale(1.1);
}

.review-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
    font-weight: bold;
    font-size: 1rem;
    background: none !important;
    padding: 0;
    display: none;
    white-space: nowrap;
    pointer-events: none;
}

@media (max-width: 1024px) and (min-width: 769px) {
    .sticky .chat {
        bottom: 10px;
        right: 10px;
    }

    .sticky .chat .card {
        width: 350px;
        height: 400px;
    }

    .sticky .chat .card .card-body {
        padding: 1rem;
    }

    .sticky .chat .card .card-body .accordion-header {
        font-size: 16px !important;
    }
}

@media (min-width: 426px) and (max-width: 768px) {
    .sticky .chat {
        bottom: 10px;
        right: 10px;
    }

    .sticky .chat .card {
        width: 350px;
        height: 400px;
    }

    .sticky .chat .card .card-body {
        padding: 1rem;
    }

    .sticky .chat .card .card-body .accordion-header {
        font-size: 16px !important;
    }
}

@media (max-width: 426px) {
    .sticky .free-check .form-btn {
        width: 45px;
        height: 130px;
        font-size: 18px;
    }

    .sticky .free-check .form-box {
        width: 150px;
        border-radius: 10px 0px 0px 10px;
        padding: 10px;
    }

    .sticky .free-check .form-box hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }

    .sticky .chat {
        bottom: 5px;
        right: 5px;
    }

    .sticky .chat .toggle-btn {
        width: 45px;
        height: 45px;
    }

    .sticky .chat .card {
        width: 300px;
        height: 350px;
        margin-bottom: 0px;
        margin-right: 30px;
    }

    .sticky .chat .card .card-body {
        padding: 1rem;
    }

    .sticky .chat .card .card-body .accordion-header {
        font-size: 16px !important;
    }

    .trustpilot-fixed-button {
        bottom: 5px;
        left: 5px;
    }

    .section-5 h2 {
        margin-top: 10px;
        font-size: 22px;
    }
}



/* testimonial section */
.testimonial-container {
    max-width: 600px;
    margin: 0 auto;
}

.testimonial-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.carousel-item {
    padding: 20px;
}


/* Custom Number Indicators */
.carousel-indicators {
    margin-top: 30px;
}

.indicator {
    width: 25px;
    height: 25px;
    /* line-height: 35px; */
    text-align: center;
    background-color: #ccc;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    margin: -10px 5px;
    cursor: pointer;
    transition: all 0.4s ease;
    opacity: 0.7;
}

.indicator.active {
    background-color: #305A8C;
    transform: scale(1.2);
    opacity: 1;
}


/* recent blog sectoin */
.recent-blog-container {
    background-color: white;
}

.blog-meta {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.blog-meta li {
    font-size: 14px;
}

.blog-category {
    background-color: #d6d4d4;
    border-radius: 20px;
    padding: 3px 10px;
}

.blog-date {
    color: #777;
}

.recent-blog-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

.recent-blog-card-title {
    font-weight: 700;
    margin-top: 10px;
    color: #1f2e15;
}

.blur {
    filter: blur(4px);
}

th .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}