* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #eff9ff;
    padding-top: 30px;
    color: #243352;
}

.dancing-script {
    font-family: "Dancing Script", cursive !important;
}

html {
    scroll-behavior: smooth;
}


a {
    text-decoration: none;
}

.list-sltyle-none li {
    list-style: none;
}


.text-12 {
    font-size: 12px !important;
}

.text-14 {
    font-size: 14px !important;
}

.text-18 {
    font-size: 18px !important;
}

.text-20 {
    font-size: 20px !important;
}

.text-24 {
    font-size: 24px !important;
}

.text-30 {
    font-size: 30px !important;
}

.text-32 {
    font-size: 32px !important;
}


.section-heading {
    font-size: 46px !important;
    font-weight: 600;
    color: #243352BF;
}

.h3-heading {
    font-size: 24px !important;
}

.line-28 {
    line-height: 28px;
}

.line-21 {
    line-height: 21px;
}

.line-24 {
    line-height: 24px;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.container {
    position: relative;
    z-index: 1;
}

.panel-space {
    padding: 80px 0;
}

.text-dark {
    color: #243352 !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-blue {
    background-color: #F5F5FF !important;
}


/* header section css */
.header {
    padding: 0 10px 0 0;
    border-radius: 30px;
}

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

.navbar-nav .nav-link {
    padding: 0 !important;
    color: #243352E5;
    letter-spacing: 0.25px;
    position: relative;
    display: inline-block;
}



.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #243352E5;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}



.toll-header-group {
    display: flex;
    align-items: center;
    gap: 23px;
    position: relative;
}

.toll-icon-box {
    width: 42px;
    height: 42px;
    background-color: #F0F7FB;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.toll-btn-lime,
.toll-btn-outline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    /* max-width: 230px; */
	display:inline-block;
}

.toll-hero-action .toll-btn-lime {
    display: inline-block;
    height: auto;
    padding: 15px 30px;
}

.toll-btn-lime {
    background-color: #D4AF37;
    color: #243352;
    border: none;
}

.toll-btn-lime:hover {
    background-color: #A67C2E;
    transform: translateY(-1px);
}

.toll-btn-outline {
    background-color: transparent;
    color: #243352;
    border: 2px solid #243352;
}

.toll-btn-outline:hover {
    background-color: #243352;
    color: #ffffff;
}



@media (max-width: 768px) {
    .nfy-header-group {
        flex-wrap: wrap;
        justify-content: center;
    }
}




.toll-hero-note {
    display: block;
    font-size: 14px;
    margin-top: 12px;
}

.toll-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
    border-radius: 30px;
}

.banner-title {
    font-size: 62px;
    margin-bottom: 16px;
}

.banner-sub-title {
    font-size: 51px;
    margin-bottom: 50px;
}

.banner-cnt {
    margin-bottom: 50px;
}

.trusted-brand {
    margin-top: 80px;
}


/* why choose us section css */

.toll-why-choose {
    background-color: #f0f8ff;
}


.toll-subtitle {
    font-size: 1.1rem;
}

.toll-info-card {
    background-color: #DAEAF4;
    border: none;
    transition: transform 0.3s ease;
    border-radius: 24px !important;
    padding: 40px;
}

.toll-info-card:hover {
    transform: translateX(10px);
    background-color: #d1e2f0;
}

.toll-info-card h5 {
    color: #243352;
    font-size: 24px;
}

.toll-image-wrapper img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px !important;
}


.step-card {
    padding: 20px;
    z-index: 2;
    position: relative;
}

/* Section Background & Padding */
.toll-how-works {
    background-size: cover;
    padding-bottom: 300px;
}

/* Connecting Wave Image */
.top-25 {
    top: 20%;
    z-index: 0;
}



.step-card {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    margin-top: 80px;
}

.we-need-audit img {
    width: 100px !important;
}




.step-card h4 {
    margin-bottom: 15px;
}

.step-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 auto;
}

.cloud-icon img {
    width: 150px;
    margin-bottom: 50px;
}

.we-need-audit-mb img {
    margin-bottom: 28px;
}


.legal-policy-wrapper {
    margin-top: -190px;
    position: relative;
    z-index: 9;
}

.legal-policy-panel {
    background-color: #DAEAF4;
    border-radius: 30px;
}


