@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import "./css-animation.css";

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    color: #000;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
}

::-webkit-scrollbar {
    width: 3px !important;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #108aff !important;
    width: 3px !important;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f2c856d9 !important;
    width: 3px !important;
    border-radius: 6px;
}

body::-webkit-scrollbar,
body::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-track {
    width: 6px !important;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    padding: 0px;
    outline: 0;
    z-index: 120;
    bottom: 70px;
    right: 54px;
    position: fixed;
    transition: 0.35s;
    background: #108aff;
    border: 0px;
    transition: 0.35s;
    cursor: pointer;
}

a,
button,
.navbar-toggler {
    box-shadow: none !important;
    outline: 0;
    text-decoration: none !important;
    border: none;
}

.navbar-toggler {
    padding: 0px;
}

.pointer {
    cursor: pointer !important;
}

section,
article,
header,
footer {
    display: block;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style-type: decimal !important;
}

ul.list-dot li {
    list-style-type: disc !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.object-fit-100 {
    object-fit: cover !important;
}

/* For Chrome, Safari, Edge, Opera */
#phone::-webkit-outer-spin-button,
#phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
#phone {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    width: auto;
}

.h-200px {
    height: 140px;
    width: 200px;
}

.close-icon {
    width: 30px !important;
    height: 30px !important;
    padding: 4px !important;
    display: flex;
    justify-content: center;
    align-items: center !important;
    cursor: pointer !important;
}

.z-11 {
    position: relative;
    z-index: 11;
}

.z-111 {
    position: relative;
    z-index: 111;
}

.text-nowrap {
    text-wrap: nowrap !important;
}

.border-bottom-none {
    border-bottom: none;
}

.border-yellow-4 {
    border-radius: 10px;
    border: 4px solid #f2c956;
}

.yellow-bg {
    background-color: #f2c956;
    margin-top: -30px;
}

.blog-bg {
    background-color: #c5ffd4 !important;
}

hr {
    max-width: 146px;
    margin: 0 auto 26px;
    opacity: 1;
    border-top: 2px solid;
}

.light-black {
    border-top: 2px solid #d9d9d9;
    margin: 10px auto 20px;
}

.light-pink {
    background-color: #fce4ec;
}

.light-yellow {
    background-color: #fff0cb;
}

.light-blue {
    background-color: #ebf2ff;
}

.grid-template-2 {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}

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

.font-24 {
    font-size: 24px !important;
    line-height: 1.3 !important;
}

