/*-----------------------------------------------------------------------------------

    [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. experience
         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

-----------------------------------------------------------------------------------*/ 
@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: #ffffff33;
    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: 111;
} 
.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"] {
    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 {
    color: black;
}
.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: 40px;
    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: 40px;
    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: 51%;
    margin: auto;
    position: relative;
} 
.recommended-companies h2 {
    font-size: 90px;
    line-height: 86px;
    text-transform: uppercase;
    padding-bottom: 20px;
} 
.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%;
} 
.webilte-text p {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #444;
    padding-bottom: 24px;
    margin-bottom: 50px;
} 
.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 img {
    border-radius: 50%;
    margin-top: 70px;
} 
/* 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;
}
.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: 0%;
    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;
}
/* 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;
}  

/* services pages custom css */
/* Our 3D Process Section styles */
.our-3d-section .neon-text {
  background: linear-gradient(90deg, #aaff00, #00ffaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 1.7rem; /* reduced for balance */
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(170, 255, 0, 0.5);
}

/* Floating GIF effect */
.our-3d-section .floating {
  animation: float 4s ease-in-out infinite;
  max-width: 90%;  /* make GIF slightly larger */
  margin: 0 auto;
  border-radius: 15px;
  /* box-shadow: 0 0 25px rgba(170, 255, 0, 0.4); */
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Process content card: smaller & tighter */
.our-3d-section .process-content {
  background: rgba(255, 255, 255, 0.05);
  padding: 25px 20px;  /* reduced padding */
  border-radius: 15px;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 25px rgba(170, 255, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.our-3d-section .process-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(170, 255, 0, 0.2);
}

/* Process steps list: tighter spacing */
.our-3d-section .process-steps .step-item {
  margin-bottom: 12px;  /* less gap between steps */
  padding: 10px 15px;   /* tighter padding */
  border-left: 4px solid #aaff00;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  transition: background 0.3s, transform 0.3s;
}

.our-3d-section .process-steps .step-item:hover {
  background: rgba(170, 255, 0, 0.08);
  transform: translateX(6px);
}

/* Step number circle: slightly smaller */
.our-3d-section .step-number {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #aaff00;
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 8px rgba(170, 255, 0, 0.6);
}

/* Step description text: smaller font */
.our-3d-section .step-item p {
  margin: 6px 0 0;
  font-size: 0.9rem;
  color: #bbb;
}

/* Responsive: extra margin top on small screens */
@media (max-width: 767px) {
  .our-3d-section .process-content {
    margin-top: 20px;
  }
}

/* Neon heading */
.what-3d-section .section-heading {
    color: #ccdf4e;
    font-weight: 700;
    font-size: 1.9rem;
    text-shadow: 0 0 8px rgba(204, 223, 78, 0.6);
  }
  
  /* Floating animation on image */
  .what-3d-section .floating {
    animation: float 4s ease-in-out infinite;
    max-width: 90%;
    border-radius: 15px;
    /* box-shadow: 0 0 20px rgba(204, 223, 78, 0.3); */
  }
  
  @keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
  }
  
  /* Glassmorphism card */
  .what-3d-section .info-box {
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 25px rgba(204, 223, 78, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .what-3d-section .info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(204, 223, 78, 0.2);
  }
  
  /* Highlight points with icons */
  .what-3d-section .highlights li {
    margin-bottom: 10px;
    font-size: 0.96rem;
    color: #ccc;
    transition: color 0.3s;
  }
  
  .what-3d-section .highlights li i {
    color: #ccdf4e;
    margin-right: 8px;
    transition: transform 0.3s;
  }
  
  .what-3d-section .highlights li:hover {
    color: #fff;
  }
  
  .what-3d-section .highlights li:hover i {
    transform: scale(1.2);
  }
  
  /* Responsive margin */
  @media (max-width: 767px) {
    .what-3d-section .info-box {
      margin-bottom: 20px;
    }
  }
/* Section heading bigger & glow */
.where-3dca-section .section-heading {
    color: #ccdf4e;
    font-weight: 700;
    font-size: 2.2rem;
    text-shadow: 0 0 10px rgba(204, 223, 78, 0.7);
    margin-bottom: 35px;
  }
  
  /* Usage box with neon border & subtle animated glow */
  .where-3dca-section .usage-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid #ccdf4e;
    border-radius: 15px;
    padding: 35px 25px;
    color: #ccc;
    box-shadow: 0 0 12px rgba(204, 223, 78, 0.1);
    transition: transform 0.4s, box-shadow 0.4s, color 0.4s, background 0.4s, border-color 0.4s;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  /* Add animated glowing border effect using pseudo element */
  .where-3dca-section .usage-box::before {
    content: '';
    position: absolute;
    top: -2px; left: -2px; right: -2px; bottom: -2px;
    border-radius: 15px;
    background: linear-gradient(45deg, #ccdf4e, transparent, #ccdf4e, transparent);
    background-size: 300% 300%;
    opacity: 0.2;
    z-index: 1;
    animation: borderGlow 3s linear infinite;
  }
  
  /* Border glow animation */
  @keyframes borderGlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  
  /* Content above pseudo element */
  .where-3dca-section .usage-box * {
    position: relative;
    z-index: 2;
  }
  
  /* Icon bigger & animated */
  .where-3dca-section .usage-box i {
    font-size: 2.3rem;
    color: #ccdf4e;
    margin-bottom: 14px;
    transition: transform 0.4s, color 0.4s;
  }
  
  /* Title bigger */
  .where-3dca-section .usage-box h5 {
    color: #000;
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: color 0.4s;
  }
  
  /* Paragraph bigger */
  .where-3dca-section .usage-box p {
    font-size: 1rem;
    margin: 0;
    transition: color 0.4s;
  }
  
  /* Hover: dark background, neon text & border brighter */
  .where-3dca-section .usage-box:hover {
    transform: translateY(-8px) scale(1.05);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 8px 30px rgba(204, 223, 78, 0.3);
    color: #ccdf4e;
    border-color: #ccdf4e;
  }
  
  /* Hover: icon & text neon */
  .where-3dca-section .usage-box:hover i,
  .where-3dca-section .usage-box:hover h5,
  .where-3dca-section .usage-box:hover p {
    color: #ccdf4e;
  }
  
  /* Icon rotate & scale on hover */
  .where-3dca-section .usage-box:hover i {
    transform: rotate(10deg) scale(1.2);
  }
  
  /* Responsive adjust */
  @media (max-width: 767px) {
    .where-3dca-section .usage-box {
      padding: 25px 20px;
      min-height: auto;
    }
  }

  /* Intro box styling */
.video-intro-box {
    background: #fff;
    border: 2px solid #ccdf4e;    /* Lime green border */
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  }
  
  .video-intro-box:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(204, 223, 78, 0.4);
    border-color: #b9cc3f;  /* slightly darker lime green on hover */
  }
  
  /* Heading styling */
  .video-intro-box .section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #333;
  }
  
  /* Paragraph styling */
  .video-intro-box .intro-text {
    font-size: 17px;
    line-height: 1.6;
    color: #555;
  }
  
  /* Highlight list styling */
  .video-intro-box .highlights li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
  }
  
  /* Icon styling */
  .video-intro-box .highlights li i {
    color: #ccdf4e;
    margin-right: 10px;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
  }
  
  /* Icon hover effect */
  .video-intro-box .highlights li:hover i {
    color: #b9cc3f; /* darker lime green on hover */
    transform: scale(1.2);
  }
  
  /* Text hover effect */
  .video-intro-box .highlights li:hover {
    color: #ccdf4e;
  }

  /* Why Choose us and how we work section css  */
  /* Fancy card style with gradient border & deep shadow */
.fancy-card {
    background: linear-gradient(145deg, rgba(0,0,0,0.8), rgba(30,30,30,0.9));
    border: 2px solid #ccdf4e;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    overflow: hidden;
  }
  
  /* On hover: lift + glow */
  .fancy-card:hover {
    transform: translateY(-8px) scale(1.03) rotateX(2deg);
    box-shadow: 0 20px 50px rgba(204,223,78,0.5);
  }
  
  /* Fancy heading with gradient text & glow */
  .fancy-heading {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg, #ccdf4e, #fff, #ccdf4e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 5px rgba(204,223,78,0.6);
    margin-bottom: 25px;
  }
  
  /* List items style */
  .fancy-list li {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ddd;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
  }
  
  /* Icon style: neon pulse + bounce */
  .fancy-list li i {
    color: #ccdf4e;
    margin-right: 12px;
    font-size: 22px;
    animation: pulseGlow 1.5s infinite alternate, bounceIcon 2s infinite;
    transition: transform 0.3s ease;
  }
  
  /* List item hover: slide + color pop */
  .fancy-list li:hover {
    color: #ccdf4e;
    transform: translateX(10px) scale(1.05);
  }
  
  /* Icon hover: spin + scale */
  .fancy-list li:hover i {
    transform: rotate(-10deg) scale(1.3);
  }
  
  /* Neon glow pulse */
  @keyframes pulseGlow {
    from { text-shadow: 0 0 5px #ccdf4e; }
    to { text-shadow: 0 0 15px #ccdf4e, 0 0 20px #ccdf4e; }
  }
  
  /* Icon bounce */
  @keyframes bounceIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
  }

  /* Introduction section styling */
.intro-section {
    background: linear-gradient(135deg, #f5f5f5, #ffffff);
  }
  
  .intro-card {
    background: #ffffff;
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .intro-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  }
  
  .intro-card p {
    font-size: 1.05rem;
    color: #333;
    line-height: 1.7;
  }
  
  .section-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #ccdf4e;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  }
  
  /* Animation effect */
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .animate-fadein {
    animation: fadeInUp 1s ease-out;
  }
  
  /* Responsive adjustments */
  @media (max-width: 768px) {
    .section-heading {
      font-size: 1.6rem;
    }
    .intro-card p {
      font-size: 1rem;
    }
  }

  /* Why Partner With Us Section */
.why-partner-section {
  background: #f9f9f9;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ed7679;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

/* Floating animation keyframes */
@keyframes floatAnimation {
  0% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.benefit-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation: floatAnimation 3s ease-in-out infinite;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect: go higher & stronger shadow */
.benefit-card:hover {
  transform: translateY(-15px); /* upar uth jaaye hover pe */
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.benefit-card h5 {
  color: #333;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.benefit-card p {
  color: #555;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .section-heading { font-size: 1.6rem; }
}
/* Why Partner With Us Section */
.why-partner-section {
  background: #222; /* dark bg */
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #ccdf4e;
  margin-bottom: 1rem;  /* space fix */
  text-shadow: 1px 1px 3px rgba(204, 223, 78, 0.5);
}

/* Floating animation subtle & smooth */
@keyframes floatAnimation {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

.benefit-card {
  background: linear-gradient(145deg, #333, #2a2a2a);
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1rem;
  min-height: 330px; /* equal size */
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  animation: fadeInUpCard 1s ease forwards, floatAnimation 4s ease-in-out infinite;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-bottom 0.4s ease;
  border-bottom: 3px solid transparent;
  opacity: 0;
  transform: translateY(20px);
}

.benefit-card:hover {
  transform: translateY(-10px) rotateZ(-0.5deg);
  box-shadow: 0 15px 35px rgba(204, 223, 78, 0.3);
  border-bottom: 3px solid #ccdf4e;
}

.benefit-card h5 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  transition: color 0.3s ease;
}

.benefit-card:hover h5 {
  color: #ccdf4e;
}

.benefit-card p {
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 0.5rem; /* space fix */
}

/* Fade-in animation */
@keyframes fadeInUpCard {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive heading */
@media (max-width: 768px) {
  .section-heading { font-size: 1.6rem; }
}

.conclusion-box {
  background: #3a3a3a;
  padding: 1.5rem 2rem;
  margin-top: 2rem;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.4);
  color: #f9f9f9;
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
  opacity: 0;                 /* for animation */
  transform: translateY(20px); /* start a bit lower */
  animation: fadeInUpReal 1s ease forwards;
}

.conclusion-box p {
  margin-bottom: 0.5rem;
  text-shadow: 0 0 2px rgba(0,0,0,0.7);
}

.conclusion-box strong {
  color: #ccdf4e;
}

/* Animation keyframes */
@keyframes fadeInUpReal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cta-highlight-section {
  background: linear-gradient(135deg, #2f2f2f, #3a3a3a);
  color: #f9f9f9;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
  text-align: center;
  margin-top: 2rem;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  animation: fadeInUpReal 1s ease forwards;
}

.cta-highlight-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.6);
}

.cta-highlight-section h3 {
  color: #ccdf4e;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.cta-highlight-section h3::after {
  content: '';
  display: block;
  width: 60%;
  margin: 0.3rem auto 0;
  border-bottom: 2px solid #ccdf4e;
  border-radius: 2px;
  animation: underlineGlow 2s infinite alternate;
}

@keyframes underlineGlow {
  from { border-color: #ccdf4e; }
  to   { border-color: #e9ff6e; }
}

.cta-highlight-section ul {
  list-style: none;
  padding: 0;
  margin: 1.5rem auto;
  max-width: 600px;
}

.cta-highlight-section ul li {
  margin-bottom: 0.8rem;
  position: relative;
  padding-left: 2rem;
  text-align: left;
  transition: color 0.3s ease;
}

.cta-highlight-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ccdf4e;
  font-weight: bold;
  text-shadow: 0 0 4px rgba(204, 223, 78, 0.7);
  transition: transform 0.3s ease;
}

.cta-highlight-section ul li:hover::before {
  transform: scale(1.2) rotate(10deg);
}

.cta-highlight-section ul li:hover {
  color: #e0e0e0;
}

.cta-highlight-section .cta-text {
  font-weight: 600;
  color: #ccdf4e;
  font-size: 1.3rem;
  margin-top: 1.5rem;
  text-shadow: 0 0 3px rgba(204, 223, 78, 0.6);
}

.cta-highlight-section .cta-strong {
  font-weight: bold;
  color: #f9f9f9;
  margin-top: 0.5rem;
}

  
  
  
  
    
