header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #f8f9fa;
}


.logo {
    width: 20%;
}


.repairImg {
    width: 150px; 
    max-width: 100%;
    right: 10px;
    position: relative;
}


/* Style for horizontal scrolling */
.d-flex.overflow-auto {
    white-space: nowrap; /* Prevents buttons from wrapping */
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

    .d-flex.overflow-auto .col-auto {
        display: inline-block;
    }



    /*this is for Blog Cards*/


/* Custom styles Blogs */
.blog-card {
    border-radius: 10px;
    height: 100%;
    border: 1px solid #D81324;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

    .blog-card:hover {
        transform: translateY(-5px);
    }

.card-img-top {
    border-radius: 10px;
    width: 100%;
    height: 300px; /* Adjust the height as needed */
    object-fit: cover;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}



.line-container2 {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.line-red2 {
    background-color: #F20D0D;
    height: 3px;
    width: 66.5%;
}

.line-gray2 {
    background-color: #CFCFCF;
    height: 3px;
    width: 100%;
}

















.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
}
.accordion-radius{
    border-radius:12px !important
}
.btn-custom {
    padding: 10px 20px 10px 20px;
    color: white;
    background: #D81324;
}

    .btn-custom:hover {
        color: white;
        background: #b60e1c;
    }
/* Sticky Whstapp */
/* Container for sticky icons */
.sticky-icons {
    position: fixed;
    bottom: 20px;
    right: 20px; /* Change left to right to position it on the right side */
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}
/* Phone Icon Style */
.phone-icon {
    background-color: #FFFFFF;
    color: #3A3334;
    border: 2px solid #D81324;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

    .phone-icon:hover {
        color: #282122;
    }
/* WhatsApp Icon Style */
.whatsapp-icon {
    background-color: #25D366;
    color: #FFFFFF;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

    .whatsapp-icon:hover {
        color: #FFFFFF;
    }
    /* Icon Styling for Font Size */
    .phone-icon i, .whatsapp-icon i {
        font-size: 24px;
    }
/* Pagination Styling */
.page-link {
    position: relative;
    display: block;
    color: #D81324;
}

/* Custom styles */
.card-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.border-red {
    border: 1px solid #D81324;
}

.icon-color {
    color: #D81324;
}

.sidebar-section {
    border-radius: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.related-post {
    padding: 20px;
    margin-top: 40px;
}

.sticky-top {
    position: sticky;
    top: 20px;
}

.sticky-custom {
    position: sticky; /* Enables sticky positioning */
    top: 115px; /* Distance from the top of the viewport */
    z-index: 10; /* Ensures it stays above other content, if necessary */
}


/* Sticky sidebar with 20px from the top */
 
.btnRadius1 {
    border-radius: 30px;
    background-color: #d81324;
    margin-bottom: 10%;
}


.containerColor5 {
    border-top: 12px solid #D81324 !important;
    border-radius: 16px;
    overflow: hidden;
    height: 90vh;
}


.btnRadius {
    border-radius: 50px;
}

.no-caret::after {
    display: none;
}





.linehight {
    height: 2%;
    color: #d32f2f;
}




.contact-info-section {
    background-color: #FAFAFA;
    margin-bottom: 5%;
}


@media (max-width:991px) {
    .containerColor5 {
        border-top: 12px solid #D81324 !important;
        border-radius: 16px;
        overflow: hidden;
        height: auto !important;
    }
}
@media (max-width:1440px) {
    .containerColor5 {
        border-top: 12px solid #D81324 !important;
        border-radius: 16px;
        overflow: hidden;
        height: auto !important;
    }
    .containerCustom {
        background-color: #D81324;
        max-width: 100%;
        border-radius: 20px;
    }
    .repair-card1 {
        background-color: #ffffff;
        border-radius: 12px;
        height: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 0px;
        align-items: center;
        transition: transform 0.3s ease;
    }
}
    @media (max-width:768px) {
        .line-container2 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .containerColor5 {
            height: auto; /* Adjusts height for better mobile display */
            padding: 15px; /* Reduces padding for smaller screens */
        }

        .repairImg {
            width: 150px;
            max-width: 100%;
            right: 10px;
            position: relative;
        }

        .line-red2 {
            background-color: #F20D0D;
            height: 3px;
            width: 66.5%;
        }

        .line-gray2 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }
    }


    .footer {
        background-color: #FDF0F1;
    }

        .footer .ul {
            list-style: none !important;
        }

    .containerColor {
        background-color: #ffffff;
    }

    .containerColor2 {
        background-color: #D81324;
        border-radius: 15px;
    }

    .textPadding {
        padding-bottom: 6%;
    }



    .btn-light {
        background-color: #f7f9fc; /* Light background color */
        border: none;
        color: #000;
    }

        .btn-light:hover {
            background-color: #e2e6ea;
        }



    .shadow-sm {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    hr {
        background-color: #ddd;
        height: 1px;
        border: none;
    }




    /* Carousel Styles */
    .containerColor2 {
        background-color: #d60000;
        border-radius: 15px;
        padding: 20px;
        color: #fff;
    }

    .textPadding {
        padding-top: 15px;
        font-weight: bold;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        padding: 15px;
    }

    .carousel-indicators button {
        background-color: #fff;
        border-radius: 50%;
        width: 15px;
        height: 15px;
    }

    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
    }

    .carousel-indicators .active {
        background-color: #ffffff;
        width: 15px;
        height: 15px;
    }


    .line-container3 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red3 {
    background-color: #F20D0D;
    height: 3px;
    width: 14.5%;
}

    .line-gray3 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }

    /* Styling for Heading */
    .fw-bold {
        font-weight: bold;
    }

    .text-danger {
        color: #d60000; /* Matches red color */
    }

    /* View All Styling */
.view-all {
    font-size: 16px;
    color: #222222; /* Adjust color as needed */
}

        .view-all span {
            font-weight: bold;
            color: #007bff; /* Blue color for the arrow */
        }

    /* Device Options Styling */
    .device-option {
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }


    .device-icon {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #f2f2f2;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }





















    .device-option {
        text-align: center;
    }

    .device-icon {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        background-color: #f2f2f2;
        display: flex;
        align-items: center;
    }





    .device-label {
        margin-top: 10px;
        font-size: 14px;
    }



    /* General styles */
    .containerColor3 {
        background-color: #f2f2f2;
        border-radius: 20px;
    }







.containerColor4 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #F20D0D;
    height: 21em;
}

    .btnradius {
        border-radius: 15px;
    }

    .ripple-image {
        position: absolute;
        left: 75%;
        top: 182%;
    }









    /* Existing styles */
    .cardContainer {
        background-color: #313131;
        border-radius: 14px;
        overflow: hidden;
    }

    .cardContainer1 {
        background-color: #fff3cc;
        border-radius: 14px;
        overflow: hidden;
    }

    .cardContainer2 {
        background-color: #ffecdf;
        border-radius: 14px;
        overflow: hidden;
    }


    .PhoneRepairColor {
        background-color: #494949;
        border-radius: 10px;
    }

    .PhoneRepairColor1 {
        background-color: #f5de8d;
        border-radius: 10px;
    }

    .PhoneRepairColor2 {
        background-color: #ffd1b0;
        border-radius: 10px;
    }



    .cardhr {
        border: 1.5px solid #D81324;
        border-radius: 20px;
        width: 40%;
        margin-top: 20%;
        margin-bottom: 0%;
    }



    .mobileimg {
        position: absolute;
        left: 55%;
        top: 10%;
    }



    .containerCustom {
        background-color: #D81324;
       /* max-width:100%;*/
        border-radius: 20px;
    }






































.containerRadius {
    background-color: #F20D0D;
    border-radius: 20px;
}

    .containerRadius1 {
        background-color: #F6F1F1;
        border-radius: 20px;
    }









    .textColor {
        color: #fcffd3;
    }


    .imgBx {
        position: relative;
        width: 250px;
    }


































    /* Change icon to down arrow when collapsed */
    .accordion-button.collapsed::after {
        content: "\f078"; /* Down arrow icon */
    }





    .repair-card {
        background-color: #f1f3f5;
        border-radius: 12px;
        height: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: transform 0.3s ease;
    }

        .repair-card:hover {
            transform: translateY(-5px);
        }

    /* Text content */
    .text-content {
        flex: 1;
        text-align: left;
        margin-right: 15px;
    }

    .card-title {
        font-size: 1.5rem;
        color: #333;
        font-weight: bold;
        margin-bottom: 1rem;
    }

.repair-btn {
    background-color: #F20D0D;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s ease;
}

        .repair-btn:hover {
            transform: scale(1.05);
            background-color: #b3121d;
        }












    /* Accordion */
    .accordion-button:not(.collapsed),
    .accordion-button:focus {
        outline: none;
        border-color: #D81324;
        box-shadow: none;
        background-color: transparent;
    }

.accordion-button::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: white;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background-color: #F20D0D;
    content: "\f077" !; /* Up arrow icon */
    transition: transform 0.2s ease; /* Smooth transition for arrow rotation */
}

    /* Change icon to down arrow when collapsed */
    .accordion-button.collapsed::after {
        content: "\f078"; /* Down arrow icon */
    }


    .accordion-button::after {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        margin-left: auto;
        content: "\f078";
        background-image: none !important;
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }

    .accordion-button.collapsed::after {
        content: "\f078" !important;
    }


    /* Stars */
.checked {
    color: #F20D0D;
}

.containerCustom {
    background-color: #F20D0D; /* Match red background */
    padding: 2rem;
    border-radius: 20px;
}

    .custom-card { /* Renamed from .card */
        width: 400px; /* Set width */
        height: 90%; /* Set height */
        border: none;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        background-color: #ffffff; /* White background for the card */
        margin: 1rem;
        border-radius: 40px;
    }

    .text-muted {
        font-size: 0.9rem;
        font-weight: 500;
        color: #555;
    }

    /* Pagination Dots */
    .dot {
        height: 10px;
        width: 10px;
        margin: 0 4px;
        background-color: #ffffff;
        border-radius: 50%;
        display: inline-block;
    }

        .dot.active {
            background-color: #717171;
        }










    .phone-image {
        position: relative;
    }








    /* General Footer Styling */
    .footer .col-md-3 {
        text-align: left;
    }

    .footer h5 {
        font-size: 1rem;
        margin-top: 10px;
    }

    /* Footer Links with Dots */
    .footer ul {
        padding: 0;
        list-style-type: none;
        padding-left: 10px; /* Add space for dots */
    }

        .footer ul li {
            font-size: 0.9rem;
            color: #333;
            margin-bottom: 8px;
        }

            /* Footer Icons */
            .footer ul li i {
                font-size: 1.1rem;
                color: #333;
            }

    /* Horizontal Lines */
.LineStyle {
    width: 100%;
    border: 1px solid #333;
}
/*
    .LineStyle1 {
        width: 46%;
        background-color: #333;
        height: 2px;
    }

    .LineStyle2 {
        width: 32%;
        background-color: #333;
        height: 2px;
    }

    .LineStyle3 {
        width: 100%;
        background-color: #333;
        height: 1px;
        margin: 0 auto;
    }*/







    .linewidth2 {
        width: 14.5%;
        border: 1.5px solid #D81324;
        border-radius: 20px;
    }












    .btncustom {
        width: 15%;
        margin-left: 43%;
        border-radius: 20px;
    }

















    .line-container2 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red2 {
    background-color: #F20D0D;
    height: 3px;
    width: 66.5%;
}

    .line-gray2 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }












    .line-container3 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red3 {
    background-color: #F20D0D;
    height: 3px;
    width: 14.5%;
}

    .line-gray3 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }






    .line-container4 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red4 {
    background-color: #F20D0D;
    height: 3px;
    width: 112%;
}

    .line-gray4 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }




    .line-container5 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red5 {
    background-color: #F20D0D;
    height: 3px;
    width: 40%;
}

    .line-gray5 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }






    .imglocat {
        position: relative;
        bottom: 34%;
        left: 10%;
    }



    .bg-random-image {
        background-image: url(/images/locations-maps-arrows.webp);
        background-size: cover; /* Cover the entire container */
        background-repeat: no-repeat; /* Prevent the image from repeating */
        background-position: center; /* Center the image */
        color: white; /* Change text color for visibility */
        width: 100%; /* Make sure the container takes the full width */
        height: 160px; /* Set a height for the container as needed */
        position: relative;
        margin-top: 5%;
    }


    /* .CardWidth{
    width: 26%;
    height: 10%;
    margin-right: 13%;
    margin-top: -3%;

} */



    .btnCircle {
        width: 8vh;
        height: 8vh;
    }




    .lineCustom {
        width: 35px;
        border: 2px solid #D81324;
    }









    .repair-options {
        background-color: #FAFAFA;
    }





    /* LOCATION */
    .rounded-pill {
        border-radius: 50px;
    }


    .containerRadius2 {
        background: linear-gradient(45deg, rgba(216, 19, 36, 0.63), rgba(116, 3, 3,0.63)), url(/images/Location/alberta.jpg) center/cover no-repeat;
        border-radius: 16px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 310px;
    }



    .pre-card {
        border-radius: 16px;
        height: 100%;
        width: 80%;
        position: relative;
        bottom: 70%;
        left: 15%;
        font-weight: 700;
    }

    .vl {
        border-left: 3px solid #d81324;
        height: 78px;
    }




    .containerColor5 {
        border-top: 12px solid #D81324 !important;
        border-radius: 16px;
        overflow: hidden;
        height: 82vh;
    }











    /* Adjust iframe container for mobile */
    .iframe-container {
        height: 100%;
    }

        .iframe-container iframe {
            width: 100%;
            height: 85%;
            border: none;
            border-radius: 12px;
        }

    .custom-table {
        box-shadow: none; /* Removes outer shadow from table */
        border: none;
    }

        .custom-table, .custom-table td {
            border: none;
            padding: 0.75rem;
        }

