.team-intro {
    justify-content: center;
    display: flex;  
} 
.team-image-inner img {  
    position: absolute;
    right: 0px;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 99;
   top: 0px;  
}
.team-intro p{       
max-width: 52%;
    padding-top: 10px;
    color: #fff;
}
.guide span {
    margin-left: 10px;  
}
.guide-card h4 {
    padding: 20px 0px 15px 0px !important;  
    min-height: 75px;
}
.digital-title h1 {     
    max-width: 75%!important;  
}
.digital-title {    
    align-items: center;
    display: flex;
    justify-content: center;
}
.team-card{  
    display: flex;   
    background: #1E1D23;
    border-radius: 20px;
   width: 48%;    
  border: 1px solid #464646;   
}
.built-heading {  
    width: 100%;
}
.team-content h3 {  
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.team-list { 
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}
.team-list {  
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}
.team-list li {  
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  padding-bottom: 10px;  
}
.team-list span {
    margin-left: 5px;      
}
.team-image {        
   width: 40%;
   margin-right: -20px;  
   margin-left: 22px;
  position: relative;
}
.team-card-info {  
    display: flex;
   
}
.team-content {  
    width: 60%;
    padding: 30px;
}
.team-image img {   
    width: 100%;
height: 100%;
 border-radius: 0px 20px 20px 0px;
}



.icon-list-inner {
  position: relative;
}

.icon-list-inner .card_inner {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.icon-list-inner .card_inner + .card_inner {
  margin-top: -22px;
}

.icon-list-inner .card_inner.show {
  opacity: 1;
  transform: translateY(0);
}

/**digital-page****/

.custom-faq {
    max-width: 900px;
    margin: auto;
    padding-top: 50px;
}

.campaign-title{
    text-align: -webkit-center;
    padding-top: 50px;  
    padding-bottom: 20px;   
}
.campaign-title p{
    max-width: 75%;  
 }
.section_work_banner h1 span {  
    margin-right: 10px;
}
.faq-header h4 {  
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.faq-box{
  margin-bottom: 20px;    
}
.faq-sec {      
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
   padding: 100px 0 280px 0px;
    margin-bottom: -165px;
}
.faq-header {  
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background: #3B3940;   
    padding: 20px 45px 20px 45px;
    border-radius: 50px;
}
.faq-body p {
    padding: 0px 20px 0px 30px;    
    color: #fff;
}
.faq-body {
    height: 0;  
    overflow: hidden;
    transition: height 0.4s cubic-bezier(.4,0,.2,1);
padding: 15px 15px 5px 15px;     

}
.arrow {
    width: 8px;  
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}
.section_work_banner h1{  
   max-width: 100%;
}


.faq-box.active .arrow {
    transform: rotate(-135deg);
} 
.faq-sec .arrow {
    transition: transform 0.3s ease;
}

.faq-sec .faq-box.active .arrow { 
    transform: rotate(225deg);
}

/***faq-section****/

.unique-bg span {    
   background: linear-gradient(91deg, #F38F55 0%, #923E1F 100%);
   padding:0px 10px 0px 9px;     
}
.campaign-slider-wrapper {    
    position: relative;
}
.campaign-arrow {
    width: 40px;
    height: 40px;
}
.faq-sec h2 {   
    color: #fff;
      text-align: center;  
    line-height: 75px;
    max-width: 700px;  
}  
.faq-desc {
    justify-content: center;
    align-items: center;
    display: flex;
}
.comman-faq.unique-bg h5 {  
    color: #F1592A;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
text-align: center;  
}

.campaign-arrow::after {  
    font-size: 30px !important;
    color: #fff;
}
.swiper-button-next.campaign-arrow {
    right: -80px;
}
.swiper-button-prev.campaign-arrow {
    left: -80px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{   
 opacity: 1 !important;  
}
.read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
    padding: 14px 30px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 700;
}
.read-more-icon {
    width: 14px;
    height: auto;
}

.read-more:hover {
    background: #ff5a2a;
    border-color: #ff5a2a;  
  color:#fff;  
}
.campaign-desc p {  
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
}

.campaign-card {
    background: #2A2830;  
    padding: 20px;
    border-radius: 20px;
text-align: left;  
}
.campaign-desc {  
    min-height: 110px;
}
.campaign-card h4 {
    color: #F1592A;
    font-size: 17px;
    font-weight: 700;
    padding: 20px 0px 20px 0px;
    text-transform: uppercase;  
}

.senior-sec {  
    background: #fff;
    padding: 100px 0px;
}
.senior-consulting-image {
    width: 50%;
}
.senior-descution {
    width: 50%;
}
.senior-consulting {      
    display: flex;
  gap: 70px;
 align-items: end;  
}
.check-list img {
    object-fit: contain;
} 
.senior-descution h5 {  
    font-size: 16px;
    font-weight: 600;
    color: #F1592A;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.senior-descution h2 {    
    width: 80%;
  padding-bottom: 20px;   
line-height: 70px;
}
.how-work-sec {
    background: #fff;  
  padding: 100px 0px;    
    background-position: center!important;
    background-repeat: no-repeat!important;
    padding: 100px 0px;  

}
.how-it-works h2 {
    text-align: center;  
}
.how-box-inner {   
    padding-top: 70px;
}
.how-step h4 {
    font-size: 20px;  
    color: #F1592A;
}
.how-step {      
    display: flex;
    gap: 10px;
    align-items: center;
}
.comman-faq h5 {
    color: #F1592A;
    font-size: 16px;  
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}
.how-box {    
    border: 1px solid #F1592A;
    border-radius: 21px;
    position: relative;
   padding: 30px 30px 0px 30px;  
    width: 25%;
     background: #fff;  
}
.how-img {
    text-align: end;
    margin-right: -30px;
}
.how-btn{
    text-align: center;  
    padding-top: 70px;
  justify-content: center;
    display: flex;  
}
.how-box-inner {    
    display: flex;
    gap: 30px;
}
.how-step h5 {  
    font-size: 20px;
    border-left: 1px solid #141219;
    padding-left: 8px;
    line-height: 18px;
}

.how-content p {  
    font-size: 16px;
    font-weight: 400;
    padding-top: 18px;
}
.senior-descution h2 span {  
    background: linear-gradient(to right, #EF4444, #F97316);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  position:relative;    
    z-index: 1;   
 padding: 0px 5px 0px 5px; 
}  
.senior-descution h2 span::before {  
  content: "";
  position: absolute;
  inset: 0; /* shortcut for top:0; right:0; bottom:0; left:0 */  
  background: linear-gradient(90deg, #f76c1b52 0%, #ffdcc82e 100%);    
  z-index: -1;
}

.check-content {
    font-size: 16px;
    line-height: 25px;
}
.check-list {
    display: flex;
    column-gap: 20px;
    padding-bottom: 10px;
}
.footer-bottom {
    display: flex;
    column-gap: 20px;
    padding: 35px 0px; 
    border-top: 1px solid #ffffff33;    
   align-items: center;  
  position:relative;
 z-index:2;  
}
.strategy-heading h2 {    
    color: #fff;
    text-align: center;
}
.strategy-intro p {
    max-width: 65%;
    padding-top: 10px;
    color: #fff;
}
.Strategy-inner {    
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
 padding-top:50px;
justify-content: center;       
}
.Strategy-box {  
    width: 31%;
    border: 1px solid #464646;
    border-radius: 30px;
    padding: 70px 40px 120px 40px;
    background: #1F1D23;   
}
.strategy-intro-under {  
    padding-top: 30px;
    max-width: 78%;
}
.what-intro {
    padding-top: 80px;
}

.strategy-intro-under p {   
    color: #fff;
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
}
.what-intro h5 {  
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    position: relative;  
}
.what-intro h5:before {  
    content: "";
    position: absolute;
    background: url(http://fullpac.wordpressplanet.org/wp-content/uploads/2026/02/before-statergy.png);
    height: 4px;
    width: 40%;
    background-repeat: no-repeat;
    left: 0px;
    top: 10px;
}
.what-intro h5:after {    
    content: "";
    position: absolute;
    background: url(http://fullpac.wordpressplanet.org/wp-content/uploads/2026/02/after-statergy.png);
    height: 4px;
    width: 40%;
    background-repeat: no-repeat;
    right: 0px;
    top: 10px;
}
.campagin-sec {   
    background: #141219;
    padding: 80px 0px;
    text-align: center;
}
.campagin-inner-content p {
    color: #fff;
  padding-bottom: 30px;  
}
.campagin-inner-content h5 {  
    color: #F1592A;
    font-size: 16px;
    padding-bottom: 5px;
    text-transform: uppercase;
  padding-bottom: 20px;    
}
.campagin-sec h2 {  
    color: #fff;
    padding-bottom: 15px;
}
.strategy-intro {   
    justify-content: center;
    display: flex;
    text-align: center;
}
html, body {
    overflow-x: hidden;  
}
.work_box_button a:hover{  
   background:#fff;
    border-color:#F1592A;
    color: #F1592A;
}
.strategy-sec {  
    background: #141219;  
    padding: 120px 0px;
}

.product_box .btn a:hover {       
    background: #fff;
    border-color: #F1592A;
    color: #F1592A;
}
.case_studies_link a:hover {
    color: #fff;
}
.case_studies_link a:hover img{  
   filter: brightness(0) invert(1);
}

.product_box .btn a:hover img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(1631%) hue-rotate(346deg) brightness(96%) contrast(92%);
}

.get-started-btn a:hover{  
  background:#F1592A;
 color:#fff!important;
 border-color:#fff;  
}

.get-started-btn a:hover img{   
    filter: brightness(0) invert(1);   
}
.get-started-btn a {
    color:#F1592A;
    background: #fff; 
    padding: 16px 32px; 
    display: inline-flex;  
    column-gap: 10px;     
    border-radius: 50px;
   font-size:15px;
  line-height:20px;
  font-weight:500;  
  border:1px solid transparent;  
}
.award-col .award-btn:last-child a:hover{  
   background: #fff; 
 color:#F1592A !important;
 border-color:#fff;  
}
.award-col .award-btn:last-child a:hover img{
  filter: brightness(0) saturate(100%) invert(49%) sepia(77%) saturate(1631%) hue-rotate(346deg) brightness(96%) contrast(92%);
}
.award-col .award-btn:last-child a {        
    color:#fff;
   background: linear-gradient(75.68deg, #EF4444 0%, #F97316 70%);
    padding: 16px 50px;    
    display: inline-flex;  
    border-radius: 50px;
   font-size:15px;
  line-height:20px;
  font-weight:500;  
text-decoration:none;  
    margin-top: 20px;   
 border:1px solid transparent;  
}
.social-box a:hover {     
    background:#F1592A;
}
.social-box a:hover img{  
  filter: brightness(0) invert(1);   
}
.award-btn img {
    padding-left: 10px;
}
.get-started-btn a:hover{      
   color:#F1592A;
}

.footer-bottom p {
    color: #fff; 
font-size: 15px;  
}
.social-icons {
    display: flex; 
    column-gap: 20px;
    align-items: center;  
}
.bottom-logo-col{
  color:#fff;  
}
.footer-top {
    padding: 20px 0px 40px 0px;  
   display: flex;  
gap: 50px;  
}
.product-col {
    width: 15%;
}
.solutions-col {
    width: 15%;
}
.resource-col {  
    width: 15%;
}
.bottom-logo-col {
    width: 30%;
}
.award-col {
    width: 25%;
}
.bottom-logo-col p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;  
   padding: 20px 0px 20px 0px;  
}
.social-box a {
    background: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 50px;
    height: 42px;
    width: 42px;
    justify-content: center; 
    display: flex;
    align-items: center;
}
.footer-column li {
    padding-bottom: 5px; 
}
.product-col h5 {  
    color: #F1592A;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; 
    padding: 0px 0px 10px 0px;
   border-bottom: 1px solid #F1592A;   
}
.solutions-col h5 {  
    color: #F1592A;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; 
    padding: 0px 0px 10px 0px;
   border-bottom: 1px solid #F1592A;
}
.resource-col h5{  
  color: #F1592A;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; 
    padding: 0px 0px 10px 0px;
   border-bottom: 1px solid #F1592A;
}
.award-btn{
    padding-bottom:5px;  
}
.award-btn a{  
    font-size:15px;
   text-decoration: underline;  
}
.award-btn a:hover{  
   color:#F1592A;  
 }
.footer-upper-col h2 {  
    font-size: 45px;
    font-weight: bold;
    line-height: 50px;
    padding-bottom: 20px;
  color:#fff;  
}
.footer-upper-col p {  
    font-size: 20px;
    color: #fff;
}
.footer-upper-col {         
    background: #F1592A;
    border-radius: 20px;
    margin-bottom: 60px;
    padding: 120px 60px 120px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.award-content p {
    color: #fff;
    padding: 25px 0px 10px 0px;  
font-size:15px;  
}  
.footer-sec:after {  
    content: '';
    position: absolute;
    background-image: url(http://fullpac.wordpressplanet.org/wp-content/uploads/2026/02/footer-botm-img.png);
    bottom: 0px;
    display: block;
    height: 110px;
    width: 100%;
    left: 0px;
  background-position: center;  
 background-repeat: no-repeat;
}
.footer-sec { 
  position: relative;
 padding:0px 0px 50px 0px;  
 }  
.award-col h5{ 
  color: #F1592A;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase; 
    padding: 0px 0px 10px 0px;
   border-bottom: 1px solid #F1592A;

}
.resource-col li:nth-child(4){
border-top: 1px solid #ffffff33;
padding-top: 18px;
}
.resource-col li:nth-child(3){  
  padding-bottom: 18px;
}

.solutions-col li:nth-child(3){
border-top: 1px solid #ffffff33;
padding-top: 18px;
}
.solutions-col li:nth-child(2){   
  padding-bottom: 18px;
}

.product-col li:nth-child(5){   
    padding-bottom: 18px;   
}
.product-col li:last-child { 
    border-top: 1px solid #ffffff33;
    padding-top: 18px;
}
.footer-column ul{
  list-style: none;
    padding: 0;  
    margin-top: 20px;  
}
.footer-column li a { 
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
}

.footer-column li a:hover{
  color:#F1592A;  
}

.copy-right-inner a:hover{ 
    color:#F1592A;
}
.copy-right-inner a { 
    text-decoration: underline;
    padding-left: 15px;
    border-left: 1px solid #fff;
    padding-right: 15px;
    font-size: 15px;  
}

section.section-banner {
    padding: 238px 0 68px;
}

.section-title {
    width: calc(64% - 64px);
  
}
.icon-list-inner {
    width: 35%;
}
.banner-row {
    align-items: center;
    gap:64px;
}
.banner-title h1 {
    max-width: 716px;
}

.icon-content {
    width: calc(100% - 18px);
    padding-left: 20px;
    color: rgba(200, 200, 200, 1);
    line-height: 1;
}

.icon_list.d-flex {
    background-color: antiquewhite;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #707070;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    align-items: center;
    margin-bottom: 20px;
}
.btn.button-2  a{
 color: var( --white-org);
}
.btn.button-2 a {
    background: #fff;
    margin-left: 15px;
}
.banner-content p {
    font-size: 25px;
    color: #C8C8C8;
    line-height: 1.2;
}

.banner-row {
    align-items: center;
    justify-content: space-between;
}
.banner-title strong {
    background: linear-gradient(90deg, #F38F55 0%, #923E1F 100%);
    padding: 5px;
    line-height: 55px;
}
.banner_img_inner.d-flex {
    margin:  0 auto;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin-top: 157px;
}
.banner-button a {
    font-size: 15px !important;
    font-weight: 700 !important;
}

section.section_work {
    padding: 72px 0 116px;
    background: radial-gradient(86.56% 124.2% at 50% -17.62%, rgba(255, 255, 255, 0) 0%, #FFB68C 100%);
    background-color: #fff;
}


.section_work-title {
    text-align: center;
}

.work-sub-title, .product-sub-title ,.consulting-sub-title  {
    font-size: 16px;
    color: #F1592A;
    font-weight: 700;
}

.work-content {
    max-width: 850px;
    margin:  0 auto;
    padding-top: 20px;
    color: #27272B;
}

 .work-title  strong {
    background:         linear-gradient(90deg, rgba(247,108,27,0.2) 0%, rgba(255,220,200,0.2) 100%);
    padding: 8px 14px;
    display: inline-block;
    border-radius: 4px;
    background-image: 
        linear-gradient(75.68deg, #EF4444 0%, #F97316 70%),
        linear-gradient(90deg, rgba(247,108,27,0.2) 0%, rgba(255,220,200,0.2) 100%);

    background-clip: text, border-box;
    -webkit-background-clip: text, border-box;

    -webkit-text-fill-color: transparent;
} 
.product_box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), rgba(255, 255, 255, 0.05);
   border: 1px solid #F3F3F3;
    border-radius: 30px;
    width: calc(33.33% - 17px);
    padding: 42px 47px 88px;
    position: relative;
    overflow: hidden;
}
.product_box_inner.d-flex {
    gap: 25px;
    align-items: center;
}
.product-number {
    position: absolute;
    right: -1px;
    bottom: 0px;
}
.product_box.box-2 {
    padding-bottom: 154px;
    border: 1px solid #F1592A;
}

.section_platform-title {
    text-align: center;
    max-width: 1223px;
    margin:  0 auto;
}
section.section_platform {
    padding: 134px 0 140px;
    position: relative;
}


section.section_platform:after {
content: "";
position:absolute;
top: 0;
left: 0;
width: 100%;
height: 200px;
background: radial-gradient(50.85% 39.18% at 50% 0%, #F1592A 0%, rgba(20, 18, 25, 0) 100%);
z-index: -1;
}

section.section_platform:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1320px;
    height: 2px;
    background: linear-gradient(90deg, rgba(20, 18, 25, 0) 0%, #F1592A 50%, rgba(20, 18, 25, 0) 100%);
    transform: translate(-50%, -50%);
}


.platform-title h2 strong{
    background: linear-gradient(90deg, #F38F55 0%, #923E1F 100%);
    -webkit-text-fill-color:unset;
}
.tab-header {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(50px);
    border-radius: 20px;
    padding: 37px 20px;
    gap: 20px;
    margin-bottom: 40px;
    position: relative;
    cursor: pointer;
}

    .tab-header:after {
    position: absolute;
    content: "";
    bottom: -21px;
    left: 50%;
    width: 317px;
    height: 2px;
    background: linear-gradient(
    90deg,
    rgba(255, 94, 0, 0) 0%,
    rgba(255, 94, 0, 0.8) 50%,
    rgba(255, 94, 0, 0) 100%
  );
    transform: translate(-50%, -50%);
}

.tab-header:last-child::after {
    display: none;
}

.tab-title {
    color: #fff;
}
.tab-content {
    border: 1px solid;
    border-radius: 30px;
    padding: 56px;
    backdrop-filter: blur(5px);
    background: #FFFFFF1A;
    width: calc(70% - 28px);
    position: relative;
}
.tab-item {
    width: 30%;
}
.tabs.d-flex {
    gap: 28px;
    margin-top: 117px;
}
.tab-img {
    position: absolute;
    right: -90px;
    bottom: -68px;
}
.tab-description {
    max-width: 657px;
}
.tab-content {
    display: none;
}

.tab-content.current {
    display: block;
}
.consulting-row {
    gap:18px;
}
.section-consulting-title {
    width: calc(50% - 9px);
}

.consulting-image {
    width: calc(50% - 9px);
}
.consulting-title h2 {
    line-height: 1.3;
}

.counert-box {
    text-align: center;
    width: 25%;
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}

.counert-box:before {
    content: "";
    position: absolute;
    top: 57%;
    width: 192px;
    height: 2px;
    background: linear-gradient(90deg, rgba(20, 18, 25, 0) 0%, #F1592A 50%, rgba(20, 18, 25, 0) 100%);
    transform: rotate(90deg);
    right: -172px;
}

.counert-box:last-child::before {
    display: none;
}


.counter-number {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.4235;
}
section.section_marketing {
    background-color: #fff;
    padding: 100px 0;
}
.section_marketing-title {
    text-align: center;
    max-width: 855px;
    margin: 0 auto;
}
.agency_icon {
    background: linear-gradient(0deg, #D9D9D9, #D9D9D9),
linear-gradient(199.63deg, #EF4444 28.56%, #F56028 49.77%, #F97316 63.91%);
    background: linear-gradient(199.63deg, #EF4444 28.56%, #F56028 49.77%, #F97316 63.91%), #D9D9D9;
    border-radius: 10px;
    padding: 17px;
    width: 60px;
    height: 60px;
}
.agency_box {
    border: 1px solid #F1592A;
    padding: 30px;
    border-radius: 20px;
    width: calc(25% - 30px) 
}
.agency_title {
    width: calc(100% - 60px);
    padding-left: 20px;
}
.agency_title h4{
 font-size: 22px;
}
.agency_list ul {
    padding-left: 0;
    list-style: none;
}
.agency_list ul li {
    margin: 20px 0;
    padding: 10px 0;
    position: relative;
}

.agency_list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 3px;
    width: 100%;
    
    /* Orange fading line */
    background: linear-gradient(
        to right,
        #f15a29 0%,
        rgba(241, 90, 41, 0.6) 40%,
        rgba(241, 90, 41, 0.15) 70%,
        transparent 100%
    );
}

.agency_list ul li:last-child::after {
    display: none;
}
.agency_box-inner {
    gap: 40px;
}

.marketing_button.btn.button-2 a {
    border: 1px solid #F1592A;
}
section.section_consulting {
    padding: 80px 0 ;
}
section.section_case_studies {
    padding: 87px 0 159px;
     overflow: hidden;
}

.section_case_studies-title {
    text-align: center;
}

.case_studies_slider {
    width: calc(20% - 17px);
}
.case_studies_slider {
    width: calc(20% - 17px);
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4.5px);
    border-radius: 20px;
    padding: 20px;
}
.case_studies_slider-inner {
    gap: 20px;
}
.slider_title h6 {
    text-transform: uppercase;
    background: linear-gradient(75.68deg, #EF4444 0%, #F97316 70%), linear-gradient(90.29deg, rgba(113, 47, 254, 0.9) 6.88%, rgba(188, 42, 141, 0.9) 52.57%, rgba(251, 0, 241, 0.9) 69.82%, rgba(255, 0, 107, 0.9) 87.36%, rgba(255, 24, 135, 0.9) 93.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 17px;
}
.slider_title {
    width: calc(100% - 48px);
    padding-right: 20px;
}

.slider-content p {
    color: #B5B6C3;
}

.slider-bottom-title {
    font-size: 15px;
    color: #fff;
}
.slider-img {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.slider-content {
    min-height: 88px;
   
}
.case_studies_slider-inner .slick-track{
    display: flex !important;
    gap: 20px;
}
.agency_btn-inner{
    justify-content: center;
}
.tab-list-content {
    width: calc(100% - 18px);
    padding-left: 15px;
}
.tab-header .tab-icon{
    width: 60px;
}

.tab-header.current .tab-icon{
    background: linear-gradient(199.63deg, #EF4444 28.56%, #F56028 49.77%, #F97316 63.91%), #D9D9D9;
}

.tab-header .tab-icon {
    width: 60px;
    background-color: transparent;
    height: 60px;
    border-radius: 10px;
    position: relative;
}
.tab-header .tab-icon img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.consulting-list{
    margin-bottom: 10px;
    margin-top: 10px;
}
 .case_studies_slider-inner  button.slick-arrow {
 
    background-repeat: no-repeat;
    background-size: 30px;
    bottom: -76px;
    top: unset;
    width: 30px;

}
.case_studies_slider-inner  button.slick-next  {
   background-image: url(/wp-content/uploads/2026/02/Arrow-right.svg);
  
   right: calc(50% - 55px);
}

.case_studies_slider-inner  button.slick-prev{
   background-image: url(/wp-content/uploads/2026/02/Arrow-3.svg);
   left: calc(50% - 55px);
}
.case_studies_slider-inner .slick-next:before, .slick-prev:before{
    display: none;
}
.case_studies_link {
    text-align: end;
    padding-top: 42px;
}

.case_studies_link a {
    color: #F1592A;
}

/* ======================================== how it work ===================================================== */

.section_work_banner {  
    text-align: center;
    padding: 280px 0px 100px 0px;  
    margin-top: -108px;
}
.work_banner-row{
    justify-content: center;
}


section.section_work_place {
    padding: 80px 0 100px;
    background: radial-gradient(86.56% 124.2% at 50% -17.62%, rgba(255, 255, 255, 0) 0%, #FFB68C 100%);
    background-color: #fff;
}

.section_work_place-title {
    text-align: center;
}
.work_place_box-img {
    width: calc(50% - 50px);
    text-align: center;
}
.place_box-1 .work_place_box-content{
background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 207, 174, 0.5) 100%);
}

.place_box-2 .work_place_box-content{
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));

}
.place_box-3 .work_place_box-content{
background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));

}


.work_place_box-content {
    width: calc(50% - 50px);
    background-color: transparent;
    box-shadow: 0px 4px 30px 0px #F1592A33;
    border: 1px solid #F1592A;
    padding: 42px 47px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}

.work_place_number-img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.work_box_sub_title {
    color: #F1592A;
    font-size: 16px;
    font-weight: 600;
}
.place_box-content-inner {
    max-width: 455px;
}
.work_box_list ul {
    padding-left: 0;
    list-style: none;
}
.work_box_content p {
    color: #27272B;
}

.work_place_box {
    gap: 100px;
}


.work_box_list li {
    color: #27272B;
    font-weight: 700;
    font-size: 16px;
}

.place_box-2 {
    flex-direction: row-reverse;
    margin: 27px 0 46px;
}

.work_place_box_inner {
    padding-top: 112px;
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
}
.work_place_box {
    width: 100%;
    
}
.work_place_box.place_box-4, .work_place_box.place_box-5 {
      width: calc(50% - 50px);
    gap: 0;
  
}

.work_place_box.place_box-4 .work_place_box-content, .work_place_box.place_box-5 .work_place_box-content{
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)),
linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  gap: 0;

}

.work_place_box.place_box-4 .place_box-content-inner ,.work_place_box.place_box-5 .place_box-content-inner {
    max-width: 500px;
}


.work-progress-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 79%;
    background: rgba(255,255,255,0.3);
    z-index: 1;
}
.work-progress-fill {
    width: 100%;
    height: 0;
    background: #ff5a1f; /* your orange color */
    transition: height 0.2s ease-out;
}

/* Make boxes above line */
.work_place_box_inner {
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 1440px) {

.tab-img{
    right: -34px;
}
}
@media screen and (max-width: 1280px) {  
 .tab-img {
    right: 0px;
}
.how-box-inner {
     flex-wrap: wrap;
    justify-content: space-around;
}
.how-box{
  width: 48%;   
} 
.team-content { 
  padding: 30px 5px 30px 30px;
}
}

@media screen and (max-width: 1024px) {    
.team-intro p {  
    max-width:100%;    
}
 
.digital-title h1 {
    max-width: 100% !important;  
}
.section_work_banner{  
   margin-top: 0px;
}   
.how-box-inner{
 flex-wrap: wrap;
}
.footer-upper-col{
  padding: 60px 60px 60px 60px;
}
.faq-sec h2{
  line-height: 50px;
    max-width: 550px;
}

br{
    display: none;
}
section {
    padding: 80px 0 !important;
}
.banner-title h1{
    max-width: 100%;
}
.banner-row{
    gap: 40px;
}
.section-title {
    width: 100%
}
.icon-list-inner {
    width: 100%;
}
.section-consulting-title {
    width: 100%
}

.consulting-image {
     width: 100%
}

.consulting-image img{
      width: 100%
}
.counert-box{
    width: 50%;
    max-width: 393px;
    margin: 30px auto;
}

.counert-box:nth-child(2)::before {
display: none;
 }

.counert-box:before{
    right: -147px;
}
.agency_box {
    width: calc(50% - 10px);
}
.agency_box-inner{
    gap: 20px;
}

section.section_platform:before{
    width:100%;
}
.tab-img {
    right: 0;
}
.banner_img_inner.d-flex{
    margin-top: 30px;
}

.product-col {
    width: 25%;
}
.solutions-col {
    width: 28%;
}
.resource-col {
    width: 46%;
}
.award-col {
    width: 46%;
}
.bottom-logo-col {
    width: 32%;
}
.footer-top {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;  
justify-content: space-between;
}
.footer-bottom {
    display: block;
    text-align: center;
}
.copy-right {
    padding-bottom: 10px;
}
.copy-right-inner a:first-child {
    border-left: 0px solid;
}
.footer-upper-col {
    display: block;
}
.get-started-btn a{  
  margin-top: 25px;
}
.header-buttons.desktop-buttons a {
    font-size: 15px;
}
.header-buttons{
  gap: 10px;
}
.Strategy-inner{
  justify-content: space-between;
}
.Strategy-box{
  width: 48%;  
}
.senior-descution h2{
    width: 70%;
  line-height: 50px;   
}
.team-content h3{
 font-size: 24px;
}
.team-list li{
font-size: 16px;
}
.team-image{
margin-left: 13px;
}

}


@media screen and (min-device-width: 990px) and (max-width: 1024px) { 
.menu {  
  gap: 12px!important;
}
.nav-wrapper .main-nav a{
  font-size: 15px!important;
}
}


@media screen and (min-device-width: 768px) and (max-width: 1024px) {

.faq-sec {  
    padding-top: 40px !important;
  padding-bottom: 200px !important;  
} 
}


@media screen and (max-width: 820px) {

.footer-upper-col h2{
  font-size: 33px;   
}
.campaign-title p {   
  max-width: 100%;
}

.product_box{
    width: 100%;
}
.Strategy-inner{  
 column-gap: 20px;
 row-gap: 30px;
}
.tab-item {
        width: 100%;
        display: flex;
        white-space: nowrap;
        overflow: scroll;
        gap: 20px;
    }

.tab-content{
    width: 100%;
    height: 65vh;
}

.counert-box{
    max-width: 320px;
}

.tab-header {
    min-width: 288px;
}

.tab-header:last-child::after {
    display: block;
}
.tab-header {
    gap: 10px;
    padding: 20px;
}

.tab-header .tab-icon {
    width: 40px;
    height: 40px;
}

.tab-icon img {
    width: 20px;
}
.case_studies_link {
    text-align: center;
    padding-top: 42px;
}

.case_studies_slider-inner button.slick-arrow {
bottom: -120px;

}
.team-card {
    width: 100%;
}
.team-card-info{
	width: 100%;
}
.team-content h3 {
      font-size: 35px;
  }

}
@media screen and (max-width: 768px) {     
.footer-upper-col{  
   padding: 60px 60px 60px 60px;
}
.product_box{
  padding: 42px 47px 40px;
}
.product_box.box-2 {  
  padding-bottom: 45px;
}
.strategy-intro-under{  
  max-width: 100%;
}
.what-intro {
    padding-top: 30px;
}
.faq-sec h2{
  line-height: 50px;  
  max-width: 500px;
}
.comman-faq h5{
     padding-bottom: 10px;
}
.senior-descution h2 {
      width: 100%;
 }
.senior-consulting{  
  display: block;
}
.senior-descution{  
  width: 100%;
}
.senior-consulting-image {  
    width: 100%;
    text-align: center;
}
.strategy-intro p{
   max-width: 100%;
}
.what-intro h5:after{
      width: 34%;
}
.what-intro h5:before{  
      width: 34%;
}
.strategy-intro-under p{  
  font-size: 26px;
}
.how-box-inner{
  justify-content: space-between; 
    gap: 20px;  
}
.how-box{
  width: 48%;   
}

}

@media screen and (max-width: 767px) {

   .banner_img_inner.d-flex{
        margin-top: 30px;
    }
    .agency_box {
        width: 100%;
    }
    .counert-box{
    max-width: 100%;
    width: 100%;
}

    .counert-box:before {
        right: 0;
        top: unset;
        bottom: -25px;
        width: 100%;
        transform: unset;
    }

     .counert-box:nth-child(2)::before {
        display: block;
    }
    .tab-img{
        display: none;
    }
    .tab-content{
        padding: 30px;
    }

    .product_box , .product_box.box-2 {
    padding: 35px;
    }
    .tabs.d-flex{
        margin-top: 50px;
    }
    .consulting_button_inner .btn.button-2 a{
        margin: 10px 0;
    }
    .marketing_button.btn.button-2 {
    margin-top: 20px;
}

}


@media screen and (max-width: 680px) {       
h2.built-heading {
    width: 100%!important;  
} 
h2.built-heading span {  
    margin-right: 5px;
}
.faq-sec {
    padding-top: 40px !important;
  padding-bottom: 200px !important;  
}   
.campaign-title p {
    max-width: 100%;
}  
 .solutions-col {
        width: 47%;
    }
    .bottom-logo-col {  
        width: 100%;
    }
    .product-col {
        width: 44%;
    }
       .resource-col {
        width: 44%;
    }

.copy-right-inner a:nth-child(3) { 
    border:none;  
}  
.footer-top{
  column-gap: 30px;
    row-gap: 30px;
justify-content: space-between;
}
.footer-upper-col{  
  padding: 30px 30px 30px 30px;
}
.footer-upper-col h2 {  
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 8px;
}
.award-col .award-btn:last-child a { 
padding: 16px 30px;

}
.award-col .award-btn:last-child a {
   padding: 13px 13px;
  font-size: 14px;
}
.award-btn img { 
    padding-left: 5px;
}
.footer-sec{ 
 padding: 0px 0px 15px 0px;
}
.Strategy-box {    
        width: 100%;
padding: 50px 40px 50px 40px;
}
.senior-btn{  
      gap: 20px;
}
.what-intro h5:before{
  display:none;
}
.what-intro h5:after{   
display:none;
}
.senior-descution h2 {  
        width: 80%;
 }
    .how-box {
        width: 100%;  
    }
.how-work-sec{  
        padding: 30px 0px 60px 0px !important;
}
.campagin-sec h2{   
  line-height: 55px;
}
.faq-box {
    margin-bottom: 10px;
}
.how-btn {  
  padding-top: 40px;
}
.section_work_banner h1{  
  line-height: 58px;
}

}


