@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

body {
    background: #FFF8EB;
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 160% */
}


.parent-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header-sec {
    background: #2A200F;
    border-radius: 0px 0px 20px 20px;
    padding: 8px 0 8px;
}

.top-header-main a {
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

span.hightlighted-line {
    width: 1px;
    height: 18px;
    background: #DD4E0A;
    display: inline-flex;
    align-items: anchor-center;
}

.top-header-main {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.social-top-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.parentBtns {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.right-cta {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.cta-btn {
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
}

.custom-btn.orange-btn {
    background: #DD4E0A;
}

.custom-btn {
    color: #FFF;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 5px;
    padding: 5px 5px 5px 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-box {
    background: #FFFFFF;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

header .nav-link {
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 10px;
    padding: 0 0;
}

.heading-1 {
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px #db4b1d;
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 70%;
    margin: auto;
    border-radius: 15px;
}

p {
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.hero-content .parentBtns {
    justify-content: center;
    gap: 2rem;
    margin: 1.8rem 0 1.8rem;
}

.parent-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    z-index: -1;
}

.parent-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px);
}

.hero {
    position: relative;
    z-index: 0;
    height: 75vh;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.hero:before {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 57%) 0%;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}

.tags {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tags.white * {
    color: #FFF;
}

.tags {
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.white {
    color: white;
}

.parent-hero-reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: start;
}

.parent-hero-reviews * {
    color: white;
    color: #FFF;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: capitalize;
}

span.number-counts {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: #DD4E0A;
    border-radius: 212px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

span.highlighted-reviews {
    color: #DD4E0A;
}

.hero-content:before {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    content: "";
    overflow: hidden;
    border-radius: 10px;
}

.hero-content p {
    text-shadow: 0 2px 6px #db4b1d;
}


/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    height: auto !important;
    left: 0;
    right: 0;
    top: 67px;
    background: linear-gradient(180deg, #FFF8EB 0%, #FFF8EB 100%);
    padding: 10px 10px 6px !important;
    transition: all ease .7s;
    z-index: 1;
    border-color: #2a2010;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .dropdown .nav-link {
    width: 100%;
    text-align: start;
    /* height: 100%; */
    transition: all ease .7s;
    justify-content: center;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    color: black;
    font-style: normal;
    font-weight: 400;
    font-family: Poppins;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: #DD4E0A;
    color: white;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
    transition: all ease .7s;
}

header .dropdown-item {
    border: 1px solid #2A200F;
    margin: 4px auto;
    padding: 8px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 8px;
}

header#header.fixed .navbar-toggler {
    /* border-color: white; */
    /* filter: brightness(0) invert(1); */
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: #f37838;
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: #f37838;
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.form-wrap form ul.fields li button:hover {
    /* color: white; */
    background: #f37838;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

header .container {
    position: relative;
    z-index: 99999;
}

.navbar-expand-lg .navbar-nav {
    /* margin-right: 1.5rem; */
    /* gap: 1rem; */
}

header#header.fixed {
    /* position: static; */
    top: 5px;
    transition: all ease-in-out .7s;
    left: 0;
    right: 0;
    z-index: 9999999;
    margin-top: 0;
}

header#header.fixed nav.navbar .container {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    padding: 0px 10px;
    border-radius: 10px;
}

header#header.fixed nav.navbar .nav-link {
    color: white;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: #DA6A2F;
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

header#header.fixed .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 80px;
}

header#header.fixed a.navbar-brand img {
    filter: brightness(0) invert(1);
}

header#header.fixed nav.navbar .nav-link.active {
    background: linear-gradient(270deg, #f90 0%, #f90 100%);
}

header#header.fixed nav.navbar .custom-btn.green-btn {
    background: black;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu li.nav-item {
    margin-bottom: 4px;
}

header .nav-link {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: underline;
    text-decoration-color: transparent;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    justify-content: start;
    margin: 4px auto;
    padding: 10px 12px;
}

header#header.fixed .custom-btn {
    background: white;
    color: black;
}

header#header.fixed .transparent-btn img {
    filter: brightness(0) invert(1);
}

header#header.fixed .transparent-btn {
    color: white;
}

