@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*{

    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{

    /* --bs-body-font-family:"Plus Jakarta Sans", Sans-serif; */
    --bs-body-font-family:"Jost", sans-serif;
    --backgroundBlack:#000000;
    --colorWhite:#ffffff;
    /* --e-global-color-primary:#BFF747; */
    --e-global-color-primary:#fff;
    /* #1371ff */
    --backgroundBalck-secondry:#1B1B1B;
    --e-global-color-accent:#fff;
    --background-overlay: '';
}
/* svg {
  fill: var(--e-global-color-accent);
} */

body{

    width: 100%;
    overflow-x: clip;
    background: url(https://codeminesolution.com/wp-content/uploads/2025/06/section-bg-shape-blue.png) var(--backgroundBlack);
}

a{

    text-decoration: none;
}

p{

    font-size: 16px;
}



.main-header{

    position: absolute;
    top: 0;
    width: 100%;
    /* background-color: var(--backgroundBlack); */
    background: transparent;
    padding: 10px;
    height: 110px;
    display: flex;
    align-items: center;
    z-index: 10;
    border-bottom: 1px solid #FFFFFF1A;
}
.logo img{
    mix-blend-mode:darken !important;
}

/* .menu-listing{

    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.menu-listing li a{

    color:var(--colorWhite) ;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    padding: 15px 15px 15px 15px;
    transition: all .4s ease;
    text-transform: none;
}
.menu-listing li a:hover{

    color: var(--e-global-color-primary);
} */

.menueListing .menu{

    list-style: none;
    margin-bottom: 0;
  }

.submenu {

padding-left: 0 !important;
}
.menu li .submenu li{

    list-style: none;
}
.submenu li a {

color:var(--colorWhite) ;
text-decoration: none;
font-size: 16px;
font-weight: 600;
line-height: 1.6em;

transition: all .4s ease;
text-transform: none;
}

.navlink {

color:var(--colorWhite) ;
text-decoration: none;
font-size: 16px;
font-weight: 600;
line-height: 1.6em;
transition: all .4s ease;
text-transform: none;


}

.mobile-menu li .submenu li{

    list-style: none;
}
.navbar_custom{

    display: flex;
    gap: 10px;
    align-items: center;
}
.navbar_custom  .logo img{

    width: 200px;
}

.right-header ul{

    list-style: none;
    display: flex;
    gap: 23px;
    align-items: center;
    margin-bottom: 0 !important;
}
.right-header ul li a i{

    color: var(--e-global-color-primary);
    font-size: 20px;
}

#videoWrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* Full height */
    overflow: hidden;
}



.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire screen */
    z-index: -1; /* Keeps the video in the background */
}


span.typed-text {
    font-weight: 800;
  }
  span.typed-text.backgroun-typing {
    color: var(--e-global-color-primary);
    font-weight: 800 !important;
    font-size: 118px;
  }
  
  /* span.cursor {
    display: inline-block;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 0.7s steps(1) infinite;
  } */
  
  span.cursor.typing {
    animation: none;
  }
  
  @keyframes blink {
    0% {
      /* background-color: #FFDB00; */
    }
    49% {
      /* background-color: #FFDB00; */
    }
    50% {
      background-color: transparent;
    }
    99% {
      background-color: transparent;
    }
    100% {
      /* background-color: #FFDB00; */
    }
  }

  .banner-text{

    position: absolute;
    top: 23%;
    left: 14%;
  }

  .banner-title{

    font-size: 118px;
    font-weight: 300;
    line-height: 130px;
    min-height: 280px;
    color: var(--colorWhite);
  }

  .custom-sidebar {
    position: fixed;
    right: -100%; 
    top: 0;
    width: 350px;
    height: 100%;
    background-color: #1b1b1b;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    transition: right 0.5s ease;
    padding: 10px;
    overflow-y: auto;
}

.custom-sidebar::-webkit-scrollbar{

    display: none;
}

.custom-sidebar.active {
    right: 0;
}

.sidebar-content {
    opacity: 0;
    transform: translateY(100%);
    transition: all 1.5s ease;
    padding-top: 100px;
}

.custom-sidebar.active .sidebar-content {
    opacity: 1;
    transform: translateY(0);
}



.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #ccc;
    font-size: 20px;
    background-color: #FFFFFF00;
    width: 38px;
    height: 38px;
    line-height: calc(38px - 4px);
    border-radius: 50%;
    color: var(--colorWhite);
    z-index: 100;
}

.close-btn:hover{

    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
}
.close-btn:hover i{

    color: var(--backgroundBlack);
}


.custom-sidebar:hover .close-btn {
    opacity: 1; /* Visible on hover */
}

.icons svg{

    stroke: var(--e-global-color-primary);
}

.sidebar-details{

    border-bottom: 1px solid #FFFFFF1A;
  padding-bottom: 15px;
  text-align: center;
}

.sidebar-details h5{

    font-weight: 700;
    line-height: 1.2em;
    font-size: 22px;
    color: var(--colorWhite);
}

.sidebar-details a{

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--colorWhite);
}

.listing-sidebar li a{

    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    border:1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.listing-sidebar li a i{

    color: var(--e-global-color-primary);

    font-size: 22px;
}

.getintouch{

    background-color: #4A4A4A;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.7em;
    padding: 10px 20px;
    font-weight: 700;
    color: var(--colorWhite);
}
.right_banner-content p{

    color: var(--colorWhite);
}

.arrowcirclebtn{

    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-primary);
    border-radius: 50%;
}
.arrowcirclebtn svg{

  fill: #1b1b1b;
    transition: all 0.4s ease-in-out;
}
.touchcontact a{

    display: flex;
    align-items: center;

}
.touchcontact a:hover  svg{

    transform: rotate(45deg);
}
.touchcontact a:hover .arrowcirclebtn{

    background-color: var(--colorWhite);
}

