
/*** 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: #0059ff !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    border: 1px solid #0059ff;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: var(--bs-white) !important;
    color: #1e90ff !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: 50px;
    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: 10px 20px;
        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 {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent !important;
        z-index: 999;
    }
    
    .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;
    font-family: 'Poppins', sans-serif;
}


.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-content h2{
  font-family: 'Poppins', sans-serif; 
  font-weight: 500;   
  font-size: 28px;                                   
}             
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
}
.service-content p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.service-content a{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.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%;
}
.feature h4{
  font-family: 'Poppins', sans-serif;
}
.feature h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}
.feature p{
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  font-weight: 400;
}
.feature-content1 h2{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.feature-content h2{
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  color: #000 !important;
}
.wow a{
  font-family: 'Poppins', sans-serif;
}
.wow span{
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
}
/*** 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;
}
.text-primary{
  color:#0080ff !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.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 h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.testimonial .testimonial-title{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;

}

.testimonial p{
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-weight: 400;
}

.testimonial-inner h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.testimonial-item h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: #000;
}

.testimonial-inner p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.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; */
    background: #262c37;
}
/*** copyright end ***/







/* -------------header---------- */
body {
      font-family: 'Poppins', sans-serif;
      overflow-x: hidden;
    }

  .navbar {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff !important;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05) !important;
  }
  .navbar-collapse.show{
    width: 100%;
  }
  .navbar-collapse{
    justify-content: right;
  }

  .navbar.scrolled {
    background: #000 !important;
    box-shadow: none !important;
    
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler{
    background:#0202026b !important;
  }

  .navbar-nav {
    gap: 30px !important;
  }

  .navbar-nav .nav-link {
    font-weight: 600;
    padding: 8px 15px;
    color: #000 !important;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
       font-weight: 600;
  }

  .navbar.scrolled .nav-link {
    color: #fff !important;
  }

  .nav-link.active {
    border-bottom: 2px solid #2196f3;
  }

  /* .dropdown-menu{
    left: 890px !important;
  } */

  .mega-dropdown {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
    background: white;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 50px !important;
    display: none;
    z-index: 999;
    top: 65px;
  }

  .mega-dropdown.show {
    display: block;
  }

  .mega-column h6 {
    font-weight: 700;
    padding: 10px 10px;
    color: #000;
  }

  .mega-column a {
    display: block;
    color: #555;
    text-decoration: none;
    font-size: 15px;
    padding: 10px 10px;
  }

  .mega-column a:hover {
    color: #2196f3;
    background: #0d6dfd31;
    border-radius: 10px;
  }

  /* ================= HERO ================= */
  .hero {
    height: 80vh;
    margin-top: 30px;
    background: #ffffff;
    display: flex;
    align-items: center;
  }

  .hero-section {
    margin: auto;
    text-align: center;
    max-width: 900px;
  }

  .hero h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    max-width: 1300px;
    margin: auto;
  }

  .hero h1 span {
    color: #2196f3;
  }

  .hero p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 1.6;
  }

  .free-btn {
    font-size: 20px !important;
    font-family: 'Poppins', sans-serif;
  }

  /* ================= MOBILE NAV ================= */
  @media (max-width: 991px) {
    .navbar-collapse {
      position: fixed;
      top: 0;
      right: -100%;
      width: 300px;
      height: 100vh;
      background: #fff;
      padding: 2rem 1.5rem;
      transition: right 0.4s ease;
      z-index: 9999;
      box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse.show {
      right: 0;
    }

    .navbar-nav {
      align-items: start;
      text-align: start !important;
      width: 100%;
    }

    .navbar-nav .nav-link {
      color: black !important;
      padding: 12px 0;
      width: 100%;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      font-size: 28px;
      font-weight: bold;
      border: none;
      background: none;
      cursor: pointer;
    }

    .mega-dropdown {
      position: static !important;
      transform: none !important;
      width: 100% !important;
      border-radius: 12px !important;
      padding: 20px !important;
      box-shadow: none;
      margin-top: 10px;
      max-height: 300px !important;
      overflow-y: auto;
    }

    .mega-dropdown .row {
      flex-direction: column !important;
    }

    .mega-column {
      margin-bottom: 20px !important;
    }

    .hero h1 {
      font-size: 28px !important;
    }
  }

  /* ================= FIX FOR MOBILE NAV LINKS ================= */
  .navbar-collapse.show .nav-link {
    color: #000 !important;
  }
    /* ----------------------blueprint 4D ----------- */


    /* -----------------section-2 service-section --------------------- */
/* 
    .service-section {
      padding: 100px 20px;
      background: #eaf6ff;
    }

    .service-section h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 600;
      margin-bottom: 40px;
      color: #000;
      font-family: 'Poppins', sans-serif;
    }

    .service-section h2 span {
      color: #1e90ff;
    }

    .services-card {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s;
      margin-bottom: 30px;
    }

    .services-card:hover {
      transform: translateY(-5px);
    }

    .card-icon {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
    }

    .card-icon img {
      width: 90px;
      height: 90px;
      border-radius: 15px;
    }

    .services-card h3 {
      font-size: 25px;
      line-height: 1.4;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      margin: 0;
    }

    .services-card p {
      font-size: 15px;
      font-family: 'Poppins', sans-serif;
      color: #333;
      line-height: 1.7;
      margin-top: 15px;
    }

    @media (max-width: 576px) {
      .card-icon {
        flex-direction: row;
        gap: 15px;
      }

      .card-icon img {
        width: 50px;
        height: 50px;
      }

      .services-card h3 {
        font-size: 18px;
      }

      .services-card p {
        font-size: 14px;
      }
    } */

    .testimonial-section {
  padding: 80px 20px;
  text-align: center;
}

.testimonial-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}

