.logo a img{
    width: 150px;
}

.main-menu ul li .active{
    color: #f15a2d !important;
    font-weight: 800;
    font-size: 20px;
}

.hero-title h2{
    color: #FFF;
    font-size: 48px;
}

.portfolio-section-title{
    background-color: #1e0b0680;
    border-radius: 15px 15px 15px 15px;
}

.portfolio-section-title .title .main-title h3 span{
    z-index: 999;
}
.portfolio-section-title .section-title{
    padding: 35px 35px 35px 35px;
}
.portfolio-title{
    text-align: left;
}

.portfolio-title .sub-title.sub-title-home-2 p
{
    color: #fff !important;
    text-transform: capitalize;
}

.portfolio-section-body .project-row-btn ul{
    display: flex;
    align-items: start !important;
    justify-content: center;
    gap: 10px;
    flex-flow: column !important;
}
.portfolio-section-body .project-row-btn ul li {
    background: transparent !important;
    border-radius: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 10px 20px;
    cursor: pointer;
}

.project-row-btn ul li.is-active{
    color: #f15a2d !important;
}

.portfolio-card{
    background: none;
    border: none;
    padding-bottom: 20px;
}
.portfolio-card .card-body{
    background: transparent;
    color: #fff;
    padding-left: 0px;
}
.portfolio-card img{
    width: 480px;
    height: 300px;
    border-radius: 5px;
    object-fit: cover;
}
.portfolio-card img:hover{
    transform: translateY(-5px);
}

/**************** Portfolio Details Css ***************/
/* PAGE */
.case-section {
  padding: 60px;
  background: linear-gradient(180deg, #121212, #0a0a0a);
  border-radius: 0px 0px 30px 30px;
}

/* TOP ROW */
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.top-row .right{
  display: flex;
    justify-content: end;
}

.left h1 {
  font-size: 52px;
  font-weight: 500;
  margin: 0 0 40px;
  color: #fff;
}

/* VISIT LINK */
.visit-link {
  position: relative;
  color: #f15a2d;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.visit-link:hover {
  transform: translateX(6px);
  opacity: 0.85;
}

.visit-link span {
  transition: transform 0.25s ease;
}

.visit-link:hover span {
  transform: translateX(4px);
}

/* IMAGE */
.right img {
  width: 40%;
  border-radius: 20px;
  transition: transform 0.6s ease, box-shadow 0.6s ease;
}

.right img:hover {
  transform: scale(1.03);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}

/* DIVIDER */
hr {
  margin: 60px 0 40px;
  border: none;
  height: 1px;
  background: rgba(211,211,211, 1);
}

/* INFO GRID */
.info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
}

.info-block {
  transition: transform 0.35s ease;
}

.info-block:hover {
  transform: translateY(-4px);
}

.info-block h4 {
  color: #f15a2d;
  font-size: 17px;
  letter-spacing: 1.2px;
  margin-bottom: 14px;
}

.info-block p,
.info-block li {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
}

.info-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.info-block li {
  margin-bottom: 6px;
}

.muted {
  color: #bcbcbc;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .case-section {
    padding: 60px 24px;
  }

  .top-row {
    flex-direction: column;
  }

  .info-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Challenges */
.challenges-section{
    padding: 50px 0px;
}
.challenges-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 180px;
  align-items: flex-start;
}

/* LEFT */
.challenge-left .label {
  color: #f15a2d;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.challenge-left h2 {
  margin-top: 24px;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.challenge-left h2 span {
  color: #f15a2d;
}

/* RIGHT */

.challenge-right .item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  transition: transform 0.35s ease;
}

.challenge-right .num {
  color: #9ea0a3;
  font-size: 18px;
  transition: color 0.3s ease;
}

.challenge-right .item:hover {
  transform: translateX(6px);
}

.challenge-right p {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #f1f1f1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .challenges-section {
    padding: 80px 24px;
  }

  .challenges-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .challenge-left h2 {
    font-size: 42px;
  }
}
/****************** End Portfolio Details Css ***************/

