@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

p, 
.desc, 
.section-desc, 
.hero-description, 
.description-wrapper, 
.text, 
[class*="desc"] {
  font-family: 'Outfit', sans-serif !important;
}

.skill-thumb .small-image {
    display: none;
}
/*SEO*/
.pricing-area-seo .section-title {
    max-width: 610px
}
.offcanvas-3__meta li {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
}
/* ERROR PAGE */

.error-area {
  height: 100vh;
  padding-top: 70px;
  display: flex;
  align-items: center;
}

.error-area .section-title {
  margin-top: 0;
}

.error-area .section-content {
  text-align: center;
  position: relative;
}

.error-area .section-content .shape-1 {
  position: absolute;
  top: calc(100% + 13px);
  inset-inline-start: 110px;
}

@media only screen and (max-width: 767px) {
  .error-area .section-content .shape-1 {
    display: none;
  }
}

.error-area .section-content .error-shape img {
  max-width: 464px;
}

@media only screen and (max-width: 1399px) {
  .error-area .section-content .error-shape img {
    max-width: 364px;
  }
}

@media only screen and (max-width: 1199px) {
  .error-area .section-content .error-shape img {
    max-width: 264px;
  }
}

@media only screen and (max-width: 767px) {
  .error-area .section-content .error-shape img {
    max-width: 200px;
  }
}

.error-area .section-content .text {
  max-width: 340px;
  margin-inline: auto;
}

.error-area .section-content .section-title-wrapper {
  margin-top: 42px;
}

@media only screen and (max-width: 1399px) {
  .error-area .section-content .section-title-wrapper {
    margin-top: 32px;
  }
}

.error-area .section-content .text-wrapper {
  margin-top: 16px;
}

.error-area .section-content .btn-wrapper {
  margin-top: 43px;
}

@media only screen and (max-width: 1399px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 33px;
  }
}
 /*mobile menu*/
  /* Mobile offcanvas fix */
        .offcanvas-3__menu .services-dropdown {
          display: none;
        }

        /* When Services is opened (if you use active class) */
        .offcanvas-3__menu li.menu-item-has-children.active>.services-dropdown {
          display: block;
        }

        @media (max-width: 991px) {
          .offcanvas-3__menu .services-dropdown {
            position: static !important;
            height: auto !important;
            margin: 0 !important;
            padding-left: 15px;
          }
        }

        /* Hide submenu by default */
        .offcanvas-3__menu .services-dropdown {
          display: none;
        }

        /* Show when active */
        .offcanvas-3__menu li.menu-item-has-children.active>.services-dropdown {
          display: block;
        }

        /* Mobile layout fix */
        @media (max-width: 991px) {
          .offcanvas-3__menu .services-dropdown {
            position: static !important;
            height: auto !important;
            margin: 0 !important;
            padding-left: 15px;
          }
        }
  
.pricing-area-seo .section-header {
    display: grid;
    gap: 30px 60px;
    grid-template-columns: 1fr 480px
}

@media only screen and (max-width: 1199px) {
    .pricing-area-seo .section-header {
        grid-template-columns: 1fr 400px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-area-seo .section-header {
        grid-template-columns: 1fr
    }
}

.pricing-area-seo .accordion .accordion-button {
    font-size: 18px;
    line-height: 1;
    color: var(--primary);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-inline-start: 0;
    padding-inline-end: 0;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    text-align: start;
    font-weight: 500
}

.pricing-area-seo .accordion .accordion-button .section-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary);
    text-transform: uppercase;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 10px;
    background-color: var(--white)
}

