/*-----------------------------------------------------------------------------------

    [Master Stylesheet]

    Project:    Webite
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]

         01. header
         02. hero-section
         03. rating
         04. get-a-quote
         05. button style
         06. experiencef
         07. scroll-to-top
         08. branding
         09. heading
         10. mission
         11. recommended-companies.
         12. marquee
         13. workflow
         14. webilte-reviews
         15. webilte-text
         16. services-style
         17. video-img
         18. heading-rating
         19. team-style
         20. img-hover
         21. project-style
         22. pricing
         23. question-answer
         24. accordion
         25. blog
         26. footer-contact
         27. footer-link
         28. footer-center
         29. footer-bottom
         30. wrapper
         31. hero-text.two
         32. hero-text.subscribe-form
         33. get-subscribee
         34. hero-section.for
         35. preloader

-----------------------------------------------------------------------------------*/ 
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:wght@400;500;600;700&display=swap');

:root {
    --theme-color : #CDDE4F;
} 

body {
    font-family: 'Instrument Sans';
    overflow-x: hidden;
}

p{
    font-family: 'Instrument Sans';
    font-size: 16px;
    line-height: 30px;
    color: #444;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
h1{ 
  font-size: 80px;
  line-height: 100px;
}
h2{

    font-size: 60px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 24px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: 18px;
}
img {
    max-width: 100%;
}
.gap {
    padding: 120px 0;
}
.no-top{
    padding-top: 0;
}
.no-bottom{
    padding-bottom: 0;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
    margin: 0;
}
@media only screen and (max-width: 51920px) and (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
} 
/* 01. header */
header {
    position: absolute;
    z-index: 4;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.clients-slider .item {
    display: flex;
    justify-content: center;
}
.header-left {
    display: flex;
    align-items: center;
    background-color: #ffffff17;
    padding: 10px;
    border-radius: 150px;
    backdrop-filter: blur(10px);
    padding-right: 10px;
}

.header-left ul {
    display: flex;
    gap: 50px;
    padding-left: 70px;
}

.header-left ul li a {
    color: #fff;
    text-transform: capitalize;
}
.header-left ul li a:hover {
    color: var(--theme-color);
}
.header-btn {
    padding-left: 96px;
}  
.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 02. hero-section */
.hero-section {
    position: relative;
    padding-top: 235px;
    overflow: hidden;
    padding-bottom: 120px;
}
 .hero-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .8;
} 
ul.stars {
    display: inline-flex;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
}
ul.stars li {
    padding: 4px 2px;
    line-height: 0;
}
ul.stars li i {
    color: #ffd545;
    font-size: 14px;
}
.hero-text h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    width: 90%;
} 
.hero-text h1 span {
    color: var(--theme-color);
}

.tet-style {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 81%;
    padding-top: 20px;
} 
.tet-style img {
    animation: spin 10s infinite;
}
.tet-style p {
    color: #E0E0E0;
} 
ul.team-img {
    display: flex;
} 
ul.team-img img {
    border-radius: 50%;
    border: 5px solid #000;
}
ul.team-img li {
    margin-left: -8px;
} 
.team-swiper .swiper-pagination {
    position: relative;
    padding-bottom: 30px;
    bottom: 20px;
    z-index: 9999;
} 
span.swiper-pagination-bullet {
    background-color: #000000;
    width: 10px;
    height: 10px;
} 
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d5e36c;
}
.rating span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #B5B5B5;
    letter-spacing: 2px;
}
.hero-text {
    padding-top: 20px;
    position: relative;
    z-index: 1;
} 
.hero-shap img.shap-one {
    position: absolute;
    right: -41%;
    top: -11%;
    z-index: 2;
    animation: spin-left 5s infinite;
}
.hero-shap img.shap-three {
    position: absolute;
    right: 3%;
    bottom: 31% ;
    animation: spin 15s infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(720deg);
  }
}
@keyframes spin-left {
  0% {
    transform: translatey(0px) translatex(0px);
  }

  50% {
    transform: translateY(100px) translatex(-184px);
  }

  100% {
    transform: translatey(0px) translatex(0px);
  }
}
@keyframes spin-left-two {
  0% {
    transform: translateZ(0px);
}
15% {
    transform: translate3d(-25%, 0px, 0px) rotate(-5deg);
}
30% {
    transform: translate3d(20%, 0px, 0px) rotate(3deg);
}
45% {
    transform: translate3d(-15%, 0px, 0px) rotate(-3deg);
}

60% {
    transform: translate3d(10%, 0px, 0px) rotate(2deg);
} 
75% {
    transform: translate3d(-5%, 0px, 0px) rotate(-1deg);
} 
100% {
    transform: translateZ(0px);
}
}
.hero-shap .shap-two {
    position: absolute;
    left: -54%;
    top: 0%;
    z-index: 2;
    width: 69%;
} 
/* 03. rating */
.rating {
    display: flex;
    align-items: end;
    margin-top: 80px;
    flex-wrap: wrap;
    padding-left: 70px;
    position: relative;
}
.rating > img {
    position: absolute;
    right: 0;
    animation: spin-left-two 5s infinite;
}
.rating h4 {
    font-size: 30px;
    font-weight: bold;
    margin-right: 17px;
}
.rating h5 {
    font-size: 16px;
    padding-right: 14px;
}

/* 04. get-a-quote */
form#contact-form h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 46px;
}
.get-a-quote span {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 29px;
    display: block;
}
.get-a-quote {
    margin-bottom: 16px;
    background-color: var(--theme-color);
    padding: 40px 40px;
    position: relative;
    z-index: 1111;
}
.get-a-quote:before {
    content: "";
    position: absolute;
    top: -26px;
    background-image: url(../img/form-shap-1.png);
    width: 43px;
    left: -26px;
    height: 43px;
    background-repeat: no-repeat; 
    transform: scale(0);
}
.get-a-quote:hover:before { 
    transform: scale(1);
}
.get-a-quote p {
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
    padding-top: 10px;
}
.get-a-quote input, .get-a-quote input[type="number"], .get-a-quote textarea {
    width: 100%;
    height: 60px;
    border: 0;
    outline: 0;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
    border-radius: 45px;
    padding-left: 25px;
    border: 1px solid #636363;
}
.get-a-quote input::placeholder, .get-a-quote input[type="number"]::placeholder , .get-a-quote textarea::placeholder {
    color: black;
}
.get-a-quote textarea.wpcf7-form-control.wpcf7-textarea {
    min-height: 150px;
    padding: 20px;
}
.rating ul.stars li {
    border: none !important;
    padding-left: 0px;
    margin: 0px;
    line-height: 0px;
    padding-bottom: 0px !important;
}
.get-a-quote .button-main {
    width: 100%;
} 
.get-a-quote button.button-wrapper {
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: 0;
}
.get-a-quote .button-wrapper:before,
.get-a-quote .button-main,
.get-a-quote .button-arrow-wrapper {
    background-color: #000;
}
.get-a-quote .button-wrapper:hover .button-arrow-wrapper {
   background-color: var(--theme-color);
}
.get-a-quote .button-arrow-wrapper svg{
    fill: #fff;
}
.get-a-quote .button-wrapper:hover .button-arrow-wrapper svg{
    fill: #000;
}
.radio-button {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    display: flex;
    margin-bottom: 25px;
    align-items: normal;
}
.radio-button label {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img i {
    background-color: #EFEFEF;
    position: absolute;
    width: 43px;
    height: 43px;
    top: 8px;
    right: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.get-a-quote > img {
    width: auto;
    height: auto;
    position: absolute;
    right: 0px;
    top: 30px;
} 
video#heroVideo {
    position: absolute;
    top: 0;
    width: 100%;
     border-bottom: 20px;
}
/* 05. button style */
.button-wrapper {
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 10px;
    display: flex;
    position: relative;
}
.button-main {
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right:    display: flex;
    position: relative;
    font-weight: 600;
}
.button-arrow-wrapper {
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 59px;
    min-width: 59px;
    height: 59px;
    min-height: 59px;
    display: flex;
    position: relative;
    transform: translate(-10px);
}
.button-arrow-wrapper {
    color: #070616;
    letter-spacing: 1.44px;
    text-transform: uppercase; 
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.button-wrapper:before {
    content: "";
    position: absolute;
    width: 60%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 100px;
    right: 0;
} 
a.button-wrapper {
    color: #000;
    width: max-content;
}
.button-wrapper:hover:before {
    width: 100%;
}
.button-wrapper:hover .button-arrow-wrapper {
    transform: translate(1px) scale(0.90);
    background-color: #000;
    z-index: 111;
}
.button-wrapper:hover .button-arrow-wrapper svg {
    fill: #fff;
}  
/* 06. experience */
.who-we-are {
    background-position: right;
    background-repeat: no-repeat;
}
.experience {
    background-color: #f5f5f5;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    margin-top: 26px;
} 
.experience h3 {
    font-size: 90px;
} 
.experience p {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    width: 50%;
    padding-left: 20px;
    line-height: 24px;
    font-weight: 500;
}
/** 07. scroll-to-top **/ 
.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}
.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}
.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}
.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
} 
.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
} 
.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 1;
} 
.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgb(205 222 79);
} 
.scroll-to-top .scroll-bar-text{
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #cdde4f;
  transition: all 500ms ease;
} 
.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
} 
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* 08. branding */
.branding-style {
    display: flex;
    gap: 30px;
    z-index: 1111;
    position: relative;
}
.branding {
    padding-top: 90px;
    padding-bottom: 50px;
    border-top: 1px solid #404040;
    /* margin-top: 120px; */
} 
.branding-style h2 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding-bottom: 16px;
    line-height: 40px;
}
.branding-style p {
    color: #BCBCBC;
    padding-bottom: 40px;
    width: 80%;
} 
.branding-style span {
    color: #E0E0E0;
    font-size: 20px;
    font-weight: bold;
}
.branding-style:hover svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(20%) saturate(5512%) hue-rotate(15deg) brightness(90%) contrast(104%);
}
/* 09. heading */
.heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #404040;
    padding-bottom: 30px;
    align-items: end;
    margin-bottom: 75px;
} 
.heading h2 {
    font-size: 90px;
    line-height: 86px;
    font-weight: 500;
    text-transform: uppercase;
    width: 40%;
} 
.heading p {
    width: 28%;
    padding-bottom: 6px;
}
.heading > img {
    position: absolute;
    left: 44%;
    top: 44%; 
    animation: spin-left-two 3s infinite;
}
/* 10. mission */
.mission h3,.vision h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
} 
.mission {
    padding-bottom: 40px;
}
.theme-list li {
    position: relative;
    padding-bottom: 15px;
    color: #555;
    padding-left: 20px;
} 
.team-swiper {
    overflow: hidden;
}
.webilte-text {
    background-color: #fff;
}
.theme-list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #A3A3A3;
    border-radius: 50%;
    left: 0;
    top: 7px;
}
/* 11. recommended-companies */
.recommended-companies {
    text-align: center;
    width: 52%;
    margin: auto;
    position: relative;
} 
.recommended-companies h2 {
    font-size: 90px;
    line-height: 86px;
    text-transform: uppercase;
    padding-bottom: 20px;
} 
.recommended-companies img.shap-3,.services .recommended-companies img.shap-3 {
    position: absolute;
    left: -50%;
    top: -20%;
    animation: spin-top 3s infinite;
} 
.recommended-companies img.shap-4 {
    position: absolute;
    top: 28%;
    right: -66%;
    animation: spin-left-two 3s infinite;
}
@keyframes spin-top {
  0% {
    transform: translatey(0px) ;
  }

  50% {
    transform: translatey(15px) ;
  }

  100% {
    transform: translatey(0px) ;
  }
}
/* 12. marquee */
.marquee-icon,
 .marquee-box-one {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
 }  
