@font-face {
    font-family: "Tachyon W00 Regular";
    src: url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.eot");
    src: url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/0021e0dd7bb3205b038c4f17aacff6cc.svg#Tachyon W00 Regular")format("svg");
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts-gotham/gotham_light.otf') format('otf'),
        url('/fonts-gotham/gotham_medium.otf') format('otf'),
        url('/fonts-gotham/gotham_bold.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}


body,
html {
    font-family: 'Gotham', sans-serif !important;
    font-style: normal;
    font-optical-sizing: auto;
    overflow-x: hidden;
    position: relative;
}

body {
    overflow: hidden !important;
}

.text-red {
    color: #ff0000 !important;
}

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

.new-text-blue {
    color: #0054b2 !important;
}

.bg-green {
    background-color: #19bc20 !important;
}

.react-icon {
    width: 250px;
}

/* header top bar start */
.logo {
    max-height: 90px;
    max-width: 650px;
}

.call-icon {
    height: 17px;
    width: 17px;
}

.top-bar span {
    letter-spacing: 2px;
}

/* header top bar end */


/* header navbar start */
.navbar {
    background-color: #0054b2;
}

.navbar-nav .nav-link {
    color: #fff !important;
    padding: 0px 70px !important;
    letter-spacing: 2px;
    font-family: "Tachyon W00 Regular", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    /* padding-left: 20px !important; */
    /* padding-right: 20px !important; */
}

.navbar-nav .nav-icon-item {
    color: #fff !important;
    padding: 3px 8px !important;
    /* letter-spacing: 2px; */
}

.nav-item .nav-link:hover,
.nav-item .nav-icon-item:hover {
    background-color: #19bc20 !important;
    color: #fff !important;
}

.facebook-icon,
.instagram-icon,
.twitter-icon,
.tik-tok-icon {
    height: 16px;
    width: 16px;
    object-fit: cover;
    object-position: center;
}

#mobileMenu {
    width: 100% !important;
    max-width: 100%;
}

.navbar-toggler-icon {
    background-image: url("../images/navbar-toggler-icon.png") !important;
}

.about-us-links {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none !important;
    background-color: #ff0000 !important;
}

/* header navbar end */


/* footer start */
.main-footer {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    font-size: 0.9rem;
    line-height: 1.8;
}

.footer-bottom-bar {
    background-color: #000000;
    color: #fff;
    padding: 15px 0;
    font-size: 0.85rem;
    text-align: center;
}

.footer-bottom-bar a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom-bar a:hover {
    color: #19bc20;
}

.custom-margin {
    margin-left: 5rem;
    margin-right: 5rem;
}

.custom-footer-width {
    width: 10%;
}

/* footer end */


/* index page hero section start */
.banner {
    background-color: #111;
    color: #fff;
    text-align: center;
}

.banner h3 {
    font-family: "Tachyon W00 Regular" !important;
}

.banner-image img {
    height: 80vh;
    object-fit: cover;
    width: 100%;

}

.banner-img {
    object-fit: cover;
    object-position: right;
}

.banner-image {
    /* clip-path: polygon(0% 100%, 0.73% -1.01%, 97.82% -1.13%, 86.18% 100%); */
    clip-path: polygon(0% 100%, -1.60% -1.30%, 97.82% -1.13%, 86.18% 100%)
}

.custom-button {
    margin-top: 30px;
}

.custom-button .btn {
    padding: 10px 55px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px;
    font-weight: 500;
    border: none;
    border-radius: 0;
    position: relative;
    transform: skewX(-10deg);
}

.banner p {
    font-size: 30px;
    letter-spacing: 2px;
}

.custom-button .text {
    position: relative;
    z-index: 2;
    transform: skewX(10deg);
}

.custom-button .line1 {
    width: 8px;
    height: 100%;
    position: absolute;
    right: 2px;
    top: 0;
    background: #111;
}

.custom-button .line2 {
    width: 5px;
    height: 100%;
    position: absolute;
    right: 14px;
    top: 0;
    background: #111;
}

.custom-button .line3 {
    width: 4px;
    height: 100%;
    position: absolute;
    right: 26px;
    top: 0;
    background: #111;
}

.whatsapp-call img {
    height: 23px;
    width: 23px;
}


.emergency-call:hover {
    background-color: #0054b2 !important;
    transition: 0.5s !important;
    transform: skewX(-10deg) scale(1.1) !important;
}

.whatsapp-call:hover {
    background-color: #19bc20 !important;
    transition: 0.5s !important;
    transform: skewX(-10deg) scale(1.1) !important;
}

.model-width {
    width: 60% !important;
}

/* index page second hero section end */

/* index page service page section start */
.service-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service-card {
    width: 100%;
    max-width: 270px;
    transition: 0.5s !important;
    box-shadow: 0px 0px 5px 0px #0000002e;
    border-radius: 0px;
    padding: 15px 35px;
    transform: skewX(-10deg) !important;
}

.remove-transform {
    transform: skewX(10deg) !important;
}

.service-card:hover {
    transition: 0.5s !important;
    transform: skewX(-10deg) scale(1.1) !important;
}

.service-card h5,
.fitting-in-yorkshire-section h4,
.custom-col h5,
.our-service-card-body h5,
.our-service h5,
.budgets-section h2,
.customers-say-section h2,
.quick-quote-section h2,
.our-service h2,
.our-service h4 {
    font-family: "Tachyon W00 Regular", sans-serif !important;
}

.service-card p,
.our-service-card-body p,
.customers-say-card-body h5 {
    font-weight: 300;
}

.customers-say-card-body p {
    font-size: 14px !important;
}

.service-hr {
    margin: 20px 0px;
    border-top: #0054b2 3px solid;
    opacity: 1;
    width: 80%;
}

/* index page service page section end */


/* index fitting in yorkshire section page start */
.fitting-in-yorkshire-hr {
    margin: 15px 0px;
    border-top: #0054b2 3px solid;
    opacity: 1;
    width: 50%;
}

.fitting-in-yorkshire-section p {
    font-size: 20px;
    font-weight: 500;
}

.tick-icon {
    height: 20px;
    width: 20px;
}

.fitting-in-yorkshire-section ul li {
    font-size: 18px;
    font-weight: 500;
}

/* index fitting in yorkshire section page end */


/* index page emergency mobile fitting start */
.emerg-mob-fit-back-img {
    background: linear-gradient(to left, rgb(0 0 0 / 60%) 60%, #000 90%), url("../images/emergency-mobile-fitting.jpg");
    height: 60vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}


.our-services-back-img {
    background: linear-gradient(to left, rgb(0 0 0 / 20%) 60%, #000 80%), url("../images/emergency-mobile-fitting.jpg");
    height: 30vh;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.custom-col {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 15px;
    max-width: 1140px;
    margin: 0 auto;
}

.custom-width {
    width: 70%;
}

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

/* index page emergency mobile fitting end */


/* index page our service start */
.our-service-card {
    position: relative;
    overflow: hidden;
    background-color: #005cb9;
    color: white;
    border-radius: 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.our-service-card img {
    height: 40vh;
    width: 100%;
    object-fit: cover;
}

.our-service-card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.our-service-hr {
    margin: 10px 0px;
    border-top: #ffffff 3px solid;
    opacity: 1;
    width: 23%;
}

/* .our-service .row {
    display: flex;
    flex-wrap: wrap;
}

.our-service .col-md-6 {
    display: flex;
    justify-content: center;
} */

.our-service .col-md-6 .our-service-card {
    height: 100%;
}

/* index page our service end */


/* index page budgets start */
.budgets-section p {
    font-size: 24px;
}

.budgets-section img {
    width: 150px;
    object-fit: cover;
}

/* index page budgets end */

/* index page marque start */
.scrolling-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-container {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}

.marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
}

.marquee a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.mar-call-icon,
.mar-email-icon {
    margin-right: 10px;
}

.marquee2 {
    animation-delay: 15s;
}

.mar-call-icon {
    height: 20px;
    width: 20px;
}


.mar-email-icon {
    height: 24px;
    width: 24px;
}

/* index page marque end */

/* index page customer say start */
.customers-say-section {
    background-color: #005cb9;
}

.swiper-slide {
    height: auto !important;
}

.customers-say-card-body {
    padding: 10px 30px !important;
}

.customers-say-card {
    height: 100% !important;
}

.star-icon {
    height: 22px;
    width: 22px;
}

.swiper-pagination {
    position: relative !important;
    bottom: 0;
    text-align: center;
    margin-top: 30px;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-pagination-bullet {
    background: #78a9da;
}

/* index page customer say end */

/* index page fitting in yorkshire section start */
.li-space li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url('../images/tick.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.li-space li {
    position: relative;
    padding-left: 1.5em;
}

.fitting-in-yorkshire-section .custom-width {
    width: 75%;
}

/* index page fitting in yorkshire section end */


/* index page quick quote contact us page start */
.quick-quote-section {
    background-color: #005cb9;
}

.quick-quote-div {
    width: 40% !important;
}

.quick-quote-section p {
    font-size: 26px;
    color: #fffff8 !important;
}


.form-control {
    background-color: #fff !important;
    padding: .375rem .75rem !important;
    font-size: 14px !important;
}

.contact-us-form-control,
.contact-us-textarea-form-control {
    background-color: #fff !important;
    padding: .375rem .75rem !important;
    font-size: 14px !important;
}

.contact-us-textarea-form-control {
    resize: none;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 126, 20, 0.25);
}

.btn-submit {
    background-color: #000000 !important;
    color: #fff !important;
    padding: 5px 20px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    letter-spacing: 1px !important;
    border-radius: 0% !important;
    border: 1px solid #000000 !important;
}

.btn-submit:hover {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #ffffff !important;
}

.contact-us-suubmit:hover {
    background-color: transparent !important;
    border: 1px solid #000000 !important;
    color: #000 !important;
}

.grecaptcha-badge {
    position: absolute !important;
    bottom: 10px !important;
    right: 0px !important;
}

/* index page quick quote contact us page end */

/* our services start */
.our-service h5 {
    font-weight: 500;
}

.anchor-tag {
    color: #3490dc !important;
    text-decoration: none;
}

/* our services end */

/* index page popup model start */
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.6);
}

.custom-modal-content {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.75) !important;
}

.custom-modal-content h4 {
    font-family: "Tachyon W00 Regular" !important;
    color: #fff;
    text-transform: uppercase;
}


.call-btn {
    background-color: #e6392f;
    border: none;
    padding: 15px 30px;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 20px;
    border-radius: 6px;
    color: white;
    transition: background-color 0.3s ease;
}

.call-btn:hover {
    background-color: #c52a22;
}

.btn-close {
    --bs-btn-close-bg: url('../images/close-icon.png') !important;
    background-color: white;
    border-radius: 50%;
    padding: 6px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-backdrop.show {
    background-color: rgb(0 0 0 / 81%) !important;
}

.modal-backdrop {
    --bs-backdrop-opacity: 1;
}

/* index page popup model end */

/* fix icon whatsapp and call start */
.fixed-contact-icons {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fixed-contact-icons a {
    width: 50px;
    height: 50px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease;
}

.fixed-contact-icons a.call-icon {
    background-color: #005cb9;
}

.fixed-contact-icons a:hover {
    opacity: 0.9;
}

/* fix icon whatsapp and call end */


@media (max-width: 1399px) {
    .logo {
        max-width: 500px !important;
    }

    .top-bar-div {
        font-size: 14px;
    }

    .top-bar-div h5 {
        font-size: 16px;
    }

    .call-icon {
        height: 14px;
        width: 14px;
    }

    .custom-margin {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

    .custom-width {
        width: 75%;
    }

    .emerg-mob-fit-back-img {
        height: 70vh;
    }

    .quick-quote-div {
        width: 45% !important;
    }
}


@media (max-width: 1199px) {
    .main-footer {
        padding: 20px 0;
    }

    .banner h2 {
        font-size: 24px;
    }

    .banner p {
        font-size: 26px;
    }

    .quick-quote-div {
        width: 60% !important;
    }
}


@media(min-width:991px) {
    .customers-say-slide {
        transform: skewX(-10deg) !important;
    }

    .customers-say-card-body {
        transform: skewX(10deg) !important;
    }
}


@media (max-width: 991px) {
    .logo {
        max-height: 60px !important;
        max-width: 340px !important;
    }

    .footer-links-col {
        text-align: left;
    }

    .main-footer {
        padding: 20px 0;
    }

    .top-bar-div {
        font-size: 12px;
    }

    .navbar-nav .nav-link {
        padding: 0px 30px !important;
    }

    .custom-margin {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .custom-button .btn {
        font-size: 14px;
    }

    .banner-image {
        clip-path: polygon(0% 100%, 0.73% -1.01%, 90% -1.13%, 80% 100%);
    }

    .fitting-in-yorkshire-section .custom-width {
        width: 100% !important;
    }

    .quick-quote-div {
        width: 70% !important;
    }

    .model-width {
        width: 90% !important;
    }
}

.grecaptcha-badge{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
@media (max-width: 768px) {
    .navbar-nav .nav-item {
        transition: none !important;
    }
    .navbar-nav .nav-link {
        transition: none !important;
        padding: 5px !important;
        border-radius: 5px !important;
        font-family: "Tachyon W00 Regular", sans-serif !important;
        font-size: 15px !important;
    }
    .navbar-nav .nav-link {
        color: #000 !important;
    }

    #mobileMenu {
        right: 10px !important;
        max-width: 350px !important;
        width: 80%;
        height: calc(100% - 20px) !important;
        top: 50% !important;
        transform: translate(0px, -50%) !important;
        border-radius: 10px !important;
    }

    .navbar-nav {
        gap: 0px;
    }

    .custom-margin {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .main-footer-container-div {
        flex-direction: column;
        align-items: center;
    }

    .banner-image img {
        height: 60vh;
    }

    .banner-image {
        clip-path: none;
    }

    .service-container {
        gap: 20px;
        justify-content: center;
    }

    .service-card {
        max-width: 100%;
    }

    .custom-col {
        padding: 10px;
    }

    .customers-say-section h2 {
        font-size: 2rem;
    }

    .customers-say-card-body {
        transform: none;
    }

    .quick-quote-div {
        width: 80% !important;
    }

    .custom-footer-width {
        width: 30%;
    }

    .model-width {
        width: -webkit-fill-available !important;
    }

    .iframe-height {
        height: 499px;
    }
}


@media (max-width: 499px) {
    .banner h2 {
        font-size: 20px;
    }

    .banner p {
        font-size: 20px;
    }

    .custom-button {
        margin-top: 10px;
    }

    .custom-button .btn {
        font-size: 12px;
    }

    .emerg-mob-fit-back-img {
        height: 80vh;
    }

    .mar-call-icon {
        height: 15px;
        width: 15px;
    }

    .mar-email-icon {
        height: 19px;
        width: 19px;
    }

    .marquee a,
    .budgets-section p,
    .fitting-in-yorkshire-section p,
    .fitting-in-yorkshire-section ul li,
    .quick-quote-div p {
        font-size: 14px;
    }

    .budgets-section h2,
    .customers-say-section h2,
    .fitting-in-yorkshire-section h4,
    .quick-quote-div h2 {
        font-size: 20px;
    }

    .quick-quote-div {
        width: 90% !important;
    }

    .custom-modal-content h4 {
        font-size: 20px !important;
    }
}


@media (max-width: 399px) {
    .emerg-mob-fit-back-img {
        height: 90vh;
    }

    .quick-quote-div {
        width: 100% !important;
    }
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%
    }
}