.logo-text {
    font-size: 18px;
}

@media (min-width: 768px) {
    .logo-text {
        font-size: 20px;
    }
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    background: var(--bs-light) !important;
    color: var(--bs-primary) !important;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-light) !important;
}


.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0%   {left: 0px;}
    50%   {left: 40px;}
    100%  {left: 0px;}
}

@keyframes RotateMoveRight {
    0%   {right: 0px;}
    50%   {right: 40px;}
    100%  {right: 0px;}
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 35px 0;
    color: var(--bs-dark) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.collapse.navbar-collapse {
    transition: 0.5s;
}

@media (max-width: 992px) {
    nav.bg-transparent {
        position: absolute;
        width: 100%;
        background: transparent !important;
    }

    .navbar.navbar-expand-lg button span {
        position: relative;
        z-index: 99;
    }

    .navbar {
        position: relative;
        background: var(--bs-light);
        z-index: 2;
    }

    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white) !important;
        padding: 0 20px 20px 20px !important;
    }

    .sticky-top.navbar-light {
        background: transparent;
    }

    nav.navbar {
        padding: 0 30px 30px 0;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 5px 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }


    .navbar-light .navbar-brand img {
        max-height: 45;
    }

    .hero-header {
        margin-top: -100px !important;
    }
}

@media (min-width: 992px) {
    .navbar-light {
       
        width: 100%;
        
        background: white;
       
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
    margin-bottom: 6rem;
    transition: 0.5s;
}

.bg-breadcrumb::after {
    content: "";
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.05);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
    z-index: 2;
}


@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {bottom: 0px;}
    50%   {left: -10px;}
    75%   {bottom: 10%;}
    100%  {bottom: 0px;}
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(247, 71, 128, 0.04);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {top: 0px;}
    50%   {top: 10%;}
    100%  {top: 0px;}
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding-top: 100px !important;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-dark) !important;
}


.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.breadcrumb-animation li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(102, 16, 242, 0.07);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.breadcrumb-animation li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.breadcrumb-animation li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*** Single Page Hero Header End ***/


/*** Hearo Header Start ***/
.header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: var(--bs-light);
    border-radius: 22% 78% 33% 67% / 32% 0% 100% 68%;
    animation: bgMove 5s linear infinite;
    z-index: -1;
}

@keyframes bgMove {
    0%   {right: 0px;}
    50%   {right: 20px;}
    100%  {right: 0px;}
}

.header::before {
    content: "";
    position: absolute;
    bottom: -9%;
    left: -7%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 30px solid rgba(247, 71, 128, 0.05);
    background: transparent;
    animation: RotateMoveHeader 5s linear infinite;
    z-index: -1;

}

@keyframes RotateMoveHeader {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }


    0% {bottom: 0px;}
    50%   {left: -10px;}
    75%   {bottom: 9%;}
    100%  {bottom: 0px;}
}

.hero-header {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}

.hero-header::after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 58px;
    height: 50px;
    background: url(../img/sty-1.png) center center no-repeat;
    animation: RotateMoveSty-3 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
    
}

@keyframes RotateMoveSty-3 {
    0%   {left: 100px;}
    40%   {bottom: -0px;}
    50%   {left: 700px;}
    70%   {bottom: 500px;}
    80%   {left: 400px;}
    95%   {bottom: -0px;}
    100%  {left: 100px;}
}

.hero-header::before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 30px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: RotateMoveSty-4 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
    
}

@keyframes RotateMoveSty-4 {
    0%   {left: 100px;}
    40%   {bottom: -0px;}
    50%   {left: 700px;}
    70%   {bottom: 500px;}
    80%   {left: 400px;}
    95%   {bottom: -0px;}
    100%  {left: 100px;}
}


.hero-header .rotate-img {
    position: absolute;
    top: 70px;
    left: 20px;
}