.testimonial-section h2 span {
  color: #1e90ff;
}

.process-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.left-fixed-img img {
  max-width: 100%;
  border-radius: 10px;
}

.left-fixed-img {
  flex: 1 1 40%;
}

.right-step-cards {
  flex: 1 1 55%;
}

.testimonial-box {
  background: #1687e017;
  border-radius: 10px;
  padding: 50px 40px;
  display: none;
  transition: all 0.4s ease;
  position: relative;
}

.testimonial-box.active {
  display: block;
}

.testimonial-text {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 40px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}

.testimonial-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

.company-logo img {
  width: 100px;
}

.author-info .head {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  color: #1e90ff;
  font-family: 'Poppins', sans-serif;
}

.testimonial-indicators {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}

.testimonial-indicators span {
  width: 60px;
  height: 4px;
  background-color: #d2deea;
  display: inline-block;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.testimonial-indicators span .loader {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #1e90ff;
  transition: width 5s linear;
}

/* ✅ RESPONSIVE: Mobile view */
@media (max-width: 768px) {
  .process-wrapper {
    flex-direction: column;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .testimonial-box {
    padding: 30px 20px;
  }

  .company-logo img {
    width: 80px;
  }

  .testimonial-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-info h5 {
    font-size: 20px;
  }

  .testimonial-indicators span {
    width: 40px;
  }
}


    /* -----------------------section-3 work-process --------------- */



     .modern-4d-process {
  padding: 100px 20px;
  background: #fdfdfd;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 60px;
  line-height: 1.5;
}

.highlight-text {
  color: #1e90ff;
}

.process-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.left-fixed-img {
  flex: 1 1 40%;
  text-align: start;
  position: sticky;
  top: 100px;
  align-self: flex-start;
}

.left-fixed-img img {
  width: 100%;
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.right-step-cards {
  flex: 1 1 55%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.step-card {
  position: relative;
  border-left: 5px solid #1e90ff;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.step-card:hover {
  transform: translateY(-4px);
  border-left-color: #0078ff;
}

.step-number {
  position: absolute;
  left: -45px;
  top: 25px;
  font-size: 32px;
  font-weight: 700;
  color: #1e90ff;
  opacity: 0.1;
  font-family: 'Poppins', sans-serif;
}

.step-info h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1e90ff;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.step-info p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-family: 'Poppins', sans-serif;
}
  .process-icon-2 {
      position: relative;
      width: 60px;
      height: 60px;
      flex-shrink: 0;
      margin-bottom: 20px;
    }

    .process-icon-2 img {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease;
    }

    .focusprocessicon {
      opacity: 0;
      z-index: 1;
    }

    .process-icon-2:hover .focusprocessicon {
      opacity: 1;
    }

    .process-icon-2:hover .processicon {
      opacity: 0;
    }
    .work-process-list{
        margin-top: 90px;
    }


@media (max-width: 991px) {
  .process-wrapper {
    flex-direction: column;
  }

  .left-fixed-img {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
  }

  .step-number {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 28px;
    opacity: 0.05;
  }

  .step-card {
    padding-left: 30px;
  }
}
       /* .work-process {
      padding: 100px 20px;
    }

    .section-heading h2 {
      font-size: 32px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      text-align: center;
      margin-bottom: 40px;
      line-height: 1.5;
    }

    .gradient-span {
      color: #1e90ff;
    }

    .process-icon-2 {
      position: relative;
      width: 60px;
      height: 60px;
      flex-shrink: 0;
    }

    .process-icon-2 img {
      width: 60px;
      height: 60px;
      border-radius: 12px;
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 0.3s ease;
    }

    .focusprocessicon {
      opacity: 0;
      z-index: 1;
    }

    .process-icon-2:hover .focusprocessicon {
      opacity: 1;
    }

    .process-icon-2:hover .processicon {
      opacity: 0;
    }
    .work-process-list{
        margin-top: 90px;
    }

    .work-process-list li {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      position: relative;
      height: 210px;
      
    }

    .work-process-list li:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 30px;
      top: 70px;
      width: 1px;
      height: calc(100% - 70px);
      border-left: 2px dashed #ccc;
      z-index: 0;
    }

    .icon-content span {
      font-size: 1.2rem;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      color: #000;
    }

    .icon-content h3 {
      font-size: 26px;
      color: #1e90ff;
      font-weight: 700;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 10px;
    }

    .icon-content p {
      font-size: 15px;
      color: #333;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
      line-height: 1.8;
      margin: 0;
    }

    .order-0 .order-lg-1{
            height: 500px;
    }

    @media (max-width:1399px){
            .work-process-list li{
        height: auto;
      }
      .icon-content span{
        font-size: 1rem;
      }
      .icon-content h3{
        font-size: 22px;
      }
      .icon-content p{
        font-size: 15px;
      }
    }
    @media (max-width: 991px) {
      .order-lg-0 {
        order: 0 !important;
      }
      .order-lg-1 {
        order: 1 !important;
      }
      .work-process-list {
        margin-top: 40px;
      }
    } */

    /* ------------------section-4 ------------------- */
       /* .testimonial-section {
      padding: 100px 20px;
      background: #eaf6ff;
      margin: 0 auto;
      text-align: center;
    }

    .testimonial-section h2 {
      font-size: 28px;
      font-weight: 600;
      margin-bottom: 40px;
    }

    .testimonial-section h2 span {
      color: #1e90ff;
    }

    .card-grid {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .testimonial-card {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 20px rgba(0,0,0,0.06);
      max-width: 408px;
      transition: transform 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

.testimonial-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.testimonial-card:hover img {
  transform: scale(1.1);
}


    .card-content {
      padding: 20px;
      text-align: left;
    }

    .card-meta {
      font-size: 15px;
      color: #555;
      margin-bottom: 10px;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
    }

    .card-description {
      font-size: 17px;
      font-weight: 600;
      font-family: 'Poppins', sans-serif;
      color: #000;
      line-height: 1.7;
    }

    @media(max-width: 768px) {
      .testimonial-card {
        max-width: 100%;
      }
    }    */


     /* .container {
      max-width: 1140px;
      margin: auto;
      padding: 60px 20px;
    } */

     .robotic-modern {
  padding: 100px 20px;
  background: #f8f9fc;
}

.robotic-modern .head {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 60px;
  font-family: 'Poppins', sans-serif;
}

.robotic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.robotic-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.robotic-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  border-radius: 20px;
}

.robotic-card:hover img {
  transform: scale(1.08);
}

.robotic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  background: rgba(0, 0, 50, 0.5);
  backdrop-filter: blur(6px);
  color: #fff;
  transition: transform 0.4s ease;
  transform: translateY(100%);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.robotic-card:hover .robotic-content {
  transform: translateY(0%);
}

.robotic-content small {
  display: inline-block;
  font-size: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}

.robotic-content h5 {
  font-size: 1rem;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-align: start;
  font-weight: 400;
  line-height: 1.8;
}

.arrow-btn {
  width: 36px;
  height: 36px;
  background: #1e90ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.arrow-btn:hover {
  background: #fff;
  color: #1e90ff;
}

@media (max-width: 768px) {
  .robotic-modern h1 {
    font-size: 1.5rem;
  }

  .robotic-grid {
    grid-template-columns: 1fr;
  }
}

    
    /* ------------------------------section-5 ----------------- */

    .learn-more-glass {
      position: relative;
      padding: 120px 20px;
      overflow: hidden;
      color: #fff;
      max-width: 1295px !important;
      margin: auto;
background: linear-gradient(135deg, #99c0f0, #eaf6ff,#8fb0d1);
       margin-top: 100px;
       margin-bottom: 100px;
       border-radius: 30px;
    }

    /* Desktop background image */
    .background-image {
      position: absolute;
      top: 20px;
      left:25px;
      width: 60%;
      height: 100%;
      background: url('/saas-website-template/img/Images/contact.webp') no-repeat left center;
      background-size: contain;
      filter: brightness(0.6);
      z-index: 0;
    }

    /* Mobile full image - hidden on desktop */
    .mobile-girl-image {
      display: none;
      margin-bottom: 30px;
    }

    .mobile-girl-image img {
      width: 100%;
      border-radius: 20px;
    }

    .glass-content {
      position: relative;
      max-width: 600px;
      margin-left: auto;
      background: rgba(121, 120, 120, 0.084);
      backdrop-filter: blur(10px);
      padding: 40px;
      border-radius: 20px;
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
      z-index: 1;
    }

    .glass-content h4 {
      color: #1e90ff;
      font-size: 1.3rem;
      margin-bottom: 10px;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
    }

    .glass-content h2 {
      font-size: 2.4rem;
      font-weight: 600;
      margin-bottom: 20px;
      color: #000;
      font-family: 'Poppins', sans-serif;
    }

    .glass-content p {
      font-size: 1rem;
      line-height: 1.8;
      color: #2d2d2d;
      margin-bottom: 30px;
      font-family: 'Poppins', sans-serif;
    }

    @media (max-width: 992px) {
      .background-image {
        display: none;
      }

      .mobile-girl-image {
        display: block;
      }

      .glass-content {
        margin: 0 auto;
        text-align: center;
        padding: 30px 20px;
      }

      .glass-content h2 {
        font-size: 1.8rem;
      }
    }
/* old */

    .cta-subscribe{
        padding: 100px 0px;
    }
     .contact-bg-bg {
    background-image: url(../img/Images/BG.webp);
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 64px #00000026;
    padding: 60px 40px;
    border-radius: 30px;
  }

  .ahititletwo {
    color: #000;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 45px;
  }

  .contact-text {
    font-size: 15px;
    color: #000;
    opacity: 0.75;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    line-height: 1.7;
    max-width: 90%;
  }

  .get-touch {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px;
    border-radius: 8px;
    font-family: 'Poppins', sans-serif;
  }

  @media (max-width: 768px) {
    .contact-bg-bg {
      text-align: center;
      padding: 40px 20px;
    }

    .contact-text {
      max-width: 100%;
      padding-right: 0;
    }

    .ahititletwo {
      font-size: 26px;
      line-height: 36px;
    }

    .get-touch {
      width: 100%;
    }
  }


  /* -----------------------------------contact-form ----------------------------- */

  .get-in-touch{
     position: relative;
    overflow: hidden;
    background: #ffffff;
    /* background: linear-gradient(rgba(16, 125, 242, 0.341), rgba(16, 118, 242, 0.127)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 60px 0;
    /* margin-bottom: 6rem; */
    transition: 0.5s;
  }
  .contact-title{
   font-family: 'Poppins', sans-serif;
   font-weight: 600;
  }
  .breadcrumb-item{
    font-size: 19px;
  }
  .breadcrumb-item.active{
    color: #0045ff !important;
    font-size: 20px;
    font-weight: 600;

  }
  .breadcrumb-item a{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #0045ff;
    font-size: 20px;
     font-weight: 600;
  }
  .breadcrumb-item a:hover {
    color: #000;
  }
  .contact-form span{
font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #1e90ff !important;
    font-size: 30px;
    margin-bottom: 40px !important;
  }
  .btn.btn-primary.contact-btn{
    background:#0045ff !important;
    border: 1px solid#0045ff ;
    font-weight: 500;
    font-size: 20px;
  }
  .btn.btn-primary.contact-btn:hover{
    background: #fff !important;
    color: #1e90ff !important;
  }

  .btn.btn-primary.contact-btn:focus{
        box-shadow: 0 0 0 .25rem rgb(19, 3, 246);
  }

  .contact-form h1{
font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  .contact-form p{
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 18px;
  }
  .chat-box{
        background: #9ebceb1a;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #9ebceb1a;
    border-radius: 75px;
    padding: 10px 30px;
      transition: transform 0.3s ease, border-color 0.3s ease;
  }
  .chat-box:hover{
    transform: translateY(-10px);
  }
  .chat-box h4{
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
  }
  .chat-para{
    font-size: 15px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }


  /* -------------------------------------about--------------------- */
  /* --client-section --*/
  .client-section{
    padding: 100px 0px;
  }
    .client-section h4{
      font-size: 40px;
      font-weight: 500;
      font-family: 'Poppins', sans-serif;
      color: #000;
      margin: auto;
      text-align: center;
      margin-bottom: 30px;
      line-height: 1.2;
    }
    .client-section span{
       color: #1e90ff !important;
       
    }
    .client-section p{
      font-size: 15px;
      margin: auto;
      max-width: 800px;
       font-weight: 400;
      font-family: 'Poppins', sans-serif;
      margin-bottom: 70px;
      text-align: center;
      color: #000;
    }
    .team-content .head{
      font-family: 'Poppins', sans-serif;
       font-weight: 600;
       color: #000;
       font-size: 25px !important;
    }
    .team-content p{
      font-family: 'Poppins', sans-serif;
       font-weight: 500;
    }
    .team-container {
      display: flex;
      gap: 40px;
      flex-wrap: wrap;
      justify-content: center;
    }
.container .team-card {
  position: relative;
  width: 300px; /* fixed width for equal cards */
  height: 215px;  
  background-color: #fff;
  margin: 30px 10px;
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 20px rgba(0,0,0,0.5);
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}

.container .team-card:hover {
  height: 300px;    
}

.container .team-card .team-image {
  position: relative;
  width: 230px;
  height: 260px;
  top: -40%;
  left: 20px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 20px;
}

.container .team-card .team-image img {
  max-width: 100%;
  border-radius: 15px;
}

.container .team-card .team-content {
  position: relative;
  top: -140px;
  padding: 10px 15px;
  color: #111;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.container .team-card:hover .team-content {
  margin-top: 60px;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.2s;
}


    /* ----------section-1 --- */
      /*** Testimonial Carousel ***/
    .testimonial-carousel1 {
      position: relative;
    }

    .testimonial-carousel1 .owl-nav {
      position: absolute;
      width: 40px;
      height: 100%;
      top: 80%;
      left: -20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      transform: translateY(-50%);
    }

    .testimonial-carousel1 .owl-nav .owl-prev,
    .testimonial-carousel1 .owl-nav .owl-next {
      margin: 5px 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff !important;
      border: 1px solid #0d6efd;
      border-radius: 50%;
      font-size: 18px;
      transition: .5s;
      background: #0d6efd !important;
    }

    .testimonial-carousel1 .owl-nav .owl-prev:hover,
    .testimonial-carousel1 .owl-nav .owl-next:hover {
      background: #0d6efd;
      color: #FFFFFF;
    }

    .testimonial-carousel1 .owl-dots {
      margin-top: 30px;
      margin-left: 3rem;
      text-align: left;
    }

    .testimonial-carousel1 .owl-dot {
      display: inline-block;
      margin-right: 8px;
      width: 15px;  /* default size */
      height: 15px; /* default size */
      background: #0d6efd !important;
      border: 1px solid #0d6efd;
      border-radius: 50%; /* circle */
      transition: .5s;
    }

    .testimonial-carousel1 .owl-dot.active {
      width: 30px;   /* wider for active */
      height: 15px;  /* same height */
      border-radius: 20px; /* pill shape */
      background: #0d6efd;
    }
    .testimonial-item p{
       font-family: 'Poppins', sans-serif;
       font-weight: 400;
       font-size: 16px;
    }
    .owl-carousel{
      border-color: #1e90ff !important;
    }

    .testimonial-item h5{
      font-size: 25px;
      font-weight: 600;
       font-family: 'Poppins', sans-serif;
       color: #000;
    }
    .testimonial-item i {
      color: #0d6efd;
    }
    .about-testimonial h3{
      font-size: 40px;
       font-family: 'Poppins', sans-serif !important;
       font-weight: 500;
       color: #000;
    }
    .about-testimonial p{
       font-family: 'Poppins', sans-serif;
       font-size: 18px;
       font-weight: 400;
       line-height: 1.6;
       color: #000;
    }

    /* -------------section-3 ---------- */
    .top-section{
      padding: 100px 0;
    }
 .frame {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 8px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
}

.carousel-container {
  width: 100%;
  text-align: center;
}

.carousel-container h5 {
  font-size: 42px;
  color: #000;
  margin-bottom: 30px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.carousel-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.tab-button {
  background-color: transparent;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  font-size: 17px;
  color: #000;
  position: relative;
  outline: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.tab-button .progress-bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 3px;
  background-color: #1e90ff ;
  width: 0;
  transition: none;
}

.tab-button.active {
  color: #1e90ff ;
  font-weight: 600;
}

.carousel-content {
  margin-top: 20px;
}


.feature-panel {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  text-align: left;
}

.feature-panel.active {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-text {
  flex: 1;
}

.feature-text h2 {
  font-size: 40px;
  color: #1d1d1f;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}

.feature-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.learn-more-btn {
  background-color: #0080ff ;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.learn-more-btn:hover {
  background-color: #000;
}
.border-bottom{
  color:#1e90ff !important;
  text-decoration: none;
}

.feature-visual {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-visual img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.placeholder-visual {
  width: 100%;
  height: 300px;
  background-color: #e9ecef;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000000;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.tab-button:focus-visible,
.learn-more-btn:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
  box-shadow: 0 0 0 1px #ffffff;
}

/* Responsive styles */
@media (max-width: 992px) {
  .feature-panel {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .feature-text {
    text-align: center;
  }

  .feature-text h2 {
    font-size: 32px;
  }

  .feature-text p {
    font-size: 16px;
  }

  .learn-more-btn {
    padding: 12px 20px;
  }
}

@media (max-width: 576px) {
  .frame {
    padding: 20px;
  }

  .carousel-container h1 {
    font-size: 26px;
  }

  .tab-button {
    padding: 10px 12px;
    font-size: 14px;
  }

  .feature-text h2 {
    font-size: 28px;
  }

  .feature-text p {
    font-size: 15px;
  }
}


/* -----------------------------services-items ---------------------- */
   .service-item1 {
    position: relative;
    padding: 45px 30px;
    background: #FFFFFF;
    transition: .5s;
}

.service-item1:hover {
    background: #1e90ff;
}

.service-item1 .service-icon1 {
    margin: 0 auto 20px auto;
    width: 90px;
    height: 90px;
    color: #ffffff;
    background: #1e90ff;
    transition: .5s;
}

.service-item1:hover .service-icon1 {
    background: #FFFFFF;
    color: #1e90ff;
}

.service-item1 h5,
.service-item1 p {
    transition: .5s;
    font-family: 'Poppins', sans-serif;
}

.service-item1 h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

.service-item1 .head{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.service-item1 h4{
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
}

.service-item1:hover h3,
.service-item1:hover h4 {
    color: #FFFFFF;
}

.service-span{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #0045ff !important;
}

.service-para{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  color: #000;
}
.service-head{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

.service-item1 a.btn {
    position: relative;
    display: flex;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.service-item1:hover a.btn {
    color: var(--primary);
}

.service-item1 a.btn::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    left: 0;
    border-radius: 35px;
    background: var(--light);
    transition: .5s;
    z-index: -1;
}

.service-item1:hover a.btn::before {
    width: 100%;
    background: var(--light);
}

/* -----------------accordion ------------ */
.accordion-button:not(.collapsed){
  color: #1e90ff !important;
  background: #1e8fff35 ;
  font-family: 'Poppins', sans-serif;
}


.accordion-button:focus{
  border-color:  #1e90ff ;
      box-shadow: 0 0 0 .25rem #1e8fff7e;
}
.accordion-button:not(.collapsed)::after{
  color: #1e90ff;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23757575'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !impotant;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23757575'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e) !impotant;
    transform: rotate(-180deg);
}
.accordion-body h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.accordion-body p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

/* -------------------------footer------------------ */
 footer {
      background: #000;
      padding: 60px 40px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1300px;
      margin: auto;
    }

    .footer-column {
      flex: 1 1 220px;
    }

    .footer-logo {
      margin-bottom: 20px;
    }

    .footer-logo img {
      width: 160px;
    }

    .footer-description {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 20px;
      margin-top: 20px;
      color: #ccc;
      font-family: 'Poppins', sans-serif;
    }
    
    .social-icons{
      display: flex;
    }
    .social-icons a {
      display: inline-block;
      margin-right: 10px;
      color: #fff;
      background: #111;
      width: 40px;
      height: 40px;
      border-radius: 6px;
      display: flex;
      text-decoration: none;
      align-items: center;
      justify-content: center;
      transition: background 0.3s ease;
    }

    .social-icons a:hover {
      background: #000;
    }

    .footer-column h5 {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
    }

    .footer-column .footer-head{
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      color: #ffffff;
      font-family: 'Poppins', sans-serif;
    }

    .footer-links {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-links li {
      margin-bottom: 10px;
    }

    .footer-links a {
      color: #ccc;
      text-decoration: none;
      transition: color 0.3s;
      font-family: 'Poppins', sans-serif;
    }

    .footer-links a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      margin-bottom: 15px;
      color: #ccc;
      font-family: 'Poppins', sans-serif;
      font-weight: 400;
    }

    .contact-item i {
      font-size: 20px;
      margin-right: 10px;
      color: #fff;
    }

    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
      }
    }

    .form-control:focus {
    color: #757575;
    background-color: #fff;
    border-color: #1e8fff62;
    outline: 0;
    box-shadow: 0 0 0 .20rem #1e8fff62;
}

/* bottom bar */


.bottom-bar {
  background-color: #121415; 
  padding: 15px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 0.9em;
  flex-wrap: wrap; 
  text-align: center;
}
 
.bottom-bar p {
  margin: 5px 10px;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}
 
.bottom-bar .bottom-links {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center;
  margin: 5px 10px;
}
 
.bottom-bar .bottom-links a {
  margin: 0 10px;
}
 
.bottom-bar a {
  color: #555;
  text-decoration: none;
}
 
.bottom-bar a:hover {
  text-decoration: none;
  color:#e91e63;
}
 
.bottom-bar .back-to-top {
  margin: 5px 10px;
}

.back-to-top i{
  background: #0078ff;
  border-radius: 50px;
  padding: 20px;
  color: #ffffff;
}
.back-to-top i:hover {
  background: #000;
  color: #0078ff;
  border
}
 
@media (max-width: 600px) {
  .bottom-bar {
    flex-direction: column; 
  }
 
  .bottom-bar .bottom-links {
    flex-direction: column;
    margin-top: 10px;
  }
 
  .bottom-bar .bottom-links a {
    margin: 5px 0;
  }
 
  .bottom-bar .back-to-top {
    margin-top: 10px;
  }
}

.service h1{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 40px;
}
.contact-get .title{
  font-family: 'Poppins', sans-serif;
  font-size: 28px !important;
}
.contact-get h5{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}
.service-contact {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

.contact-get p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
}
.contact-get .btn.btn-primary{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
.service-head h1{
  font-family: 'Poppins', sans-serif;
  color: #000 !important;
}
.contact-form span{
  font-family: 'Poppins', sans-serif;
}
.contact-form h1{
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.contact-form p{
  color: #000;
  font-family: 'Poppins', sans-serif;
}
.chat-box h4{
  font-family: 'Poppins', sans-serif;
  color: #000;
}
.wow h3{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  margin-bottom: 90px;
}
.wow h1{
  line-height: 1.4;
  margin-bottom: 20px;
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}

.wow h2{
  line-height: 1.4;
  margin-bottom: 20px;
   font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
}
.wow p{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
}
.text-secondary {
    color: #1098f2 !important;
}

.feature i
 {
    --bs-text-opacity: 1;
    color: #1098f2 !important;
}
p{
  font-family: 'Poppins', sans-serif;
  line-height: 1.7;
  font-weight: 400;
}