.btmgrntwobdr:after, .tab-gll li .active h5:after, .btmgrntwobdr.btmgwhite:after {
    background: url("http://themarcomavenue.in/tma-service-details/img/btmgrntwobdr.png") no-repeat center;
}


.py--50 {
    padding: 95px 0px;
}

.heading--banner:after {
    background-size: 127px !important;
    background-position-x: right;
    z-index: 1;
    margin-top: -7px;
}

.annoucment--section {
    background: #41D475;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 0px;
}

.annoucment--section p {
    color: #000;
    font-size: clamp(18px,2vw,28px);
}

.owl-carousel-serviceclogos .item img {
    opacity: 1;
}

.service-banner {
    margin-bottom: 0px !important;
}
/* 
.service-banner::before{
    display: none;
} */

.single--breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: clamp(20px, 4vw, 50px);
}

.single--breadcrumb li.breadcrumb-item > a, .single--breadcrumb li.breadcrumb-item:before {
    color: #fff;
}

.single--breadcrumb li.breadcrumb-item {
    color: #41D475;
}

.inquary--seo--form > form {
    max-width: 100%;
    padding: 0px !important;
}

.inquary--seo--form {
    max-width: 460px;
    margin-left: auto;
}

.inquary--seo--form h4.heading--form {
    font-size: clamp(18px,2vw,24px);
    text-align: center;
}

.inquary--seo--form > form input, .inquary--seo--form > form textarea {
    background-color: rgb(255 255 255 / 20%);
    border: none;
    border-radius: 5px !important;
}

.inquary--seo--form > form input {
    min-height: 50px;
}

.inquary--seo--form > form textarea {
    min-height: 105px;
}

.inquary--seo--form > form input[type="submit"] {
    background: #41D475;
    color: #000;
    margin-top: 10px !important;
}

.inquary--seo--form > form input::placeholder, .inquary--seo--form > form textarea::placeholder {
    color: #D4D4D4;
}

.found--img {
    max-width: 250px;
    width: 100%;
    margin-left: 50px;
    margin-top: -20px;
}
/* 
.services--tab--container {
    padding-bottom: 0px;
} */

.seo--tab--image {
    max-width: 470px;
}

.services--tabs {
	display: flex;
}

.services--tabs .tab-content {
	background-color: #000;
	color: #fff;
	padding-left: 38px;
}


.services--tabs .tab-pane h2 {
	font-weight: 700;
	font-size: clamp(35px, 4vw, 60px);
	margin-bottom: clamp(15px, 2vw, 30px);
}

.services--tabs .tab-pane p {
	color: #D4D4D4;
}


.services--tabs .nav-pills .nav-link {
	min-height: 90px;
	font-size: 20px;
	background: #2E2E2E;
	border-radius: 0px;
	width: 100%;
	color: #fff;
	line-height: normal;
	letter-spacing: 0;
	font-family: 'Syne-Medium';
}

.services--tabs .nav-pills {
	max-width: 240px;
	width: 100%;
	gap: 5px;
}

.services--tabs .nav-pills .nav-link:first-child {
	border-radius: 20px 20px 0px 0px;
}

.services--tabs .nav-pills .nav-link:last-child {
	border-radius: 0px 0px 20px 20px;
}

.services--tabs .nav-pills .nav-link.active {
	background: #41D475;
	letter-spacing: 0;
	transform: none;
}

.playbook--grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

.playbookheaderimg {
    max-width: 350px;
    margin: 0 auto;
}

.playbook--grid > .playbook--item {
    background: rgb(255 255 255 / 10%);
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 25px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.playbook--grid > .playbook--item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #000000 0%, #41D475 141.45%);
    z-index: -1;
    opacity: 0;
     transition: 0.3s;
}
.playbook--grid > .playbook--item:hover:before {
    opacity: 1;
     transition: 0.3s;
}
.playbook--grid > .playbook--item:hover > p {
    color: #fff;
}
.playbook--grid > .playbook--item > .playbook--item--icon {
    width: 80px;
    aspect-ratio: 1 / 1;
    padding: 15px;
    border-radius: 15px;
    background: rgb(255 255 255 / 20%);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.playbook--grid > .playbook--item > .playbook--item--icon > img {
    width: 100%;
}

.playbook--grid > .playbook--item > h5 {
    color: #fff;
    font-size: clamp(20px,3vw,28px);
    max-width: 80%;
    width: 100%;
}

.playbook--grid > .playbook--item > p {
    color: #D4D4D4;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 20px;
}

.why--choose {
    background: rgb(255 255 255 / 10%);
}

.why--grid--box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 50px;
}

.why--grid--box > .why--grid--item {
    background: rgb(255 255 255 / 10%);
    padding: 10px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: 0.3s;
}