.popup-youtube{

    width: 110px;
    height: 110px;
    background-color: var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 10;
}
.popup-youtube i{

    font-size: 30px;
    color: var(--backgroundBlack);
}
.circular-text {
    position: relative;
    width: 110.4px;
    height: 110.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0; 
    background: transparent; 
    overflow: hidden; 
}

.circular-text svg {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
    fill: transparent;
}

.circular-text text {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    fill: white;
    letter-spacing: 8px;
    stroke: none !important; 
    stroke-width: 0 !important; 
}

.center-arrow {
    position: absolute;
    width: 38px;
    height: 38px;
    background: transparent; 
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.position-set{

    position: absolute;
    top: -7%;
    right: -78px;
}

.scrolling-container {
    width: 100%;
    background-color: var(--e-global-color-primary); 
    overflow: hidden;
    position: relative;
    padding: 26px 0;
}

.scrolling-text {
    display: flex; 
    flex-wrap: nowrap; 
    align-items: center; 
    white-space: nowrap;
    animation: scrollText 16s linear infinite;
}

.slidecontent {
    display: flex;
    align-items: center;
    margin-right: 30px;

}

.slidecontent h5{

    font-size: 40px;
font-weight: 800;
line-height: 1.2em;
font-weight: 700;
margin-bottom: 0;
}

.slidecontent img {
    margin-right: 40px;
}

@keyframes scrollText {
    0% {
        transform: translateX(0); 
    }
    100% {
        transform: translateX(-100%);
    }
}

.padding_sections{

    padding-top: 70px;
    padding-bottom: 40px;
    overflow-x:hidden ;
}

.about-heading-title{

    font-size: 14px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 24px;
    color: var(--colorWhite);
}
.about-heading-title span{
 color: var(--e-global-color-accent);   
}

.about-heading-title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--e-global-color-primary);
    mask-image: url(/assets/images/icon-sub-heading.svg);
    mask-size: cover;
    width: 16px;
    height: 16px;
}

.element_title{

    font-weight: 300;
    line-height: 1.2em;
    font-size: 50px;
    color: var(--colorWhite);
}
.element_title span{

    font-weight: 700;
    color: var(--e-global-color-primary);
}

.title_element{
   font-size: 32px;
   font-weight: 700;
   line-height: 40.32px; 
   text-transform: capitalize;
}
.title_element span{
  color: var(--e-global-color-primary);
}

.border-set{

    border-left: 2px solid #FFFFFF1A;
}

.about-section::before {
    content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: 50%;
    background: url(/assets/images/image.png) no-repeat left center;
    background-size: contain;
    opacity: 50%;
    width: 386px;
    height: 400px;
    z-index: -1;
    animation: circlerotate 20s infinite linear;
}

@keyframes circlerotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.about-details{

    padding-left: 38px;;
}
.icon-box-title{

    font-weight: 700;
    font-size: 22px;
    color: var(--colorWhite);
    line-height: 1.2em;
    position: relative;
}
.icon-box-title::after{

    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    background-color: var(--e-global-color-primary);
    mask-image: url(/assets/images/dot-green-icon.svg);
    width: 21px;
    height: 21px;
}

.icon-box-description{

    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: var(--colorWhite);
}

.services-card{
 background-image: url(/assets/images/service-bg.svg);
 background-position: top left;
 background-repeat: no-repeat;
 background-size: auto;
 border-radius: 30px;
 padding: 40px;
 position: relative;
 border: 1px solid #FFFFFF1A;
 backdrop-filter: blur(100px);
 transition: all 0.4s ease-in-out !important;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.services-card::before{

background-color: var(--backgroundBalck-secondry);
opacity: 0.4;
content: var(--background-overlay);
}

.services-box-title{

    font-weight: 700;
    font-size: 22px;
    color: var(--colorWhite);
    line-height: 1.2em;
    position: relative;
}
.services-box-title span{
 color: var(--e-global-color-accent);
}
.elementor-icon{

    transition: all 0.4s ease-in-out !important;
}
.services-card:hover .elementor-icon{

transform: rotate(45deg);
}
.services-card:hover {
    transform: translateY(-5px);
}
.widget-container {

    text-align: center;
    color: var(--colorWhite);
    font-size: 16px;
    font-weight: 400;
}

.widget-container p a{

    font-weight: 700;
    color: var(--e-global-color-primary);
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

 .digital-success-box{
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-accent) 0%, #00000000 90.04%);
    border-radius: 30px;
    padding: 80px;
    z-index: 0;
}

.digital-success-box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, #000000 75%, rgba(0, 0, 0, 0) 99.04%);
    width: calc(100% - 40px);
    height: calc(100% - 20px);
    z-index: -1;
}

.counter{

    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--e-global-color-accent);
}
.element-icon-list-items{

    padding-left: 0;
    list-style: none;
}
.element-icon-list-text{

    color: var(--colorWhite);
    font-size: 16px;
    font-weight: 400;
}
.element-icon-list-text strong{

    font-size: 22px;
}
.icon-list-item{

    display: flex;
    gap: 10px;

}
.toppos{

    margin-top: 4px;
}
.toppos img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
.whychooesbox{
padding: 25px;
border-radius: 20px;
border: 1px solid #FFFFFF1A;
overflow: hidden;
position: relative;

}