.hero-header .rotate-img .rotate-sty-2 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 5px solid rgba(247, 71, 128, 0.1);
    background: transparent;
    animation: RotateMoveSty-2 45s linear infinite;
    transition: 0.5s;

}

@keyframes RotateMoveSty-2 {
    0%   {left: 0px;}
    40%   {top: -30px;}
    50%   {left: 500px;}
    70%   {top: 200px;}
    80%   {left: 100px;}
    95%   {top: -30px;}
    100%  {left: 0px;}
}

.hero-header .rotate-img img {
    position: relative;
    animation: RotateMove 30s linear infinite;
    z-index: -1;
}

@keyframes RotateMove {
    0%   {left: 0px;}
    50%   {left: 200px;}
    100%  {left: 0px;}
}


@media (max-width: 992px) {
    .hero-header {
        padding-top: 280px;
        
    }

    .hero-header .rotate-img img {
        margin-top: 100px;
    }
   
}
/*** Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}

.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}

.service .service-item:hover {
    background: rgba(102, 16, 242, 0.09);
    border: 1px ;
}


.service .service-item:hover .service-icon,
.service .service-item:hover a {
    background: var(--bs-white) !important;
}

.service .service-item:hover a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

/*** Service End ***/


/*** Features Start ***/
.feature .feature-img {
    background: var(--bs-light);
    border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}
/*** Features End ***/


/*** Pricing Start ***/
.price .price-item {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.price .price-item:hover {
    background: var(--bs-white) !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.price .price-item .pice-item-offer {
    position: absolute;
    width: 200px;
    height: 110px;
    top: -45px;
    right: -80px;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transform: rotate(42deg);
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 10px;
}
/*** Pricing End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    background: rgba(102, 16, 242, 0.2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(102, 16, 242, 0.2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .4);
}


.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}
/*** Blog End ***/


/*** Testimonial Start ***/
.testimonial {
    position: relative;
    background: var(--bs-light);
    overflow: hidden;
    z-index: 1;
}
.testimonial::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/testimonial-img-2.jpg) center center no-repeat;
    animation: TestimonialMoveLeft 100s linear infinite;
    z-index: -1;

}

.testimonial::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/testimonial-img-3.jpg) center center no-repeat;
    animation: TestimonialMoveRight 100s linear infinite;
    z-index: -1;

}

@keyframes TestimonialMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 100%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}

@keyframes TestimonialMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 100%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    padding: 0 35px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}


.testimonial-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial .testimonial-carousel.owl-carousel {
        padding: 0;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -250px;
        margin-left: -15px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -250px;
        margin-right: -15px;
    }
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.contact::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveLeft 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 90%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}

.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 90%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-dark);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/


/***********************************bootsrap carousel *****************************/
/* Default (desktop/tablet) – optional */
/* Desktop */
.carousel-item,
.carousel-item img {
  height: 550px;
  object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
  .carousel-item,
  .carousel-item img {
    height: 230px;
  }
  .navbar-brand h1.display-6 {
    font-size: .9rem;
    line-height: 1.2;
  }

  .navbar-brand h1 i {
    margin-right: 6px;
  }
  .carousel-inner {
        margin-top: 0 !important;
    }

}
/* @media (min-width: 768px) {
  .carousel-inner{
    margin-top: 100px;
  }
 
} */

.service-box {
    position: relative;
    overflow: hidden;
}

.service-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.5s;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
}

.overlay h5 {
    color: #fff;
    font-size: 20px;
    text-align: center;
}

/* Hover Effects */
.service-box:hover img {
    transform: scale(1.1);
}

.service-box:hover .overlay {
    opacity: 1;
}




.counter-card {
    background: rgba(255, 255, 255, 1.08);
    padding: 30px 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: 0.4s;
    text-align: center;
    color: #fff;
}

.counter-card:hover {
    transform: translateY(-10px);
}

.progress-ring {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
    background: conic-gradient(#00c6ff 0deg, #0072ff 0deg, #222 0deg);
}

.progress-ring::before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    background: #111;
    border-radius: 50%;
}