.image-frame-container {
    width: 100%;
    padding: 25px;
    background: #e1eff8;
    border-radius: 30px;
    display: inline-block;
    border: 1px solid #2433521F;
}

.image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(235, 246, 253, 0.1) 3.47%, #DAEAF4 94.11%);
}

.benefits-list {
    max-width: 600px;
    padding: 0;
    margin: 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    list-style: none;
}

.icon-box {
    margin-top: 4px;
}

.icon-box img {
    width: 22px;
    margin-top: -5px;
}

.text-box {
    margin-left: 15px;
}

.text-box p {
    margin: 0;
    color: #243352E5;
    line-height: 28px;
}

.text-box strong {
    font-weight: 700;
    color: #243352E5;
}


.form-wrapper {
    min-height: 100vh;
}

.refund-card {
    background: #DAEAF4;
    padding: 29px;
    border-radius: 30px;
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 9;
}

.form-title {
    font-weight: 700;
    margin-bottom: 30px;
}

.form-label {
    font-size: 14px;
}

.custom-input,
.form-control {
    background: #EFF9FF;
    border: none;
    border-radius: 15px;
    padding: 15px;
}

.custom-input:focus,
.form-control:focus {
    box-shadow: none;
    background: #EFF9FF;
}



.flag-box {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
}

.flag-box img {
    width: 25px;
    height: auto;
}

.country-code {
    margin-right: 10px;
    color: #333;
}

/* Checkbox text */
.small-text {
    font-size: 12px;
}

.small-text a {
    text-decoration: underline;
}


.form-wrapper .toll-btn-lime {
    max-width: 100%;
}

/* footer section css  */

.trf-footer-wrap {
    background: #243352;
    color: #fff;
    padding: 60px 0 40px;
    border-radius: 20px;
    margin: 20px;
    overflow: hidden;
    height: 430px;
    margin-top: -190px;
}

/* Heading */
.trf-footer-top h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.trf-footer-top p {
    color: #c3ccd6;
    margin-bottom: 40px;
}

/* Menu */
.trf-footer-nav li a {
    color: #c3ccd6;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.trf-footer-nav li a:hover {
    color: #ffffff;
}

/* Social */
.trf-social-links a {
    width: 40px;
    height: 40px;
    background: #D4AF37;
    color: #2f3f5b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.trf-social-links a:hover {
    background: #8ddb00;
}

/* Bottom Bar */
.trf-copy-bar {
    font-size: 12px;
    padding: 15px 20px;
}

.trf-policy-links a {
    margin-left: 15px;
    text-decoration: none;
    color: #243352;
}

.trf-policy-links a:hover {
    text-decoration: underline;
    color: #243352;
}

/* Responsive */
@media (max-width: 768px) {
    .trf-footer-row {
        gap: 20px;
        text-align: center;
    }

    .trf-footer-nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .trf-social-links {
        justify-content: center;
    }
}

.trf-footer-wrap .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 1400px;
}

.road-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 670px;
}

.trf-footer-nav li {
    margin: 0 30px;
}

.toll-info-card p {
    font-size: 18px;
}

.top-header {
    transition: all 0.4s ease;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: slideDown 0.4s ease forwards;
    padding: 10px 0 0 0;
}

/* Animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* how it work page css */

.how-it-banner {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
}

.how-it-banner .banner-title {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.3;
}

.how-it-banner .banner-subtitle {
    margin: 40px 0;
    color: #243352;
}



.float-img {
    position: absolute;
    max-width: 120px;
}

.img-left {
    left: 20px;
    bottom: 50px;
    transform: rotate(-10deg);
}

.img-right-top {
    right: 30px;
    top: 40px;
}

.img-right-bottom {
    right: 60px;
    bottom: 40px;
}

@media (max-width: 767px) {
    .banner-title {
        font-size: 28px;
    }

    .float-img {
        max-width: 80px;
    }
}

.how-it-banner .toll-hero-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.float-img {
    animation: floatMove 4s ease-in-out infinite;
}

@keyframes floatMove {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}


.how-work-section {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
}


.how-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    color: #2d3a4b;
}

.how-wrapper {
    position: relative;
    margin: auto;
}

.how-card {
    background: #f1f5f8;
    padding: 25px;
    border-radius: 15px;
}

