[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}

.mb-b
{
    margin-bottom: 20px;
}
.w-max{
    width: max-content;

}
.m-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4%;
}
.m-con h1 {
    margin-left: 15%;
}
.m-con h1 span{
    color: #FE4728;
    padding-left: 70px;
}
.sp-text {
    color: #FE4728;
}
.m-row{
    width: 100%;
}
.sec-btn {
    display: flex;
    gap: 10px;
    justify-content: end;
}
.sec-marq {
    position: relative;
}

.mar-h {
    position: absolute;
    top: 11%;
}

.mar-h p {
    font-size: 18px;
}

/* why */
.why-box {
    background: #121212;
    padding: 46px 57px;
    border: 2px solid transparent;
    border-radius: 16px;
    text-align: center;
    transition: all 1s;
}
.why-box:hover{
  border: 2px solid transparent;
border-radius: 16px;
background: linear-gradient(32deg, #1a0a08 0%, #0f0f0f 100%) padding-box, linear-gradient(166deg, #121212, #FE4728) border-box;
}


.why-box img {
    width: 55%;
    margin: auto;
}
.wbox-in {
    background: #151515;
    padding-bottom: 20px;
    margin-top: 25px;
    border-radius: 15px;
}

.why-box h3 {
    font-size: 45px;
    transition: ease 1s;
}
.why-box:hover h3 {
  color: #ff4b2b;
}
.wbox-in h4 {
    font-size: 30px;
}

.mb-b6 {
    margin-bottom: 6cqw !important;
}

.process-box {
    padding: 28px 34px;
    border-radius: 15px;
    background: #121212;
    border: 2px solid transparent;
    border-radius: 16px;
    transition: all 2s;
}
.process-box:hover {
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(32deg, #1a0a08 0%, #0f0f0f 100%) padding-box, linear-gradient(166deg, #121212, #FE4728) border-box;
}
.process-space {
    height: 131px;
}

.process-in p {
    /* width: 65%; */
    height: 48px;
}
.process-in h4 {
    font-size: 30px;
    transition: ease 1s;
}
.process-box:hover h4 {
  color: #ff4b2b;
}
.section-prec {
    padding: 6em 1em 6em 1em;
}
.why-b {
    margin-left: 10%;
}
/* counter */
.section-counter {
    padding: 120px 15px;
}
.counter-box {
    padding: 51px 36px;
    border-radius: 15px;
    background: #121212;
    border: 2px solid transparent;
    border-radius: 16px;
    transition: ease 1s;
}

.counter-box:hover {
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(32deg, #1a0a08 0%, #0f0f0f 100%) padding-box, linear-gradient(166deg, #121212, #FE4728) border-box;
}
.count-wrap
{
  transition: ease 1s;
}
.counter-box:hover .count-wrap{
color: #ff4b2b;
}

.counter-space {
    height: 170px;
}



.marketing-card {
    background: linear-gradient(90deg, #1b060600, #0f040400);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid #151515;
    transition: all 1000ms;
    margin-bottom: 25px;
  }

  .marketing-card:hover {
    border: 1px solid rgba(255, 80, 40, 0.3);
    background: linear-gradient(90deg, #1b0606, #0f0404);
}

  
  /* Left Section */
  .number-circle {
    width: 60px;
    height: 60px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 20px;
    border: 1px solid #fff;
    transition: all 1000ms;
  }
  .marketing-card:hover .number-circle
{
  background: #ff4b2b;
  border: 1px solid #ff4b2b;
}
  
  .title {
    font-size: 40px;
    font-weight: 600;
  }
  
  /* Image */
  .marketing-img {
    border-radius: 15px;
  }
  
  /* Right Content */
  .sr-wrp .description {
    color: #ccc;
    margin-bottom: 25%;
    line-height: 1.6;
    transition: all 1000ms;
  }
  .marketing-card:hover .sr-wrp .description{
    margin-bottom: 34%;
  }
  .sr-wrp .btn{
    opacity: 0;
    transition: all 1000ms;
  }
  .marketing-card:hover .sr-wrp .btn{
    opacity: 1;
    
  }
  /* Button */
  .strategy-btn {
    background: #ff4b2b;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    border: none;
    transition: 0.3s;
  }
  
  .strategy-btn:hover {
    background: #ff2a00;
  }
  .number-circle h5 {
    margin: 0;
}

/* Footer Base */
.custom-footer {
    background: #000;
    color: #fff;
    padding: 80px 0 40px;
    overflow: hidden;
  }
  
  /* Headings */
  .footer-heading {
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  /* Links */
  .footer-links {
    list-style: none;
    padding: 0;
  }
  
  .footer-links li {
    color: #9b9b9b;
    margin-bottom: 20px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
  }
  
  .footer-links li:hover {
    color: #fff;
  }
  
  /* Social Icons */
  .social-iconss {
    display: flex;
    gap: 15px;
    margin: 15px 0;
  }
  
  .social-iconss span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    transition: 0.3s;
  }
 


  
  .social-iconss span i {
    color: #ff3c1f;
    font-size: 18px;
  }
  
  .social-iconss span:hover {
    background: #ff3c1f;
  }
  
  .social-iconss span:hover i {
    color: #fff;
  }
  
  /* Email Box */
  .email-box h6 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
  
  .email-box p {
    color: #9b9b9b;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .email-box p:hover {
    color: #fff;
  }
  
  /* Footer Bottom */
  .footer-bottom {
    margin-top: 80px;
    color: #777;
    font-size: 14px;
  }
  
  /* Background Huge Text */
  .footer-bg-text {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 220px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    white-space: nowrap;
    pointer-events: none;
  }
  
  /* Red Dot */
  .footer-bg-text .dot {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff3c1f;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: middle;
  }
  .footer-logo img {
    width: 100%;
}  
.footer-links a {
    text-decoration: none;
    color: #9b9b9b;
    transition: 0.3s;
    font-size: 15px;
  }
  
  .footer-links a:hover {
    color: #ff4b2b;
    padding-left: 9px;
    display: block;
  }
  
  .email-box a {
    text-decoration: none;
    color: #9b9b9b;
  }
  
  .email-box a:hover {
    color: #fff;
  }
  
  .social-iconss a {
    text-decoration: none;
  }
  .leads {
    padding: 49px;
    margin-top: -12%;
}
.from-left {
    padding-left: 14%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 77px;
}

.from-left p {
    width: 69%;
    line-height: 34px;
}
 

.card-cen .btn-accent-3 {
    color: #141414;
    outline-color: #141414;
}

.card-cen .card-pricing-detail i {
    background-color: #fff;
}
.card-cen  .btn-accent-3:hover {
    color: #fff;
    background-color: #000;
    box-shadow: none;
    outline-color: #fff;
    transform: scale(1);
    outline: 1px solid;
}

img.left-s {
  position: absolute;
  right: 0;
  top: -22%;
  z-index: -1;
}

img.right-s {
  position: absolute;
  left: 0;
  bottom: -18%;
  z-index: -1;
}
.section-about {
  padding: 120px 15px;
}
.count-wrap {
  display: flex;
  align-items: baseline;
}

.count-wrap h2 {
  font-size: 48px;
}

.funnal {
  text-align: center;
}

.funnal .process-space {
  height: 90px;
}
.funnal .process-box {
  padding: 28px 53px;
}
.funnal img {
  height: 111px;
}
.section-about .why-b {
  margin-left: 0;
}


.main-inner {
  padding-top: 129px;
  padding-bottom: 80px;
}
.web-img img {
  /* width: 70%; */
  margin: 0 auto;
  float: inline-end;
}
.bg-image-in {
  background: url(../image/Image\ Background.png) ;
}

.nav-item.dropdown .dropdown-toggle-split::after {
  content: "";
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  margin-left: 4px;
  transform: rotate(45deg);
  vertical-align: middle;
}


.tb-btn {
  margin-bottom: 20px;
}
.case-detail {
  padding: 0 15px;
}

.case-detail-sec .leads {
  padding: 15px;
}
.section-contact .leads {
  padding: 0;
  margin: 0;
}
.section-contact {
  padding-bottom: 80px;
}

.contact-left-box {
  background-color: #121212; /* slightly lighter than page */
}
.contact-method-box {
  background-color: #252525;
  border: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
}
.contact-method-box:hover {
  background-color: #2a2a2a;
  border-color: rgba(254, 71, 40, 0.3);
}
.contact-method-icon {
  font-size: 1.25rem;
}
.contact-method-icon i {
  color: var(--accent-color, #FE4728);
}

.tb-btn a {
  display: block;
}

.tb-btn {
  display: flex;
  gap: 15px;
}

/* Case Study - filter tabs (pill style, active = accent fill) */
.case-study-tabs {
  margin-top: 0.5rem;
}
.case-study-tab {
  color: var(--text-color-2, #fff);
  background-color: transparent;
  border: 1px solid var(--text-color-2, rgba(255,255,255,0.9));
  border-radius: 100px;
  padding: 8px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  white-space: nowrap;
}
.case-study-tab:hover {
  color: var(--text-color, #fff);
  border-color: var(--text-color, #fff);
}
.case-study-tab.active {
  background-color: var(--accent-color, #FE4728);
  color: #fff;
  border-color: var(--accent-color, #FE4728);
}
.case-study-tab.active:hover {
  background-color: var(--accent-color, #FE4728);
  color: #fff;
  border-color: var(--accent-color, #FE4728);
}
.year-wrp {
  display: flex;
  gap: 10px;
}

.year-ctn p {
  margin-bottom: 00;
  color: #b3b3b3;
}

.year-ctn h6 {
  font-size: 16px;
  font-weight: 700;
}

.leads {
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(32deg, #1a0a08 0%, #0f0f0f 100%) padding-box, linear-gradient(166deg, #121212, #FE4728) border-box;
}
.contact-left-box{
  border: 2px solid transparent;
  border-radius: 16px;
  background: linear-gradient(32deg, #1a0a08 0%, #0f0f0f 100%) padding-box, linear-gradient(166deg, #121212, #FE4728) border-box;
}







/*media-quries*/
@media (max-width: 1440px)
{
  .why-b {
    margin-left: 4%;
}
}

@media (max-width: 1024px){
	
}

@media (max-width:1200px){
  img.left-s,img.right-s
  {
    display: none;
  }
  button.btn-play
  {
    display: none;
  }
  .w-max {
    width: auto;
}
.m-con h1 span
{
  padding-left: 0;
}
.m-con h1
{
  margin-left: 0;
}
.main-sec .col.col-xl-2.mb-3 {
  display: none;
}
br {
  display: none;
}



}
@media (max-width: 980px)
{
  .mb-5 {
    margin-bottom: 1rem !important;
}
.sec-btn {
  display: flow;
}
.section-about {
  padding: 120px 11px;
}
.why-b {
  margin-left: 0%;
}
.why-box {
  margin-bottom: 15px;
}
.why-box h3 {
  font-size: 27px;
  
}
.section-prec {
  padding: 6em 1em 6em 1em;
}
.section-counter {
  padding: 26px 11px;
}
.counter-box {
  margin-bottom: 20px;
}
.title {
  font-size: 25px;
  
}
.funnal .process-box {
 
  margin-bottom: 20px;
}
.from-left {
  
  display: none;
}
.leads {
  padding: 0;
  margin-top: 0;
}
.sr-wrp .btn {
  opacity: 1;
  
}
.tb-btn {
  display: grid;
  gap: 15px;
}
.cas-sec.section.pb-0.px-xl-0 {
  margin-top: 15%;
}
.section-contact {
  
  padding: 0 17px;
}
.nav-item-wrap{
  justify-content: center;
}
.nav-wrap .dropdown-menu
{
  text-align: center;
}
.nav-item.dropdown .dropdown-toggle-split::after {
 
  padding: 4px;
  margin-left: 14px;
  
}
}

@media (min-width: 440px) and (max-width: 740px){


}
@media (max-width: 425px){
	
}

 