.progress-ring span {
    position: relative;
    z-index: 2;
}

.counter-card h6 {
    margin-top: 15px;
    font-size: 16px;
}


.service-card {
    border: 1px solid #333;
    background: #f5f5f5;
}

.service-title {
    background: var(--bs-primary);
    color: #fff;
    padding: 12px;
    font-weight: 600;
    text-align: center;
}

.service-content {
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
}

/* Optional Hover Effect */
.service-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}




  .wm-section {
    background: #f8f9fa;
    padding: 60px 0;
  }

  .wm-card {
    border-radius: 15px;
    overflow: hidden;
  }

  .wm-title {
    font-weight: 700;
    color: #2c3e50;
  }

  .wm-subtitle {
    color: #6c757d;
    font-size: 15px;
  }

  .wm-box {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #fff;
  }

  .wm-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }

  .wm-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  .wm-list li:last-child {
    border-bottom: none;
  }

  .wm-btn-primary {
    background: #007bff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    color: #fff;
    transition: 0.3s;
  }

  .wm-btn-primary:hover {
    background: #0056b3;
  }

  .wm-btn-outline {
    border: 2px solid #343a40;
    padding: 12px 30px;
    border-radius: 30px;
    color: #343a40;
    transition: 0.3s;
  }

  .wm-btn-outline:hover {
    background: #343a40;
    color: #fff;
  }


   .wm-section-2 {
    padding: 60px 0;
    background: #f8f9fa;
  }

  .wm-img {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
  }

  .wm-content h2 {
    font-weight: 700;
    color: #2c3e50;
  }

  .wm-content p {
    color: #6c757d;
    line-height: 1.7;
  }

  .wm-btn {
    padding: 12px 28px;
    border-radius: 30px;
    border: none;
    background: #007bff;
    color: #fff;
    transition: 0.3s;
  }

  .wm-btn:hover {
    background: #0056b3;
  }


  
.call-button .call-flex {
    position: fixed;
    background: #00bf5e;
    color: #000000;
    width: 100%;
    padding: 10px 0;
    right: 0;
    bottom: 0;
    transition: background 0.5s;
    z-index: 9;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.call-button .call-flex p {
    margin: 0;
    margin-right: 15px;
}

.call-flex p, .call-flex a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    transition: 0.3s;
}

.call-flex p:hover,  .call-flex a:hover {
    color: #fff;
    letter-spacing: 2px;
}




#btn {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.breadcrumb-banner{
    position: relative;
    width: 100%;
    min-height: 320px;
    background: url('images/home-appliance-repair.jpg') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* Dark Overlay */

.breadcrumb-overlay{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.65);
}

/* Container */