.text-danger {
    color: #F20D0D !important;
}

    .table-responsive {
        overflow-x: hidden;
    }

    .custom-line {
        width: 100%;
        border: 2px solid #CFCFCF;
    }







    .card-1 {
        border-radius: 16px;
    }



    .process-section {
        text-align: start;
    }

    .process-box {
        border: 2px solid #d81324;
        padding: 20px;
        border-radius: 16px;
    }

        .process-box h4 {
            font-weight: bold;
            margin-bottom: 10px;
        }

    .line-container {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

    .line-red {
        background-color: red;
        height: 3px;
        width: 40%;
    }

    .line-gray {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }







    .line-img {
        width: 4.5%;
        border: 2px solid black;
        position: relative;
        left: 65%;
        bottom: 650%;
    }

    .line-im1 {
        width: 4.5%;
        border: 2px solid black;
        position: relative;
        left: 30.5%;
        bottom: 650%;
    }




    .line-container1 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red1 {
    background-color: #F20D0D;
    height: 3px;
    width: 11%;
}

    .line-gray1 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }




    .Qualityimg {
        margin-left: 35%;
    }



.line-container6 {
    display: flex;
    width: 100%;
}

.line-red6 {
    background-color: red;
    height: 3px;
    width: 25%;
}

.line-gray6 {
    background-color: #CFCFCF;
    height: 3px;
    width: 100%;
}




    .repair-Container {
        margin-bottom: 10%;
    }


    .repair-card1 {
        background-color: #ffffff;
        border-radius: 12px;
        height: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 6px;
        align-items: center;
        transition: transform 0.3s ease;
    }


        .repair-card1:hover {
            transform: translateY(-5px);
            border: 2px solid #d81324;
        }






    .containerCustom2 {
        background-color: #FDF0F1;
        border-radius: 20px;
    }



    .line-container5 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red5 {
    background-color: #F20D0D;
    height: 3px;
    width: 40%;
}

    .line-gray5 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }

    .line-container4 {
        display: flex;
        width: 100%;
        margin: 20px 0;
    }