@media only screen and (max-width: 1399px) {
    .pricing-area-seo .accordion .accordion-button {
        font-size: 20px
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-area-seo .accordion .accordion-button br {
        display: none
    }
}

.pricing-area-seo .accordion .accordion-button::after {
    content: "+";
    color: var(--primary);
    background-image: none;
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 25px;
    margin-inline-start: 50px;
    margin-inline-start: auto;
    margin-inline-end: 0
}

.pricing-area-seo .accordion .accordion-button:not(.collapsed) {
    pointer-events: none
}

.pricing-area-seo .accordion .accordion-button:not(.collapsed)::after {
    content: "-"
}

.pricing-area-seo .accordion .accordion-item {
    border-bottom: 1px solid #b8b8b8;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0px
}

.dark .pricing-area-seo .accordion .accordion-item {
    border-color: #464646
}

.pricing-area-seo .accordion .accordion-item:not(:first-child) {
    margin-top: 0px
}

.pricing-area-seo .accordion .accordion-item:first-child {
    border-top: 1px solid #b8b8b8
}

.dark .pricing-area-seo .accordion .accordion-item:first-child {
    border-color: #464646
}

.pricing-area-seo .accordion .accordion-body {
    font-size: 18px;
    line-height: 1.44;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    padding-bottom: 24px;
    padding-top: 0;
    color: var(--secondary)
}

@media only screen and (max-width: 991px) {
    .pricing-area-seo .accordion .accordion-body {
        padding-bottom: 23px
    }
}

.pricing-area-seo .pricing-wrapper-box {
    margin-top: 100px
}

@media only screen and (max-width: 1919px) {
    .pricing-area-seo .pricing-wrapper-box {
        margin-top: 80px
    }
}

@media only screen and (max-width: 1399px) {
    .pricing-area-seo .pricing-wrapper-box {
        margin-top: 60px
    }
}

.pricing-area-seo .pricing-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width: 991px) {
    .pricing-area-seo .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area-seo .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.pricing-box-seo {
    background-color: var(--white);
    padding: 47px 50px 50px;
    box-shadow: 0px 30px 200px rgba(16, 25, 56, .08);
    border-radius: 5px
}

.dark .pricing-box-seo {
    background-color: #1c1c1c
}

@media only screen and (max-width: 1199px) {
    .pricing-box-seo {
        padding: 27px 30px 30px
    }
}

.pricing-box-seo .tag {
    font-size: 18px;
    color: var(--primary);
    display: inline-block;
    line-height: 1
}

.pricing-box-seo .feature-list {
    margin-top: 39px;
    min-height: 171px
}

@media only screen and (max-width: 767px) {
    .pricing-box-seo .feature-list {
        min-height: auto
    }
}

.pricing-box-seo .feature-list li {
    display: flex;
    align-items: center
}

.pricing-box-seo .feature-list li:not(:first-child) {
    margin-top: 15px
}

.pricing-box-seo .feature-list li img {
    margin-inline-end: 10px
}

.dir-rtl .pricing-box-seo .feature-list li img {
    transform: rotateY(180deg)
}

.pricing-box-seo .price {
    font-size: 60px;
    line-height: 1;
    margin-top: 17px
}

@media only screen and (max-width: 1399px) {
    .pricing-box-seo .price {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-box-seo .price {
        font-size: 40px
    }
}

.pricing-box-seo .wc-btn-primary {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .pricing-box-seo .wc-btn-primary {
        margin-top: 40px
    }
}

.dark .pricing-box-seo .wc-btn-primary:hover {
    color: var(--black)
}


/*pricing area*/
.pricing-area-con {
    background-color: #f9f9f9
}

.dark .pricing-area-con {
    background-color: #171717
}

.pricing-area-con .section-title {
    max-width: 680px;
    margin-inline: auto
}

.pricing-area-con .section-header {
    text-align: center
}

.pricing-area-con .pricing-wrapper-box {
    margin-top: 57px
}

@media only screen and (max-width: 1399px) {
    .pricing-area-con .pricing-wrapper-box {
        margin-top: 47px
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-area-con .pricing-wrapper-box {
        margin-top: 37px
    }
}

.pricing-area-con .pricing-wrapper {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr) !important;
}

@media only screen and (max-width: 991px) {
    .pricing-area-con .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .pricing-area-con .pricing-wrapper {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.pricing-box-con {
    background-color: #102eb1;
    padding: 47px 50px 50px;
    max-height: 378px;
    border-radius: 17px;
}

.dark .pricing-box-con {
    background-color: var(--black)
}

@media only screen and (max-width: 1199px) {
    .pricing-box-con {
        padding: 27px 30px 30px
    }
}

.pricing-box-con .tag {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 1
}

.pricing-box-con .feature-list {
    margin-top: 39px
}

.pricing-box-con .feature-list li {
    display: flex;
    font-weight: 600;
    align-items: center
}

.pricing-box-con .feature-list li:not(:first-child) {
    margin-top: 15px
}

.pricing-box-con .feature-list li img {
    margin-inline-end: 10px
}

.dir-rtl .pricing-box-con .feature-list li img {
    transform: rotateY(180deg)
}

.pricing-box-con .price {
    font-size: 45px;
    line-height: 1;
    margin-top: 17px
}

@media only screen and (max-width: 1399px) {
    .pricing-box-con .price {
        font-size: 50px
    }
}

@media only screen and (max-width: 991px) {
    .pricing-box-con .price {
        font-size: 40px
    }
}

.pricing-box-con .wc-btn-group {
    margin-top: 50px
}

@media only screen and (max-width: 1199px) {
    .pricing-box-con .wc-btn-group {
        margin-top: 40px
    }
}

@media only screen and (max-width: 1199px) {
    .pricing-box-con .wc-btn-group {
        display: flex;
        width: -moz-fit-content;
        width: fit-content
    }

    .pricing-box-con .wc-btn-group>*:nth-child(1) {
        transform: scale3d(0.5, 0.5, 1);
        margin-inline-end: -40px
    }

    .pricing-box-con .wc-btn-group>*:nth-child(2) {
        transform: scale3d(1, 1, 1)
    }

    .pricing-box-con .wc-btn-group>*:nth-child(3) {
        transform: scale3d(1, 1, 1);
        margin-inline-start: 0
    }

    .pricing-box-con .wc-btn-group:hover>*:nth-child(1) {
        transform: scale3d(1, 1, 1);
        margin-inline-end: 0
    }

    .pricing-box-con .wc-btn-group:hover>*:nth-child(2) {
        transform: scale3d(1, 1, 1)
    }

    .pricing-box-con .wc-btn-group:hover>*:nth-child(3) {
        transform: scale3d(0.5, 0.5, 1);
        margin-inline-start: -40px
    }

    .pricing-box-con .wc-btn-group .wc-btn-circle {
        width: 40px;
        height: 40px
    }

    .pricing-box-con .wc-btn-group .wc-btn-primary {
        padding: 0 28px
    }
}
 
 
.section-contentss{
    display: flex;
    justify-content: center;
    padding: 3vw;
}
.webhosting-features-list li {
    font-size: 18px;
    color: var(--secondary);
    font-weight: 300;
    padding-bottom: 15px;
    white-space: nowrap;
    list-style: disc;
    list-style-position: outside;
    margin-left: 15px;
}

.our-services {
    background-color: var(--black);
    position: relative;
    z-index: 1;
    padding: 0 45px;
}

@media only screen and (max-width: 991px) {
    .our-services {
        padding: 0 15px;
    }
}

.our-services .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    z-index: -1;
}

.our-services .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-services .section-title {
    max-width: 700px;
    color: var(--white);
}

.our-services .our-services-wrapper-box {
    margin-top: 90px;
}

@media only screen and (max-width: 1919px) {
    .our-services .our-services-wrapper-box {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1399px) {
    .our-services .our-services-wrapper-box {
        margin-top: 50px;
    }
}

.our-services-box {
    border-bottom: 1px solid #3d3d3d;
    padding: 36px 0;
    display: grid;
    gap: 30px;
    grid-template-columns: 80px 220px 1fr;
    align-items: center;
    transition: all .5s;
}

@media only screen and (max-width: 1399px) {
    .our-services-box {
        grid-template-columns: 50px 200px 1fr;
    }
}

@media only screen and (max-width: 1199px) {
    .our-services-box {
        grid-template-columns: auto 1fr;
    }
}

.our-services-box:hover {
    background-color: #242424;
}

.our-services-box:hover .number {
    transform: translateX(30px);
}

.dir-rtl .our-services-box:hover .number {
    transform: translateX(-30px);
}

@media only screen and (max-width: 1199px) {
    .our-services-box:hover .number {
        transform: none;
    }
}

.our-services-box:hover .wc-btn-circle {
    transform: translateX(-30px);
    background-color: #102EB1;
    border-color: rgba(0, 0, 0, 0);
    color: var(--white);
}

.dir-rtl .our-services-box:hover .wc-btn-circle {
    transform: translateX(30px);
}

@media only screen and (max-width: 1199px) {
    .our-services-box:hover .wc-btn-circle {
        transform: none;
    }
}

.our-services-box:first-child {
    border-top: 1px solid #3d3d3d;
}

.our-services-box .number {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    transition: all .5s;
}

.our-services-box .thumb img {
    border-radius: 60px;
}

.our-services-box .title {
    font-size: 28px;
    line-height: 1.07;
    color: var(--white);
}

@media only screen and (max-width: 991px) {
    .our-services-box .title {
        font-size: 24px;
    }
}

.our-services-box .text {
    color: var(--white-2);
    max-width: 360px;
    text-align: justify;
}

@media only screen and (max-width: 1399px) {
    .our-services-box .text {
        max-width: 330px;
    }
}

.our-services-box .wc-btn-circle {
    width: 70px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    color: var(--white);
    transition: all .5s;
}

@media only screen and (max-width: 991px) {
    .our-services-box .wc-btn-circle {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.our-services-box .wc-btn-circle i {
    transform: rotate(-45deg);
}

.our-services-box .content {
    display: grid;
    gap: 20px;
    grid-template-columns: 31% 1fr auto;
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .our-services-box .content {
        grid-column: span 2;
    }
}

@media only screen and (max-width: 767px) {
    .our-services-box .content {
        grid-template-columns: 1fr;
    }
}

.about-area1 .section-heading1 {
  text-align: center;
}

.about-area1 .section-heading1 .section-title1 {
  max-width: 610px;
  margin-inline: auto;
}

.about-area1 .section-heading1 .section-desc1 {
  max-width: 780px;
  margin: auto;
  margin-top: 22px;
}

.about-area1 .about-thumb1 {
  text-align: center;
  margin-top: 14px;
}

.about-area1 .about-thumb1 img {
  width: 450px;
}

.dir-rtl .about-area1 .about-thumb1 img {
  transform: rotateY(180deg);
}

/* ===== Responsive ===== */

@media only screen and (max-width: 991px) {
  .about-area1 .about-thumb1 img {
    width: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .about-area1 .about-thumb1 img {
    width: 250px;
  }


}

@media only screen and (max-width: 1919px) {
    .section-title1 {
        font-size: 70px;
        margin-top: -24px;
    }
}




.title-wrapper h2 {
    font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 1.07;
}


/* menubar */
.green-feature-box  .thumb{
      width: 60px;
    height: 60px;
}

/*MENU*/
.services-heading{
  color: #000;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 18px;
}

.services-headings{
    color: #fff;
     font-weight: 700;
  font-size: 16px;
  margin-bottom: 18px;
}
.services-mega > .services-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
 
/* show dropdown when hovering SERVICES */
.services-mega:hover > .services-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.title{
        font-family: "Ubuntu", sans-serif;
}
.section-line {
    width: 100%;
    height: 1px;
    background: #000;
    margin: 20px 0;
}
.extra-style{
    padding-bottom: 35px;
}
.specific-item{
padding: 12px;
}

.small-size-icon{
        width: 40px;
    height: 38px;
}


.same-text{
    font-size: 55px;
}

.same-brand{
    width: 100px;
}



.wordpress-service-boxs img{
    width: 45px;
   
}









/*clientarea*/
@media only screen and (min-width: 1200px) {
    .client-area-ehost-inner {
        padding-top: 0
    }
}
.client-area-ehost{
    padding-top: 3.3em;
}
.client-area-ehost .section-title {
    font-size: 55px;
    line-height: 1.25;
    text-align: justify;
    margin-top: -10px;
    max-width: 780px
}

@media only screen and (max-width: 1399px) {
    .client-area-ehost .section-title {
        font-size: 46px;
        max-width: 660px
    }
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .section-title {
        font-size: 38px;
        max-width: 560px
    }
}

@media only screen and (max-width: 991px) {
    .client-area-ehost .section-title {
        font-size: 32px;
        max-width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .client-area-ehost .section-title {
        font-size: 26px
    }
      .same-text{
    font-size: 36px;
}
}

@media (max-width: 575px) {
    .client-area-ehost .section-title {
        font-size: 22px
    }
}

.client-area-ehost .clients-wrapper-box {
    margin-top: 54px
}

@media only screen and (max-width: 1399px) {
    .client-area-ehost .clients-wrapper-box {
        margin-top: 44px
    }
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .clients-wrapper-box {
        margin-top: 34px
    }
}

.client-area-ehost .clients-wrapper {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: repeat(4, 230px);
    justify-content: space-between
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .clients-wrapper {
        grid-template-columns: repeat(4, 180px)
    }
}

@media only screen and (max-width: 991px) {
    .client-area-ehost .clients-wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 575px) {
    .client-area-ehost .clients-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

.client-area-ehost .client-box .title {
    font-size: 23px;
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .client-box .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .client-area-ehost .client-box .title {
        font-size: 18px;
    }
}



.client-area-ehost .client-box .content {
    margin-top: 28px
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .client-box .content {
        margin-top: 23px
    }
}

.client-area-ehost .client-box .text {
    font-size: 18px;
    line-height: 1.28;
    text-align: justify;
    margin-top: 14px
}

@media only screen and (max-width: 1399px) {
    .client-area-ehost .client-box .text {
        font-size: 18px
    }
}

@media only screen and (max-width: 1199px) {
    .client-area-ehost .client-box .text {
        font-size: 15px
    }
}

@media only screen and (max-width: 991px) {
    .client-area-ehost .client-box .text {
        font-size: 14px
    }
}




/* button style */


 /*BUTTON*/
 .btn-swap-circle i {
    transform: rotate(-45deg);
}
.btn-swap {
  display: inline-flex;
  align-items: center;
  position: relative;
}


.btn-swap-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #102EB1;
  color: #fff;
  transition: all 0.4s ease;
}

.btn-swap-text{
  display: inline-flex;
  align-items: center;
  border: 2px solid #000;
  font-weight: 600 !important;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  color: #000;
  transition: all 0.4s ease;
}

/* Pill */
.btn-swap-text {
  padding: 14px 34px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  white-space:nowrap;
  z-index: 2;
}

/* Circle */
.btn-swap-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 18px;
}

/* Default state */
.btn-swap-left {
  transform: scale(0);
  margin-right: -52px;
}

.btn-swap-right {
  transform: scale(1);
  margin-left: 0px;
}

/* Hover swap */
.btn-swap:hover .btn-swap-left {
  transform: scale(1);
  margin-right: 0px;
}

.btn-swap:hover .btn-swap-right {
  transform: scale(0);
  margin-left: -52px;
}


/* ===============================
   RESPONSIVE MENU CONTROL
   Show menu only up to 1200px
================================ */

/* Mobile & Tablet */
@media screen and (max-width:1200px){

  .zayn-trigger-btn,
  .zayn-trigger-label{
    display:flex;
  }

  .zayn-menu-overlay{
    display:block;
  }

}

/* Desktop & Large Screens */
@media screen and (min-width:1201px){

  .zayn-trigger-btn,
  .zayn-trigger-label{
    display:none !important;
  }

  .zayn-menu-overlay{
    display:none !important;
  }

}



:root {
  --bg: #ffffff;
  --panel: #0e0d0b;
  --amber: #102EB1;
  --amber-dim: rgba(232,160,32,0.08);
  --amber-line: rgba(232,160,32,0.2);
  --white: #f5f0e8;
  --muted: #ffffff;
  --faint: #1c1b18;
}

.zayn-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.zayn-trigger-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
}
.zayn-trigger-btn span {
  display: block;
  height: 1px;
  background: #102EB1;
  transition: all 0.4s cubic-bezier(0.76,0,0.24,1);
}
.zayn-trigger-btn span:nth-child(1) { width: 32px; }
.zayn-trigger-btn span:nth-child(2) { width: 20px; margin-left: 6px; }
.zayn-trigger-btn span:nth-child(3) { width: 26px; }
.zayn-trigger-btn:hover span { background: var(--amber); }
.zayn-trigger-btn:hover span:nth-child(1) { width: 32px; }
.zayn-trigger-btn:hover span:nth-child(2) { width: 32px; margin-left: 0; }
.zayn-trigger-btn:hover span:nth-child(3) { width: 32px; }

.zayn-trigger-label {
  font-family: "Ubuntu", sans-serif;
  font-size: 9px;
  letter-spacing: 4px;
  color: var(--muted);
  text-transform: uppercase;
}

/* ── OVERLAY ── */
.zayn-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  pointer-events: none;
}
.zayn-menu-overlay.open {
  visibility: visible;
  z-index: 66666677;
  pointer-events: all;
}

.zayn-menu-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 100;
  opacity: 0.4;
}

.zayn-curtain {
  position: absolute;
  top: 0; bottom: 0;
  width: 100%;
  background: var(--panel);
  transform: translateY(-100%);
  z-index: 1;
}
.zayn-curtain-1 { background: #0e0d0b; transition: transform 0.65s cubic-bezier(0.76,0,0.24,1); }
.zayn-curtain-2 { background: #0c0b09; transition: transform 0.65s cubic-bezier(0.76,0,0.24,1) 0.06s; }
.zayn-menu-overlay.open .zayn-curtain { transform: translateY(0); }

/* ── INNER LAYOUT ── */
.zayn-menu-inner {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0;
  opacity: 0;
}
.zayn-menu-overlay.open .zayn-menu-inner {
  opacity: 1;
  transition: opacity 0.01s 0.4s;
}

/* ── TOP BAR ── */
.zayn-menu-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 0;
  flex-shrink: 0;
}

.zayn-menu-logo {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  letter-spacing: 6px;
  color: var(--white);
  text-decoration: none;
  line-height: 1;
}
.zayn-menu-logo em {
  font-style: normal;
  color: var(--amber);
}

.zayn-menu-close {
  width: 44px; height: 44px;
  background: var(--faint);
  border: 1px solid var(--amber-line);
  cursor: pointer;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.3s, border-color 0.3s;
  flex-shrink: 0;
}
.zayn-menu-close::before,
.zayn-menu-close::after {
  content: '';
  position: absolute;
  width: 16px; height: 1px;
  background: var(--muted);
  transition: background 0.3s, transform 0.3s;
}
.zayn-menu-close::before { transform: rotate(45deg); }
.zayn-menu-close::after  { transform: rotate(-45deg); }
.zayn-menu-close:hover { background: var(--amber); border-color: var(--amber); }
.zayn-menu-close:hover::before,
.zayn-menu-close:hover::after { background: var(--bg); }

/* ── AMBER RULE ── */
.zayn-menu-rule {
  height: 1px;
  margin: 24px 28px 0;
  background: linear-gradient(90deg, var(--amber) 0%, var(--amber-line) 40%, transparent 100%);
  flex-shrink: 0;
  transform: scaleX(0);
  transform-origin: left;
}

/* ── NAV ── */
.zayn-menu-nav {
  flex: 1;
  padding: 16px 0 0;
  overflow-y: auto;
  scrollbar-width: none;
}
.zayn-menu-nav::-webkit-scrollbar { display: none; }

.zayn-nav-item {
  border-bottom: 1px solid var(--faint);
  overflow: hidden;
}
.zayn-nav-item:first-child { border-top: 1px solid var(--faint); }

.zayn-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  height: 55px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.zayn-nav-link::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--amber);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.35s cubic-bezier(0.76,0,0.24,1);
}
.zayn-nav-link:hover::before,
.zayn-nav-item.open .zayn-nav-link::before { transform: scaleY(1); }
.zayn-nav-link:hover { background: var(--amber-dim); }

.zayn-nav-num {
  font-family: "Ubuntu", sans-serif;
  font-size: 9px;
  color: var(--muted);
  letter-spacing: 1px;
  width: 20px;
  flex-shrink: 0;
  transition: color 0.3s;
}
.zayn-nav-link:hover .zayn-nav-num { color: var(--amber); }

.zayn-nav-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 28px;
  color: var(--muted);
  line-height: 1;
  transition: color 0.3s, letter-spacing 0.4s cubic-bezier(0.76,0,0.24,1);
  flex: 1;
  padding-left: 36px;
}
.zayn-nav-link:hover .zayn-nav-title { color: var(--white); }
.zayn-nav-item.open .zayn-nav-link .zayn-nav-title { color: var(--amber); }

.zayn-nav-icon {
  width: 32px; height: 32px;
  border: 1px solid var(--faint);
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  color: var(--muted);
  flex-shrink: 0;
  transition: all 0.35s;
}
.zayn-nav-link:hover .zayn-nav-icon {
  border-color: var(--amber);
  color: var(--amber);
  transform: rotate(-45deg);
}
.zayn-nav-item.open .zayn-nav-link .zayn-nav-icon {
  border-color: var(--amber);
  color: var(--amber);
  transform: rotate(45deg);
}

/* ── SUB MENU ── */
.zayn-sub-menu {
  display: none;
  padding: 12px 28px 20px 64px;
  background: rgba(14,13,11,0.6);
  border-top: 1px solid var(--faint);
}
.zayn-nav-item.open .zayn-sub-menu { display: block; }

.zayn-sub-group { margin-bottom: 16px; }
.zayn-sub-group:last-child { margin-bottom: 0; }

.zayn-sub-label {
  font-family: "Ubuntu", sans-serif;
  font-size: 8px;
  letter-spacing: 3px;
  color: var(--amber);
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--amber-line);
}

.zayn-sub-links { display: flex; flex-wrap: wrap; gap: 6px; }

.zayn-sub-links a {
  font-family: "Ubuntu", sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid var(--faint);
  transition: all 0.25s;
  display: inline-block;
}
.zayn-sub-links a:hover {
  color: var(--white);
  border-color: var(--amber-line);
  background: var(--amber-dim);
}

/* ── BOTTOM BAR ── */
.zayn-menu-bottom {
  flex-shrink: 0;
  padding: 20px 28px 36px;
  border-top: 1px solid var(--faint);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.zayn-contact-stack { display: flex; flex-direction: column; gap: 6px; }

.zayn-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.25s;
}
.zayn-contact-item:hover { opacity: 1 !important; }
.zayn-contact-stack:hover .zayn-contact-item:not(:hover) { opacity: 0.4; }

.zayn-c-icon {
  width: 20px; height: 20px;
  display: flex; align-items: center; justify-content: center;
  color: var(--amber);
  font-size: 9px;
}
.zayn-c-text {
  font-family: "Ubuntu", sans-serif;
  font-size: 9px;
  white-space: nowrap;
  letter-spacing: 1.5px;
  color: var(--muted);
  transition: color 0.25s;
}
.zayn-contact-item:hover .zayn-c-text { color: var(--white); }

/* CTA */
.zayn-menu-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--amber);
  color: var(--bg);
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 12px 18px;
  transition: all 0.35s;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.zayn-menu-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--white);
  transform: translateX(-101%);
  transition: transform 0.4s cubic-bezier(0.76,0,0.24,1);
}
.zayn-menu-cta:hover::before { transform: translateX(0); }
.zayn-menu-cta span, .zayn-menu-cta i { position: relative; z-index: 1; }
.zayn-menu-cta i { font-size: 10px; transition: transform 0.3s; }
.zayn-menu-cta:hover i { transform: rotate(-45deg); }