.container{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Content */

.breadcrumb-content{
    text-align: center;
    color: #fff;
}

/* Heading */

.breadcrumb-content h1{
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
        padding-top: 70px;
        color:#fff;
}

/* Breadcrumb */

.breadcrumb{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 12px;
}

/* Breadcrumb Item */

.breadcrumb li{
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
}

/* Slash Divider */

.breadcrumb li::after{
    content: "/";
    margin-left: 12px;
    color: #ffffff;
}

/* Remove Last Slash */

.breadcrumb li:last-child::after{
    display: none;
}

/* Links */

.breadcrumb li a{
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s ease;
}

/* Hover Effect */

.breadcrumb li a:hover{
    color: #ffb400;
}

/* Active Page */

.breadcrumb li:last-child{
    color: #0b59f4;
    font-weight: 600;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:768px){

    .breadcrumb-banner{
        min-height: 250px;
    }

    .breadcrumb-content h1{
        font-size: 38px;
    }

    .breadcrumb li{
        font-size: 15px;
    }
}

@media(max-width:480px){

    .breadcrumb-banner{
        min-height: 220px;
    }

    .breadcrumb-content h1{
        font-size: 28px;
    }

    .breadcrumb{
        gap: 8px;
    }

    .breadcrumb li{
        font-size: 14px;
    }
}

.about-content{
    flex: 1 1 50%;
}

.section-subtitle{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.about-content h2{
    font-size: 42px;
    margin-bottom: 20px;
    color: #222;
    line-height: 1.3;
}

.about-content p{
    font-size: 16px;
    color: #555;
    margin-bottom: 18px;
}

/* =========================
   Features
========================= */

.about-features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
    margin: 30px 0;
}

.feature-box{
    background: #f5f5f5;
    padding: 14px 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.3s ease;
}

.feature-box:hover{
    background: #ff6600;
    color: #ffffff;
    transform: translateY(-3px);
}

/* =========================
   Bottom Text
========================= */

.about-bottom-text{
    margin-bottom: 30px;
}

/* =========================
   Button
========================= */

.about-btn{
    display: inline-block;
    padding: 14px 32px;
    background: #ff6600;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
}

.about-btn:hover{
    background: #222;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:991px){

    .container{
        flex-direction: column;
    }

    .about-content h2{
        font-size: 34px;
    }
}

@media(max-width:768px){

    .about-section{
        padding: 60px 0;
    }

    .about-content h2{
        font-size: 28px;
    }

    .about-features{
        grid-template-columns: 1fr;
    }
}

@media(max-width:480px){

    .about-content h2{
        font-size: 24px;
    }

    .about-content p{
        font-size: 15px;
    }

    .about-btn{
        width: 100%;
        text-align: center;
    }
}

.privacy-banner{
    width:100%;
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('images/privacy-banner.jpg') center center/cover no-repeat;
    padding:90px 20px;
    text-align:center;
}

.privacy-banner h1{
    font-size:52px;
    color:#ffffff;
    margin-bottom:15px;
    font-weight:700;
}

.privacy-banner p{
    color:#dddddd;
    font-size:18px;
}

/* =========================
   Privacy Policy Section
========================= */

.privacy-section{
    padding:80px 15px;
}

.container{
    width:100%;
    max-width:1100px;
    margin:auto;
}

.privacy-wrapper{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

/* Website Name */

.website-info{
    text-align:center;
    margin-bottom:40px;
}

.website-info h2{
    font-size:30px;
    color:#222;
    margin-bottom:10px;
}

.website-info span{
    color:#ff6600;
    font-size:16px;
    font-weight:600;
}

/* Intro Text */

.intro-text{
    font-size:16px;
    color:#555;
    margin-bottom:35px;
}

/* Policy Box */

.policy-box{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #e5e5e5;
}

.policy-box:last-child{
    border-bottom:none;
}

/* Policy Heading */

.policy-box h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
    position:relative;
    padding-left:18px;
}

/* Left Border */

.policy-box h3::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:28px;
    background:#ff6600;
    border-radius:10px;
}

/* Paragraph */

.policy-box p{
    font-size:16px;
    color:#555;
    margin-bottom:15px;
}

/* List */

.policy-box ul{
    padding-left:20px;
}

.policy-box ul li{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:768px){

    .privacy-banner{
        padding:70px 15px;
    }

    .privacy-banner h1{
        font-size:38px;
    }

    .privacy-wrapper{
        padding:35px 25px;
    }

    .policy-box h3{
        font-size:21px;
    }
}

@media(max-width:480px){

    .privacy-banner h1{
        font-size:30px;
    }

    .privacy-banner p{
        font-size:15px;
    }

    .website-info h2{
        font-size:24px;
    }

    .privacy-wrapper{
        padding:25px 18px;
    }

    .policy-box h3{
        font-size:19px;
    }

    .policy-box p,
    .policy-box ul li{
        font-size:15px;
    }
}