.line-red4 {
    background-color: #F20D0D;
    height: 3px;
    width: 184%;
}

    .line-gray4 {
        background-color: #CFCFCF;
        height: 3px;
        width: 100%;
    }
    /* Mobile Responsive Adjustments */
    @media (max-width: 768px) {

        .line-container3 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-container5 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red5 {
            background-color: #F20D0D;
            height: 3px;
            width: 100%;
        }

        .line-gray5 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }

        .line-red3 {
            background-color: #F20D0D;
            height: 3px;
            width: 100%;
        }

        .line-gray3 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }












        .logo {
            width: 60%;
        }

        .containerColor2 {
            padding: 10px;
        }

        .textPadding {
            padding-top: 10px;
            font-size: 1.5rem; /* Smaller font size for mobile */
        }

        .carousel-inner .row {
            flex-direction: column-reverse;
            text-align: center;
        }

        .carousel-inner .col-8,
        .carousel-inner .col-4 {
            width: 100%;
        }

            .carousel-inner .col-4 img {
                width: 80%;
                margin: auto;
            }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            padding: 5px; /* Smaller padding for icons */
        }





        /* Adjust heading and view all link */
        .container h3 {
            font-size: 2.25rem;
            margin-left: 50px;
        }

        /* Center align the view all link on smaller screens */
        .container .view-all {
            text-align: start;
            font-size: 0.9rem;
        }

        /* Adjust device options layout */
        .device-option {
            width: 100%; /* Make device options full-width */
            margin-bottom: 15px; /* Reduce bottom margin */
            margin-top: 10px;
        }

        .device-icon {
            width: 100px; /* Reduce icon size */
            height: 100px;
        }



        /* Make each device option occupy half width on small screens */
        .col-4,
        .col-sm-3,
        .col-md-2 {
            width: 50%;
        }

        /* Reduce margin above the section for better fit */
        .container.mt-5 {
            margin-top: 2rem;
        }


        .device-icon {
            width: 100px;
            height: 100px;
        }

        .device-label {
            font-size: 12px;
        }


        .text-paragraph {
            font-size: 1.2rem; /* Adjust font size */
        }

        .phone-image {
            margin-top: 20px;
            /* Center image on mobile */
        }

        .ripple-container {
            justify-content: center;
            margin-top: 1rem;
        }


        .containerColor4 {
            border-radius: 20px;
            height: auto;
            padding: 20px;
            text-align: center;
        }

        .text-heading {
            font-size: 1.5rem;
            padding: 0 15px;
        }

        .text-paragraph {
            font-size: 1.1rem;
            padding: 0 15px;
        }


        .btn-large {
            font-size: 1rem;
            width: 100%;
            padding: 10px 0;
        }


        .ripple-image {
            position: relative;
            left: auto;
            top: auto;
            margin-top: 20px;
            width: 100px; /* Adjust width for mobile */
        }

        .containerColor3 {
            border-radius: 10px;
        }



        .linewidth2 {
            width: 58%;
            border: 1.5px solid #D81324;
            border-radius: 20px;
        }












        /* ABOUT */
        .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .col-12 h1 {
            font-size: 1.5rem;
            text-align: center;
        }


        .col-8 {
            padding: 20px;
            text-align: center;
        }


        .col-8, .col-4 {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
        }




        .container h3 {
            font-size: 1.5rem;
            text-align: center;
        }

        .linewidth {
            width: 40%;
        }




        .Qualityimg {
            margin-left: 4%;
        }

        .btncustom {
            width: 60%;
            margin-left: 20%;
            border-radius: 20px;
        }






        .containerCustom2 .col-5,
        .containerCustom2 .col-7 {
            flex: 0 0 100%;
            max-width: 90%;
            text-align: center;
        }

            /* Center and adjust the image in mobile view */
            .containerCustom2 .col-7 img {
                width: 80%; /* Adjust width for better fit */
                padding: 0;
                margin: 20px auto; /* Center image with margin */
                display: block; /* Ensure the image centers properly */
            }

        /* Stack each store location row as single columns */
        .containerCustom2 .col-6 {
            flex: 0 0 100%;
            max-width: 100%;
            text-align: center;
            padding: 10px 0;
        }

        /* Reduce spacing between icon and text */
        .containerCustom2 .fa-location-dot {
            margin-right: 5px;
        }

        /* Adjust heading font size for mobile */
        .containerCustom2 h3 {
            font-size: 1.4rem;
        }

        /* Adjust padding and margin for better alignment on mobile */
        .containerCustom2 {
            padding: 20px;
            margin: 0 auto;
        }



        .imglocat {
            width: 100% !important;
            margin-top: 30%;
        }









        /* Adjust container padding */
        .containerCustom {
            padding: 1rem; /* Reduce padding for smaller screens */
        }

        /* Adjust text alignment and font sizes */
        .text-center, .text-md-start {
            text-align: center; /* Center-align text on smaller screens */
        }

        .text-white {
            font-size: 1.2rem; /* Decrease font size for headers */
            padding: 1rem 0; /* Adjust padding */
        }

        /* Adjust card wrapper to stack vertically */
        .card-wrapper {
            flex-wrap: wrap; /* Stack cards vertically on mobile */
            justify-content: center;
        }

        .custom-card {
            width: 100%; /* Make cards full-width */
            margin: 0.5rem 0; /* Reduce margin */
        }

        /* Adjust image responsiveness */
        .w-25 {
            width: 50%; /* Increase image width on mobile */
            margin: auto; /* Center-align image */
        }

        /* Pagination dots alignment */
        .dot {
            margin: 0 2px; /* Reduce spacing between dots */
        }
        .cdot {
            margin: 0 2px; /* Reduce spacing between dots */
        }

        .large-dot {
            width: 12px; /* Slightly larger dot */
        }


        .repair-btn {
            background-color: #d81324;
            padding: 10px 15px;
            border-radius: 25px;
            font-size: 0.8rem;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

            .repair-btn:hover {
                background-color: #b3121d;
            }









        /* LOCATION */

        .containerColor5 {
            height: auto; /* Adjusts height for better mobile display */
            padding: 15px; /* Reduces padding for smaller screens */
        }
















        /* Center-align text on smaller screens */
        .text-lg-start, .text-md-start, .text-sm-center {
            text-align: center !important;
        }

        .iframe-container iframe {
            height: 300px; /* Sets a more suitable height for iframe on mobile */
        }

        /* Adjust table font-size and alignment for mobile */
        .custom-table td {
            font-size: 0.9rem; /* Reduces font-size */
            text-align: center;
        }

        /* Center-align Note section on smaller screens */
        .text-lg-start, .text-md-start, .text-sm-start {
            text-align: center !important;
        }

        /* Center-align hr line */
        .custom-line {
            margin: 0 auto;
        }




        .container {
            padding: 0 15px;
        }

        /* Reduce font sizes for smaller screens */
        .process-box h4 {
            font-size: 1.25rem;
        }

        .process-box p {
            font-size: 0.9rem;
        }

        /* Make line container more compact */
        .line-container {
            margin: 15px 0;
        }

        /* Adjust line widths for mobile */
        .line-red, .line-gray {
            width: 50%;
        }

        /* Center-align icons and text on smaller screens */
        .process-box img {
            width: 40px;
            margin: 10px auto;
        }

        /* Hide line images on small screens */
        .line-img, .line-im1 {
            display: none;
        }








        .line-container {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red {
            background-color: red;
            height: 3px;
            width: 630px;
        }

        .line-gray {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }



        .line-container1 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red1 {
            background-color: #F20D0D;
            height: 3px;
            width: 28%;
        }

        .line-gray1 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }







        .line-container2 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red2 {
            background-color: #F20D0D;
            height: 3px;
            width: 66.5%;
        }

        .line-gray2 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }






        .line-container3 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red3 {
            background-color: #F20D0D;
            height: 3px;
            width: 100%;
        }

        .line-gray3 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }







        .line-container5 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red5 {
            background-color: #F20D0D;
            height: 3px;
            width: 100%;
        }

        .line-gray5 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }






        .bg-random-image {
            height: 120px; /* Adjust height for smaller screens */
        }


        .line-container6 {
            display: flex;
            width: 100%;
            margin: 20px 0;
        }

        .line-red6 {
            background-color: red;
            height: 3px;
            width: 100%;
        }

        .line-gray6 {
            background-color: #CFCFCF;
            height: 3px;
            width: 100%;
        }



        .pre-card {
            border-radius: 16px;
            height: 95%;
            width: 100%;
            position: relative;
            bottom: 40%;
            left: 0%;
            font-weight: 200;
         
        }





        

        .repair-card1 {
            width: 90%;
            padding-left: 20px;
            padding-right: 10px;
            font-size: 1rem;
        }

        .imgCard {
            width: 60%;
        }

        .repair-card1 p {
            font-size: 1.2rem;
            /* Center-align all text and items */
            .footer .container

{
    text-align: center;
    width: 100%;
}

/* Set logo to be smaller and center-aligned */
.footer .logo {
    width: 100% !important; /* Adjust size for smaller screens */
}

/* Adjust headings and spacing for mobile */
.footer h5 {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* Adjust list items */
.footer ul {
    margin-left: 10px;
    list-style-type: none; /* Ensure bullets are visible */
}

    /* Reduce padding and margin for list items */
    .footer ul li {
        font-size: 0.85rem;
        margin-bottom: 6px;
    }

        /* Reduce font size for icons */
        .footer ul li i {
            font-size: 1rem;
        }

/* Make hr lines fully responsive */
.LineStyle, .LineStyle1, .LineStyle2 {
    width: 50%; /* Adjust width to 50% for all sections */
    margin: 10px auto; /* Center-align lines */
}

/* Center-align contact and copyright text */
.footer p.mb-0 {
    font-size: 0.8rem;
    color: #666;
    text-align: center;
}

}


@media (max-width: 991px) {
    .line-img, .line-im1 {
        display: none;
    }
}
}

