@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Nunito:wght@400;500;600;700;800;900&display=swap");
:root {
   --violet: #8f6dff;
   --smokeWhite: #b2bac2;
   --white: #fff;
   --black: #111;
   --darkblue: #0d0733;
   --darkblue2: #19173e;
   --darkblue3: #211f46;
   --gold: #febd00;
   --darkblack: #050503;
   --darkblack2: #16151d;
   --darkblack3: #242227;
}

.black-r{
    color: #290303;
}
#services{
    background: radial-gradient(var(--primary-color), transparent);
}
.contact-section{
    background: radial-gradient(var(--dy-nav), transparent);
}

.margin-10{
    margin: 10px 0px;
}

* {
   margin: 0;
   padding: 0;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

body {
   background: white;
   font-family: "DM Sans", sans-serif;
   color: var(--smokeWhite);
   font-weight: 400;
   font-size: 15px;
}
.dark-mode {
   background: white;
}

body.rtl {
   direction: rtl;
   overflow-x: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   -webkit-text-fill-color: var(--smokeWhite);
   -webkit-box-shadow: 0 0 0px 1000px var(--darkblue) inset;
   box-shadow: 0 0 0px 1000px #fff inset;
   -webkit-transition: background-color 5000s ease-in-out 0s;
   transition: background-color 5000s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5 {
   font-family: "Nunito", sans-serif;
   font-weight: 800;
}

h1 {
   font-size: 64px;
}

h2 {
   font-size: 48px;
}

h3 {
   font-size: 32px;
   font-weight: 700;
}

h4 {
   font-size: 24px;
   font-weight: 600;
}

h5 {
   font-size: 18px;
   font-weight: 500;
}

a {
   text-decoration: none;
}

p {
    color:black;
   margin-bottom: 15px;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.relative{
    position:relative;
}

.btn:focus {
   -webkit-box-shadow: 0 0 0 0rem var(--black);
   box-shadow: 0 0 0 0rem var(--black);
}

button {
   background: none;
   border: none;
   padding: 0;
}

i {
   font-size: 18px;
}

.rtl .form-select {
   background-position-x: 10px !important;
}

.m-top-13v{
    margin-top: 15vh;
}
@media(max-width:700px){
    .m-top-13v{
        margin-top: 2vh;
    }
}
.btn-smm {
   background: var(--violet);
   color: var(--white);
   width: 160px;
   height: 50px;
   border-radius: 100px;
   text-transform: capitalize;
   font-weight: 400;
   font-size: 16px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.btn-smm:hover {
   background: var(--white);
   color: var(--violet);
}

a.btn-smm {
   display: inline-block;
   text-align: center;
   margin: 0;
   color: var(--white);
   padding: 12px;
}

.dark-mode .btn-smm {
   background: var(--gold);
   color: var(--black);
   font-weight: 500;
}

.dark-mode .btn-smm:hover {
   background: var(--white);
   color: var(--gold);
}

.header-text {
   margin-bottom: 50px;
}

.header-text h5 {
   color: var(--violet);
   text-transform: capitalize;
   margin-bottom: 15px;
}

.header-text h3 {
   text-transform: capitalize;
   margin-bottom: 0;
}

.header-text p {
   margin-bottom: 0;
   max-width: 450px;
   margin-top: 15px;
}
.dark-mode .header-text h5 {
   color: var(--gold);
}

@media (min-width: 1400px) {
   .container,
   .container-lg,
   .container-md,
   .container-sm,
   .container-xl,
   .container-xxl {
      max-width: 1200px;
   }
}

/* navbar */
.navbar.active {
   padding: 18px 0px;
   background: var(--dy-nav);
}

.navbar .navbar-brand {
   font-family: "Nunito", sans-serif;
   font-size: 32px;
   font-weight: 800;
   color: var(--violet);
}

.navbar .navbar-toggler {
   background: var(--violet);
   height: 38px;
   width: 38px;
   border-radius: 100px;
}

.navbar .navbar-toggler i {
   color: var(--white);
   font-size: 18px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.navbar .navbar-toggler i:hover {
   color: var(--white);
}

.navbar .navbar-toggler:focus {
   -webkit-box-shadow: 0 0 0 0rem;
   box-shadow: 0 0 0 0rem;
}

.navbar .nav-item {
    margin: 0 15px;
    display: flex;
    align-items: center;
}

.navbar .nav-item .nav-link {
   color: var(--smokeWhite);
   font-weight: 500;
   text-align: center;
   text-transform: capitalize;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
   color: var(--violet);
}

.navbar .navbar-text .btn-smm {
   width: 120px;
   height: 40px;
}
.dark-mode .navbar.active {
    padding: 15px;
   background: var(--dy-nav);
}

.dark-mode .navbar .navbar-brand {
   color: var(--gold);
}

.dark-mode .navbar .navbar-toggler {
   background: var(--gold);
}

.dark-mode .navbar .navbar-toggler i {
   color: var(--black);
}

.dark-mode .navbar .nav-item .nav-link.active,
.dark-mode .navbar .nav-item .nav-link:hover {
   color: var(--gold);
}

/* home section */
.home-section {
   height: 100vh;
   background-size: cover;
   background-position: right;
}

.home-section .text-box h5 {
   color: var(--violet);
   background: var(--darkblue2);
   display: inline-block;
   padding: 5px 20px;
   border-radius: 100px;
   font-weight: 600;
   text-transform: capitalize;
}

.home-section .text-box h2 {
   text-transform: capitalize;
   color: var(--white);
   margin: 0px 0 15px 0;
}

.home-section .text-box h2 span {
   color: var(--violet);
}

.home-section .text-box .btn-smm {
   margin-top: 15px;
}

.home-section .img-box {
   text-align: right;
}

.home-section .img-box img {
   width: 450px;
}

.rtl .home-section .img-box {
   text-align: left;
}

.dark-mode .home-section {
   background: url(../img/hero2.svg);
   background-size: cover;
   background-position: right;
}

.dark-mode .home-section .text-box h5 {
   color: var(--gold);
   background: var(--darkblack2);
}

.dark-mode .home-section .text-box h2 span {
   color: var(--gold);
}

/* feature section */
.feature-section {
    background: radial-gradient(var(--primary-color), transparent);
   padding: 100px 0;
   overflow: hidden;
   position: relative;

}

.feature-section .feature-box {
   text-align: center;
   padding: 50px 30px;
   border-radius: 10px;
   height:100%;
}

.feature-section .feature-box .icon-box {
   background: var(--darkblue2);
   background-size: cover;
   background-position: bottom left;
   width: 80px;
   height: 80px;
   border-radius: 100px;
   padding-top: 26px;
   margin: auto;
   margin-bottom: 30px;
}

.feature-section .feature-box .icon-box img {
   width: 28px;
}
.feature-section .feature-box .icon-box i {
   font-size: 28px;
   color: var(--violet);
}

.feature-section .feature-box h4 {
   color: var(--white);
   margin-bottom: 15px;
}

.feature-section .feature-box p {
   margin-bottom: 0;
}

.dark-mode .feature-section {
   padding: 100px 0;
}

.dark-mode .feature-section .feature-box .icon-box {
   background: var(--darkblack2);
}

.dark-mode .feature-section .feature-box .icon-box i {
   color: var(--gold);
}

/* about section */
.about-section {
   padding: 100px 0;
   overflow-x: hidden;
}

.about-section .img-box img {
   width: 450px;
}

.about-section .text-box .info-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 30px;
}

.about-section .text-box .info-box .icon-box {
   background: var(--darkblue2);
   width: 60px;
   height: 60px;
   border-radius: 100px;
   text-align: center;
   padding-top: 18px;
}

.about-section .text-box .info-box .icon-box img {
   width: 24px;
}
.about-section .text-box .info-box .icon-box i {
   font-size: 24px;
   color: var(--violet);
}

.about-section .text-box .info-box .text {
   width: calc(100% - 80px);
   padding-left: 15px;
}

.rtl .about-section .text-box .info-box .text {
   padding-left: 0;
   padding-right: 15px;
}
.dark-mode .about-section .text-box .info-box .icon-box {
   background: var(--darkblack2);
}

.dark-mode .about-section .text-box .info-box .icon-box i {
   color: var(--gold);
}

/* achievement section */
.achievement-section {
   text-align: center;
   /*margin-top: 50px;*/
}

.achievement-section h3 {
   margin-bottom: 100px;
   text-transform: capitalize;
}

.achievement-section .counter-box {
   text-align: center;
}

.achievement-section .counter-box .icon-box {
   /*margin-bottom: 20px;*/
}

.achievement-section .counter-box .icon-box img {
   width: 50px;
}
.achievement-section .counter-box .icon-box i {
   font-size: 48px;
   color: var(--violet);
}

.achievement-section .counter-box h4 {
   color: var(--white);
   margin-bottom: 10px;
   text-transform: capitalize;
}

.achievement-section .counter-box p {
   margin-bottom: 0;
   text-transform: capitalize;
}
.dark-mode .achievement-section .counter-box .icon-box i {
   color: var(--gold);
}
.service-section {
    position: relative;
    color: var(--white);
    /*background-color: #001c1b;*/
}

.service-section .section-title {
    color: var(--white);
}

.service-section .cmn-para-text {
    color: var(--white);
}
.bg-img-overlay {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.bg-img-overlay-service {
    opacity: 0.3;
}

.service-section {
   padding: 100px 0;
}



/* how it works */
.how-it-works {
   padding: 100px 0;
}

.how-it-works .work-box-wrapper {
   position: relative;
}

.how-it-works .work-box-wrapper .shape {
   position: absolute;
   width: 300px;
   height: 300px;
   border: 2px solid var(--violet);
   border-radius: 100%;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   margin: auto;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-animation: rotateCircle infinite linear 8s;
   animation: rotateCircle infinite linear 8s;
   z-index: 0;
}

.how-it-works .work-box-wrapper .shape::after,
.how-it-works .work-box-wrapper .shape::before {
   content: "";
   position: absolute;
   width: 16px;
   height: 16px;
   border-radius: 100%;
   background: var(--violet);
   top: -8px;
   left: 0;
   right: 0;
   margin: auto;
}

.how-it-works .work-box-wrapper .shape::after {
   top: auto;
   bottom: -8px;
}

@-webkit-keyframes rotateCircle {
   from {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
   }
   to {
      -webkit-transform: rotate(390deg);
      transform: rotate(390deg);
   }
}

@keyframes rotateCircle {
   from {
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
   }
   to {
      -webkit-transform: rotate(390deg);
      transform: rotate(390deg);
   }
}

.how-it-works .work-box {
   text-align: center;
   padding: 30px 15px;
   background: var(--darkblue2);
   border-radius: 10px;
}

.how-it-works .work-box .icon-box {
   border-radius: 100px;
   margin: auto;
   margin-bottom: 30px;
}

.how-it-works .work-box .icon-box img {
   width: 28px;
}

.how-it-works .work-box .icon-box i {
   color: var(--violet);
   font-size: 28px;
}

.how-it-works .work-box h5 {
   color: var(--white);
   margin-bottom: 15px;
}

.how-it-works .work-box p {
   margin-bottom: 0;
}

.how-it-works .work-box.box-2 {
   margin-top: -20px;
}
.dark-mode .how-it-works .work-box-wrapper .shape {
   border: 5px solid var(--dy-hero_l);
}

.dark-mode .how-it-works .work-box-wrapper .shape::after,
.dark-mode .how-it-works .work-box-wrapper .shape::before {
   background: var(--gold);
}

.dark-mode .how-it-works .work-box {
   background: var(--darkblack2);
}

.dark-mode .how-it-works .work-box .icon-box i {
   color: var(--gold);
}

/* testimonial section */
.testimonial-section {
   padding: 100px 0;
}

.testimonial-section .header-text p {
   margin: auto;
   margin-top: 10px;
}

.testimonial-section .review-box {
   background: var(--darkblue2);
   padding: 30px;
   border-radius: 10px;
}

.testimonial-section .review-box .rating {
   margin-bottom: 30px;
}

.testimonial-section .review-box .rating i {
   color: var(--violet);
   font-size: 16px;
}

.testimonial-section .review-box p {
   margin-bottom: 30px;
}

.testimonial-section .review-box .title {
   color: var(--violet);
}

.testimonial-section .review-box img {
   width: 50px;
   height: 50px;
   border-radius: 100px;
}

.testimonial-section .owl-dots {
   display: block;
   text-align: center;
   margin-top: 15px;
}

.testimonial-section .owl-dots .owl-dot {
   width: 7px;
   height: 7px;
   background: var(--violet);
   margin: 0 2px;
   border-radius: 5px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.testimonial-section .owl-dots .owl-dot.active {
   width: 21px;
}

.rtl .testimonial-section {
   direction: ltr;
}

.rtl .testimonial-section .review-box {
   direction: rtl;
}
.dark-mode .testimonial-section .review-box {
   background: var(--darkblack2);
}
.review-box{
    position: relative;
    padding: 28px;
    border-radius: 14px;
    background: #ffffff;
    transition: all .35s ease;
    overflow: hidden;
    z-index: 1;
}

/* gradient layer */
.review-box::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,var(--secondary-color),var(--primary-color),var(--dy-hero_l));
    opacity: 0;
    transition: opacity .4s ease;
    z-index: -1;
}

/* hover card effect */
.review-box:hover{
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
}

/* show gradient */
.review-box:hover::before{
    opacity: 1;
}

/* text transition */
.review-box p,
.review-box h5,
.review-box .title{
    transition: color .35s ease;
}

.review-box:hover p,
.review-box:hover h5,
.review-box:hover .title{
    color:#fff;
}

/* client image animation */
.review-box img{
    width:55px;
    height:55px;
    object-fit:cover;
    transition: transform .35s ease, box-shadow .35s ease;
}

.review-box:hover img{
    transform: scale(1.15) rotate(4deg);
    box-shadow:0 10px 25px rgba(0,0,0,0.3);
}

.api_docs_page{
    margin-bottom:50px;
}

.dark-mode .testimonial-section .review-box .rating i {
   color: var(--gold);
}

.dark-mode .testimonial-section .review-box .title {
   color: var(--gold);
}

.dark-mode .testimonial-section .owl-dots .owl-dot {
   background: var(--gold);
}

.learn-more {
   padding: 100px 0;
}

/* api docs */
.api-docs {
   padding: 100px 0;
}
.api-docs , .api-code {
   background: url(../img/dots.png) no-repeat 30px 30px var(--darkblue2);
   border-radius: 10px;
   color: #fff;
   position: relative;
   padding: 60px 30px 30px;
   margin-top: 30px;
}
.api-docs .api-code pre {
   font-size: 15px;
}
.api-docs .card-header {
   background-color: var(--darkblue2);
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom: 1px solid #6a6464;
   padding-top: 10px;
   padding-bottom: 13px;
}
.card-body {
   background-color: #fff;
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
}
.api-docs .card-body h6 {
   font-weight: bolder;
   color: var(--violet);
}
.api-docs .card-body h6 {
   font-weight: bolder;
   color: var(--gold);
}
.api-docs .card-title {
   margin-bottom: 0;
   margin-top: 10px;
}
.api-docs .card {
   border: none;
   border-radius: 12px;
}
.api-docs , .api-code {
   background: url(../img/dots.png) no-repeat 30px 30px #000;
}
.dark-mode .api-docs .card-header,
.dark-mode .api-docs .card-body {
   background-color: var(--darkblack2);
}
.api_code{
        background: url(../img/dots.png) no-repeat 30px 30px #000000;
}

/* blog section */
.blog-section {
   padding: 100px 0;
}
.blog-section .blog-box {
   border-radius: 10px;
   background: var(--darkblue2);
   height: 100%;
}
.blog-section .blog-box .img-box img {
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
    width: 100%;
    height: 250px;
}
.blog-section .blog-box .text-box {
   padding: 30px;
}
.blog-section .blog-box .text-box h4 {
   margin-bottom: 15px;
}
.blog-section .blog-box .text-box .read-more {
   color: var(--violet);
   font-weight: 500;
   font-size: 18px;
}
.blog-section .blog-box .text-box .date-author {
   margin-bottom: 15px;
}
.blog-section .blog-box .text-box .date-author span {
   font-size: 12px;
   text-transform: uppercase;
   color: var(--violet);
   margin-right: 30px;
   position: relative;
}
.blog-section .blog-box .text-box .date-author span::after {
   position: absolute;
   content: "";
   width: 2px;
   height: 9px;
   background: var(--violet);
   right: -18px;
   bottom: 4px;
}
.blog-section .blog-box .text-box .date-author span:last-child::after {
   width: 0;
}
.blog-section .blog-box.details {
   background: none;
}
.blog-section .blog-box.details .img-box {
   margin-bottom: 15px;
}
.blog-section .blog-box.details .img-box img {
   border-radius: 10px;
   width: 100%;
}
.blog-section .blog-box.details .text-box {
   padding: 0;
   margin-bottom: 30px;
}
.blog-section .recent-post {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   overflow: hidden;
   margin-bottom: 30px;
}
.blog-section .recent-post .img-box {
   width: 40%;
   margin-right: auto;
}
.blog-section .recent-post .img-box img {
   border-radius: 0;
   height: 100%;
}
.blog-section .recent-post .text-box {
   padding: 15px;
   width: calc(100% - 40%);
}
.blog-section .recent-post .text-box h4 {
   font-size: 18px;
   margin-bottom: 5px;
}
.blog-section .recent-post .text-box .date-author {
   margin-bottom: 10px;
}
.blog-section .recent-post .text-box .read-more {
   font-size: 16px;
   font-weight: 500;
}
.rtl .blog-section .blog-box .text-box .date-author span.author {
   margin-right: 0;
}
.dark-mode .blog-section .blog-box {
   background: var(--darkblack2);
}
.dark-mode .blog-section .blog-box.details {
   background: none;
}
.dark-mode .blog-section .blog-box .text-box .read-more {
   color: var(--gold);
}
.dark-mode .blog-section .blog-box .text-box .date-author span {
   color: var(--gold);
}
.dark-mode .blog-section .blog-box .text-box .date-author span::after {
   background: var(--gold);
}

.blog-details .blog-box{
   height: auto;
}

/* payment gateway */
.payment-gateway {
   padding: 100px 0;
}
.payment-gateway img {
   border-radius: 5px;
}

/* footer section */
.footer-section {
   padding-top: 200px;
   background-color: rgba(33, 31, 70, 0.5);
   background-size: cover;
   background-position: center top;
}
.footer-section .box .navbar-brand {
   font-family: "Nunito", sans-serif;
   font-size: 32px;
   font-weight: 800;
   color: var(--violet);
   display: inline-block;
   margin-bottom: 30px;
   padding: 0;
}
.footer-section .box .social-links {
   margin-top: 20px;
}
.footer-section .box .social-links a {
   color: var(--violet);
   background: var(--darkblue2);
   display: inline-block;
   width: 45px;
   height: 45px;
   margin-right: 15px;
   border-radius: 100px;
   padding-top: 13px;
   text-align: center;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.footer-section .box .social-links a i {
   font-size: 16px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.footer-section .box .social-links a:hover {
   background: var(--violet);
}
.footer-section .box .social-links a:hover i {
   color: var(--white);
}
.footer-section .box h5 {
   text-transform: capitalize;
   margin-bottom: 30px;
}
.footer-section .box p {
   margin-bottom: 10px;
   font-size: 14px;
}
.footer-section .box .links {
   margin-bottom: 0;
   padding-left: 0;
   list-style: none;
}
.footer-section .box .links li {
   margin-bottom: 10px;
}
.footer-section .box .links li a {
   text-transform: capitalize;
   color: var(--smokeWhite);
   font-size: 14px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.footer-section .box .links li a:hover {
   color: var(--violet);
}
.footer-section .box .input-group {
   margin-bottom: 0px;
}
.footer-section .box .input-group .form-control {
   font-size: 14px;
   font-weight: normal;
   height: 50px;
   border: none;
   background: var(--darkblue);
   background: var(--darkblue2);
   color: var(--white);
   border-radius: 100px !important;
   border: 2px solid transparent;
   margin-right: 5px;
   caret-color: var(--violet);
   padding-left: 20px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.footer-section .box .input-group .form-control:focus {
   -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
   box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
   border: 2px solid var(--violet);
}
.footer-section .box .input-group .form-control::-webkit-input-placeholder {
   text-transform: capitalize;
   color: var(--smokeWhite);
}
.footer-section .box .input-group .form-control:-ms-input-placeholder {
   text-transform: capitalize;
   color: var(--smokeWhite);
}
.footer-section .box .input-group .form-control::-ms-input-placeholder {
   text-transform: capitalize;
   color: var(--smokeWhite);
}
.footer-section .box .input-group .form-control::placeholder {
   text-transform: capitalize;
   color: var(--smokeWhite);
}
.footer-section .box .input-group button {
   width: 50px;
   border: none;
   background: var(--violet);
   border-radius: 100px !important;
}
.footer-section .box .input-group button i {
   color: var(--white);
   font-size: 16px;
}
.footer-section .box1 {
   margin-top: -25px;
}
.footer-section .copyright {
   margin-top: 100px;
   padding-bottom: 30px;
}
.footer-section .copyright span {
   font-size: 14px;
}
.footer-section .copyright a {
   color: var(--smokeWhite);
   margin: 0 7.5px;
   font-size: 14px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}
.footer-section .copyright a:hover {
   color: var(--violet);
}
.dark-mode .footer-section {
   /*background: url(../img/footer2.svg);*/
   /*background-size: cover;*/
   /*background-position: center top;*/
}
.dark-mode .footer-section .box .navbar-brand {
   color: var(--gold);
}
.dark-mode .footer-section .box .social-links a {
   color: var(--gold);
   background: var(--darkblack2);
}
.dark-mode .footer-section .box .social-links a:hover {
   background: var(--gold);
}
.dark-mode .footer-section .box .social-links a:hover i {
   color: var(--white);
}
.dark-mode .footer-section .box .links li a {
   color: var(--smokeWhite);
}
.dark-mode .footer-section .box .links li a:hover {
   color: var(--gold);
}
.dark-mode .footer-section .box .input-group .form-control {
   background: var(--darkblack2);
   color: var(--white);
   caret-color: var(--gold);
}
.dark-mode .footer-section .box .input-group .form-control:focus {
   border: 2px solid var(--gold);
}
.dark-mode .footer-section .box .input-group button {
   background: var(--gold);
}
.dark-mode .footer-section .box .input-group button i {
   color: var(--black);
}
.dark-mode .footer-section .copyright a {
   color: var(--smokeWhite);
}
.dark-mode .footer-section .copyright a:hover {
   color: var(--gold);
}
.social-area ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    border-radius: 2px;
    background: #ffffff;
    color: var(--primary-color);
    box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, .075);
}

/* banner section */
.banner-section {
   padding: 174px 0 100px 0;
   background-size: cover;
   background-position: bottom;
}
.dark-mode .banner-section {
   background: url(../img/hero2.svg);
   background-size: cover;
   background-position: bottom;
}

/* contact section */
.contact-section {
   padding: 100px 0;
}
.contact-section .header-text {
   margin-bottom: 30px;
}
.contact-section .header-text p {
   max-width: 450px;
}
.contact-section .info-box {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-top: 30px;
}
.contact-section .info-box .icon-box {
   background: linear-gradient(180deg,var(--primary-color),var(--dy-nav));
   width: 60px;
   height: 60px;
   border-radius: 100px;
   text-align: center;
   padding-top: 18px;
}
.contact-section .info-box .icon-box img {
   width: 24px;
}
.contact-section .info-box .text {
   width: calc(100% - 80px);
   padding-left: 15px;
}
.contact-section .info-box .text p {
   margin-bottom: 0;
}
.contact-section form {
   background: var(--darkblue2);
   padding: 30px;
   border-radius: 10px;
}
.contact-section form h4 {
   text-transform: capitalize;
   margin-bottom: 15px;
}
.contact-section form .input-box label {
   font-weight: 500;
   margin-bottom: 10px;
   text-transform: capitalize;
}
.contact-section form .input-box .form-select,
.contact-section form .input-box .form-control {
   height: 50px;
   border-radius: 50px;
   background-color: #ffffff;
   border: 2px solid var(--darkblue);
   padding: 10px;
   padding-left: 20px;
   font-size: 14px;
   font-weight: normal;
   caret-color: var(--violet);
   color: var(--smokeWhite);
}
.contact-section form .input-box .form-select:focus,
.contact-section form .input-box .form-control:focus {
   color: var(--white);
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--violet);
}
.contact-section form .input-box .form-select::-webkit-input-placeholder,
.contact-section form .input-box .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}
.contact-section form .input-box .form-select:-ms-input-placeholder,
.contact-section form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}
.contact-section form .input-box .form-select::-ms-input-placeholder,
.contact-section form .input-box .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}
.contact-section form .input-box .form-select::placeholder,
.contact-section form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}
.contact-section form .input-box .form-select {
   border: 2px solid transparent;
}
.contact-section form .input-box .form-select option {
   background: var(--darkblue);
   color: var(--smokeWhite);
}
.contact-section form .input-box option {
   color: var(--black);
   background: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.contact-section form .input-box option:hover {
   background: var(--violet);
   color: var(--white);
}
.contact-section form .input-box textarea.form-control {
   height: 150px;
   border-radius: 10px;
}
.dark-mode .contact-section .info-box .icon-box {
   background: linear-gradient(180deg,var(--primary-color),var(--dy-nav));
}
.dark-mode .contact-section .info-box .icon-box i {
   color: var(--gold);
}
.dark-mode .contact-section form {
   background: var(--darkblack2);
}
.dark-mode .contact-section form .input-box .form-select,
.dark-mode .contact-section form .input-box .form-control {
   background-color: #ffffff;
   border: 2px solid var(--darkblack);
   caret-color: var(--gold);
   color: black;
}
.dark-mode .contact-section form .input-box .form-select:focus,
.dark-mode .contact-section form .input-box .form-control:focus {
   color: black;
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--gold);
}
.dark-mode
   .contact-section
   form
   .input-box
   .form-select::-webkit-input-placeholder,
.dark-mode
   .contact-section
   form
   .input-box
   .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}