.why-choose-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
    width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.why-choose-item.active:before, 
.why-choose-item:hover:before {
    width: 100%;
}
.whychooesimg{

    position: relative;
    overflow: hidden;
}
.whychooesimg img{

    aspect-ratio: 1 / 0.9;
    object-fit: cover;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.whychooesimg:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.whychooesimg:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.sociel-infobox{

    background-color: #02010100;
    padding: 30px 40px 30px 70px;
   border-radius: 100px;
  border: 1px solid #FFFFFF1A;
  transition: all .4s ease;
}
.sociel-infobox:hover .btn-wraper a{
transform: rotate(45deg);

}
.elementskit-info-box-title{

    font-weight: 700;
    font-size: 22px;
    color: var(--colorWhite);
    line-height: 1.2em;
    position: relative;
}

.box-body-c{

    color: var(--colorWhite);
    position: relative;
    z-index: 2;
}

 .box-footer {
    position: absolute;
    right: -4px;
    top: auto;
    bottom: 0;
    transform: translateY(-25%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-footer .btn-wraper a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF00;
    color: var(--colorWhite);
    fill: var(--colorWhite);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 100px 100px 100px 100px;
    transition: all .4s ease;
}

.elementskit-info-box-icon {
    font-size: 40px;
    transform: rotate(0deg);
    width: 80px;
    height: 80px;
    background-color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    position: absolute;
    overflow: hidden;
    top: -60px;
    left: -100px;
}
.elementskit-info-box-icon::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var( --backgroundBalck-secondry);
    border-radius: 50%;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.elementskit-info-box-icon i{

    color: var(--backgroundBlack);
}


.sociel-infobox:hover  .elementskit-info-box-icon::before {
    transform: translate(0);

}

.sociel-infobox:hover .elementskit-info-box-icon {
    background-color: transparent;
}
.sociel-infobox:hover .elementskit-info-box-icon i{

    color: var(--colorWhite);
}

.how-works .box-footer{
    position: absolute;
    top: 7px;
    right: 0;
    bottom: auto;
    left: auto;
}

.how-works .btn-wraper{

position: relative;
z-index: 2;
}

.element-image-box-title{

    font-weight: 700;
    font-size: 22px;
    color: var(--colorWhite);
    line-height: 1.2em;
    position: relative;
}
.element-image-box-description{

    color: var(--e-global-color-accent);
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
}

.right-widget-container{

    background-color: var(--e-global-color-accent);
    padding: 40px 40px 40px 40px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
    overflow: hidden;
}
.right-icns-box{

    position: absolute;
    right: -1px;
    overflow: hidden;
    bottom: 1px;
    width: var(--container-widget-width, 62%);
    max-width: 50%;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.right-widget-container::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--colorWhite);
    border-radius: 30px 0 30px 0;
    transform: translate(100%, 100%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.icons-image{

position: relative;
z-index: 1;
}

.how-works:hover .right-widget-container::before {
    transform: translate(0);
}
.how-works:hover .btn-wraper a {
    transform: rotate(45deg);
}

.feturescard{

    padding: 60px;
    transition: all 600ms linear;
}

.fetureimage-box-wrapper{

    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.fetureimage-box-wrapper img{

    /* aspect-ratio: 1 / 0.9;
    object-fit: cover; */
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
}

.fetureimage-box-wrapper:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.fetureimage-box-wrapper:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.feturescard:hover{

    transform: translateY(0);
}
.feturescard:hover .fetureimage-box-wrapper img{

    transform: scale(1.1);
}

.ciecleround .circular-text text {
    font-size: 20px;
  font-weight: 500;
    text-transform: lowercase;
    fill: var(--e-global-color-accent);
    letter-spacing: 8px;
    stroke: none !important; 
    stroke-width: 0 !important; 
}
.services-card.slider-card{

    padding-top: 60px !important ;
    padding-bottom: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-addedcard{

    padding-left: 60px;
    padding-right: 60px;
}
.images-wrapbox{

    border: 1px solid var(--backgroundBalck-secondry);
    border-radius: 10px;
    background: var(--backgroundBalck-secondry);
    padding: 18px 30px;
}

 .images-wrapbox img {
    width: 100%;
    height: 42px;
    object-fit: contain;
}
.slider-container::before{

    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(280deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
    width: 215px;
    height: 100%;
    z-index: 2;
}
.slider-container::after{

    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #030709 0%, rgba(3, 7, 9, 0) 60.97%);
    width: 215px;
    height: 100%;
    z-index: 2;
}

.tab-content .tab-pane {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
  }

  .tab-content .tab-pane.active {
    opacity: 1;
    transform: scale(1);
  }
  .tabs-custom .nav-tabs{

    gap: 14px;
    border-bottom: 0;
    margin-bottom: 20px;
  }
  .tabs-custom .nav-tabs .nav-link{

    display: flex;
        align-items: center;
        height: auto;
        background: transparent;
        text-transform: capitalize;
        border-radius: 10px;
        border: 1px solid #FFFFFF1A;
        padding: 10px 20px;
        color: var(--colorWhite);
     
  }
  .tabs-custom .nav-tabs .nav-link.active{
    background-color: var(--e-global-color-accent);
    color: var(--backgroundBlack);
  }
  .tabs-custom .nav-tabs li{

    position: relative;
    font-size: 16px !important;
    font-weight: 400;
    color: var(--e-global-color-white);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    line-height: 1.2em;
    background: transparent;
    text-transform: capitalize;
    border-radius: 10px;

  }
  .tabs-custom .nav-tabs li:hover{
    background-color: var(--e-global-color-accent);
 
  }
  .tabs-custom .nav-tabs li:hover .nav-link{

    color: var(--backgroundBalck-secondry) !important;
  }
  .portfolio-card{

    position: relative;
    overflow: hidden;
    text-align: center;
  }
  .grid-item__image{

    position: relative;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .grid-item__img img{

    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    transition: all 0.5s ease-out;
    overflow: hidden;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)
  }
  .grid-item__title{

    font-size: 22px;
    line-height: 1.3em;
    font-weight: 700;
    color: var(--colorWhite);
  }
.grid-item__categories{

    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}
.grid-item__categories a{

    background-color: #FFFFFF1A;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: var(--colorWhite);
    border-radius: 6px;
    font-size: 14px;
    text-transform: capitalize;
    padding: 8px 15px;
    display: block;
}


.grid-item__img{

    position: relative;
    overflow: hidden;
}

.grid-item__image:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 0;
}

.grid-item__image:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.grid-item__readmore {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -30%);
    transition: all 0.3s ease-in-out;
    z-index: 1;

}

.grid-item__readmore a {
    border: 1px solid var(--colorWhite);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 2;
    position: relative;
    color: var(--colorWhite);
}
.grid-item__readmore a svg {
    width: 42px;
    height: 42px;
    transition: all 0.3s ease-in-out;
}
.portfolio-card:hover .grid-item__readmore{

    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.grid-item__readmore a:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    color: var(--backgroundBlack);
    transform: rotate(45deg);
}

.elemen-counter-number{

    font-size: 80px;
    font-weight: 600;
    line-height: 1em;
    color: var(--colorWhite);
}

.e-ration-wrap  i{

    font-size: 18px;
    color: var(--e-global-color-accent);
}
.testimonials-ratingcard p{

    color: var(--colorWhite);
    padding-top: 10px;
}
.users-img{

border-radius: 50%;
position: relative;
    overflow: hidden;
    margin: 0px 0px 0px -14px;
}
.users-img img{
    width: 100%;
    max-width: 40px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--backgroundBalck-secondry);
    border-radius: 50%;
object-fit: cover;
}
.text-test p{

    color: var(--colorWhite);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.7em;
    margin: 20px 0px 40px 0px;
}

.userperofile{

    border-radius: 50%;
    margin: 0px 15px 0px 0px;
    position: relative;
    /* overflow: hidden; */
    border-radius: 50%;
}
.userperofile img{

    height: 60px;
    width: 60px !important;
    border-radius: 50%;
    object-fit: cover;
}

.author-name{

    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 5px;
    display: block;
    color: var(--colorWhite);
}
.author-des{

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    color: var(--colorWhite);

}
.slider-testimonials .logotiop img{

    width: auto !important;
}

.our-testimonial::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 50%;
    background: url(/assets/images/testimonial-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 70%;
    width: 306px;
    height: 304px;
    animation: circlerotate 20s infinite linear;
    z-index: -1;
}
.priceing-content{

    list-style: none;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.repeater-item{

color: var(--colorWhite);
}
.repeater-item i{

    font-size: 10px;
    padding-right: 10px;

}
.repeater-item{
    font-size: 16px;
    line-height: 1.7em;
    padding-bottom: 16px;
}

.priceing-content .repeater-item:last-child{

    padding-bottom: 0;
}

.wrpper-wedgt::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 45px;
    left: auto;
    transform: translateY(-50%);
    border-right: 1px solid #554f4fdb;
    height: 80%;
    z-index: 1;
}
.wrpper-wedgt img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
.serveBox .row .col-xl-3:last-child .wrpper-wedgt::before{

    border-right: 0;
}

.agency-benefits::Before {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: -90px;
    top: 10%;
    background: url(/assets/images/agency-benefits-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 50%;
    width: 279px;
    height: 287px;
    animation: circlerotate 12s infinite linear;
    z-index: 0;
}
.agency-benefitCard{

    padding: 30px 27px !important;
}
.agency-benefitCard img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
#toggleSidebar img{
     filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
.size-default{

    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--colorWhite);
}

.btn-wraperknow a{

    background-color: #FFFFFF00;
    padding: 0px 0px 0px 0px;
   font-size: 16px;
    font-weight: 700;
    line-height:1.4em;
    color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
}

.btn-wraperknow a:hover{

    color: var(--colorWhite);

}
.btn-wraperknow svg{

    max-width: 24px;
    transition: all 0.3s ease-in-out;
}
.btn-wraperknow a:hover svg{
    transform: rotate(45deg);

}
.blogs-card{

    overflow: hidden;
}
.blogs-card:hover .grid-item__img img{

    transform: scale(1.1);
}
.eleme-heading-title{
    font-size: 180px;
    font-weight: 800;
    line-height: 1.2em;
    color: var(--colorWhite);
    text-align: center;
}

.elemen-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    fill: var(--backgroundBlack);
    color: var(--backgroundBlack);
    border-radius: 50% 50% 50% 50%;
    height: 150px;
    width: 150px;
}
.button-wrapper a{

    background-color: var(--e-global-color-accent);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    backdrop-filter: blur(20px);
}



.elemen-button-icon{

    position: relative;
    top: initial;
    left: initial;
    right: inherit;
    background: transparent !important;
    width: 24px;
    height: 24px;
    transform: translate(0px, 0px);
    transition: all 0.4s ease-in-out;
}
.element-button-text {
    display: block;
}
.button-wrapper{

    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.colaborate-commoone::before {
    content: '';
    display: block;
    position: absolute;
    left: -120px;
    top: 30%;
    background: url(/assets/images/work-together-bg-shape.png) no-repeat;
    background-position: left center;
    background-size: contain;
    opacity: 40%;
    width: 305px;
    height: 315px;
    animation: circlmoveerotate 12s infinite linear;
    animation-direction: alternate;
    z-index: -1;
}

@keyframes circlmoveerotate {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    
    100% {
        transform: translateY(160px) rotate(360deg);
    } 
}
.footer-main{

    border-top: 1px solid #FFFFFF1A;
}
.footerLinks{

    list-style: none;
    padding-left: 0;
    padding-top: 40px;
}
.menu-nav-link{

font-size: 16px;
line-height: 1.7em;
font-weight: 400;
padding: 0px 0px 15px 0px;
display: block;
transition: all 0.3s ease-in-out;
color: var(--colorWhite);
}
.footerLinks li:hover .menu-nav-link{

    color: var(--e-global-color-accent);
}

.inputs-div .form-control{

    padding: 12px 20px 12px 20px;
    height: 50px;
    border-radius: 10px 10px 10px 10px;
    background-color: #02010100;
    border: 1px solid #FFFFFF1A;
    color: var(--colorWhite);
}
.inputs-div .form-control:focus{

    box-shadow: none;
    border: 1px solid #FFFFFF1A;
}
.inputs-div .form-control::placeholder{

    color: var(--colorWhite);
}
.btn-submit{

    background-color: var(--e-global-color-accent);
    border-radius: 10px !important;
    color: var(--backgroundBlack) !important;
    border: none;
    padding: 14px 30px !important;
    transition: all .4s ease;
    font-weight: 600;
}
.formBoxes{
    display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 0;
}

.sociel-linksfooter {

    list-style: none;
    padding-left: 0;
    padding-top: 25px;
    display: flex;
    gap: 13px;
}
.links-style{

    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--e-global-color-accent);
    transition: all .4s ease;
}
.links-style i{

    color: var(--e-global-color-accent);
    transition: all .4s ease;
}
.sociel-linksfooter li:hover .links-style{

    border-color: var(--colorWhite);
}
.sociel-linksfooter li:hover .links-style i{

    color: var(--colorWhite);
}


.elementskit-info-box-title a{

    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    color: var(--colorWhite);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
}
.border-bottom-set{

    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 20px;
}

.banner-innerpages{

    background-image: url(https://codeminesolution.com/wp-content/uploads/2025/06/page-header-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.padding-banners{

    /* padding-top: 250px;
    padding-bottom: 170px; */
    padding-top: 210px;
    padding-bottom: 160px;
    padding-left: 10px;
    padding-right: 10px;
}

.banner-titleinner{

    font-size: 80px;
    font-weight: 300;
    line-height: 1.1em;
    color: var(--colorWhite);
    text-align: center;
}
.banner-titleinner span{

    font-weight: 800;
    color: var(--e-global-color-accent);
}

.box-description-icon{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: var(--colorWhite);
}

.box-description-icon span{
  color: #BFF747;  
}

.content_about{
  padding-left: 70px;
  padding-right: 70px;  
}

.image-center{
    display: block;
    margin-left: auto;
    margin-right: auto;  
}

.seo-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.seo-image:hover:after {
    height: 50%;
    transition: all 600ms linear;
    background-color: transparent;
}

.card{
  background-color: inherit;
  border: 1px solid #595757;
  color: #fff;   
}

.card:hover{
  border: 1px solid #BFF747;  
}

.title-card{
 font-size: 16px!important;
 font-weight: 400;
 line-height: 22.68px;
 text-align: left;   
}

.text-card{
 font-size: 12px;
 font-weight: 400;
 line-height: 15.12px;
 text-align: left; 
}


.seo-section::before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: 40%;
    background: url(/assets/images/testimonial-bg-shape.png) no-repeat left center;
    background-size: contain;
    opacity: 50%;
    width: 270px;
    height: 400px;
    z-index: -1;
    animation: circlerotate 2s infinite linear;
}

.seo-section::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 460px;
    background: url(/assets/images/agency-benefits-bg-shape.png) no-repeat left center;
    background-size: contain;
    opacity: 50%;
    width: 270px;
    height: 400px;
    z-index: -1;
    animation: circlerotate 5s infinite linear;
}

.profile-text{
  text-align: center;
  padding-top: 15px;  
  max-width: 250px; 
}
.profile-title{
 font-size: 16px;
 font-weight: 500;
 line-height: 23px; 
 color: #fff;  
}

.profile-title span{
 color: #BFF747;   
}

.image-profile img {
 width: 250px!important;
 height: 250px;
 border-radius: 50%; 
 object-fit: cover;
 border: 1px solid #595757;
}

.profile-para{
 font-size: 14px;
 font-weight: 300;  
 color: #fff;
 line-height: 16px; 
}

.about-title-heading{

 position: relative;
 padding-left: 24px;
}

.title-heading{
 font-size: 32px;
 font-weight: 500;
 line-height: 40.32px;
 color: #fff;   
}
.title-heading span{
 color: #BFF747;   
}
.about-title-heading::before {
 content: '';
 position: absolute;
 top: 50%;
 left: 0;
 bottom: 0;
 transform: translateY(-50%);
 background-color: var(--e-global-color-primary);
 mask-image: url(/assets/images/icon-sub-heading.svg);
 mask-size: cover;
 width: 16px;
 height: 16px;
}
.padding-side{
 padding-left: 60px;
 padding-right: 60px;   
}
.details-whyus{
  padding-top: 35px;  
}
.side-title{
 font-size: 18px;
 font-weight: 500;
 line-height: 25px;
 color: #fff;   
}
.side-title span{
 color: #BFF747;   
}

.side-para{
 font-size: 14px;
 font-weight: normal;
 line-height: 20px;
 color: #fff;  
 text-transform: capitalize; 
 max-width: 280px;
}

.image-wrapper {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 gap: 10px;
}

.image-conflict, .profile-img, .img-profie, .conflict-image {
 width: 200px !important;
 height: 198px;
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 position: relative;
 border: 1px solid #595757;
 border-radius: 0px 50px 0px 50px;
 transform: rotate(45deg);  
}

.image-conflict {
    background-image: url('../images/Roi-4.jpeg');
}

.profile-img {
    background-image: url('../images/Roi-2.jpeg');
}

.img-profie {
    background-image: url('../images/Roi-3.jpeg');
}

.conflict-image {
    background-image: url('../images/Roi-1.jpeg');
}

.section-image {
 position: relative;
 background-image: url('../images/Seo-details.png');
 background-size: cover;
 background-position: center;
 height: auto;
 padding: 100px 10px;
}

.section-image::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.8); 
}