.how-card:hover {
    background: #1f2d4a;
    color: #fff;
}

.step-no {
    font-size: 70px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #005D8C;
}

.how-card:hover .step-no {
    color: #D4AF37;
}

.how-card h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.how-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #6c7a89;
}

.how-work-section .how-card p {
    font-size: 18px;
    line-height: 1.6;
    color: #6c7a89;
}

.how-work-section .how-card a {
    color: #6c757d;
    font-weight: 600;
}

.how-card:hover p {
    color: #cfd6e0;
}

.step-1 {
    top: 0;
    left: 0;
}

.step-2 {
    top: 80px;
    right: 0;
}

.step-3 {
    bottom: 80px;
    left: 0;
}

.step-4 {
    bottom: 0;
    right: 0;
}

.how-it-work-wave {
    position: absolute;
    top: 190px;
    left: 210px;
    width: 57%;
}


.result-card {
    background: #2c3e5d;
    padding: 30px;
    border-radius: 20px;
    max-width: 420px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.result-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.result-card p {
    font-size: 16px;
    color: #c7d0db;
    line-height: 1.6;
}

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

.feature-card {
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    border: 1px solid #2433521A;
    transition: transform 0.3s ease;
}

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

.icon-style {
    font-size: 1.5rem;
    color: #344767;
    font-weight: bold;
}

.card-title-text {
    color: #344767;
    font-weight: 700;
    font-size: 1.2rem;
}

.card-desc {
    font-size: 16px;
    margin-bottom: 0;
    color: #243352E5;
    line-height: 30px;
}

@media (max-width: 768px) {
    .feature-card {
        padding: 25px;
    }
}

.why-choose-us-banner {
    padding: 89px 20px;
}

.service-card {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e0e0e0;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 40px;
}

.service-work-panel {
    padding-bottom: 0 !important;
}

.truck-section {
    position: relative;
}

.truck-section .wave-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.truck-section .wave-card img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

/* TOP CURVE */
.truck-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -190px;
    width: 140%;
    height: 120px;
    background: #eff9ff;
    border-radius: 50%;
    z-index: 2;
}

.truck-section::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: -190px;
    width: 140%;
    height: 120px;
    background: #eff9ff;
    border-radius: 50%;
    z-index: 2;
}

/* Center Highlight */
.truck-section .owl-item.center {
    transform: scale(1.05);
    transition: 0.4s;
}

.truck-section .owl-item:not(.center) {
    opacity: 0.7;
}


.contact-wrapper {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.contact-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
}

.contact-subtitle {
    margin-bottom: 40px;
}

.contact-info-list .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info-list i {
    font-size: 1.3rem;
    margin-right: 15px;
}

.legal-info p {
    margin-bottom: 8px;
}

.legal-info strong {
    margin-right: 5px;
}

.footer-sub-heading {
    font-weight: 700;
    margin-bottom: 12px;
}

.footer-sub-text {
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .contact-wrapper {
        padding: 30px;
    }

    .contact-title {
        font-size: 2.5rem;
    }
}


.office-card {
    background-color: #DAEAF4;
    border-radius: 25px;
    padding: 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.dot-icon {
    width: 35px;
    height: 35px;
    background-color: #5b6a83;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.dot-icon span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.dot-yellow span {
    background-color: #B3FF1D;
}

.dot-cyan span {
    background-color: #1DFFAC;
}

.dot-purple span {
    background-color: #d400ff;
}

.office-name {
    color: #243454;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.office-details p {
    color: #4a5a78;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}

.office-details i {
    margin-right: 12px;
    margin-top: 4px;
    width: 15px;
    text-align: center;
}

.toll-claim-wrap {
    padding: 20px;
    background-color: #DAEAF4;
    border-radius: 20px;
}

#office-map {
    width: 100%;
    height: 450px;
}


.text-area-input {
    height: 100px;
}

.wpcf7-list-item {
    font-size: 13px;
}

.page-id-67 .footer-top-panel {
    display: none;
}

.page-id-67 .trf-footer-wrap {
    margin-top: -53px;
}


#google_translate_box {
    display: none;
}

#google_translate_box {
    position: absolute;
    top: 60px;
    left: -40px;
    z-index: 999;
}