.bg-image-x {
    background-image: url('/images/ripples.png');
    background-repeat: no-repeat;
    background-position: 114% 238%; /* Position it beyond the bottom right corner */
    background-size: 270px; /* Increase the size to make it appear cut-off */
    overflow: hidden;
}

@media (max-width: 768px) {
    .bg-image-x {
        background-image: url('/images/ripples.png');
        background-repeat: no-repeat;
        background-position: 232% 600%; /* Position it beyond the bottom right corner */
        background-size: 270px; /* Increase the size to make it appear cut-off */
        overflow: hidden;
    }
}

    .bg-image-testi {
        background-image: url(/images/ripples.png);
        background-repeat: no-repeat;
        background-position: 103% -10%;
        background-size: 191px;
        overflow: hidden;
    }

    .bg-image-card-a {
        background-image: url(/images/Cards/Group-35592.webp);
        background-repeat: no-repeat;
        background-position: 105% -4%;
        background-size: 229px;
        overflow: hidden;
    }

    .bg-image-card-b {
        background-image: url(/images/Cards/Group-35597.webp);
        background-repeat: no-repeat;
        background-position: 105% -4%;
        background-size: 261px;
        overflow: hidden;
    }

    .bg-image-card-c {
        background-image: url(/images/Cards/Group-35593.webp);
        background-repeat: no-repeat;
        background-position: 105% -4%;
        background-size: 250px;
        overflow: hidden;
    }
    /* Home page Carousel Styling */
    /* Transform Buttons */
    .transform-btn-pre {
        transform: translateX(-50%);
    }

    .transform-btn-next {
        transform: translateX(+50%);
    }

    @media (max-width: 768px) {
        .transform-btn-pre {
            transform: translateX(-23%);
        }

        .transform-btn-next {
            transform: translateX(+23%);
        }
    }

    /* Custom Dot Controls Styling */
    .custom-dots {
        transform: translateY(-59px) translateX(48px);
        display: flex;
        gap: 6px;
        margin-top: 15px;
    }