.font-18 {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

.font-20 {
    font-size: 20px !important;
    line-height: 1.3 !important;
}

.w-85 {
    width: 85%;
}

.overflow-content-scroll {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
}

.overflow-content-scroll::-webkit-scrollbar {
    height: 3px !important;
    margin-top: 40px;
    border-radius: 6px;
}

.overflow-content-scroll::-webkit-scrollbar-thumb {
    background-color: #ffffff !important;
    height: 3px !important;
    border-radius: 6px;
}

.overflow-content-scroll::-webkit-scrollbar-track {
    background-color: #2f99fdd9 !important;
    height: 3px !important;
    border-radius: 6px;
}

.max-content {
    width: 285px;
}

.img-thumbnail {
    width: 75px;
    height: 75px;
    padding: 2px !important;
}

.text-primary {
    color: #108aff !important;
}

.text-secondary {
    color: #f2c956 !important;
}

/* Base Button Style */
.btn {
    font-family: "Inter", sans-serif;
    font-size: 1rem !important;
    line-height: 160% !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 40px;
    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

/* Primary Button with #108AFF color */
.btn-primary {
    background-color: #108aff;
    color: #ffffff;
    border: 1px solid #108aff;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.1s ease;
    text-transform: capitalize;
}

.main-hero-section > .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-section .btn-primary,
.main-hero-section .btn-secondary,
.technologies-action a {
    font-family: "Inter", sans-serif;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 25px !important;
    text-align: center;
    border-radius: 50px;
    min-width: 186px;
    min-height: 40px;
    max-width: max-content;
    padding: 15px 0;
}

.btn-primary:hover {
    background-color: #006fcc;
    border-color: #006fcc;
    color: #ffffff;
}

.btn-primary:active {
    background-color: #005bb5;
    border-color: #005bb5;
    transform: scale(0.98);
    color: #ffffff;
}

.w-fit-content {
    width: fit-content;
}

/* Secondary Button with #011134 color */
.btn-secondary {
    background-color: #011134;
    color: #ffffff !important;
    border: 1px solid #011134;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.1s ease;
    text-transform: capitalize;
}

.btn-secondary.reverse {
    background-color: #ffffff;
    color: #011134 !important;
    border: 1px solid #ffffff;
    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.1s ease;
    text-transform: capitalize;
}

.btn-secondary:hover {
    background-color: #ffffff;
    color: #2a2d31 !important;
    border-color: #ffffff;
}

.btn-secondary.dotnet-bg:hover {
    color: #b7dcff !important;
}

.btn-secondary.reverse:hover {
    background-color: #0d1a29;
    color: #ffffff !important;
    border-color: #0d1a29;
}

.btn-secondary:active {
    background-color: #000e1d;
    color: #ffffff !important;
    border-color: #000e1d;
    border-radius: 50px;
    transform: scale(0.98);
}

.btn-secondary.radius-11 {
    text-transform: capitalize;
    width: 200px !important;
    padding: 10px 20px !important;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
}

.btn-yellow-outline {
    font-family: "Inter", sans-serif !important;
    border: 2px solid #fecc3e;
    border-radius: 50px !important;
    font-size: 14px !important;
    padding: 13px 30px !important;
    color: #fecc3e !important;
    width: fit-content;
    margin: auto;
}

.btn-yellow-outline:hover {
    border: 2px solid #fecc3e !important;
    color: #000000 !important;
    background-color: #f2c956 !important;
}

/* Primary Outliner Button */
.btn-primary-outliner {
    background-color: transparent;
    color: #108aff;
    border: 1px solid #108aff;
}

.btn-primary-outliner:hover {
    color: #ffffff;
    border-color: #006fcc;
    background-color: #006fcc;
}

.btn-primary-outliner:active {
    color: #ffffff;
    border-color: #005bb5;
    transform: scale(0.98);
    background-color: #005bb5;
}

/* Secondary Outliner Button */
.btn-secondary-outliner {
    background-color: #ffffff;
    color: #011134;
    border: 1px solid #011134;
}

.btn-secondary-outliner:hover {
    background-color: #0d1a29;
    color: #ffffff;
    border: 1px solid #0d1a29;
}

.btn-secondary-outliner:active {
    background-color: #0d1a29;
    color: #108aff;
    border: 1px solid #000e1d;
}

.box-shadow-md {
    box-shadow: 0px 4px 34px 0px #0000001f;
}

.box-shadow-lg {
    box-shadow: 0px 4px 34px 0px #0000001f;
}

/* Common Styles Font, Padding */

header nav {
    min-height: 80px;
}

main {
    padding-top: 80px;
}

.scroll-nav-header {
    position: fixed;
    padding: 4px 0px !important;
    padding: 4px 0px !important;
    top: 0;
    left: 0;
    width: fit-content;
    z-index: 999;
    transition: all 0.5s ease;
    border-radius: 50px;
    margin-top: 5px;
    box-shadow: -10px 4px 24px 0px #00000055;
    min-height: auto !important;
}

.scroll-nav-header .btn-primary {
    margin-right: 0px !important;
}

.section {
    padding: 90px 0px;
}

.section-40 {
    padding: 40px 0px;
}

.section-40.pb-0 {
    padding: 40px 0px 0px !important;
}

.section-40.px-4 {
    padding: 40px 24px !important;
}

.bg-linear-white {
    background: linear-gradient(to top, #ffffff, #ffffff80) !important;
}

.section-150px {
    padding: 150px 0px;
}

.section-150px.md-pt-0 {
    padding: 20px 0px 50px !important;
}

.main-hero-section.section {
    padding: 50px 0px;
}

.main-hero-right-img {
    height: 400px !important;
}

.bg-blue {
    background: linear-gradient(90deg, #011c40 0%, rgb(1, 105, 174) 35%, #108aff 100%);
}

.bg-yellow {
    background: linear-gradient(90deg, rgb(175, 155, 10) 0%, #fecc3e 35%, rgb(240, 226, 120) 100%);
}

.bg-orange {
    background: linear-gradient(90deg, rgb(235, 134, 0) 0%, rgb(255, 183, 88) 35%, rgb(255, 193, 123) 100%);
}

.bg-pink {
    background: linear-gradient(90deg, #ff9ca9 0%, #f4f0dd 100%);
}

.rounded-up-5 {
    border-radius: 6px 6px 0px 0px;
}

.border-yellow {
    border: 3px solid #fecc3e;
    border-radius: 0px 0px 6px 6px;
}

.border-pink {
    border: 3px solid #ff9ca9;
    border-radius: 0px 0px 6px 6px;
}

.border-orange {
    border: 3px solid rgb(235, 134, 0);
    border-radius: 0px 0px 6px 6px;
}

.border-blue {
    border: 3px solid #108aff;
    border-radius: 40px;
}

.blue-bg {
    background-color: #108aff !important;
}

.pink-bg {
    background-color: #ffb9af !important;
    height: inherit;
    border-radius: 30px;
}

.service__section .expertise_tab .pink-bg {
    background-color: #fcd772 !important;
    width: 100%;
}

.android-expertise-bg {
    background-color: #bbd0ff !important;
    height: inherit;
    width: 100%;
    border-radius: 30px;
}

.backend-expertise-bg {
    background-color: #a9dcfa !important;
    height: inherit;
    width: 100%;
    border-radius: 30px;
}

.qa-expertise-bg {
    background-color: #fadea9 !important;
    height: inherit;
    width: 100%;
    border-radius: 30px;
}

.service__section .expertise_tab .pink-bg span {
    color: #000000 !important;
}

.bg-purple {
    background: linear-gradient(90deg, #216537 0%, #01b466 35%, #00a442 100%);
}

.bg-testimonial {
    background: linear-gradient(90deg, #856b00 0%, #ffbb00 50%, #ffd166 100%);
}

.bg-light-content {
    background: rgba(238, 236, 255, 1);
}

.bg-light-blue {
    background: rgb(198, 231, 255);
}

.service__section .expertise_tab.mobile-bg {
    height: 112px;
    border-radius: 30px;
    background-color: #6a7ba2;
    align-items: center;
    width: 100%;
}

.service__section .expertise_tab.mobile-bg .content-main-title {
    background-color: #6a7ba2 !important;
    color: #343a46 !important;
}

.service__section .expertise_tab.backend-bg {
    height: 112px;
    border-radius: 30px;
    background-color: #18aaff;
    align-items: center;
    width: 100%;
}

.service__section .expertise_tab.backend-bg .content-main-title {
    background-color: #18aaff !important;
    color: #003f8d !important;
}

.service__section .expertise_tab.bg-qa {
    height: 112px;
    border-radius: 30px;
    background-color: #fdb067;
    align-items: center;
    width: 100%;
}

.service__section .expertise_tab.bg-qa .content-main-title {
    background-color: #fdb067 !important;
    color: #b17300 !important;
}

.h1-font-style {
    font-family: "Poppins", sans-serif;
    font-size: 72px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #212529;
    text-align: center;
    margin-bottom: 16px;
}

.h1-font-style.font-48 {
    font-size: 48px !important;
    line-height: 1.2 !important;
}

.hero_description {
    font-family: "Inter", sans-serif;
    font-size: 22px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
    color: #414549;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}

.section-title {
    font-family: "Inter", sans-serif;
    font-size: 54px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    color: #313539;
    text-align: center;
    margin-bottom: 16px;
}

.section-title.text-left {
    text-align: left;
}

.blue-bg-short::after {
    background: #d9d5fe;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 22px;
    z-index: -1;
}

.pink-bg-short::after {
    background: #fbe1cc;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 22px;
    z-index: -1;
}

.yellow-bg-short::after {
    background: #f2c956;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 22px;
    z-index: -1;
}

.dark-pink-bg::after {
    background: #e466c9;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    min-height: 22px;
    z-index: -1;
}

.section-description {
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    color: #515559;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0px;
}

.section-description.text-left {
    text-align: left;
}

.content-main-title {
    font-family: "Inter", sans-serif;
    font-size: 24px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #2e2f35;
    margin-bottom: 12px;
}

.content-main-title.font-medium {
    font-size: 32px !important;
    font-weight: 600 !important;
}

.content-main-title.regular-font {
    font-weight: 500 !important;
}

.content-desc {
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 500 !important;
    color: #58595d;
    margin-top: 8px;
    margin-bottom: 0px;
}

.content-desc.text-dark,
.card-info .content-desc {
    color: #000000;
}

.content-desc.text-left {
    text-align: left !important;
    padding-top: 0px !important;
}

.counters {
    font-family: "Poppins", sans-serif;
    font-size: 40px !important;
    line-height: 1 !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    color: #011134;
    text-align: center;
}

.small-text {
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    color: #58595d;
    text-align: center;
}

.smallest-text-400 {
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    line-height: 1.4 !important;
    font-weight: 400 !important;
    letter-spacing: -0.03px;
    color: #161c2d !important;
}

.card-title-26 {
    font-family: "Poppins", sans-serif;
    font-size: 26px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    color: #161c2d !important;
}

.smallest-text-400.text-white {
    color: #ffffff !important;
    margin-bottom: 8px;
}

.smallest-text-400.text-gray {
    font-size: 16px !important;
    color: gray !important;
}

.smallest-text-400.text-primary {
    color: #108aff !important;
}

.text-link {
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    line-height: 1.4rem !important;
    font-weight: 500 !important;
    color: #221f1f;
    margin-top: 30px !important;
}

.text-link i {
    font-size: 1.4rem !important;
    line-height: 1.4rem !important;
    color: #221f1f !important;
}

.text-link::before {
    content: "";
    position: absolute;
    width: 215px;
    height: 4px;
    border-radius: 4px;
    background-color: #111111;
    bottom: -10px;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.3s ease-in-out;
}

.border-dark .text-link::before {
    background-color: #000000;
}

.text-link.text-black {
    font-size: 16px !important;
    padding: 20px 0px !important;
    color: #10203a !important;
}

.text-link:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.small-text.text-left {
    text-align: left !important;
    line-height: 1.6 !important;
}

.text-yellow {
    color: #ffcb40 !important;
}

.small-gray-text {
    color: #58595d;
    font-family: "Poppins", sans-serif;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

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

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

.small-gray-text.text-justify {
    text-align: justify !important;
    line-height: 1.6 !important;
}

.bold-text {
    font-family: "Poppins", sans-serif;
    font-weight: 700 !important;
    color: #0d1a29;
    text-align: left !important;
}

.small-text-service {
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}

/* Hero main section for all page */

.main-hero-section .btn-secondary {
    color: #10203a;
    font-weight: 600;
}

.top-81 {
    top: 81px;
    position: relative;
}

.top-60px {
    margin-top: -60px;
}

.top-45 {
    top: 45px;
    position: relative;
}

.main-hero-inner-img {
    display: flex;
    justify-content: end;
}

/* Case study */

.casestudies-item {
    height: 100%;
    background: #f1f2ff;
    transition:
        background-color 0.3s ease-in,
        transform 0.3s ease-in;
    border: none !important;
}

.casestudies-item h3,
.casestudies-item p {
    padding: 15px 30px;
    margin-bottom: 0px;
}

/* .casestudies-item:hover,
.casestudies-item:active {
    background: #f2c956;
    border: 2px solid #108aff;
} */

.casestudies-section .work__section .work__card__section .work__card {
    width: 90%;
}

/* FAQ section */

.faq-section .accordion {
    margin-top: 24px;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    border: none;
    background-color: rgba(242, 200, 86, 0.45);
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background: #fcfcfc;
}

.accordion-flush .accordion-item {
    background: #fcfcfc;
    border-top: 2px solid #e0e0e0 !important;
    border-right: 2px solid #e0e0e0 !important;
    border-bottom: 4px solid #e0e0e0 !important;
    border-left: 2px solid #e0e0e0 !important;
    border-radius: 6px !important;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-flush .accordion-item:nth-child(6) {
    margin-bottom: 0px !important;
}

.accordion-button .faq-title .accordion-button {
    padding: 10px 24px 10px 24px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 29px !important;
    text-align: left;
    color: #2f2f2f;
}

.accordion-button:not(.collapsed) {
    color: #2f2f2f;
}

.navbar-nav .accordion-body {
    padding: 15px 10px !important;
}

.faq-section .faq-desc {
    padding: 10px 24px 24px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 28px !important;
}

.faq-section .accordion .accordion-item .accordion-body {
    padding: 0px !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/home/codesclue_icon-down-arrow.svg");
}

.accordion-button::after {
    background-image: url("../images/home/codesclue_icon-down-arrow.svg");
}

.faq-section .accordion-button.collapsed::after {
    display: flex;
    align-self: end;
}

.circle-group-image {
    height: 220px;
    width: 220px;
    position: absolute;
    right: 0px;
    top: 25%;
}

.offer-card {
    height: 470px;
}

.owl-stage-outer {
    border: none !important;
}

.clientlogo-section #owl-logo.owl-carousel .owl-stage-outer .item {
    border: solid 1px #fff !important;
}

#owl-logo button {
    display: none;
}

.video-without-sound::-webkit-media-controls-mute-button,
.video-without-sound::-webkit-media-controls-volume-slider {
    display: none !important;
}

/* Content Img */

.content-img {
    width: 100px;
    height: 100px;
    margin: 0px auto;
}

/* Technology section */

.technologies-section .nav-tabs .nav-link.active {
    color: rgb(62, 62, 62);
    border-bottom: solid 3px;
    border-radius: 0px !important;
}

.technologies-section .technologies-inner-item {
    padding: 27px;
    /* border-radius: 20px; */
    transition:
        background-color 0.3s ease-in,
        transform 0.3s ease-in;
    cursor: pointer;
    gap: 18px;
}

.technologies-section nav .nav-tabs .button {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.technologies-section .nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: solid 5px transparent;
}

.technologies-section .nav-tabs .nav-link.active {
    color: rgb(62, 62, 62);
    border-bottom: solid 3px;
}

.technologies-section .technologies-item .technologies-icon {
    background: #323232;
    padding: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.technologies-icon .black-logo {
    display: block !important;
    width: 300px !important;
}

.technologies-icon .blue-logo {
    width: 300px !important;
    display: none !important;
}

.technologies-section .technologies-item:hover .technologies-icon .black-logo {
    width: 300px !important;
    display: none !important;
}

.technologies-section .technologies-item:hover .technologies-icon .blue-logo {
    width: 300px !important;
    display: block !important;
}

.tech-card {
    height: 100% !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.tech-card:hover {
    background-color: #fef9f4 !important;
}

.tech-card .tech-img {
    width: 100px !important;
    border-radius: 50% !important;
    margin-bottom: 10px !important;
    border: 2px dashed #d7d7d7;
}

.tech-card:hover .tech-img {
    border-radius: 0px !important;
    transition: all 0.9s !important;
}

.tech-card:hover p {
    color: #121212 !important;
    transition: color 0.3s all !important;
}

.technologies-section .technologies-item .technologies-icon i,
.technologies-section .technologies-item .technologies-icon svg {
    color: #ffffff;
    font-size: 30px !important;
    line-height: 1.5 !important;
}

.technologies-section .technologies-item .technologies-icon svg {
    width: 30px !important;
    height: 30px !important;
}

.technologies-section .technologies-item .technologies-icon {
    background: #ffffff;
    /* animation: gelatine 1s; */
    transform: scale(1.3);
    border: 1px dashed #108aff;
}

.technologies-section .technologies-item .technologies-arrow i {
    color: #ffffff;
    cursor: pointer;
}

.technologies-section .technologies-item.card2 .technologies-arrow i,
.technologies-section .technologies-item.card8 .technologies-arrow i {
    color: #000000;
}

.technologies-section .technologies-item.card1 .technologies-icon i {
    color: #02569b;
}

.technologies-section .technologies-item.card2 .technologies-icon i {
    color: #61dafb;
}

.technologies-section .technologies-item.card3 .technologies-icon i {
    color: #3ddc84;
}

.technologies-section .technologies-item.card4 .technologies-icon i {
    color: #000000;
}

.technologies-section .technologies-item.card5 .technologies-icon i {
    color: #339933;
}

.technologies-section .technologies-item.card6 .technologies-icon i {
    color: #dd0031;
}

.technologies-section .technologies-item.card7 .technologies-icon svg path {
    fill: #cc0000;
}

.technologies-section .technologies-item.card8 .technologies-icon i {
    color: #61dafb;
}

.technologies-section .technologies-item .content-main-title,
.technologies-section .technologies-item .content-main-title,
.technologies-section .technologies-item p,
.technologies-section .technologies-item p {
    color: #000000;
}

.technologies-section .technologies-item.card9 .technologies-inner-item.active,
.technologies-section .technologies-item.card9 {
    background: #e75912;
}

.technologies-section .technologies-item.card9 .technologies-icon i {
    color: #e75912;
}

.technologies-section .technologies-item.card10 .technologies-inner-item.active,
.technologies-section .technologies-item.card10 {
    background: #e71267;
}

.technologies-section .technologies-item.card10 .technologies-icon i {
    color: #e71267;
}

.technologies-section .technologies-item.card11 .technologies-inner-item.active,
.technologies-section .technologies-item.card11 {
    background: #6b79b6;
}

.technologies-section .technologies-item.card11 .technologies-icon i {
    color: #6b79b6;
}

.technologies-section .technologies-item.card12 .technologies-inner-item.active,
.technologies-section .technologies-item.card12 {
    background: #512bd4;
}

.technologies-section .technologies-item.card12 .technologies-icon i {
    color: #512bd4;
}

.technologies-section .technologies-item.card2 .content-main-title,
.technologies-section .technologies-item.card2 .content-main-title,
.technologies-section .technologies-item.card2 p,
.technologies-section .technologies-item.card2 p,
.technologies-section .technologies-item.card8 .content-main-title,
.technologies-section .technologies-item.card8 .content-main-title,
.technologies-section .technologies-item.card8 p,
.technologies-section .technologies-item.card8 p {
    color: #000000;
}

.bg-technologies-icon {
    position: absolute;
    left: 0;
    top: 220px;
}

.bg-technologies-icon-2 {
    position: absolute;
    right: 0;
    top: -15px;
    rotate: 180deg;
}

.technologies-section.white-section .nav-tabs .nav-link {
    color: #ffffff !important;
    border-bottom: 5px solid transparent !important;
}

.technologies-section.white-section .nav-tabs .nav-link.active {
    color: #f2c956 !important;
    border-bottom: 5px solid #f2c956 !important;
}

/* Enquiry Section */

.enquiry-section {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-image: url("../images/codesclue_bg-enquiry.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.enquiry-section.view-project {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    background-image: url("../images/codesclue_see-project.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: relative;
    z-index: 1;
    margin-bottom: 40px !important;
    background-attachment: unset;
}

.z-0 {
    z-index: -10 !important;
}

/* Client Testimonial Section */
.client-design-right {
    position: absolute;
    right: 0;
    top: 0;
}

.client-design-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

#portfolioPage .clientstestimonial-section {
    margin-top: 20px;
}

.client-testimonial-item {
    background: linear-gradient(-90deg, #e0f9ff 31%, #ffe5ad 100%);
    border-radius: 30px;
    padding: 20px;
    height: 270px;
}

#clientstestimonial .client-testimonial-item.snakz .circle {
    position: relative;
    width: 70px;
    height: 70px;
    background: url("./../../assets/images/client-logo/codesclue_client-01.webp");
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    background-position: center;
    margin: 12px 12px 15px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#clientstestimonial .client-testimonial-item.therapix .circle {
    position: relative;
    width: 70px;
    height: 70px;
    background: url("./../../assets/images/client-logo/codesclue_therapix-02.svg");
    border-radius: 50%;
    float: left;
    shape-outside: circle();
    margin: 12px 12px 15px 0;
    background-size: 100% 100%;
}

.clients-testimonial {
    margin: 0 auto;
    position: relative;
}

.clients-testimonial .owl-carousel .owl-stage-outer {
    border: none;
}

.testimonial-item {
    text-align: center;
}

.client-avtar {
    max-width: 127px;
    border-radius: 100px;
    overflow: hidden;
    margin: 0 auto 32px;
}

.clientstestimonial-section .owl-nav.disabled {
    width: 100%;
    position: absolute;
    bottom: 11rem;
    justify-content: space-between;
    display: flex !important;
}

/* Tags */
.tags {
    gap: 8px !important;
}

.tags .badge {
    font-family: "Poppins", sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center;
    padding: 8px 16px;
    border-radius: 30px;
    background-color: #d9d9d9;
    color: #5c5b5b;
}

.tags .badge.active {
    background-color: #108aff;
    color: #ffffff;
}

/* clientlogo-section */

.clientlogo-section {
    background: #108aff;
    padding-bottom: 80px;
    padding-top: 48px;
}

.clientlogo-section.bg-blue {
    background: linear-gradient(90deg, #011c40 0%, rgb(1, 105, 174) 35%, #108aff 100%);
}

.clients-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 161px;
    margin: 0 auto;
    max-height: 150px;
}

.clientlogo-section #owl-logo {
    max-width: 1200px;
    margin: 40px auto 0;
}

.owl-theme.owl-left .owl-nav {
    margin-top: 20px;
    text-align: left !important;
    display: flex;
    gap: 10px;
}

.owl-carousel .owl-stage-outer {
    border: solid 1px #fff;
    padding: 0;
}

#owl-logo.owl-carousel .owl-stage-outer .item {
    height: 190px;
    display: flex;
    border-right: solid 1px #fff;
    opacity: 1;
    padding: 25px 0;
}

.owl-carousel .owl-nav.disabled {
    display: none;
    /* display: flex !important;
    position: absolute;
    top: calc(50% - 30px);
    width: 100%;
    justify-content: space-between; */
}

#owl-logo.owl-carousel .owl-nav.disabled .owl-prev {
    left: -120px;
    position: relative;
}

#owl-logo.owl-carousel .owl-nav.disabled .owl-next {
    right: -120px;
    position: relative;
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    text-decoration: none;
}

.clientlogo-section .owl-nav {
    width: 120%;
    position: absolute;
    right: -77px;
    bottom: 4.5rem;
    justify-content: space-between;
    display: flex !important;
}

/* benefit section */

.benefit__section,
.work__section {
    width: 100%;
    padding: 60px 0px;
    background-color: #fafafa;
}

.benefit__section .benefit__card__section {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px;
    padding-top: 20px;
}

.benefit__section .benefit__card {
    /* border-radius: 20px; */
    width: 100%;
}

.benefit__section .benefit__card .benefit-img {
    width: 60px;
    height: 60px;
    border-radius: 32px 32px 0px 32px;
    background-color: #000000;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.benefit__card__section .benefit__card .text-desc {
    line-height: 24.2px;
    letter-spacing: -0.029;
    width: 85%;
}

.benefit__section .benefit__card:nth-child(1) {
    background-color: #f8c2bb;
}

.benefit__section .benefit__card:nth-child(2) {
    background-color: #dbd4fe;
}

.benefit__section .benefit__card:nth-child(3) {
    background-color: #c1d5fb;
}

.benefit__section .benefit__card:nth-child(4) {
    background-color: #bbfaeb;
}

/* Multiple section */

.multiple-blog-section {
    padding: 20px 0px;
}

.portfolio-preview {
    box-shadow: 0 0 30px rgba(21, 21, 21, 0.2);
    border-radius: 0px;
    background-clip: border-box;
    display: block;
    max-height: 500px;
    height: 500px;
    overflow: hidden;
    background-size: 100% 100%;
    background-position: 50% 0;
    transition-delay: 4s;
    position: relative;
    border-radius: 24px 24px 0px 0px;
}

.portfolio-design {
    position: absolute;
    left: 0;
    top: 0;
    transition: all 6s linear;
    transform: translateX(0px);
    min-width: 600px;
    cursor: pointer;
}

.project-section .azer {
    background-color: #3beadd;
}

.project-section .greenrelief {
    background-color: #86c544;
}

.project-section .farm {
    background-color: #627e39;
}

.project-section .book {
    background-color: #5ea0d8;
}

.project-section .tfl {
    background-color: #d7a714;
}

.project-section .verkoop {
    background-color: #ce2126;
}

.portfolio-preview .portfolio-design.three-img {
    transform: translateX(0%);
    justify-content: center;
}

.portfolio-preview:hover .portfolio-design.five-img {
    transform: translateX(-47%);
    transition: all 4s linear;
}

.portfolio-preview:hover .portfolio-design.six-img {
    transform: translateX(-76%);
    transition: all 4s linear;
}

.portfolio-preview:hover .portfolio-design.seven-img {
    transform: translateX(-106%);
    transition: all 4s linear;
}

/* Technology */

.text-shape {
    font-size: 135px !important;
    -webkit-text-stroke: 2px rgba(0, 0, 0, 0.2);
    color: transparent;
    line-height: 1;
    text-transform: uppercase;
    overflow-wrap: break-word;
}

/* Blog Details */

.blog-details strong {
    color: #232323;
}

.summery-text a:hover,
.summery-text a:focus {
    color: #108aff;
}

.blog-details strong .purpletext {
    color: #9976ff;
}

.z-99 {
    position: relative;
    z-index: 100;
}

.greatplace-icon {
    height: 100px;
    width: 65px;
}

.footer-recent-blog-items {
    background-color: #ffffff;
    border: 1px solid #108aff;
    border-radius: 6px;
}

.footer-recent-blog-items img {
    border-radius: 6px !important;
}

.footer-recent-blog-items:hover {
    border-color: #108aff;
}

.recent-blog-items:hover .img-thumbnail {
    border-color: #108aff !important;
    padding: 5px !important;
}

.recent-blog-items:hover .bold-text {
    color: #108aff !important;
}

/* FAQ */

.faq-bannerimg {
    height: 300px;
}

.h-400px {
    height: 400px;
}

/* Testimonial */
.testimonial {
    background: #e6f6ff;
}

.testimonial-view {
    position: relative;
}
.testimonial-view .owl-item.active.center .testimonial-box {
    transform: scale(1.15);
    opacity: 1;
}

.testimonial-box {
    background: #fff;
    padding: 30px 20px;
    margin: 20px 15px 50px 15px;
    border-radius: 6px;
    box-shadow: 0 10px 10px 5px #00000033;
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
    min-height: 350px !important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
}

#testimonial-star-carousel .testimonial-box {
    background: none !important;
    padding: 0px !important;
    margin: 20px 30px 60px 30px;
    box-shadow: none !important;
    opacity: 1 !important;
    transition: none !important;
    transform: none !important;
    border: none !important;
}

.testimonial-box .quote-icon {
    font-size: 50px;
    color: #eee;
    margin-top: 20px;
    margin-bottom: 20px;
}

.testimonial-box img.user-img {
    height: 60px !important;
    width: 60px !important;
    border: 3px solid #eee;
    border-radius: 60px;
    margin-right: 20px;
    object-fit: cover;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 0.7;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 0.7;
    font-size: 30px !important;
    z-index: 1;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #ccc !important;
    margin-left: 5px;
    margin-right: 5px;
    outline: none;
}
.owl-dots .owl-dot.active {
    background: #999 !important;
}

.blog-filter-buttons,
.filter-container {
    width: 100%;
    overflow-x: auto;
}

.blog-filter-buttons::-webkit-scrollbar,
.filter-container::-webkit-scrollbar {
    height: 0px !important;
    display: none !important;
}

.blog-filter-btn {
    padding: 6px 20px !important;
    border: none;
    /* border-radius: 20px; */
    cursor: pointer;
    background-color: #f0f0f0;
    transition: background-color 0.3s;
    text-wrap-mode: nowrap;
}

.blog-filter-btn.active,
.blog-filter-btn:hover {
    background-color: #108aff;
    color: white;
}

.blog-item {
    display: none !important;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.blog-item img {
    transform: scale(0.97);
}

.blog-item:hover img {
    transform: scale(1);
}

.blog-item:hover .content-main-title {
    color: #108aff !important;
    border-radius: 6px;
}

.blog-item.show {
    display: flex !important;
    opacity: 1;
    border: 1px solid transparent;
}

.blog-item:hover {
    background-color: #108aff22;
    border: 1px solid #108aff;
    border-radius: 6px;
}

.footer-link:hover {
    opacity: 0.7;
}

.footer-link.active {
    color: #f2c956 !important;
    text-decoration: underline !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #d9d9d9 !important;
}

.border-radius {
    border-radius: 6px !important;
}

.casestudies-item img {
    border-radius: 6px 6px 0px 0px !important;
}

/* whychoose-list section */

.whychoose-section .whychoose-list .whychoose-inner-item {
    border-radius: 5px 50px 5px 50px;
    cursor: auto;
}

.whychoose-section .whychoose-list .whychoose-inner-item .whychoose-icon {
    min-width: 50px;
    min-height: 50px;
}

.whychoose-section .whychoose-list .whychoose-inner-item .whychoose-icon > div {
    padding: 10px !important;
    width: 50px;
    min-height: 50px;
}

.whychoose-section .whychoose-list .whychoose-inner-item {
    position: relative;
}

.whychoose-section .whychoose-list .whychoose-inner-item svg {
    display: none;
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover svg {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px 50px 5px 50px;
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover .line {
    stroke-dasharray: 260;
    stroke-width: 3px;
    fill: transparent;
    stroke: #f2c956;
    animation: svgAnimation 2.5s linear infinite;
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover {
    background-color: #f2c8564b;
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover .business-icon {
    background: rgba(71, 59, 240, 0.4);
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover .security-icon {
    background: rgba(246, 75, 75, 0.4);
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover .integrity-icon {
    background: rgba(104, 213, 133, 0.4);
}

.whychoose-section .whychoose-list .whychoose-inner-item:hover .domain-icon {
    background: rgba(16, 138, 255, 0.4);
}

.whychoose-list i {
    font-size: 64px !important;
    color: #108aff;
}

.whychoose-section .whychoose-list .whychoose-inner-item.contact-card {
    cursor: pointer !important;
}

.calendly-inline-widget iframe {
    display: flex;
    justify-content: center;
}

.whychoose-section .whychoose-list .whychoose-inner-item.contact-card:hover .line {
    stroke-width: 10px !important;
}

.clutch-widget {
    background-color: #ffffff !important;
    width: 120px;
    border-radius: 6px;
    border: none !important;
    box-shadow: none !important;
}

.goodfirm-widget .content {
    text-decoration: none !important;
}

.goodfirm-widget .content:hover p {
    color: #108aff !important;
    text-decoration: underline !important;
}

#testimonial-carousel .owl-dots {
    padding-bottom: 20px !important;
}

.testimonial-box {
    margin-top: 40px !important;
}

.ai-plateform-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ai-plateform-list .smallest-text-400 {
    font-size: 16px !important;
}

code {
    display: block !important;
    background-color: #2d2d2d !important;
    color: #f8f8f2 !important;
    padding: 15px !important;
    border-radius: 5px !important;
    font-family: Consolas, Monaco, "Courier New", monospace !important;
    white-space: pre-wrap !important; /* Preserve formatting */
    word-wrap: break-word !important;
}

.table-bordered {
    border-color: #000000;
}

.table-bordered tr td,
.table-bordered tr th {
    padding: 5px 10px !important;
}

.table-bordered tr td:first-child {
    background: #dcf7ff;
    color: #108aff;
}

.table-bordered tr th {
    background: #ffe49b;
    color: #108aff;
}

.technologies-section.white-section .small-text {
    color: #ffffff !important;
}

/* .hero-section .text-left {
    color: #f1f1f1 !important;
} */

.hero-section .ai-gradient {
    background: linear-gradient(to right, #108aff, #007bf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 4rem;
    position: relative;
    display: inline-block;
    pointer-events: none;
}

/* Sparkle after the text */
.hero-section .ai-gradient::after {
    content: "✨";
    font-size: 4rem;
}

/* Sparkle animation */
@keyframes sparkle {
    0%,
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
    50% {
        transform: scale(1.4) rotate(20deg);
        opacity: 0.6;
    }
}

/* Hover effects with dashed border and brand color */
.tech-card.flutter:hover .tech-img {
    border: 2px dashed #02569b; /* Flutter */
}

.tech-card.react-native:hover .tech-img {
    border: 2px dashed #61dbfb; /* React Native */
}

.tech-card.android:hover .tech-img {
    border: 2px dashed #3ddc84; /* Android */
}

.tech-card.ios:hover .tech-img {
    border: 2px dashed #a2aaad; /* iOS */
}

.tech-card.nodejs:hover .tech-img {
    border: 2px dashed #43853d; /* Node.js */
}

.tech-card.angular:hover .tech-img {
    border: 2px dashed #dd0031; /* Angular */
}

.tech-card.ror:hover .tech-img {
    border: 2px dashed #cc0000; /* Ruby on Rails */
}

.tech-card.reactjs:hover .tech-img {
    border: 2px dashed #61dbfb; /* React.js */
}

a:not([href]),
a:not([href]) p,
a:not([href]) span{
    cursor: context-menu !important;
}

.box-white-50 {
    background: #fcfcfc;
    border-top: 2px solid #d9d9d9 !important;
    border-right: 2px solid #d9d9d9 !important;
    border-bottom: 4px solid #d9d9d9 !important;
    border-left: 2px solid #d9d9d9 !important;
    border-radius: 6px !important;
    padding: 20px !important;
}

.team-marquee .marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.team-marquee .marquee-loop {
    display: flex;
    gap: 10px !important;
    animation: marquee-loop-wise 140s linear infinite;
}

.team-marquee .marquee-loop .h-100px {
    height: 100px !important;
}

.bg-nav-box {
    background: linear-gradient(to top, #ffffff, #ffffff80) !important;
    filter: drop-shadow(4px -4px 20px #c9c9c940) drop-shadow(-4px 4px 20px #c9c9c940) !important;
    border-radius: 6px !important;
    padding: 20px 10px !important;
    flex-grow: 1;
}

.bg-nav-box.blackdrop {
    /* box-shadow: 2px -2px 4px #79797940 !important; */
    padding: 0px !important;
    flex-grow: 1;
}

.ai-content-box {
    display: grid !important;
    grid-template-columns: 30% auto !important;
    gap: 32px;
}

.ai-nav-tabs {
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    letter-spacing: 0px;
    color: #303030 !important;
    cursor: pointer !important;
}

.ai-nav-tabs .ai-nav-tab img {
    width: 40px !important;
    width: 40px !important;
}

.ai-nav-tabs .ai-nav-tab {
    padding: 8px !important;
    border-radius: 6px !important;
}

.ai-content-box .nav-content .nav-title {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 800 !important;
    color: #108aff !important;
    margin-bottom: 16px !important;
}

.ai-content-box .nav-content .nav-description {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #221f1f !important;
    text-align: justify !important;
}

.ai-content-box .nav-content ul {
    padding-top: 24px !important;
    padding-left: 20px !important;
}

.ai-content-box .nav-content ul li {
    font-family: "Inter", sans-serif !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    color: #221f1f !important;
    list-style: disc !important;
}

.ai-nav-tabs .ai-nav-tab.active {
    background-color: #c9e5ff !important;
    box-shadow: inset 0px 2px 4px #23232340 !important;
    font-weight: 700 !important;
}

.review-card-section .card {
    background: linear-gradient(to bottom, #ffffff, #ffffff80) !important;
    border-radius: 6px;
    padding: 16px 16px;
}

.review-card-section .card .card-body {
    padding: 0px !important;
}

.review-card-section .card .card-desc{
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    line-height: 23px !important;
    font-weight: 600 !important;
    color: #221f1f !important;
}

.review-card-section .card .card-title{
    font-family: "Poppins", sans-serif !important;
    font-size: 48px !important;
    line-height: 72px !important;
    font-weight: 800 !important;
    margin: 12px 0px 0px !important;
}

.review-card-section .card-1 {
    border: 2px solid #FCC154;
    overflow: hidden;
}

.review-card-section .card-1 .card-title,
.review-card-section .card-1 .circle-round i{
    color: #FCC154 !important;
}

.review-card-section .card-2 {
    border: 2px solid #FF9C9C;
    overflow: hidden;
}

.review-card-section .card-2 .card-title,
.review-card-section .card-2 .circle-round i{
    color: #FF9C9C !important;
}

.review-card-section .card-3 {
    border: none !important;
    box-shadow: inset 0px 0px 8px #00000090 !important;
    padding: 16px 20px !important;
}

.review-card-section .card-3 .card-title,
.review-card-section .card-3 .circle-round i{
    color: #221F1F !important;
}

.review-card-section .card-3 .card-title {
    font-size: 32px !important;
    line-height: 60px !important;
    padding: 0px 0px 4px !important;
    margin: 0px 0px !important;
}

.review-card-section .card-4 {
    border: 2px solid #75BBFF;
    overflow: hidden;
}

.review-card-section .card-4 .card-title,
.review-card-section .card-4 .circle-round i{
    color: #75BBFF !important;
}

.review-card-section .card-5 {
    border: 2px solid #8581FF;
    overflow: hidden;
}

.review-card-section .card-5 .card-title,
.review-card-section .card-5 .circle-round i{
    color: #8581FF !important;
}

.review-card-section .circle-round {
    height: 60px;
    width: 60px;
    position: absolute;
    right: -15px;
    top: -20px;
    padding: 25px 14px 0px;
    background-color: #FCF2E7;
    border-radius: 40px;
    z-index: 1;
    overflow: hidden !important;
    box-shadow: inset 0px 4px 4px #00000040 !important;
}

.review-card-section .circle-round i {
    font-size: 24px !important;
    line-height: 25px !important;
}

.review-btn {
    padding: 15px 20px !important;
    border-radius: 50px !important;
}

.review-btn i {
    font-size: 36px !important;
    line-height: 36px !important;
}

.review-btn .btn-title{
    font-family: "Poppins", sans-serif !important;
    font-size: 24px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}

.review-btn.btn-1{
    border: 2px solid #108aff;
    background: linear-gradient(to bottom, #ffffff, #68b4fc66) !important;
}

.review-btn.btn-1:hover{
    background: #108aff !important;
    color: #108aff;
}

.review-btn.btn-1 .btn-title,
.review-btn.btn-1 i {
    color: #108aff;
}

.review-btn.btn-2{
    border: 2px solid #221F1F;
    background: linear-gradient(to bottom, #ffffff, #87868666) !important;
}

.review-btn.btn-2:hover{
    background: #221F1F !important;
}

.review-btn.btn-2 .btn-title,
.review-btn.btn-2 i {
    color: #221F1F;
}

.review-btn:hover .btn-title,
.review-btn:hover i{
    color: #ffffff !important;
}

.review-btn i:last-child{
    font-size: 30px !important;
    line-height: 30px !important;
}

.review-btn.gf-btn{
    border: 2px solid #108aff;
    box-shadow: inset 0px 4px 4px #00000040 !important;
}

.review-btn.gf-btn:hover{
    background: #ffe6cd80 !important;
    color: #108AFF !important;
}

.review-btn.gf-btn .btn-title {
    color: #108aff !important;
}

.review-btn.cl-btn{
    border: 2px solid #E6372A;
    box-shadow: inset 0px 4px 4px #00000040 !important;
}

.review-btn.cl-btn:hover{
    background: #ffe6cd80 !important;
    color: #221F1F !important;
}

.review-btn.cl-btn .btn-title,
.review-btn.cl-btn:hover {
    color: #221F1F !important;
}

.review-btn .star i{
    font-size: 24px !important;
    line-height: 24px !important;
    color: #f2c956 !important;
}

.review-btn.gf-btn img,
.review-btn.cl-btn img {
    width: 30px !important;
    height: 36px !important;
}

.video-element {
    width: 100%;
    height: auto;
    display: block;
  }

  .video-section {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .video-element,
  #gr-preview-image,
  #therapix-preview-image {
    width: 100%;
    height: 100%;
    display: block;
  }

  .follow__us i {
      font-size: 24px !important;
  }
  
nav .accordion-header .accordion-button{
    font-weight: 600 !important;
}