.marquee-content-one {
    display: flex;
    gap: 25px;
    padding-left: 20px;
    animation: scroll-one 30s linear infinite;
}
.marquee-content {
    animation: scroll-one 15s linear infinite;
}
.marquee-content-two {
    display: flex;
    gap: 25px;
    padding-left: 20px;
    animation: scroll-one 38s linear infinite;
}
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

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

    100% {
        transform: translateX(0);
    }
}
.marquee-three {
    margin-top: 20px;
    padding-left: 0;
} 
.marquee-three,
.marquee-two{
    position: relative;
}
.marquee-two:before,
.marquee-three:before {
    content: "";
    width: 23%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(270deg, rgba(66, 201, 250, 0) 0%, hsl(0deg 0% 0%) 100%);
    position: absolute;
    z-index: 11;
}
.marquee-two:after,
.marquee-three:after {
    content: "";
    width: 23%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(90deg, rgba(66, 201, 250, 0) 0%, hsl(0deg 0% 0%) 100%);
    position: absolute;
    z-index: 11;
}
.marquee-content {
    display: flex;
    align-items: center;
}
.marquee {
    display: flex;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #404040;
    margin-top: 60px !important;
    padding-top: 100px;
} 
.marquee-item {
    width: 200px;
    margin-left: 40px;
}  
.marquee-item img:hover {
    filter: blur(2px);
}
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
/* 13. workflow */
.blog-style .hover-overlay,
.workflow .hover-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  top: 0;
  left: 0;
  transform-origin: center;
  z-index: 0;
  border: 3px solid transparent; 
}
.workflow {
    position: relative;
    overflow: hidden;
    padding: 50px;
    text-align: center; 
} 
.workflow h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
    padding-top: 24px;
    padding-bottom: 12px;
    position: relative;
    z-index: 11;
    width: 90%;
    margin: auto;
}
.workflow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    border: 1px solid #000000;
}
.workflow:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1000%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    background-color: #fff;
}
.workflow img {
    position: relative;
    z-index: 11;
} 
.workflow p {
    z-index: 11;
    position: relative;
} 
.workflow.center {
    margin-left: -1px;
    margin-right: -2px;
} 
.workflow-section img.shap-3 {
    position: absolute;
    left: 6%;
    bottom: 12%;
    animation: spin-top 5s infinite;
}  
.workflow-section img.shap-4 {
    position: absolute;
    right: 6%;
    top: 38%;
    animation: spin-top 3s infinite;
} 
.workflow-section {
    position: relative;
    border-bottom: 1px solid #404040;
}
/* 14. webilte-reviews */
.webilte-reviews {
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: space-between;
} 
.reviews-img > img {
    border-radius: 50%;
} 
.reviews-img {
    position: relative;
} 
.reviews-img img.quotation-mark {
    background-color: #d7d7d7;
    padding: 20px;
    position: absolute;
    right: 6px;
    border: 10px solid #fff;
    width: 85px;
    top: 6px;
}
/* 15. webilte-text  */
.webilte-text {
    width: 70%;
} 
.weblite-page-content-area .webilte-text p, .webilte-text p {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #444;
    padding-bottom: 24px;
    margin-bottom: 50px;
}
.weblite-page-content-area .bullets > li {
    color: #fff;
}
.webilte-text h3 {
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
    padding-right: 20px;
}
.subtitle sapn {
    text-transform: uppercase;
} 
.subtitle span {
    text-transform: uppercase;
    line-height: 36px;
    color: #444;
}
.webilte-reviews ul.stars {
    display: inline-flex;
    width: max-content;
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 10px;
}
.webilte-reviews ul.stars li i {
    color: var(--theme-color);
}
/* 16. services-style */
.services-style {
    width: 90%;
    padding-bottom: 48px;
}
.services-style i {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #404040;
    margin-bottom: 20px;
    position: relative;
} 
.services img.shap-3 {
    position: absolute;
    bottom: 14%;
    left: 4%;
    animation: spin-top 5s infinite;
}
.services-style h3 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 24px;
} 
.services-style h3 a {
    color: #000;
}
.services-style h3 a:hover {
    color: var(--theme-color);
}
.services-style svg {
    position: relative;
    z-index: 11;
}
.services-style i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #cdde4f;
    border-radius: 50%;
    transform: scale(0);
}
.services-style:hover i:before {
    transform: scale(1);
}
/* 17. video-img */
.video-img i {
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #cdde4f;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #000;
} 
.video-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
} 
.services {
    position: relative;
    padding-bottom: 50px;
} 
.video-img svg {
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 58px;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
  }
}
.video-img i:before,
.video-img i:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 160px;
  width: 160px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: ripple 3s infinite;
  animation-delay: 0.3s;
  content: "";
  position: absolute;
}
.video-img i:after {
    animation: ripple 2s infinite;
    animation-delay: 0.2s;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
}
/* 18. heading-rating */
.heading-rating p {
    width: 100%;
} 
.heading-rating {
    display: flex;
    align-items: self-start;
} 
.heading-rating h3 {
    font-size: 90px;
} 
.heading-rating h3 span {
    font-size: 40px;
} 
.heading-rating img {
    margin-top: 10px;
}
.heading-rating:hover img {
    animation: top-bottom 1s infinite;
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
/* 19. team-style */
.team-style {
    display: flex;
    align-items: self-start;
    gap: 30px;
} 
.team-style h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #404040;
    margin-bottom: 35px;
    padding-top: 3px;
} 
.team-style span {
    text-transform: uppercase;
    color: #444;
} 
.team-style .theme-list li:before {
    background-color: #363636;
    width: 7px;
    height: 7px;
} 
.team-style .theme-list {
    padding-bottom: 20px;
}
.team-style > div {
    margin-top: 50px;
    z-index: 111;
} 
.team-style a {
    text-transform: uppercase; 
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px; 
}
.team-style a span {
    transform: translatex(-10px) translatey(2px);
    opacity: 0;
}
.team-style a:hover span {
    transform: translatex(0px) translatey(2px);
    opacity: 1;
}
/* 20. img-hover */
.img-hover {
    position: relative;
    overflow: hidden;
} 
.img-hover figure {
    position: relative;
}
.img-hover figure::after {
    position: absolute;
    width: 500%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
}
.img-hover:hover figure::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: rgba(0,0,0,0);
}
/* 21. project-style */
.project-style {
    border: 1px solid #404040;
    background-color: #F5F5F5;
    height: 100%;
    padding: 104px 82px;
} 
.project-style h2 {
    font-size: 90px;
    text-transform: uppercase;
    line-height: 86px;
} 
.project-style p {
    padding-bottom: 43px;
    padding-top: 20px;
} 
.project-img { 
    background-color: #f5f5f5;
    border: 1px solid #404040;
    border-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.project-img img.shap-3 {
    position: absolute;
    right: -14%;
    animation: spin-top 3s infinite;
} 
/* 22. pricing */ 
.pricing .heading h2 {
    color: #fff;
} 
.pricing .heading p {
    color: #E0E0E0;
} 
.pricing .heading {
    border-color: #E0E0E0;
}
.pricing-table {
    background-color: #F0F0F0;
    padding: 46px 40px;
    position: relative;
    z-index: 11;
} 
.pricing-table:hover > i svg {
    animation: top-bottom 1s infinite;
}
.pricing-table > i {
    position: absolute;
    right: 40px;
} 
.pricing-top > span {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 6px;
    display: block;
} 
.pricing-table h3 {
    font-size: 70px;
    font-weight: 500;
} 
.pricing-top h3 span {
    font-size: 20px;
} 
.pricing-table p {
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 30px;
    width: 83%;
}
.pricing-top {
    margin-bottom: 40px;
    padding: 0px 14px;
    border-bottom: 1px solid #7D7D7D;
}
.pricing-table ul li {
    padding-bottom: 16px;
    font-weight: 500;
    color: #444;
    display: flex;
    align-items: center;
    gap: 12px;
} 
.pricing-table ul li i {
    color: #969696;
} 
.pricing-table .button-wrapper {
    width: 100%;
    text-align: center; 
} 
.pricing-table .button-wrapper .button-main {
    width: 100%;
} 
.pricing-table ul {
    padding-bottom: 30px;
    padding-left: 14px;
}
.pricing-table.two {
    background-color: var(--theme-color);
}
.pricing-table.two p,.pricing-table.two ul li {
    color: #000;
}
.pricing-table.two ul li i {
    color: #444;
}
.pricing-table.two .button-wrapper .button-main {
    width: 100%;
    background-color: #000;
    color: #FFF;
}
.pricing-table.two .button-wrapper:before {
    background-color: #000;
}
.pricing-table.two .button-arrow-wrapper {
    background-color: #000;
}
.pricing-table.two .button-arrow-wrapper svg {
    fill: #fff;
}
.pricing-table.two .button-wrapper:hover .button-arrow-wrapper {
    background-color: var(--theme-color);
}
.pricing-table.two .button-wrapper:hover .button-arrow-wrapper svg {
    fill: #000;
}
.pricing {
    position: relative;
} 
.pricing .shap-3 {
    position: absolute;
    bottom: 28%;
    left: 18px;
    animation: spin-top 3s infinite;
} 
.pricing .shap-4 {
    position: absolute;
    bottom: 4%;
    right: 0;
        animation: spin 10s infinite;
}
/* 23. question-answer */
.question-answer .heading > img {
    top: 28%;
}
.question-heading h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 30px;
    width: 80%;
    color: #444;
} 
.question-heading figure img {
    border-radius: 50%;
    margin-top: 70px;
    height: 400px;
}
/* 24. accordion */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item.active .icon:before {
  background: #bccbb7;
}
.accordion-item.active .icon:after {
  width: 0;
}
.accordion-item.active .icon:before {
    background: #262626;
}
.accordion-item .heading {
    width: 100%;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    border-radius: 0;
}
.accordion-item .heading:hover .icon:before,
.accordion-item .heading:hover .icon:after {
    background: #262626;
}
.accordion-item .icon {
    display: block;
    position: absolute;
    top: 47%;
    width: 2.5rem;
    height: 2.5rem;
    transform: translateY(-50%);
    right: 1%;
    background-color: #E4E4E4; 
}
.accordion-item .icon:before, .accordion-item .icon:after {
    content: "";
    width: 12px;
    height: 1px;
    background: #262626;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%);
} 
.accordion-item.active {
    border-radius: 20px;
}
.accordion-item {
    border-radius: 20px !important;
}
.accordion-item .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion-item .content {
  display: none;
}
.accordion-item.active .icon {
    background-color: var(--theme-color);
}
.accordion .title {
    text-align: start;
    padding: 25px 40px;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
}
.accordion .content {
    padding: 0px 40px;
    padding-bottom: 30px;
}
.accordion-item {
    border: 1px solid #000 !important;
}
.accordion-item:first-of-type {
    border-radius: 0px;
}
.accordion-item.active a.heading {
    color: black;
}