/****** SOLUTION SECTION ******/
.solution-section{
     padding: 30px 0px;
}
.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  background: #0a0a0a;
  border-radius: 24px;
  color: #fff;
}

/* LEFT */
.solution-content{
    padding: 60px 65px 60px 60px;
}
.solution-content .label {
  color: #f15a2d;
  font-size: 20px;
  letter-spacing: 1.2px;
}

.solution-content h2 {
  margin: 24px 0 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.solution-content h2 span {
  color: #f15a2d;
}

.solution-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 18px;
}

/* RIGHT IMAGE */
.solution-image img {
  float: right;
  width: 100%;
  max-width: 594px;
  height: 698px;
  border-radius: 0px 24px 24px 0px;
  display: block;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
}

/* MOBILE */
@media (max-width: 992px) {
  .solution-section {
    padding: 80px 24px;
  }

  .solution-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .solution-content h2 {
    font-size: 40px;
  }
}
/******* END SOLUTION SECTION *******/

/*** Identify Section ***/
.identity-section{
    padding: 30px 0px;
}
.identity-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  border-radius: 24px;
  color: #fff;
}

.identity-content-left .label {
  color: #f15a2d;
  font-size: 17px;
  letter-spacing: 1.2px;
}

.identity-content-left h2 {
  margin: 24px 0 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.identity-content-left h2 span {
  color: #f15a2d;
}

.identity-content-right{
    text-align: right;
}
.identity-content-right h2 {
    color: #f05b34;
    font-size: 20px;
    margin-bottom: 20px;
}
/*** End Identify Section ***/

/**** PALETTE SECTION ****/

/* SECTION */
.palette-section {
  padding: 30px 0px;
}

/* TITLE */
.palette-section h1 {
  text-align: center;
  font-size: 78px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #fff;
}

/* DIVIDER */
.palette-section .divider {
  height: 1px;
  background: rgba(255,255,255,0.12);
  margin: 40px 0 60px;
}

/* GRID */
.palette-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
}

/* LEFT COLOR */
.color-block {
  height: 200px;
  border-radius: 4px;
}

/* RIGHT GROUP */
.color-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 200px;
  border-radius: 4px;
  overflow: hidden;
}

.color {
  display: block;
  width: 100%;
  height: 100%;
}

.color:hover{
    transform: translateY(15px) !important;
}