.para-side {
 font-size: 14px;
 font-weight: 300;
 line-height: 20px;
 color: #fff;
 text-transform: capitalize;
 max-width: 600px;
 margin: 0 auto; 
}
  
.contact-section::after{
 content: '';
 display: block;
 position: absolute;
 right: 0;
 top: 395px;
 bottom: 0px;
 background: url(/assets/images/featurs.png) no-repeat left center;
 background-size: contain;
 opacity: 50%;
 width: 270px;
 height: 400px;
 animation: circlerotate 5s infinite linear;   
}

.page-contact{
 font-size: 40px;
 font-weight: 700;
 line-height: 40px;
 text-align: center;
 color: #fff;   
}
.page-contact span{
 color: #BFF747;   
}

/*  */
.form-group-conatct {
    margin-bottom: 19px; 
}
.form-group-conatct .form-control {
    background-color: black;
    color: #9FEA06;
    padding: 12px 20px;
    border: 1px solid var(--e-global-color-accent);
}
.form-group-conatct .form-control::placeholder {
    color: #fff;
}


/* Media Services */

.media_image{
 position: relative;
 overflow: hidden;
}
.media_image img{
 width: 100%!important;   
 height: 100%!important;
 aspect-ratio: 1 / 0.9;
 object-fit: cover;
 border-radius: 30px;
 position: relative;
 overflow: hidden;
 border: 1px solid #C2BEBE;
}