.dark-mode .contact-section form .input-box .form-select:-ms-input-placeholder,
.dark-mode
   .contact-section
   form
   .input-box
   .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}
.dark-mode .contact-section form .input-box .form-select::-ms-input-placeholder,
.dark-mode
   .contact-section
   form
   .input-box
   .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}
.dark-mode .contact-section form .input-box .form-select::placeholder,
.dark-mode .contact-section form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}
.dark-mode .contact-section form .input-box .form-select {
   border: 2px solid transparent;
}
.dark-mode .contact-section form .input-box .form-select option {
   background: var(--darkblack);
   color: var(--smokeWhite);
}
.dark-mode .contact-section form .input-box option {
   color: var(--black);
   background: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}
.dark-mode .contact-section form .input-box option:hover {
   background: var(--gold);
   color: var(--white);
}

/* login section */
.login-section {
    background:radial-gradient(var(--primary-color), transparent);
   padding: 100px 0;
}

.login-section .text-box {
   background: linear-gradient(45deg, var(--dy-nav), var(--secondary-color));
   border-radius: 10px;
   padding: 50px 30px;
   max-width: 400px;
   height: 100%;
}

.login-section .text-box h4 {
   margin-bottom: 30px;
}

.login-section .text-box ul {
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;
}

.login-section .text-box ul li {
   margin-bottom: 15px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.login-section .text-box ul li:last-child {
   margin-bottom: 0;
}

.login-section .text-box ul li i {
   background: var(--violet);
   color: var(--white);
   font-size: 14px;
   margin-right: 10px;
   width: 24px;
   height: 24px;
   border-radius: 30px;
   text-align: center;
   padding-top: 6px;
}

.login-section .text-box ul li span {
   display: block;
   width: calc(100% - 24px);
}

.login-section form {
   background: linear-gradient(45deg, var(--secondary-color), transparent);
   margin: auto;
   padding: 30px;
   border-radius: 10px;
}

.login-section form h4 {
   color: var(--white);
   text-transform: capitalize;
   position: relative;
   padding-left: 0px;
   margin-bottom: 0;
}

.login-section form h4::before {
   content: "";
   position: absolute;
   width: 0px;
   height: 65%;
   border-radius: 10px;
   left: 0px;
   top: 0;
   bottom: 0;
   margin: auto;
   background: var(--violet);
}

.login-section form .input-box label {
   font-weight: 400;
   margin-bottom: 5px;
   text-transform: capitalize;
}

.login-section form .input-box .form-select,
.login-section form .input-box .form-control {
   height: 50px;
   border-radius: 100px;
   background-color: #fff;
   border: 2px solid var(--darkblue);
   padding: 10px;
   padding-left: 20px;
   font-size: 14px;
   font-weight: normal;
   caret-color: var(--violet);
   color: var(--smokeWhite);
}

.login-section form .input-box .input-group .phoneField {
   border-radius: 100px !important;
   padding: 10px !important;
   padding-left: 20px !important;
   -webkit-border-radius: 100px !important;
   -moz-border-radius: 100px !important;
   -ms-border-radius: 100px !important;
   -o-border-radius: 100px !important;
}

.login-section form .input-box .form-select:focus,
.login-section form .input-box .form-control:focus {
   color: var(--white);
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--violet);
}