.custom-corousal-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 20px
}
    /* Dot Styles */
    .dot {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.5); /* Inactive color */
        border-radius: 50%; /* Circular shape for inactive dots */
        cursor: pointer;
        transition: background-color 0.3s, width 0.3s;
    }
    .cdot {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.5); /* Inactive color */
        border-radius: 50%; /* Circular shape for inactive dots */
        cursor: pointer;
        transition: background-color 0.3s, width 0.3s;
    }

        .dot.active {
            width: 20px;
            height: 8px;
            background-color: white; /* Active color */
            border-radius: 10px; /* Rounded rectangle shape for active dot */
        } 
        .cdot.active {
            width: 20px;
            height: 8px;
            background-color: white; /* Active color */
            border-radius: 10px; /* Rounded rectangle shape for active dot */
        }

    /* Hide Dots on Mobile */
    @media (max-width: 768px) {
        .custom-dots {
            display: none;
        }


    }


.carousel-content {
    background-color: #F20D0D; /* Red background */
    color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

    /* Text Content Styling */
    .text-content h5 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .text-content p {
        font-size: 1.2rem;
    }

    /* Update the icon color to #D81324 */
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F20D0D'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23F20D0D'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }


    /* Image Content Styling */
    .image-content img {
        width: 420px; /* Adjust as needed */
        max-width: 100%;
        border-radius: 5px;
    }

    @media (max-width: 768px) {
        .image-content img {
            width: 300px; /* Adjust as needed */
            max-width: 100%;
            border-radius: 5px;
        }
    }

    /* Customize the circular background for the icon */
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        background-color: #ffffff !important; /* Ensures a solid white background */
        border-radius: 50%;
        border: 17px solid #fff;
        width: 40px;
        height: 40px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 1 !important; /* Forces full opacity */
        filter: none !important; /* Ensures no filters are affecting opacity */
        mix-blend-mode: normal !important; /* Avoids any blending with background */
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 50px;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
        .carousel-content {
            flex-direction: column;
            text-align: center;
        }

        .image-content {
            margin-top: 15px;
        }
    }

