/* home banner section css start */

section.home-banner {
    position: relative;
    background-image: url('./img/about-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    height: 75vh;
}

section.home-banner .home-cont {
    align-self: center;
    padding: 150px 50px;
    position: relative;
}

section.home-banner .home-cont .hero-head {
    padding: 30px;
}

section.home-banner .home-cont .hero-head h6 {
    color: var(--other-color);
}

section.home-banner .home-cont .hero-head h1 {
    font-size: 52px;
    line-height: 60px;
    font-weight: 600;
}


/* marketing section start */

section.marketing-agency {
    padding: 60px 72px;
}

section.marketing-agency .head-mrkt span{
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 25px;
    color: var(--white-color);
    background-color: var(--other-color);
    width: 60%;
    text-transform: uppercase;
}

section.marketing-agency .head-mrkt h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 30px;
}

section.marketing-agency  .mrkt-desc {
    align-self: end;
}
section.marketing-agency  .mrkt-desc p{
    font-size: 16px;
    color: #717582;
    width: 80%;
    float: right;
    line-height: 30px;
}

section.marketing-agency .mrkt-icon {
    position: relative;
    padding-top: 60px;
}

section.marketing-agency .mrkt-iconbox {
    text-align: center;
}

section.marketing-agency .mrkt-icon img {
    width: 30%;
}

section.marketing-agency h3.mrkticon-head {
    font-size: 18px;
    color: var(--heading-color);
    padding-top: 20px;
}

section.marketing-agency p.mrkticon-desc {
    font-size: 14px;
    color: #717582;
    padding:  0 20px;
}

.mrktdisclmr {
    justify-content: center;
    padding: 50px 0;
}

.mrktdisclmr .mrktdisclmr-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrktdisclmr .mrktdisclmr-cont img {
    width: 5%;
}

.mrktdisclmr .mrktdisclmr-cont h6{
    margin: 0 0 0 10px;
    font-size: 18px;
}

h2.mrkt-iconyrs {
    font-weight: 800;
    font-size: 38px;
}

/* company benefits section start */



section.productmgmt {
    padding: 90px 0px;
    background-color: var(--lt-bg-color);
}

section.productmgmt .container-fluid{
    padding: 0;
}

div#portfolioTabsContent {
    padding: 0 78px;
}

section.productmgmt .tab-mgmt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}


button.nav-link {
    color: #717580;
}

.nav-tabs {
    border: 1px solid #e4e4e4;
    width: 100%;
    justify-content: space-between;
}

.nav-tabs .nav-link {
    border: none !important;
    width: 100%;
    padding: 20px 0;
}

.nav-tabs .nav-link:hover {
    border-bottom: 2px solid var(--black-color) !important;
    color: var(--black-color);
}

li.nav-item.prdct-tab {
    width: 25%;
    border-right: 1px solid #e4e4e4;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--black-color);
    border: none !important;
    border-bottom: 2px solid var(--black-color) !important;
    background-color: var(--lt-bg-color) !important;
    /* width: 100%; */
}

.product-imghov {
    overflow: hidden;
    cursor: pointer;
}

.product-imghov img {
    transition: transform 0.4s ease;
}

.product-imghov:hover img {
    transform: scale(1.1);
}

.procont-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    cursor: pointer;
}
.procont-tab p {
margin: 0;
}

.procont-tab p a{
text-decoration: none;
color: var(--heading-color);
font-weight: 500;
}

.procont-tab small {
    color: #717582;
    font-size: 16px;
}

.line {
    padding: 0 7px;
    margin: 0 10px;
    color: #717582;
    border: 1px solid #717582;
    display: flex;
    align-items: center;
    justify-content: center;
}


section.abt-mrktng {
    position: relative;
}

section.abt-mrktng .abt-img {
    position: relative;
    /* padding: 0 0 0px 100px; */
}

section.abt-mrktng .abt-img .abt-pop {
    animation-name: creationanim;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    transition: all 0.3s;
    width: 40%;
    position: absolute;
    bottom: -2%;
    left: 17%;
}

img.abt-popimg {
    width: 100%;
}

section.abt-mrktng .abt-ryt {
    align-self: center;
    padding: 0;
}