.why--grid--box > .why--grid--item > .inner--why--item {
    padding: 20px;
    background: rgb(0 0 0 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 15px;
    transition: 0.3s;
    height: 100%;
}

.why--grid--box > .why--grid--item > .inner--why--item > .why--item--icon {
    width: 80px;
    aspect-ratio: 1 / 1;
    padding: 15px;
    border-radius: 15px;
    background: rgb(255 255 255 / 20%);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why--grid--box > .why--grid--item > .inner--why--item > .why--item--icon > img {
    width: 100%;
}

.why--grid--box > .why--grid--item > .inner--why--item > h3 {
    color: #fff;
    font-size: clamp(20px, 3vw, 28px);
    max-width: 80%;
    width: 100%;
}

.why--grid--box > .why--grid--item > .inner--why--item > p {
    color: #fff;
    margin-bottom: 0px;
}

.why--grid--box > .why--grid--item:hover {
    border: 1px solid rgb(65 212 117 / 50%);
    box-shadow: 0px 2px 10px 0px rgb(65 212 117 / 70%);
}

.why--grid--box > .why--grid--item:hover .inner--why--item {
    border: 1px solid rgb(65 212 117);
}

.single--case--study .owl-stage > .owl-item {
}

.single--case--study .owl-stage > .owl-item > .item > img {
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.single--case--study .owl-stage > .owl-item > .item {
    position: relative;
    height: 100%;
    /* min-height: 415px; */
}

.single--case--study {
    margin-top: 50px;
}

.single--case--study .owl-dots {
    margin-top: 40px !important;
}

.single--case--study.owl-theme .owl-dots > button.owl-dot > span {
    background: #393939 !important;
}


.single--case--study.owl-theme .owl-dots > button.owl-dot.active > span {
    background: #41D475 !important;
}

.single--case--study.owl-theme .owl-dots > button.owl-dot {
    margin: 0;
}

.single--case--study .owl-stage > .owl-item > .item > .v-center {
    z-index: 1;
    position: relative;
    margin-top: auto;
    width: 100%;
    min-height: 415px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 93.05%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 35px 30px;
}

.single--case--study .owl-stage > .owl-item > .item > .v-center > h3 {
    font-size: 32px;
}

.single--case--study .owl-stage > .owl-item > .item > .v-center > p {
    margin-bottom: 0px;
}

.Growth_Potential {
    background: #41D475 !important;
}

.blog--single--container .owl-dots {
    margin-top: 40px !important;
}

.blog--single--container .owl-dots > .owl-dot.active > span {
    background: #41D475 !important;
}

.blog--single--container .owl-dots > .owl-dot > span {
    background: #393939 !important;
}

.bottom--cta--section {
    background: #41D475;
}

.bottom--cta--section > .container > .row {
    min-height: 216px;
}

.bottom--cta--section h4 {
    color: #000;
    font-size: clamp(24px,3vw,36px);
}

.bottom--cta--section h4 > a {
    text-decoration: underline !important;
    color: #000;
}

@media(max-width:1400px){
    .services--tabs .nav-pills .nav-link {
    min-height: 80px;
    }
}

@media(max-width:1200px){
    .services--tabs .nav-pills .nav-link {
    min-height: 60px;
    }
}

@media(max-width:992px){
    .playbook--grid {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media(max-width:768px){
    .bottom--cta--section > .container > .row{
        min-height: auto;
    }
    .single--breadcrumb{
        display: none;
    }
    .sub--heading--service {
        font-size: 16px;
    }
    .heading--common {
        font-size: 2rem !important;
    }
    .services--tabs .tab-pane h2 {
        font-size: 2rem;
        display: none;
    }
    .py--50 {
        padding: 30px 0px;
    }

    .service-banner .owl-carousel-serviceclogos .owl-stage > .owl-item img {
        max-width: 90px;
        width: 100%;
    }
    .services--tabs {
        flex-direction: column;
    }
    .services--tabs .nav-pills {
        max-width: 100%;
        flex-direction: row !important;
    }

    .services--tabs {
        flex-direction: column;
    }

    .services--tabs .nav-pills {
        max-width: 100%;
        flex-direction: row !important;
        flex-wrap: nowrap;
        overflow: auto;
        margin-bottom: 35px;
    }

    .services--tabs .nav-pills .nav-link {
        max-width: fit-content;
        min-height: 50px;
        min-width: 150px;
        padding: 5px 15px;
        white-space: nowrap;
        font-size: 14px;
    }

    .services--tabs .nav-pills .nav-link:first-child {border-radius: 15px 0px 0px 15px;}

    .services--tabs .nav-pills .nav-link:last-child {
        border-radius: 0px 15px 15px 0px;
    }

    .services--tabs .tab-content > .tab-pane > .row {
        flex-direction: column-reverse;
        row-gap: 35px;
    }
    .services--tabs .tab-content {
        padding-left: 0;
    }
     .playbook--grid, .why--grid--box {
        grid-template-columns: 1fr !important;
    }

    .why--grid--box > .why--grid--item > .inner--why--item {
        padding: 10px;
    }

    .why--grid--box > .why--grid--item > .inner--why--item > .why--item--icon, .playbook--grid > .playbook--item > .playbook--item--icon {
        width: 60px;
        padding: 10px;
    }

    .playbook--grid > .playbook--item > h5 {
        max-width: 100%;
    }
    .why--grid--box {
        margin-top: 25px;
    }
    .single--case--study .owl-stage > .owl-item > .item > .v-center {
        padding: 15px;
        min-height: 300px;
    }

    .single--case--study .owl-stage > .owl-item > .item > .v-center > h3 {
        font-size: 24px;
    }
    .annoucment--section {
        padding: 15px 0px;
    }
}