.login-section form .input-box .form-select::-webkit-input-placeholder,
.login-section form .input-box .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.login-section form .input-box .form-select:-ms-input-placeholder,
.login-section form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.login-section form .input-box .form-select::-ms-input-placeholder,
.login-section form .input-box .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.login-section form .input-box .form-select::placeholder,
.login-section form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}

.login-section form .input-box .form-select {
   border: 2px solid transparent;
}

.login-section form .input-box .form-select option {
   background: var(--darkblue);
   color: var(--smokeWhite);
}

.login-section form .input-box option {
   color: var(--black);
   background: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

.login-section form .input-box option:hover {
   background: var(--violet);
   color: var(--white);
}

.login-section form .input-box textarea.form-control {
   height: 150px;
   border-radius: 10px;
}

.login-section form .btn-smm {
   width: 100%;
}

.login-section form .links {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 15px;
}

.login-section form .links .form-check label {
   cursor: pointer;
}

.login-section form .links .form-check .form-check-input {
   border-radius: 13px;
   border: 2px solid var(--violet);
   cursor: pointer;
   background-color: transparent;
}

.login-section form .links .form-check .form-check-input:checked {
   background-color: var(--violet);
   border-color: var(--violet);
}

.login-section form .links .form-check .form-check-input:focus {
   -webkit-box-shadow: 0 0 0 0rem var(--black);
   box-shadow: 0 0 0 0rem var(--black);
}

.login-section form .links a {
   color: var(--violet);
}

.login-section form .links a:hover {
   color: var(--violet);
}

.login-section form .bottom {
   margin-top: 15px;
   text-align: center;
}

.login-section form .bottom a {
   color: var(--violet);
}

.login-section form .bottom a:hover {
   color: var(--violet);
}

.rtl .login-section form h4 {
   padding-left: 0;
   padding-right: 15px;
}

.rtl .login-section form h4::before {
   left: auto;
   right: 0;
}

.rtl .login-section form .links .form-check .form-check-input {
   float: right;
}

.rtl .login-section form .links .form-check label {
   margin-right: 20px;
}
.dark-mode .login-section .text-box {
   background: linear-gradient(45deg, var(--dy-hero_r), transparent);
}

.dark-mode .login-section .text-box ul li i {
   background: var(--gold);
   color: var(--black);
}

.dark-mode .login-section form {
   background: linear-gradient(45deg, #ff0000, transparent);
}

.dark-mode .login-section form h4 {
   color: var(--white);
}

.dark-mode .login-section form h4::before {
   background: var(--gold);
}

.dark-mode .login-section form .input-box .form-select,
.dark-mode .login-section form .input-box .form-control {
   border: 2px solid var(--darkblack);
   caret-color: var(--gold);
   color: black;
}

.dark-mode .login-section form .input-box .form-select:focus,
.dark-mode .login-section form .input-box .form-control:focus {
   color: #000;
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--gold);
}

.dark-mode
   .login-section
   form
   .input-box
   .form-select::-webkit-input-placeholder,
.dark-mode
   .login-section
   form
   .input-box
   .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .login-section form .input-box .form-select:-ms-input-placeholder,
.dark-mode .login-section form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .login-section form .input-box .form-select::-ms-input-placeholder,
.dark-mode .login-section form .input-box .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .login-section form .input-box .form-select::placeholder,
.dark-mode .login-section form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}


.dark-mode .login-section form .input-box .form-select option {
   background: var(--darkblack);
   color: var(--smokeWhite);
}

.dark-mode .login-section form .input-box option {
   color: var(--black);
   background: var(--white);
}

.dark-mode .login-section form .input-box option:hover {
   background: var(--gold);
   color: var(--white);
}

.dark-mode .login-section form .links .form-check .form-check-input {
   border: 2px solid var(--gold);
}

.dark-mode .login-section form .links .form-check .form-check-input:checked {
   background-color: var(--gold);
   border-color: var(--gold);
}

.dark-mode .login-section form .links .form-check .form-check-input:focus {
   -webkit-box-shadow: 0 0 0 0rem var(--black);
   box-shadow: 0 0 0 0rem var(--black);
}

.dark-mode .login-section form .links a {
   color: var(--gold);
}

.dark-mode .login-section form .links a:hover {
   color: var(--gold);
}

.dark-mode .login-section form .bottom a {
   color: var(--gold);
}

.dark-mode .login-section form .bottom a:hover {
   color: var(--gold);
}

faq section .faq-section {
   padding: 100px 0;
}

.faq-section .accordion-item {
   background: var(--darkblue2);
   background: none;
   border-radius: 33px;
   border: none;
   margin-bottom: 25px;
}

.faq-section .accordion-button {
   background: none;
   border-radius: 20px !important;
   padding-left: 70px;
   font-size: 18px;
   font-family: "Nunito", sans-serif;
   font-weight: 500;
   color: var(--white);
}