.accordion-item {
    border-radius: 0 !important;
    margin-bottom: -2px;
}
.accordion-item:not(:first-of-type) {
    border-top: 0;
    border: 1px solid #c3c3c3;
}
.accordion-item.active:not(:first-of-type), .accordion-item.active {
    background-color: #F5F5F5;
    border-radius: 20px;
}
a.heading{
    width: 100%;
    margin: 0;
} 
.accordion img {
    margin: auto;
    display: flex;
    margin-bottom: -160px;
    margin-top: 40px;
}
.accordion-item .heading {
    border: 0;
    padding: 0; 
}
/* 25. blog */
.blog-style {
    border: 1px solid;
} 
.blog-img {
    padding: 20px;
    border-bottom: 1px solid;
    position: relative;
} 
.blog-img h3 {
    position: absolute;
    right: 0;
    background-color: #cdde4f;
    padding: 14px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    right: 34px;
    bottom: 30px;
    z-index: 111;
} 
.blog-img h3 span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
} 
.blog-data {
    padding: 40px;
    padding-top: 30px;
    position: relative;
    z-index: 11;
}
.blog-data h3 {
    font-size: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 22px;
} 
.blog-bottom-links {
    display: flex;
    gap: 30px;
} 
.blog-bottom-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
} 
.blog-data h3 a {
    color: #000;
} 
.blog-data > a {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
/* 26. footer-contact */
#contact {
    padding: 80px 0px;
}
.footer-contact i {
    width: 90px;
    height: 90px;
    border: 1px solid; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
} 
.footer-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}
#cases .services-style > img{

    width: 282px;
    height: 250px;
    /* border: 1px solid; */
    border-radius: 50%;
    margin-bottom: 20px;

}
.footer-contact h4 {
    display: block;
    color: #000;
    padding-top: 4px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    gap: 5px;
} 
.footer-contact h4 a {
    padding-bottom: 4px;
    display: inline-block;
}
.footer-contact span {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding-bottom: 10px;
}
.footer-contact a:hover {
    color: var(--theme-color);
}
.footer-contact i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    border-radius: 50%;
    transform: scale(0);
} 
.footer-contact:hover i:before {
    transform: scale(1);
} 
.footer-contact svg {
    position: relative;
    z-index: 11;
}
.footer-left h2 {
    line-height: 58px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 35px;
}
/* 27. footer-link */
.footer-link li a {
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
}
.footer-link li a span {
    transform: translatex(-32px) translatey(-1px);
    opacity: 1;
    display: block;
}
.footer-link li a:hover span {
    transform: translatex(5px) translatey(-2px);
    opacity: 1;
}  
.footer-link li {
    padding-bottom: 30px;
}   
.footer-link {
    padding-left: 30px;
}
.footer-link li a {
    color: #444;
}
.footer-link li a img {
    opacity: 0;
    width: 30px;
    transform: scale(0);
}
.footer-link li a:hover img {
    opacity: 1; 
    transform: scale(1);
}
/* 28. footer-center */
.footer-center ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 25px;
} 
.footer-center ul li {
    width: 50%;
    padding-bottom: 15px;
    position: relative;
    padding-left: 20px;
} 
.footer-center ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #7C7C7C;
    border-radius: 50%;
    left: 0;
    top: 8px;
} 
.footer-center ul li a {
    color: #444;
} 
.footer-center ul li a:hover {
    color: #cdde4f;
}
/* 29. footer-bottom */
.footer-bottom-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.footer-bottom {
    border-top: 1px solid #404040;
    margin-top: 110px;
    padding-bottom: 30px;
    padding-top: 30px;
} 
.footer-bottom-style ul li a {
    color: #000;
    margin-left: 30px;
} 
.footer-bottom-style ul li a:hover {
    color: #cadb4e;
}
footer {
    position: relative;
} 
footer img.shap-3 {
    position: absolute;
    top: 7%;
    left: 3%;
    animation: spin 20s infinite;
} 
footer img.shap-4 {
    position: absolute;
    bottom: 30%;
    right: 7%;
    width: 150px;
    animation: spin-left-two 3s infinite;
}
.footer-fixed .webilte-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
/* 30. wrapper */
.wrapper {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 2;
}

