  /* ******************* fonts starts **************** */
@font-face {
    font-family: 'M-Heading-Font';
    font-weight: 100;
    src: url('css/fonts/Gilroy-Thin.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 300;
    src: url('css/fonts/Gilroy-Light.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 400;
    src: url('css/fonts/Gilroy-Regular.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 500;
    src: url('css/fonts/Gilroy-Medium.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 600;
    src: url('css/fonts/Gilroy-Semibold.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 700;
    src: url('css/fonts/Gilroy-Bold.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 800;
    src: url('css/fonts/Gilroy-Extrabold.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Heading-Font';
    font-weight: 900;
    src: url('css/fonts/Gilroy-Black.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Body-Font';
    font-weight: 100;
    src: url('css/fonts/Gilroy-Thin.ttf');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'M-Body-Font';
    font-weight: 300;
    src: url('css/fonts/Gilroy-Light.ttf');
    font-display: swap;
  }
    
  html {
      scroll-behavior: smooth;
  }
  body{
    font-family: 'M-Heading-Font';
    font-weight: 400;
    margin: 8px 0px;
  }

  /* ******************* fonts end**************** */

  .prCo{
    color: #fd5f07;
  }

/* ******************* Verticals css starts**************** */
.vertical{
position: relative;
border: none;
}
.vertical::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    /* Border thickness */
    height: 100%;
    background: linear-gradient(#000, rgba(255, 255, 255, 0.3) 40%, #000);
    }

.vertical-content-top h5 {
    letter-spacing: 1px;
    color: #A4A2A2;
}
.vertical-head {
    font-size: 20px;
    font-weight: 200;
    transform: translateY(0);
}
.vertical-head b {
    font-weight: 600;
}
.vertical-content-down {
    line-height: 50px;
    transition: transform 0.5s ease;
    position: relative;
    z-index: 2;
}
.vertical {
    display: flex;
    flex-direction: column;
    /* height: 650px !important; */
    position: relative;
    background: transparent !important;
    backdrop-filter: blur(2px);
    padding: 20px !important;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1;
}
.bottom-content-container {
    margin-top: auto;
    position: relative;
    margin-bottom: 50px;
}
.gradient-line {
    width: 85%;
    height: 2px;
    background: linear-gradient(45deg, #fcfcfc, transparent);
    margin: 10px 0;
}
.arrow {
    display: inline-block;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}
.hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - -65px);
}
.vertical:hover .vertical-content-down {
    transform: translateY(-100%);
}
.vertical:hover .hover-content {
    transform: translateY(0);
    opacity: 1;
}
.vertical:hover .arrow {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: scale(0);
}
.row.image-container {
    position: relative !important;
    /* min-height: 350px; */
    display: flex;
    flex-wrap: wrap;
}
.row.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease, background-image 0.5s ease;
    z-index: -1;
}
.row.image-container.bg-visible::before {
    background-image: var(--bg-img);
    opacity: 1;
}
.vertical::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.3),
                rgba(253, 95, 7, 0.5),
                rgba(253, 95, 7, 0.5),
                rgba(0, 0, 0, 0.3));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 0;
}
.vertical:hover::before {
    opacity: 1;
}
.vertical:hover::after {
    background: transparent !important;
}
.head-height {
    padding-top: 90px 0 !important;
    /* padding: 90px 0 !important; */
}
.hover-h5 {
    display: none;
}
.vertical:hover .hover-h5 {
    display: block;
}
.image-container {
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    background-image: url(../images/home/digital-marketing.webp);
    transition: background-image 0.1s ease;
    aspect-ratio: 16/ 7;
}
.vertical {
    position: relative;
    z-index: 2;
}
.image-container {
    z-index: 1;
}
.g-10 {
    gap: 10px;
}
/* .hover-content button {
    align-self: flex-start;
    position: relative;
    top: 25px;
} */
.hover-content p i {
    color: white;
}
.vertical:hover .vertical-content-top h5 {
    display: none;
}
.fs40{
font-size:40px;
}
/* ************** Mobile Styles for Verticals starts ************** */
/* Mobile-only: bg layer and stacking so bg sits under overlay/content */
@media (max-width: 767.98px) {
    .vertical {
        position: relative;
        /* ensure stacking context */
        overflow: hidden;
    }

    /* injected element that holds the mobile background */
    .vertical .bg-mobile {
        position: absolute;
        inset: 0;
        /* top:0; right:0; bottom:0; left:0; */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
        /* below overlay and content */
        pointer-events: none;
        /* let clicks pass through */
    }
    .vertical::before {
        /* if you need the overlay on mobile to remain visible,
       keep this (it is already defined in your CSS). 
       Ensure its z-index is higher than .bg-mobile (>=1). */
        z-index: 1;
    }
    /* content must be above overlay/bg */
    .vertical .vertical-content-top,
    .vertical .vertical-content-down,
    .vertical .hover-content {
        position: relative;
        z-index: 2;
    }
}
/* ************** Mobile Styles for Verticals ends ************** */
@media(max-width: 768px) {
.vertical{
    min-height: 330px !important;
}
.gradient-line {
    display: none !important;
}
.bottom-content-container {
    margin-bottom: 0px !important;
}
.hover-h5{
    font-weight: 200 !important;
    font-size: 25px !important;
    letter-spacing: 1px !important;
}
.hover-content {
    padding: 10px 15px !important;
}
.vertical-content-top h5{
    font-weight: 200 !important;
    font-size: 25px !important;
}
.vertical-head {
    font-size: 18px !important;
    font-weight: 100 !important;
}
.head-height{
        padding-bottom: 90px !important;
        padding-top: 100px !important;
}
.pl5{
     padding-left: 5px !important;
}
    .hover-content {
        gap: 10px;
    }
    .section-padding-sm{
        padding-top: 0px!important
    }
    .weDeliver h2 {
        font-size: 70px !important;
        line-height: 1;
        margin-bottom: 30px;
    }
    .verti-line2::after {
       top: 111% !important;
       width: 95% !important;
    }
    .fs-35{
       font-size: 35px !important;
    }
    .paddTop80{
       padding-top:80px !important
    }
    .our-service span {
        font-size: 40px !important;
    }

.fs-25{
font-size: 25px !important;
}
 .blogs {
    padding: 20px ;       /* reduce padding for small screens */
    min-height: auto !important;    /* let content define height */
  }

    .our-service2 span {
       font-size: 35px !important;
       line-height: 40px !important;
    }
}
/* ******************* Verticals css ends**************** */

/* ******************* Services css Starts**************** */
.list{
    color: #fff;
}
/* ******************* Services css ends**************** */

/* ******************* Testimonial css starts**************** */
.swiper-button-prev,
.swiper-button-next {
    position: static !important;
        width: 45px;
        color: white !important;
        border-radius: 12%;
        margin: 20px 5px 0;
        background-color: rgba(217, 217, 217, 0.2);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}
/* SWIPER IMAGE */
.swiper-image img {
    width: 150px;
    height: 140px;
    margin-bottom: 30px;
}
.btns-swipe {
    display: flex;
    justify-self: end;
    margin-bottom: 10px;
}
.swiper-nav-button {
    margin-top: 0;
}
.swiper-nav-button svg {
    height: 53%;
}
/* ******************* Testimonial css ends**************** */

/* ******************* Blogs css Starts**************** */
.blogs {
    height: 429px;
    background-color: rgba(217, 217, 217, 0.08);
    padding: 40px 48px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    background-size: cover;
}
.blogContent {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 25px;
    height: 100%;
}
.text {
    min-height: 0;
}
.blogBtn button {
    border: medium none;
    padding: 5px 20px;
    background-color: #fd5f07;
    font-weight: 400;
    color: #EAEAEA;
    font-size: 18px;
}

/* .blogs {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
} */
/* Background overlay - will be added via JavaScript */
.blog-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 1;
}
.blogs-heading h4{
    font-size: 24px;
    letter-spacing: -1px;
}
.blogs-heading h2{
    font-size: 24px;
    letter-spacing: -1px;
}
.f24{
font-size: 24px;
letter-spacing: -1px;
}
.blog-h2 h2,
.blog-h2 h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.blog-h3 h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.blogs:hover .blog-bg {
    opacity: 0.3;
}
@media (max-width: 767px) {
  .blogs {
    height: auto !important;     /* remove fixed height */
    min-height: auto !important; /* allow flexible growth */
  }
    .post-header h1 {
        font-size: 30px !important;
    }
}
/* ******************* Blogs css ends**************** */

/* ******************* Work css starts**************** */
.arrow-up{
    width: 48px;
    height: 40px;
    background-color: #fd5f07;
    position: relative;
}
.arrow-up i{
    position: absolute;
    top: 43%;
    left: 43%;
    transform: translate(-41%, -67%);
    transform: rotate(-45deg) translateY(-7px);
}
/* ******************* Work css ends**************** */

/* ******************* How we deliver css starts**************** */
.weDeliver h2{
    font-weight: 700;
    font-size: 105px;
    text-transform: capitalize;
    color: #D9D9D9;
    opacity: 0.1;
    top: 40px;
}
.ourDeliver img{
    width: 112px;
}
.text-span{
    font-size: 25px;
}
.our-service{
    position: relative;
}
.our-service span{
    font-weight: 700;
    font-size: 110px;
    text-transform: capitalize;
    color: #BBBBBB;
        opacity: 0.1;
    position: absolute;
    top: -10px;
    left: 0;
}
/* ******************* How we deliver css ends**************** */

/* ******************* About css starts**************** */
.about-vertical{
    position: relative;
}
.about-vertical-heading{
        writing-mode: vertical-rl;
        position: absolute;
        top: 60px;
        margin-top: auto;
        margin-bottom: auto;
        left: 0px;
        transform: rotate(180deg);
        color: #D9D9D9;
        font-weight: 700;
        font-size: 90px;
        text-transform: capitalize;
        color: #BBBBBB;
        opacity: 0.1;
}
.about-right{
    border: 1px solid #fd5f07;
    padding: 15px 15px 15px;
}
.team-thumb img{
    width: 59px;
    height: 59px;
}
.team-horizontal{
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.team-thumb{
    border: 1px solid #fd5f07;
    padding: 5px 5px 5px;
    margin-right: 25px;
    margin-right: 25px;
}
.team-bio h5{
    font-size: 20px;
    letter-spacing: 0.2px;
}
.team-bio small {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.2px;
}
.about-square-shape-wrap{
    position: relative;
}
.about-square-shape{
    position: absolute;
    bottom: 0px;
    display: flex;
    background-color: black;
}
.about-square-inner{
    border: 1px solid #fd5f07;
    width: 139px;
    height: 114px;
    width: 140px;
    height: 117px;
    margin-top: 10px;
    margin-right: 10px;
}
.exp{
    margin-bottom: -20px;
}
.exp img{
    width: 495px;
    height: 210px;
}
.verti-line {
    position: relative;
}
.verti-line::after {
    content: '';
    position: absolute;
    top: 150%;
    left: 112px;
    width: 111%;
    height: 1px;
    background: #fd5f07;
    opacity: 0.6;
}
@media(min-width:1200px){
    .padding-left{
        padding-left: 110px;
    }
}
/* ******************* About css ends**************** */

/* ******************* Digital Marketing Service page css starts**************** */
.about-hed .main-marq {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.about-hed .main-marq .item {
    padding: 0 50px !important;
}
.main-marq .item h2 {
    font-size: 48px;
    letter-spacing: -3px;
}
.main-marq .item h5 {
    font-size: 48px;
    letter-spacing: -3px;
}
.about-hed .main-marq h5 span {
    font-size: 9vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
.main-marq .item span {
    white-space: nowrap !important;
}
.about-hed .caption h1 span {
    letter-spacing: normal;
}
.about-hed .main-marq h2 span {
    font-size: 9vw;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}
@media(min-width:1200px) {
    .digitalBlog {
        height: 500px !important;
    }
}
@media(max-width:576px) {
    .digitalBlog {
        height: auto !important;
    }
    .digitalBlog {
        padding: 40px 30px; }
}
/* ******************* pricing css starts**************** */
.pricing-ds .content {
    min-width: 800px;
    margin-top: 50px;
}
.pricing-ds .content .price-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.pricing-ds .content .price-head .price-headTitle {
    width: 34%;
}
.pricing-ds .content .price-head .price-headItem {
    position: relative;
    width: 22%;
    text-align: center;
    padding: 30px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.pricing-ds .content .price-head .price-headItem h6 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.pricing-ds .content .price-head .price-headItem h2 {
    font-size: 40px;
    letter-spacing: normal;
    margin-bottom: 15px;
}
.pricing-ds .monthly_price {
    display: none;
}
.pricing-ds .content .price-head .price-headItem .label {
    position: absolute;
    top: -60px;
    right: -15px;
    z-index: 5;
    width: 160px;
}
.pricing-ds .content .price-head .price-headItem h2 span {
    font-size: 18px;
    color: #999;
    font-weight: 400;
}
.pricing-ds .content .price-head .price-headItem p {
    font-size: 13px;
    color: #bbb;
    line-height: 1.5;
}
.pricing-ds .bg-gray {
    background: rgba(255, 255, 255, 0.1);
}
.pricing-ds .content .price-body .price-bodyItems {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
    width: 34%;
    padding: 15px 0;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}
.pricing-ds .content .price-body .price-bodyItems .price-item {
    width: 22%;
    padding: 15px 0;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}
.pricing-ds .content .price-body .price-bodyItems .price-item i {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #2AA20C;
    font-size: 13px;
}
.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
    font-size: 11px;
    color: #999;
    margin: 0 3px;
}
.pricing-ds .content .price-foot {
    display: flex;
}
.pricing-ds .content .price-foot .price-footTitle {
    width: 34%;
}
.pricing-ds .content .price-foot .price-foot-item {
    width: 22%;
    text-align: center;
    padding: 30px 0 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
/* ******************* pricing css ends**************** */
.firstSeo{
    font-weight: 600;
}
.our-service2 span{
    font-weight: 600;
    font-size: 70px;
    text-transform: capitalize;
    color: #BBBBBB;
    opacity: 0.2;
    display: ruby;
    line-height: 74px;
}
.our-h2{
    font-size: 60px;
    letter-spacing: -3px;
}
.feature_p {
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 17px;
    border: 1px solid #fd5f07;
    border-radius: 140px;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}
/* @media screen and (max-width: 600px) {
    .feature_p {
        font-size: 14px;
        margin-bottom: 12px;
        padding: 8px 12px;
    }
} */
@media screen and (max-width: 991px) {
    .feature_p {
        font-size: 12px;
    }
}
/* @media screen and (max-width: 1024px) {
    .feature_p {
        margin-right: 12px;
        padding: 12px 20px;
    }
} */
/* ******************* Why SEO Matters css ends**************** */
.bg-color-div{
    background-color: #CFBAEA;
    width: 100%;
    height: 100%;
}
.strokeText span{
    font-weight: 600;
    font-size: 100px;
    text-transform: capitalize;
    color: #BBBBBB;
    opacity: 0.5;
    -webkit-text-stroke: 1px #fd5f07;
    -webkit-text-fill-color: transparent;
    line-height: 115px;
    letter-spacing: 5px;
    font-size: 89px;
    font-weight: 700;
}
@media (min-width: 993px) and (max-width:1400px){
    .secPadd{
        padding: 0px 60px 0 35px !important;
    }
    .bg-color-div img {
        margin-top: -59px;
    }
}
@media (min-width: 1800px){
    .secPadd {
        padding: 0px 100px 60px 312px !important;
    }  
    .bg-color-div img {
        height: 642px;
        width: 427px;
        margin-top: -83px;
    }
    .strokeText span {
        font-size: 110px;  
    }
}
@media (max-width: 768px){
.strokeText span{
    font-size: 45px !important;
line-height: 57px !important;
    letter-spacing: 5px !important;
}
}
        
/* ******************* Enhance your search**************** */
.enhance-search{
background-color: #FFFFFF;
}
.service_h2{
    font-size: 42px;
    color: #383838;
    line-height: 57px;
    font-weight: 500;
}
.services_h3{
    color: #434343;
    font-size: 22px;
    line-height: 44px;
}
.big_btn {
    max-width: 960px;
    width: 100%;
    background-color: #fd5f07;
    color: #FFFFFF;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    display: flex;
    height: 80px;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    border-radius: 70px;
    transition: 0.3s ease-in-out;
}
.border_multi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.15);
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.border_multi svg {
    width: 100%;
}
.big_btn.white_hover:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
    transition: 0.3s ease-in-out;
}
.searchResult {
    margin-top: 40px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #fd5f07;
    font-weight: 300;
    letter-spacing: 2px;
}
.content-stack p {
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
}
/* ******************* Digital Marketing Service page css ends**************** */

/* ******************* Advertisement Service page css starts**************** */
.service-list{
    margin-top: 10px;
}
.service-list li {
    list-style-type: disc;
    color: #8e8e8e;
    font-size: 16px;
}
.content-stack h4 {
    margin-top: 40px;
    margin-bottom: 50px;
    font-weight: 300;
    letter-spacing: 1px;
}
.works-mp .item {
    padding-top: 30px;
    border-top: 1px solid #fd5f07;
    margin-bottom: 40px;
}
.works-mp .item .cont h5 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 25px;
    letter-spacing: -1px;
}
.works-mp .item .cont span {
    font-size: 20px;
    font-style: italic;
    font-weight: 100;
    color: #EAEAEA;
}
.works-mp .item .cont a {
    padding: 5px 25px;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    transition: all .4s;
}
.works-mp .item:hover .cont a {
    background: #fd5f07;
    border-color: #fd5f07;
}
.works-mp .item .img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}
.works-mp .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.mtAuto h3{
    font-size: 30px;
    font-weight: 500;
    position: relative;
    top: 60px;
}
/* ******************* Advertisement Service page css ends**************** */
/* ******* Digital Marketing Service page css ends****** */

/* ******* Our Services page css starts****** */
/* .services-cst {
    position: relative;
    z-index: 3;
} */
.light-bg {
    background: #fff;
    color: #0e0f11;
}
.services-cst .item {
    padding: 45px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .4s;
    position: relative;
}
.services-cst .item>div {
    width: 100%;
}
.services-cst .item h6 {
    font-size: 18px;
}
.services-cst .item .title {
    text-align: center;
    position: relative;
}
.services-cst .item .title h2 {
    font-size: 85px;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: -4px;
    padding:10px 0;
}
.services-cst .item .title .list {
    opacity: 0;
    transition: all .2s;
}
/* Position each span individually */
.services-cst .item .title .list span:nth-of-type(1) {
    top: -20%;
    left: 15%;
    transform: translateY(-50%);
}

.services-cst .item .title .list span:nth-of-type(2) {
    top: 50%;
    left: -28%;
    transform: translateY(-50%);
    transition-delay: .1s;
}

.services-cst .item .title .list span:nth-of-type(3) {
    bottom: -20%;
    right: 20%;
    transform: translateY(50%);
    transition-delay: .2s;
}

.services-cst .item .title .list span:nth-of-type(4) {
    top: 50%;
    right: -15%;
    transform: translateY(-50%);
    transition-delay: .3s;
}

/* Extra spans for larger lists */
.services-cst .item .title .list span:nth-of-type(5) {
    top: -25%;
    right: 25%;
    transform: translateY(-50%);
    transition-delay: .4s;
}

.services-cst .item .title .list span:nth-of-type(6) {
    bottom: -25%;
    left: 1%;
    transform: translateY(50%);
    transition-delay: .5s;
}

.services-cst .item .title .list span:nth-of-type(7) {
    top: -35%;
    left: 85%;
    transform: translateX(-50%);
    transition-delay: .6s;
}

.services-cst .item .title .list span:nth-of-type(8) {
    bottom: 77%;
    right: 97%;
    transform: translateX(50%);
    transition-delay: .7s;
}

.services-cst .item .title .list span:nth-of-type(9) {
    bottom: -35%;
    left: -11%;
    transform: translateX(-50%);
    transition-delay: .8s;
}
.services-cst .item .title .list span {
    padding: 7px 12px;
    background: #fd5f07;
    border-radius: 30px;
    position: absolute;
    font-size: 14px;
    color: #EAEAEA;
    opacity: 0;
    transition: all .4s;
}
.services-cst .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.services-cst .item .icon svg {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
}
.services-cst .item .icon .arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fd5f07;
    overflow: hidden;
    opacity: 0;
}
.services-cst .item .icon .arrow img {
    width: 25px;
    transform: translateX(-30px) translateY(30px);
    transition: all .4s;
}
.services-cst .item:hover .title .list {
    opacity: 1;
}
.services-cst .item:hover .title .list span {
    opacity: 1;
}
.services-cst .item:hover .icon .arrow {
    opacity: 1;
}
.services-cst .item:hover .icon .arrow img {
    transform: translateX(0) translateY(0);
}
.service-heading {
    color: #737373;
}
.service-heading .our-service span {
    color: #9C9C9C;
}
.heading-bg-purple {
    background: linear-gradient(45deg, #fd5f07, transparent);
    width: 300px;
}
@media screen and (max-width: 768px) {
    .item.special-service .title .list {
        display: block !important;
    }
    .item.special-service .title .list span:nth-of-type(1){
        top: 46% !important;
        left: 6% !important;
        animation-delay: 0s !important;
    }
    .item.special-service .title .list span:nth-of-type(2) {
        top: 119% !important;
        left: 21% !important;
        animation-delay: 0.1s !important;
    }
    .item.special-service .title .list span:nth-of-type(3) {
        bottom: -26% !important;
        right: 22% !important;
        animation-delay: 0.2s !important;
    }
    .item.special-service .title .list span:nth-of-type(4) {
        top: 0% !important;
        right: 14% !important;
        animation-delay: 0.3s !important;
    }
    .item.special-service .title .list span:nth-of-type(5) {
        top: -23% !important;
        right: 50% !important;
        animation-delay: 0.4s !important;
    }
    .item.special-service .title .list span {
        opacity: 1 !important;
    }
}
@media screen and (max-width: 992px) {
    .services-cst .item .title h2 {
        font-size: 24px;
        letter-spacing: -1px;
        font-weight: 500;
    }
}
@media screen and (max-width: 992px) {
    .services-cst .item .title .list {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .services-cst .item .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}
@media screen and (max-width: 992px) {
    .our-service span {
        font-size: 55px;
    }
    .services-cst .item {
        padding: 35px 0;
    }
}
/* ******* Our Services page css ends****** */

/* ******************* About Us Starts **************** */
.verti-line2 {
    position: relative;
}
.verti-line2::after {
    content: '';
    position: absolute;
    top: 150%;
    width: 155%;
    height: 1px;
    background: #fd5f07;
    opacity: 0.6;
}
.team-single {
    background-color: rgb(38, 35, 36);
    position: relative;
    transition: 0.5s;
}
.team-single .team-info {
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
    transition: 0.5s;
}
.team-single .team-member-designation {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding-left: 25px;
}
.team-single .team-member-name {
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
    line-height: 0.7;
}
.team-single .team-member-name {
    font-style: italic;
    font-size: 25px;
    font-weight: 400;
    line-height: 0.7;
}
.team-single .team-social-icons {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 10px;
    top: 10%;
}
.team-social-icons a{
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 18px;
    transition: all.4s;
}
.team-social-icons {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.team-single:hover .team-social-icons {
    opacity: 1;
    visibility: visible;
}
@media(max-width: 768px) {
    .exp img {
        width: 100%;
    }
    .verti-line::after {
        display: none;
    }
}
/* ******************* About Us Ends**************** */

/* ******************* Unite For Growth starts**************** */
.contact-pg input,
.contact-pg textarea{
    width: 100%;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    padding: 15px 0 15px 15px;
    transition: all .4s;
}
.contact-pg label {
    color: #8A8A8A;
    margin-bottom: 10px;
}
.contact-pg .star {
    color: #fd5f07;
}
.butn-rounded2{
    border-radius: 12px;
}
/* ******************* Unite For Growth ends**************** */
/* ******************* blog inner pages starts**************** */
.post-header .bg-img {
    height: 75vh;
    min-height: 480px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.post-header .bg-img .row {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 4;
}
.post-header .caption .tags a {
    padding: 7px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}
.main-post .spec-letter {
    font-size: 60px;
    line-height: 50px;
    padding-right: 10px;
    float: left;
}
.main-post .unorder-list li,
.main-post .order-list li {
    margin-top: 10px;
    color: #8e8e8e;
    padding-left: 15px;
    position: relative;
}
.main-post .unorder-list li:before,
.main-post .order-list li:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 10px;
}
.sidebar .search-box {
    position: relative;
}
.sidebar .search-box input {
    color: #fff;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    width: 100%;
    background: transparent;
}
.sidebar .search-box .icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.sidebar .widget {
    margin-top: 50px;
}
.sidebar .widget .title-widget {
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.sidebar .widget.last-post-thum .item {
    display: flex;
    margin-bottom: 30px;
}
.sidebar .widget.last-post-thum .item .img {
    width: 90px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}
.sidebar .widget.last-post-thum .item .img a {
    width: 100%;
    height: 100%;
    position: relative;
}
.sidebar .widget.last-post-thum .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sidebar .widget.last-post-thum .item .img a .date {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    opacity: 0;
    transition: all .4s;
}
.sidebar .widget.last-post-thum .item .img a .date span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    line-height: 1;
}
.sidebar .widget.last-post-thum .item .cont {
    padding-left: 25px;
}
.sidebar .widget.last-post-thum .item .cont .tag {
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.03);
    margin-bottom: 10px;
}
.sidebar .widget.last-post-thum .item .cont h6 {
    font-size: 17px;
}
.highlighted-p{
    color: #D2AFFF;
    font-style: italic;
    margin-bottom: 7px;
    opacity: 60%;
}
@media (min-width : 1800px){
    .post-header .bg-img .row{
        max-width: 1200px;
        margin: 0 auto;
        z-index: 4;
        position: absolute;
        bottom: 170px;
    }
}
/* ******************* FAQ page css starts**************** */
.faqs-pg {
    background: #000;
}
.faqs-pg .accordion-item {
    background: transparent;
    border-radius: 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    margin-bottom: 5px;
}
.faqs-pg .accordion-item .accordion-header {
    background: transparent;
}
.faqs-pg .accordion-item .accordion-header button {
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding: 30px 0;
    box-shadow: none;
}
.faqs-pg .accordion-item .accordion-header button:after {
    background-image: url(../images/services/plus-solid.svg);
    filter: invert(1);
}
.faqs-pg .accordion-item .accordion-body {
    padding: 0px 100px 30px 0;
}
.faqs-pg .accordion-item .accordion-body p {
    font-size: 14px;
}
.faqs-pg .accordion-item .accordion-header button:not(.collapsed):after {
    background-image: url(../images/services/minus-solid.svg);
}
.faq-button>* {
    width: fit-content;
}
.faq-btns {
    line-height: normal;
    padding: 12px 12px;
    border: 1px solid #8A8A8A;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #8A8A8A;
    background: transparent;
}
.faq-btns:hover {
    color: #fd5f07;
    border: 1px solid #fd5f07;
}
.faq-btns.active {
    color: #fd5f07;
    border: 1px solid #fd5f07;
}
.faq-list ul li{
  list-style-type: disc; /* Show bullets */
  padding-left: 20px;    /* Indent bullets */
    margin-bottom: 5px;
    font-size: 14px;
    color: #8e8e8e;
}

@media screen and (min-width: 992px) {
   .our-service .fs-70 {
        margin-top: 20px !important;
        font-size: 70px !important;
    }
    .our-service .fs-90 {
        font-size: 90px !important;
    }
}
/* ******************* FAQ page css ends**************** */

/* ******************* Career Opportunities page css starts**************** */
.contact-pg input,
.contact-pg textarea {
    width: 100%;
    border: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: #fff;
    padding: 15px 12px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
input[type="file"] {
    color: #8A8A8A;
    font-weight: normal;
}
.resume1 {
    color: #393737;
    margin: 10px 0;
    margin-top: 25px;
}
.contact-pg input:focus,
.contact-pg textarea:focus {
    border-color: #fd5f07;
}
.career-op-content h4 {
    color: #fd5f07;
    margin-top: 20px;
}
.career-op-content p,
.career-op-content ul {
    color: #ffffff8c;
    margin-top: 5px;
}
.career-op-content ul li {
    list-style: square;
}
.career-op-content ul li::marker {
    color: #fd5f07;
}
.fs-120 {
    font-size: 120px !important;
}
/* ******************* Career Opportunities page css ends**************** */
/* ******************* Contact Us page css starts**************** */
.gray-background {
    background: #1f1f1f;
    padding: 30px;
}
.contact-btn{
    background: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
/* ******************* Contact Us page css ends**************** */

/* ******************* Our Works page css ends**************** */
.header-sa {
    min-height: 100vh;
    padding: 40px 0 40px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}
.header-sa h4{
    font-size: 30px;
    font-weight: 500;
    color: #00B1F0;
    letter-spacing: normal;
}
.header-sa h1{
    font-size: 40px;
}
.header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-image: url(../images/banner/ourworkimage.png);
    background-size: cover;
    z-index: -1;
}
.bg{
    background-color: #fd5f07;
    color: #fff;
}
.video__thumb {
    position: relative;
}
.video__thumb-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video__thumb-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
}
.color-box {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.box-blue {
    background: #00B1F0;
}
.box-orange {
    background: #F9AD16;
}
.box-gray {
    background: #E6001C;
}
.box-black {
    background: #35251C;
}
.box-white {
    background: #D9D9D9;
}
.box-white {
    background: #D9D9D9;
}
.box-green {
    background: #005A41;
}
.box-green2 {
    background: #94C12A;
}
.color-label {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
}
.bord-bottom {
    border-bottom: 1px solid rgba(0, 177, 240, 0.7);
    display: block;
    width: 100%;
}
.bord-bottom-dotted {
    border-bottom: 2px dotted rgba(255, 255, 255, 0.15);
}
.bord-top-dotted {
    border-top: 2px dotted rgba(255, 255, 255, 0.15);
}
.greenlab{
    font-size: 24px;
    font-weight: 100;
    color: #EAEAEA;
    font-style: italic;
    padding-top: 5px;
}
.workbtn button{
    background: #212121;
    color: #EAEAEA;
    font-size: 13px;
    border: 1px solid;
    border-radius: 5px;
    border-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 5%,
            rgba(165, 129, 212, 0.6) 95%
        ) 1;
    padding: 5px 10px;
    margin-left: 5px;
}
.our-work{
    font-weight: 700;
    font-size: 80px;
    text-transform: capitalize;
    color: #BBBBBB;
    opacity: 0.1;
}
.span-color{
    color: #fd5f07;
    text-decoration: underline;
font-weight: 300;
}
.c1{
    color: #D2AFFF;
    font-weight:300;
}
.fs-20{
    font-size: 19px;}

/* Style ONLY the dropdown */
.custom-dropdown select {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #666;
  background: transparent;
  color: #fff;
  font-size: 15px;
  appearance: none; /* removes default arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
}

/* Custom arrow only for dropdown */
.custom-dropdown {
  position: relative;
}

.custom-dropdown::after {
  font-family: "Font Awesome 6 Free"; /* or your FA version */
  font-weight: 900;
  content: "\f107"; /* fa-chevron-down */
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #fff;
  pointer-events: none;
}
.custom-dropdown select option {
  background: #fff;   /* white background */
  color: #000;        /* black text */
}

@media screen and (max-width: 768px){
.our-work{
    font-size: 60px;
}
}