/*===========================================================
 variables
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 30px;
    --hamHeight: 2.5px;
    --hamMargin: 4.5px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 7px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -7px;
    --hamBg: #0580d5;
}

/*===========================================================
Hamberger
===========================================================*/

.hamburger:hover {
    cursor: pointer;
}
.hamburger:hover .line {
    opacity: 0.8;
}

button.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.hamburger .line {
    width: var(--hamWidth);
    height: var(--hamHeight);
    background-color: var(--hamBg);
    display: block;
    margin: var(--hamMargin) auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

[aria-expanded="true"] .line:nth-child(2) {
    opacity: 0;
}

[aria-expanded="true"] .line:nth-child(1) {
    -webkit-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -ms-transform: translateY(var(--hamTranslate)) rotate(45deg);
    -o-transform: translateY(var(--hamTranslate)) rotate(45deg);
    transform: translateY(var(--hamTranslate)) rotate(45deg);
}

[aria-expanded="true"] .line:nth-child(3) {
    -webkit-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -ms-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    -o-transform: translateY(var(--hamTranslate3)) rotate(-45deg);
    transform: translateY(var(--hamTranslate3)) rotate(-45deg);
}
.navbar-light .navbar-toggler {
    border: 0;
}
/* ===========================================================
Responsive
=========================================================== */
.social-mobile,
.map-mobile,
.marker-mobile,
.quote-mobile {
    display: none;
}
@media (min-width: 768px) {
    .mega-dropdown:hover .mega-dropdown-content {
        display: block;
    }
}
@media (max-width: 767px) {
    nav.navbar .container {
        position: relative;
    }
    #myNav.show {
        display: block;
        background: #fff;
        width: 100%;
    }
    #myNav {
        position: absolute;
        top: 90px;
        left: 0;
        z-index: 10;
    }
    .topnav li {
        margin: 10px 0;
    }
    .navbar-expand .navbar-nav {
        flex-direction: column;
    }
    .mega-dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 1000;
        background-color: #fff;
    }

    .mega-dropdown-content.show {
        display: block;
    }
    /* .row {
        margin-left: -35px;
        margin-right: -35px;
    } */
    .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    /* [class^="col-"],
    [class*=" col-"] {
        padding-left: 35px;
        padding-right: 35px;
    } */
    .swiper {
        padding-left: 35px;
        padding-right: 35px;
    }
    .navbar {
        padding: 40px 0;
    }
    .navbar-brand img {
        width: 94px;
    }
    .navbar-expand .navbar-toggler {
        display: block;
    }
    #myNav {
        display: none;
    }
    /* Home */
    .banner-area {
        padding-top: 140px;
        padding-bottom: 35px;
    }
    .home-banner-area {
        background-image: url(../img/home/banner-mobile.jpg);
        min-height: auto;
        background-position: right bottom;
        background-size: cover;
    }
    .home-banner-area:before {
        background: rgba(255, 255, 255, 0.3);
    }
    .banner-pattern-topp,
    .pattern-horizontal-banner {
        display: none;
    }

    .home-banner-text p {
        margin: 13px 0;
    }
    .home-banner-text {
        max-width: 285px;
    }
    .bttn a {
        width: 200px;
    }
    .banner .bttn img {
        max-width: 16px;
    }

    .accomplishments-inner {
        flex-direction: column;
    }
    .single-accomplishments {
        max-width: 100%;
        margin-bottom: 25px;
        padding: 40px 25px;
    }
    .accomplishments-icon {
        margin-bottom: 30px;
    }

    .accomplishments-area {
        padding: 55px 0;
    }
    .single-accomplishments {
        min-height: auto;
    }
    .testimonial-text {
        padding-left: 0;
    }
    .testimonial-inner {
        flex-direction: column;
    }
    .testimonial-right .quote {
        display: none;
    }

    .testimonial-left {
        padding-right: 25px;
    }
    .testimonial-left,
    .testimonial-right,
    .testimonial-text {
        width: 100%;
        max-width: 100%;
    }
    .testimonial-text {
        padding-top: 80px;
    }

    .testimonial-pattern {
        right: 0;
        width: 270px;
        bottom: -50px;
    }
    .testimonial-area {
        padding: 50px 0 60px 0;
    }
    .quote-mobile img {
        width: 90px;
    }
    .quote-mobile {
        position: relative;
        display: block;
        text-align: center;
        bottom: -15px;
        z-index: 1;
    }
    .testimonial-img {
        position: relative;
        z-index: 10;
    }

    .team-area {
        padding: 45px 0;
    }
    .team-inner {
        gap: 20px;
    }
    .team-img img {
        width: 100%;
    }
    .team-img,
    .single-team {
        width: 100%;
    }

    .team-text a {
        display: block;
        text-decoration: none;
    }
    .view-bttn a {
        width: 180px;
    }
    .slider-area {
        padding: 55px 0;
    }
    .mySwiper::after,
    .mySwiper::before {
        display: none;
    }

    .canada,
    .uk,
    .usa {
        position: unset;
    }
    .my-slider-area {
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-slide {
        background: transparent;
    }

    .locations-area {
        padding: 55px 0;
    }

    .map-marker img {
        display: none;
    }

    .map-marker a {
        text-decoration: none;
    }
    .map-marker span {
        display: block;
        width: 100%;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .marker-mobile {
        width: 28px;
        display: block;
        position: absolute;
    }
    .locations-inner {
        position: relative;
    }
    .locations-inner > img.map-desk {
        display: none;
    }
    .m-canada {
        left: 18%;
        top: 14%;
    }

    .m-usa {
        left: 22%;
        top: 12%;
    }
    .m-uk {
        left: 43%;
        top: 8%;
    }
    .testi-info p {
        font-size: 15px;
    }
    .locations-inner {
        display: flex;
        flex-direction: column;
        gap: 0;
    }
    .map-mobile {
        display: block;
        margin-bottom: 17px;
    }
    .social-desk {
        display: none;
    }
    .social-mobile {
        display: flex;
        width: 163px;
        height: 74px;
    }
    .compliance-badges {
        display: flex;
        gap: 0.75rem;
        flex-wrap: wrap;
    }
    .badge {
        width: 144px;
        height: 74px;
        background: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
    }
    .badge img {
        max-width: 124px;
        max-height: 64px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .footer-area {
        padding: 80px 0;
    }
    .single-footer h3 {
        font-size: 22px;
    }
    .single-footer a,
    .single-footer address {
        font-size: 16px;
        font-weight: normal;
    }
    .single-footer-2 {
        border-right: 0;
        border-left: 0;
        position: relative;
    }
    .single-footer-2::before {
        position: absolute;
        left: 0;
        width: 1px;
        height: calc(100% - 30px);
        background: #fff;
        content: "";
    }
    .single-footer-2 .single-footer {
        position: relative;
    }
    .single-footer {
        max-width: 215px;
        margin-bottom: 30px;
    }
    .single-footer.pdl-20 {
        padding-left: 0;
    }

    .footer-bttm {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .footer-bttm {
        padding-bottom: 0;
        padding-top: 35px;
    }
    .banner-area {
        min-height: auto;
    }
    .banner-img {
        margin-top: 0;
        width: calc(100% - 70px);
        bottom: unset;
        top: calc(100% - 50px);
        display: none;
    }
    .mobile-banner-img img {
        top: -40px;
        position: relative;
    }
    .mobile-banner-img {
        border-top: 1px solid #0580d5;
        padding-left: 35px;
        padding-right: 35px;
        position: relative;
    }
    .america-banner-text,
    .international-banner-text {
        padding-bottom: 50px;
    }
    .core-service-area {
        padding-top: 0;
    }
    .banner-pattern-vertical {
        display: none;
    }
    .core-service {
        margin-top: 0;
        text-align: center;
    }
    .core-service-inner {
        flex-direction: column;
    }
    .single-core-service:nth-child(2),
    .single-core-service {
        border-left: 0;
        max-width: 100%;
    }
    .content-area,
    .core-service-text {
        padding: 36px 0;
    }
    .core-service-text h3 {
        font-weight: 700;
    }
    .core-service-text p {
        margin-top: 10px;
    }
    .core-service-inner {
        padding-bottom: 0;
    }
    .content-area {
        text-align: center;
    }
    .content-left {
        margin-bottom: 20px;
    }
    .content-right {
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        flex-direction: column;
        align-items: center;
    }
    .single-content {
        max-width: 270px;
    }
    .service-text {
        padding-left: 0;
    }
    .single-service {
        flex-direction: column;
        margin-bottom: 40px;
    }
    .service-img {
        margin-bottom: 36px;
    }
    .service-img,
    .service-text {
        width: 100%;
        text-align: center;
    }
    .tab-bttn button {
        text-transform: uppercase;
    }
    .contact-inner {
        flex-direction: column;
    }
    .contact-right {
        padding-top: 40px;
        width: 100%;
        max-width: 100%;
    }
    .contact-right a {
        font-weight: 400;
    }
    .contact-area {
        padding: 60px 0;
    }
    .contact-title {
        margin-bottom: 30px;
    }

    a[href^="tel:"] {
        font-weight: bold !important;
    }
    .mega-inner .title {
        text-align: left;
        padding: 10px 0;
    }
    .mega-inner ul a {
        padding: 16px 0;
        min-height: 81px;
        border-top: 0.3px solid #979797;
    }
    .mega-inner {
        padding-bottom: 40px;
        margin-bottom: 60px;
        border-bottom: 0.3px solid #979797;
    }
    .mega-dropdown-content [class^="col-"]:last-child .mega-inner,
    .mega-dropdown-content [class*=" col-"]:last-child .mega-inner {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .mega-inner .row.g-0 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .mega-inner .row.g-0 > * {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mega-inner h4 {
        margin-bottom: 15px;
    }
    .mega-dropdown-content {
        padding-bottom: 40px;
    }
    .mega-thumb {
        border-radius: 7px;
    }
    .mega-thumb img {
        height: 160px;
        object-fit: cover;
    }
    /* ================= */
    .core-service-text p {
        font-size: 14px;
    }
    .payment-details p,
    .case-tab-right span,
    .case-tab-left p,
    .form-item input,
    .form-item textarea,
    .contact-right a,
    .service-text p,
    .tab.on,
    .content-text p,
    .core-service-text h3,
    .core-service-title h3,
    .footer-bttm a span,
    .footer-bttm a,
    .footer-bttm p,
    .avus-partner p,
    .bttn a,
    .banner-text p,
    .locations-title p,
    .slider-text p,
    .testi-info h4,
    .accomplishments-text p,
    .team-text p {
        font-size: 16px;
    }
    .testimonial-text h3 {
        font-size: 17px;
    }
    .case-tab-left h2,
    .core-service-title h2,
    .locations-title h2,
    .slider-text .article-title,
    .slider-text h3,
    .title,
    .team-text h4 {
        font-size: 18px;
    }
    .mega-inner h4,
    .accomplishments-text h3 {
        font-size: 20px;
    }
    .payment-details h3,
    .contact-title h2,
    .service-text h3,
    .content-left h2,
    .banner-text h1 {
        font-size: 22px;
    }
    /* .case-banner-area */
    .case-banner-area {
        background-position: 90% top;
        margin-bottom: 0;
        padding-bottom: 140px;
    }
    .banner-bttm {
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        position: relative;
        margin-top: -140px;
    }
    .case-tab-area {
        margin-top: 55px;
        padding-bottom: 50px;
    }

    .payment-details {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .case-tab {
        padding-top: 55px;
    }
    .case-tab-bttn {
        margin-bottom: 35px;
    }
    .case-tab-inner {
        flex-direction: column;
    }
    .case-tab-left > div {
        padding-top: 40px;
    }
    .case-tab-left {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
    }
    .case-tab-left,
    .case-tab-right {
        width: 100%;
    }
    .case-tab-right {
        padding-left: 0;
    }
    .case-tab-right span {
        display: flex;
        height: 90px;
        align-items: center;
        line-height: 1.4;
    }
    .d-flex {
        gap: 8px;
    }
    .billed-col {
        flex-direction: column;
    }
    .bill-single {
        width: 100%;
    }
    .bill-bttn {
        margin: 20px 0;
    }
    .bill-single .d-flex {
        margin-bottom: 32px;
    }
    .bill-single:nth-child(2) .bill-bttn {
        margin-top: 0;
    }
    .bill-bttn a {
        width: 100%;
    }
    .payment-details-3 > .d-flex {
        flex-direction: column;
        /* gap: 40px; */
        padding: 0;
        border: 0;
    }
    .payment-details-3 .single-pay h3 {
        margin-top: 0;
    }

    .payment-details-3 .single-pay {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 40px;
    }
    article.single-slider {
        width: 100%;
    }
    .articles {
        gap: 30px;
    }
    
    /* Claim Form Responsive Styles */
    .claim-form-area .contact-title h2 {
        font-size: 1.8rem;
    }
    
    .claim-form-container {
        padding: 1rem 0;
    }
    
    .form-item input, 
    .form-item textarea,
    .form-item input[type="date"] {
        width: 100%;
    }
    
    .form-item label,
    .date-label,
    .file-upload-label {
        font-size: 1.2rem;
    }
    
    .claim-form-area .submit-btn button {
        width: 100%;
        max-width: 18.8125rem;
    }
    
    .file-upload-container {
        margin: 1rem 0;
    }
}

@media (max-width: 570px) {
    .case-tab-bttn button {
        width: 100%;
        height: 45px;
    }
    .case-tab-bttn {
        flex-direction: column;
    }
    .service-inner {
        text-align: center;
    }
    .tab-bttn {
        flex-direction: column;
        display: inline-flex;
    }
}