.refund-wrapper{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

/* Header Info */

.company-info{
    text-align:center;
    margin-bottom:40px;
}

.company-info h2{
    font-size:32px;
    color:#222;
    margin-bottom:10px;
}

.company-info span{
    color:#ff6600;
    font-size:16px;
    font-weight:600;
}

/* Intro */

.intro-text{
    font-size:16px;
    color:#555;
    margin-bottom:35px;
}

/* Policy Box */

.policy-box{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #e5e5e5;
}

.policy-box:last-child{
    border-bottom:none;
}

/* Heading */

.policy-box h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
    position:relative;
    padding-left:18px;
}

/* Left Border */

.policy-box h3::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:28px;
    background:#ff6600;
    border-radius:10px;
}

/* Paragraph */

.policy-box p{
    font-size:16px;
    color:#555;
    margin-bottom:15px;
}

/* List */

.policy-box ul{
    padding-left:20px;
}

.policy-box ul li{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}

/* Contact Box */

.contact-box{
    background:#fff7f0;
    padding:25px;
    border-radius:10px;
    border-left:5px solid #ff6600;
}

.contact-box p{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:768px){

    .refund-banner{
        padding:70px 15px;
    }

    .refund-banner h1{
        font-size:38px;
    }

    .refund-wrapper{
        padding:35px 25px;
    }

    .policy-box h3{
        font-size:21px;
    }
}

@media(max-width:480px){

    .refund-banner h1{
        font-size:30px;
    }

    .refund-banner p{
        font-size:15px;
    }

    .company-info h2{
        font-size:24px;
    }

    .refund-wrapper{
        padding:25px 18px;
    }

    .policy-box h3{
        font-size:19px;
    }

    .policy-box p,
    .policy-box ul li{
        font-size:15px;
    }
}

.privacy-banner{
    width:100%;
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('images/privacy-banner.jpg') center center/cover no-repeat;
    padding:90px 20px;
    text-align:center;
}

.privacy-banner h1{
    font-size:52px;
    color:#ffffff;
    margin-bottom:15px;
    font-weight:700;
}

.privacy-banner p{
    color:#dddddd;
    font-size:18px;
}

/* =========================
   Privacy Policy Section
========================= */

.privacy-section{
    padding:80px 15px;
}

.container{
    width:100%;
    max-width:1100px;
    margin:auto;
}

.privacy-wrapper{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

/* Website Name */

.website-info{
    text-align:center;
    margin-bottom:40px;
}

.website-info h2{
    font-size:30px;
    color:#222;
    margin-bottom:10px;
}

.website-info span{
    color:#ff6600;
    font-size:16px;
    font-weight:600;
}

/* Intro Text */

.intro-text{
    font-size:16px;
    color:#555;
    margin-bottom:35px;
}

/* Policy Box */

.policy-box{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #e5e5e5;
}

.policy-box:last-child{
    border-bottom:none;
}

/* Policy Heading */

.policy-box h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
    position:relative;
    padding-left:18px;
}

/* Left Border */

.policy-box h3::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:28px;
    background:#ff6600;
    border-radius:10px;
}

/* Paragraph */

.policy-box p{
    font-size:16px;
    color:#555;
    margin-bottom:15px;
}

/* List */

.policy-box ul{
    padding-left:20px;
}

.policy-box ul li{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:768px){

    .privacy-banner{
        padding:70px 15px;
    }

    .privacy-banner h1{
        font-size:38px;
    }

    .privacy-wrapper{
        padding:35px 25px;
    }

    .policy-box h3{
        font-size:21px;
    }
}

@media(max-width:480px){

    .privacy-banner h1{
        font-size:30px;
    }

    .privacy-banner p{
        font-size:15px;
    }

    .website-info h2{
        font-size:24px;
    }

    .privacy-wrapper{
        padding:25px 18px;
    }

    .policy-box h3{
        font-size:19px;
    }

    .policy-box p,
    .policy-box ul li{
        font-size:15px;
    }
}


.terms-banner{
    width:100%;
    padding:90px 20px;
    text-align:center;
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('images/terms-banner.jpg') center center/cover no-repeat;
}

