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

:root {
    --main-bg-color: #F7941D;
    --slide-bg: #FCDDB7;
    --main-font: 'Arial, sans-serif';
    --hover-color: #ffb151;
    --premiumFeature: #fffaf4;

    --aboutUs-BG: #FCDDB7;
    --formInputsBG: #FB9C2B36;
    --formDivBG: #fbecdb;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

.mainBG {
    background-color: var(--main-bg-color);
}

.buttonOutline {
    border-color: var(--main-bg-color);
    border: solid 1px;
}

.buttonOutline:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}

.slideBG {
    background-color: var(--slide-bg);
    height: 105vh;
}

.mainTextColor {
    color: var(--main-bg-color);
}

.formInputsBG {
    background-color: var(--formInputsBG);
}

.formDivBG {
    background-color: var(--formDivBG);
}

.font-50{
    font-size: 50px !important;
}

/* Social icon hover animation */
.top-bar-section .social-icon i {
    transition: transform 0.3s, color 0.3s;
}

.top-bar-section .social-icon:hover i {
    transform: scale(1.2) rotate(-10deg);
    color: #292927;
}

@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Custom hover underline animation for nav-link */
.nav-link.custom-hover {
    position: relative;
    overflow: hidden;
}

.nav-link.custom-hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: var(--main-bg-color);
    transition: width 0.3s ease;
}

.nav-link.custom-hover:hover::after,
.nav-link.custom-hover.active::after {
    width: 100%;
}