/* COLORS */
.purple { background: #5a0dd4; }
.aqua   { background: #8debf0; }
.pink   { background: #ff416a; }
.maroon { background: #7a184f; }
.lime   { background: #caff00; }
.blue   { background: #2b2cff; }

/* MOBILE */
@media (max-width: 900px) {
  h1 {
    font-size: 48px;
  }

  .palette-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .color-block,
  .color-group {
    height: 140px;
  }
}
/**** END PALETTE SECTION ****/

.gallery-section {
  padding: 60px 0px;
}

.gallery-section img:hover {
  transform: translateY(-8px);
}

/**** CTA SECTION ****/
.cta-section {
  padding: 80px 60px;
}

.cta-card {
  max-width: 1200px;
  margin: auto;
  background: linear-gradient(180deg, #2f1d5c, #2a184f);
  border-radius: 28px;
  padding: 56px 64px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  position: relative;
  overflow: hidden;
}

/* BACKGROUND SHAPE */
.cta-bg {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 60% 50%,
    rgba(255,255,255,0.08),
    transparent 60%);
  opacity: 0.25;
  pointer-events: none;
}

/* LEFT */
.cta-left h2 {
  font-size: 45px;
  margin-bottom: 32px;
  color: #fff;
}

.cta-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 10px;
  border: 2px solid #f15a2d;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all .3s ease;
}

.cta-btn:hover {
  background: var(--green);
  color: #000;
      -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    box-shadow: inset 400px 0 0 0 #f15a2d;
}

/* RIGHT */
.cta-right {
  align-self: center;
}

.cta-tag {
  display: block;
  color: #f05b34;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

.cta-right p {
    color: #fff;
    font-size: 17px;
  max-width: 360px;
  line-height: 1.6;
}

/* MOBILE */
@media (max-width: 900px) {
  .cta-section {
    padding: 40px 20px;
  }

  .cta-card {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 28px;
    text-align: left;
  }

  .cta-left h2 {
    font-size: 30px;
  }

  .cta-right p {
    max-width: 100%;
  }
}
/**** END CTA SECTION ****/

/* .faq-banner img{
  width: 300px;
} */

.hire-div .accordion-item, .hire-div .accordion-header, .hire-div .accordion-content{
  background: transparent;
}


.hire-div .accordion-header{
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1.2px !important;
}
.hire-div .accordion-header.active{
  color: #f05b34;
}
.hire-div .accordion-content p{
    font-weight: 600;
    color: #fff;
}

.open-ticket-list__item a {
    padding: 20px 30px 20px 0;
    border-bottom: 1px solid rgba(135, 124, 136, 0.4);
    position: relative;
}

.ticket-list__item a h6 {
    padding-right: 25px;
}
.open-ticket-list__item h6{
  color:#fff;
  font-size: 20px;
  font-weight: 500;
}
.open-ticket-list__item h6:hover{
  color:#f05b34;
}
.open-ticket-list__item a::after {
    position: absolute;
    content: "";
    display: block;
    margin-right: 8px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #877c88;
    border-left: 2px solid #877c88;
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    right: 0;
    top: 50%;
}

.pr-0{
  padding-right: 0px !important;
}

.pl-0{
  padding-left: 0px !important;
}

.faq-area-home-2 .offer-area-1-shep-1{
  position: absolute;
  top: 35%;
  right: 0;
  transform: translateY(-50%);
}

.faq-area-home-2 .offer-area-1-shep-2{
  position: absolute;
  top: 320px;
  left: 0;
}

img.horizontal-shake {
  animation: vertical-shaking 0.35s infinite;
}

@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}

@keyframes vertical-shaking {
  0% { transform: translateY(0) }
  25% { transform: translateY(5px) }
  50% { transform: translateY(-5px) }
  75% { transform: translateY(5px) }
  100% { transform: translateY(0) }
}

.portpolio-main{
  padding: 20px 0px !important;
}

.portpolio-main .container{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 495px) {
  .right img{
    width: 100%;
  }
}

/* .brand-logo-inner a img{
  filter: brightness(0) invert(1);
}

.brand-logo-inner a img:hover{
  filter: grayscale(0)
} */


.brand-logo-area-home-2 .offer-area-1-shep-1 {
    position: absolute;
    top: 35%;
    right: 0;
    transform: translateY(-50%);
}
.brand-logo-area-home-2 .offer-area-1-shep-2 {
    position: absolute;
    top: 320px;
    left: 0;
}

@media (min-width: 1310px) {
  .agntix-dark{
    margin-bottom:50em;
  }
  .client-say-inner{
    padding: 0px 100px;
  }
}
@media (max-width: 980px) {
  .agntix-dark{
    margin-bottom:65em;
  }
}


.lottie-anime{
  float: right;
}
@media (min-width: 768px) {
  .lottie-brand{ width: 85%;}
  .lottie-brand svg{
    transform: translate3d(0px, -20px, 0px);
  }
  .lottie-dm{ width: 80%;}
  .lottie-dm svg{
    transform: translate3d(0px, -60px, 0px) !important;
  }
  .lottie-web, .lottie-uiux, .lottie-video, .lottie-outdoor{ width: 85%;}
  .lottie-uiux svg{
    transform: translate3d(0px, -30px, 0px) !important;
  }

  .lottie-photo{ width: 100%;} 
  .lottie-photo svg{
    transform: translate3d(0px, -130px, 0px) !important;
  }
  .lottie-faq{
    width: 70%;
  }

  .lottie-icons svg{
    width: 160px !important;
    height: 160px !important;
    /* transform: translate3d(30px, 0px, 0px) !important; */
  }
}
.faq-inner{
  display: flex;
  justify-content: end;
}
.faq-banner{
  display: flex;
  justify-content: center;
}

.service-icon img{
  width: 140px;
}
.digital-marketing-inner h1{
  color: #ff7433;
}
.abt_icon{
  width: 70px;
}