.faq-section .accordion-button:focus {
   z-index: 3;
   border-color: none;
   outline: 0;
   -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
   box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .accordion-button::after {
   background-color: var(--violet);
   border-radius: 100px;
   background-image: url(../img/plus.png);
   position: absolute;
   left: 0px;
   height: 50px;
   width: 50px;
   background-position: center;
}

.faq-section .accordion-body {
   padding: 20px 15px 15px 5px;
}

.faq-section .accordion-button:not(.collapsed) {
   color: var(--violet);
   -webkit-box-shadow: none;
   box-shadow: none;
}

.faq-section .accordion-button:not(.collapsed)::after {
   background-image: url(../img/minus.png);
}

.rtl .faq-section .accordion-body {
   padding: 20px 5px 15px 15px;
}

.rtl .faq-section .accordion-button {
   padding-left: 0;
   padding-right: 70px;
}

.rtl .faq-section .accordion-button::after {
   right: 0;
}
.dark-mode .faq-section .accordion-item {
   background: var(--darkblack2);
}

.dark-mode .faq-section .accordion-button {
   color: var(--white);
}

.dark-mode .faq-section .accordion-button::after {
   background-color: var(--gold);
   background-image: url(../img/plus.png);
}

.dark-mode .faq-section .accordion-button:not(.collapsed) {
   color: var(--gold);
}

.dark-mode .faq-section .accordion-button:not(.collapsed)::after {
   background-image: url(../img/minus.png);
}

/* service page */
.service-page {
   padding: 100px 0;
}

.service-page .search-area {
   background: var(--secondary-color);
   border-radius: 5px;
   padding: 20px 15px;
   margin-bottom: 30px;
}

.service-page .search-area form .input-box .form-select,
.service-page .search-area form .input-box .form-control {
   height: 50px;
   border-radius: 150px;
   background-color: var(--dy-nav);
   border: 2px solid var(--darkblue);
   padding: 10px;
   padding-left: 20px;
   font-weight: normal;
   caret-color: var(--violet);
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select:focus,
.service-page .search-area form .input-box .form-control:focus {
   color: var(--white);
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--violet);
}

.service-page
   .search-area
   form
   .input-box
   .form-select::-webkit-input-placeholder,
.service-page
   .search-area
   form
   .input-box
   .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select:-ms-input-placeholder,
.service-page .search-area form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select::-ms-input-placeholder,
.service-page
   .search-area
   form
   .input-box
   .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select::placeholder,
.service-page .search-area form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box .form-select {
   border: 2px solid transparent;
}

.service-page .search-area form .input-box .form-select option {
   background: var(--darkblue);
   color: var(--smokeWhite);
}

.service-page .search-area form .input-box option {
   color: var(--black);
   background: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

.service-page .search-area form .input-box option:hover {
   background: var(--violet);
   color: var(--white);
}

.service-page .search-area form .input-box textarea.form-control {
   height: 150px;
   border-radius: 15px;
}

.service-page .accordion-item {
   background: var(--darkblue3);
   background: none;
   border-radius: 33px;
   border: none;
   margin-bottom: 15px;
}

.service-page .accordion-button {
   background: var(--darkblue3);
   border-radius: 5px !important;
   padding-left: 15px;
   font-size: 18px;
   font-family: "Nunito", sans-serif;
   font-weight: 500;
   color: var(--white);
}

.service-page .accordion-button:focus {
   z-index: 3;
   border-color: none;
   outline: 0;
   -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
   box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.service-page .accordion-button::after {
   background-color: none;
   border-radius: 100px;
   position: absolute;
   right: 0px;
   height: 50px;
   width: 50px;
   background-position: center;
}

.service-page .accordion-body {
   padding: 0;
}
.accordion-button{
        justify-content: center;
    width: 100%;
    
}
.service-page .accordion-button:not(.collapsed) {
   color: var(--white);
   -webkit-box-shadow: none;
   box-shadow: none;
}


.service-page .table {
   color: var(--smokeWhite);
   margin-bottom: 0;
   border-radius: 5px;
   overflow: hidden;
}

.service-page .table tbody > tr:nth-of-type(even) > * {
   --bs-table-accent-bg: var(--dy-hero_r);
   color: var(--smokeWhite);
}

.service-page .table tbody > tr:nth-of-type(odd) > * {
   --bs-table-accent-bg: var(--dy-hero_l);
   color: var(--smokeWhite);
}

.service-page .table thead {
   background: var(--violet);
   color: var(--white);
   text-transform: capitalize;
}

.service-page .table tbody {
   border: none;
}

.service-page .table tr {
    background: #5e81ff;
   border: none;
}

.service-page .table tr th {
   font-weight: 500;
   border: none !important;
   padding: 15px 20px;
}

.service-page .table tr td {
   padding: 20px;
   color: var(--smokeWhite);
   border: none !important;
   text-transform: capitalize;
   margin: 5px !important;
   padding: 15px 20px;
}

.service-page .table tr td span.currency {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}

.service-page .table tr td span.currency img {
   width: 20px;
   height: 20px;
   margin-right: 5px;
}

.service-page .table tr td.action button {
   width: 35px;
   border-radius: 35px;
   margin-right: 3px;
   text-align: left;
   color: var(--violet);
}

.service-page .table tr td.action button i {
   color: var(--violet);
   font-size: 16px;
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.rtl .service-page .accordion-button {
   padding-left: 0;
   padding-right: 15px;
}

.rtl .service-page .accordion-button::after {
   right: auto;
   left: 0;
}
.dark-mode .service-page .search-area {
   background: linear-gradient(45deg, #6600ff, #ff0066, #ff6600, #ffcc00, #00cc66, #0066ff, #00cccc);
}

.dark-mode .service-page .search-area form .input-box .form-select,
.dark-mode .service-page .search-area form .input-box .form-control {
   border: 2px solid var(--darkblack);
   caret-color: var(--gold);
   color: black;
}

.dark-mode .service-page .search-area form .input-box .form-select:focus,
.dark-mode .service-page .search-area form .input-box .form-control:focus {
   color: #000;
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--gold);
}

.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-select::-webkit-input-placeholder,
.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-select:-ms-input-placeholder,
.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-select::-ms-input-placeholder,
.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .service-page .search-area form .input-box .form-select::placeholder,
.dark-mode
   .service-page
   .search-area
   form
   .input-box
   .form-control::placeholder {
   color: var(--smokeWhite);
}

.dark-mode .service-page .search-area form .input-box .form-select option {
   background: var(--darkblack);
   color: var(--smokeWhite);
}

.dark-mode .service-page .search-area form .input-box option {
   color: var(--black);
   background: var(--white);
}

.dark-mode .service-page .search-area form .input-box option:hover {
   background: var(--gold);
   color: var(--white);
}



.dark-mode .service-page .accordion-button {
  background: linear-gradient(45deg, #6600ff, #ff0066, #ff6600, #ffcc00, #00cc66, #0066ff, #00cccc);
   color: var(--white);
}


.dark-mode .service-page .accordion-button:not(.collapsed) {
   color: var(--white);
}

.view{
    background: #d01fa7;
    border-radius: 10px;
    font-weight: 900;
}
.view-max{
    background: #ff000061;
    border-radius: 10px;
    font-weight: 900;
}
.view-min{
    background: #00fffd61;
    border-radius: 10px;
    font-weight: 900;
}
.view-avg{
    background: #b700ff47;
    border-radius: 10px;
    font-weight: 900;
}
.view-p{
    text-wrap-mode: nowrap;
    background: #b700ff47;
    border-radius: 10px;
    font-weight: 900;
}

.dark-mode .service-page .table {
   color: var(--smokeWhite);
}

.dark-mode .service-page .table tbody > tr:nth-of-type(even) > * {
   --bs-table-accent-bg: #D3D3D3;
   color: #000;
}

.dark-mode .service-page .table tbody > tr:nth-of-type(odd) > * {
   --bs-table-accent-bg: #fff;
   color: #000;
}

.dark-mode .service-page .table thead {
   background: var(--gold);
   color: var(--white);
}

.dark-mode .service-page .table tr td {
   color: var(--smokeWhite);
}

.dark-mode .service-page .table tr td.action button i {
   color: var(--gold);
}

/* not found */
.not-found {
   height: 100vh;
}

.not-found .text-box img {
   width: 300px;
}

.not-found .text-box a {
   color: var(--violet);
   text-transform: capitalize;
}

.dark-mode .not-found .text-box a {
   color: var(--gold);
}

/* scroll up */
.scroll-up {
   position: fixed;
   bottom: 80px;
   right: 30px;
}

.scroll-up i {
   color: var(--white);
   height: 45px;
   width: 45px;
   background: var(--violet);
   border-radius: 100px;
   text-align: center;
   padding-top: 14px;
}
.dark-mode .scroll-up i {
   background: var(--gold);
   color: var(--black);
}

/* modal  */
.modal .modal-content {
   background: var(--darkblue2);
}

.modal .modal-content .modal-header {
   border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.modal .modal-content .modal-header .close-btn i {
   color: var(--smokeWhite);
   -webkit-transition: 0.4s;
   transition: 0.4s;
}

.modal .modal-content .modal-header .close-btn i:hover {
   color: var(--violet);
}

.modal .modal-content .modal-footer {
   border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.modal .btn-smm {
   width: auto;
   padding: 0 20px;
   height: 40px;
}
.modal .btn-smm:hover {
   background: var(--white);
   color: var(--violet);
}

.modal a.btn-smm {
   display: inline-block;
   text-align: center;
   margin: 0;
   color: var(--white);
   padding: 8px 12px;
}

.modal form .input-box label {
   font-weight: 500;
   margin-bottom: 10px;
   text-transform: capitalize;
}

.modal form .input-box .form-select,
.modal form .input-box .form-control {
   height: 50px;
   border-radius: 150px;
   background-color: var(--darkblue);
   border: 2px solid var(--darkblue);
   padding: 10px;
   padding-left: 20px;
   font-weight: normal;
   caret-color: var(--violet);
   color: var(--smokeWhite);
}

.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
   color: var(--white);
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--violet);
}

.modal form .input-box .form-select::-webkit-input-placeholder,
.modal form .input-box .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.modal form .input-box .form-select:-ms-input-placeholder,
.modal form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.modal form .input-box .form-select::-ms-input-placeholder,
.modal form .input-box .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}

.modal form .input-box .form-select {
   border: 2px solid transparent;
}

.modal form .input-box .form-select option {
   background: var(--darkblue);
   color: var(--smokeWhite);
}

.modal form .input-box option {
   color: var(--black);
   background: var(--white);
   -webkit-transition: 0.3s;
   transition: 0.3s;
}

.modal form .input-box option:hover {
   background: var(--violet);
   color: var(--white);
}

.modal form .input-box textarea.form-control {
   height: 150px;
   border-radius: 15px;
}
.dark-mode .modal .modal-content {
    border: 5px solid purple;
   background: linear-gradient(45deg, #74a6ec, #fffd00);
}

.dark-mode .modal .modal-content .modal-header .close-btn i {
   color: var(--smokeWhite);
}

.dark-mode .modal .modal-content .modal-header .close-btn i:hover {
   color: var(--gold);
}

.dark-mode .modal form .input-box .form-select,
.dark-mode .modal form .input-box .form-control {
   background-color: var(--darkblack);
   border: 2px solid var(--darkblack);
   caret-color: var(--gold);
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box .form-select:focus,
.dark-mode .modal form .input-box .form-control:focus {
   color: var(--white);
   -webkit-box-shadow: 0 0 0 0rem var(--white);
   box-shadow: 0 0 0 0rem var(--white);
   border: 2px solid var(--gold);
}

.dark-mode .modal form .input-box .form-select::-webkit-input-placeholder,
.dark-mode .modal form .input-box .form-control::-webkit-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box .form-select:-ms-input-placeholder,
.dark-mode .modal form .input-box .form-control:-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box .form-select::-ms-input-placeholder,
.dark-mode .modal form .input-box .form-control::-ms-input-placeholder {
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box .form-select::placeholder,
.dark-mode .modal form .input-box .form-control::placeholder {
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box .form-select {
   border: 2px solid transparent;
}

.dark-mode .modal form .input-box .form-select option {
   background: var(--darkblack);
   color: var(--smokeWhite);
}

.dark-mode .modal form .input-box option {
   color: var(--black);
   background: var(--white);
}

.dark-mode .modal form .input-box option:hover {
   background: var(--gold);
   color: var(--white);
}

.cookie-modal .modal-content .modal-header {
   border-bottom: none;
}

.cookie-modal .modal-content .modal-body {
   text-align: center;
   padding-bottom: 0;
}

.cookie-modal .modal-content .modal-body img {
   margin-bottom: 15px;
}

.cookie-modal .modal-content .modal-body p {
   margin-bottom: 0;
}

.cookie-modal .modal-content .modal-footer {
   border-top: none;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

/*--------------------------- Extra CSS added by me -------------------------*/
.navbar-brand img {
   max-height: 50px !important;
}

/*------------ Start Toast Notification CSS ---------------*/
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning,
#Notiflix-Icon-Info {
   fill: #fff !important;
}
#NotiflixNotifyWrap .the-message {
   color: #fff !important;
}
[v-cloak] {
   display: none;
}
/*------------ End Toast Notification css ---------------*/


.navbar .navbar-text .btn-smm.icon-width {
    width: 40px!important;
    height: 40px!important;
}

.achievement-section .w-64 {
   width: 64%;
   text-align: center;
}

@media (max-width: 991px) {
   .home-section {
      height: 100%;
   }
   .home-section .text-box {
      margin-top: 100px;
   }
   .home-section .img-box {
      text-align: left;
   }
   .navbar {
      background: #0d073300;
   }
   .dark-mode .navbar {
      background: var(--dy-nav);
   }
   .navbar .container {
      position: relative;
   }
   .navbar .container .navbar-text {
      position: absolute;
      right: 60px;
      top: 2px;
   }
   .rtl .navbar .container .navbar-text {
      right: auto;
      left: 35px;
   }
   .login-section .text-box {
      max-width: 100%;
   }
}

@media (max-width: 767px) {
   .how-it-works .work-box-wrapper .shape {
      display: none;
   }
   .how-it-works .work-box.box-2 {
      margin-top: 0;
   }
   .contact-section form {
      padding: 15px;
   }
   .footer-section .box h5 {
      margin-bottom: 15px;
   }
   .achievement-section .w-64 {
      width: 100%;
   }
   .about-section .img-box {
      text-align: center;
   }
   .how-it-works .text-box .header-text {
      text-align: center;
   }
   .how-it-works .text-box .header-text p {
      max-width: 100%;
   }
}

@media (max-width: 575px) {
    .banner-section {
        padding: 110px 0 50px 0;
    }
    .service-page {
        padding: 40px 0;
    }
    .home-section .text-box h2 {
        font-size: 35px;
    }
}
@media (max-width: 450px) {
   .feature-section .feature-box {
      padding: 20px 20px;
   }
    .navbar-brand img {
        max-height: 50px !important;
        max-width: 160px;
    }
    .banner-section {
        padding: 120px 0 30px 0;
    }
}
.page-header{
    text-align: center;
}
.breadcrumb{
        display: flex;
    justify-content: center;
}
@media (max-width: 414px) {
   .home-section .text-box h2 {
      font-size: 35px;
   }
}
@media (max-width: 350px) {
   .login-section .text-box {
      padding: 25px 14px;
   }
}
/*# sourceMappingURL=style.css.map */
@media (max-width: 767px) {
    .service-page .accordion-button{
        font-size: 15px;
    }
}

.dark-mode-header .nav-link {
    text-transform: capitalize !important;
}


.social-btn {
    padding: 12px 20px;
    border-radius: 10px;
    background-color: var(--darkblack);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    transition: var(--transition);
    font-weight: 500;
    text-transform: capitalize;
    color: var(--heading-color);
}

.social-btn:hover {
    border: 1px solid var(--gold);
    color: var(--white);
}

.activeSocialMedia {
    border: 1px solid var(--gold);
}

.social-media-img {
    width: 15px !important;
}

.social-media-img {
    width: 15px !important;
}

.error-image {
    width: 400px;
}

[v-cloak] {
    display: none;
}

.login-section .input-group-merge {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--darkblack);;
    border-radius: 2rem;
}

.login-section .input-group,
.hero-section-inner .input-group {
    box-shadow: none;
}

.login-section .input-group-merge .input-group-append, .input-group-merge .input-group-prepend {
    position: absolute;
    top: 1px;
    bottom: 1px;
    z-index: 6;
    right: 0;
    background: transparent !important;
    border: none;
}

.login-section .input-group-merge .input-group-append, .input-group-merge .input-group-prepend i {
    color: var(--primary-color);
}

.share {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 50px 0 20px;
}

.share-media .btn {
    margin-right: 7px;
    line-height: normal;
    padding: 5px 8px;
    font-size: 10px;
    border-radius: 4px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.cookies-alert {
    display: none;
    position: fixed;
    bottom: 2rem;
    left: 2rem;
    padding: 2rem;
    max-width: 360px;
    background: var(--darkblack2);
    border-radius: 24px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.06);
    text-align: center;
    z-index: 10;
}

.cookies-alert .cookie-close-btn {
    background: darkred;
    border-radius: 5px !important;
    color: var(--white);
    padding: 10px 16px !important;
}

.cookies-alert .cookie-accept-btn {
    background: var(--gold);;
    border-radius: 5px !important;
    color: var(--white);
    padding: 10px 16px !important;
}

.language-box .form-select {
    display: block;
    width: 100%;
    padding: 0px 32px 0px 7px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--smokeWhite);
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23b2bac2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.page-link {
    background-color: var(--darkblack2);
    border: 1px solid var(--gold);
    font-weight: 500;;
    color: var(--white);
}
.page-link:hover {
    z-index: 2;
    color: var(--gold);
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-item.disabled .page-link {
    border-color: var(--gold);
    font-weight: 500;;
}
.page-item.disabled .page-link {
    background-color: var(--darkblack2);
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--gold);
    border: 1px solid var(--gold);
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


.dark-mode .feature-section {
    position: relative;
    padding: 70px 0;
}
.about-section {
    padding: 0 0;
}
.how-it-works {
    padding: 70px 0;
}
.learn-more {
    padding: 70px 0;
}
.blog-section {
    padding: 70px 0;
}
.testimonial-section {
    padding: 70px 0;
    background:radial-gradient(var(--primary-color), transparent);
}
.payment-gateway {
    padding: 70px 0;
}
.achievement-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.learn-more .img-box.text-center {
    text-align: end !important;
}
.dark-mode .header-text h5 {
    text-transform: uppercase;
}
.how-it-works .work-box h5 {
    font-size: 20px;
}
.footer-section .box p {
    font-size: 18px;
}
.footer-section .box .links li a {
    font-size: 18px;
}
.footer-section .copyright a {
    font-size: 18px;
}
.footer-section .copyright span {
    font-size: 16px;
}
.footer-section .col-lg-3:nth-child(2) .footer-widgate{
    margin-left: 80px;
}
.footer-section .col-lg-3:nth-child(3) .footer-widgate{
    margin-left: 40px;
}
.scroll-up {
    bottom: 30px;
    right: 30px;
    z-index: 1;
}

.service-page .table tr th:last-child{
    text-align: end ;
}
.service-page .table tr td:last-child{
    text-align: end;
}

/* ---------------------------------
responsive
---------------------------------- */
/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){

}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px){

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .home-section .text-box {
        margin-top: 120px;
    }
    .home-section .img-box {
        padding: 0;
    }

    .navbar .nav-item {
        margin: 0 auto;
    }

    .feature-section {
        padding: 50px 0 0;
    }
    .feature-section .feature-box {
        padding: 0;
    }

    .how-it-works .header-text p {
        max-width: 100%;
    }

    .about-section .img-box {
        text-align: center;
    }

    .learn-more .img-box.text-center {
        text-align: center !important;
    }

    .footer-section {
        padding-top: 100px;
    }
    .footer-section .col-lg-3:nth-child(3) .footer-widgate {
        margin-left: 20px;
    }
    .footer-section .col-lg-3:nth-child(2) .footer-widgate {
        margin-left: 60px;
    }

    .banner-section {
        padding: 130px 0 70px 0;
    }

    .service-page .table {
        width: 1065px;
    }

}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
    .home-section .text-box h2 {
        font-size: 28px;
    }
    .home-section .text-box {
        margin-top: 120px;
    }
    .home-section .img-box {
        padding: 0;
    }

    .navbar .nav-item {
        margin: 0 auto;
    }

    .achievement-section h3{
        font-size: 24px;
    }
    .achievement-section {
        margin-top: 0;
    }
    .achievement-section .container {
        padding-top: 42px;
        padding-bottom: 40px;
    }
    .learn-more h3{
        text-align: center;
        font-size: 24px;
    }
    .testimonial-section {
        padding: 20px 0;
    }
    .blog-section h3{
        font-size: 24px;
    }
    .blog-section .blog-box .text-box {
        padding: 30px 15px;
    }
    .payment-gateway {
        padding: 20px 0;
    }
    .feature-section {
        padding: 80px 0 0;
    }
    .feature-section .feature-box {
        padding: 0;
    }

    .footer-section {
        padding-top: 100px;
    }
    .footer-section .col-lg-3:nth-child(2) .footer-widgate {
        margin-left: 0;
    }
    .footer-section .col-lg-3:nth-child(3) .footer-widgate {
        margin-left: 0;
    }
    .footer-section .copyright {
        flex-direction: column-reverse;
        gap: 10px;
        text-align: center;
    }
    .scroll-up {
        bottom: 25px;
        right: 15px;
    }

    .header-text h3{
        font-size: 26px;
    }

    .service-page .table {
        /*width: 1065px;*/
    }

    .service-page .accordion-button {
        font-size: 16px;
    }
    .contact-section {
        padding: 50px 0;
    }
}
/* ---------------------------------
responsive
---------------------------------- */



.pwa-popup {
    width: 400px;
    background-color: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    box-sizing: border-box;
}

/* Header PWA */
.pwa-popup .header {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.pwa-popup .pwa-logo {
    max-width: 48px;
    max-height: 48px;
    border-radius: 6px;
}

.pwa-popup .header-text h2 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

.pwa-popup .header-text p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.pwa-popup .close-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}

/* Description */
.pwa-popup .description {
    font-size: 14px;
    color: #fff;
    margin: 10px 0;
}

.pwa-popup .sub-description {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

/* Carousel */
.pwa-popup .carousel-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;

}

.pwa-popup .carousel-container.active {
    opacity: 1;
}

.pwa-popup .carousel {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pwa-popup .carousel-content {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
}

.pwa-popup .carousel-content img {
    width: 100%;
    border-radius: 10px;
    flex-shrink: 0;
    max-height: min(45vh, 500px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 10px 0px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
    position: relative;
    object-fit: contain;
}
.pwa-popup .carousel-btn {
    background-color: #a7c7fa;
    border: none;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.pwa-popup .carousel-btn:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 123, 255, 0.5);
}

.pwa-popup .carousel-btn.left {
    left: 10px;
}

.pwa-popup .carousel-btn.right {
    right: 10px;
}

.pwa-popup .carousel-btn svg {
    width: 20px;
    height: 20px;
}

/* Actions */
.pwa-popup .actions {
    display: flex;
    justify-content: space-between;
}

.pwa-popup .action-btn {
    padding: 8px 50px;
    font-size: 14px;
    font-weight: bold;
    font-family: sans-serif;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #a7c7fa;
    transition: transform 0.2s ease;
}

.pwa-popup .action-btn.less {

    background-color: rgba(0, 0, 0, 0);
    color: #a7c7fa;
}
.pwa-popup .action-btn.less:hover{
    color: #a7c7fa;
    background-color: rgba(167,199,250, 0.1);
}

.pwa-popup .action-btn.less:hover {
    transform: translateY(-2px);
}

.pwa-popup .action-btn.install {
    background-color: #a7c7fa;
    color: #1B222C;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
}

.pwa-popup .action-btn.install:hover {
    transform: translateY(-2px);
    background-color: #a7c7fa;
}

#pwaInstallPopup {
    display: none;
    margin: auto;
    position: fixed;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.8s;
}


@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 3%; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top: 3%; opacity:1}
}

@keyframes animatebottom {
    from {bottom:-300px; opacity:0}
    to {bottom: 1%; opacity:1}
}



@media (max-width: 575px) {
    #pwaInstallPopup {
        top: auto;
        bottom: 1% !important;
        width: 95%;
        z-index: 9999;
        -webkit-animation-name: animatebottom;
        -webkit-animation-duration: 0.4s;
        animation-name: animatebottom;
        animation-duration: 0.8s;
    }
}
@media (max-width: 360px) {
    .pwa-popup .action-btn{
        padding: 8px 35px;
    }
}


/* ------------------------------ new ------------------------------- */
#describeModal .modal .btn-smm {
   font-size: 15px;
   height: 38px;
}
#describeModal button.btn-smm.btn2{
   background: var(--white) ;
}
#describeModal .modal-footer{
   gap: 10px;
}
.social-btn{
   border: 1px solid transparent;
}