.fw-500 {
    font-weight: 500;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

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

.sliderHeading {
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    z-index: 9;
}

.serviceDetailHeading {
    font-size: 40px;
    /* line-height: 100%; */
    letter-spacing: 0%;
    background: linear-gradient(90deg, rgba(255, 143, 7, 1) 0%, rgba(255, 141, 5, 1) 35%, rgba(0, 0, 0, 1) 67%, rgba(0, 0, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buttonWidth {
    width: fit-content;
}

.sliderButton:hover {
    background-color: var(--hover-color);
    box-shadow: 2px 3px 5px 0px #686868;
}

.headBackImg {
    width: 330px;
    height: 55px;
    rotate: -2.79deg;
    position: absolute;
    bottom: -0.3rem;
    left: -1rem;
}

.headBackImgCenter {
    width: 400px;
    height: 60px;
    rotate: -2.79deg;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.headBackImgCenter1 {
    width: 46%;
    height: 40px;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.headBackImgCenter_2 {
    height: 60px;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.contactBackImgCenter_2 {
    height: 60px;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}

.headBackImgCenter_3 {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 54%;
}

.headBackImgCenter_4 {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
}

.headBackImgCenter_5 {
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}

.headBackImgCenter_7 {
    position: absolute;
    bottom: -0.5rem;
    left: 28%;
    transform: translateX(-50%);
    width: 60%;
    z-index: -1;
}

.headBackImgCenter_8 {
    position: absolute;
    bottom: -0.5rem;
    transform: translateX(-50%);
    width: 60%;
    z-index: -1;
}

.headBackImgCenter_9 {
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 20%;
    height: 40px;
}

.headBackImgCenter_10 {
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 75%;
    height: 40px;
    z-index: 1;
}

.headBackImgCenter_11 {
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 65%;
    height: 40px;
    z-index: 1;
}

.sliderSubHeading {
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.borderCustom {
    border: solid 1px #000000;
}

.countDiv {
    position: relative;
    top: 0.8rem;
    background-color: var(--slide-bg);
    z-index: 9;
    max-width: fit-content;
    margin: 0 auto;
}

.slideImage {
    border-radius: 10rem 0 0 10rem;
    position: absolute;
    right: 0;
    top: 40%;
    width: 40%;
    height: 70%;
}

.slideImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10rem 0 0 10rem;
}

.phone-frame {
    height: 550px;
    background-color: #fff;
    border-radius: 40px;
    overflow: hidden;
    border: 6px solid #f58220;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.slides-wrapper {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.slider-container {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    flex: 0 0 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bottom-nav {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.nav-btn {
    width: 40px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
    opacity: 0.5;
    transition: 0.3s;
}

.nav-btn.active {
    background-color: #333;
    opacity: 1;
}

/* Client Carosel slider */

.clientCarousel-container {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 20px 0;
}

.clientCarousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.clientCarousel-item {
    flex: 0 0 16.66%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clientCarousel-item img {
    max-width: 100px;
    height: auto;
    transition: transform 0.3s;
}

.clientCarousel-item img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .clientCarousel-item {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 480px) {
    .clientCarousel-item {
        flex: 0 0 50%;
    }
}

.pricingPlansHeadBackImg {
    height: 40px;
    position: absolute;
    bottom: -0.5rem;
    transform: translateX(-50%);
    width: 230px;
}

.pricingPlansHeadBackImg_2 {
    position: absolute;
    bottom: -1rem;
    transform: translateX(-50%);
    width: 40%;
    height: 40px;
}

/* Premium Feature */
.premiumBG {
    background-color: var(--premiumFeature);
}

.premiumIconCircle {
    width: 100px;
    height: 100px;
    background-color: var(--main-bg-color);
}

.headBack_4_alignment {
    top: 60%;
    width: 110px;
}

.headBack_5_alignment {
    top: 5%;
    right: 0;
    width: 110px;
}

.headBack_6_alignment {
    bottom: 0;
    right: 0;
    width: 110px;
}

.headBack_7_alignment {
    bottom: 0;
    right: 0;
    width: 110px;
}

.headBack_8_alignment {
    top: 0;
    left: 0;
    width: 100px;
    z-index: 9;
}

.premiumCard {
    width: 90%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.premiumCard:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.5s ease !important;
    background-color: #fff !important;
}

.premiumCard:hover .premiumIconCircle i {
    transition: color 0.5s ease, transform 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
}

.certificationHeading {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0%;
    z-index: 9;
}

.verifyPera {
    width: 86%;
    margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
    height: 30px;
    width: 30px;
    top: 30%;
    background: var(--main-bg-color);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1rem;
    height: 1rem;
}

.growCard {
    background-color: var(--premiumFeature);
    width: 95%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.growCard:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff;
}

.growCard:hover .growIconCircle {
    transition: background-color 0.5s ease;
    border-radius: 50% !important;
}

.growCard:hover .growIconCircle i {
    color: var(--main-bg-color);
    transition: color 0.5s ease;
}

/* Services */
.growCardServices {
    background-color: var(--premiumFeature);
    width: 95%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.growCardServices:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff;
}

.growCardServices:hover .growIconCircle {
    transition: background-color 0.5s ease;
    border-radius: 50% !important;
    background-color: var(--main-bg-color);
}

.growCardServices:hover .growIconCircle i {
    color: #fff;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
    transition: color 0.5s ease;
}
/* Services */

/* About Us Page */

.growCardAboutUs {
    background-color: var(--premiumFeature);
    width: 95%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.growCardAboutUs:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    background-color: var(--main-bg-color);
}

.growCardAboutUs:hover .growIconCircle {
    transition: background-color 0.5s ease;
    border-radius: 50% !important;
    background-color: #fff;
}

.growCardAboutUs:hover .leftBorder {
    display: none;
}

.growCardAboutUs:hover .growIconCircle i {
    color: var(--main-bg-color);
    transition: color 0.5s ease;
}

.growCardAboutUs:hover h5, .growCardAboutUs:hover p {
    color: #fff !important;
}

/* About Us Page */

.growIconCircle {
    width: 120px;
    height: 120px;
    background-color: #FCEBD5;
    transition: background-color 0.5s ease;
    border-radius: 1rem;
    transition: all 0.5s ease;
}

.growIconCircle i {
    color: var(--main-bg-color);
    transition: color 0.5s ease;
}

/* Home Page Start */

.growCardHome {
    background-color: #FEF6EC;
    width: 95%;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.growCardHome:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2) !important;
    background-color: #fff;
}

.growCardHome:hover .growIconCircleHome {
    background-color: var(--main-bg-color);
    transition: background-color 0.5s ease;
    border-radius: 50% !important;
}

.growCardHome:hover .growIconCircleHome i {
    transition: color 0.5s ease, transform 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.4);
}

.growIconCircleHome {
    width: 120px;
    height: 120px;
    background-color: #FCEBD5;
    transition: background-color 0.5s ease;
    border-radius: 10%;
    transition: all 0.5s ease;
}

.growCardHome .growIconCircleHome i{
    color: var(--main-bg-color);
}

.growCardHome:hover .growIconCircleHome i{
    color: #fff;
}

.growIconCircleHome i {
    color: #fff;
    transition: color 0.5s ease;
}

/* Home Page End */

.letsWork {
    width: 80%;
}

.zIndex_9 {
    z-index: 9;
}

/* Tabs Css */

.tabs-wrapper {
    max-width: 100%;
    margin: auto;
}

.tabs-container {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 10px;
    max-width: fit-content;
    margin: auto;
    background: #fff;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.tabs-container::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
}

.tab {
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    color: #555;
    scroll-snap-align: start;
    transition: background-color 0.3s, color 0.3s;
    touch-action: pan-x;
    /* important for better horizontal swipe */
}


.tab.active {
    background-color: #FFA726;
    color: white;
}

.tab-content {
    position: relative;
    margin-top: 20px;
    background: white;
    border-radius: 10px;
    padding: 20px;
    min-height: 100px;
    overflow: hidden;
}

.content-panel {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.content-panel.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

/* Responsive Scrollbar */
.tabs-container::-webkit-scrollbar {
    height: 6px;
}

.tabs-container::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .tab {
        padding: 8px 14px;
        font-size: 14px;
    }

    .tab-content {
        padding: 15px;
    }
}

.tab-header-2 {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    border: 1px solid #ccc;
    border-radius: 999px;
    padding: 10px;
    background: #fff;
    scroll-snap-type: x mandatory;
    max-width: fit-content;
    margin: 0 auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.tab-2 {
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 999px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 500;
    color: #555;
    scroll-snap-align: start;
    transition: background-color 0.3s, color 0.3s;
}

.tab-2.active {
    background-color: #FFA726;
    color: white;
}

.tab-content-2 {
    position: relative;
    margin-top: 20px;
    padding: 20px;
    min-height: 100px;
    overflow: hidden;
}

.panel-2 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: none;
}

.panel-2.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

@media (max-width: 600px) {
    .tab-2 {
        padding: 8px 14px;
        font-size: 14px;
    }
}

/* Scial Icons */

.social-container {
    position: relative;
    width: 100%;
    height: 700px;
    margin: auto;
    background: #fff;
    overflow: hidden;
}

.icon {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #fff8f4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.5s ease;
    cursor: pointer;
    opacity: 0;
    transform: scale(0.8);
}

.icon img {
    width: 80px;
    height: 80px;
}

.icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* ✅ Icon positioning same as design */
.pinterest {
    top: 10%;
    left: 5%;
}

.x {
    top: 10%;
    left: 35%;
}

.google-business {
    top: 5%;
    right: 10%;
}

.instagram {
    top: 35%;
    left: 50%;
}

.facebook {
    top: 50%;
    left: 10%;
}

.linkedin {
    top: 35%;
    right: 5%;
}

.google {
    bottom: 10%;
    left: 35%;
}

.tiktok {
    bottom: 5%;
    right: 20%;
}

/* ✅ Animation on load */
.icon.show {
    opacity: 1;
    transform: scale(1);
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
    .icon {
        width: 100px;
        height: 100px;
    }

    .icon img {
        width: 50px;
        height: 50px;
    }

    .pinterest {
        top: 8%;
        left: 5%;
    }

    .x {
        top: 8%;
        left: 25%;
    }

    .google-business {
        top: 5%;
        right: 5%;
    }

    .instagram {
        top: 30%;
        left: 30%;
    }

    .facebook {
        top: 55%;
        left: 5%;
    }

    .linkedin {
        top: 30%;
        right: 5%;
    }

    .google {
        bottom: 8%;
        left: 25%;
    }

    .tiktok {
        bottom: 5%;
        right: 10%;
    }
}

@media (max-width: 480px) {
    .icon {
        width: 80px;
        height: 80px;
    }

    .icon img {
        width: 40px;
        height: 40px;
    }
}

/* Client Slider */

.cascade-slider_container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 25px auto;
    padding-top: 35rem;
    /* overflow-x: hidden; */
}

.cascade-slider_item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.3);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    text-align: center;
}

.cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-135%) scale(0.8);
    filter: brightness(100%);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(35%) scale(0.8);
    filter: brightness(100%);
    opacity: 1;
    z-index: 1;
}

.cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
}