/* ── SOCIAL ── */
.zayn-menu-social {
  display: flex;
  gap: 0;
  margin: 0 auto;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.zayn-menu-social a {
  font-family: "Ubuntu", sans-serif;
  font-size: 8px;
  letter-spacing: 2px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 10px;
  border: 1px solid var(--faint);
  margin-right: -1px;
  margin-bottom: -1px;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 5px;
}
.zayn-menu-social a:hover {
  color: var(--amber);
  border-color: var(--amber-line);
  background: var(--amber-dim);
  z-index: 1;
  position: relative;
}

/* ── DECO ── */
.zayn-deco-line {
  position: absolute;
  top: 80px; bottom: 80px;
  right: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--faint) 20%, var(--faint) 80%, transparent);
  z-index: 0;
  pointer-events: none;
}
.zayn-deco-dot {
  position: absolute;
  right: 23px;
  width: 11px; height: 11px;
  border: 1px solid var(--amber);
  background: var(--bg);
  transform: rotate(45deg);
  animation: zayn-dot-pulse 3s ease-in-out infinite;
}
.zayn-deco-dot.zayn-top { top: 76px; }
.zayn-deco-dot.zayn-bot { bottom: 76px; animation-delay: 1.5s; }

@keyframes zayn-dot-pulse {
  0%, 100% { opacity: 0.2; }
  50%       { opacity: 0.8; }
}