.card-card { 
 border: 1px solid gray;
 background: black;
 color: white;
 border-radius: 30px;
 padding: 20px;
 margin-bottom: 15px; /* Space between cards */
 transition: background 0.3s, color 0.3s;
}

.card-card:hover, .card-card:active {
 background: #BFF747;
 color: black;
}

.card-card:hover  .services-box-title,
.card-card:hover  .icon-box-description{

color: #000000;
}

.card_text{
 font-size: 12px;
 font-weight: 400;
 line-height: 15.12px;
 max-width: 187px;
}


.advertising_img img{
 width: 100%;
 height: 300px;
 object-fit: cover;
 border-radius: 30px ;   
 display: block;  
}

.advertising_img {
 position: relative;
 overflow: hidden;
}


.advertising_img::before {
 content: "Ads";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height:100%;
 background: rgba(0, 0, 0, 0.6);
 color: white;
 font-size: 39px;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
}

.advertising_img:hover::before {
  opacity: 1;
}

.programmatic_buying::before{
 content: '';
 display: block;
 position: absolute;
 right: 0;
 top: -10px;
 bottom: 0px;
 background: url(/assets/images/featurs.png) no-repeat left center;
 background-size: contain;
 opacity: 50%;
 width: 270px;
 height: 400px;
 animation: circlerotate 5s infinite linear; 
}

