@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Inter", sans-serif;
    transition: filter 0.3s ease;
}
.row{
    margin: 0!important;
}
.common-top-div {
    background: linear-gradient(to bottom, rgba(247, 253, 244, 0.727), #fdfffc13) !important;
}

.btn-menu a{
    margin: 0 7px;
}
.bg-listings-main {
    background: linear-gradient(to bottom, #F8FEF4, rgb(254, 254, 254));
  }
.nav-btn {
    padding: 6px 12px;
    background-color: #ffffffd4;
    border: 1px solid #5654542d;
    color: #3a3a3a;
    font-weight: 600;
    border-radius: 6px;
    border-radius: 50px;
}
.bg-common {
    background: linear-gradient(to bottom, #f7fef3, #fafafa);
}

.default{
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
    border: none!important;
}
.nav-btn:hover{

    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    transition: 0.1s ease;
    border: 1px solid #adadad0c;
    color: #fff;
}

.gradient-border {
    padding: 10px;
    background: linear-gradient(271.85deg, #0da1ed, #4fc44b, #0da1ed);
    background-size: 400% 400%;
    animation: gradientFlow 9s ease infinite;
    border-radius: 50px;
    display: inline-block;
  }
  
  @keyframes gradientFlow {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  .logo {
    display: inline-block;
    background: #fff; 
    padding: 0 20px;
    border-radius: 44px;
    color: #424242!important;
    font-size: 34px;
    font-weight: 800;
    text-shadow: -2px 4px 0px #10101021;
    text-decoration: none !important;
  }
  .logo:hover{
    color: #363636!important;
  }
  .center-top-company{
    width: fit-content;
   margin-left:40%;
   margin-top: 13px!important;
  }

.main-heading-top{
    font-size: 24px;
    color: #2a282b;
    font-weight: 700;
    font-family: "Poppins", serif;
    position: relative;
    z-index: 100;
}

.text-colored {
    
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    text-fill-color: transparent; 
}
.top-content-box p span{
    box-shadow: inset 0 -8px 0 #01be6c4d;
}
.text-limit{
    width: 100%;
    font-size: 30px!important;
    margin: 0 auto;
}
.top-content-box p{
    font-size: 16px;
    font-weight: 600;
}
.top-content-box{
    width: 86%;
    margin: 0 auto;
}
.text-bold{
    font-weight: 600;
}
.text-bold-lower{
    font-size:21px;
    font-weight: 600
}

.body-listing{
    overflow-x: hidden!important;
}
.top-row::before {
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    width: 100%;
    height: 90vh;
    background-image: url("../../../assets/img/Images/n360-bg.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.2;
  
}
.top-row-exception::before,
.top-row-contact:before,
.top-row-about-us::before{
    content: ''!important;
    position: absolute!important;
    top: 5%!important;
    left: 0!important;
    width: 80%!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    height: 50vh!important;
    background-image: url("../../../assets/img/bg-N360.avif")!important;
    background-size: cover!important;
    background-position: center!important;
    opacity: 0.6!important;
}
.top-row-about-us::before{
    top: 14%!important;
}
.top-row-contact:before{

    top: 44%!important;
    
}
.quick-support{
    font-size: 25px!important;
    font-weight: 700;
    color: #4F4F4E;
}
.faded-text{
    font-size: 14px;
    color: #464646;
}
.labels-faded label{
    color: #484848;
    font-size: 14px;
}
.labels-faded  a{
    font-size: 14px!important;
    color: #5e5e5e;
}
.main-center-box{
    position: relative;
    z-index: 1000;
}
.main-center-box-content {
    position: relative;
    z-index: 2; 
    text-align: center;
    color: #fff;
    padding: 20px;
}
.top-white-box{
    position: relative;
    margin: 0 auto;
    padding: 16px 50px 16px 50px;
    background-color:#fff!important;
    z-index: 10;
    height: 208px;
    width: 648px;
    border-radius: 100px!important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2);
}
.nav-tabs-top{
    width: fit-content;
    margin: 0 auto;
    background-color: #EEF0F9;
    border: none!important;
    padding: 8px;
    border-radius: 50px;
}
.nav-tabs-top li button{
    border: none!important;
    border-radius: 50px!important;
    font-size: 16px;
    color: #292929!important;
    font-weight: 700;
    
}
.price-amount{
    font-size: 60px;
font-weight: 800;
}
.colored-amount-text{
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    background-clip: text;
    text-fill-color: transparent; 
}
.btn-checkout{
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    background-color: #49C419;
    color: #fff!important;
    width: 200px;
    text-align: center;
}
.btn-checkout:hover{
    background-color: #3ea715;
}
.form-label-custom{
    font-weight: 500;
    font-size: 16px;
}
/* Carousel styling ============= */
.carousel-container {
    overflow: hidden;
    position: relative;
    height: 100vh;
}

.carousel-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    animation: none;
}

.upward-carousel .carousel-content {
    animation: upward-scroll 70s linear infinite;
}
.custom-height-select{
    height: 35px!important;
    border: 1px solid #3939391f;
}
.downward-carousel .carousel-content {
    animation: downward-scroll 70s linear infinite;
}
.custom-height-year{
    height: 37.6px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #2525252d!important;
    border-radius: 50px!important;
}
/* Keyframes for upward scroll */
@keyframes upward-scroll {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

/* Keyframes for downward scroll */
@keyframes downward-scroll {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.upward-carousel .carousel-content img{
    border-radius: 0 24px 24px 0;
}
.downward-carousel .carousel-content img{
    border-radius: 24px 0 0 24px;
    align-self: self-end;
}
.carousel-content img {
    width: 80%;
    height: 290px;
    object-fit: cover;
}
.top-shadow-box{
    height: 50px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 100;
 
}
.bottom-shadow-box{
    height: 50px;
    position:absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    z-index: 100; 
}


/* contact us page ================ */
.contact-box {

    height: 100%;
    background-color: #F8f8fb;
    border-radius:12px;
    cursor: pointer;
 padding: 26px!important;
position: relative;
z-index: 100;
border-radius: 32px!important;

}


.support{
    padding: 6px 12px;
    background-color: #3ea715;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    width: 50%;
    font-size: 13px;
}
.contact-support-content p{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px!important;
}
.contact-support-content p a,
.contact-support-content p span{
    font-weight: 700;
    color: #1f1f1f;
}
.contact-support-content p  .material-symbols-outlined{
  
        font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24,
        
      

}
.contact-support-content .material-symbols-outlined{
    vertical-align: bottom;
}
.contact-box-assistance .material-symbols-outlined{
    font-size: 45px;
}
.contact-us-inside-box{
    background: linear-gradient(to bottom, #ffffff, #fafcf8 );
    border-radius: 12px;
    border: 5px solid #efefef;
    padding: 8px;
}
.contact-us-inside-box p{
    font-weight: 500;
}
.contact-us-inside-box a {
    font-weight: 700;
    color: #0DA1ED;
    word-wrap: break-word;
    word-break: break-all;
    display: block;
}

.contact-us-location p{
    font-weight: 600;
}

.box-contact-form{
  
    padding: 20px;

  

}
.tab-box-contact{
    right: 1%;
    top: 10%;
    padding: 2px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #188755;
    background-color: #E2EfEB;
    border: 1px solid #cfcece16;
    border-radius: 4px;
}
.custom-outer-box{
    height: 100%;
    position: relative;
    z-index: 10;
    border: 5px solid #c7c7c72a;
    border-radius: 50px;
    padding: 14px;
    background-color: #fff;
}

.contact-lower-box-bg{
    box-shadow: none!important;
}
.box-contact-form h1{
    font-size: 22px;
    font-weight: 600;
}
.box-contact-form input,
.box-contact-form textarea{
    border-radius: 4px;
    font-size: 13px;
    box-shadow: none!important;
    border: 1px solid #e3e3e3!important;
}
.box-contact-form .form-group{
    margin-top: 16px;
}
.contact-us-tag .material-symbols-outlined{
    vertical-align: sub;
    font-size: 18px;
}
.contact-us-tag{
    font-size: 13px;
    font-weight: 600;
    padding: 4px 20px;
    background-color: #3ea715;
    border-radius: 50px;
    color: #fff;
}
.contact-submit-btn{
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
    border-radius: 50px;
    border: none;
}
.contact-submit-btn:hover{
    background: linear-gradient(271.85deg, #0599e2 4.07%, #39be34 103.97%);  
}
.contact-img img{
    width: 35px;
    border-radius: 50px;
    margin: 0 -6px;
    border: 2px solid #c4c0c0;
    cursor: pointer;
}
.contact-img p{
    font-size: 13px;
    font-weight: 500;
}
.contact-lower-box h1{
    font-size:26px;
    font-weight: 700;
}

.contact-lower-box img{
    width: 65%;
    margin: 0 auto;
} 
.contact-lower-box p{
    font-weight: 500;
    color: #464646;
    font-size: 14px;
}

.contact-more-details {
    font-size: 18px!important;
    font-weight: 600!important;
}
.contact-more-details span{
    font-size: 14px!important;
    font-weight: 600;
    color: #505050;
}

/* blog Page styling =============== */
.blog-box {
    border-radius: 22px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: transform 0.3s ease-in-out;
    margin-top: 20px;
        border: 5px solid #8f8f8f1a;
}

.blog-box:hover {
    transform: scale(1.05);
}

.blog-box img {
    width: 100%;
    object-fit: cover;
}

.data-box {
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #e4e4e4ad;
    z-index: 100;
    border-radius: 22px;
    height: 250px;
    transition: height 0.4s ease, top 0.4s ease;
    background: linear-gradient(to bottom, #ffffff, #f5fbfe)!important;
    top: 37%;
}

.blog-box:hover .data-box {
    height: 268px;
    top: 33%;
}

.blog-box .material-symbols-outlined {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #3ea715;
    padding: 6px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.date-box {
width: 100%;
    font-size: 14px;
    font-weight: 500;
    bottom: 2%;
    left: 0;
    padding: 8px 12px;
    color: #757474;
    border-top: 1px solid #cecece;
    
}
.date-box a{
    color: #fff!important;
    font-weight: 600;
    padding: 4px 8px;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
    border-radius: 50px;
  
}

.data-box .blog-heading {
    font-size: 14px;
    padding: 4px 12px;
    border: 1px solid #82828233;
    font-weight: 500;
    border-radius: 6px;
    color: #808080;
    width: fit-content;
    background-color: #fff;
}

.truncate-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #252525!important;
    font-weight: 600;
}

.lorem-text {
    display: -webkit-box;
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    height: 38px;
    opacity: 0.7;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: height 0.4s ease, opacity 0.4s ease;
}

.blog-box:hover .lorem-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: auto;
    opacity: 1;
}
/* Blog Readfull styling ================= */
.blog-readfull-img-box,
.blog-readfull-img-box2{
    overflow: hidden;
    border-radius: 32px 32px 32px 200px;
}
.blog-readfull-img-box img{
    width: 100%;
    object-fit: cover;
   
    
}

.blog-readfull-img-box2 img{
    width: 60%;
    margin: 0 auto!important;
    object-fit: cover;
    border-radius: 12px!important;
}
.blog-readfull-right h3{
    font-size: 32px;
    color: #4e4e4e;
font-weight: 700;
}
.blog-readfull-right ul li{
    font-size: 24px!important;
    color: #3d3d3d;
}
.blog-readfull-right ul p{
    font-size: 15px!important;
    margin-top: 8px;
}
.blockquote{
    color: #00705c;
    font-weight: 500;
}
.text-muted strong{
    color: #000;
}
.text-muted span{
    color: #025b7e!important;
    font-weight: 600;
}
.font-small{
    font-size: 12px!important;
}
.email-card-box{
    border: 4px solid #aaaaaa18!important;
}
.blog-ending{
    padding: 10px 0;
    border-top: 1px solid #c8c8c8b3;
}
.blog-ending img{
    width: 40px;
    border-radius: 50px;
    margin-left: 10px;
    border: 3px solid #66666626;
}
.support-modal form input,
.support-modal form textarea{
    font-size: 14px;
    font-weight: 500;
}
.support-modal .modal-title{
    font-weight: 700;
}
.bg-wrapper{
    overflow: hidden;
}
.bg-wrapper.modal-blur {
    filter: blur(5px);
    transition: filter 0.3s ease;
  }


/* Login page, Forgot password page styling ==================== */
.get-in-pages-outer{
    width: 550px;
    position: relative;
    z-index: 10;
    border: 5px solid #c7c7c72a;
    border-radius: 50px;
    padding: 14px;
    background-color: #fff;
margin: 0 auto;
}
.Login-page,
.ForgotPassword-page{
    background-color: #F8f8fb;
    border-radius: 12px;
    cursor: pointer;
    padding: 26px !important;
    position: relative;
    z-index: 100;
    border-radius: 32px !important;

}
.Login-page .input-group span{
    border: 4px solid #8a8a8a1b !important;
    border-right: none !important;
    border-radius: 6px 0 0 6px;

}
.Login-page h1,
.ForgotPassword-page h1{
    font-size: 32px;
    font-weight: 700;
    line-height: 46px;
    color: #292d34;
    margin-bottom: 20px;
    text-align: center;
}
.login-inner-box,
.reset-inner-box ,
.Login-page form input,
.ForgotPassword-page form input{
   
    border: 4px solid #8a8a8a1b !important;
    border-left: none !important;
    color: #3c4043;
    cursor: pointer;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: 400
}
.login-inner-box,
.reset-inner-box{
    border: 2px solid #8a8a8a1b !important;

}
.ForgotPassword-page .input-group-text{
    border: 4px solid #8a8a8a1b !important;
    border-right: none !important;
}
.login-inner-box:hover,
.reset-inner-box:hover{
    border-color: rgb(210, 227, 252);
    background-color: #F8FBFE;
}
.login-inner-box img,
.reset-inner-box img{
    width: 25px;
}
.login-inner-box p,
.reset-inner-box p
.Login-page form label,
.ForgotPassword-page  form label,
.Login-page a,
.ForgotPassword-page a  {
    font-weight: 500;
    font-size: 15px;
    color: #474747!important;
}
.Login-page form input{
    font-size: 15px;
    box-shadow: none!important;
}

.or-line .line {
    flex-grow: 1;
    height: 1px;
    background-color: #ebeaea;
}

.or-line .or-text {
    margin: 0 10px;
    font-size: 14px;
    color: #9c9b9b;
}
#togglePassword{
    padding: 4px 8px;
    background-color: none;
    border: 4px solid #8a8a8a1b !important;
    border-left: none !important;
    border-radius: 0 6px 6px 0!important;
    color: #484848;
}
#togglePassword:hover{
    background-color: #353535;
    color: #fff;
}
.Login-page .btn-submit,
.ForgotPassword-page .btn-submit{
    border-radius: 50px;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
    border: none;
    padding: 5px 30px;
    width: fit-content!important;
}
.forgot-btn-submit,
.login-btn-submit,
.signUp-btn-submit {
  position: relative;
  display: block; 
  width: 50%!important;
  margin: 0 auto;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 17px;
  font-weight: 500;
  color: #fff !important;
  background-color: #000;
  border: 4px solid transparent !important;

  background-image: 
    linear-gradient(#000, #000), 
    linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%) !important;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.select2{
    width: 100%!important;
}
.Login-page .btn-submit:hover{
    transition: 0.2s ease;
    background: linear-gradient(271.85deg, #0998df 4.07%, #45c441 103.97%);
}
/* About-us page styling ============= */
.about-us-small-heading{
    font-size: 34px;
    font-weight: 700;
    width: fit-content;
    border-bottom:4px solid  #78BA5A;
    margin-bottom: 18px;
}
.colored-text{
    color: #3ea715;
    font-weight: 700;
}
.about-us-content p{
    font-size: 17px;
    font-weight: 500;
    color: #272727;
}
.about-us-img img {
    
    width: 90%;
    margin: 10px;
    border-radius: 14px;
    height: 300px;
    object-fit: cover;
}
.our-team,
.reviews{
    font-size: 32px;
    font-weight: 700;
}
.our-team-brief{
    width: 600px;
    font-size: 17px;
    font-weight: 500;
    margin: 0 auto;
}
.team-member:hover,
.review-box:hover{
    background-color: #F8FEF4;
}
.team-member,
.review-box{
    padding: 12px;
    border: 1px solid #78ba5a6e;
    min-height: 360px;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
}
.review-box{
    height: 100%!important;
}
.team-member img{
    width: 140px;
    border-radius: 50px;
    border:3px solid #c4c3c3
}
.team-member h5{
    font-size: 18px;
    font-weight: 600;
}
.team-member p{
    font-size: 14px;
    font-weight: 500;
}
.mobile-number{
    border-radius: 6px 0 0 6px!important;
}




/* Feature box ====================== */
.feature-main-box{
    position: relative;
    padding: 32px;
    border-radius: 32px;
    cursor: pointer;
    border: 2px solid #fff;
    border-color: none!important;
   
    
}
.feature-box1{
    background-image: linear-gradient(#f9f2ff, #eddbfb); 
    border: 3px solid #e2caf5;
}
.feature-box2{
    background-image: linear-gradient(#ebf3fe, #e0e9f8);
    border: 3px solid #caddf7;
}

.top-row-home::before {
    content: ''!important;
    position: absolute!important;
    top: 30%!important;
    left: 0!important;
    width: 80%!important;
    left: 50%!important;
    transform: translateX(-50%)!important;
    height: 50vh!important;
    background-image: url("../../../assets/img/bg-N360.avif")!important;
    background-size: cover!important;
    background-position: center!important;
    opacity: 0.6!important;
  
}
.feature-box1:hover{
    scale: 1.01;
    transition: 0.5s ease;
    border: 3px solid #bf89ec;
}
.feature-box2:hover{
    scale: 1.01;
    transition: 0.5s ease;
    border: 3px solid #7ab1fd;
  
}
.feature-main-box h1{
    font-size: 35px;
    font-weight: 700;
    color: #4e4e4e;
    width: fit-content;
}
.feature-box1 h1
{
    width: fit-content;
    box-shadow: inset 0 -8px 0 #EDD5FF!important;
}
.quick-support-1{
    margin: 0 auto;
}
.feature-box2 h1{
    width: fit-content;
    box-shadow: inset 0 -8px 0 #c1d2f3;
}
.quick-support-2{
    margin: 0 auto;
}
.feature-main-box p{
    font-size: 19px;
    font-weight: 500;
    color: #474747;
}
/* .feature-main-box a{
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    border: none;
    background-color: #000;
} */

/* .feature-box1 a{
    background-color: rgb(170, 73, 249);
    border: 4px solid #bf89ec!important;
} */
/* .feature-box1 a:hover{
    background-color: rgb(167, 61, 253);
} */
/* .feature-box2 a{
   
    background-color: #3181e9;
    border: 4px solid #7ab1fd!important;
} */
/* .feature-box2 a:hover{
   
    background-color: #2a7be6;
} */


/* btn styling ============= */
.feature-main-box a,
.contact-us-btn-common {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff!important;
    background-color: #000;
    border: 4px solid transparent!important;
    background-image: 
        linear-gradient(#000, #000), 
        linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%)!important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 300% 300%; 
    animation: borderFlow 3s linear infinite;
}

@keyframes borderFlow {
    0% {
        background-position: 0% 50%, 0% 50%;
    }
    100% {
        background-position: 100% 50%, 100% 50%;
    }
}




.feature-main-box h5{
    font-size: 16px;
    font-weight: 500;
}
.feature-main-box li p{
    font-size: 14px;
}
.feature-main-box li i{
    align-self: flex-start;
    color: #282828!important;
}
.common-features .heading{
    font-size: 36px;
    font-weight: 800;
}
.common-features p{
    width: 60%;
    margin: 0 auto;
    
    font-size: 15px;
    font-weight: 500;
    color: #535252;
}
.common-feature-box{
    padding: 22px;
    height: auto;
    background: linear-gradient(to bottom, #FFFFFF, #f5fbfc)!important;
    width: 23%;
   
    box-shadow: 0 4px 57px rgba(58, 76, 102, .07), 0 -1.5px 4.5px rgba(191, 197, 202, .65) inset;
    border-radius: 16px;
    margin: 10px;
    cursor: pointer;
}
.common-feature-box:hover{
    transform: scale(1.03);
    transition: 0.3s ease;
}
.bundle-imgs img{
    border-radius: 50px;
    width: 80px;
    margin: 0 -8px;
    border: 6px solid #47474713;
    cursor: pointer;
    position: relative;
    z-index: 100;
}
.bundle-imgs img:hover{
    border: 6px solid #5c5b5b24;
    transform: translateX(-4px);
    transition: 0.3s ease;

   

}

.small-text{
    font-size: 13px;
    color: #6c6c6c;
    font-weight: 500;
}

.more-text{
    font-size: 15px;
    margin-left: 16px;
    font-weight: 600;
    color: #515151;

}
.common-box-inside-heading {
    font-size: 19px;
    font-weight: 600;
    color: #474747;
}
.common-feature-box p{
    font-size: 14px;
    font-weight: 400;
    color: #4c4c4c;
    width: 100%!important;
}
.common-feature-box .material-symbols-outlined{
    vertical-align: middle;
    font-size: 22px;
}

.nav-box {
    position: fixed;
    right:2%;
    top: 3%;
    padding: 14px;
    border-radius: 50px;
    background-color: #88888817;
    border: 4px solid rgba(203, 203, 203, 0.12);
    backdrop-filter: blur(5px); 
    -webkit-backdrop-filter: blur(20px); 
    z-index: 9999;
}

.fixed-width-dynamic{
    display: inline-block;
    width: 66px;
}

.get-started h1{
font-size: 40px;
font-weight: 800;
}
.get-started-box{
    margin: 5px 10px;
    width: 400px;
    padding: 12px;
}
.get-started-box .circle{

 width: 60px;
 height: 60px;
 text-align: center;
    border-radius: 100%;
    background-color: #292C34;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.get-started-box h1{
    font-size: 19px;
    font-weight: 700;
    color: #3b3b3b;
}
.get-started-box p{
    font-size: 14px;
    font-weight: 400;
    color: #585858;
}
.get-started-btn a{
    width: 25%;
    text-align: center;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%)!important;
}
.get-started-btn a:hover{

    background: linear-gradient(271.85deg, #099be4 4.07%, #43bd3f 103.97%)!important;
}
.img-get-started{
    z-index: -1;
    left: 20%;
    top: 60%;
}
.faq h1{
    font-size: 40px;
    font-weight: 800;
}
.accordion{
    width: 74%;
    margin: 0 auto;
}
.accordion-item{
    overflow: hidden;
    margin: 12px 0;
    border: 4px solid #39393918!important;
  
    border-radius: 50px!important;
}
.accordion-item button{
    background-color: #f4f2f2;
}
.accordion-item h2 button{
    font-size: 17px;
    font-weight: 500!important;
    color: #2e2e2e;
}
.accordion-button{
    box-shadow: none!important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: none;
    background-image: linear-gradient(#f5fff2, #ebfbdb);

    box-shadow: none!important;
}
.active>.page-link, .page-link.active {
   
    background-color: #3EA614!important;
    border: 1px solid #3EA614!important;
 
}

/* Pricing page ======================== */
.pricing-box-common{
    border:none;
    width: 46%;
    border-radius: 30px;
    padding: 32px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    cursor: pointer; 
}

.pricing-box1 {
    background-image: linear-gradient(#fbf7fe, #eddbfb);
    border: 2px solid #d7b4f4;
}
.pricing-box1:hover {
 
    border: 2px solid #cd94fb;
}
.pricing-box2 {
    background-image: linear-gradient(#ebf3fe, #e0e9f8);
    border: 2px solid #a7cbfe;
    
}
.pricing-box2:hover {

    border: 2px solid #7fb2fa;
    
}
.bg-white{
    background-color: #fff;
}
.pricing-tag{
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #373737;
    width: fit-content;
    font-size: 15px;
    font-weight: 600;

}
.pricing-tag2{
    background-color: #fff!important;
    color: #0076a4;
}
.pricing-tag2 span{
    vertical-align: sub;
}
.btn-purchase{
    padding: 10px 16px;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #5685fcc0;
    color: #5684FC;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
}
.btn-purchase2{
    background-color: #5684FC;
    color: #fff;
}
.btn-purchase2 span{
    vertical-align: sub;
    color: #FED593;
}
.btn-purchase2:hover{
    background-color: #487bfb;
    color: #fff;
}
.pricing-features p{
    font-size: 13px;
    font-weight: 600;
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid #72727238;
    width: fit-content;
    background-color: #fff;
    position: relative;
    z-index: 100;
    color: #5e5d5d;
}
.pricing-features span{
    width: 77%;
    border: 1px solid #5c5c5c16;
    top: 50%;
    right: 0;
}
.features-points p span{
    font-size: 20px;
    vertical-align: middle;
    color: #3D5FC1;
}
.features-points p{
    font-size: 14px;
    font-weight: 500;
    color: #565555;
    margin-bottom: 4px;
}
.plan-description {
    font-size: 14px;
}
.price{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px!important;
}
.contact-btn-footer a{
    font-size: 28px;
    font-weight: 600;
    color: #d6d5d5;
}
.contact-btn-footer .material-symbols-outlined{
    font-size: 42px;
    vertical-align: sub;
}

/* Testimonial slider ============================== */
.testimonial-slider {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #ffffff;
    padding: 0;
    overflow: hidden;
}

.testimonial-track {
    padding-bottom: 15px;
    background-color: #F9F9F8;
    display: flex;
    width: max-content; 
    animation: scrollLeft 88s linear infinite;
}

.testimonial-card {
    height: 300px;
    width: 300px;
    margin: 0 15px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #6d6d6d20;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;

}

.testimonial-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-card h1 {
    font-size: 20px;
    font-weight: 600;
    color: #575757;
}

.testimonial-card p {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
      
text-align: left;
    text-overflow: ellipsis;
    word-wrap: break-word;
}


.testimonial-slider:hover .testimonial-track {
    animation-play-state: paused;
}
/* Keyframes */
@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.heading-text {
    font-size: 40px;
    font-weight: 800;
}


/* terms conditions =============== */
.terms-heading h1{
    font-size: 26px;
    font-weight: 600;
}
.terms-heading h2{
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}
.terms-heading h4{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.common-border{
    border-bottom: 1px solid #8383833d;
}
.heading-custom{
    font-size: 40px!important
}
.direct-btn{
    padding: 8px 20px;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    text-decoration: none;
    color: #fff!important;
    border-radius: 50px;
    box-shadow: 2px 2px 2px 2px #34343430;

}
.direct-btn:hover{
    transform: translateY(-4px);
    transition: 0.2s ease;
}
.direct-btn:hover{

    background: linear-gradient(271.85deg, #0a9be3 4.07%, #3fb63b 103.97%);

}

.support-btn-sticky .material-symbols-outlined{
    font-size: 38px;
    vertical-align: middle;
    padding: 9px;
    border-radius: 50px;
    position: sticky;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
}
.support-btn-sticky {
    position: fixed!important;
    z-index: 10000;
    bottom: 9%;
    right: 2%;
}
.bg-feature{
    background: linear-gradient(to bottom, #FFFFFF, #F6F7F6);
}
.bg-listings{
    background: linear-gradient(to bottom, #f6f9fa, #f2f8fa);   
}
.btn-build{
    padding: 7px 20px;
    border-radius: 50px;
    border: 4px solid #1f1f1f13;
    background-color: #f0f0f0!important;
    font-size: 18px;
    font-weight: 500;
    color: #272727;
}
.btn-build:hover{
    background-color: #e3e3e3!important;
    color: #434343;
}
.bg-posts{
    background: linear-gradient(to bottom, #f5fdff, #ffffff);
}
.bg-testimonials{
    padding:0!important;
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
}
.bg-doubts{
    background: linear-gradient(to bottom, #fafafa, #ffffff);
}
.bg-box-section{
    background: linear-gradient(to bottom, #fafef2, #ffffff); 
}
.tooltip .tooltip-inner {
    background-color: #d0d0d0 !important;
    color: #1b1b1b !important;
    border: 4px solid #34343430;
    font-weight: 500;
  }
  .menu-hover {
    position: relative;
  }
  
  .menu-hover:hover .dropdown-menu {
    display: block;
    margin-top: 0.5rem;
  }
  .mobile-screen-menu{
    margin-left: auto;
    margin-right: 10px;
   
  }
  .mobile-screen-menu button{
    display: none;
  }
  .mobile-screen-menu button::after{
display: none;
  }
  .mobile-screen-menu button{
    background-color: #2c2c2c18!important;
  }
  .mobile-screen-menu button i{
    font-size: 50px;
    color: #000000;
  }
.mobile-screen-menu .dropdown-menu{
    position: absolute;
    z-index: 10000;
    border-radius: 4px solid #3f3f3f1e;
    padding: 6px!important;
 
}
.mobile-screen-menu .dropdown-menu li{
    margin: 4px 0;
    background: linear-gradient(271.85deg, #099be4 4.07%, #43bd3f 103.97%) !important;
    color: #fff!important;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}
.mobile-screen-menu .dropdown-menu li a{
    color: #fff;
    font-weight: 600;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    display: none;
}
.select2-container--default .select2-selection--single {
    height: 38px!important;
    padding: 5px!important;
}
.bg-directory{
    background-color: #f6f6f6a2;
}
.support-text{
    color: #585757!important;
    font-size: 14px;
}
.support-text-small{
    font-size: 13px;
    color: #606060!important;
}
.support-modal .btn-close{
    margin-top: 0!important;
}
.support-modal .modal-body{
    background-color:#F9f8Fa ;
    padding-bottom: 0!important;
}
.support-modal .modal-body input,
.support-modal .modal-body textarea{
box-shadow: none!important;
border: 4px solid #8a8a8a1b!important;
border-left: none!important;
}
.support-modal .input-group-text{
    border: 4px solid #8a8a8a1b!important;
    border-right: none!important; 
}
.outer-box{
    height: 100%;
    position: relative;
    z-index: 10;
    border: 5px solid #c7c7c72a;
    border-radius: 50px;
    padding: 14px;
   background-color: #fff;
}
.feature-main-box2{
    border: 1px solid #ffffff15!important;
    border-top: none!important;
   height: 100%;
}
.blog-carousel-small-devices{
    display: none!important;
}
#blogCarousel i{
    padding: 6px;
    color: #000;
    font-size: 30px;
    border-radius: 50px;
    background-color: #fff!important;
    border: 1px solid #2525253b;
}
.blog-custom-width{
    width: 23%;
    margin: 0 10px;
}
.team-box{
    width: 23%;
    margin: 10px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled){
    z-index: 100;
}
.btn-big{
    font-size: 20px!important;
    padding: 10px 40px!important;
}
.contact-form input,
.contact-form textarea{
    box-shadow: none !important;
    border: 4px solid #8a8a8a1b !important;
    border-left: none !important;
}
.contact-form .input-group-text{
    border: 4px solid #8a8a8a1b !important;
    border-right: none !important;
}
/* Listings items ============================= */

.custom-width{
    width: 60%;
    margin: 0 auto;
}

.search-box{
    height: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
}
.search-box input{
    font-size: 14px;
    color: #535252!important;
    border-radius: 50px 0 0 50px!important;
    box-shadow: none!important;
    border: 6px solid #88888815!important;
    border-right: none!important;
    padding: 5px 22px!important;
}
.search-box button{
    border-radius: 0 50px 50px 0!important;
    background-color: #ffffff!important;
    color: #78BA5A!important;
    border: 6px solid #88888822 !important;

    border-left: none!important;
    font-weight: 600!important;
    font-size: 19px!important;
    padding-right: 17px;

}
.search-box .material-symbols-outlined{
    vertical-align: middle;
    font-size: 30px;
}
.search-box button:hover{
    color: #488e27!important;
}

.filters .dropdown button::after{
display: none;
}
.filters .filter{
    margin: 0 8px;

}
.filters .dropdown button{
    padding: 5px 12px;
    border-radius: 50px;
    margin: 0 8px;
 text-align: center;
 background-color: #ffffff!important;
 padding-right: 6px!important;
 font-weight: 500;
 color: #4e4e4e!important;
 border: 4px solid #94949423!important;
 font-size: 13px!important;
 width: 150px!important;
}
.filter .dropdown button .material-symbols-outlined{
    vertical-align: middle;
}
.filters .dropdown .dropdown-menu{
    padding: 6px!important;
    width: 100%;

}
.filters{
    position: relative;
    z-index: 1000;
}
.filters .dropdown .dropdown-menu li a{
    padding: 4px 8px!important;
    overflow: hidden;
}
.filters .dropdown .dropdown-menu li{
    font-size: 12px;
    padding-left: 0;
    background-color: #ececec!important;
    margin: 2px 0;
    border-radius: 4px!important;

}
.filters .dropdown .dropdown-menu li a:hover{
 
    background-color: #d6d4d4!important;
    border-radius: 4px!important;

}
.filters .dropdown .dropdown-menu li input{

    font-size: 12px;
    color: #595959;
    border: 1px solid #78787829!important;
    box-shadow: none;
    overflow: hidden;
}


.filter .position-absolute{
    z-index: 100!important;
    font-size: 12px;
    background-color: #ffffff93;
    padding: 0 6px ;
    left: 28px;
    top: -8px;
    font-weight: 500;
    border-radius: 50px;
    color: #5f5f5f!important;
}
.filter .dropdown-toggle.show{
    border: 4px solid #1b1b1b38 !important;
}

/* Bottom-box ===================== */
.listings-bottom-box{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ebfbf4;
    border-radius: 5px;
    padding-left: 15px;
    border: 5px solid #dbdada12;
    
}

.listings-bottom-box img{
    width: 100%;
}
.listings-bottom-box-left h1{
    font-size: 17px;
    font-weight: 600;
}
.listings-bottom-box-left  p{
    font-size: 13px;
    color: #828282;
}
.listings-bottom-box-left .points .material-symbols-outlined{
    font-size: 18px;
    color: #53CB94;
    vertical-align: middle;
}
.points  p{
    font-size: 12px;
    color: #575656;
    font-weight: 500;
}
.btn-portfolio{
    padding: 6px 12px;
    background-color: #12AB66!important;
    color: #fff!important;
    font-weight:500 ;
    border-radius: 6px;
    font-size: 12px;
    margin-top: 10px!important;

}
.money-back {
    font-size: 11px!important;
}
.money-back .material-symbols-outlined{
    color: #53CB94;
    font-size: 17px;
    vertical-align: middle;
}

.w-65{
width: 65%;
}
.w-35{
    width: 35%;
}




/* Listings ==================== */
.listings{
    padding: 12px;
    background-color: #fff;
    border-radius: 14px;
    border: 5px solid #9d9d9d1f;
    z-index: 1;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.listings:hover{
    border: 5px solid #19191925;    
}
.listings img{
    width: 75px;
    border-radius: 50px;
    border: 2px solid #6a69690d;
}
.listing-name{
    margin-right: 4px;
    font-weight: 700;
    color: #4c4c4c;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 10px!important;
}
.listing-name .material-symbols-outlined{
    vertical-align: middle;
    color: #0D6FFC!important;
    font-size: 20px;
}
.listing-data .material-symbols-outlined{
    font-size: 13px;
    color: #747474;
}
.listing-data p{
    font-size: 13px;
    font-weight: 500;
    color: #747474;
}
.page-link{
    color: #353434!important;
}
.truncated-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #787878;

  }
  .listing-btns{
    right: 2%;
    top: 2%;
  }
  .btn-end{
    padding: 5px 12px;
    border-radius: 100px;
    background-color: #f6f6f6;
font-size: 14px;
color: #383838!important;
font-weight: 400;
border: 1px solid #e2e2e2;
}
.btn-end:hover{
    background-color: #eeebeb;
}

.bi-linkedin{
  font-size: 24px;
}
.icon-code{
    font-size: 20px;
}
.work-tag{
    font-size: 11px;
    font-weight: 600;
}
.views span{
    font-size: 18px;
    color: #767575;
}
.views p{
    font-size: 12px;
    font-weight: 500;
    color: #767575;
}
.skills-tag p{
    font-size: 12px;
    font-weight: 500;
    padding: 4px 7px;
    border: 1px solid #8b8b8b7b;
    border-radius: 5px;
    margin: 0 4px;
    background-color: #fff;
    color: #474747;
}
/* FLoating box styling ================= */
.main-floating-box,
.right-main-floating-box{
    opacity: 1;
}
.main-floating-box img{
    width: 68px;
    border-radius: 50px;
    border: 4px solid #d0cecebd;
    position: absolute;

}
.floating-data-box{
    padding: 8px;
    border: 2px solid #bcb7b748;
    border-radius: 12px;
    width: 63%;
    background-color: #fff;
    
}
.main-floating-box  .floating-data-box img{
    top: -4px;
    left: -31px;
}
.main-floating-box  .floating-data-box p{
    font-size: 13px;
    font-weight: 500;
    padding-left: 37px;
    
}
.main-floating-box1{
    top: 67px;
    left: 130px;
}
.main-floating-box2{
    top: 226px;
    left: 42px;
}
.main-floating-box3{
    top: 320px;
    left: 100px; 
}

/* right floatingbox ======================= */
.right-main-floating-box{
    opacity: 1
}
.right-main-floating-box img{
    width: 68px;
    border-radius: 50px;
    border: 4px solid #d0cecebd;
    position: absolute;

}
.right-floating-data-box{
    padding: 8px;
    border: 2px solid #bcb7b748;
    border-radius: 12px;
    width: 310px;
    background-color: #fff;
    
}
.right-main-floating-box  .right-floating-data-box img{
    top: -2px;
    right: -31px;
}
.right-main-floating-box  .right-floating-data-box p{
    font-size: 14px;
    font-weight: 500;
    padding-right: 37px;
    padding-left: 6px;
}
.right-main-floating-box1{
    top: 267px;
    right: 42px;
}
.dropdown-scroll {
    max-height: 200px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
  }
  
  .dropdown-scroll::-webkit-scrollbar {
    width: 8px;
  }
  
  .dropdown-scroll::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }
  
  .dropdown-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .bg-wrapper{
    overflow: hidden;
}
.wrap-up-box-outer,
.custom-box-outer,
.box-directory-outer{
    position: relative;
    z-index: 10;
    border: 5px solid #c7c7c72a;
    border-radius: 50px;
    padding: 14px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #fff;
}
.wrap-up-box-inner,
.sitemap-boxes,
.custom-box-inner,
.box-directory{
    height: 100%;
    background-color: #F8f8fb!important;
    border-radius: 12px!important;
    cursor: pointer!important;
    padding: 26px !important;
    position: relative!important;
    z-index: 100!important;
    border-radius: 32px !important;
  
}


/* Sitemap ==================-= */

.sitemap-boxes h1{
    font-size: 30px;
    font-weight: 700;
    color: #4e4e4e;
}
.sitemap-boxes ul li a {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    font-weight: 500;
    transition: all 0.3s ease;
    color: #212529;
    text-decoration: none;
    font-weight: 500;
  }
.sitemap-boxes p{
    color: #535353;
    font-size: 16px;
    font-weight: 500;
}
  .sitemap-boxes ul li a:hover {
    background-color: #e9ecef;

  }

  .sitemap-boxes ul li a i {
    background-color: #e0f0ff;
    border-radius: 50%;
    padding: 2px 7px;
    font-size: 20px;
    color: #393939;
    margin-right: 10px;
  }

  .sitemap-boxes ul {
    padding-left: 0;
  }


  /* Coming soon page ================== */
  .coming-soon-bg{
background-color: #f8f8fb;
  }
.coming-soon-section{
    margin: 80px auto;
}
.text-para-coming-soon
{
    font-size: 18px!important;
    color: #323232;
    font-weight: 500;
}
  .floating-animation {
    animation: float 3s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
  }

  .gradient-text {
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .countdown-item {
    background: rgba(255, 255, 255, 0.962);
    border-radius: 15px;
    padding: 20px;
    min-width: 120px;
    border: 4px solid rgba(200, 200, 200, 0.2);
  }

  .countdown-item .number {
    font-size: 2.5rem;
    font-weight: bold;
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .countdown-item .label {
    color: rgba(48, 48, 48, 0.8);
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .newsletter-form .form-control {
    border-radius: 50px 0 0 50px;
    border: none;
    border: 4px solid #9f9e9e42;
    padding: 1rem 2rem;
    box-shadow: none!important;
  }

  .newsletter-form .btn {
    border-radius: 0 50px 50px 0;
    padding: 1rem 2rem;
  }


  /* Error page styling ================ */
  .error-section {
    background: #ffffff;
    padding: 4rem 0;
  }

  .error-code {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(45deg, #2c3e50, #3498db);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }

  .error-icon {
    width: 150px;
    height: 150px;
    margin: -50px auto 20px;
    position: relative;
  }

  .broken-link {
    width: 100%;
    height: 100%;
  }

  .chain {
    fill: none;
    stroke: #3498db;
    stroke-width: 2;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
    animation: draw 2s forwards;
  }

  .break {
    fill: none;
    stroke: #e74c3c;
    stroke-width: 2;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: draw 1s 1s forwards;
  }

  @keyframes draw {
    to {
      stroke-dashoffset: 0;
    }
  }

  .btn-error {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 20px;
    font-size: 17px;
    font-weight: 500;
    color: #fff !important;
    background-color: #000;
    border: 4px solid transparent !important;
    background-image: linear-gradient(#000, #000), linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%) !important;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 300% 300%;
    animation: borderFlow 3s linear infinite;
  }

 

.text-error{
    font-size: 17px;
    font-weight: 500;
    color: #3b3b3b;
}
#nav-bar-additional{
    padding: 10px!important;
}


/* Directory styling ================= */
.directory-tabs a{
    padding: 4px 8px;
    font-size: 14px;
    background-color: #caebfd;
    margin: 4px;
    border-radius: 4px;
    color: #171717;
    border: 2px solid #95d3f549;
}
.directory-tabs a:hover{
    background-color: #93d2f6; 
}
.directory-jobs-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #searchProfessional{
    box-shadow: none!important;
  }
  .directory-jobs-box div {
    flex: 1 1 calc(33.333% - 12px); 
    min-width: 200px;
    background: linear-gradient(135deg, #fcfcfc, #ffffff);
    border: 2px solid #aaaaaa26!important;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    color: #333;
    min-height: 30px;
    transition: all 0.1s ease;
  }
  
  
  .directory-jobs-box div:hover {
    background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%);
    color: #fff;
    border: none !important;
    transform: translateY(-2px);
    cursor: pointer;
  }
  /* Preloader styling =============== */


  /* Preloader Styles */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.478);
    backdrop-filter: blur(10px);
    z-index: 10001;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease;
  }
  
  .logo-container {
    position: relative;
    text-align: center;
  }
  
 
  

  
  .spinner {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 8px solid rgba(79, 70, 229, 0.1);
    border-top: 8px solid #005ba0;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  .dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 8px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4F46E5;
    animation: bounce 1.4s infinite ease-in-out;
  }
  
  .dot:nth-child(2) { animation-delay: 0.2s; }
  .dot:nth-child(3) { animation-delay: 0.4s; }
  
  @keyframes bounce {
    0%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-15px); }
  }
  
  .preloader.hide {
    opacity: 0;
    pointer-events: none;
  }
  @media only screen and (max-width:774px){
    .listings-bottom-box{
        flex-wrap: wrap;
    }
    .w-65{
        order: 2;
        width: 100%;
    }
    .w-35{
       display: none;
    }
  }
  @media only screen and (max-width:807px){
.filters{
    flex-wrap: wrap;
}  
.filter{
    width: 40%;
}
.filters .dropdown button{
    width: 100%!important;
}
} 
  @media only screen and (max-width:550px){ 
    .navbar{
        padding: 11px 12px 0 0!important;

    }
.listings{
    flex-wrap: wrap;
}
.img-box{
    margin-left: 10px;
    margin-bottom: 10px;
}

  }

  @media only screen and (max-width:705px){
    .main-heading-top {
        font-size: 23px!important;
        
    }
    #listings-img img {
        border-radius: 50px;
        width: 70px !important;
        margin: 0 -16px!important;
      
    }
  }

@media only screen and (max-width:699px){
    .points .icons-bottom{
        margin: 0;
    }
}
  
  @media only screen and (max-width:500px){
    .error-section {
        background: #ffffff;
        padding: 2rem 0;
    }
    .main-heading-top {
        font-size: 23px!important;
        
    }
    #listings-img img {
        border-radius: 50px;
        width: 70px !important;
        margin: 0 -18px!important;
      
    }
    .filter{
        width: 70%;
    }
    .search-box {
        height: 60px;
   
    }
  }
  @media only screen and (max-width:460px){
    .row,.container-fluid{
        margin: 0 !important;
        --bs-gutter-x: none!important
    ;
    }
}
  @media only screen and (max-width:448px){
    .navbar{
        padding: 11px 12px 0 0!important;

    }
    #listings-img img {
        border-radius: 50px;
        width: 60px !important;
        margin: 0 -18px!important;
      
    }
  }
  @media only screen and (max-width:400px){
    .navbar{
        padding: 11px 12px 0 0!important;

    }
    .filter{
        width: 100%;
        margin-bottom: 12px!important;
    }

  }
  
  @media only screen and (max-width:1200px){
.container{
    max-width: 100%;
    
}
.accordion {
    width: 82%;
   
}
  }
  @media only screen and (max-width:1189px){
.contact-us-inside-box{
    justify-content: flex-start !important;
    align-items:flex-start !important;
}
  }
  @media only screen and (max-width:1123px){
    .center-top-company {
        width: fit-content;
        margin-left: 33%;
    }
  }
  @media only screen and (max-width:1100px){
    .blog-custom-width{
        width: 30%;
    }

.center-top-company{
    justify-content: start!important;
}
.nav-alignment{
    justify-content: start!important;
}
.date-box a {
    font-size: 12px;

}
.data-box .blog-heading {
    font-size: 12px;
   
}
.date{
    font-size: 12px;
}
  }
  @media only screen and (max-width:1070px){
    .team-box{
        width: 45%;
        margin: 10px;
    }
    .feature-main-box a {

        font-size: 15px;
     
    }
    .custom-width {
        width: 70%!important;
        margin: 0 auto;
    }
  }
  @media only screen and (max-width:1037px){
    .posts-box{
        width: 33%!important;

    }
    .feature-main-box h1 {
        font-size: 32px;
    }
    .common-feature-box {
     
        width: 31%;
   
    }
  }
  @media only screen and (max-width:995px){
    .wrap-up-box-outer,
    .custom-box-outer,
    .box-directory-outer{
        width: 90%;
    }
    
    .contact-us-inside-box{
        justify-content:center !important;
        align-items: center!important;
    }
  
    

    .center-top-company {
        width: fit-content;
        margin-left: 10px;
        margin-top: 10px!important;
    }
    .accordion {
        width: 90%;
    }
    .custom-width {
        width: 85% !important;

    }
    .top-boxes{
        width: 60%;
        margin: 10px auto;
    }

  }
  @media only screen and (max-width:843px){
    .quick-support{
        font-size: 23px!important;
        font-weight: 700;
        color: #4F4F4E;
    }
    .blog-custom-width{
        width: 47%;
    }

    .gradient-border {
        padding: 8px;
    }
    .logo {
        font-size: 26px!important;
        font-size: 38px;
    }
    .text-limit {
      
        font-size: 30px !important;
     
    }
    
    .nav-btn {
        font-size: 14px;
        padding: 6px 8px;
   
    }
    .nav-box {
 
        padding: 8px;
 
    }
    .top-margin-col{
        margin-bottom: 8px!important;
    }
  }
  @media only screen and (max-width:837px){
    .pricing-box-common{
        width: 60%;
        margin: 10px auto;
    }
    .top-boxes {
        width: 78%;
       
    }
    .common-feature-box {
        width: 44%;
    }
    .common-features p {
        width: 70%;

    }
    .footer-box1 {
        width: 100%!important;
        margin: 0 auto;
    }
    .posts-box {
        width: 50% !important
  }
}
  @media only screen and (max-width:768px){

  
    .top-content-box p{
        font-size: 15px;
    }
    .about-us-small-heading{
        font-size: 22px;
    }
    .about-us-content p{
        font-size: 15px;
    }
    .about-us-img img{
        display: flex;
        justify-content: center;
        width: 70%;
        margin: 5px auto;
    }
    .form-check-label-box{
        margin-top: 4px!important;
        margin-bottom: 6px!important;
    }
    .skills-tag{
        flex-wrap: wrap;
    }
    .skills-tag p{
        margin: 4px!important;
    }
    .text-limit {
        font-size: 35px !important;
    }
    .top-boxes {
        width: 84%;
    }
    .get-started-btn a {
        width: 43%;
      
    }
    .accordion {
        width: 100%;
    }
    .custom-width {
        width: 97% !important;
    }
    .get-started-box .circle {
        width: 50px;
        height: 50px;
      
        font-size: 15px;

    }
    .get-started-box h1 {
        font-size: 18px;

    }
    .get-started-box p {
        font-size: 14px;
        font-weight: 400;
        color: #585858;
    }
  }
  @media only screen and (max-width:669px){
    .wrap-up-box-outer,
    .custom-box-outer,
    .box-directory-outer{
        width: 98%;
    }

    .quick-support{
        font-size: 20px!important;
        font-weight: 700;
        color: #4F4F4E;
    }
    .custom-margin{
        margin-top: 10px!important;
    }
    .blog-custom-width{
        width: 45%;
    }
    .pricing-box-common{
        width: 80%;
  
    }

 
    .top-boxes {
        width: 95%;
    }
    .img-box-container img {
        width: 65px!important;

    }
    .logo {
        font-size: 32px;
    }
    .started-box{
        flex-wrap: wrap;
    }
    .get-started-box h1 {
        font-size: 25px;
    }
    .get-started-box p {
        font-size: 17px;
  
    }
    .btn-build,
    .direct-btn  {
        padding: 7px 14px;
        font-size: 16px;
    }
    .footer-btns a {
        padding: 6px 14px;
  font-size: 14px;
    }
    .contact-btn-footer a {
        font-size: 23px;
      
    }
    .contact-btn-footer .material-symbols-outlined {
        font-size: 32px;
        vertical-align: sub;
    }
    .accordion-item h2 button {
        font-size: 15px;

    }
    .alphabet-box a {
        padding: 7px 12px;
        font-size: 16px;
        margin: 8px 5px;
    
    }
    .copywrite {
        justify-content: center!important;
    }
    .copywrite p{
        text-align: center;
    }
    .icons-bottom{
        margin: 10px;
    }
  }
  @media only screen and (max-width:600px){
    .coming-soon-section {
        margin: 30px auto;
    }
    
    
    .gradient-text{
        font-size: 42px;
    }
    .text-para-coming-soon {
        font-size: 16px !important;
     
    }
    .countdown-item .number{
        font-size: 30px;
    }
    .countdown-item{
        padding: 16px;
        width: 40%;
    }
    .contact-us-inside-box{
        justify-content: flex-start !important;
        align-items:flex-start !important;
    }
    .tooltip{
        display: none!important;
    }
    .our-team-brief{
        width: 80%;
    }
    .team-box{
        width: 80%;
       margin: 10px auto;
    }
    .feature-main-box{
        padding: 20px;
    }
    .top-boxes {      
        width: 100%;
    }
    .bundle-imgs img {
     
        width: 70px !important;
  
    }
    .common-features p {
        width: 90%;
    }
  }
  @media only screen and (max-width:550px){
    #searchProfessional{
        font-size: 13px!important;
    }
    .newsletter-form input{
        font-size: 14px!important
    }
    .newsletter-form .btn{
        padding: 6px 10px!important;
    }
    .error-code{
        font-size: 4rem;
    }
    .error-section h1{
        font-size: 20px;
    }
    .text-error{
        font-size: 14px;
    }
    .get-in-pages-outer{
        width: 100%;
    margin: 0 auto;
    }
    .contact-us-inside-box{
        justify-content: flex-start!important;
        align-items: flex-start!important;
    }
    .more-text{
        margin-left: 0!important;
    }
    .fluid-top-box{
        padding: 0!important;
    }
    .support-modal h5{
        width: fit-content;
        margin: 0 auto;
        font-size: 20px!important;
    }
    .badge{
        width: fit-content;
    margin-left: 29%;
        font-size: 14px!important;
    }
    .contact-support-content p {
        font-size: 17px;
    
    }
    .contact-lower-box h1 {
        font-size: 22px;
      
    }
    .top-content-box p{
        font-size: 14px;
    }
    .about-us-small-heading{
        font-size: 20px;
    }
    .about-us-content p{
        font-size: 14px;
    }
    .about-us-img img{
       
        width: 100%;
        margin: 5px auto;
    }
    .pricing-box-common{
        width:90%;
  
    }

    .blog-large-devices{
        display: none!important;
    }
    .blog-carousel-small-devices{
        display: block!important;
    }
 
    .gradient-border {
        padding: 6px;
    }
    .logo {
        font-size: 22px!important;
    }
    .common-box-inside-heading {
        font-size: 17px;

    }
    .get-started h1 {
        font-size: 38px;
        
    }
    .text-create{
        font-size: 22px!important;
    }
    .posts-box {
        width: 68% !important;
        margin: 0 auto;
    }
    .bundle-imgs img {
        width: 65px !important;
    }
    .accordion-item {
     
        border-radius: 9px !important;
    }
    .btn-bottom-all a{
        width: 60%!important;
        margin: 10px auto!important;
        text-align: center;
     }
     .btn-bottom-all{
        margin-top: 8px!important;
     }
  .btn-menu{
    display: none!important;
  }
  .mobile-screen-menu button{
    display: flex;
  }
  }
  @media only screen and (max-width:576px){
    .btn-error {
        position: relative;
        display: inline-block;
        border-radius: 50px;
        padding: 8px 14px;
        font-size: 17px;
        width: fit-content!important;
        margin: 0 auto;
      
    }
    .contact-us-inside-box a{
        font-size: 13px!important;
    }
    .tab-box-contact{
        width: fit-content;
        margin: 0 auto;
        position: relative!important;
        font-size: 11px;
    }
    .contact-us-inside-box{
        justify-content: center!important;
        align-items: center!important;
    }
    .contact-us-inside-box p{
        font-size: 13px;
    }
    .modal-dialog{
        margin: 10px!important;
        width: 94%!important;
    }
  }
  @media only screen and (max-width:500px){
    .blog-custom-width{
        width: 90%;
    }
    .pricing-box-common{
        width:100%;
  
    }
    .text-limit {
        font-size: 33px !important;
    }
    .feature-main-box h1 {
        font-size: 29px;
    }
    .img-box-container img {
        width: 60px !important;
        margin: 0 -24px!important;
    }
    .feature-main-box p {
        font-size: 16px;
    }
    .feature-main-box a {
        font-size: 15px;
        padding: 5px 10px!important;
    }
    .icons-bottom a i {
        font-size: 17px;
    }
    .footer-bottom a {
      
        font-size: 14px!important;
    
    }
    .footer-bottom a {
        padding: 3px 0;
        margin: 0 3px;
        margin: 0 4px!important;
    }
  .listings{
    flex-wrap: wrap!important;
  }
 .img-box{
    margin-left: 10px;
    margin-bottom: 10px;
 }
 .img-box img{
    border: 3px solid #56565622!important;
 }
 .bundle-imgs img {
    margin: 0 -15px!important;
 }

    
  }
  @media only screen and (max-width:476px){
    .img-box{
        margin-left: 7px;
        margin-bottom: 10px;
     }
  
    .contact-more-details {
        font-size: 14px !important;

    }

    .heading-custom {
        font-size: 30px !important;
    }
  }
  @media only screen and (max-width:484px){
    .row-about{
        padding: 0 12px!important;
    }
    .row,.container-fluid{
        margin: 0 !important;
        --bs-gutter-x: none!important
    ;
    }
    .get-started-btn a {
       
        padding: 10px 16px;
        border-radius: 50px;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        background: linear-gradient(271.85deg, #0da1ed 4.07%, #4fc44b 103.97%) !important;
    }
    .get-started-btn {
        margin-top: 10px!important;
    }
    .posts-box {
        width: 90% !important;
    }
    .common-feature-box {
        width: 86%;
    }
    .heading-custom {
        font-size: 30px !important;
    }
    .top-content-box p{
        font-size: 14px!important;
    }
    .more-text{
        width: 100%;
    }
    .btn-top-2{
        justify-content: center!important;
    }
    .feature-main-box a {
        width: 90%!important;
        text-align: center!important;
        margin: 6px 0!important;
        justify-content: center;
          } 
          .main-heading-top {
            font-size: 23px!important;
           
        }
        .top-content-box {
            width: 100%!important;
            margin: 0 auto;
        }
        .alphabet-box a {
            padding: 8px 12px;
            font-size: 14px;
           
            margin: 8px 4px!important;
            border-radius: 12px;
            color: #171717;
            width: 30px;
         
            border: 2px solid #95d3f549;
        }
        .footer-btns  a{
            width: 60%;
            margin: 6px 0!important;
        }
  }
  @media only screen and (max-width:400px){
    .contact-us-btn-common{
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .main-center-box{
        width: 98%;
        margin: 0 auto;
    }
    .contact-us-tag{
        font-size: 12px;
    }
    .contact-support-content p {
        font-size: 15px;
    
    }
    .terms-heading h2{
        font-size: 18px;
        font-weight: 600;
        color: #000000;
    }
    .footer-btns  a{
        width: 70%;
        margin: 6px 0!important;
    }
    .alphabet-box a {
        padding: 5px 6px!important;
        font-size: 14px!important;
        margin: 5px!important;
        width: 27px;
       
        border: 4px solid #95d3f549;
    }
    .alphabet-box {
        padding: 0!important;
    }
  
    .posts-box {
        width: 100% !important;
    }
    .alphabet-heading {
        font-size: 26px;
   margin-top: 10px!important;
    }
    .alphabet-box2{
        margin-bottom: 14px;
    }
    
  }
  @media only screen and (max-width:360px){
    .contact-support-content p {
        font-size: 13px;
    }
    .contact-us-tag {
        font-size: 11px;
    }
    
  }