/* ── ITEM ANIMATIONS ── */
.zayn-nav-item {
  opacity: 0;
  transform: translateX(40px);
}
.zayn-menu-rule     { opacity: 0; }
.zayn-menu-topbar   { opacity: 0; transform: translateY(-10px); }
.zayn-menu-bottom   { opacity: 0; transform: translateY(10px); }
.zayn-menu-social   { opacity: 0; transform: translateY(10px); }





/* other styles*/

.expertise-wrapper{
    display:flex;
}

.crm-project-area{
    padding-bottom: 65px;
}

.feature-woocommerce-thumb img{
    
    width: 96px;
}



















/* Redesigned Contact Pricing Area (Locations) */
.contact-pricing-area.redesign {
    background-color: #ffffff !important;
    background-image: none !important;
    position: relative;
    overflow: hidden;
    padding: 5px 0;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.contact-pricing-area.redesign::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 60%;
    height: 80%;
    background: radial-gradient(circle, rgba(16, 46, 177, 0.05) 0%, transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.contact-pricing-area.redesign .section-header {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-bottom: 60px;
}

.contact-pricing-area.redesign .section-title {
    font-family: "Ubuntu", sans-serif;
    color: #121212 !important;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    margin-bottom: 15px;
    display: block !important;
    letter-spacing: -0.02em;
}

.contact-pricing-area.redesign .section-desc {
    font-family: "Ubuntu", sans-serif;
    color: rgba(18, 18, 18, 0.6);
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    display: block !important;
}

.pricing-wrapper-box {
    position: relative;
    z-index: 2;
}

.pricing-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px;
}

@media (max-width: 1199px) {
    .pricing-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .pricing-wrapper {
        grid-template-columns: 1fr !important;
    }
}

.glass-card {
    background: #f5f5f5 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
    border-radius: 20px;
    padding: 35px 30px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex !important;
    flex-direction: column;
    height: 100%;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02) !important;
}