.programmatic_buying::after{
 content: '';
 display: block;
 position: absolute;
 left: 0;
 bottom: 400px;
 background: url(/assets/images/testimonial-bg-shape.png) no-repeat left center;
 background-size: contain;
 opacity: 50%;
 width: 270px;
 height: 400px;
 animation: circlerotate 5s infinite linear; 
}

.image_media img{
 width: 100%;
 height: 270px;
 object-fit: cover;
 border-radius: 20px;   
}

.title-profile{
 font-size: 20px;
 font-weight: 700;
 line-height: 30.24px;
 color: #fff;
}

.title-profile span{
 color: #BFF747;   
}
.text-green span{

    color: var(--e-global-color-accent);
}
.text-profile{
 font-size: 14px;
 font-weight: 400;
 line-height: 18.9px;
 color: #fff;   
 text-transform: capitalize;  
 max-width: 230px;
}

.media-card.slider-card{
 padding-bottom: 60px!important;
 padding-left: 0!important;
 padding-right: 0!important;
}

.media-card {  
 border-radius: 30px;
 position: relative;
 border: 1px solid #FFFFFF1A;
 backdrop-filter: blur(100px);
 transition: all 0.4s ease-in-out!important;
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 background: linear-gradient(180deg, #BFF747 0%, #415418 54%, #000000 100%);
 background-repeat: no-repeat;
}

.slider_title{
 font-size: 24px;
 font-weight: 700;
 line-height: 30.24px;
}

.slider_text{
 font-size: 15px;
 font-weight: 500;
 line-height: 18.9px;
 max-width: 600px;
 margin: auto;
}

.profile-image img{
 width: 77% !important;
 height: 190px;
 object-fit: cover;
 border-radius: 20px;
}

/* .card img{
 width: 86px;
 height: 86px;
} */
/* .icons img{
 width: 100%;
 object-fit: cover;
 height: 78px;   
} */
.icons {
  filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}

.userwraps-pro {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 gap: 20px;
}

/* .profile-box {
 flex: 1 1 calc(33.33% - 20px);
 max-width: calc(33.33% - 20px);
 text-align: center!important;
} */
.box-profile{
 flex: 1 1 calc(25% - 20px);
 max-width: calc(25% - 20px);
}
.profile-media{
 padding-top: 15px;  
  
}
.media-title{
 font-size: 18px;
 font-weight: 600;
 line-height: 18.9px;
 color: #fff;
}
.media-title span{
 color: #BFF747;   
}
.media-text{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 400;
 color: #fff;
}
.request.btn{
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.7em;
    padding: 10px 20px;
    font-weight: 700;
    background-color: var(--e-global-color-accent); 
    color: var(--backgroundBlack);
}
.request.btn:hover{
 background-color: #8ED905;
}
.image_result img{
 width: 100%;
 object-fit: cover;
 height: 323.88px;
 border-radius: 20px;
}

/* social media communication */
.linkedin_image{
 position: relative;
 overflow: hidden;
}
.linkedin_image img{
 width: 100%!important;   
 height: 100%!important;
 aspect-ratio: 1 / 0.9;
 object-fit: cover;
 border-radius: 30px;
 position: relative;
 overflow: hidden;
}

.linkedin_image::after{
 content: "LINKEDIN";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5); 
 color: white;
 font-size: 42px;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
 border-radius: 30px;  
}