/* ---------------------------------
responsive
---------------------------------- */
/* MackBook */
@media only screen and (max-width: 1440px){
   .footer-section .col-lg-3:nth-child(2) {
      padding-left: 80px !important;
  }

}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1319px){
   .testimonial-section .review-box {
      min-height: 255px;
  }
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px){
   .navbar .nav-item {
      margin: 0 10px;
  }
  .footer-section .copyright a {
   font-size: 15px;
}
.footer-section .box .social-links a {
   margin-right: 3px;
}
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px){
   .testimonial-section .review-box {
      min-height: 255px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px){
   .footer-section .col-lg-3:nth-child(2) {
      padding-left: 12px !important;
  }
  .language-box .form-select {
   padding: 0px 29px 0px 7px;
}
   .how-it-works {
      padding: 0px 0 50px;
   }
   .service-page .accordion-button {
      padding: 15px 44px 15px 15px;
  }
   .testimonial-section .review-box {
      min-height: 255px;
  }
   .currency-item{
      order: 2;
   }
   .login-item{
      order: 1;
   }
   .input-group {
      flex-direction: column;
      gap: 15px;
  }
  .login-section {
   padding: 80px 0 60px;
}
.login-section form {
   padding: 30px 15px;
}
  .input-group-prepend.w-50 {
   width: 100% !important;
}
input.form-control.ps-3.phoneField{
   width: 100% !important;
}
.dark-mode .footer-section .box .input-group .form-control{
   width: 100%;
}
.footer-section .input-group{
   position: relative;
}
.footer-section .box .input-group button {
   padding: 13px 0;
   position: absolute;
   top: 0;
   right: 2px;
}

   .scroll_up {
      bottom: 10px;
      right: 10px;
  }

  .service-page .container{
   display: flex;
   flex-direction: column;
  }
  .service-page .container .row:nth-child(2){
   order: 1;
  }
  
  .service-page .container .row:nth-child(3){
   order: 3;
  }
}
/* ---------------------------------
responsive
---------------------------------- */


.footer-section .footer-section-inner {
    position: relative;
    z-index: 1;
}

.footer-section .footer-widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    font-family: var(--heading-font);
    color: var(--white);
}

.footer-section .footer-widget .widget-title::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 150px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer-section .footer-widget .widget-title::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
}

.footer-section .footer-widget input[type=email] {
    margin: 30px 0 20px 0;
    border: none;
    border-bottom: 1px solid var(--border-color2);
    background: var(--bg-color1);
    border-radius: 15px;
}