.device-option {
    text-align: center;
    margin: 0 auto;
}

.device-image {
    width: 100%; /* Adjust as needed for larger images */
}

.device-text {
    font-size: 0.85rem; /* Smaller font size */
    font-weight: 500;
    white-space: nowrap; /* Prevent text wrapping */
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: adds '...' if text is too long */
    margin-top: 0.5rem; /* Adjust space between image and text */
}

/* Custom Eskter Font*/
/* Ekster Regular */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Regular-BF63c76121469b8.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Ekster Bold */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Bold-BF63c7611da5ed4.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Ekster Black */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Black-BF63c7611fa3813.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

/* Ekster Black Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-BlackItalic-BF63c76121d6b17.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
}

/* Ekster Bold Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-BoldItalic-BF63c7611fc3d85.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

/* Ekster ExtraBold */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Extrabold-BF63c7611e88892.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
}

/* Ekster ExtraBold Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-ExtraboldItalic-BF63c7611d81ded.otf') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Ekster ExtraLight */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Extralight-BF63c7611ddbc1a.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Ekster ExtraLight Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-ExtralightItalic-BF63c7611eadd15.otf') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Ekster Hairline */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Hairline-BF63c7611d718be.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Ekster Hairline Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-HairlineItalic-BF63c7611d82b37.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}