.linkedin_image:hover::after {
opacity: 1;
}
   

.tiwtter_image {
 position: relative;
 overflow: hidden;
 border-radius: 30px;
}

.tiwtter_image img {
 width: 100%!important;
 height: 100% !important;
 aspect-ratio: 1 / 0.9;
 object-fit: cover;
 border-radius: 30px;
 transition: transform 0.3s ease-in-out;
}

.tiwtter_image::after {
 content: "Twitter";
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5); 
 color: white;
 font-size: 42px;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
 border-radius: 30px;
}

.tiwtter_image:hover::after {
 opacity: 1;
}

.social_title{
 font-size: 36px!important;
 font-weight: 500!important;
 line-height: 45.36px;
 color: #BFF7479E!important;    
}
.social_subtitle{
position: relative;
}
.social_subtitle::before {
 content: '';
 position: absolute;
 top: 15px;
 left: -5%;
 bottom: 0;
 transform: translateY(-50%);
 background-color: var(--e-global-color-primary);
 mask-image: url(/assets/images/icon-sub-heading.svg);
 mask-size: cover;
 width: 16px;
 height: 16px;
}
.social_subtext{
 font-size: 15px;
 font-weight: 400;
 line-height: 18.9px;
 color: #fff;
 text-transform: capitalize;    
}
.left-padding{
  padding-left: 45px;  
}

.side_image img{
 width: 100%;
 height: 320.63px;
 border-radius: 20px;  
 object-fit: cover;  
}
.side_approch img{
 width: 100%;
 height: 244.05px;
 border-radius: 20px; 
 object-fit: cover; 
}
.side_slide_image img{
 width: 100%;
 height: 160.31px;
 border-radius: 20px; 
 object-fit: cover;   
}
/* .social_heading{
 font-size: 18px;
 font-weight: 700;
 line-height: 20px;
 color: #fff;
} */
.social_heading span{
 color: #BFF747;
}

.social_heading::after{
 content: '';
 position: absolute;
 top: 4px;
 left: -32px;
 background-color: var(--e-global-color-primary);
 mask-image: url(/assets/images/dot-green-icon.svg);
 width: 21px;
 height: 21px;
}

/* .social_text{
 font-size: 14px;
 font-weight: 600;
 line-height: 18px;
 color: #fff;
 text-transform: capitalize;   
} */

.heading_social{
 font-size: 24px;
 font-weight: 700;
 line-height: 30px;
 color: #fff;
}
.heading_social span{
 font-size: 32px;
 font-weight: 800;
 line-height: 40px;
 color: #BFF747;
}
.text_social{
 font-size: 20px;
 font-weight: 400;
 line-height: 25px;
 color: #fff;
 text-align: start;  
 text-transform: capitalize; 
}

/* Online reputation */
.online_head{
 font-size: 20px;
 font-weight: 500;
 line-height: 25px;
 color: #fff;
}
.online_head span{
 font-size: 24px;
 line-height: 30px;
 font-weight: 800;
 color: #BFF747;
}
.online_heading{
 font-size: 24px;   
 font-weight: 500;
 line-height: 30px;
 color: #fff;
}
.online_heading span{
 font-size: 32px;
 font-weight: 500px;
 line-height: 40px;
 color: #BFF747;   
}
.online_side .image-container {
 position: relative;
 width: 100%;
 height: 180px;
 border-radius: 0px 20px 20px 0px;
 overflow: hidden;
 object-fit: cover;
}