.splitting span:not(.whitespace) {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}
.swiper-slide .splitting .word {
    opacity: 0;
}
.js-reviews-carousel .splitting .word  {
    transition: .5s ease-in-out;
}
.reviews > img {
    position: absolute;
    bottom: 11%;
    animation: spin-top 5s infinite;
} 
.reviews {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}
.swiper-slide.swiper-slide-active .splitting .word {
    transform: translate(0, 0); 
    opacity: 1;
} 
.splitting .word {
    position: relative;
    transform: translate(0,100%);
    transition: transform .6s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition: transform .6s cubic-bezier(.3, 0, .3, 1);
    -webkit-transition-delay: calc(100ms + 100ms * var(--line-index));
    transition-delay: calc(100ms + 100ms * var(--line-index))
}
.swiper-container-fade .swiper-slide-active .reviews-img {
    opacity: 1;
}
.swiper-container-fade .reviews-img {
    opacity: 0;
}
.swiper-button-next,.swiper-button-prev {
    width: min-content;
} 
.swiper-button-prev:after,
.swiper-button-next:after {
    opacity: 0;
    width: 0;
} 
.swiper-button-style {
    position: absolute;
    width: 150px;
    bottom: 70px;
    right: 0;
}
/* 31. hero-text.two */
.two-style:before {
    display: none;
}
.hero-text.two h1 {
    width: 100%;
}
.hero-section.two-style {
    padding-bottom: 0;
}
.two-style .hero-shap img.shap-three { 
    bottom: 38%; 
}
.hero-text.two {
    text-align: center;
    width: 70%;
    margin: auto;
} 
.hero-text.two h1 {
    padding-bottom: 24px;
}  
.hero-text.two .button-wrapper {
    margin: auto;
} 
.bottom-style {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
} 
.rating .bottom-style {
    display: block;
} 
.bottom-style .rating {
    display: block;
    width: fit-content;
    padding: 0;
} 
.bottom-style {
    padding-bottom: 60px;
} 
.bottom-style .tet-style {
    width: 30%;
} 
.bottom-style .rating > img {
    right: 123%;
    width: 100%;
}
/* 32. hero-text.subscribe-form */
.hero-text.subscribe-form {
    text-align: center;
    margin: auto;
    width: 81%;
}
.hero-text.subscribe-form h1 {
    width: 100%;
}
.hero-text.subscribe-form span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #cdde4f;
    border-radius: 50px;
    padding: 7px 44px;
    margin-bottom: 34px;
    display: inline-block;
}
/* 33. get-subscribee */
.get-subscribee input {
    width: 100%;
    padding: 18px;
    border-radius: 50px;
    padding-left: 36px;
    height: 60px;
    border: 0;
    outline: none;
    background-color: #ffffff2b;
} 
.get-subscribee button {
    background-color: #cdde4f;
    border-radius: 50px;
    color: #000000;
    height: 50px;
    padding: 0px 50px;
    position: absolute;
    right: 6px;
    top: 5px;
    font-weight: 600;
} 
.get-subscribee {
    position: relative;
    margin-top: 34px;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}
.get-subscribee button:hover {
    color: #fff;
    background-color: #000000;
}
.get-subscribee ::placeholder {
    color: #fff;
}
/* 34. hero-section.for */
.hero-section.for .hero-text span {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #cdde4f;
    border-radius: 50px;
    padding: 7px 44px;
    margin-bottom: 34px;
    display: inline-block;
}
.hero-section.for:before {
    display: none;
} 
.hero-section.for .bottom-style {
    width: 100%;
    flex-wrap: wrap;
} 
.hero-section.for .bottom-style .tet-style {
    width: 100%;
    margin-left: auto;
} 
.hero-section.for .bottom-style {
    width: 60%;
    margin-left: auto;
}
.hero-section.for .hero-text h1 { 
    text-transform: capitalize; 
    width: 100%;
    font-size: 70px;
}
.hero-section.for .bottom-style .rating > img {
    right: 123%;
    width: 100%;
    bottom: 90%;
}
.hs-responsive-embed-youtube iframe {
    width: 100%;
    height: 550px;
}
.hero-section.for .branding {
    border: 0;
}
.hero-section.for {
    padding-bottom: 0;
}
/* 35. preloader */
.preloader {
    background-color: var(--theme-color);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    bottom: 0%;
}
.page-loaded .preloader {
    bottom: -100%;
}
.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin:15px auto;
  position: relative;
  color: #FFF;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: scale(0.5) translate(0, 0);
  background-color: #FFF;
  border-radius: 50%;
  animation: animloader 1s infinite ease-in-out;
}
.loader::before {
  background-color: #000;
  transform: scale(0.5) translate(-48px, -48px);
}

    @keyframes rotation {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    } 
    @keyframes animloader {
        50% {
          transform: scale(1) translate(-50%, -50%);
    }
}
/* transition */
.get-a-quote:before,.get-subscribee button,
.footer-contact i:before,.footer-link li a img,.footer-link li span,.footer-center a,.footer-bottom a,
.header-left ul li a,.branding-style svg,.services-style i:before,.services-style h3 a,.footer-contact a,
.button-wrapper:before,.button-arrow-wrapper,.button-arrow-wrapper svg,.team-style a span,.marquee-item img {
    transition: .4s ease-in-out;
}  
.group-img p {
    padding: 0px !important;
    margin: 0px !important;
}

.group-img span {
    padding: 0px !important;
    margin: 0px !important;
}
.question-heading figure img {
    height: 400px;
}
.wpcf7-response-output {
    padding: 0 !important;
    display: none;
    background: transparent !important;
}
div#contact-form p {
    margin: 0px !important;
    padding: 0px !important;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.button-main {
    margin-bottom: 0px;
}
.button-main {
    display: flex;
    padding-right: 35px;
}
.has-spinner.button-main {
    color : #fff;
}
.group-img i {
     z-index: 1;
}
.wpcf7-response-output {
    background: #fff;
    padding: 10px 9px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
}
.pricing-top span {
    padding-right: 10px;
}
.form-success  h1 {
  color: #88B04B;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 10px;
}
.form-success p {
  color: #404F5E;
  font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
  font-size:20px;
  margin: 0;
}
.form-success i {
color: #9ABC66;
font-size: 100px;
line-height: 200px;
margin-left:-15px;
}
.form-success {
background: white;
padding: 60px;
border-radius: 4px;
box-shadow: 0 2px 3px #C8D0D8;
display: inline-block;
margin: 0 auto;
}
.WEBLITE-banner.style1 {
    padding-top: 220px;
    text-align: center;
    background-color: #444;
    padding-bottom: 100px;
}
.WEBLITE-banner.style1 h1 {
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
    text-transform: uppercase;
} 

.breadcrumb {
    justify-content: center;
}
.breadcrumb li a, .breadcrumb li span {
    font-size: 18px;
}
h2.text_invertt {
    width: 100% !important;
    text-align: center;
}
.about2 img{
    left:0;
}


.elementor-counter {
    padding: 0px 50px;
}

.pro-banner-style2 .project-style {
    width: 57%;
    text-align: center;
    margin: 0 auto;
}

.pro-banner-style2 .button-main {
    margin: 0 auto;
    text-align: center;
}

.pro-banner-style2 a.button-wrapper {
    width: auto;
    display: inline-flex;
}
.pro-banner-style2 p {
    color: #999;
    font-size: 18px;
    margin-bottom: 10px;
}
/*-------------------       mobile-nav         -----------*/
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #fff;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.responsive-bar {
    display: none;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}
i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-item-has-children {
    position: relative;
}
.mobile-nav li.menu-item-has-children:before {
    color: #000;
    position: absolute;
    top: 5px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
    transition: .4s all;
}
.mobile-nav li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: #108a00;
}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child){
    border-bottom: 1px solid #d4d4d4;
}
.mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}
.mobile-nav > ul > li.menu-item-has-children > ul.sub-menu {
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 5px;
    position: absolute;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(15px);
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -o-transform: translateX(15px);
    border-top: 1px solid #d4d4d4;
    margin-top: 8px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu{
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transition-delay: 0.1s;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li {
    padding: 5px 0;
    position: relative;
}
.res-log img {
    width: 170px;
}
.mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -13px;
    background-color: #ffee02;
}
.res-log {
    margin-bottom: 30px;
}
.mobile-nav .donation {
    display: flex;
    align-items: center;
    margin: 25px 0;
}
.mobile-nav .donation a:first-child{
    margin-right: 40px;
}
.mobile-nav .donation a.theme-btn{
    padding: 10px 30px;
}
.mobile-nav .donation a.cart{
    position: relative;
}
.mobile-nav .donation a.cart:before {
    content: "1";
    color: white;
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -7px;
    right: -19px;
    z-index: 1;
    font-size: 13px;
}
.res-rights p{
    color: #d6d6d6;
    font-weight: bold;
    letter-spacing: 5px;
    margin-top: 30px;
}
.mobile-nav .navbar-links {
    margin-top: 20px;
    width: 100%;
}
.mobile-nav nav.navbar.WEBLITE-main-menu .navbar-links li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}
.mobile-nav nav.navbar.WEBLITE-main-menu .navbar-links li a:hover {
    color: var(--theme-colour);
}
.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
    z-index: 9999999;
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross i {
    font-size: 20px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
}
.bar-menu i {
    background-color: transparent;
    font-size: 24px;
    color: #fff;
    margin-left: 9px;
}
.bar-menu {
    display: none;
}
.mobile-nav {
    display: none !important;
}