/* Ekster Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Italic-BF63c7611d7e4b1.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}

/* Ekster Light */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Light-BF63c7611da9862.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

/* Ekster Light Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-LightItalic-BF63c7611e239b0.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Ekster Medium */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Medium-BF63c7611dbe7c1.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* Ekster Medium Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-MediumItalic-BF63c7611d8b4f3.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
}

/* Ekster Thin */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-Thin-BF63c7611b6961e.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* Ekster Thin Italic */
@font-face {
    font-family: 'Ekster';
    src: url('assets/ekster/Ekster-ThinItalic-BF63c7611b55881.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
}


body {
    font-family: 'Ekster', sans-serif;
    font-weight: 400; /* Use Regular as the default */
}

/* Example of applying other weights */
h1 {
    font-weight: 700; /* Bold */
}

h2 {
    font-weight: 800; /* ExtraBold */
}

em {
    font-style: italic; /* Italic style */
}

strong {.view-all
    font-weight: 900; /* Black weight */
}

/* Header Repair button color */
.btn-outline-danger {
    border:2px solid black !important;
    color: #000 !important;
    border-color: #F20D0D !important;
}

    .btn-outline-danger:hover {
        color: #fff !important;
        border-color: #F20D0D !important;
        background: #F20D0D;
    }


    /* Accordion Heading Text Color */
.accordion-button:not(.collapsed) {
    color: #F20D0D !important;
    font-weight: 500 !important;
    font-size:16px !important;
}

/* Home Page Repair Section Background Images */

.bg-image-iphone {
    background-image: url(/images/repair-cards/iphone-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}
.bg-image-watch {
    background-image: url(/images/repair-cards/smart-watch.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 130px;
    overflow: hidden;
}
.bg-image-mobile {
    background-image: url(/images/repair-cards/mobile-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}
.bg-image-ipad {
    background-image: url(/images/repair-cards/ipad-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}
.bg-image-surface {
    background-image: url(/images/repair-cards/surface-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 138px;
    overflow: hidden;
}
.bg-image-laptop {
    background-image: url(/images/repair-cards/laptop-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}

.bg-image-gaming {
    background-image: url(/images/repair-cards/gaming.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}
.bg-image-scooty {
    background-image: url(/images/repair-cards/scooty-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}
.bg-image-console {
    background-image: url(/images/repair-cards/Console-repair.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 150px;
    overflow: hidden;
}

/* Mobile View Home Page Repair Section Background Images */
@media (max-width:768px) {
    .bg-image-iphone {
        background-image: url(/images/repair-cards/iphone-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-watch {
        background-image: url(/images/repair-cards/smart-watch.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 94px;
        overflow: hidden;
    }

    .bg-image-mobile {
        background-image: url(/images/repair-cards/mobile-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-ipad {
        background-image: url(/images/repair-cards/ipad-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 120px;
        overflow: hidden;
    }

    .bg-image-surface {
        background-image: url(/images/repair-cards/surface-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-laptop {
        background-image: url(/images/repair-cards/laptop-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-gaming {
        background-image: url(/images/repair-cards/gaming.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-scooty {
        background-image: url(/images/repair-cards/scooty-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }

    .bg-image-console {
        background-image: url(/images/repair-cards/Console-repair.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: 126px;
        overflow: hidden;
    }
}

.img-location-map{
    width:40% !important;
}

@media (max-width:768px) {
    .img-location-map {
        width: 100% !important;
    }
    .containerRadius2 {
        background: linear-gradient(45deg, rgba(216, 19, 36, 0.63), rgba(116, 3, 3,0.63)), url(/images/Location/alberta.jpg) center/cover no-repeat;
        border-radius: 16px;
        background-repeat: no-repeat;
        background-size: cover;
        height: 200px;
    }
}

.mt-minus{
    margin-bottom:-115px;
}

.anchor-decor{
    text-decoration:none;
    color:black !important;
}

.blog-detail-image {
    height: 609px;
    object-fit: cover;
}

@media (max-width:768px) {
    .blog-detail-image {
        height: 280px;
        object-fit: cover;
    }
}

@media (max-width:768px) {
    .card-img-top {
        border-radius: 10px;
        width: 100%;
        height: 270px;
        object-fit: cover;
    }
}