.footer-section .footer-widget input[type=email]:focus {
    border-bottom: 1px solid var(--primary-color);
    box-shadow: none;
}

.footer-widget p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget ul li {
    line-height: 2.5;
}

.footer-widget .widget-link {
    margin-left: 18px;
    position: relative;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget .widget-link:hover {
    color: var(--primary-color);
}

.footer-widget .widget-link::before {
    border-radius: 2px;
    height: 7px;
    width: 7px;
    content: "";
    left: -17px;
    top: 6px;
    position: absolute;
    background-color: var(--primary-color);
}

.footer-widget .contact-item {
    display: flex;
}

.footer-widget .contact-item i {
    margin-right: 10px;
    color: var(--primary-color);
}

.rtl .footer-section .footer-widget .widget-title::before, .rtl .footer-section .footer-widget .widget-title::after {
    right: 0;
    left: auto;
}

.rtl .footer-section .footer-widget .widget-link {
    margin-left: 0;
    margin-right: 18px;
}

.rtl .footer-section .footer-widget .widget-link::before {
    left: auto;
    right: -17px;
}

.rtl .footer-section .footer-widget .contact-item i {
    margin-right: 0;
    margin-left: 10px;
}

/*----------------------------------------------
Footer end
----------------------------------------------*/
/*----------------------------------------------
21. Copyright section start
----------------------------------------------*/
.copyright-area p {
    margin-bottom: 0;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

.language {
    display: flex;
    justify-content: end;
}

.language a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
}

.language a:hover {
    color: var(--primary-color);
}

.language a:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 575px) {
    .copyright-area {
        text-align: center;
    }

    .language {
        justify-content: center;
    }
}

.rtl .language a:not(:last-child) {
    margin-right: 0;
    margin-left: 10px;
}
.newsletter-form {
    margin-top: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.newsletter-form .subscribe-btn {
    transition: var(--transition);
    position: absolute;
    right: 5px;
    background-color: var(--primary-color);
    height: calc(100% - 10px);
    width: 90px;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  -----------------------------------------------------------------------------dark_mode-------------------------------------------------------------------*/
/*  -----------------------------------------------------------------------------dark_mode-------------------------------------------------------------------*/

/*  -----------------------------------------------------------------------------dark_mode-------------------------------------------------------------------*/



html, body {
    overflow-x: hidden;
}
.home-section {
    position: relative;
    /*overflow: hidden;*/
    height: 100vh;
}

/* Background Image */
.hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Gradient Overlay (Left → Right) */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--dy-hero-left), var(--dy-hero-right));
    z-index: 1;
}

/* Content above everything */
.z-2 {
    position: relative;
    z-index: 2;
}

/* Floating Bubble Wrapper */
.bubble-wrapper {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

/* Bubble Style */
.bubble {
    position: absolute;
    bottom: -100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatUp linear infinite;
    opacity: 0.8;
}

/* Floating Animation */
@keyframes floatUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-120vh);
    }
}