.style2 .footer-contact i {
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    display: block;

}
.style2  .footer-contact {
    display: block;
   
}
.style2 .footer-contact h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.style2 .footer-contact i {
    padding-bottom: 70px;
    font-style: normal;
}

.style2 .footer-contact {
    background: #fff;
    padding: 38px 40px;
}
.style2 .footer-contact:hover {
    background: var(--theme-color);
    transition: 0.5s ease-in;
}
.style2 .footer-contact a:hover {
    color: #fff;
    transition: 0.5s ease;
}
.style2 .footer-contact i:before {
    display:none;
}
section.gap.pro-banner-style2 .project-style {
    padding: 0px;
}
.style2 .footer-contact {
    margin-bottom: 40px;
}
.style2  .serv-list #contact {
    padding: 0px;
    padding-bottom: 60px;
}
.pro-banner-style2 .project-style {
    width: 57%;
    text-align: center;
    margin: 0 auto;
	    background: transparent;
    border: none;

}
.pro-banner-style2 h2.text_invertt {
    color: #fff;
}
.pro-banner-style2 .button-main {
    margin: 0 auto;
    text-align: center;
}

.pro-banner-style2 a.button-wrapper {
    width: auto;
    display: inline-flex;
}
.pro-banner-style2 p {
    color: #999;
    font-size: 18px;
    margin-bottom: 10px;
}
.side-info1 h2 {
    font-size: 53px;
    line-height: 60px;
    font-family: 'Instrument Sans';
    margin-right: 42px;
    font-weight: 600;
}

.branding-style b, .branding-style strong {
    color: #fff;
}
.weblite-page-content-area p {
    padding-bottom: 9px;
}
.servicesList .vision h3 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}
.servicesList .vision h4 {
    padding-bottom: 20px;
}

.servicesList .vision h4 {
    padding-bottom: 20px;
}
.servicesList .vision li {
    padding: 10px 0px;
    padding-left: 20px;
}

.lower-col h4 {
    font-weight: 500;
    font-size: 25px;
    text-transform: math-auto;
}

.whyChoose  h5 {
    font-size: 30px;
    font-weight: 500;
}

.whyChoose p {
    padding-left: 43px;
}
.main-list {
    background: #F5F5F5;
    margin-bottom: 40px;
    padding: 60px 40px;
}

.main-list a.button-wrapper {
    MARGIN-TOP: 30px;
}

.main-list .button-main {
    padding-left: 50px;
    padding-right: 50px;
}
ul.stars li:before{display:none;}
ul.stars li{border:none;}
.whyChoose h5 img {
    height: 20px !important;
    width: 20px !important;
}

.free-guide h2{
    font-size: 45px;
}
.whyChoose p {
    padding-left: 27px;
    padding-bottom: 40px;
}
.weblite-page-content-area .why-ads ul > li:before, .why-ads ol li:before{
        top: 14px;
}
.who-we-work .project-style ul li {
    padding-top: 10px;
    font-weight: 500;
}

.weblite-page-content-area .why-ads li img {
    width: 19px !important;
    height: 10px !important;
}
.why-ads ul {
    margin-bottom: 17px;
}
.weblite-page-content-area .why-ads ul {
    padding: 25px 0px;
}
.whyChooseK .footer-contact svg {
    width: 90px;
    height: 39px;
}
.whyChooseK  div#contact {
    background-color: #fff !important;
}

.whyChooseK div#contact .footer-contact {
    margin-bottom: 40px;
}
.business-accross .heading {
    border: none;
    padding-bottom: 0px;
}
.business-accross .branding.bg-black {
    padding-bottom: 0px;
}
.business-accross p {
    color: #fff;
}
.button-mainn {
    z-index: 1;
    background-color: var(--theme-color);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 10px 37px !important;

    border-color: transparent;
    color: #000 !important;
    font-weight: 500;
}
.download-form span.wpcf7-form-control-wrap input {
    width: 100% !important;
    display: block;
}
.vision a:hover {
    color: var(--theme-color);
    transition: 0.4s ease;
}

/* ── CARD WRAPPER ── */
.card p {
    font-size: 20px;
    margin-top: 20px;
}
.workflow ul {
    position: relative;
    z-index: 111;
}
      .card i {
    color: #9ABC66;
    font-size: 50px;
    line-height: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
      .card {
        background: white;
        padding: 60px;
        border-radius: 4px;
        box-shadow: 0 2px 3px #C8D0D8;
        display: inline-block;
        margin: 0 auto;
      }
  .book-title-wrap {
    padding-top: 20px;
}

  /* ── LEFT: BOOK COVER ── */
.book-cover {
    /* width: 300px; */
    flex-shrink: 0;
    background: linear-gradient(160deg, #1a2d4a 0%, #0d1b2e 100%);
    position: relative;
    overflow: hidden;
    justify-content: space-between;
    padding-left: 32px !important;
    padding-right: 32px !important;
    border-right: 1px solid #2a3f5f;
}
ul.bullets p {
    padding: 0px;
}

  /* Diagonal orange accent stripe */
  .book-cover::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 120px; height: 100%;
    background: linear-gradient(160deg, rgba(244,124,32,0.18) 0%, transparent 70%);
    pointer-events: none;
  }

  /* Decorative corner accent */
  .book-cover::after {
    content: '';
    position: absolute;
    bottom: -30px; right: -30px;
    width: 120px; height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244,124,32,0.2) 0%, transparent 70%);
    pointer-events: none;
  }
.book-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
    color: #000;
    font-size: 15px;
    font-weight: 800;
    padding: 10px 17px;
    border-radius: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    width: fit-content;
    box-shadow: 0 3px 12px rgba(244, 124, 32, 0.4);
}

  .book-title-wrap { position: relative; z-index: 2; }

  .book-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 24px;
    letter-spacing: -0.3px;
}

  .book-title span { color: var(--theme-color); }

  .book-subtitle {
    font-size: 18px;
    color: #8faabf;
    line-height: 1.6;
}

  /* Abstract page lines decoration */
  .book-pages {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 0.12;
  }
  .book-page-line {
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }

  /* Bottom CTA of book */
  .book-bottom {
    position: relative; z-index: 2;
  }

 .book-icon-row {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.book-bottom {
    margin-top: 70px;
}
 .book-icon-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(244, 124, 32, 0.12);
    border: 1px solid var(--theme-color);
    border-radius: 20px;
    padding: 12px 18px;
    font-size: 17px;
    color: var(--theme-color);
    font-weight: 600;
}

.book-download-btn a{
    width: 100%;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
    border-radius: 10px;
    text-align: center;
    letter-spacing: 0.3px;
    font-family: inherit;
    display: block;
}
.download-form input {
    border: 1px solid #efefef;
}

.download-form .wpcf7-form {
    background: #efefef;
    display: block;
    padding: 100px 40px;
}

.download-form .wpcf7-form label {
    font-weight: 500;
    font-family: inherit;
}

.download-form .wpcf7-form span.wpcf7-form-control-wrap {
    margin-top: 4px;
    display: block;
}