.glass-card:hover {
    transform: translateY(-10px);
    border-color: rgba(16, 46, 177, 0.2) !important;
    box-shadow: 0 25px 50px rgba(16, 46, 177, 0.05) !important;
}

.glass-card .card-flag-wrapper {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 1),
                0 0 0 5px rgba(16, 46, 177, 0.08); /* Double border effect */
    margin-bottom: 30px;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    z-index: 1;
}

.glass-card .card-flag-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.glass-card:hover .card-flag-wrapper {
    transform: scale(1.1) translateY(-6px);
    box-shadow: 0 15px 30px rgba(16, 46, 177, 0.15),
                0 0 0 4px rgba(255, 255, 255, 1),
                0 0 15px 6px rgba(16, 46, 177, 0.12); /* Glowing double border effect on hover */
}

.glass-card .card-flag-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.glass-card .card-icon {
    width: 60px;
    height: 60px;
    background: rgba(16, 46, 177, 0.1);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    color: #102EB1;
}

.glass-card .price {
    font-family: "Ubuntu", sans-serif;
    font-size: 26px !important;
    color: #000000 !important;
    margin-bottom: 25px !important;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.glass-card .feature-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.glass-card .feature-list li {
    font-family: "Ubuntu", sans-serif;
    color: #444444 !important;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.glass-card .list-icon {
    color: #102EB1;
    flex-shrink: 0;
    margin-top: 2px;
    background: rgba(16, 46, 177, 0.05);
    padding: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.5s ease;
}

.glass-card:hover .list-icon {
    background: #102EB1;
    color: #ffffff;
    transform: rotate(360deg) scale(1.05);
}

.glass-card .list-icon svg {
    width: 16px;
    height: 16px;
}

.glass-card .card-footer {
    margin-top: auto;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transition: border-color 0.4s ease;
}

.glass-card:hover .card-footer {
    border-top-color: rgba(16, 46, 177, 0.1);
}

.glass-card .map-link {
    color: #000000 !important;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    transition: color 0.4s ease;
}

.glass-card .map-link i {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.glass-card:hover .map-link {
    color: #102EB1 !important;
}

.glass-card:hover .map-link i {
    transform: translateX(6px);
}




/*error page*/

.error-area {
  height: 100vh;
  padding-top: 70px;
  display: flex;
  align-items: center;
}
.error-area .section-title {
  margin-top: 0;
}
.error-area .section-content {
  text-align: center;
  position: relative;
}
.error-area .section-content .shape-1 {
  position: absolute;
  top: calc(100% + 13px);
  inset-inline-start: 110px;
}
@media only screen and (max-width: 767px) {
  .error-area .section-content .shape-1 {
    display: none;
  }
}
.error-area .section-content .error-shape img {
  max-width: 464px;
}
@media only screen and (max-width: 1399px) {
  .error-area .section-content .error-shape img {
    max-width: 364px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .error-shape img {
    max-width: 264px;
  }
}
@media only screen and (max-width: 767px) {
  .error-area .section-content .error-shape img {
    max-width: 200px;
  }
}
.error-area .section-content .text {
  max-width: 340px;
  margin-inline: auto;
}
.error-area .section-content .section-title-wrapper {
  margin-top: 42px;
}
@media only screen and (max-width: 1399px) {
  .error-area .section-content .section-title-wrapper {
    margin-top: 32px;
  }
}
.error-area .section-content .text-wrapper {
  margin-top: 16px;
}
.error-area .section-content .btn-wrapper {
  margin-top: 43px;
}
@media only screen and (max-width: 1399px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 33px;
  }
}




/*span-smalltitle*/
.major-works-section {
    padding: 80px 0;
}

.major-works-header {
    position: relative;
}

.small-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.main-title {
    font-size: 64px;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

.main-title span {
    font-weight: 400;
}

.line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: #ccc;
}

/* Responsive */
@media (max-width: 768px) {
    .main-title {
        font-size: 36px;
    }
}

/*menu deco line*/
.section-line {
    width: 100%;
    height: 1px;
    background: #000;
    /* light gray line */
    position: relative;
    margin: 20px 0;
}

.section-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 35px;
    /* length of dark segment */
    height: 3px;
    background: #323131;
    /* dark color */
}



.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
    background: none;
    margin-top: 0
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
    font-size: 10px;
    font-weight: 600;
    background: #ffa38e;
    color: var(--black);
    padding: 3px 7px;
    line-height: 1;
    display: flex;
    align-items: center;
    border-radius: 2px
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 15px 0;
    padding-inline-start: 15px;
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: var(--white);
    text-transform: capitalize;
    border-top: 1px solid var(--black-4);
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    align-items: center;
    outline: none;
    transform: translateY(var(--y)) translateZ(0);
    transition: transform .4s ease, box-shadow .4s ease;
    box-sizing: border-box
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    color: var(--black);
    border-color: var(--white-4)
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
        font-size: 20px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    width: 54px;
    height: 54px;
    justify-content: center;
    font-weight: 300;
    border: none !important
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    background-color: var(--white-4)
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    right: 275px
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
        height: 50px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
    opacity: 1
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
    background-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-top: 1px solid var(--black-4)
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
    border-color: var(--white-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 20px;
    text-transform: capitalize;
    border-top: none !important;
    padding: 12px 0;
    padding-inline-start: 30px
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
        font-size: 18px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 58px
}

@media only screen and (max-width: 991px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 25px
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
        height: 22px
    }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
    border-bottom: 1px solid var(--black-4)
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
    padding-left: 40px
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
    padding: 0;
    background: none;
    max-height: auto;
    overflow-y: scroll
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
    width: 0
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
    display: none !important
}