section.abt-mrktng .abt-ryt .abt-head h5 {
    font-size: 15px;
    color: var(--other-color);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

section.abt-mrktng .abt-ryt .abt-head h2 {
    font-size: 31px;
    font-weight: bold;
}

.abt-icon {
    margin: 20px 0;
    padding: 20px 10px;
    background: var(--white-color);
}

.abt-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 10px;
}

/* Button base styles */
.botmabtn1 a,
.botmabtn2 a {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 10px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* Individual button styles */
.botmabtn1 a {
  background: var(--btn-color);
  color: var(--white-color);
  padding: 18px 26px;
}

.botmabtn2 a {
  background: var(--white-color);
  color: var(--heading-color);
  padding: 22px 30px;
}

/* Wrap text to animate */
.btn-text {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Right icons */
.botmabtn1 a i,
.botmabtn2 a i {
  transition: transform 0.3s ease, opacity 0.3s ease;
  margin-left: 5px;
  position: relative;
}

/* Pseudo-element for left-side arrow/caret */
.botmabtn1 a::before,
.botmabtn2 a::before {
  position: absolute;
  left: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}

/* Different icons for each */
.botmabtn1 a::before {
  content: "\f061"; /* arrow-right */
  color: var(--white-color);
}

.botmabtn2 a::before {
  content: "\f0e0"; /* caret-right */
  color: var(--heading-color);
}

/* Hover animations */
.botmabtn1 a:hover .btn-text,
.botmabtn2 a:hover .btn-text {
  transform: translateX(10px);
}

.botmabtn1 a:hover i,
.botmabtn2 a:hover i {
  transform: translateX(100%);
  opacity: 0;
}

.botmabtn1 a:hover::before,
.botmabtn2 a:hover::before {
  opacity: 1;
  transform: translateX(0);
}

/* Default left icon position */
.botmabtn1 a::before {
  content: "\f061"; /* Font Awesome arrow-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--white-color);
  position: absolute;
  left: 20px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

/* On hover: icon moves left, text moves right slightly more */
.botmabtn1 a:hover::before {
  left: 16px; /* more gap from text */
  opacity: 1;
  transform: translateX(0);
}

.botmabtn1 a:hover .btn-text {
  transform: translateX(16px); /* more movement to allow for spacing */
}

@keyframes creationanim {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

img.tbabt-img{
    width: 100%;
}

.tbabt-imgtxt{
    display: flex;
    align-items: center;
    
}

.tbabt-imgtxt h5{
    font-size: 18px;
}

.abt-head p {
    font-size: 16px;
    color: #717582;
    margin: 20px 0;
    line-height: 30px;
}

p.gtpytm {
    font-size: 14px;
}

p.gtpytm a {
    text-decoration: none;
    color: var(--heading-color);
    border-bottom: 1px solid var(--heading-color);
    font-weight: 600;
}

section.abt-mrktng .abt-img img {
    width: 85%;
}


/* marquee section start */


section.marq-text {
    padding: 0;
}

.marquee-wrapper {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}

.marquee {
    display: flex;
    width: max-content;
    animation: marquee 180s linear infinite;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    padding-right: 4rem;
    font-size: 150px;
    font-weight: 700;
    color: var(--heading-color);
}

.marquee-content b {
    -webkit-text-stroke: 1px var(--heading-color);
    -webkit-text-fill-color: white;
    opacity: 0.7;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/* staff section */

.staff-icon {
    position: relative;
    /* border: 2px solid red; */
    justify-content: space-between;
    padding: 50px 0 0;
}

.staff-icon .staff-iconbox {
    width: 32%;
    padding:30px 50px;
    position: relative;
    background: var(--white-color);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.08);
   
    border-radius: 10px;
}

.staf-cont h4{
font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.staf-arrow {
    position: absolute;
    right: -13px;
    bottom: -29%;
    opacity: 0.6;
}

.staf-arrow span {
    font-size: 170px;
    font-weight: 900;
    color: #e4e4e4;
}

.staff-iconbox.stf-icbx-clr {
    background-color: #ffeb7d;   
}


/* partner css */

section.partner {
    padding: 60px 12px;
}

section.partner .owl-carousel .items img {
    display: block;
    width: 55%;
}

section.partner .owl-carousel .items img.helium {
    width: 20%;
}