.download-form .wpcf7-form input.wpcf7-form-control {
    min-height: 40px;
    padding: 10px 20px;
}

  /* ── RIGHT: TEXT CONTENT ── */
  .text-panel {
    flex: 1;
        padding-left: 40px;
    background: #132240;
    padding: 32px 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .panel-top { flex: 1; }

  .free-label {
    font-size: 17px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
.panel-headline {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.28;
    margin-bottom: 6px;
    letter-spacing: -0.3px;
}

  .panel-headline span { color: var(--theme-color); }

.panel-sub {
    font-size: 19px;
    color: #8faabf;
    line-height: 1.6;
    margin-bottom: 22px;
    border-bottom: 1px solid #243855;
    padding-bottom: 18px;
}

.whats-inside {
    font-size: 17px;
    color: #8faabf;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.bullets li::before {
    display: none;
}
.bullets p {
    color: inherit;
    font-size: inherit;
    padding: 0px;
}
.bullets li {
    padding: 0px !important;
    border: none !important;
}
.weblite-page-content-area p {
    padding-bottom: 20px;
    padding: 0px;
    margin: 0px;
    line-height: inherit;
    font-size: inherit;
}

  .bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 24px;
  }

  .bullets li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: 17px;
    color: #c8daea;
    line-height: 1.45;
    font-weight: 500;
}
  .bullet-dot {
    width: 16px; height: 16px;
    background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    box-shadow: 0 2px 8px rgba(244,124,32,0.35);
    font-size: 9px; color: #000; font-weight: 800;
  }
  .weblite-page-content-area ul > li, ol li{
      color: #444;
  }

  /* Bottom CTA row */
  .panel-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid #243855;
  }

  .download-btn a{
    background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
    color: #000;
    font-size: 14px;
    font-weight: 800;
    padding: 13px 28px;
    border-radius: 10px;
    white-space: nowrap;
    letter-spacing: 0.2px;
        display: block;
  }

  .no-spam {
    margin-top: 16px;
    font-size: 17px;
    color: #4a6480;
}

  .no-spam strong { color: #8faabf; font-weight: 600; }
  
   .body-wrapper {
    width: 900px;
    height: 480px;
    background: linear-gradient(135deg, #0b1828 0%, #0d1b2e 55%, #111f35 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Arial, sans-serif;
    overflow: hidden;
    position: relative;
  }

  /* Background glows */
  .body-wrapper::before {
    content: '';
    position: absolute;
    right: 60px; bottom: 40px;
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(244,124,32,0.09) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  
  .main-list.white {
    background: #fff;
}
  .body-wrappe::after {
    content: '';
    position: absolute;
    left: 30px; top: 30px;
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(244,124,32,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  section.who-we-are.gap.no-bottom.servicesList {
    background: #F5F5F5;
}

.book-download-btn a:hover, .download-btn a:hover {
    color: #000;
}

.book-download-btn, .download-btn {
    cursor: pointer;
}
 .getLeads {
   
    background: linear-gradient(135deg, #0b1828 0%, #0d1b2e 55%, #111f35 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: inherit;
    overflow: hidden;
    position: relative;
    padding: 0 60px 0 70px;
  }

  /* Background glows */
  .getLeads::before {
    content: '';
    position: absolute;
    right: 100px; bottom: 80px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(244,124,32,0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .getLeads::after {
    content: '';
    position: absolute;
    left: 50px; top: 50px;
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(244,124,32,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  /* ── LEFT PANEL ── */
  .left-panel {
    flex-shrink: 0;
    padding-top: 10px;
  }

  .headline {
    font-size: 38px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 22px;
    letter-spacing: -0.5px;
  }

  .headline span {
    color: #f47c20;
  }

  .subtext {
    font-size: 16px;
    color: #8faabf;
    line-height: 1.65;
    margin-bottom: 28px;
  }

  .subtext strong {
    color: #f47c20;
    font-weight: 700;
  }

  .checklist {
    list-style: none;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15.5px;
    color: #c8daea;
    font-weight: 500;
  }

  .check-icon {
    width: 22px; height: 22px;
    background: linear-gradient(135deg, #f47c20, #d4640e);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 3px 10px rgba(244,124,32,0.4);
    font-size: 12px;
    color: #fff;
    font-weight: 800;
  }

  .btn-row {
    display: flex;
    gap: 14px;
    align-items: center;
  }

  .btn-primary {
    background: linear-gradient(135deg, #f47c20, #d4640e);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 26px;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(244,124,32,0.45);
    white-space: nowrap;
    letter-spacing: 0.2px;
  }

  .btn-secondary {
    color: #f47c20;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1.5px solid #f47c20;
    white-space: nowrap;
    background: transparent;
  }

  /* ── RIGHT SCENE ── */
  .scene {
    position: relative;
    width: 830px;
    height: 620px;
    perspective: 1400px;
    flex-shrink: 0;
  }

  /* ── BROWSER CARD ── */
  .browser {
    position: absolute;
    left: 60px;
    top: 40px;
    width: 650px;
    height: 490px;
    background: #1a2d4a;
    border-radius: 16px;
    border: 1px solid #2a3f5f;
    box-shadow:
      0 40px 100px rgba(0,0,0,0.6),
      0 8px 24px rgba(0,0,0,0.4),
      inset 0 1px 0 rgba(255,255,255,0.04);
    transform: rotateY(-12deg) rotateX(3deg);
    transform-origin: center center;
    overflow: hidden;
  }

  /* Chrome bar */
  .chrome {
    height: 44px;
    background: #0d1b2e;
    border-bottom: 1px solid #243855;
    display: flex;
    align-items: center;
    padding: 0 16px;
    gap: 8px;
    border-radius: 16px 16px 0 0;
  }
  .chrome-dot { width: 12px; height: 12px; border-radius: 50%; background: #243855; }
  .chrome-bar {
    flex: 1; height: 20px;
    background: #132240;
    border-radius: 5px;
    margin-left: 8px;
    border: 1px solid #243855;
  }
  .chrome-icons { display: flex; gap: 8px; }
  .chrome-icon { width: 16px; height: 16px; background: #243855; border-radius: 4px; }

  /* Google Ads header */
  .ads-header {
    height: 46px;
    background: #132240;
    border-bottom: 1px solid #243855;
    display: flex;
    align-items: center;
    padding: 0 18px;
    gap: 10px;
  }
  .ads-logo {
    display: flex; align-items: center; gap: 8px;
    font-size: 15px; font-weight: 600; color: #fff;
  }
  .ads-triangle {
    width: 0; height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 16px solid #f47c20;
    filter: drop-shadow(0 0 4px rgba(244,124,32,0.5));
  }

  /* Metric cards */
  .metrics-row {
    display: flex;
    gap: 10px;
    padding: 12px 16px 0;
  }
  .metric-card {
    flex: 1;
    background: #0f2035;
    border: 1px solid #2a3f5f;
    border-radius: 11px;
    padding: 11px 13px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }
  .metric-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  .metric-name { font-size: 11px; color: #8faabf; font-weight: 500; }
  .metric-val {
    font-size: 24px; font-weight: 800;
    display: flex; align-items: center; gap: 3px;
    letter-spacing: -0.3px;
  }
  .up { color: #2ecc71; }
  .down { color: #e74c3c; }
  .orange { color: #f47c20; }

  /* Chart */
  .chart-wrap {
    margin: 12px 16px 0;
    height: 195px;
    background: #0f2035;
    border: 1px solid #2a3f5f;
    border-radius: 11px;
    overflow: hidden;
    display: flex;
    position: relative;
  }
  .chart-sidebar {
    width: 34px;
    background: #0d1b2e;
    border-right: 1px solid #243855;
    display: flex; flex-direction: column;
    justify-content: space-around;
    padding: 10px 7px;
  }
  .sidebar-line { height: 5px; background: #243855; border-radius: 3px; }
  .chart-inner { flex: 1; position: relative; overflow: hidden; }
  .chart-svg { width: 100%; height: 100%; display: block; }
  .chart-legend {
    position: absolute; bottom: 0; left: 0; right: 0;
    height: 6px; display: flex;
  }
  .legend-seg { flex: 1; }

  /* Stats strip */
  .stats-strip {
    display: flex;
    align-items: center;
    margin: 11px 16px 0;
    background: #0f2035;
    border: 1px solid #2a3f5f;
    border-radius: 11px;
    padding: 12px 16px;
  }
  .stat-item {
    flex: 1; text-align: center;
    border-right: 1px solid #2a3f5f;
    padding: 0 10px;
  }
  .stat-item:last-of-type { border-right: none; }
  .stat-label { font-size: 10.5px; color: #8faabf; margin-bottom: 2px; font-weight: 500; }
  .stat-val { font-size: 21px; font-weight: 800; color: #fff; letter-spacing: -0.3px; }
  .dollar { font-size: 13px; font-weight: 600; color: #8faabf; vertical-align: super; }

  .cta-btn {
    background: linear-gradient(135deg, #f47c20, #d4640e);
    color: #fff; font-size: 13px; font-weight: 800;
    padding: 11px 18px; border-radius: 9px;
    white-space: nowrap; line-height: 1.3; text-align: center;
    box-shadow: 0 5px 18px rgba(244,124,32,0.45);
  }

  /* Floating badge */
  .badge-real-results {
    position: absolute;
    z-index: 20;
    left: -5px; top: 145px;
    background: linear-gradient(135deg, #f47c20, #d4640e);
    color: #fff;
    font-size: 15px; font-weight: 800;
    padding: 10px 20px;
    border-radius: 11px;
    box-shadow: 0 8px 28px rgba(244,124,32,0.55);
    letter-spacing: 0.3px;
  }

  /* Reflection */
  .reflection {
    position: absolute;
    left: 60px; top: 518px;
    width: 650px; height: 50px;
    background: linear-gradient(to bottom, rgba(26,45,74,0.22), transparent);
    transform: rotateY(-12deg) rotateX(3deg) scaleY(-0.14);
    transform-origin: top center;
    border-radius: 16px;
    filter: blur(4px);
    opacity: 0.5;
  }
  .workflow ul li {
    padding: 5px 0px;
}

.workflow ul li i {
    padding-right: 6px;
    font-size: 13px;
    color: #333;
}
/*.row .col-lg-4:nth-child(5), .row .col-lg-4:nth-child(4), .row .col-lg-4:nth-child(6) {
    margin-top: 50px;
}*/

.pagination-wrap li span {
    color: #000;
    background: var(--theme-color);
}
.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #000;
    border-color: #000;
}
a.page-numbers.page-link.d-block.position-relative:hover {
    border-color: #dee2e6;
    color: #000;
    background-color: transparent;
}
.page-item a {
    color:var(--theme-color);
}
.bodySubs {
   
    background: linear-gradient(135deg, #0b1828 0%, #0d1b2e 55%, #111f35 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    overflow: hidden;
    position: relative;
  }

  /* Background glows */
  .bodySubs::before {
    content: '';
    position: absolute;
    right: 80px; bottom: 40px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(244,124,32,0.09) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .bodySubs::after {
    content: '';
    position: absolute;
    left: 40px; top: 30px;
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(244,124,32,0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }

  /* ── cardSubs ── */
  .cardSubs {
   
  
    border-radius: 20px;
    border: 1px solid #2a3f5f;
    overflow: hidden;
    box-shadow:
      0 30px 80px rgba(0,0,0,0.5),
      0 4px 20px rgba(0,0,0,0.3);
    display: flex;
    position: relative;
    z-index: 2;
  }

  /* ── LEFT: ILLUSTRATION PANEL ── */
  .cardSubs .left-panel {
  
    flex-shrink: 0;
    background: linear-gradient(160deg, #1a2d4a 0%, #0d1b2e 100%);
    border-right: 1px solid #2a3f5f;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 28px 24px;
  }

  /* Diagonal orange glow */
 .cardSubs  .left-panel::before {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    height: 300px;
    background: radial-gradient(circle, rgba(244,124,32,0.18) 0%, transparent 70%);
    border-radius: 50%;
  }
 .cardSubs  .left-panel::after {
    content: '';
    position: absolute;
    bottom: -40px; left: -40px;
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(244,124,32,0.10) 0%, transparent 70%);
    border-radius: 50%;
  }

  /* Blog post mockup stack */
.cardSubs   .blog-stack {
    position: relative;
    width: 300px;
    height: 260px;
    z-index: 2;
  }

  /* Back cardSubs */
  .blog-cardSubs-back {
    position: absolute;
    top: 16px; left: 10px;
    width: 285px; height: 230px;
    background: #243855;
    border-radius: 10px;
    border: 1px solid #2a3f5f;
    transform: rotate(-4deg);
  }

  /* Mid cardSubs */
  .blog-cardSubs-mid {
    position: absolute;
    top: 8px; left: 5px;
    width: 285px; height: 230px;
    background: #1e3450;
    border-radius: 10px;
    border: 1px solid #2a3f5f;
    transform: rotate(-1.5deg);
  }

  /* Front cardSubs */
  .blog-cardSubs-front {
    position: absolute;
    top: 0; left: 0;
    width: 290px; height: 234px;
    background: #132240;
    border-radius: 10px;
    border: 1px solid #2a3f5f;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  }

  .blog-cardSubs-img {
    height: 52px;
    background: linear-gradient(135deg, var(--theme-color) 0%, var(--theme-color) 60%, var(--theme-color) 100%);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }

 .blog-cardSubs-img-label {
    font-size: 17px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.9;
}

 .blog-cardSubs-tag {
    position: absolute;
    right: 25px;
    top: 11px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 10px;
}
  .blog-cardSubs-body {
    padding: 25px 16px;
}
  .blog-cardSubs-title-line {
    height: 6px; background: #fff; border-radius: 2px; opacity: 0.8;
    margin-bottom: 5px; width: 90%;
  }
  .blog-cardSubs-title-line2 {
    height: 6px; background: #fff; border-radius: 2px; opacity: 0.5;
    margin-bottom: 8px; width: 65%;
  }
  .blog-cardSubs-lines {
    display: flex; flex-direction: column; gap: 3px;
  }
  .blog-cardSubs-line { height: 4px; background: #243855; border-radius: 2px; }

  /* Notification bell badge */
  .notif-badge {
    position: absolute;
    top: 14px; right: 14px;
    z-index: 3;
    background: #fff;
    width: 38px; height: 38px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    box-shadow: 0 4px 16px rgba(244,124,32,0.55);
  }

  /* Stats pills below stack */
 .stats-row {
    display: flex;
    gap: 8px;
    z-index: 2;
}
.stat-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(244, 124, 32, 0.1);
    border: 1px solid rgba(244, 124, 32, 0.25);
    border-radius: 20px;
    padding: 8px 23px;
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 700;
}

  /* ── RIGHT: TEXT + FORM ── */
.cardSubs    .right-panel {
    flex: 1;
    background: #132240;
    padding: 36px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }

  .eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: var(--theme-color);
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .eyebrow::before {
    content: '';
    width: 24px; height: 2px;
    background: var(--theme-color);
    border-radius: 2px;
  }


 .cardSubs  .headline {
        font-size: 45px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.22;
    margin-bottom: 12px;
    letter-spacing: -0.4px;
  }
  .cardSubs .headline span { color: var(--theme-color); }

.cardSubs  .subtext {
    font-size: 22px;
    color: #8faabf;
    line-height: 1.29;
    margin-bottom: 24px;
 }
  /* Perks row */
.cardSubs   .perks-row {
    display: flex;
    gap: 18px;
    margin-bottom: 26px;
  }
.cardSubs   .perk {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 17px;
    color: #c8daea;
    font-weight: 500;
}
  .perk-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: var(--theme-color);
    flex-shrink: 0;
  }

  /* Email input row */
 .cardSubs .input-row {
    display: flex;
    gap: 0;
    
  }
  form.mc4wp-form {
    width: 100%;
}
.mc4wp-form-fields {
    position: relative;
}
.cardSubs .email-input, .widget_block .mc4wp-form .email-input{
    flex: 1;
    background: #0f2035;
    border: 1.5px solid #2a3f5f;
    border-right: none;
    border-radius: 10px 0 0 10px;
    padding: 8px 29px;
    font-size: 16px;
    color: #C8DAE8;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    position: relative;
}
.cardSubs .email-input-icon,  .widget_block .mc4wp-form .email-input-icon{
    font-size: 21px;
    opacity: 0.5;
    padding-top: 7px;
}
.mc4wp-error p {
    color: red;
}
 .cardSubs  .email-input-text { color: #4a6480; font-size: 13px; }

.cardSubs .subscribe-btn, .widget_block .mc4wp-form .subscribe-btn{
    background: linear-gradient(135deg, var(--theme-color), var(--theme-color));
    color: #000;
    font-size: 14.5px;
    font-weight: 800;
    padding: 17px 26px;
    border-radius: 0 10px 10px 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 18px rgba(244, 124, 32, 0.4);
    letter-spacing: 0.2px;
    gap: 6px;
}
  input.subscribe-btn, .widget_block .mc4wp-form input.subscribe-btn{
    position: absolute;
    top: 0;
    right: -3px;
    border: 0px;
}
input:-internal-autofill-selected, input:focus  {
    background-color: transparent !important;
}
.widget_block .mc4wp-form .email-input {
    padding: 8px 12px;
}
.widget_block .mc4wp-form .email-input-icon {
 display: none;
}
.widget_block .mc4wp-form input#email {
    min-height: 39px;
}
input.subscribe-btn, .widget_block .mc4wp-form input.subscribe-btn {
    right: -12px;
        font-size: 13.5px;
    font-weight: 800;
    padding: 18px 17px;
}
.cardSubs input#email, .widget_block .mc4wp-form input#email{
    background: transparent;
    border: 0px;
    color: #ffff;
}

.cardSubs   .no-spam {
    margin-top: 10px;
    font-size: 15px;
    color: #4a6480;
  }
  .no-spam span { color: #8faabf; font-weight: 600; }
  
  
.right-half  .categories a , .category-slider a, .realted-categorywrap a{
    color: #433F34;
    font-weight: 400;
    border-radius: 8px;
    background: #EAEAEA;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 30px;
    font-family: inherit;
    transition:0.5s ease;
}
.row.upper-filter {
    padding-bottom: 60px;
}
.owl-carousel.category-list-slider {
    display: flex;
    gap: 10px;
}
.blogcategories-wrap.category-slider {
    float: right;
}
.blogdetail {
    font-size: 18px;
    margin-bottom: 20px;
}
.right-half p {
    font-size: 18px;
}
.blogdetail a {
    text-decoration: underline;
    color: var(--theme-color);
    font-weight: 600;
 
    
}
.right-half h2 {
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 20px;
}
.newblog-banner {
    background: linear-gradient(90deg, rgba(105, 128, 55, 0.12) 0.61%, rgba(255, 255, 255, 0.00) 104.99%);
}
.right-half h2 a:hover {
    color: var(--theme-color);
}
.categories a:hover, .category-slider a:hover, .categories a:hover {
    background: var(--theme-color);
    color: #000;
}
.inner-cols .description-wrap {
    padding: 22px 25px;
}
.inner-cols .authordetails {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #D7D7D7;
}
.inner-cols .authordetails p, .inner-cols .authordetails p a {
    font-size: 17px;
    margin: 0;
    color: #7C7C7C;
    font-weight: 600;
}
.inner-cols .authordetails a {
    color: #7C7C7C;
    font-size: 17px;
    font-weight: 600;
}
.inner-cols .description-wrap h4 {
    font-size: 21px;
    padding: 20px 0 0 0px;
    font-family: inherit;
        line-height: 30px;
   
    overflow: hidden;
}
.inner-cols .description-wrap .categories {
    padding-top: 20px;
}
.inner-cols .description-wrap .categories  a {
    color: #7C7C7C;
    font-weight: 400;
    border-radius: 8px;
    background-color: #EAEAEA;
    padding: 5px 8px;
    font-size: 16px;
    line-height: 30px;
    transition :0.5s ease;
}
.inner-cols .categories {
    padding: 0px !important;
}
.wrap.container, .single-case_studies .container ,.single-case_studies .e-con-boxed.e-con{
    max-width: 1210px !important;
}

.inner-cols {
    margin-bottom: 40px;
    border-radius: 13px;
    border: 1px solid #ECECEC;
    background: #FCFCFC !important;

}
.description-wrap h4 a:hover {
    color:  var(--theme-color);
}


.blogsearch-form form#searchform {
    position: relative;
}
.blogsearch-form form#searchform input {
    border-radius: 8px;
    background: #F5F5F5;
    border: solid 1px #F5F5F5;
    height: 44px;
    padding: 16px;
    width: 100%;
}

.blogsearch-form form#searchform button {
    position: absolute;
    right: 10px;
    top: 9px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.blogsearch-form form#searchform input::placeholder {
    color: #433F34;
}
.bloginner-bannerwrap {
    background: url(https://winsfolio.net/wp/weblite/wp-content/themes/weblite/assets/img/heading-image.jpg);
   
        padding-top: 220px;
        padding-bottom: 100px;
}
.bloginner-bannerwrap .content-wrap {
    width: 100%;
    max-width: 60%;
    padding-right: 20px;
}

.bloginner-bannerwrap .image-wrap {
    width: 100%;
    max-width: 40%;
}

.bloginner-bannerwrap .inner-wrap {
    display: flex;
    align-items: center;
}

.bloginner-bannerwrap .inner-wrap .image-wrap img {
    border-radius: 15px;
    display: block;
}

.bloginner-bannerwrap .inner-wrap h1 {
    font-size: 48px;
    text-shadow: none;
    color: #fff;
    line-height: normal;
    text-transform: capitalize;
    font-weight: bold;
}
.author-detailswrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 23px;
}

.author-detailswrap .author-namewrap .image-wrap img {
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: block;
}
a.next.page-numbers.page-link.d-block.position-relative, a.prev.page-numbers.page-link.d-block.position-relative {
    padding: 6px 15px;
}
.image-wrap i {
    line-height: revert;
    font-size: 18px;
}
.author-detailswrap .image-wrap img {
    width: 100%;
    height: 100%;
    display: block;
}

.author-detailswrap .author-namewrap {
    width: 100%;
    max-width: 33.3%;
    display: flex;
    align-items: end;
    gap: 10px;
}

.publish-wrap {
    width: 100%;
    max-width: 33.3%;
    display: flex;
    align-items: end;
    gap: 10px;
}

.author-detailswrap .publish-wrap .image-wrap,.author-detailswrap .time-wrap .image-wrap {
    color: var(--theme-color);
}

.author-detailswrap .time-wrap {
    display: flex;
    align-items: end;
    gap: 10px;
}

.related-posts h2 {
    text-align: center;
    margin-bottom: 50px;
}
.author-detailswrap {
    padding-right: 20px;
}
input:autofill {
  background-color: red;
}
.question-answer.post-gap {
    padding-top: 25px;
    padding-bottom: 30px;
}
body.single-services section.gap.workflow-section img.shap-4 {
    display: none;
}
body.single-services .workflow {
    padding: 50px 30px;
}

.newcase-banner .bloginner-wrap.row {
    background: #f1f7ff;
    padding: 50px 0px;
}
.newcase-banner .right-half.offset-md-1.col-md-5.d-flex.justify-content-center.flex-column {
    padding-right: 40px;
    padding-left: 30px;
}
.newcase-banner .right-half h2 {
    margin-bottom: 12px;
}
.case-grid .col-md-6 {
    margin-bottom: 55px;
}
.case-list a, .case-single .content-wrap .tags a{
    color: rgba(68, 81, 99, 0.5);
    font-size: 14px;
    padding-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
    font-family: inherit;
        font-weight: 500;
}
.case-single .content-wrap .tags a{
    color: #FFF;
}
.newcase-banner a.button-wrapper {
    margin-top: 20px;
}
.case-grid .bloginner-wrap.row {
    background: transparent;
    padding: 0px;
}
.case-grid .left-half {
    padding-bottom: 35px;
}
.case-single .image-wrap ul li a  {
    color: #fff;
    font-size: 17px;
    font-family: inherit;
    font-weight: 500;
}
.case-single .image-wrap h6, .tags h6 {
    margin-bottom: 22px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color:  var(--theme-color);
     font-size: 17px;
    font-family: inherit;
}

.case-single .image-wrap {
    padding-left: 150px;
}

.case-single .image-wrap li {
    padding-bottom: 10px;
}
.tags h6 {
    margin-right: 10px;
}
.case-single  .tags {
    display: inline-flex;
}
section.related-posts.case h2 {
    text-align: left;
    font-size: 40px;
    font-weight: 500;
}
section.related-posts.case.gap .inner-cols{
    background: transparent !important;
        border-radius: 0px;
}
section.related-posts.case.gap .inner-cols .description-wrap h4 {
    padding-top: 0px;
}
.btn-contain a {
    float: right;
        transition: 0.5s ease;
}
.btn-contain .button-main {
    padding: 6px 35px;
}
.btn-contain {display: flow-root;margin-top: 50px;}
section.related-posts.case.gap  .inner-cols .description-wrap {
    padding: 20px 20px;
}
section.related-posts.case.gap .inner-cols .case-list a {
    padding-top: 10px;
    color: #445163;
}
.btn-contain a:hover .button-main {
    background: #000;
    color: #fff;
}
 .boxed-section {
    max-width: 100%;
    width: calc(100% - 70px) !important;
    margin: 50px 36px auto !important;
    background: #f1f7ff !important;
    margin-top:0px !important;
}

.boxed-section2 {
       max-width: 100%;
    width: calc(100% - 70px) !important;
    margin: 100px 36px auto !important;
    background: rgba(255,214,0,0.1) !important;
    margin-bottom:0px !important;
    margin-top: 100px !important;
}
.single-case_studies .elementor-testimonial-name {

    margin-bottom: 5px;
}

.weblite-single-post.case_studies {
    padding-top: 60px;
    padding-bottom: 90px;
}
/*.case_studies .weblite-single-post-wrapper ol {
 list-style: none
}

.case_studies .weblite-single-post-wrapper ol::first-of-type {            
 counter-reset: count_list;    
} */
.case_studies .weblite-single-post-wrapper p {
    font-size: 17px;
}
.uncode_text_column.success-strategy h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}
.uncode_text_column.success-strategy-l li {
    padding: 0px;
    margin: 0px;
}
.weblite-single-post-wrapper {
    margin-right: 120px;
}
.case_studies .weblite-single-post-wrapper h3 {

    font-size: 25px;
   
}
ol {
 list-style: none
}
.case_studies .uncode_text_column.success-strategy-l ul {
    list-style: inside;
}
.case_studies .uncode_text_column.success-strategy-l ul li:before {
    display: none;
}
.case_studies .weblite-single-post-wrapper .success-strategy ol::first-of-type {            
 counter-reset: count_list;    
}                              
.case_studies .weblite-single-post-wrapper .success-strategy ol > li {position:relative;counter-increment: li}

.case_studies .weblite-single-post-wrapper .success-strategy ol > li::after {
    position: absolute;
    background-color: var(--theme-color);
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
    margin-top: -5px;
    font-size: 15px !important;
    border: none;
}
.case_studies .weblite-single-post-wrapper .success-strategy ol > li::after {
    content: counter(li);
    color: #000;
    position: absolute;
    left: -23px;
    top: 6px;
}
.uncode_text_column.success-strategy ol {
    padding-top: 10px;
    padding-left: 40px;
}

.uncode_text_column.success-strategy ol li {
   
    padding-bottom: 10px;
}
.case_studies .weblite-single-post-wrapper .success-strategy ol > li::before {display:none;}
.case-sticky-cta h4 {
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}

.case-sticky-cta {
    padding: 36px;
    border: 1px solid #f1f7ff;
}
.sticky-sidebar {
    margin-right: 39px;
}
.case-sticky-cta p {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 50px;
}
.boxed-section p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
a.button-wrapp:hover{
    color : #fff;
     background: #000;
}
a.button-wrapp {
    transition: 0.5s ease;
    padding: 12px 30px;
    background: var(--theme-color);
        margin: 0 auto;
    display: table;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
}


.uncode_text_column.success-strategy-l ul {
    list-style: inside !important;
}
.case_studies .weblite-single-post-wrapper h3{
    margin-top: 0px;
}
.result-list li {
    display: list-item;
}

.result-list ul {
    list-style: inside;
    padding-left: 30px;
    padding-top: 6px;
}

.result-list {
    margin-bottom: 15px;
}
.row .col-md-6:nth-last-child(-n+2) {
      margin-bottom: 0px;
}
.mmail p{
    margin-top: -35px;
}
.card.download-success p{
    text-align: center;
    padding: 20px 150px;
}