.cascade-slider_arrow-left {
    left: 20px;
}

.cascade-slider_arrow-right {
    right: 20px;
}

.cascade-slider_arrow-left img {
    height: 40px;
    left: 40px;
}

.cascade-slider_arrow-right img {
    height: 40px;
    left: 40px;
}

.cascade-slider_nav {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    z-index: 5;
}

.cascade-slider_dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #4196EF;
    margin: 3px;
    transition: all 0.5s;
    background: none;
    list-style: none;
    cursor: pointer;
    border-radius: 50px;
}

.cascade-slider_dot:hover {
    background: #2c8fab;
}

.cascade-slider_dot.cur {
    background: #2c8fab;
    width: 17px;
    height: 17px;

}

/*Profile card classes*/
.cardClient {
    background-color: #fff;
    color: #243C82;
    width: 350px;
    height: auto;
    border-radius: 5px;
    transition: all 1s 0s;
    vertical-align: middle;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 2rem 1rem;
}

.photo {
    width: 150px;
    vertical-align: middle;
    display: flex;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: -4.5rem;
    left: 0;
    right: 0;
    background: var(--main-bg-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.photo img {
    width: 80px;
}

.info {
    display: inline-block;
    text-align: center;
    margin-top: 5rem;
}

.info h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.subtitle {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.content {
    font-weight: 300;
}

.button {
    transform: translateX(23px) translateY(15px);
    position: absolute;
    padding: 12px 17px;
    border-radius: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #243C82;
}

@media (min-width: 460px) and (max-width: 680px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 1s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-90%) scale(0.4);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(-10%) scale(0.4);
        filter: brightness(70%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.6);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }
}

@media (max-width: 460px) {
    .cascade-slider_item {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.3);
        transition: all 1s ease;
        opacity: 0;
        z-index: -1;
        text-align: center;
    }

    .cascade-slider_item.next {
        left: 50%;
        transform: translateY(-50%) translateX(-80%) scale(0.3);
        filter: brightness(100%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.prev {
        left: 50%;
        transform: translateY(-50%) translateX(-20%) scale(0.3);
        filter: brightness(100%);
        opacity: 1;
        z-index: 1;
    }

    .cascade-slider_item.now {
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0.5);
        opacity: 1;
        z-index: 5;
    }

    .cascade-slider_arrow-left img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_arrow-right img {
        height: 30px;
        left: 30px;
    }

    .cascade-slider_nav {
        display: none;
    }

}


/* Second Client Carusel */
.logo-carousel {
    overflow: hidden;
    width: 100%;
    background: #fff;
    padding: 20px 0;
}

.logo-track {
    display: flex;
    animation: scroll 20s linear infinite;
    width: max-content;
}

.logo-carousel:hover .logo-track {
    animation-play-state: paused;
}

.logo {
    flex: 0 0 auto;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 100%;
    height: auto;
    width: 100px;
}

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

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


/* Footer Menus */
.footerMenusDiv {
    background-color: #000000;
}

.footerMenus {
    max-width: 95%;
}

.footerMenusBorderBottom {
    height: 2px;
    background-color: #fff;
    width: 93%;
    margin: 0 auto;
}

.footerMenus h5 {
    color: var(--main-bg-color);
    font-size: 18px;
}

.footerMenus a {
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    transition: 0.3s;
}

.footerMenus a:hover,
.footerMenus_2 a:hover {
    color: var(--main-bg-color) !important;
    transition: 0.3s;
}

.footerMenusBGimage {
    position: relative;
    background-image: url(../images/footerBG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35, 35, 35, 0.70);
    z-index: 1;
}

.content {
    position: relative;
    z-index: 2;
}

.footerPeraText {
    width: 80%;
}

.mapIcon {
    z-index: 9;
    width: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.footerAllBorder {
    border: solid 1px #23232394;
}

.footerLogoBg {
    background-color: var(--main-bg-color);
    border: solid 3px #232121;
    border-radius: 5px;
    max-width: fit-content;
    padding: 10px 1rem;
    color: #000;
}

.footerBorder {
    top: 1.5rem;
    right: -1.5rem;
    height: 120px;
}

.footerBorder_2 {
    top: 1.5rem;
    right: 1rem;
    height: 120px;
}

/* animated css */

.animatedIcon_1 {
    position: absolute;
    left: 50%;
    width: 40px;
    animation: floatImage 3s ease-in-out infinite;
}

.animatedIcon_2 {
    position: absolute;
    left: 22%;
    top: 42%;
    width: 50px;
    animation: floatImage 3s ease-in-out infinite;
}

.animatedIcon_3 {
    position: absolute;
    left: 2rem;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.animatedIcon_4 {
    position: absolute;
    left: -11%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
    top: 50%;
}

.normalAnimated {
    animation: floatImage 3s ease-in-out infinite;
}

.clientAnimatedIcon {
    position: absolute;
    left: 5%;
    top: 30%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.clientAnimatedIcon2 {
    position: absolute;
    right: 10%;
    top: 30%;
    width: 40px;
    animation: floatImage 3s ease-in-out infinite;
}

.clientAnimatedIcon1 {
    position: absolute;
    left: 20%;
    top: 30%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.premiumAnimatedIcon {
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.premiumAnimatedIcon1 {
    position: absolute;
    right: 4%;
    bottom: 25%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.freeAnimatedIcon {
    position: absolute;
    left: 10%;
    top: 30%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.freeAnimatedIcon2 {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.freeAnimatedIcon3 {
    position: absolute;
    left: 5%;
    bottom: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.freeAnimatedIcon4 {
    position: absolute;
    right: 25%;
    bottom: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.growAnimatedIcon {
    position: absolute;
    top: 28%;
    left: 3%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.growAnimatedIcon1 {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 35px;
    animation: floatImage 3s ease-in-out infinite;
}

.growAnimatedIcon2 {
    position: absolute;
    bottom: 15%;
    left: 4%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.letsAnimatedIcon {
    position: absolute;
    top: 15%;
    right: 30%;
    width: 40px;
    animation: floatImage 3s ease-in-out infinite;
}

.letsAnimatedIcon1 {
    position: absolute;
    bottom: 10%;
    right: 35%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.solutionAnimatedIcon {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.solutionAnimatedIcon1 {
    position: absolute;
    bottom: 40%;
    left: 5%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.solutionAnimatedIcon2 {
    position: absolute;
    bottom: 15%;
    right: 15%;
    width: 20px;
    z-index: 9;
    animation: floatImage 3s ease-in-out infinite;
}

.outcomesAnimatedIcon {
    position: absolute;
    top: 25%;
    left: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.outcomesAnimatedIcon1 {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.outcomesAnimatedIcon2 {
    position: absolute;
    bottom: 10%;
    left: 35%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon1 {
    position: absolute;
    top: 25%;
    left: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
    z-index: 9;
}

.partnersAnimatedIcon2 {
    position: absolute;
    top: 15%;
    right: 8%;
    width: 40px;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon3 {
    position: absolute;
    top: 35%;
    right: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon4 {
    position: absolute;
    bottom: 40%;
    left: 10%;
    width: 10px;
    z-index: 9;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon5 {
    position: absolute;
    bottom: 10%;
    left: 15%;
    width: 30px;
    z-index: 9;
    animation: floatImage 3s ease-in-out infinite;
}

.partnersAnimatedIcon6 {
    position: absolute;
    bottom: 8%;
    right: 16%;
    width: 30px;
    z-index: 9;
    animation: floatImage 3s ease-in-out infinite;
}

.certificationAnimatedIcon {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.certificationAnimatedIcon1 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.clientLogoAnimatedIcon {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.clientLogoAnimatedIcon1 {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.clientLogoAnimatedIcon2 {
    position: absolute;
    top: 40%;
    right: 3%;
    width: 25px;
    z-index: 9;
    animation: floatImage 3s ease-in-out infinite;
}

.clientLogoAnimatedIcon3 {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.areYouAnimatedIcon {
    position: absolute;
    top: 30%;
    left: 16%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.areYouAnimatedIcon1 {
    position: absolute;
    top: 35%;
    right: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.areYouAnimatedIcon2 {
    position: absolute;
    bottom: 10%;
    left: 16%;
    width: 40px;
    animation: floatImage 3s ease-in-out infinite;
}

.areYouAnimatedIcon3 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}



@keyframes floatImage {

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

    50% {
        transform: translateY(-20px);
    }
}


/* About Us Page Css */

.aboutUsBG {
    background-color: var(--aboutUs-BG);
    padding: 6rem 0;
}

.careerBG {
    background-color: var(--aboutUs-BG);
}

.aboutUsHeading {
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    z-index: 9;
    position: relative;
}

.aboutUsBGimg {
    left: 0;
    right: 0;
    bottom: -0.5rem;
}

.aboutBackAlignment1 {
    right: 0;
    z-index: 9;
    bottom: 1rem;
}

.mainHeadingDiv {
    max-width: fit-content;
    margin: 0 auto;
}

.leftBorder {
    width: 5px;
    background-color: var(--main-bg-color);
    height: 200px;
    position: absolute;
    left: -3.2px;
    top: 25%;
    border-radius: 1rem;
}

.aboutUsAnimatedIcon {
    position: absolute;
    top: 15%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon1 {
    position: absolute;
    top: 10%;
    left: 20%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon2 {
    position: absolute;
    top: 10%;
    left: 35%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon3 {
    position: absolute;
    top: 10%;
    left: 50%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon4 {
    position: absolute;
    top: 10%;
    right: 30%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon5 {
    position: absolute;
    top: 10%;
    right: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon6 {
    position: absolute;
    top: 10%;
    right: 10%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon7 {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon8 {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon9 {
    position: absolute;
    bottom: 10%;
    left: 35%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon10 {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon11 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon12 {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.aboutUsAnimatedIcon13 {
    position: absolute;
    bottom: 10%;
    right: 30%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

/* Career Css */
.tab-button {
    border: none;
    background: #f0f0f0;
    color: #333;
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.tab-button.active {
    background-color: #ff9800;
    color: white;
}

.tab-content-custom {
    padding: 20px;
    /* border-left: 2px solid #ff9800; */
    background: white;
    height: 300px;
}

.topBorderCareet {
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    top: 0;
    width: 33%;
    border-radius: 1rem;
    left: 3.6%;
    top: 1px;
}

.bottomBorderCareet {
    height: 1px;
    background: #CCCCCC;
    position: absolute;
    bottom: 1px;
    width: 18%;
    border-radius: 1rem;
    left: 3.6%;
}

#currentOpenings span:nth-child(1) {
    font-size: 25px;
}

#currentOpenings span:nth-child(2):hover {
    color: #000;
    transition: color 0.3s ease;
    cursor: pointer;
}

.tab-button:hover {
    background-color: var(--main-bg-color);
    color: #fff;
}

@media (max-width: 767px) {
    .tab-container {
        flex-direction: column;
    }

    .tab-content-custom {
        border-left: none;
        border-top: 2px solid var(--main-bg-color);
    }
}

.careerTextUnderline {
    height: 4px;
    background: #000;
    border-radius: 1rem;
    position: absolute;
    bottom: 14px;
    width: 100%;
}

.careerTextHeading {
    max-width: fit-content;
    margin: 0 auto;
    background: #fcddb7;
    position: relative;
    z-index: 9;
    padding: 0 10px;
}

.submitApplication {
    border-bottom: solid 4px var(--main-bg-color);
    max-width: fit-content;
}

.careerAnimatedIcon {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon1 {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIconNew {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 10px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon2 {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon3 {
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon4 {
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon5 {
    position: absolute;
    bottom: 10%;
    right: 5%;
    width: 30px;
    animation: floatImage 3s ease-in-out infinite;
}

.careerAnimatedIcon6 {
    position: absolute;
    bottom: 30%;
    right: 10%;
    width: 20px;
    animation: floatImage 3s ease-in-out infinite;
}

.privacyPolicyAnimatedIcon_1 {
    position: absolute;
    bottom: 30%;
    right: 7%;
    width: 15px;
    animation: floatImage 3s ease-in-out infinite;
}

/* Seo styling */

.seo-box {
    display: flex;
    align-items: center;
    /* margin: 10px auto; */
    margin-bottom: 2rem;
    max-width: 300px;
}

.seo-icon {
    background-color: #f7931e;
    padding: 20px;
    border-radius: 10px;
}

.seo-label {
    background-color: #333;
    color: #fff;
    font-weight: bold;
    padding: 8px 50px;
    border-radius: 10px;
    flex-grow: 1;
    text-align: center;
    font-size: 20px;
    position: relative;
    right: 1rem;
    z-index: -1;
}

.seo-icon img {
    width: 40px;
    height: 40px;
}

@media (min-width: 768px) {
    .seo-grid {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-wrap: wrap;
    }

    .seo-box {
        max-width: none;
    }
}


/* Home Page Top Image Slider */

.carouselExampleIndicators {
    background-color: var(--main-bg-color);
    /* background-image: url(../images/homeSlideBg.png); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    padding: 1rem 0 1rem 1.5rem;
    border-radius: 10rem 0 0 10rem;
    height: 100%;
    position: absolute;
    top: 3rem;
    right: 0;
    width: 43%;
}

.custom-indicator-bg {
    background-color: orange;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    padding: 20px 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

/* Indicator button style */
.carousel-indicators [data-bs-target] {
    width: 40px;
    height: 15px;
    border-radius: 10px;
    background-color: white;
    margin: 0 5px;
    border: none;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.carousel-indicators {
    bottom: -2rem;
}

.carousel-inner {
    bottom: 2rem;
    border-radius: 10rem 0 0 10rem;
}

/* Active indicator */
.carousel-indicators .active {
    width: 50px;
    height: 20px;
    border-radius: 10px;
    opacity: 1;
    background-color: rgb(24, 24, 24);
}

/* Set same size for all images */
.carouselItemTop img {
    width: 100%;
    height: 530px;
    border-radius: 10rem 0 0 10rem;
    object-fit: cover;
    overflow: hidden;
}

.homeSlideBorder {
    position: absolute;
    width: 45%;
    z-index: 9;
    right: 0;
    height: 500px;
    top: 1rem;
}

.carousel {
    position: relative;
    bottom: 2rem;
}


/* Add this to your CSS */
.navbar.fixed-navbar {
    background-color: var(--aboutUs-BG);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    padding: 20px 10px;
}

/* Home page We Provide Digital Page and Certification Slider*/
.weProvideIcon {
    /* width: 700px; */
    height: 100%;
    rotate: 252deg;
    position: relative;
    left: 12rem;
    top: 0rem;
    float: right;
}

.carouselSlider {
    position: absolute;
    top: 26%;
    right: 2%;
    width: 45%;
}

.mainHeadingDiv {
    max-width: fit-content;
    margin: 0 auto;
}

.dot {
    fill: #222;
}

.moving-dot {
    offset-path: path("M50,50, Q50,20 80,20, L320,20, Q350,20 350,50, L350,320, Q350,350 320,350, L80,350, Q50,350 50,320Z");
    offset-rotate: 0deg;
    animation: move 10s linear infinite;
}

.dot1 {
    r: 6;
    animation-delay: 1s;
    /* Medium dot second */
}

.dot2 {
    r: 10;
    animation-delay: 0s;
    /* Big dot first */
}

.dot3 {
    r: 4;
    animation-delay: 2s;
    /* Small dot third */
}


@keyframes move {
    0% {
        offset-distance: 0%;
    }

    100% {
        offset-distance: 100%;
    }
}

.callTop:hover i,
.callTop:hover span {
    color: #000 !important;
    transition: color 0.3s ease;
}

/* Modal CSS */

.modal-body h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;

}

.modal-body {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0;
}

.iconEmailDiv {
    max-width: fit-content;
    margin: 0 auto;
}

.svgIconCheck {
    width: 50px;
    height: 50px;
    position: absolute;
    float: none;
    rotate: none;
    left: 1.5rem;
    top: 6px;
}

.circleIcon {
    fill: #28a745;
}

.checkIcon {
    stroke: #fff;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-dasharray: 60;
    stroke-dashoffset: 50;
    animation: draw 2s ease forwards;
    animation-delay: 0.1s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

/* accordion */

.accordionBorderImg {
    object-fit: contain;
}