.online_side .image-container img {
 width: 100%;
 height: 100%;
 border-radius: 20px;
 object-fit: cover;
}

.online_side .image-container::before {
 content: "Impression Matter";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.5);
 color: white;
 font-size: 18px;
 font-weight: bold;
 display: flex;
 align-items: center;
 justify-content: center;
 border-radius: 20px;
 opacity: 0;
 transition: opacity 0.3s ease-in-out;
}

.online_side .image-container:hover::before {
 opacity: 1;
}
.online_image img {
 width: 100%;
 height: 230px;
 border-radius: 20px;
 object-fit: cover;
}

.image-container img {
 width: 100%; 
 border-radius: 20px;
}

.online_title{
 font-size: 20px;
 font-weight: 400;
 line-height: 25px;
 position: relative;
 padding-left: 24px;
 color: var(--colorWhite);
}
.online_title span{
 font-size: 20px;
 font-weight: 400;
 line-height: 40.32px;
 color: #BFF747;
}
.online_title::before {
 content: '';
 position: absolute;
 top: 50%;
 left: 0;
 bottom: 0;
 transform: translateY(-50%);
 background-color: var(--e-global-color-primary);
 mask-image: url(/assets/images/icon-sub-heading.svg);
 mask-size: cover;
 width: 16px;
 height: 16px;
}

.services-card.slider-card-seo:hover{

    transform: translateY(0);
}

.ecoimge{

    border-radius: 20px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}
#videoWrapperInner{

    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: 900px;
    overflow: hidden;
}
.banner-Innertitle{

    font-size: 70px;
    font-weight: 700;
    line-height: 82px;
    color: var(--colorWhite);
  }

  .banner-Innertitle span{

    font-weight: 800;
    color: var(--e-global-color-accent);
  }

  .banner-topsub{

    font-weight: 600;
    position: relative;
    line-height: 1.3em;
    font-size: 25px;
    padding-left: 25px;
    color: var(--colorWhite);
    padding-bottom: 12px;
  }

  .banner-topsub span{

    color: var(--e-global-color-accent);
  }

  .banner-topsub::after{

    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    bottom: 0;
    transform: translateY(-50%);
    background-color: var(--e-global-color-primary);
    mask-image: url(/assets/images/icon-sub-heading.svg);
    mask-size: cover;
    width: 16px;
    height: 16px;
  }
  .banner-bottomsub{
    font-weight: 500;
    position: relative;
    line-height: 1.3em;
    font-size: 22px;
    padding-top: 20px;
    color: var(--colorWhite);
    padding-bottom: 12px;

  }

  .banner-bottomsub span{

    color: var(--e-global-color-accent);
  }
  .phoneNumber{
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: var(--colorWhite);
  }

  .flip-card {
    background-color: transparent;
  width: 100%;
    height: 390px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
    
  }
  .flip-card:hover   .flip-card-back{

    border: 1px solid var(--e-global-color-accent);
  }
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;

  }
  
  .flip-card-front {
    color: black;
    z-index: 2;

  }
  .flip-card-front::after{

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4)
  }
  .overtitlwe{

    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 10;
  }

  .flip-card-front img{

    width: 100%;
    height: 390px;
    object-fit: cover; 
    border-radius: 10px;
  }
  
  .flip-card-back {
    width: 100%;
    height: 390px;
    object-fit: cover; 
    border-radius: 10px;
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .card-content{

    padding-top: 15px;
  }
  .card-content ul li{

    color: var(--colorWhite);
    padding-bottom: 7px;
  }
  .services-card.card-contact{

    border: 1px solid #ffffff59;
  }
  .services-card.card-contact:hover{

    border: 1px solid #ffffff59;
    transform: translateY(0);
  }
  .slider-testimonials.owl-carousel .owl-nav .owl-prev{

    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -94px;
  }

  .slider-testimonials.owl-carousel .owl-nav .owl-next{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -94px;

  }
  .slider-testimonials.owl-carousel .owl-nav .owl-prev i,
  .slider-testimonials.owl-carousel .owl-nav .owl-next i{

    color: var(--backgroundBlack);
  }

  .imag-sizes.owl-carousel .owl-item img{

    width: auto;
  }

  .whychooesimg {
    overflow: hidden; /* Image overflow ko hide karne ke liye */
    display: inline-block;
}

.animated-img {
    width: 0; /* Start mein width 0 rakhenge */
    display: block;
}
.left-banner{

    z-index: 0;
}

.main-header.nav_scroll {
    position: fixed;
    transform: translateY(81px);
    transition: transform 500ms ease, background 500ms ease;
    top: -81px;
    height: 67px;
    left: 0;
    z-index: 10000;
    width: 100%;
    background-color: #030709;
}
.main-header.nav_scroll .logo img{

    mix-blend-mode: normal !important;
}
.logo img{
    filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);
}
.logofooter img{
   filter: brightness(0) saturate(100%) invert(27%) sepia(99%) saturate(3778%) hue-rotate(210deg) brightness(96%) contrast(101%);  
}

.menueListing .menu {
    display: none;
}


#custome-text{
        height: 120px;
}
.wpcf7-form-control.wpcf7-submit{
    width: 100%;
}

