* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Montserrat";
    src: url("./font/Montserrat-Regular.ttf") format("truetype"),
        url("./font/Montserrat-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    letter-spacing: 0.4px;
}

:root {
    --primary-color: #2ecafb;
    /* Main primary color */
    --text-bold-color: #58bbda;
    /* Color for bold text */
    --accent-color: #69ed9f;
    /* Accent color */
    --secondary-color: #563070;
    /* Secondary color */
    --button-color: #6237cf;
    /* Button color */
    --highlight-color: #503bff;
    --black-color: #000000;
    --white-color: #ffffff;
}

/*====== custome csss======= */
a {
    text-decoration: none;
}

.blog-title h2 a {
    color: #000;
}

.float-wp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.heading-1 h1 {
    font-size: 72px;
    line-height: 1.3;
    font-weight: 700;
}

.heading-2 h2 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    color: var(--black-color);
}

.heading-4 h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--black-color);
}

.heading-5 h5 {
    font-size: 24px;
    color: var(--grey-color);
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.heading-6 h6 {
    font-size: 22px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 32px;
}

.title-3 h3 {
    font-size: 34px;
    color: #1e1666;
    font-weight: 500;
}

.title-5 h5 {
    font-size: 22px;
    color: #1e1666;
    font-weight: 500;
    line-height: 32px;
}

.body-text-lg p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #4e4e4e;
}

.body-text p {
    font-size: 18px;
    color: var(--grey-color);
    font-weight: 500;
}

.body-text-small p {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 400;
}

.body-text.text-center.my-3 p {
    color: #000;
}

.cst-standard-btn {
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 16px;
    border-radius: 30px;
    letter-spacing: 2px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--white-color);
    background-color: #0d6efd;
}

.able-admin-primary-button {
    background-color: #0769e4 !important;
    color: var(--white-color) !important;
    margin-bottom: 0 !important;
}

.login-form-logo {
    text-align: center;
}

.login-form-logo a {
    display: inline-block;
}

h4#signupbl {
    font-weight: 800;
    text-transform: uppercase;
}

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") !important;
}

.cst-p {
    padding-block: 60px;
}

.cst-pt {
    padding-top: 60px;
}

.cst-pb {
    padding-bottom: 60px;
}

.cst-p-30 {
    padding-block: 30px;
}

.cst-pt-60 {
    padding-top: 60px;
}

.cst-pb-60 {
    padding-bottom: 60px;
}

.cst-mb-60 {
    margin-bottom: 60px;
}

.cst-mb-30 {
    margin-bottom: 30px;
}

.cst-mb-20 {
    margin-bottom: 20px;
}

.cst-mb-10 {
    margin-bottom: 10px;
}

.navbar-logo {
    height: 40px;
}

.color-span {
    color: var(--secondary-color);
}

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

header {
    position: relative;
    background: #f8f9fa;
    position: relative;
}

.cst-navbar .navbar-nav {
    gap: 10px;
}

.cst-navbar .navbar-nav .nav-link {
    padding-block: 28px 26px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}

.cst-navbar .navbar-nav .nav-link:hover {
    border-color: var(--primary-color);
}

.search-form {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.search-form form {
    display: flex;
    justify-content: end;
    align-items: center;
    height: inherit;
}

input#search-input {
    height: inherit;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding-left: 10px;
}

input#search-input:focus-visible {
    outline: none;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}

.search-btn {
    height: inherit;
    border: none;
    background-color: #fff;
    padding-inline: 30px;
}

/* ==================== */
#signupForm input {
    border-color: rgb(0 0 0 / 50%);
    padding: 6px 12px;
}

.cst-sign-up-modal {
    position: relative;
}

.cst-sign-up-modal button.btn-close {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: #000000;
    z-index: 9;
}

/* ======Homepage======= */
/* =====hero section====== */

.banner {
    background-size: cover !important;
    background-position: center !important;
    height: 500px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    /* Added for full width of the viewport */
    width: 100vw;
    max-width: 100%;
}

.hero-sub-title h4 {
    font-weight: 600;
}

.hero-banner-content .heading-1 h1 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--white-color);
}

.hero-banner-content p {
    color: var(--white-color);
}

/* =====hero section====== */
.our-services {
    background-color: var(--white-color);
}

.our-service-wrapper {
    text-align: center;
}