/* Example Button */
.btn-smm {
    display: inline-block;
    padding: 10px 25px;
    background: #ff4d4d;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}

.shape{
    background: #ffffff00;
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
    z-index: 3;
    bottom: -1px;
}

.shape-fill {
    fill: #ffffff;
}
/* ============================================== Breaking News ========================================*/
.breaking-wrapper {
    margin-top: 56px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 3;
}

.nav-scroll-content {
    margin-bottom: 0px;
    padding: 0px;
    font-size: 30px;
    font-weight: 600;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.review-banner {
    background: #e9edf3;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Avatar Group */
.avatar-group {
    display: flex;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-left: -15px;
}

.avatar:first-child {
    margin-left: 0;
}

/* Rating Text */
.rating-text {
    font-size: 16px;
    color: #333;
}

/* Services Button */
.services-btn {
    background: #c4e538;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

.services-btn:hover {
    background: #a4d22f;
}
/*==================================================================== counter =================== ==================================*/
.stat-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    border-radius: 60px;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
}

.stat-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.stat-card p {
    margin: 0;
    font-size: 15px;
    opacity: 0.9;
}

/* Icon circle */
.icon-box {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

/* Gradients (same tone as image) */
.gradient-1 {
    background: linear-gradient(135deg, var(--primary-color), var(--dy-hero_l)) !important;
}

.gradient-2 {
    background: linear-gradient(135deg, var(--dy-hero_r), var(--secondary-color)) !important;
}

.gradient-3 {
    background: linear-gradient(135deg, var(--dy-hero_l), var(--dy-nav)) !important;
}

.gradient-4 {
    background: linear-gradient(135deg, var(--dy-copy), var(--secondary-color)) !important;
}
.text-box.gradient-2{
    padding: 10px;
    border-radius: 10px;
}

/* Hover effect */
.stat-card:hover {
    transform: translateY(-5px);
}
.stat-card{
    transition: all 0.4s ease;
}

/* HOVER */
.stat-card:hover{
    transform: translateY(-8px);
    
    /* Change background */
    background: linear-gradient(135deg, #000428, #004e92);

    /* Strong shadow */
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
}

/* Change number style */
.stat-card:hover h3{
    /*font-size: 38px;*/
    color: #ffffff;
    transition: 0.4s ease;
}

/* Change text color */
.stat-card:hover p{
    color: #f1f1f1;
    /*letter-spacing: 1px;*/
}

/* Change icon background */
.stat-card:hover .icon-box{
    background: #ffffff;
    color: #004e92;
    transform: rotate(10deg);
    transition: 0.4s ease;
}
/* =============================== about sections =========================================== */
.featureSec{
    position: relative;
    padding: 120px 0 0px;
    overflow: hidden;
    background: #fff;
}

/* Background Container */
.shape-container{
    position: absolute;
    width: 100%;
    height: 93%;
    top: 0;
    left: 0;
    z-index: 0;
}

.feature-background{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,var(--secondary-color),var(--dy-hero_r));
}

.feature-top-shape{
    position: absolute;
    top: 0;
    left: -15%;
}

.feature-top-shape img{
    width: 115%;
}

.topper-feature,
.amazing-feature-bottom{
    position: relative;
    z-index: 2;
}

.section-header h3{
    font-size: 18px;
    font-weight: 600;
    color: #555;
    margin-bottom: 15px;
}

.section-header h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
}

.section-header p{
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

.downarrow {
    position: absolute;
    left: 43%;
    display: block;
    min-width: 139px;
}
.downarrow img{
    animation: bounce 2s infinite;
}
div.section-header h3 {
    margin: 0 0 30px;
    position: relative;
}
div.section-header h3::before {
    content: '';
    display: block;
    width: 102px;
    height: 5px;
    background: linear-gradient(135deg, #ffb142 0%, #ff7424 100%);
    position: absolute;
    bottom: -15px;
    border-radius: 10px;
}
.video-button{
    position: relative;
    width: 80px;
    height: 80px;
    background: orange;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

/* BIG Rounded Square */
.video-button::before{
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulseRing 2s infinite;
    
}

/* SMALL Rounded Square */
.video-button::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(255, 0, 102, 0.6), 0 0 45px rgba(0, 217, 255, 0.6);
    opacity: .7;
    z-index: -1;
    
}

/* Animation */
@keyframes pulseRing{
    0% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}
@keyframes rotateBig{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

@keyframes rotateSmall{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(-360deg);
    }
}
@keyframes bounce{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(10px);}
}

.section-header-bottom{
    position: absolute;
    top: -190px;
    width: 40%;
}
.section-header-bottom p{
    color: #fff;
}
.feature-video-area{
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
}

.feature-video-area .thumb{
    width: 750px;
    position: relative;
    top: 90px;
    margin: auto;
    background: radial-gradient(circle at 30% 30%, #3b82f6, #4c1d95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

.feature-video-area .thumb img{
    width: 100%;
    border-radius: 20px;
}

.button-area{
    position: absolute;
    top: 57%;
    left: 65%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 2;
}

.button-area .title{
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

/* Play Button */
.video-button{
    width: 80px;
    height: 80px;
    background: orange;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 28px;
    color: #fff;
    box-shadow: 0 0 30px rgba(255,165,0,0.7);
    transition: 0.3s ease;
}

.video-button:hover{
    transform: scale(1.1);
    box-shadow: 0 0 50px rgba(255,165,0,1);
}

.amazing-feature-bottom{
    padding-top: 100px;
}

.am-item{
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.4s ease;
    margin-bottom: 30px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.am-item .am-thumb img{
    width: 100px;
    margin-bottom: 20px;
}

.am-item .title{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* Hover Effect */
.am-item:hover{
    transform: translateY(-10px);
    background: linear-gradient(
        253deg,
        var(--primary-color) 0%,
        var(--dy-copy) 40%,
        var(--dy-hero_r) 80%
    );
}

.am-item:hover .title{
    color: #fff;
}


.am-item.active .title{
    color: #fff;
}


/* Rotating colorful background */
.thumb::before{
    content: "";
    position: absolute;
    width: 160%;
    height: 160%;
    background: conic-gradient(
        var(--dy-hero_r),
        var(--dy-copy),
        var(--primary-color),
        var(--dy-hero_l),
        var(--dy-footer),
        var(--dy-nav),
        var(--secondary-color)
    );
    animation: rotateBg 6s linear infinite;
    z-index: 0;
}

/* Image stays fixed */
.thumb img{
    position: relative;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 50%;
    z-index: 1;
}

/* Rotation animation */
@keyframes rotateBg{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.about-cloud{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* ===============================
   RESPONSIVE
=================================*/
@media (max-width:991px){

    .feature-video-area .thumb{
        width: 350px;
        height: 350px;
        margin-top: 50px;
    }

    .feature-background{
        width: 100%;
        height: 50%;
        background: linear-gradient(181deg, var(--primary-color), var(--dy-hero_r));
    }

    .section-header h2{
        font-size: 30px;
    }
}
/*==================================================================== Start Carousel =================== ==================================*/
.feature-bg{
    /*border: 20px solid transparent;*/
    background: 
        radial-gradient(circle at center, var(--dy-nav) 0%, var(--primary-color) 40%, #ffffff 100%) padding-box;
        /*linear-gradient(45deg, var(--dy-nav), var(--dy-copy), var(--dy-hero_l), var(--dy-hero_r), var(--dy-footer), var(--primary-color)) border-box ;*/
    color: white;
}
.feature-section p{
    color: black;
}
#card-container , #card-container-service {
    padding-right: 40px;
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: auto;
    overflow: hidden; /* hide extra cards */
    position: relative;
    transition: all 0.3s ease;
}
.feature-box {
    padding:50px 30px;
    background:linear-gradient(
        5deg,
        var(--dy-hero_r),
        var(--dy-hero_l) 
    );
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    border: 1px solid red ;
}

/* Light sweep animation */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

/* Hover Effects */
.feature-box:hover {
    background: linear-gradient(
        5deg,
        var(--secondary-color),
        var(--dy-nav) 
    );
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.15),
        0 0 25px rgba(255, 0, 150, 0.25),
        0 0 40px rgba(0, 200, 255, 0.25);
}

/* Trigger the light sweep */
.feature-box:hover::before {
    left: 150%;
}

/* Optional: smooth text color change inside */
.feature-box:hover * {
    transition: color 0.3s ease;
    color: #fff;
}

#m_card{
    background:white;
}
#m_card:hover *{
    color:white;
}

.service-card-h:hover{
    scale:1.05;
    box-shadow:0 4px 12px rgb(1 1 1);
}

.card-track , .card-track-service {
    display: flex;
    gap: 20px;
    padding:14px;
    transition: transform 0.5s ease;
}
@media (max-width: 1000px) {
    .card-track {
        /*display: block;*/
    }
    .service-card-h,.feature-card-h{
        flex: 0 0 auto;          
        width: 100%;             
        max-width: 100%;
    }
    #card-container , #card-container-service{
        padding-right: 0px;
    }
}

.hero-m{
    position: absolute;
    top: 60px;
    left: 50px;
    border: 50px solid red;
    border-radius: 50%;
    z-index: 4;
}
/*==================================================================== why choose us  =================== ==================================*/
.why-right-btn {
    bottom: 9px;
    position: absolute;
    background: linear-gradient(90deg, var(--dy-nav) 0%, var(--dy-footer) 100%);
    border-radius: 20px;
    color: #fff;
    width: 91%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 44px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.why-right-border{
    padding: 20px;
    background: linear-gradient(135deg, var(--dy-copy), var(--dy-hero_l), var(--dy-hero_r));
    height: 543px;
    border: 5px solid rebeccapurple;
    border-radius: 20px;
    overflow: hidden;
}
.why-box , .color-full-border {
  border: 20px solid transparent;
  border-radius: 30px;
  background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(45deg, var(--dy-nav), var(--dy-copy), var(--dy-hero_l), var(--dy-hero_r), var(--dy-footer), var(--primary-color)) border-box;
}
.color-full-border-how {
  border: 20px solid transparent;
  border-radius: 30px;
  background: 
    linear-gradient(var(--secondary-color), var(--dy-nav)) padding-box,
    linear-gradient(45deg, var(--dy-nav), var(--dy-copy), var(--dy-hero_l), var(--dy-hero_r), var(--dy-footer), var(--primary-color)) border-box;
}
.work-box {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 20px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* Icon Style */
.work-box .icon-box i {
    font-size: 45px;
    color: #ff4d4d;
    transition: all 0.4s ease;
}

/* Title */
.work-box h5 {
    margin-top: 20px;
    font-weight: 600;
    transition: all 0.4s ease;
}

/* Paragraph */
.work-box p {
    transition: all 0.4s ease;
}

/* Hover Effect */
.work-box:hover {
    background: linear-gradient(332deg, var(--dy-nav), var(--dy-footer)) !important;
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Text & Icon color change on hover */
.work-box:hover h5,
.work-box:hover p {
    color: #ffffff;
}

.work-box:hover .icon-box i {
    color: #ffffff;
    transform: scale(1.2) rotate(10deg);
}
/*==================================================================== how its work  =================== ==================================*/

/* Section Background */
#how-it-work {
    padding: 80px 0;
    background: #ffffff;
}

/* Main Wrapper */
.how-wrap {
    padding: 50px;
    border-radius: 30px;
}

/* =========================
   LEFT SIDE DESIGN
========================= */


.how-left-box{
    background: url(https://storage.perfectcdn.com/81013d/0sjk7w8fck0hbl18.webp), linear-gradient(180deg, #194FAF 0%, #C658FF 100%);
    border: 4px solid #fff;
    border-radius: 37px;
    box-shadow: 0 44px 50px -40px #C658FF;
    padding: 40px 32px 166px;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
}
._how_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #ff7a00;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 20px;
}
._how_badge span {
    width: 37px;
    height: 37px;
    display: inline-flex;
    background-color: #FF772E;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
._sub_heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
}

._how_content {
    font-size: 14px;
    line-height: 1.8;
    opacity: 0.95;
    color: #290303;
}

/* =========================
   RIGHT SIDE DESIGN
========================= */
.text-right {
    text-align: right;
}
/* Register Button */
.btn-main.btn-white {
    background: #fff;
    color: #111;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 500;
    border: 1px solid #ddd;
    transition: 0.3s ease;
}

.btn-main.btn-white:hover {
    background: #2f55d4;
    color: #fff;
}

.btn-main.btn-white:hover svg path {
    fill: #fff;
}

/* Step List */
._how_list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    position: relative;
}

/* Vertical Dashed Line */
._how_list::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 10px;
    height: 90%;
    /*border-left: 2px dashed #bcbcc7;*/
}

/* Each Step */
._how_list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
    position: relative;
}

._how_circle {
    border: 11px solid;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-right: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    position: relative;
    z-index: 2;
}

/* Orange Gradient */
._orange {
    background: linear-gradient(180deg,var(--primary-color),var(--dy-nav));
}

/* Purple Gradient */
._purple {
    background: linear-gradient(180deg,var(--dy-footer),var(--dy-copy));
}
._how_circle._orange:after {
    top: 75px;
    right: -29px;
}


._how_circle:after {
    content: '';
    width: 29px;
    height: 83px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
}
._how_circle._orange:after{
    background-image: url(https://storage.perfectcdn.com/81013d/2z2f3cbd84n5tim3.webp);
}

._how_circle._purple::after {
    top: 70px;
    left: -38px;
    transform: rotateY(180deg);
}
._how_circle._purple:after{
    background-image: url(https://storage.perfectcdn.com/81013d/2z2f3cbd84n5tim3.webp);
}
._how_circle._purple-last:after{
    background-image: url('');
}

._how_text {
    padding-top: 5px;
}

._hiw_heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
}

._main_content {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* Remove last margin */
._how_list li:last-child {
    margin-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .how-wrap {
        padding: 3px;
    }

    ._sub_heading {
        font-size: 22px;
    }

    ._how_list::before {
        left: 32px;
    }

    ._how_circle {
        width: 60px;
        font-size: 18px;
    }

}



/*==================================================================== Login form =================== ==================================*/

.login-wrapper {
    padding: 10px 0;
}

.login-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Inputs */
.input-group-1 {
    display: flex;
    align-items: center;
    background: #f4f7fb;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d0d7e2;
    height: 56px;
    flex: 1;
}

.input-group-1.full {
    min-width: 260px;
}

.input-group-1 input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 10px;
    font-size: 19px;
    height: 100%;
    background: #f4f7fb;
    box-shadow: unset;
    -webkit-text-fill-color: unset;
}

.icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-group {
    display: flex;
    gap: 12px;
    align-items: center;
}

.icon-btn {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #d0d7e2;
    background: #f4f7fb;
    font-size: 18px;
    cursor: pointer;
}

/* Login button */
.login-btn {
    width: 100%;
    height: 56px;
    padding: 0 26px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Social buttons */
.social-btn {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.facebook {
    background: #1877f2;
}

.google {
    background: #db4437;
}
.social-btn-continer{
    margin-top: 5px;
    width: 100%;
    display: flex
;
    gap: 20px;
}

@media(max-width:910px){
    .login-form{
        flex-direction: column;
    }
    .input-group-1.full{
        width: 100%;
    }
    .action-group{
        width: 100%;
        flex-wrap: nowrap;
    }
    .login-btn{
        justify-content: center;
        width: 100%;
    }
    .input-group-1{
        flex:none;
    }
    .login-wrapper{
        top:0px;
        margin-bottom: 29px;
    }
    .login-hero{
        margin-bottom: 0px;
    }
}
/*==================================================================== Scroll =================== ==================================*/
.scroll-wrapper{
    /*display: flex;*/
    background: #ffffff1a;
    gap: 20px;
    overflow: hidden;
    padding: 16px 0px;
    height: 158px;
    position: relative;
    z-index: 5;
    align-items: center;
    top: -30px;
}
.scroll-img{
    width: 100px;
    position: absolute;
    right: 0px;
    height: 100px;
    padding: 10px;
    opacity:0;

}
.wrapp{
    background: white;
}



.curve-1  { 
    top: -40px;
}
.curve-2  {
    top: -11px;
}
.curve-3  { top: 4px; }
.curve-4  { top: 18px; }
.curve-5  { top: 31px; }
.curve-6  { top: 40px; }

.curve-7  { top: 40px; }
.curve-8  { top: 40px; }
.curve-9  { top: 31px; }
.curve-10 { top: 18px; }
.curve-11 { top: 4px; }
.curve-12 { top: -11px; }
.curve-13 { top: -40px; }
.curve-14 {
    animation: moveLeft 45s linear forwards;
    opacity:1 !important;
}

@keyframes moveLeft {
    0% {
        transform: translate3d(5vw,-30px,0);
    }
    25% {
        transform: translate3d(-25vw,30px,0);
    }
    50% {
        transform: translate3d(-50vw,60px,0);
    }
    60% {
        transform: translate3d(-60vw,60px,0);
    }
    75% {
        transform: translate3d(-75vw,30px,0);
    }
    100% {
        transform: translate3d(-105vw,-30px,0);
    }
}

/* ==================== testting 2 ====================*/

.u-wrapper {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  top: -50px;
  z-index: 5;
}

.u-track {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0;
}

.u-track img {
  width: 100px;
  margin: 0 20px;
  position: relative;
  will-change: transform;
}

/* ====================================== Timtimati light =================================== */

/* =================================== timtimati light 2 ===================================================== */
.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}

.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px;
}

.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px;
}

div.shape {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 2;
}

.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@keyframes flash-1 {

  0%,
  100% {
    background: rgb(255, 219, 0);
    box-shadow: 0px 5px 24px 3px rgb(255, 219, 0);
  }

  50% {
    background: rgba(255, 219, 0, 0.4);
    box-shadow: 0px 5px 24px 3px rgba(255, 219, 0, 0.4);
  }
}

@keyframes flash-2 {

  0%,
  100% {
    background: rgb(247, 95, 9);
    box-shadow: 0px 5px 24px 3px rgb(247, 95, 9);
  }

  50% {
    background: rgba(247, 95, 9, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(247, 95, 9, 0.2);
  }
}

@keyframes flash-3 {

  0%,
  100% {
    background: rgb(6, 233, 211);
    box-shadow: 0px 5px 24px 3px rgb(6, 233, 211);
  }

  50% {
    background: rgba(6, 233, 211, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(6, 233, 211, 0.2);
  }
}

.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}

/* ======================================================================= Color Full text ===================================*/
.text-colorful-1, .text-colorful-1 *,
.text-colorful-2, .text-colorful-2 *,
.text-colorful-3, .text-colorful-3 *,
.text-colorful-4, .text-colorful-4 *{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: all .4s ease;
}

.text-colorful-1:hover, .text-colorful-1:hover *,
.text-colorful-2:hover, .text-colorful-2:hover *,
.text-colorful-3:hover, .text-colorful-3:hover *,
.text-colorful-4:hover, .text-colorful-4:hover *{
    scale:1.05;

}

/* ===== Color Style 1 ===== */
.text-colorful-1, .text-colorful-1 *{
    background: linear-gradient(135deg, #4f46e5, #06b6d4, #22c55e, #f59e0b);
}

/* ===== Color Style 2 ===== */
.text-colorful-2, .text-colorful-2 *{
    background: linear-gradient(135deg, #ec4899, #8b5cf6, #3b82f6);
}

/* ===== Color Style 3 ===== */
.text-colorful-3, .text-colorful-3 *{
    background: linear-gradient(135deg, #0052ff, #ee0040, #11a327);
}

/* ===== Color Style 4 ===== */
.text-colorful-4, .text-colorful-4 *{
    background: linear-gradient(135deg, #14b8a6, #e90ea2, #6366f1);
}
/* ===== Shared colorful text behavior ===== */
[class^="text-colorful-"] :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: color .4s ease, background .4s ease;
}

/* On hover → white text */
[class^="text-colorful-"]:hover :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: none !important;
    color: #ffffff;
}

/* ===== Style 1 ===== */
.text-colorful-1 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#4f46e5,#06b6d4,#22c55e,#f59e0b);
}

/* ===== Style 2 ===== */
.text-colorful-2 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);
}

/* ===== Style 3 ===== */
.text-colorful-3 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ef4444,#f97316,#eab308);
}

/* ===== Style 4 ===== */
.text-colorful-4 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#14b8a6,#0ea5e9,#6366f1);
}


/* ========================================================= Our service  ======================================================== */
#our-top {
    padding-top: 150px;
}
._sub_heading {
    text-align: center;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #010101;
    margin-bottom: 30px;
}
._main_content {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #290303;
}
._our_list {
    padding: 0;
    list-style: none;
    margin: 30px 0 10px;
    display: flex;
    flex-wrap: wrap;
}



._our_list ._our_list_item._our_instagram, ._our_instagram ._ot_heading::before {
    background-position: 0 0;
}
.btn.btn-main {
    background: linear-gradient(90deg, var(--dy-nav) 0%, var(--dy-footer) 100%);
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    width: 200px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 44px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.text-right .btn-white {
    margin-left: auto;
}
._our_top_wrap {
    position: relative;
    padding: 50px 40px;
    box-shadow: 0 100px 50px -80px rgba(0, 0, 0, 0.35);
    border-radius: 31px;
    min-height: 564px;
    max-width: 564px;
    height: 564px;
    overflow: hidden;
}
._our_top_wrap:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 31px;
    padding: 3px;
    background: linear-gradient(0deg, var(--dy-nav), var(--dy-footer));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
}
.how-left-box {
    border: 4px solid transparent;
    background: 
        url(https://storage.perfectcdn.com/81013d/0sjk7w8fck0hbl18.webp),
        linear-gradient(180deg, var(--dy-footer) 0%, var(--dy-hero_r) 100%)padding-box,
        linear-gradient(to bottom, var(--primary-color) , var(--dy-nav)) border-box;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    background-size: contain;
}
.why-right-border {
    border: 4px solid transparent;
    background: linear-gradient(180deg, var(--dy-footer), var(--dy-hero_r)) padding-box ,
                linear-gradient(to bottom, var(--primary-color) , var(--dy-nav)) border-box;
}
._our_list_content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
    pointer-events: none;
}
._ot_heading {
    font-size: 32px;
    font-weight: 700;
    color: #010101;
    margin-top: 0;
    position: relative;
    margin-bottom: 15px;
}
._our_list_content ._main_content {
    font-size: 14px;
    margin-bottom: 18px;
}
._ot_list_head {
    font-size: 16px;
    font-weight: 700;
    color: #010101;
    margin-bottom: 20px;
}
._ot_bullets{
    padding: 0;
    margin: 0;
    list-style: none;
}
._our_list_content.active {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.5s ease, opacity 0.5s ease, visibility 0s linear 0s;
    pointer-events: auto;
}
._our_list ._our_list_item._our_youtube, ._our_youtube ._ot_heading::before {
    background-position: -91px 0;
}
._our_list ._our_list_item._our_facebook, ._our_facebook ._ot_heading::before {
    background-position: -181px 0;
}
._our_list ._our_list_item._our_tiktok, ._our_tiktok ._ot_heading::before {
    background-position: -272px 0;
}
._our_list ._our_list_item._our_twitter, ._our_twitter ._ot_heading::before {
    background-position: -363px 0;
}
._our_list ._our_list_item._our_linkedin, ._our_linkedin ._ot_heading::before{
    background-position: -454px 0;
}
/* ========================================================= start footer ======================================================== */
.footer-section-c{
     padding: 0px;
    position: relative;
    background-color: #ff000075;   
}
.logo {
    max-width: 150px;
    min-width: 100px;
}
.bg-img-overlay1 {
    opacity: 1;
    width: 100%;
    height: 75%;
    left: 0;
    top: 0;
    position: absolute;
}
.footer-bg{
    background: linear-gradient(
        to bottom,
        var(--dy-footer1),
        var(--dy-footer)
    );
    position: relative;
    z-index: 1;
}


@media(max-width:500px){
    
    .socil{
        justify-content: center;
    }
    .footer-widget{
        text-align: center;
    }
    
    .quick-ul{
        display: flex;
        justify-content: center;
        gap: 9px;
        flex-wrap: wrap;
    }
    .widget-title::after{
        width: 100% !important;
    }
    .widget-title::before{
        left: 41% !important;
    }
}



.copyright-area{
    padding: 10px;
    padding-bottom: 30px;
    background: var(--dy-copy);
}

.copy-text{
    width: 80%;
    margin: auto;
}
/* ========================================================== Faq ==============================================*/
.mtp-margin {
    position: relative;
    margin: 75px 0;
}
.mtp-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mtp-header h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.50px;
    color: #171717;
    margin-bottom: 0;
}
.mtp-header h2 span {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    position: relative;
}
.mtp-header h2 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #34d399;
    top: 60%;
    width: 100%;
    height: 32%;
    opacity: 0.15;
    z-index: -1;
}
.mtp-header p{
    font-size: 15px;
    margin-bottom: 0;
    color: #7b7b7b;
    max-width: 850px;
    white-space: pre-line;
}
.readmoreBtn {
    cursor: pointer;
}
.mtp-advantages .thumb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px auto;
}
.mtp-advantages .thumb img {
    display: block;
    width: 140px;
    max-width: 80vw;
    height: auto;
}
.mtp-advantages .thumb .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(52, 211, 153, .5);
    backdrop-filter: blur(2px);
    transition: 200ms all;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade:not(.show) {
    opacity: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    max-height: calc(100vh - 60px);
    border-radius: 15px;
}
.modal-header {
    display: flex;
    padding: 15px 25px;
    align-items: center;
    justify-content: start;
    gap: 14px;
    position: relative;
    border-bottom: 1px solid var(--color-8);
}
.modal-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background-color: var(--color-8);
    color: var(--color-6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}