.terms-banner h1{
    font-size:52px;
    color:#ffffff;
    margin-bottom:15px;
    font-weight:700;
}

.terms-banner p{
    color:#dddddd;
    font-size:18px;
}

/* =========================
   Terms Section
========================= */

.terms-section{
    padding:80px 15px;
}

.container{
    max-width:1100px;
    margin:auto;
}

.terms-wrapper{
    background:#ffffff;
    padding:50px;
    border-radius:12px;
    box-shadow:0 5px 25px rgba(0,0,0,0.08);
}

/* Header */

.company-info{
    text-align:center;
    margin-bottom:40px;
}

.company-info h2{
    font-size:32px;
    color:#222;
    margin-bottom:10px;
}

.company-info span{
    color:#ff6600;
    font-size:16px;
    font-weight:600;
}

/* Intro */

.intro-text{
    font-size:16px;
    color:#555;
    margin-bottom:35px;
}

/* Terms Box */

.terms-box{
    margin-bottom:35px;
    padding-bottom:25px;
    border-bottom:1px solid #e5e5e5;
}

.terms-box:last-child{
    border-bottom:none;
}

/* Heading */

.terms-box h3{
    font-size:24px;
    color:#222;
    margin-bottom:15px;
    position:relative;
    padding-left:18px;
}

/* Left Border */

.terms-box h3::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    width:5px;
    height:28px;
    background:#ff6600;
    border-radius:10px;
}

/* Paragraph */

.terms-box p{
    font-size:16px;
    color:#555;
    margin-bottom:15px;
}

/* List */

.terms-box ul{
    padding-left:20px;
}

.terms-box ul li{
    margin-bottom:10px;
    color:#444;
    font-size:16px;
}

/* Highlight Box */

.highlight-box{
    background:#fff7f0;
    padding:25px;
    border-left:5px solid #ff6600;
    border-radius:10px;
}

/* =========================
   Responsive CSS
========================= */

@media(max-width:768px){

    .terms-banner{
        padding:70px 15px;
    }

    .terms-banner h1{
        font-size:38px;
    }

    .terms-wrapper{
        padding:35px 25px;
    }

    .terms-box h3{
        font-size:21px;
    }
}

@media(max-width:480px){

    .terms-banner h1{
        font-size:30px;
    }

    .terms-banner p{
        font-size:15px;
    }

    .company-info h2{
        font-size:24px;
    }

    .terms-wrapper{
        padding:25px 18px;
    }

    .terms-box h3{
        font-size:19px;
    }

    .terms-box p,
    .terms-box ul li{
        font-size:15px;
    }
}

.form-container{
    width:100%;
    max-width:550px;
    background:#fff;
    border-radius:15px;
    padding:35px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
    margin: 0 auto;
}

.form-container h2{
    text-align:center;
    color:#0B59F4;
    margin-bottom:10px;
    font-size:32px;
}

.form-container p{
    text-align:center;
    color:#666;
    margin-bottom:25px;
}

.form-group{
    margin-bottom:18px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    font-weight:600;
    color:#333;
}

.form-control{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:15px;
    transition:0.3s;
}

.form-control:focus{
    outline:none;
    border-color:#1e88e5;
    box-shadow:0 0 8px rgba(30,136,229,0.2);
}

.radio-group{
    display:flex;
    gap:25px;
    margin-top:10px;
}

.radio-group label{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    font-weight:500;
}

.btn-submit{
    width:100%;
    background:#0B59F4;
    color:#fff;
    border:none;
    padding:15px;
    border-radius:8px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:0.3s;
}

.btn-submit:hover{
    background:#0f4c81;
    transform:translateY(-2px);
}

@media(max-width:600px){
    .form-container{
        padding:25px;
    }

    .form-container h2{
        font-size:26px;
    }

    .radio-group{
        flex-direction:column;
        gap:12px;
    }
}