/* menu */


/* about sec  */
.py {
    padding: 5rem 0;
}

.right-side-about-company {
    position: relative;
    z-index: 0;
}

figure.about-left-figure {
    position: absolute;
    right: 0;
    top: 60px;
}

ul.quality-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1.5rem 0 1.5rem;
}

ul.quality-list li figure {
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul.quality-list li figure {
    width: 90%;
}

ul.quality-list li figure figcaption {
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

ul.list-style {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    list-style-image: url('../images/arrow-tick.png');
    padding: 0rem 0rem 0rem 24px;
}

ul.list-style li {
    width: 100%;
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    text-transform: capitalize;
    padding-left: 10px;
}

figure {
    margin: 0;
}

.parent-list-style {
    margin: 1.3rem 0 1.5rem;
}

.custom-btn.transparent-btn {
    border: 1px solid #DD4E0A;
    color: black;
}

.btn-box.white-transparent {
    border: 1px solid #ffffff;
    background: transparent;
}

header .nav-link.active,
header .nav-link:hover {
    /* font-weight: 700; */
    color: #DD4E0A!important;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-decoration-color: #DD4E0A;
}

.about-company {
    background-image: url('../images/textured-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    /* background-attachment: fixed; */
}

figure.about-right-figure {
    position: relative;
    z-index: 0;
}

figure.about-right-figure:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    background: transparent;
    border: 2px solid #DD4E0A;
    height: 90%;
    width: 60%;
    z-index: -1;
}

figure.about-right-figure:after {
    content: "";
    position: absolute;
    top: 38px;
    right: 10px;
    background: transparent;
    border: 2px solid #DD4E0B;
    height: 84%;
    width: 60%;
    z-index: -1;
}

figure.about-right-figure img {
    background: #DD4E0A;
    padding-left: 10px;
    border-radius: 6px;
}

.heading-2 {
    /* color: #000; */
    font-family: Quicksand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}


/* services-we-offer-sec  */
.services-we-offer-content .heading-3 {
    margin: 10px 0px 5px;
}

.divided-row {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 0 2rem;
}

.parent-navbar-generic {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 2rem;
    height: 50px;
    align-items: end;
}

.parent-navbar-generic .swiper-button-next {
    position: static;
}

.parent-navbar-generic .swiper-button-prev {
    position: static;
    transition: all ease .3s;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev) {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0px solid #fff;
    outline: 0px dashed #232F3E;
    transition: all ease .3s;
    border-radius: 5px;
    border: 0px solid #F90;
    display: flex;
    background: #DD4E0A;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 18px;
    color: white;
    font-weight: 600;
}

.testi-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 9;
}

.services-we-offer-sec {
    background: #2A200F;
}

.services-we-offer-card {
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0rem 0 2rem;
    height: 420px;
}

.heading-2-1 {
    color: #FFF;
    font-family: Quicksand;
    font-size: 27.033px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.services-we-offer-card:before {
    position: absolute;
    content: "";
    inset: 0;
    width: 100%;
    height: 96%;
    background: transparent;
    z-index: -1;
    border-top: 1px solid #DD4E0A;
    border-bottom: 1px solid #DD4E0A;
    top: 17px;
}

a.services-arrow-orange {
    background: #FFFFFF;
    width: 48.659px;
    height: 48.659px;
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

figure.icon-services {
    display: inline-block;
    background: #2A200F;
    padding: 3px;
}

.services-we-offer-card:after {
    position: absolute;
    content: "";
    inset: 0;
    width: 80%;
    height: 403px;
    background: transparent;
    z-index: -1;
    border-right: 1px solid #DD4E0A;
    border-left: 1px solid #DD4E0A;
    top: 16px;
    margin: auto;
}

figure.slider-tiles-body img {
    object-fit: cover;
    width: 100%;
}

.services-offer-footer {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
}

.services-we-offer-slider .swiper-slide.swiper-slide-active a.services-arrow-orange {
    background: #DD4E0A;
}

.services-we-offer-slider .swiper-slide.swiper-slide-active a.services-arrow-orange img {
    filter: brightness(0) invert(1);
}

.btn-box.white-transparent img {
    filter: brightness(0) invert(1);
}

.custom-btn.transparent-black {
    border: 1px solid #DD4E0A;
    color: black;
}

.custom-btn.transparent-black .btn-box.white-transparent {
    border-color: #DD4E0A;
}

.custom-btn.transparent-black .btn-box.white-transparent img {
    filter: none;
}

.custom-btn.transparent-white {
    border: 1px solid #DD4E0A;
}

.custom-btn.transparent-white .btn-box.white-transparent {
    border-color: #DD4E0A;
}

.custom-btn.transparent-white .btn-box.white-transparent img {
    filter: none;
}

.services-we-offer-sec .parentBtns.justify-content-center {
    margin: 2rem 0 0;
}

/* services-we-offer-sec  */


/* before after */

.reusable-slider {
    position: relative;
    /* width: 100%; */
    height: 345px;
    /* default height, can be overridden inline or via parent */
    overflow: hidden;
    user-select: none;
    touch-action: none;
    box-sizing: border-box;
    border-radius: 6px;
}

/* Both images absolutely fill container */
.reusable-slider .before-image,
.reusable-slider .after-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.reusable-slider .before-image img,
.reusable-slider .after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* like background-size: cover */
    display: block;
}

/* Text labels (optional) */
.reusable-slider .before-text,
.reusable-slider .after-text {
    position: absolute;
    left: 12px;
    top: 12px;
    background: rgba(0, 0, 0, 0.45);
    color: white;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 6;
}

/* Ensure the after-image sits above before-image but is clipped by width */
.reusable-slider .after-image {
    z-index: 3;
    /* We'll clip using clip-path (updated in JS) */
    clip-path: inset(0 50% 0 0);
    transition: clip-path 0.08s linear;
}

/* The visual dividing line + svg */
.reusable-slider .slider-line {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    transform: translateX(-1px);
    z-index: 5;
    pointer-events: auto;
    /* we allow pointer events on the line for dragging */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* make the line visible (thin) */
.reusable-slider .slider-line::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    background: rgb(0 0 0 / 95%);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

/* circular handle (visual) */
.reusable-slider .slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 4px solid white;
    background: transparent;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    z-index: 7;
    cursor: grab;
    transition: left 0.25s ease;
}

/* arrows inside handle using pseudo elements */
.reusable-slider .slider-handle::before,
.reusable-slider .slider-handle::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px inset transparent;
}

.reusable-slider .slider-handle::before {
    border-right: 6px solid white;
    left: 12px;
}

.reusable-slider .slider-handle::after {
    border-left: 6px solid white;
    right: 12px;
}

/* pressed/dragging state */
.reusable-slider .slider-handle.dragging {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(0.98);
    transition: none;
}

/* Focus outline for accessibility */
.reusable-slider .slider-handle:focus {
    outline: none;
    box-shadow: 0 0 0 6px rgba(0, 123, 255, 0.12);
}

/* smaller devices: reduce size */
@media (max-width: 480px) {
    .reusable-slider .slider-handle {
        height: 42px;
        width: 42px;
        border-width: 3px;
    }
}

.reusable-slider .after-text {
    right: 10px;
    left: unset;
    z-index: 9999;
    opacity: 1;
    background: red;
}

.our-project {
    background-image: url('../images/cracked-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

.vertical_slider.custom-slider {
    background: #2A200F;
}









.vertical_slider .swiper {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    /* mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%); */
    /* -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 5%, #000 0%, transparent 100%); */
}

.vertical_slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.vertical_slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vertical_slider_parent {
    height: 630px;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.vertical_slider {
    background-color: #370437;
    /* padding: 4rem 0; */
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.vertical_slider_heading .heading-2 {
    font-size: 3rem;
    color: white;
}

.vertical_slider_heading {
    text-align: center;
}

.vertical_slider_heading .para {
    color: white;
    width: 50%;
    margin: auto;
}

.vertical_slider .swiper-slide.swiper-slide-active {
    position: relative;
    z-index: 0;
    transition: all ease 2s;
}


.vertical_slider .swiper-autoheight,
.vertical_slider .swiper-autoheight .swiper-slide {
    height: 100px;
}


.vertical_slider .swiper-slide:before {
    /* content: ""; */
    /* position: absolute; */
    /* z-index: -1; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* background-image: url('demo-digital-agency-highlight-separator.png'); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-position-x: center; */
    /* background-size: contain; */
    /* height: 100%; */
    /* width: 100px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-self: center; */
    /* opacity: 0; */
    /* transform: translateY(70px); */
    /* transition: all ease 1s; */
}

.vertical_slider .swiper-slide.swiper-slide-active:before {
    /* content: ""; */
    /* position: absolute; */
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background-image: url('../images/demo-digital-agency-highlight-separator.png');
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-position-x: center; */
    /* background-size: contain; */
    /* height: 200px; */
    /* width: 200px; */
    /* display: flex; */
    /* align-items: center; */
    justify-self: center;
    /* opacity: 1; */
    /* transform: translateY(-90px); */
    transition: all ease 1s;
}

.vertical_slider h6 {
    font-size: 26px;
    font-weight: 400;
    transition: all ease 1s;
}


.vertical_slider .swiper-slide.swiper-slide.swiper-slide-prev h6 {
    transform: scale(1.0);
    transition: all ease 1s;

}

.vertical_slider .swiper-slide.swiper-slide.swiper-slide-active h6 {
    transform: scale(1.7);
    transition: all ease 1s;
}

.vertical_slider .swiper-slide.swiper-slide.swiper-slide-next h6 {
    transform: scale(1.3);
    transition: all ease 1s;

}

.bottom-layer:before {
    position: absolute;
    z-index: 1;
    bottom: 160px;
    /* box-shadow: 0 180px 80px #2a2a2ab0; */
    width: 100%;
    height: 150px;
    content: "";
    left: 0;
    right: 0;
}

.vertical_marque_parent h3 {
    font-size: 2rem;
    margin: 0;
    font-size: 22px;
    color: rgb(18, 13, 34);
    font-weight: bold;
    line-height: 1.318;
}

.vertical_marque_parent {
    padding: 2rem 0;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider .swiper-slide {
    text-align: start;
    display: contents;
    margin: 30px 0px 30px;
    height: 59px !important;
    margin-bottom: 0px !important;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider .swiper-slide h3 {
    font-size: 22px !important;
    margin-bottom: -9px;
    color: #120d22;
    font-weight: 600;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider .swiper-slide p {
    color: 655d7f;
    font-size: 15px;
    margin-bottom: 23px !important;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider .vertical_slider_parent {
    height: 704px;
    padding-top: 17px;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider .swiper-slide.swiper-slide-active:before {
    display: none;
}

section.overflow-hidden.vertical_marque_grand_parent.sec-2.vertical_slider {
    background: transparent;
}

.vertical_slider_card {
    background: white;
    display: flex;
    align-items: start;
    padding: 1rem 1rem 1rem 1rem;
    gap: 8px;
    margin: 1rem 0;
    width: 100%;
    border-radius: 5px;
    width: 420px;
    height: 135px;
    flex-shrink: 0;
    border-radius: 8px;
}

.heading-3 {
    /* color: #000; */
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.vertical_slider_card p {
    color: black;
    margin: 0;
}

.vertical_slider_content {
    text-align: start;
}

.vertical_slider .swiper-slide:nth-child(odd) .vertical_slider_card {
    margin-right: auto;
}

.vertical_slider .swiper-slide:nth-child(even) .vertical_slider_card {
    margin-left: auto;
}

.vertical_slider_icon {
    width: 20%;
}

.vertical_slider .swiper:before {
    background-image: url('../images/string.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 90%;
    width: 90%;
    margin: auto;
    background-position: center;
    content: "";
    position: absolute;
    top: 40px;
}

.testimonials-sec {
    background-image: url('../images/cracked-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    /* background-attachment: fixed; */
}

.testimonials-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 1.5rem;
    position: relative;
    z-index: 0;
    padding-top: 0;
}

.testi-header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    height: 110px;
    width: 70%;
    margin-left: auto;
}

.client-details-parent {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #db4b1d;
    padding: 0 0 14px;
}

figure.client-profile {
    position: absolute;
    left: 0;
    top: -12px;
}

.testimonials-slider {
    padding: 14px 10px;
}

.faq-sec {
    background-image: url('../images/faq-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.main-heading.centered {
    text-align: center;
    margin-bottom: 3rem;
}

.main-heading.centered .tags {
    justify-content: center;
}

/* faqs-sec css */
.faqs-sec {
    background: #FFE8C4;
}

.accordion-item:last-of-type .accordion-body {
    padding-top: 0rem;
}

.accordion-button {
    color: #000 !important;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.accordion-button:focus {
    box-shadow: none;
    background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0);
}

.accordion-body {
    padding-top: 0;
    color: #000;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}

.accordion-item {
    margin-bottom: 1rem;
    overflow: hidden;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.video-faq-parent {
    height: 342px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.video-faq-parent video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

/* faqs-sec css */

/* our specialist */
.our-specialists-card {
    text-align: center;
}

.our-specialists-sec {
    background-image: url('../images/cracked-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    /* background-attachment: fixed; */
}

figure.specialists-profile img {
    width: 100%;
}

.specialists-details {
    margin: 10px 0 0;
}

.specialists-details .heading-3 {
    margin: 0;
}

.specialists-profile {
    border-radius: 5px;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
}

/* our specialist */

/* elite-products css */

.elite-products {
    background-image: url('../images/elite-products-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

figure.elite-products-figure {
    text-align: center;
    border: 1px solid white;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* elite-products css */

/* footer css */
footer {
    background: #2A200F;
    border-radius: 20px 20px 0px 0px;
}

.footer-link-parent a {
    color: white;
    text-decoration: none;
}

h6.footer-link-child {
    color: #FFF;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

ul.footer-anchar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parent-bottom-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.parent-bottom-footer p {
    margin: 0;
}

.parent-bottom-footer * {
    color: white;
    text-decoration: none;
}

.bottom-footer {
    border-top: 1px solid #574B37;
    padding: 10px 0;
    margin: 2.5rem 0 0;
}

ul.footer-anchar-list li {
    margin: 0 0 10px;
}

.cta-card-parent {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cta-contact-details a {
    display: block;
    color: white;
    text-decoration: none;
}

.cta-contact-details .heading-3 {
    margin: 0;
    color: white;
}

.cta-card-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.top-footer-cta {
    border-bottom: 1px solid #574B37;
    padding: 2.5rem 0 2.5rem;
    margin: 0 0 2.5rem;
}

figure.footr-logo {
    margin: 0 0 1rem;
}


.email-subscribe input {
    border-radius: 6px 0px 0px 6px;
    display: flex;
    width: 100%;
    height: 62px;
    padding: 16.5px 65.2px 16.5px 15px;
    justify-content: center;
    align-items: center;
    border: 0px solid #F90;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    background-color: #F8F8EE;
    color: black !important;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0 0 15px;
    width: 100%;
    flex-shrink: 0;
}

.email-subscribe form {
    position: relative;
    z-index: 0;
}

.email-subscribe form button.btn.btn-primary {
    position: absolute;
    right: 9px;
    top: 8px;
    background: #000;
    border-radius: 8px;
    border: 0;
    height: 47px;
    padding: 0 14px;
}

.email-subscribe {
    margin: 1rem 0 0;
}

.email-subscribe label.form-check-label {
    color: rgba(255, 255, 255, 0.60);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.email-subscribe label.form-check-label a {
    color: #FFF;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-left: 4px;
}

.footer-link-parent.contact-us-details ul.footer-anchar-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

span.post-img {
    display: inline-block;
}


ul.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1.5rem 0 0;
}

ul.list-contact.contact-us li span.cta-icon {
    width: 24px;
}

ul.list-contact.contact-us li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

ul.list-contact.contact-us li a {
    width: 100%;
    margin: 0;
    line-height: normal;
}

ul.list-anchars li {
    margin-bottom: 12px;
}

/* inner-banner css */
.inner-banner {
    background-image: url('../images/inner-banner-bg.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7rem 0 7rem;
}

.inner-banner .hero-content .parentBtns {
    margin-bottom: 0;
}

/* inner-banner css */

/* inner about section */
.rating-parents {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 0rem;
    padding: 10px 14px;
    position: absolute;
    top: -10px;
    left: -25px;
    width: 240px;
}

.reviews-rating {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

span.rating-numbers {
    color: #DD4E0A;
    font-family: Quicksand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 125% */
    text-transform: capitalize;
}

span.from-google-business {
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 100% */
    text-transform: capitalize;
}

span.review-numbers {
    color: #000;
    font-family: Quicksand;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.left-side-about-company {
    position: relative;
    z-index: 0;
}

.right-side-rating {
    display: inline-block;
    border-left: 1px solid #00000099;
    padding-left: 6px;
    margin-left: 6px;
}

figure.inner-about-company-figure {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
}

.experience-card {
    border-radius: 5px;
    background: #DD4E0A;
    width: 207px;
    height: 129px;
    flex-shrink: 0;
    position: absolute;
    bottom: -25px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.years-experience-content {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: Quicksand;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.years-exp {
    color: #FFF;
    font-family: Quicksand;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
}

/* inner about section */

/* services-include-card css */
.services-include-card {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 18px;
    text-align: center;
    height: 360px;
    flex-shrink: 0;
}

span.services-card-number {
    color: #DD4E0A;
    font-family: Quicksand;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    text-transform: capitalize;
    opacity: 0.2;
}

.services-include-card p {
    height: 240px;
    margin: 0;
    overflow-y: auto;
}

.services-include-slider {
    padding: 12px 10px;
}

.services-include {
    background-image: url('../images/services-include-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

/* services-include-card css */

/* our-latest-project-card css */
.our-latest-project-card {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    overflow: hidden;
}

.our-latest-project-card .project-details {
    position: absolute;
    bottom: 0;
    left: 14px;
    opacity: 0;
    transition: all ease-in-out .5s;
    z-index: 1;
}

.project-details .heading-3 {
    display: block;
    margin: 0px 0 14px;
}

figure.project-img img {
    width: 100%;
}

.ghostwriting-solutions-slider {
    height: 665px;
}

.our-latest-project.orange-bg {
    background-image: url('../images/our-latest-project-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

.our-latest-project-card.active,
.our-latest-project-card:hover {
    /* Add any styles you want for the active card container */
}

.our-latest-project-card.active:before,
.our-latest-project-card:hover:before {
    height: 100%;
    transition: all ease .5s;
    opacity: 1;
    background: linear-gradient(0deg, rgba(42, 32, 15, 0.60) 0%, rgba(42, 32, 15, 0.60) 100%);
}

.our-latest-project-card.active .project-details,
.our-latest-project-card:hover .project-details {
    opacity: 1;
    bottom: 16px;
    transition: all ease-in-out .5s;
}

.our-latest-project-card.active figure.project-img,
.our-latest-project-card:hover figure.project-img {
    transform: scale(1.1);
    transition: all ease .5s;
}

.our-latest-project-card:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    z-index: 1;
    width: 100%;
    height: 0%;
    transition: all ease .5s;
    background: linear-gradient(0deg, rgba(42, 32, 15, 0.60) 0%, rgba(42, 32, 15, 0.60) 100%);
}

.our-latest-project-card figure.project-img {
    transition: all ease .5s;
}

.black {
    color: black;
}

.vertical_slider_card p {
    height: 74px;
    overflow-x: auto;
}

p.clients-reviews {
    height: 120px;
    overflow-y: auto;
    padding: 0 10px 0px 0px;
}


span.slidernumbers {
    color: #DD4E0A;
    font-family: Quicksand;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    right: 10px;
    top: 1px;
}

.vertical_slider_card {
    position: relative;
    z-index: 0;
}

/* our-latest-project-card css */