.light .main-menu li a:hover {
    color: var(--primary)
}

.light .main-menu-2 li a {
    color: var(--black)
}

.light .main-menu-2 li a:hover {
    color: var(--primary)
}

.light .main-menu-3 li a {
    color: var(--black)
}

.light .main-menu-3 li a:hover {
    color: var(--primary)
}

.light .sidebar-menu li a {
    color: var(--black)
}

.light .sidebar-menu li a:hover {
    color: var(--primary)
}

.light .menu-with-number li a {
    color: var(--black)
}

.light .menu-with-number li a:hover span {
    color: var(--black)
}

.light .menu-with-number li a:hover span::before {
    background-color: var(--black)
}

.light .menu-with-number li a span {
    color: var(--black-9)
}

.light .menu-with-number li a span::before {
    background-color: var(--black-9)
}

.light .menu-with-number li a.active span {
    color: var(--black)
}

.light .menu-with-number li a.active span::before {
    background-color: var(--black)
}

.modal__dialog {
    width: 760px;
    max-width: 100%;
    margin-top: 100px
}

@media only screen and (max-width: 991px) {
    .modal__dialog {
        width: 700px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 767px) {
    .modal__dialog {
        width: 350px
    }
}

.modal__content {
    height: 500px
}

@media only screen and (max-width: 767px) {
    .modal__content {
        height: 300px
    }
}

.modal__content iframe {
    width: 100%;
    height: 100%
}

.modal__close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: -15px;
    right: -15px;
    z-index: 9;
    border-radius: 50px;
    font-size: 20px;
    color: var(--white);
    background: var(--black);
    transition: all .3s
}

.modal__close:hover {
    color: var(--primary)
}

.modal__sfluence {
    width: 100%;
    height: 100%;
    padding: 60px
}

@media only screen and (max-width: 767px) {
    .modal__sfluence {
        padding: 20px 10px
    }
}

.modal__sfluence-area {
    width: 100vw;
    height: 100vh;
    background: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    transform: scale(0.5)
}