.modal-title {
    color: green;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.36px;
    margin: 0;
}
.modal-header .btn-line-icon {
    background: var(--color-10);
    width: 32px;
    height: 32px;
    padding: 10px;
    line-height: 32px;
    color: var(--color-3) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    margin-left: auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-body {
    overflow-y: auto;
}
#videoModal .video-wrap {
    position: relative;
    padding-top: 56.25%;
    border-radius: 0 0 15px 15px;
}
#videoModal .video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 15px 15px;
}
.p-0 {
    padding: 0 !important;
}
.works-box-container{
    position: relative;
    overflow: hidden;
    padding: 35px 0;
    z-index: 1;
}
.works-box-container .works-box-wrapper {
    display: flex;
    gap: 15px;
    padding-left: 0;
    transition: transform 0.4s ease;
}
.works-box-container .works-box {
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex: 0 0 calc((100% - 30px) / 3);
    background: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 15px;
    border: 1px solid #e4f6ed;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#worksboxContainer1 .works-box {
    flex-direction: column;
    padding: 20px;
}
#worksboxContainer1 .works-box:before, #worksboxContainer2 .works-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #34d399;
    border-left: 1px solid #34d399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    z-index: -1;
}
#worksboxContainer1 .works-box:after, #worksboxContainer2 .works-box:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid #34d399;
    border-right: 1px solid #34d399;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    z-index: -1;
}
#worksboxContainer1 .works-box .icon {
    font-size: 24px;
    font-weight: 600;
    margin: auto;
}
.works-box-container .works-box .text {
    position: relative;
}
#worksboxContainer1 .works-box .text{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.works-box-container .works-box .text span {
    font-size: 16px;
    font-weight: 600;
    color: #171717;
}
.works-box-container .works-box .text p{
    font-size: 14px;
    color: #7b7b7b;
    margin-bottom: 0;
    margin-top: 10px;
}
.works-box-container .worksbox-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
}
.works-box-container .btn-step{
    display: inline-block;
    color: #fff;
    background: #34d399;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #34d399;
}
.works-box-container .btn-step:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.works-box-container .progress-bar {
    flex: 1;
    height: 4px;
    background: #1c563b30;
    margin: 0 10px;
    position: relative;
    border-radius: 4px;
}
.works-box-container .progress-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #34d399;
    width: 0%;
    border-radius: 4px;
    transition: width 0.3s ease;
}
.mtp-header h3 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -1.25px;
    color: #171717;
    margin-bottom: 0;
    margin-top: 20px;
}
.mtp-header h3 span {
    background: rgb(39, 104, 74);
    background: -moz-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(39, 104, 74, 1) 0%, rgba(53, 197, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: relative;
}
.mtp-header h3 span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #34d399;
    top: 60%;
    width: 100%;
    height: 32%;
    opacity: 0.15;
    z-index: -1;
}
.cost-factors-component {
    max-width: 1400px;
    width: 100%;
    background: linear-gradient(180deg, var(--dy-footer), var(--dy-hero_r));
    border-radius: 20px;
    border: 1px solid #e4f6ed;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.cost-factors-component .main-content{
    display: flex;
    gap: 30px;
}
.cost-factors-component:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, var(--dy-footer), var(--dy-hero_r));
    -webkit-filter: blur(57px);
    filter: blur(57px);
    z-index: 1;
}
.cost-factors-component .image-placeholder {
    flex: 1;
    position: sticky;
    top: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    max-width: 480px;
    max-height: 480px;
    margin: 0 auto;
}
.cost-factors-component .feature-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.cost-factors-component .feature-accordion {
    flex: 1.2;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: auto;
    max-height: 450px;
    padding: 0 10px 0 0;
}
.cost-factors-component .accordion-item .accordion-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #f5f8ff;
    border: 1px solid #d7def4;
    padding: 15px 10px;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
}
.cost-factors-component .accordion-item .accordion-header:before {
    content: '';
    width: 4px;
    height: 60%;
    background: #3be395;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.cost-factors-component .accordion-item .accordion-header h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #171717;
}
.cost-factors-component .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, margin-top 0.5s ease-out;
}
.cost-factors-component .accordion-item.active .accordion-content {
    max-height: max-content;
    margin-top: 8px;
}
.details-area {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 25px 0px;
}
.details-area details {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    border: 1px solid #cdd6f2;
    padding: 5px 0;
    background-color: #f6f9ff;
}
details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    user-select: none;
    padding: 15px;
}
.details-area details>div {
    font-size: 14px;
    color: #171717;
    padding: 0 10px 10px 10px;
}
.details-area details summary:before {
    content: '';
    width: 5px;
    height: 60%;
    background: #3be395;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}
.details-area details summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}
details>div>ol{
    list-style: auto;
    margin: 0 33px;
}
.details-area details summary h2, .details-area details summary h3 {
    font-size: 18px;
    color: #171717;
    margin-bottom: 0;
}
.details-area details[open] summary h2, .details-area details[open] summary h3 {
    color: #3be395;
}
.details-area details p{
    padding: 15px;
    margin-bottom: 0;
    border: none;
}
.mtp-margin .glow {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    height: 100px;
    background: radial-gradient(circle at 30% 107%, #6cef59 0%, #4dd672 5%, #40cb7d 45%, #0fa352 60%, #3ac782 90%);
    border-radius: 100px;
    filter: blur(100px);
    opacity: .3;
    z-index: -1;
}
.readmoreText {
    padding:20px;
}
/* ============================================= news latter area =============================*/
.newsletter_area {
    background: radial-gradient(var(--primary-color), transparent);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:100px;
}
.newsletter_area h3 {
    margin-bottom: 0;
    font-size: 30px;
    color: #5a5a5a;
}
.newsletter_area h3 i {
    margin-right: 15px;
    color: var(--theme_color);
}

button.details.border-0 {
    background: none;
}

.subscribe_form {
    position: relative;
    width: 100%;
    height: 60px;
    background: var(--white);
    border-radius: 10px;
}
.subscribe_form input {
    border: 0;
    height: 100%;
    border-radius: 10px;
    padding: 0 200px 0 40px;
    font-size: 18px;
    width: 100%;
    border: 1px solid var(--theme_color);
}
.subscribe_form button {
    background: var(--dy-footer);
    color: var(--white);
    font-size: 18px;
    height: 100%;
    border: 0;
    padding: 0 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.subscribe_form button:hover {
    background: var(--linear_bg3);
}
.subscribe_form input[type="text"]:focus{
    border: 1px solid var(--theme_color);
    outline: 0;
}
/* newsletter_end */

/*======================================================================= Mobile versions =============================================*/
@media (max-width: 700px) {
    .review-banner{
        justify-content: center;
        flex-wrap: wrap;
    }
    .review-left{
        flex-wrap: wrap;
    }
    .avatar-group{
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .shape{
        z-index: 2;
    }
    .u-wrapper{
        top:50px;
    }
    .u-track img{
        width:59px;
        margin:0 0;
    }
    .featureSec{
        padding:0 0;
    }
    .section-header{
        text-align: center;
        width: 96%;
    }
    .downarrow {
        left:32%;
    }
    .button-area{
        top: 65%;
        left: 52%;
    }
    .section-header-bottom{
        top: unset; 
        width: 100%;
        position: static;
        text-align: center;
    }
    .section-header-bottom *{
        color:black;
    }
    
    div.section-header h3::before{
        width: 322px;
    }
    .btn.btn-main{
        width: inherit;
        margin-bottom: 20px;
    }
    .cost-factors-component .image-placeholder{
            position: static;
    }
    .main-content{
        flex-direction: column;
    }
    .cost-factors-component{
        background: inherit;
        border-radius: unset;
        border: unset;
        padding: unset;
    }
    .why-right-border{
        margin-top: 25px;
    }
    
    .newsletter_area{
        margin-bottom: 26px;
        padding: 11px 0;
    }
    .terms_tabs .nav-pills .nav-link .terms_text{
        font-size: 15px;
    }
    
    
}

.login_signup_page{
    background: radial-gradient(var(--secondary-color), transparent);
    margin: 50px 0;
}
.contact_area{
        padding: 10px;
    background: linear-gradient(45deg, #ffffff, transparent);
    border-radius: 18px;
    color: black;
}
.login_signup_form {
        background: linear-gradient(45deg, #0c87fb, transparent);
    margin-bottom: 10px;
    border-radius: 15px;
    color: white;
}
.whatsapp{
    display: block;
    position: fixed;
    bottom: 14vh;
    z-index: 22;
    right: 30px;
}
