@media only screen and (max-width: 600px) {
    .container {
        max-width: 500px;
    }
}

.faq-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
}

details {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #f4f3f3;
    cursor: pointer;
}

details p {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .details p {
        margin-left: auto;
    }
}

summary {
    padding: 10px 15px;
    font-weight: bold;
    display: block;
    font-size: 20px;
    background-color: #f4f3f3;
}

details[open] summary {
    /*background-color: #e0e0e0;*/
}

p {
    padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

p {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    #mobile {
        margin-left: auto !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    #mobileview {
        margin-top: auto !important;
    }
}

.slideshow-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.rotate {
    transform: rotate(45deg);
}

@media (max-width: 768px) {
    #phonefriendly {
        margin-top: -200px !important;
    }
}

/* CSS */
.button-64 {
    align-items: center;
    background-image: linear-gradient(144deg, #004883, #5B42F3 50%, #004883);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.button-64:active,
.button-64:hover {
    outline: 0;
}

.button-64 span {
    background: linear-gradient(to bottom, #004883, #003671) #004883;
    padding: 10px 10px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.button-64:hover span {
    background: none;
}

@media (min-width: 768px) {
    .button-64 {
        font-size: 24px;
        min-width: 196px;
    }
}

.wrapper {
    display: flex;
    width: 100%;
}

.review-card {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    width: 230px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    flex-shrink: 0;
    margin: 8px;
}

.img-area {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 25px;
}

.img-area img {
    width: 100%;
}

.header-content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.info h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

.info p {
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 400;
    color: #666;
}

.single-review p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}

.single-review2 p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #333;
}

.review-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 17px;
    color: #666;
}

.rating {
    display: flex;
}

.rating span {
    color: #000;
    font-size: 18px;
}

.rating span.active {
    color: #fbc02d;
}

@media screen and (max-width: 767px) {
    .wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .review-card {
        width: 85%;
    }
}

.review-content {
    display: none;
}

.show .review-content {
    display: block;
}

.show .review-preview {
    display: none;
}

.show .toggle-button::before {
    content: 'Show Less';
}

.toggle-button::before {
    content: 'Show More';
}


.col-lg-3 {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
}

.row .col-lg-3 {
    padding: 0 10px;
}

.row .col-lg-3 img {
    width: 100%;
}

@media (max-width: 576px) {
    .col-lg-3 {
        flex: 1 1 calc(100% - 20px);
        max-width: calc(100%);
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .row .col-lg-3 {
        padding: 0 10px;
    }

    .row .col-lg-3 img {
        width: 100%;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-6 {
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
}

.col-lg-6 img {
    max-width: 100%;

}

@media (min-width: 768px) {
    .col-lg-6 {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .col-lg-6 {
        width: 100%;
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .img-section {
        order: -1 !important;
    }

    .text-section {
        order: 0 !important;
    }
}

.center-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    margin-left: 445px;
    margin-top: 15px;

}

@media (max-width: 576px) {
    .center-button {
        justify-content: center;
        align-items: center;
        margin-left: auto;
    }
}

@media (max-width: 576px) {
    .img-fluid {
        height: auto !important;
    }
}

.make-button {
    padding: 20px !important;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}



.mySlides {
    display: none
}

.slideshow-container img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 900px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.slider-container-class {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-width: 1140px;
    margin: 60px auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease;
    width: max-content;
}

.element {
    flex: 0 0 auto;
    width: 380px;
    height: 350px;
    margin-right: 10px;
}

.element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.mobile-slider {
    display: none;
}

.desktop-slider {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Show the mobile slider on screens smaller than 768px */
@media only screen and (max-width: 768px) {
    .desktop-slider {
        display: none;
    }

    .mobile-slider {
        display: block;
    }

    .slider-container-featured {
        max-width: 330px !important;
        /* Limits width on smaller screens */
    }
}

/* featured fixed here  */
.slider-container-featured {
    max-width: 1100px;
    overflow: hidden;
    position: relative;
    background: #fff;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.slider-on-featured {
    display: flex;
    width: max-content;
    animation: scrollLeft 25s linear infinite;
}

.slide-featured {
    flex: 0 0 auto;
    width: 150px;
    /* Fixed width */
    height: 100px;
    /* Fixed height */
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    background: white;
}

.slide-featured img {
    width: 100%;
    /* Ensure images take full width */
    height: 100%;
    /* Ensure images take full height */
    object-fit: contain;
    /* Keep aspect ratio */
    padding: 0px 0px !important;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.slider-container-featured:hover .slider-on-featured {
    animation-play-state: paused;
}

.why-choose {
    padding: 30px 30px 30px 30px;
    height: fit-content;
}

/* Images wrapper */
.wc-images {
    position: relative;
    padding-left: 30px;
}

.wc-images {
    position: relative;
    padding-bottom: 120px;
}

/* Images */
.wc-images img {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    display: block;
}

/* BIG IMAGE */
.img-one {
    width: 90%;
}

/* SMALL IMAGE */
.img-two {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    background: #fff;
}


/* Content */
.wc-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.wc-intro {
    margin-bottom: 25px;
    line-height: 1.7;
}

.wc-content ul {
    list-style: none;
    padding: 0;
}

.wc-content ul li {
    font-size: 16px;
    margin-bottom: 12px;
}

.wc-content ul li i {
    margin-right: 10px;
}

/* Mobile Fix */
@media (max-width: 991px) {
    .wc-images {
        padding-left: 0;
        text-align: center;
    }

    .img-one {
        width: 100%;
    }

    .img-two {
        position: relative;
        width: 70%;
        bottom: 0;
        margin: 20px auto 0;
    }
}

.section-services .container {
    background-color: #cccccc54;
    border-radius: 10px;
    margin-bottom: 100px;

}

.section-services {
    font-family: "Poppins", sans-serif;
    color: #202020;
    padding-top: 50px;
    padding-bottom: 120px;
}

.section-services .header-section {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
}

.section-services .header-section .title {
    position: relative;
    padding-bottom: 2px;
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    padding-top: 30px;
}

.section-services .header-section .description {
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
}

.section-services .single-service .content {
    position: relative;
    z-index: 20;
}

.section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 150px;
    height: 150px;
    background-color: #e32934;
    border: 6px solid #504f93;
    border-radius: 50%;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
}

.section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #e32934;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
}

.section-services .single-service:hover .icon {
    background-color: #fff;
    color: #e32934;
}

.section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.section-services .single-service:hover .title {
    color: #fff;
}

.section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 17px;
    transition: color .3s;
}

.section-services .single-service:hover .description {
    color: #fff;
}

.section-services .single-service a {
    position: relative;
    font-size: 17px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
}

.section-services .single-service:hover a {
    color: #fff;
}

.section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e32934;
    transition: background-color .3s;
}

.section-services .single-service:hover a:after {
    background-color: #fff;
}


.faq-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    width: 100%;
}

details {
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    background-color: #f4f3f3;
    cursor: pointer;
}

details p {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .details p {
        margin-left: auto;
    }
}

summary {
    padding: 10px 15px;
    font-weight: bold;
    display: block;
    font-size: 18px;
    background-color: #f4f3f3;
}

details[open] summary {
    /*background-color: #e0e0e0;*/
}

p {
    padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
    .faq-container {
        flex-direction: column;
    }

    .faq-container h2 {
        margin-top: 40px;
    }

}

.our-process {
    padding: 80px 0;
    /* background: #f8f9fa; */
    text-align: center !important;
    width: 100% !important;
}

.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.process-header h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.process-header p {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.process-step {
    background: #fff;
    padding: 35px 25px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    margin-bottom: 20px;
}

.process-step:hover {
    transform: translateY(-8px);
}

.step-number {
    font-size: 40px;
    font-weight: 700;
    color: #e32934;
    display: block;
    margin-bottom: 15px;
}

.process-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.process-step p {
    font-size: 17px;
    color: #555;
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px !important;
    }

    h2 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    #mobileview .img-section {
        margin-bottom: 25px;
        text-align: center;
    }

    #mobileview ul {
        display: flex;
        flex-direction: column !important;
        gap: 10px !important;
        margin-top: 15px !important;
        align-items: flex-start;
        text-align: left;
    }
}


@media (max-width: 768px) {
    #plus-symbol {
        display: none;
    }
}