.modal__sfluence-area.showed {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.modal__sfluence-area .close_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0px;
    right: 20px;
    z-index: 9;
    border-radius: 50px;
    font-size: 30px;
    color: var(--white);
    transition: all .3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__sfluence-area .close_btn:hover {
    color: var(--primary)
}

@media only screen and (max-width: 767px) {
    .modal__sfluence-area .close_btn {
        right: 0
    }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {

    .modal__sfluence-area iframe,
    .modal__sfluence-area video {
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-top: 45%
    }
}

.cursor {
    position: fixed;
    pointer-events: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: var(--var(--white));
    background: var(--black);
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 0;
    mix-blend-mode: hard-light;
    transition: all .3s
}

.cursor.large {
    width: 180px;
    height: 180px;
    text-align: center;
    font-size: 19px;
    font-weight: 400
}

.cursor1 {
    position: fixed;
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .15s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor1 {
        display: none
    }
}

.cursor2 {
    position: fixed;
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor2 {
        display: none
    }
}

.cursor-testi {
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: var(--black);
    border-radius: 50%;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: .2s;
    z-index: 999
}

@media(max-width: 1200px) {
    .cursor-testi {
        display: none
    }
}

@supports(mix-blend-mode: exclusion) {

    .wc-cursor.exclusion,
    .wc-cursor.opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {

    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white)
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor
}

.wc-cursor.inverse {
    color: var(--white)
}

.wc-cursor.visible:before {
    transform: scale(0.2)
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.wc-cursor.pointer:before {
    transform: scale(0.15)
}

.wc-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.wc-cursor.opaque:before {
    transform: scale(1.32)
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2)
}

.wc-cursor.sm:before {
    transform: scale(1.25)
}

.wc-cursor.md:before {
    transform: scale(1.5)
}

.wc-cursor.lg:before {
    transform: scale(2)
}

.wc-cursor.xl:before {
    transform: scale(2.5)
}

.wc-cursor.xxl:before {
    transform: scale(3)
}

.wc-cursor.hidden:before {
    transform: scale(0)
}

.color-accent-lilac {
    color: #8d53e9
}

.color-accent-lilac-bg {
    background: #8d53e9
}

.wc-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    contain: layout style size;
    pointer-events: none;
    will-change: transform;
    color: var(--primary);
    transition: opacity .3s, color .4s
}

.wc-cursor:before {
    content: "";
    position: absolute;
    top: -24px;
    left: -24px;
    display: block;
    width: 48px;
    height: 48px;
    transform: scale(0);
    background: currentColor;
    border-radius: 50%;
    transition: transform .3s ease-in-out, opacity .1s
}

.wc-cursor-text {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: var(--white);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    transition: opacity .4s, transform .3s
}

.wc-cursor.text .wc-cursor-text {
    opacity: 1;
    transform: scale(1)
}

@supports(mix-blend-mode: exclusion) {

    .wc-cursor.-exclusion,
    .wc-cursor.-opaque {
        mix-blend-mode: exclusion
    }
}

@supports(mix-blend-mode: exclusion) {

    .wc-cursor.exclusion:before,
    .wc-cursor.opaque:before {
        background: var(--white)
    }
}

.wc-cursor.normal,
.wc-cursor.text {
    mix-blend-mode: normal
}

.wc-cursor.normal:before,
.wc-cursor.text:before {
    background: currentColor
}

.wc-cursor.inverse {
    color: var(--white)
}

.wc-cursor.visible:before {
    transform: scale(0.2)
}

.wc-cursor.visible.active:before {
    transform: scale(0.23);
    transition-duration: .2s
}

.wc-cursor.pointer:before {
    transform: scale(0.15)
}

.wc-cursor.text:before {
    opacity: .85;
    transform: scale(1.7)
}

.wc-cursor.text.active:before {
    transform: scale(1.6);
    transition-duration: .2s
}

.wc-cursor.opaque:before {
    transform: scale(1.32)
}

.wc-cursor.opaque.active:before {
    transform: scale(1.2)
}

.wc-cursor.sm:before {
    transform: scale(1.25)
}

.wc-cursor.md:before {
    transform: scale(1.5)
}

.wc-cursor.lg:before {
    transform: scale(2)
}

.wc-cursor.xl:before {
    transform: scale(2.5)
}

.wc-cursor.xxl:before {
    transform: scale(3)
}

.wc-cursor.xxxl:before {
    transform: scale(3.5)
}

.wc-cursor.hidden:before {
    transform: scale(0)
}

.progress__item p.title,
.progress__item-2 p.title {
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    color: var(--white);
    padding-bottom: 15px;
    text-transform: uppercase
}

.progress__item-2 {
    padding-bottom: 25px
}

.light .progress__item p.title,
.light .progress__item-2 p.title {
    color: var(--black)
}

.light .developer-skill__resume .sonny_progressbar .progress-percent {
    color: var(--black)
}

.cf-cta__text-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    grid-gap: 45px
}

@media only screen and (max-width: 991px) {
    .cf-cta__text-wrapper {
        grid-template-columns: 1fr
    }
}

.cf-cta__btn .wc-btn-default {
    font-size: 18px;
    font-weight: 600;
    padding: 35px 75px;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    border-width: 0
}

.dark .cf-cta__btn .wc-btn-default {
    background-color: var(--black);
    color: var(--white)
}

@media only screen and (max-width: 1199px) {
    .cf-cta__btn .wc-btn-default {
        padding: 20px 40px;
        font-weight: 500
    }
}

.dark .cf-cta__btn .wc-btn-default:hover {
    color: var(--black)
}

.cf-cta__text {
    max-width: 250px;
    position: absolute;
    inset-inline-end: -30px;
    top: 47%;
    transform: translateY(-50%)
}

@media only screen and (max-width: 1199px) {
    .cf-cta__text {
        inset-inline-end: -130px;
        max-width: 270px
    }
}

@media only screen and (max-width: 991px) {
    .cf-cta__text {
        inset-inline-end: 0;
        max-width: 270px
    }
}

@media only screen and (max-width: 767px) {
    .cf-cta__text {
        position: static;
        transform: none
    }
}

.cf-cta__text p {
    font-size: 18px
}

.dark .cf-cta__text p {
    color: #555
}

.cf-cta__sec-title-wrapper {
    position: relative
}

@media only screen and (max-width: 767px) {
    .cf-cta__sec-title-wrapper .sec-title-18 {
        margin-bottom: 20px;
        font-size: 40px
    }
}

.switcher__area {
    position: relative;
    direction: ltr
}

@media only screen and (max-width: 767px) {
    .switcher__area {
        display: none
    }
}

.switcher__icon {
    position: fixed;
    width: 50px;
    height: 50px;
    background: var(--white);
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all .3s;
    mix-blend-mode: exclusion
}

.switcher__icon i {
    color: var(--black)
}

.switcher__icon button {
    font-size: 24px;
    color: var(--black);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all .3s
}

.switcher__icon button:hover {
    color: var(--white-2)
}

.switcher__icon button#switcher_open {
    animation: wcSpinner 5s infinite linear
}

.switcher__items {
    width: 280px;
    padding: 50px 30px;
    background: var(--black);
    position: fixed;
    right: -280px;
    top: 40%;
    z-index: 99;
    transform: translateY(-50%);
    font-family: var(--font_primary);
    transition: all .3s
}

.switcher__items .wc-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px
}

.switcher__item {
    margin-bottom: 30px
}

@media only screen and (max-width: 1399px) {
    .switcher__item:nth-child(3) {
        display: none
    }
}

.switcher__item:last-child {
    margin-bottom: 0
}

.switcher__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--white) !important;
    text-transform: capitalize;
    padding-bottom: 10px
}

.switcher__btn button {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    background: #2b2b2f;
    border-radius: 4px;
    padding: 10px 15px;
    text-transform: capitalize
}

.switcher__btn button:hover,
.switcher__btn button.active {
    color: var(--white)
}

.switcher__btn select {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: var(--white-2);
    width: 100%;
    border: none;
    padding: 9px 10px;
    border-radius: 4px;
    background: #2b2b2f;
    text-transform: capitalize;
    outline: none;
    cursor: pointer
}

#switcher_close {
    display: none
}

.overlay-switcher-close {
    position: fixed;
    z-index: 99;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: none
}

.overlay-switcher-close.show-overlay {
    display: block
}

.offcanvas-3__area {
    background: var(--primary);
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px 50px 70px;
    z-index: 100000;
    overflow: hidden
}

@media(max-height: 500px) {
    .offcanvas-3__area {
        padding: 40px
    }
}

.offcanvas-3__inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__inner {
        grid-template-columns: 260px 1fr
    }
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__inner {
        overflow-y: scroll;
        display: flex;
        flex-direction: column
    }
}

@media(max-height: 500px) {
    .offcanvas-3__inner {
        overflow-y: scroll
    }
}

.offcanvas-3__inner::-webkit-scrollbar {
    width: 0
}

.offcanvas-3__meta li {
    font-size: 18px;
    line-height: 20px;
    color: var(--white);
}

.offcanvas-3__meta li:not(:last-child) {
    margin-bottom: 19px
}

.offcanvas-3__meta li a:hover {
    color: var(--secondary)
}