.our-service-card {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.cst-hover-serivce-card .our-service-card {
    padding: 35px 30px;
}

.cst-hover-serivce-card .our-service-card:hover {
    padding: 35px 30px;
    box-shadow: 9px 17px 30px 0px rgba(0, 0, 0, 0.1);
}

.sft-development-service .our-service-card {
    padding: 40px 30px 50px;
    box-shadow: 0px 0px 13px 4px rgb(0 0 0 / 5%);
    text-align: center;
    padding: 40px 30px 50px;
    box-shadow: 0px 0px 13px 4px rgb(0 0 0 / 5%);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sft-development-service .our-service-card .body-text p {
    text-align: center;
}

.blockchain-development-service.cst-hover-serivce-card .our-service-card {
    text-align: start;
}

.blockchain-development-service.cst-hover-serivce-card .our-service-card:hover {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

.blockchain-development-service .our-service-card p {
    text-align: center;
}

.cst-our-service .our-service-card h6:hover {
    color: purple;
}

.our-service-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.our-service-img img {
    width: 100%;
}

.ourservice-card-text h5 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    min-height: 58px;
}

.ourservice-card-text a {
    display: inline-block;
    font-size: 22px;
    color: var(--secondary-color);
    transition: all 0.3s ease;
    border: 1px solid var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ourservice-card-text a i {
    line-height: 40px;
}

.ourservice-card-text a:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

/* ======our company section ========= */
.our-company {
    background-color: #fdfdfd;
}

.our-company-content h2,
.our-company-content p {
    text-align: justify;
}

.our-company-list>li {
    list-style: none;
    position: relative;
    counter-increment: step-counter;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    margin-bottom: 40px;
}

.our-company-list>li:before {
    content: counter(step-counter, decimal-leading-zero);
    font-size: 22px;
    font-weight: 700;
    color: #a7a7a7;
    position: absolute;
    left: -40px;
    top: -18px;
}

.our-company-list>li button {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    padding-bottom: 20px;
}

.our-company-list>li button span:first-child {
    flex-grow: 1;
}

.our-company-list p {
    text-align: justify;
}

/* ========our team============ */
.our-team {
    /* Gradient removed */
}

.our-team .color-span {
    color: var(--primary-color);
}

.our-team h2,
.our-team p {
    color: #082f89;
    /* Updated font color */
}

.team-img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: 95% center;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 95% center;
    border-radius: 4px;
}

.team-card-text p {
    text-align: center;
}

/* ======happy client======== */
.happy-client {
    background-image: url("../images/itproblemskeepingyouup.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 350px;
}

.happy-client-content {
    text-align: center;
    height: 100%;
    padding: 60px 40px 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.happy-client .row div:first-child .happy-client-content {
    border-left: 0;
}

.happy-client-content .first-text {
    min-height: 90px;
    font-size: 22px;
    font-weight: 500;
}

.happy-client-content .client-number h3 {
    font-size: 68px;
    font-weight: 700;
}

.happy-client-content .client-number .color-span {
    color: #082f89;
}

.happy-client-content .last-text {
    font-size: 18px;
    font-weight: 600;
    color: #082f89;
    text-transform: uppercase;
}

/* =======watch video intro====== */
.video-frame video {
    display: block;
    width: 100%;
}

.video-frame {
    position: relative;
}

.video-frame:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-text {
    width: 600px;
    position: absolute;
    top: 20%;
    left: 50%;
}

.video-text h3 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.play-btn-container {
    position: absolute;
    top: 60%;
    left: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 40px;
}

#play_button {
    border: none;
    background: none;
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

#play_button i {
    font-size: 34px;
    color: rgb(255, 255, 255);
}

.video-intro p {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =====testimonial slider========= */
.testimonial {
    background-image: url("../images/white-background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.testimonial-content h2,
.testimonial-content .color-span {
    text-transform: uppercase;
    color: #082f89;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
}

.testimonial-content h2,
.testimonial-content h5 {
    color: #082f89;
}

ul.testimonial-slider .slick-track {
    display: flex;
}

ul.testimonial-slider .slick-track .slick-slide {
    height: auto;
}

ul.testimonial-slider .slick-track .slick-slide .testimoinal-card {
    height: 100%;
}

.testimonial-slider .slick-list {
    padding: 0 280px !important;
}

.testimoinal-card {
    padding: 30px;
    background-color: #fff;
    margin-inline: 10px;
    border-radius: 4px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.review h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.review p {
    font-size: 18px;
    color: var(--secondary-blue-color);
    line-height: 1.3;
    font-weight: 400;
    text-align: justify;
}

.user-info {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.user-avtar {
    width: 60px;
    height: 60px;
}

.user-avtar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.user-text h3 {
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.user-text span {
    color: gray;
}

.testimonial-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    margin-top: 20px;
}

.testimonial-slider .slick-dots li {
    margin: 0 0.25rem;
}

.testimonial-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #082f89;
    opacity: 0.3;
    text-indent: -9999px;
}

.testimonial-slider .slick-dots li.slick-active button {
    opacity: 1;
    width: 16px;
    height: 16px;
}

/* =====testimonial slider========= */
/* =====contact-us========= */
.ct-blue-banner {
    background-image: url("../images/our-experienced.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-us {
    padding-block: 100px;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background-color: #eff2f7;
}

.contact-us-left h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 5px;
    margin-bottom: 20px;
}

.contact-us-left h2 span {
    color: var(--primary-color);
}

.contact-us-left p {
    color: var(--white-color);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.contact-us-right {
    text-align: center;
}

.tell-icon i {
    font-size: 48px;
    color: var(--white-color);
}

.contact-us-right>*:not(last-child) {
    margin-bottom: 10px;
}

span.tell-icon.cst-mb-10 {
    display: inline-block;
}

.contact-us-right p {
    font-size: 18px;
    color: var(--white-color);
    text-transform: uppercase;
}

.contact-us-right h3 a {
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
}

/* =========about us========= */
.abt-banner {
    position: relative;
    background-position: center !important;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px !important;
    /* Added for full width of the viewport */
    width: 100vw;
    max-width: 100%;
}

section.abt-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-text-content {
    position: relative;
    z-index: 9;
    text-align: center;
}

.about-text-content .heading-h1 h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.our-sec-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
}

.about-text-content .body-text p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 36px;
}

.about-text-content .body-text-small p {
    color: #ffffff;
}

.our-sec-text {
    text-align: center;
}

.cmn-link a {
    font-size: 18px;
    text-decoration: none;
    color: var(--primary-color);
}

.cmn-link a span {
    padding-left: 5px;
}

/* =======become partner======= */
.become-partner-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    height: 100%;
}

.become-partner-card h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--black-color);
}

.card-01-top {
    padding: 60px 30px 30px;
}

.card-01-top .body-text p {
    font-size: 16px;
    color: var(--grey-color);
    font-weight: 500;
    text-align: justify;
}

.round-img {
    position: relative;
    width: 100px;
    margin-inline: auto;
}

.round-img img {
    width: 100%;
    height: 100%;
}

.card-01-btm .cmn-link a {
    display: block;
    color: #000;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.inline-link.text-center p {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
}

.inline-link.text-center p a {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.inline-link.text-center p a:hover {
    color: var(--text-bold-color);
}

/* =======able-admins-se==== */
.able-admins-sec {
    padding-block: 100px;
    background-image: url("../images/about-us-blue-banner.png");
}

.modal-content {
    padding: 30px;
}

.able-admins-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 5px;
    margin-bottom: 20px;
}

.able-admins-content h6 {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.5;
}

.able-admins-content h6 .color-span {
    font-weight: 500;
    color: var(--primary-color);
}

button.btn-close {
    font-size: 24px;
}

.modal-banner .heading-3 h3 {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.modal-body .body-text p {
    font-size: 18px;
    color: #000000;
}

.optimal-solutions-list {
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.optimal-solutions-list li {
    list-style: none;
    display: flex;
    justify-content: start;
    gap: 20px;
}

.optimal-solutions-content .heading-h5 h5 {
    font-size: 22px;
    font-weight: 700;
    color: var(--primary-color);
}

.optimal-solutions-content p {
    text-align: justify;
}

.optimal-solutions-icon i {
    font-size: 28px;
    color: var(--rose-color);
}

/* ========projects-banner"===== */
.projects-banner {
    background-color: var(--primary-color);
}

.project-content {
    text-align: center;
}

.project-content .heading-h2 h2 {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
}

.project-content .body-text-small p {
    color: var(--black-color);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

/* =========slider========= */

ul.about-testimonial-slider li .slider-card-content {
    list-style: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 40px;
    border-radius: 4px;
}

.author-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.5rem;
}

.author-img {
    width: 100px;
    height: 100px;
}

.author-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author-info .star {
    margin-bottom: 16px;
}

.author-info .star i {
    font-size: 20px;
    color: #ffbc1e;
}

.author-info .heading-h4 h4 {
    font-size: 22px;
    font-weight: 700;
}

.author-info .heading-h4 h4 span {
    font-size: 20px;
    font-weight: 400;
}

.about-testimonial-slider .slick-track {
    padding-block: 30px;
}

.about-testimonial-slider .slick-slide {
    margin: 0 20px;
    /* Adjust the value to set the gap size */
}

ul.about-testimonial-slider .slick-track {
    display: flex;
}

ul.about-testimonial-slider .slick-track .slick-slide {
    height: auto;
}

ul.about-testimonial-slider .slick-track .slick-slide .slider-card-content {
    height: 100%;
}

ul.about-testimonial-slider .slider-card-content p {
    text-align: justify;
}

/* =======cst-contact===== */

.cst-contact {
    padding-block: 100px;
    position: relative;
    background-size: cover !important;
    background-position: bottom !important;
    background-image: url("../images/cst-contact-banner.png");
}

.contact-wrapper {
    position: relative;
}

.contact-content {
    text-align: center;
}

.rating span {
    font-size: 60px;
    font-weight: 500;
}

.rating-star {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.rating-star span i {
    font-size: 28px;
    color: #ffbc1e;
}

.by-customer .heading-h4 h4 {
    font-size: 22px;
    font-weight: 600;
}

.contact-details {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1.5rem;
    margin-left: 144px;
    margin-top: 20px;
}

.contact-text {
    text-align: start;
}

.contact-text p {
    color: var(--white-color);
    letter-spacing: 2px;
}

.contact-text h4 a {
    font-size: 24px;
    color: var(--white-color);
}

.contact-icon i {
    font-size: 32px;
    color: var(--white-color);
}

/* =========about us========= */
/* =====contact-us========= */
/* =====homepage end here */

/* =======about us page start here */

.about-hero-sect {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    height: 700px;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

section.about-hero-sect::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.about-hero.text-center {
    position: relative;
    z-index: 9;
}

.about-hero .heading-1 h1 {
    text-shadow: 3px 3px 4px black;
    font-size: 81px;
    line-height: 1.3;
    font-weight: 700;
}

.about-hero .body-text p {
    font-size: 28px;
    color: #ffffff;
    font-weight: 400;
}

/* ======Our Company section ===== */
.gn-img img {
    width: 100%;
}

.our-co-sec .gn-img img {
    height: 300px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.our-co-text .body-text p {
    line-height: 1.9;
}

/* ========Become partner sect============== */
.b-com-partner-card {
    text-align: center;
    height: 100%;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.top-sec {
    padding: 60px 20px 20px;
}

.top-sec .heading-4 h4 {
    color: #000;
    text-transform: revert;
}

.btm-sec {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.small-img {
    position: relative;
    width: 120px;
    height: 120px;
    margin-inline: auto;
}

.small-img img {
    width: 100px;
    height: 100px;
}

.small-img:before {
    position: absolute;
    content: "";
    bottom: 24px;
    left: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    z-index: -1;
    background-color: #f4eeec;
}

.cmn-link a {
    display: inline-block;
    text-decoration: none;
    color: var(--primary-color);
    padding: 10px 16px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.cmn-link a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.cmn-link a span {
    margin-left: 5px;
}

/* ====become partner===== */
.become-our-partner-sec .inline-link {
    margin-top: 40px;
}

.become-our-partner-sec .inline-link p {
    font-size: 18px;
    font-weight: 500;
}

/* =======able admins======== */
.able-admins {
    background-position: center !important;
    background-size: cover !important;
}

.able-admins-img {
    height: 353px;
}

.able-admins-img img {
    width: auto;
    height: 100%;
}

/* =========optimal solutions section========= */
.optimal-solutions-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    list-style: none;
}

.optimal-solutions-list .heading-4 h4 {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: revert;
}

/* =====about-happy-client======= */
section.about-happy-client {
    background-color: var(--primary-color);
}

.about-happy-client .happy-client-content {
    border: none;
}

.about-happy-client .client-number h3 .color-span {
    color: #fff;
}

.about-happy-client .happy-client-content .last-text p {
    color: #fff;
}

/* =======service page start here========= */
.service-banner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
    /* Added for full width of the viewport */
    width: 100vw;
    max-width: 100%;
}

.service-banner {
    text-align: center;
}

.service-banner .heading-h1 h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    text-shadow: 3px 3px 4px black;
}

.select-form {
    width: 100%;
}

.select-form select {
    width: 60%;
    background-color: var(--white-color);
    color: var(--black-color);
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding-inline: 10px;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    outline: none;
}

.service-banner .body-text p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-weight: 400;
    line-height: 36px;
}

.slider-3266 .slick-track {
    display: flex;
    padding-block: 20px;
}

.slider-3266 .slick-track .slick-slide {
    height: auto;
    padding: 30px 20px;
    background-color: #00000000;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.slider-3266 li {
    text-align: center;
}

.slider-3266 .slick-track .slick-slide h6 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #070606;
    letter-spacing: 1px;
}

.slider-3266 .slick-track .slick-slide p {
    color: #070606;
    font-size: 16px;
    font-weight: 400;
}

.slider-3266 ul.slick-dots li button {
    background-color: var(--secondary-color);
}

.img-3266 {
    width: 100px;
    height: 100px;
    background-color: var(--white-color);
    padding: 5px;
    margin: 0 auto;
}

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

.slider-3266 {
    padding-left: 0;
}

.slider-3266 .slick-slide {
    margin: 0 10px;
    /* Adjust the value to set the gap size */
}

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

ul.slick-dots li {
    margin: 0 0.25rem;
}

ul.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: var(--primary-color);
    opacity: 0.3;
    text-indent: -9999px;
}

ul.slick-dots li.slick-active button {
    opacity: 1;
    width: 16px;
    height: 16px;
}

/* =======our compny section ======== */
.services-co-content h2,
.services-co-content p {
    text-align: justify;
}

.services-co-img {
    display: grid;
    place-items: center;
    position: relative;
    height: 100%;
}

.services-co-img img {
    width: 100%;
}

/* ======industries we serve======== */
.industries-we-serve-sec {
    /* background-color: #e6f1fe; */
}

.industries-content h6 {
    color: var(--black-color);
}

.industries-type {
    display: flex;
    justify-content: start;
    gap: 20px;
    height: 100%;
}

.industries-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.industries-icon i {
    font-size: 40px;
}

.industries-content .heading-h5 h5 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
}

.industries-content .body-text-small p {
    text-align: left !important;
    font-size: 16px;
    color: var(--black-color);
}

.industries-content .cmn-link a {
    display: inline-block;
    padding-left: 0px;
    transition: all 0.3s ease-in-out;
}

.industries-content .cmn-link a:hover {
    padding-left: 15px;
}

.two-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.cst-praimry-btn a {
    display: block;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    padding: 0px 15px;
    height: 56px;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    align-content: center;
}

/* =====how we work========= */
.steps-4 h1 {
    display: inline-block;
    position: relative;
    font-size: 80px;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.2);
}

span.step {
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    top: 50%;
    left: 28%;
    color: #000;
}

span.line {
    position: relative;
    width: 17px;
    height: 1px;
    background: #000;
    display: inline-block;
    right: 60px;
    top: -3px;
}

.steps-content {
    height: 100%;
}

.steps-content p {
    text-align: left;
}

.steps-content .count span {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    font-size: 20px;
    font-weight: 600;
}

.steps-content .count {
    position: relative;
}

.steps-content .count:before {
    position: absolute;
    content: "";
    width: calc(100% + 5px);
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}

.steps-content .count.cst-count:before {
    display: none;
}

.steps-content .heading-h6.cst-mb-20 h6 {
    font-size: 22px;
}

.steps-content .body-text-small.cst-mb-20 p {
    font-size: 16px;
    color: #939393;
}

.steps-content .cmn-link a {
    display: inline-block;
    padding-left: 0;
}

/* =======contact banner======= */
.contact-banner .two-link a.free-consult,
.contact-banner .two-link a:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-banner .two-link a:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 10px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-banner .two-link a.free-consult {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: var(--primary-color);
    color: var(--white-color);
    padding: 10px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section.contact-banner {
    background-image: url("../images/contact-banner.png");
    background-color: #454545;
}

section.contact-banner .heading-3 h3 {
    color: #fff;
    line-height: 30pt;
}

section.contact-banner .heading-3 h3 .color-span {
    color: var(--primary-color);
}

.contact-banner .two-link {
    justify-content: center;
}

.contact-banner .two-link .cst-praimry-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    background: var(--rose-color);
    padding: 0px 15px;
    width: 150px;
    height: 56px;
    border: none;
    border-radius: 4px;
}

/*========news blog======== */
.news-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.news-content-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.news-big-content {
    padding-right: 10px;
    grid-row: 1/4;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.news-content-img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.news-content-img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(255, 0, 0, 0),
            rgba(0, 0, 0, 0.5));
}

.news-author-date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

span.news-cmn-text {
    color: #fff;
    font-size: 16px;
}

.news-author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.date span i {
    color: #fff;
}

.news-content-text .title-5 h5 {
    color: #000;
}

.news-content-text>.body-text-small p {
    color: var(--grey-color);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-content-text .cmn-link a {
    margin-top: 10px;
    padding: 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.news-content-text .cmn-link a:hover {
    background: none;
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.news-content-text .heading-3 h3 {
    font-size: 26px;
}

.news-content-text .modal-body .body-text p {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.news-small-content {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 10px;
    padding-left: 10px;
}

.news-small-content .news-content-img {
    width: auto;
    height: 120px;
}

.news-small-content .news-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-small-content .news-author img {
    width: 40px;
    height: 40px;
}

.news-small-content .news-content-text .heading-4 h4 {
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-small-content .news-content-text>.body-text-small p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.published-info h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.news-date span {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.news-content-text h6 {
    color: var(--secondary-color);
    line-height: 1.3;
    font-size: 20px;
}

.blog-title h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-content-text .cmn-link a {
    padding-right: 8px;
    padding-left: 0;
}

.blog-content-text .cmn-link a:hover {
    padding-left: 8px;
}

.blog-content-text.blog-details h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.all-blog-content>* {
    margin-bottom: 20px;
}

.all-blog-content h2 {
    font-size: 38px;
    font-weight: 700;
}

.all-blog-content h4 {
    font-size: 28px;
    font-weight: 700;
}

.all-blog-content p {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.8px;
    text-align: justify;
}

.all-blog-content ul {
    padding-left: 60px;
}

.all-blog-content ul li {
    font-size: 20px;
    color: #000;
}

/* ========service-cst-contact========== */

/* =====service slider======== */

.cst-contact.service-cst-contact {
    background-image: url(../images/contact-info-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.cst-contact.service-cst-contact .contact-content {
    justify-content: center;
    gap: 40px;
}

.service-cst-contact .rating span {
    color: #fff;
}

.service-cst-contact .contact-icon i {
    color: #fff;
}

.contact-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.contact-details.cst-details {
    margin-left: 96px;
}

.contact-details.cst-details .contact-text h4 a {
    color: #fec02d;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    height: 50px;
    border: none;
    background-color: rgb(124 124 124 / 10%);
}

.contact-form .heading-4 h4 {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    line-height: 1.3;
}

.contact-form .body-text-small p {
    color: var(--grey-color);
}

/* =======service page end here=========== */
/* =========blog page start here========== */
.cmn-hero-section {
    position: relative;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Added for full width of the viewport */
    width: 100vw;
    max-width: 100%;
}

.cmn-hero-content.text-center h1 {
    color: var(--white-color);
}

.cmn-hero-content.text-center {
    position: relative;
    z-index: 9;
}

.cmn-hero-content nav {
    display: flex;
    justify-content: center;
}

.cmn-hero-content ol li {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.cmn-hero-content ol li a {
    color: var(--white-color);
}

.cmn-hero-content .breadcrumb-item.active {
    color: var(--white-color);
    padding: 0px 16px;
    margin-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255) !important;
}

.blog-content {
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
        rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.blog-content-img {
    position: relative;
    overflow: hidden;
}

.blog-content-img img {
    width: 100%;
    height: 182px;
    object-fit: cover;
    object-position: center;
}

.blog-content-text {
    padding: 20px;
}

.blog-content-text .heading-4 h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    text-transform: revert;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination .page-item {
    border: none;
    font-size: 18px;
    text-transform: uppercase;
}

.pagination .page-link {
    border: none !important;
    color: var(--grey-color) !important;
    font-size: 18px;
    font-weight: 500;
}

.pagination .active>.page-link {
    background-color: #f6f5fa !important;
}

/* =========blog pagr start end========== */
/* ======blog details======= */
.blog-details .heading-1 h1 {
    font-size: 42px;
    font-weight: 700;
}

.blog-details .heading-2 h2 {
    font-size: 38px;
    font-weight: 700;
}

.blog-details .heading-3 h3 {
    font-size: 28px;
    font-weight: 700;
}

.cmn-hero-section.abt-banner .heading-3 h3 {
    color: #fff;
}

/* ======blog details======= */
/* =========career page start========= */
.it-expert-content {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 16px;
    padding: 30px 40px;
    border-radius: 4px;
}

.it-expert-content.current-opening {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.it-expert-content:nth-child(even) {
    background-color: #ededed;
}

.it-expert-title .title-5 h5 {
    color: #000;
}

.it-text .body-text p {
    font-weight: 400;
}

.learn-more-link-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px 20px;
    grid-auto-rows: 300px;
}

.learn-more-link-img:nth-of-type(1) {
    grid-column: 1/4;
}

.learn-more-link-img:nth-of-type(2) {
    grid-column: 4/6;
}

.learn-more-link-img:nth-of-type(3) {
    grid-row: 2/3;
    grid-column: 1/3;
}

.learn-more-link-img:nth-of-type(4) {
    grid-row: 2/3;
    grid-column: 3/6;
}

.learn-more-link-img {
    border-radius: 8px;
    overflow: hidden;
}

.learn-more-link-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* =========career page end========= */
/* =======cyber security========= */
.computing-card {
    position: relative;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.computing-card-shap-1 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(50%, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.computing-card-shap-2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(-50%, 50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.computing-card:hover .computing-card-shap-1,
.computing-card:hover .computing-card-shap-2 {
    transform: translate(0, 0);
    opacity: 1;
}

.computing-card:hover {
    box-shadow: 0px 0px 12px 6px rgb(185 151 255 / 50%);
}

.computing-img img {
    height: 180px;
}

.computing-card-content {
    position: relative;
}

.computing-card-content .heading-3 h3 {
    font-size: 28px;
}

.computing-card-content .body-text p {
    text-align: left;
}

.what-we-do-content p {
    text-align: left;
}

.what-we-can-we--sub-content {
    display: flex;
    justify-content: start;
    gap: 1.5rem;
}

.what-we-can-icon i {
    color: var(--primary-color);
}

.what-we-do-img img {
    width: 100%;
}

.computing-cloud-client-banner {
    background-color: #f8f8f8;
}

.computing-cloud-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.computing-cloud-icon {
    padding: 22px 20px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.computing-cloud-icon i {
    font-size: 30px;
    color: var(--primary-color);
}

.computing-cloud-text .heading-2 h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.computing-cloud-text .heading-5 h5 {
    color: #000000;
}

.what-we-do-img-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.what-we-do-img-wrapper .what-we-do-img {
    text-align: center;
    align-content: center;
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.what-we-do-img-wrapper .what-we-do-img:nth-child(even) {
    position: relative;
    bottom: 20px;
}

.what-we-can-text span {
    display: inline-block;
    margin-bottom: 10px;
}

.what-we-can-text span i {
    font-size: 40px;
}

.what-we-can-text .body-text-small p {
    text-align: left;
}

/* =======cyber security========= */
/* ===========About Contact Sec========= */
.about-contact-sec {
    position: relative;
    background-position: top !important;
    background-size: calc(100% - 47px) !important;
}

.rating span {
    font-size: 38px;
    color: var(--white-color);
    font-weight: 700;
}

.by-customer h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white-color);
    text-transform: uppercase;
}

.star span i {
    font-size: 28px;
    color: #ffbf28;
}

.by-user span {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.reach-now-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.reach-now-icon i {
    font-size: 38px;
    color: var(--rose-color);
}

.reach-now-content .reach-now p {
    font-size: 16px;
    letter-spacing: 1px;
    word-spacing: 1px;
}

.reach-now-content .heading-4 h4 {
    color: var(--primary-color);
    font-size: 34px;
    font-weight: 700;
    text-transform: revert;
}

/* =======about us page  end */
/* =========Software development start======= */
.sft-service-img {
    width: 270px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sft-service-img img {
    width: 100%;
}

.sft-development-service .heading-3 h3 {
    font-size: 30px;
}

.sft-development-service .card-link {
    background-color: #0992cc;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.progress,
.progress-stacked {
    height: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.progress-bar {
    background-color: var(--primary-color);
    border-radius: 30px;
}

/* =========Software development end======= */
/* =========Web development start here ===== */
.progress-content h2,
.progress-content p {
    text-align: left;
}

ul.web-development-serivce {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    list-style: none;
}

ul.web-development-serivce li {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 100px;
    border-radius: 16px;
    overflow: hidden;
}

ul.web-development-serivce li span:last-child {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.tc-used li {
    padding: 30px;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    gap: 10px;
}

.tc-used li span:first-child {
    flex-shrink: 0;
    background-color: var(--bg-color);
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.tc-used li span:last-child {
    font-size: 18px;
    font-weight: 700;
    color: #1e1666;
}

.web-service-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}

.web-development-service .ourservice-card-text p {
    text-align: center;
}

.tooltip-target {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-target img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: center;
}

.tooltip-target .heading-6 h6 {
    font-size: 18px;
}

/* ===========tooltip======== */
.tooltip-container {
    position: relative;
    display: block;
    height: 100%;
}

.tooltip-target {
    font-size: 16px;
    background-color: #fff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
}

.tooltip {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    text-align: justify;
    background-color: #e9f9f9;
    color: #000;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

.tooltip-container:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

/* =========Web development end here ===== */
/* =========mob development start here ===== */
.mob-development-service .our-service-card {
    text-align: start;
    padding: 20px 30px;
}

.mob-development-service .our-service-card .title-5 h5 {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -0.7px;
    color: #1e1666;
}

.mob-development-service .our-service-card .web-service-img {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.mob-development-service .our-service-card .web-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mob-development-service .body-text p {
    text-align: left;
}

.tc-used li {
    padding: 30px;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    gap: 10px;
}

.tc-used li span:first-child {
    background-color: var(--bg-color);
    width: 40px;
    height: 40px;
    text-align: center;
    align-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.tc-used li span:last-child {
    font-size: 18px;
    font-weight: 700;
    color: #1e1666;
}

.lt-tech {
    border-right: 4px solid red;
    padding-right: 20px;
}

.lt-tech-box {
    text-align: center;
    padding: 30px;
}

.lt-tech-box img {
    width: 50px;
    height: auto;
    margin-bottom: 16px;
}

.lt-tech-box h4 {
    font-size: 22px;
    color: #1e1666;
    font-weight: 500;
    line-height: 32px;
}

.lt-tech-box p {
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
}

/* =========mob development end here ===== */
/* =========Graphics design============ */
ul.red-list {
    padding: 0;
    list-style: none;
}

ul.red-list li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
}

ul.red-list li:not(:last-child) {
    margin-bottom: 10px;
}

ul.red-list li::before {
    position: absolute;
    content: "\279F";
    color: red;
    left: 0;
}

/* =========Graphics design============ */
/* ==========SEO section start here====== */
.pack-btn a {
    display: inline-block;
    font-size: 22px;
    background-color: #4760ad;
    color: #fff;
    padding: 6px 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border: 2px solid transparent;
}

.pack-btn a:hover {
    transform: scale(1.1);
    background-color: transparent;
    color: #4760ad;
    border-color: #4760ad;
}

.seo-form {
    padding: 40px 20px;
    box-shadow: 0px 0px 12px 6px rgba(0, 0, 0, 0.2);
}

.seo-form .title-3 {
    margin-bottom: 20px;
}

.seo-form form input {
    display: block;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 20px;
    border: 1px solid #dcdcdd;
    background-color: #f7f7fb;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.seo-form form button {
    border-radius: 4px;
    background-color: #ff4c29;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    border: none;
    color: #fff;
    padding: 4px 16px;
}

section.our-seo-service.cst-p {
    background-color: #ededed;
}

.seo-serivces {
    height: 100%;
}

.seo-serivces img {
    width: 80px;
    height: 80px;
}

.seo-card-top img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.seo-services-cards .ourservice-card-text p {
    text-align: center;
}

/* ==========SEO section end here====== */
/* =========software testing start here======= */
.contact-link {
    margin-top: 20px;
}

.approved-sft-testing {
    text-align: center;
}

.approved-sft-testing img {
    width: 60%;
}

.sft-book-const {
    padding-block: 210px 130px;
    background: url(../images/marketing-analysis-business-analysis-banner.webp) center / cover no-repeat;
}

.sft-book-const h2 {
    color: #fff;
    text-align: center;
}

/* =========software testing end here======= */
/* ================Graphics Design===========  */
.g-design-card .web-service-img img {
    width: 110px;
    height: 110px;
}

ul.web-development-serivce.graphics-design li {
    display: block;
    text-align: center;
}

ul.web-development-serivce.graphics-design li img {
    width: 80px;
    height: 80px;
}

ul.web-development-serivce.graphics-design li .heading-6 {
    text-align: center;
}

ul.web-development-serivce.graphics-design li span {
    text-align: justify;
}

/* ================Graphics Design===========  */
/* ===============Digital Marketing start here======= */
.dgtl-mrktng-card {
    display: flex;
    gap: 20px;
    padding: 24px 16px;
}

.dgtl-mrktng-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
}

.dgtl-mrktng-card {
    display: flex;
    gap: 20px;
    padding: 24px 16px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.dgtl-mrktng-card:not(:last-child) {
    margin-bottom: 12px;
}

.service-range-card {
    display: flex;
    gap: 40px;
}

.service-range-card img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}

.service-range-content h5 {
    margin-bottom: 16px;
}

/* ===============Digital Marketing start here======= */
/* =======pricing and plans start======== */
section.our-price-sec {
    background-image: linear-gradient(to top right,
            #7680f5 0%,
            #7680f5 5%,
            #d6cff0 20%,
            #d6cff0 70%,
            #e3b3ff 100%);
}

.our-price-sec .heading-5 h5 {
    color: #000000;
    background-color: #efefef;
    display: inline-block;
    padding: 7px 18px;
}

.cmn-card-pricing {
    position: relative;
    padding: 40px 20px;
    background-color: #fff;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.plane-type {
    padding-bottom: 20px;
}

.plane-type h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 10px;
}

.plane-type span {
    font-size: 16px;
}

.pricing-and-package h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pricing-and-package span {
    font-size: 14px;
    color: var(--grey-color);
}

.pricing-and-package {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

ul.plan-services {
    padding: 10px 0px;
    list-style: none;
}

ul.plan-services li {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--grey-color);
}

ul.plan-services li span i {
    font-size: 20px;
    font-weight: 700;
}

span.gree-color i {
    color: #00db78;
}

span.red-color i {
    color: red;
}

.purchase-btn a {
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #283F8A;
    /* Updated to dark blue */
}

.cst-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/best-offer.png");
    width: 60px;
    height: auto;
}

/* =======pricing and plans end======== */
/* ======faqs section start=========== */
.faqs-sec {
    background-color: #e5e5e5;
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 0.375rem;
    overflow: hidden;
    background-color: #fff;
}

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

.faq-accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.8px;
}

.faq-accordion .accordion-body {
    text-align: justify;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ffffff;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

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

.get-in-touch {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    gap: 16px;
    border-radius: 0.375rem;
}

.get-in-touch .praimry-btn a {
    width: 170px;
}

.faqs-sec .cmn-link a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 2px;
}

/* ======faqs section start ===========*/
/* =======contact us form start =========*/
.contact-us-form form input,
.contact-us-form form textarea {
    border: none;

    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    font-size: 18px;
}

.contact-us-form form input:focus,
.contact-us-form form textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-group.required label {
    position: relative;
}

.form-group.required label:after {
    content: " *";
    color: red;
}

span.error-msg>strong {
    font-size: 12px;
    font-weight: 300;
    color: red;
}

.speak-with-us-img-content img {
    width: 100%;
}

section.our-location-sec {
    padding-top: 60px;
    background-color: #e3e3e3;
}

.our-locations {
    position: relative;
    top: 100px;
    z-index: 99;
}

.our-location {
    background-color: var(--primary-color);
    padding: 30px;
    border-radius: 8px;
}

.location h4 {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 600;
}

.location {
    position: relative;
}

.location:before {
    position: absolute;
    content: "";
    height: 0.5px;
    width: 100%;
    background-color: rgb(255 255 255 / 80%);
    top: 50%;
    transform: translateY(-50%);
}

.our-location p {
    color: #fff;
}

.our-location ul {
    padding: 0;
    list-style: none;
}

.our-location ul li {
    display: flex;
    justify-content: start;
    gap: 10px;
    color: #fff;
}

.our-location ul li a {
    text-decoration: none;
    color: inherit;
}

.our-location ul li:first-child {
    margin-bottom: 20px;
}

/* =======contact us form end========= */
/* =======Privacy and Policy start========= */
.privacy-policy-sec .body-text p {
    font-weight: 400;
    color: #000;
}

.privacy-policy-sec .body-text p:not(:last-child) {
    margin-bottom: 20px;
}

.privacy-policy-sec ul li {
    position: relative;
    list-style: none;
}

.privacy-policy-sec ul li:not(:last-child) {
    margin-bottom: 10px;
}

.privacy-policy-sec ul li:before {
    position: absolute;
    content: "";
    font-family: "FontAwesome";
    left: -32px;
    top: 0;
    color: var(--primary-color);
}

/* =======Privacy and Policy end========= */
/* =====forum section start here====== */
.forum-support-sec {
    padding-top: 60px;
}

.forum-sprt-content {
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 40%);
}

.forum-services {
    display: flex;
    gap: 2rem;
    padding: 40px;
}

.forum-services:not(:last-child) {
    border-bottom: 1px solid rgba(230, 225, 225, 0.3);
}

.forum-icon i {
    font-size: 50px;
}

.forum-text h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.forum-text p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 20px;
}

.forum-link a {
    color: #fff;
    font-size: 18px;
    background-color: #2b5fa1;
    padding: 4px 18px;
    border-radius: 30px;
}

.forum-services:nth-of-type(2) a {
    background-color: #00a3f9;
}

.forum-services:nth-of-type(3) a {
    background-color: #08bcab;
}

.forum-link a span {
    margin-left: 10px;
}

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

.forum-form-sec {
    background-color: #f5f5f5;
}

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

.forum-form {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
}

.forum-form button {
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px 18px;
    border-radius: 4px;
}

/* =====forum section end here====== */
/* public/css/styles.css */
footer {
    background-color: #f8f9fa;
    /* Light background for footer */
    padding-block: 60px 0px;
}

footer .container {
    padding: 0 15px;
    /* Ensure padding is consistent */
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li a:hover {
    color: #8a2be2;
    transition: color 0.3s ease;
}

/* Custom CSS for dropdown hover effect */

.dropdown-menu {
    margin-top: 0;
}

/* Custom banner styling */
/* Footer styles */
footer {
    background-color: #f8f9fa;
}

footer h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
}

.cst-list.list-unstyled li {
    margin-bottom: 6px;
}

.list-unstyled li {
    font-size: 14px;
    font-weight: 500;
    color: var(--grey-color);
    margin-bottom: 10px;
}

.list-unstyled li a {
    text-decoration: none;
    color: var(--grey-color);
}

.playstore-app-store {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 10px;
    background-color: #f3effb;
}

.copy-right p {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey-color);
    letter-spacing: 1.5px;
}

.social-media {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

.social-media li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    border: 1px solid var(--primary-color);
    margin-top: 14px;
}

.social-media li:hover i {
    color: #40E0D0;
    transition: color 0.3s ease;
}

.social-media li a {
    text-decoration: none;
}

.social-media li i {
    font-size: 18px;
    line-height: 40px;
    color: var(--primary-color);
    width: 100%;
    height: 100%;
}

/* ======sign up form======= */
#signupForm .modal-content {
    overflow: hidden !important;
}

.cst-signup-form input {
    margin-bottom: 12px;
}

.sign-img {
    padding: 50px;
    width: 80%;
}

.sign-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#signupbl {
    margin-bottom: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    ul.navbar-nav {
        margin-top: 20px;
        gap: 0 !important;
    }

    .cst-navbar .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 16px;
    }

    .abt-banner {
        height: revert;
        padding-block: 40px;
    }

    .video-text {
        width: auto;
        top: 10%;
    }

    .video-text h3 {
        font-size: 36px;
    }

    .play-btn-container {
        top: 55%;
    }

    .testimonial-slider .slick-list {
        padding: 0px 100px !important;
    }

    .testimoinal-card {
        margin-inline: 15px;
    }

    .happy-client-content {
        border-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .happy-client .row div:last-child .happy-client-content {
        border-right: 0;
    }

    .what-we-do-img-wrapper .what-we-do-img {
        padding: 20px;
    }

    .contact-banner .two-link {
        flex-direction: column;
    }

    .contact-text .body-text-small p {
        font-size: 14px;
    }

    .contact-text .heading-h4 h4 {
        font-size: 22px;
    }

    .steps-content {
        padding-top: 36px;
    }

    .count.cst-count.cst-mb-20 {
        margin: 0;
    }

    /* career */
    .contact-us-left .heading-2 h2 {
        font-size: 36px;
    }

    .contact-us-right {
        text-align: center;
        padding: 20px;
    }

    .contact-us-right .heading-1 h1 {
        font-size: 32px;
    }

    /* career */
    /* =====web development======= */

    ul.web-development-serivce {
        grid-template-columns: 1fr;
    }

    ul.web-development-serivce li {
        align-items: center;
        gap: 10px;
    }

    .tc-used li {
        background-size: cover;
        padding: 16px;
    }

    /* =====mob development====== */
    .lt-tech {
        border: none;
    }
}

@media only screen and (max-width: 991px) {
    header {
        padding-block: 18px;
    }
}

@media only screen and (max-width: 767px) {
    ul.navbar-nav {
        margin-top: 20px;
        gap: 0 !important;
    }

    .cst-navbar .navbar-nav .nav-link {
        padding-top: 0;
        padding-bottom: 16px;
    }

    .heading-2 h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .heading-3 h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    header {
        padding-block: 16px;
    }

    .search-form form {
        height: 44px;
    }

    .search-form {
        position: revert;
        margin-top: 10px;
    }

    input#search-input {
        flex-grow: 1;
    }

    .banner {
        height: 500px;
        background-position: right 25% top 50% !important;
    }

    .hero-banner-content .heading-1 h1 {
        font-size: 38px;
    }

    .happy-client .row div:last-child .happy-client-content {
        border: 0;
    }

    .happy-client-content {
        border: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .happy-client-content .first-text {
        min-height: revert;
        font-size: 20px;
    }

    .happy-client-content .client-number h3 {
        font-size: 40px;
    }

    .video-text {
        top: 10%;
        width: auto;
        transform: translateX(-50%);
    }

    .video-text h3 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    .play-btn-container {
        top: 55%;
        gap: 20px;
        transform: translateX(-50%);
    }

    #play_button {
        width: 50px;
        height: 50px;
    }

    #play_button i {
        font-size: 18px;
    }

    .video-intro p {
        font-size: 14px;
    }

    .testimonial-slider {
        padding-left: 0;
    }

    .testimonial-slider .slick-list {
        padding: 0px 0px !important;
    }

    .testimoinal-card {
        margin-inline: revert;
    }

    .review h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .review p {
        font-size: 18px;
        line-height: 1.4;
    }

    .user-text h3 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1px;
    }

    .tell-icon i {
        font-size: 40px;
    }

    .reach-now p {
        font-size: 16px;
    }

    .contact-us-right .heading-1 h1 {
        font-size: 32px;
    }

    /* ====serives start===== */
    .service-banner-sec {
        height: 500px;
    }

    .service-banner .heading-h1 h1 {
        color: #fff;
        font-size: 42px;
    }

    .select-form select {
        width: 100%;
    }

    .serivces-img-2 {
        left: 47%;
    }

    .news-content-wrapper {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .news-big-content {
        padding-right: 0px;
        border-right: none;
    }

    .news-author {
        display: flex;
        justify-content: start;
        gap: 5px;
    }

    .news-small-content .news-content-text .heading-4 h4 {
        font-size: 18px;
    }

    .steps-content .count:before {
        width: -webkit-fill-available;
    }

    .contact-form {
        padding: 30px;
    }

    .praimry-btn a {
        margin-bottom: 30px;
    }

    .two-link {
        flex-direction: column;
    }

    .two-link .praimry-btn {
        width: 100%;
    }

    .two-link .praimry-btn a {
        margin-bottom: 0px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .two-link .cst-praimry-btn {
        width: 100%;
    }

    .two-link .cst-praimry-btn a {
        text-align: center;
    }

    .steps-content .cmn-link {
        margin-bottom: 30px;
    }

    .contact-banner .two-link .cst-praimry-btn a {
        width: 100%;
    }

    section.contact-banner .heading-3 h3 {
        margin-bottom: 20px;
    }

    .cst-contact.service-cst-contact .contact-content {
        align-items: center;
    }

    .services-video-main {
        width: 100%;
        margin: 0;
    }

    .steps-content {
        height: revert;
    }

    /* ====serives end===== */
    /* =======career page start===== */
    .it-expert-content {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px;
    }

    .it-expert-content.current-opening {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px;
    }

    .learn-more-link-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .learn-more-link-img:nth-of-type(1) {
        grid-column: revert;
    }

    .learn-more-link-img:nth-of-type(3) {
        grid-row: revert;
        grid-column: revert;
    }

    .learn-more-link-img:nth-of-type(4) {
        grid-row: revert;
        grid-column: revert;
    }

    /* =======cyber security========= */
    .computing-cloud-client {
        flex-direction: column;
    }

    .computing-cloud-text {
        text-align: center;
    }

    .what-we-do-img-wrapper {
        grid-template-columns: 1fr;
    }

    .what-we-do-img-wrapper .what-we-do-img:nth-child(even) {
        position: relative;
        bottom: revert;
    }

    .contact-us-right {
        padding: 0;
    }

    /* =======career page end===== */
    /* =======about us start========== */
    .abt-banner {
        height: revert !important;
        padding-block: 60px;
    }

    .abt-banner {
        position: relative;
        background-position: center !important;
    }

    .about-text-content .heading-h1 h1 {
        font-size: 38px;
    }

    .about-text-content .body-text p {
        font-size: 22px;
    }

    .able-admins-img img {
        width: 100%;
        height: auto;
    }

    .optimal-solutions-list {
        grid-template-columns: 1fr;
    }

    .about-testimonial-slider {
        grid-template-columns: 1fr !important;
        padding-left: 0;
    }

    ul.about-testimonial-slider li .slider-card-content {
        padding: 20px;
    }

    .contact-text .heading-h4 h4 {
        font-size: 26px;
    }

    .author-info {
        gap: 1rem;
    }

    .author-img {
        width: 100px;
        height: 100px;
    }

    .rating span {
        font-size: 44px;
        font-weight: 500;
    }

    /* =======about us end========== */
    /* ======pricing and plans======= */

    .cmn-card-pricing.cst-single-card {
        padding: 40px 20px;
        border-radius: 6px;
    }

    /* ======pricing and plans======= */
    /* =====forum==== */
    .forum-services {
        gap: 1rem;
        padding: 20px;
    }

    .forum-link a {
        font-size: 16px;
    }

    /* =====forum==== */
    .playstore-app-store {
        justify-content: start;
    }

    .playstore-app-store img {
        height: 50px;
    }

    .list-unstyled {
        margin: 0;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .social-media span {
        width: 50px;
        height: 50px;
    }

    .social-media span i {
        font-size: 20px;
        line-height: 50px;
    }

    /* ======faq======= */
    .get-in-touch {
        flex-direction: column;
    }

    /* =====web development======= */
    ul.web-development-serivce {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    ul.web-development-serivce li {
        flex-direction: column;
    }

    ul.web-development-serivce.tc-used li {
        flex-direction: revert;
        background-size: cover;
        border-radius: 20px;
        overflow: hidden;
    }

    .progress-content {
        text-align: center;
    }

    /* ======mob development======== */
    .lt-tech {
        border: none;
        padding-right: 0px;
        text-align: center;
        margin-bottom: 20px;
    }

    /* ======digital Marketing======== */
    .service-range-card {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-range-content {
        text-align: center;
    }

    .cst-dtgl-content {
        text-align: start;
    }
}