.offcanvas-3__meta-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: space-between
}

.offcanvas-3__social .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 10px
}

.offcanvas-3__social-links {
    display: flex;
    gap: 20px
}

.offcanvas-3__social-links a {
    font-size: 18px;
    color: var(--white)
}

.offcanvas-3__social-links a:hover {
    color: var(--secondary)
}

.offcanvas-3__menu {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

.offcanvas-3__menu ul {
    position: relative;
    padding-top: 0px;
    padding-bottom: 32px;
}

.offcanvas-3__menu ul:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #333337;
    inset-inline-start: 8px;
    top: 0
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu ul:before {
        display: none
    }
}

@media(max-height: 500px) {
    .offcanvas-3__menu ul:before {
        height: 100%
    }
}

.offcanvas-3__menu li {
    padding-inline-start: 58px;
    position: relative
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li {
        padding-left: 0
    }
}

.offcanvas-3__menu li:hover>a {
    color: var(--white)
}

.offcanvas-3__menu li:hover:before {
    opacity: 1;
    visibility: visible
}

.offcanvas-3__menu li:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: var(--white);
    border-radius: 50%;
    border: 4px solid var(--black-2);
    inset-inline-start: 0;
    top: 38%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

@media only screen and (max-width: 767px) {
    .offcanvas-3__menu li:before {
        display: none
    }
}

.offcanvas-3__menu li:not(:last-child) {
    margin-bottom: 26px
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li:not(:last-child) {
        margin-bottom: 20px
    }
}

.offcanvas-3__menu li a {
    font-size: 120px;
    font-size: 16px;
    color: var(--secondary);
    text-transform: uppercase;
    line-height: .9;
    position: relative;
    transition: all .5s cubic-bezier(0, 0, 0.23, 1);
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(90deg, #fff, #ddd 50%, #666 0);
    background-size: 200% 100%;
    background-position: 100%;
    transform: perspective(359px) rotateY(-18deg)
}

.offcanvas-3__menu li a:hover {
    background-position: 0;
    color: #fff;
    letter-spacing: 1.5px
}

@media only screen and (max-width: 1399px) {
    .offcanvas-3__menu li a {
        font-size: 7vh
    }
}

@media only screen and (max-width: 1199px) {
    .offcanvas-3__menu li a {
        font-size: 6vh
    }
}

@media only screen and (max-width: 991px) {
    .offcanvas-3__menu li a {
        font-size: 16px;
        color: rgba(255, 255, 255, .6705882353);
        background-image: unset;
        -webkit-text-fill-color: unset
    }
}

.offcanvas-3__menu-wrapper {
    display: flex;
    align-items: flex-end;
    overflow-y: hidden
}

.offcanvas-3__area {
    left: 0%;
    opacity: 0;
    visibility: hidden;
    transform: perspective(359px) rotateY(50deg)
}

.offcanvas-3__menu ul li {
    opacity: 0;
    top: -100px;
    position: relative;
    transform: perspective(359px) rotateX(50deg)
}

.offcanvas-3__meta {
    opacity: 0;
    top: -30px;
    position: relative
}

.offcanvas-3__social {
    opacity: 0;
    top: -30px;
    position: relative
}

.close-button {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--black-2);
    position: relative;
    border: 1px solid #333337;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .close-button {
        width: 50px;
        height: 50px
    }
}

.close-button:hover {
    background-color: var(--secondary)
}

.close-button:hover span {
    background-color: var(--primary)
}

.close-button span {
    width: 26px;
    height: 1px;
    display: inline-block;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .5s
}

@media only screen and (max-width: 767px) {
    .close-button span {
        width: 20px
    }
}

.close-button span:first-child {
    transform: translateX(-50%) rotate(45deg)
}

.close-button span:last-child {
    transform: translateX(-50%) rotate(-45deg)
}

.cf_feature.style-1 .thumb {
    margin-bottom: 50px
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-1 .thumb {
        margin-bottom: 30px
    }
}

.cf_feature.style-1 .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px
}

.cf_feature.style-1 .title:hover {
    color: var(--action)
}

.cf_feature.style-1 .text {
    color: var(--primary)
}

.cf_feature.style-1 .btn-wrapper {
    display: none
}

.cf_feature.text-design {
    padding: 60px;
    padding-left: 70px;
    padding-right: 0;
    border-left: 1px solid rgba(18, 18, 18, .06)
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design {
        padding-left: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.text-design {
        border: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.text-design {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.cf_feature.text-design .thumb {
    margin-bottom: 30px
}

.cf_feature.text-design .title-2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.16;
    text-decoration-line: underline;
    margin-bottom: 40px
}

@media only screen and (max-width: 1199px) {
    .cf_feature.text-design .title-2 {
        font-size: 22px;
        margin-bottom: 20px
    }
}

.cf_feature.style-2 {
    padding: 60px;
    border-right: 1px solid rgba(18, 18, 18, .06)
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-2 {
        padding: 30px
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-2 {
        padding-left: 0
    }
}

.cf_feature.style-2:first-child {
    padding-left: 0
}

.cf_feature.style-2:last-child {
    border-right: 0;
    padding-right: 0
}

.font-heading-Beatricetrial h1,
.font-heading-Beatricetrial h2,
.font-heading-Beatricetrial h3,
.font-heading-Beatricetrial h4,
.font-heading-Beatricetrial h5,
.font-heading-Beatricetrial h6 {
    font-family: var(--font_beatricetrial)
}

.cf_feature.style-3 {
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 50px;
    padding-bottom: 0
}

@media only screen and (max-width: 1199px) {
    .cf_feature.style-3 {
        padding: 30px
    }
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 {
        flex-basis: 45%;
        border: 0;
        padding-left: 0
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 {
        padding-left: 0;
        margin-bottom: 0;
        flex-basis: 100%;
        padding-bottom: 20px
    }
}

.cf_feature.style-3:first-child {
    padding-left: 0
}

.cf_feature.style-3:last-child {
    border-right: 0
}

.cf_feature.style-3:hover .title {
    padding-left: 15px
}

.cf_feature.style-3:hover .title::before {
    left: 0
}

.cf_feature.style-3 .content {
    overflow: hidden
}

.cf_feature.style-3 .count-title {
    color: var(--primary);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px
}

.cf_feature.style-3 .title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 25px;
    transition: .3s;
    position: relative
}

.cf_feature.style-3 .title::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--primary)
}

.cf_feature.style-3 .title:hover {
    color: var(--action)
}

.cf_feature.style-3 .text {
    margin-bottom: 100px
}

@media only screen and (max-width: 991px) {
    .cf_feature.style-3 .text {
        margin-bottom: 50px
    }
}

@media only screen and (max-width: 767px) {
    .cf_feature.style-3 .text {
        margin-bottom: 20px
    }
}

.cf_feature.style-3 .btn-underline {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: var(--primary);
    text-transform: capitalize
}
