header.main-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #dddddd29;
}

.navbar {
    background: #fff;
}

header.main-header.sticky .navbar {
    background: #fff;
    transition: .5s;
}

header.main-header.sticky .main-menu ul li.nav-item .nav-link {
    color: #000000;
}

header.main-header.sticky .heade-call a {
    color: #000;
}


a.navbar-brand.logo {
    max-width: 70px;
    padding: 0;
}

.main-menu .nav-menu-wrapper>ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.heade-call a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}

.heade-call a p {
    margin: 0;
    font-weight: 600;
    color: #000;
}

header.main-header.sticky .heade-call a p {
    color: #000;
}

.icon-box iconify-icon {
    font-size: 24px;
    position: relative;
    top: 3px;
    color: var(--accent-color)
}

img.sticky-logo {
    display: none;
}

header.main-header.sticky a.navbar-brand.logo img {
    display: none;
}

header.main-header.sticky a.navbar-brand.logo img.sticky-logo {
    display: block;
}

.heade-call {
    margin-left: 30px;
    display: flex;
    gap: 25px;
}

.heade-call a:last-of-type {
    padding: 8px 18px;
    background-color: var(--accent-color);
    border-radius: 8px;
    font-weight: 500;
    color: #fff !important;
}

.btn-default span {
    background-color: transparent;
    color: #ffffff;
}

.btn-default::before {
    top: 19px;
    right: 28px;
    transform: rotate(45deg);
}

.about-img-2 img {
    width: 414px;
}

.about-img-1 figure {
    border-radius: 24px;
}

.about-img-1 figure img {
    border-radius: 24px;
}

.services-list-box {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0px;
    gap: 15px;
    flex-wrap: wrap;
}

.services-list-box .service-item:after {
    display: none;
}

.services-list-box .service-item {
    background: #fff;
    padding: 24px;
    width: calc(25% - 15px);
    position: relative;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    border: 1px solid #e7e7e7ad;
    border-radius: 14px;
}

.service-body h3 {
    font-size: 19px;
}

.our-services-list {
    margin-top: 0;
}

.service-text-wrap .section-title-content {
    margin: 0;
}

.service-text-wrap .section-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.section-title-one {
    min-width: 50%;
}

.section-title-one h3 {
    margin-bottom: 0;
}

.services-list-box.services-slider .service-body {
    margin: 0;
}

.services-list-box.services-slider .service-body p {
    margin: 0;
    padding: 10px 0px 0px 0px;
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--text-color);
}

.service-icon-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

.service-icon-box .icon-box {
    height: 42px;
    width: 42px;
    margin: 0;
}

.service-icon-box .icon-box img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}

.service-icon-box a, .service-icon-box button {
    font-size: 22px;
    color: var(--accent-color);
    background: #58b3f81f;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.service-icon-box a iconify-icon, .service-icon-box button iconify-icon {
    transform: rotate(-45deg);
}

.our-services-list {
    background: var(--secondary-color);
    padding: 60px 0px;
}

.our-story {
    padding: 60px 0;
}

.our-story-header-img figure {
    border-radius: 16px;
}

.our-story-header-img figure img {
    border-radius: 16px;
}

.our-story-img figure, .our-story-img img {
    border-radius: 20px;
}

.what-we-do-content {
    padding-right: 50px;
}

.what-we-do-list-box-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.what-we-do-item {
    border-radius: 18px;
    padding: 24px;
}

.our-testimonial-image figure {
    border-radius: 18px;
}

.our-testimonial-image img {
    border-radius: 18px;
}

.section-row {
    margin-bottom: 40px;
}

.project-image figure, .project-image img {
    border-radius: 16px !important;
}

.project-tag {
    top: 20px;
    left: 20px;
}

.project-tag a {
    border-radius: 6px;
    font-size: 13px;
    padding: 8px 10px;
}

.project-item, .project-content {
    text-align: left;
    margin-bottom: 0;
}

.our-work {
    padding: 60px 0px;
}

.project-image {
    position: relative;
    margin-bottom: 20px;
}

.project-content h3 a {
    line-height: 26px;
    font-size: 19px;
}

.project-tag a {
    background: #373737;
}

.post-item-content {
    width: 100%;
}

.main-footer {
    padding: 40px 0 0;
}

.footer-contact-circle img {
    max-width: 90px;
}

.post-featured-image img {
    border-radius: 10px;
}

.post-featured-image a {
    border-radius: 10px;
}

.post-item {
    height: auto;
    margin-bottom: 0;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    border: 1px solid #e7e7e7ad;
    padding: 8px;
    border-radius: 16px;
}

.post-featured-image {
    margin-bottom: 0;
}

.post-item-body {
    padding: 18px;
    display: block;
}

.post-item-content p {
    margin: 0;
    padding-top: 4px;
}

.read-more-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 18px;
    border-top: 1px solid #ddddddb5;
}

.read-more-left a {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #222;
    font-weight: 500;
}

.read-more-left a iconify-icon {
    background: var(--accent-color);
    color: #fff;
    padding: 6px;
    font-size: 22px;
    border-radius: 50%;
}

.read-more-box span {
    font-size: 13px;
    background: #f3f3f3cc;
    padding: 3px 11px;
    border-radius: 5px;
    color: #565656;
    font-weight: 500;
}

.about-footer {
    max-width: 100%;
    padding-right: 30px;
}

.footer-social-links {
    padding-top: 10px;
}

.footer-copyright {
    padding: 15px 0;
    margin-top: 24px;
    text-align: left;
}

.footer-header {
    margin-bottom: 50px;
    padding-bottom: 40px;
}

.main-footer .section-title p {
    margin-top: 12px;
}

.end-footers {
    display: flex;
    justify-content: end;
    gap: 50px;
}

.end-footers a {
    text-transform: capitalize;
    color: var(--white-color);
    position: relative;
}

.end-footers a:last-of-type:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 6px;
    background: var(--accent-color);
    border-radius: 50%;
    left: -23px;
    top: 10px;
}

.footer-links.lastfooter-sec ul li a {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    line-height: 25px;
    text-transform: lowercase;
}

.footer-links.lastfooter-sec ul li a iconify-icon {
    font-size: 24px;
    position: relative;
    top: 3px;
    color: var(--accent-color);
}

.footer-links.lastfooter-sec ul li {
    padding-bottom: 12px;
}

.main-menu ul li.nav-item .nav-link {
    padding: 10px 20px;
}
.about-footer-content p {
    font-size: 13px;
}

hero-btn a.btn-default:first-of-type:before {
    display: none;
}

.hero-btn a.btn-default:first-of-type:before {
    display: none;
}

.hero-btn a.btn-default:first-of-type {
    padding: 0;
    margin-right: 20px;
}

.hero-btn a.btn-default:first-of-type iconify-icon {
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.hero-btn a.btn-default:first-of-type span {
    padding: 10px 20px 15px 20px;
}

.hero-btn a.btn-default:last-of-type {
   background: #58b3f8;
    border: 1px solid #58b3f8;
    backdrop-filter: blur(4px);
}

.hero.hero-slider-layout .hero-slide {
    padding: 160px 0;
}

.glass-effect {
    display: flex;
    gap: 15px;
    padding-top: 60px;
    z-index: 2;
    position: relative;
    justify-content: end;
    right: -75px;
    position: relative;
}

.galss-box {
    background: #ffffff38;
    padding: 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 15px;
    min-width: 250px;
    align-items: center;
}

.galss-icon {
    background: #ffffffd4;
    height: 48px;
    width: 48px;
    min-width: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    padding: 6px;
}

.glass-text h6 {
    color: #fff;
    font-size: 17px;
    padding-bottom: 6px;
}

.glass-text p {
    margin: 0;
    font-size: 14px;
    color: var(--white-color);
    line-height: 20px;
}

.our-story-client-img .client-image {
    margin-left: -12px;
}

.our-story-client-img .client-image img {
    max-width: 48px;
}

.cta-text-wrap .hero-btn a.btn-default:first-of-type {
    background: #fff;
}

.cta-text-wrap .hero-btn a.btn-default:first-of-type span {
    color: var(--accent-color);
}

.cta-wrap {
    padding: 60px 0px;
    background-color: var(--accent-color);
}

.cta-text-wrap {
    display: flex;
    gap: 60px;
    align-items: center;
    justify-content: space-between;
}

.cta-text-wrap .section-title {
    max-width: 50%;
    margin: 0;
}

.cta-text-wrap .section-title h2 {
    color: #fff;
    font-size: 40px;
}

.cta-text-wrap .section-title .section-title-content {
    margin: 0;
}

.cta-text-wrap .section-title .section-title-content p {
    color: #fff;
    opacity: .9;
    margin-top: 10px;
}

.our-story-img {
    margin-top: 40px;
}

.avibility-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.avibility-box {
    width: calc(50% - 20px);
    margin-top: 20px;
}

.avibility-box iconify-icon {
    font-size: 28px;
    color: var(--accent-color);
    margin-bottom: 8px;
}

.avibility-box h5 {
    font-size: 18px;
    padding-bottom: 6px;
}

.avibility-box p {
    margin: 0;
    font-size: 15px;
}

.our-story-counters {
    margin-bottom: 0;
    padding-top: 50px;
}

.our-story-counter p {
    font-size: 18px;
}

/* inner page css */

.breadcrumb-area {
    margin-top: 84px;
    background-color: #F4F6F3;
    padding: 50px 0px 40px 0px;
    border-top: 1px solid #dddddd47;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-content nav {
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001A;
    margin-bottom: 20px;
}

.breadcrumb-content {
    height: auto;
    width: 100%;
}

.breadcrumb-content nav ul.breadcrumb {
    margin: 0;
}

.breadcrumb-content h2.breadcrumb-title {
    font-size: 38px;
    font-weight: 500;
}

.breadcrumb-content p {
    color: #555555;
    max-width: 60%;
    font-size: 15px;
    padding-top: 6px;
    margin-bottom: 0;
}

.breadcrumb-content nav ul.breadcrumb li a {
    color: #212529bf;
    display: flex;
    align-items: center;
    gap: 5px;
}

.breadcrumb-content nav ul.breadcrumb li {
    font-size: 15px;
}

.breadcrumb-content nav ul.breadcrumb li a iconify-icon {
    font-size: 18px;
    position: relative;
    top: 1px;
}

/* Grid */
.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.help-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 28px;
    transition: all 0.3s ease;
}

.help-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

/* Icon */
.help-icon {
    font-size: 34px;
    margin-bottom: 18px;
    color: var(--accent-color);
}

/* Title */
.help-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
}

/* Text */
.help-card p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.about-us.wehelps {
    background: var(--secondary-color);
    padding: 60px 0px;
}

.cta-wrap {
    background-color: #0d2c52;
}
.footer-social-links ul li a i {
    color: #fff;
}
.sidebar-cta-contact-item .icon-box iconify-icon {
    top: 0;
}

.pp-container-box {
   height: auto;
   width: 100%;
}

.pp-header-area {
    text-align: center;
    margin-bottom: 60px;
}

.pp-title-main {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pp-subtitle-date {
    color: #64748b;
    font-size: 15px;
}

.pp-content-card {
    padding: 40px 0px;
}

.pp-section-block {
    margin-bottom: 45px;
}

.pp-section-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #0f172a;
}

.pp-paragraph-text {
    margin-bottom: 15px;
    color: #475569;
    font-size: 16px;
}

.pp-list-style {
    padding-left: 20px;
    margin-top: 10px;
}

.pp-list-style li {
    margin-bottom: 10px;
    color: #475569;
}

.pp-footer-note {
    border-top: 1px solid #e2e8f0;
    padding-top: 25px;
    margin-top: 40px;
    font-size: 14px;
    color: #64748b;
}

@media (max-width: 768px) {
    .pp-title-main {
        font-size: 32px;
    }
    .pp-content-card {
        padding: 30px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .help-grid {
        grid-template-columns: 1fr;
    }

    .help-heading {
        font-size: 28px;
    }
}


header.main-header.sticky .main-menu ul li.nav-item.submenu ul li .nav-link {
    color: #fff;
}

.our-services-list.service-page {
    background: #fff;
}

.our-services-list.service-page .service-text-wrap .section-title {
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
}

.our-services-list.service-page .services-list-box .service-item {
    width: calc(33.33% - 15px);
}

.service-catagery-list ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-catagery-list ul {
    padding: 20px 30px;
}

.service-catagery-list {
    margin-bottom: 24px;
}

.service-catagery-list ul li a::before {
    width: 20px;
    height: 20px;
    opacity: .7;
}

.service-catagery-list h3 {
    font-size: 18px;
    padding: 16px 26px;
}

.page-service-single {
    padding: 60px 0;
}

.service-sidebar {
    top: 95px;
    margin-right: 0px;
}

.sidebar-cta-logo iconify-icon {
    font-size: 40px;
    color: var(--accent-color);
}

.sidebar-cta-box::before {
    opacity: 75%;
}

.sidebar-cta-logo {
    margin-bottom: 15px;
}

.sidebar-cta-contact-item img {
    max-width: 20px;
}

.sidebar-cta-contact-item .icon-box {
    height: 40px;
    border-radius: 8px;
}

.sidebar-cta-content h3 {
    font-size: 34px;
}

.sidebar-cta-contact-item .icon-box::before {
    opacity: 100%;
}

.service-featured-image figure {
    border-radius: 20px;
    height: 340px;
}

.service-featured-image img {
    border-radius: 20px;
}

.service-entry ul li {
    width: calc(50% - 20px);
    font-size: 14px;
    padding-left: 32px;
}

.service-entry ul li::before {
    width: 20px;
    height: 20px;
    top: 14px;
}

.section-title.step-pages {
    text-align: center;
    max-width: 72%;
    margin: auto;
}

.process-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    width: 100%;
}

.step {
    flex: 1;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-number {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    height: 28px;
    width: 28px;
    background: #f3f3f3ad;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 14px;
    left: -45px;
}

.icon-wrapper {
    position: relative;
    margin-bottom: 25px;
}

.icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.icon-circle svg {
    width: 36px;
    height: 36px;
}

/* Step 3 special styling with progress ring */
.step:nth-child(3) .icon-wrapper::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    border-radius: 50%;
    border: 2px dashed #d1d5db;
    border-top-color: var(--accent-color);
    border-right-color: var(--accent-color);
}

/* Dashed connector lines */
.connector {
    position: absolute;
    top: 70px;
    width: 100px;
    height: 2px;
    z-index: 1;
}

.connector-1 {
    left: calc(50% + 50px);
}

.connector-2 {
    right: calc(50% + 50px);
}

.connector svg {
    width: 100%;
    height: 20px;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.step-description {
    font-size: 14px;
    color: #9ca3af;
    line-height: 1.7;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

/* Connector lines between steps */
.steps-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 45px 0px 20px 0px;
}

.dashed-line {
    position: absolute;
    top: 70px;
    width: 180px;
    height: 40px;
}

.dashed-line-1 {
    left: calc(33.33% - 90px);
    transform: rotate(180deg);
}

.dashed-line-2 {
    right: calc(33.33% - 90px);
}

@media (max-width: 768px) {
    .process-steps {
        flex-direction: column;
        gap: 50px;
    }

    .step {
        max-width: 100%;
    }

    .dashed-line {
        display: none;
    }

    .section-title {
        font-size: 26px;
    }
}
.step-description b
 {
    color: #000;
    font-weight: 600;
}

.contact-form .form-control {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
}
.consultation-imgs {
    height: 700px;
    width: 100%;
}

.consultation-imgs img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
}
.contact-us-form {
    box-shadow: 0px 4px 17px 0px #0000000A;
    border-radius: 16px;
    padding: 34px;
}
.contact-form .form-group label {
    padding-bottom: 6px;
    font-size: 15px;
}
.showmobile{
    display: none;
}
.about-us.blog-pages {
    padding: 60px 0px;
}

.about-us.blog-pages .post-item {
    margin-bottom: 24px;
}
.post-content{
    max-width: 100%;
}
.post-entry blockquote {
    background-position: 16px 15px;
    background-size: 30px;
    border-radius: 12px;
    padding: 15px 15px 15px 60px;
    margin-bottom: 30px;
}
.post-entry blockquote p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0;
}
.post-entry {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-single-post {
    padding: 60px 0px 20px 0px;
}
.post-image figure, .post-image img {
    border-radius: 16px;
    object-position: top center;
    height: 100%;
    width: 100%;
}
.post-image figure.image-anime {
    height: 370px;
    width: 100%;
}
span.select2-selection.select2-selection--single {
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    height: 48px;
    font-weight: 400;
    background-color: var(--white-color);
    color: var(--text-color);
    border: 1px solid var(--divider-color);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 22px !important;
    color: var(--text-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 10px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    display: none;
}
.contact-us-form .section-title {
    margin-bottom: 28px;
}

.about-img-2 {
    height: 350px;
    width: 400px;
}

.about-img-2 img {
    height: 100%;
    width: 100% !important;
}

.about-img-2 figure {
    height: 350px;
    width: 400px;
}
.service-entry ul li span b {
    display: block;
}









/* Section styling */
    .section {
      background: #ffffff;
      border: 1px solid #e8e8e8;
      border-radius: 16px;
      padding: 30px;
      margin-bottom: 24px;
      transition: box-shadow 0.3s ease;
    }

    .section:hover {
      box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    }

    .section.keypads {
    padding: 20px 0px 10px 0px;
    border-radius: 0;
    border: 0;
}

.section.keypads:hover{
    box-shadow: none;
}
    /* Keypad mapping grid */
    .keypad-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
      gap: 10px;
      margin: 20px 0;
    }

    .keypad-item {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      background: #f5f5f5;
      border-radius: 10px;
      padding: 12px 16px;
      font-size: 0.95rem;
      font-weight: 500;
    }

    .keypad-item span.letter {
      color: #0a0a0a;
      font-weight: 600;
    }

    .keypad-item span.digit {
      color: var(--accent-color);
      font-weight: 700;
    }

    /* Highlight box */
    .highlight-box {
      background: #f0f4ff;
      border-left: 3px solid var(--accent-color);
      border-radius: 0 12px 12px 0;
      padding: 16px 20px;
      margin: 20px 0;
    }

    .highlight-box .label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.06em;
      color: #6b7280;
      margin-bottom: 4px;
      font-weight: 600;
    }

    .highlight-box .value {
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--accent-color);
      letter-spacing: 0.04em;
    }

    /* Toll-free list */
    .toll-list {
      list-style: none;
      margin: 16px 0 0;
      display: grid;
      gap: 8px;
      padding: 0;
    }


    .toll-list li {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 16px;
      background: #f9f9f9;
      border-radius: 10px;
      font-size: 0.93rem;
      transition: background 0.2s;
    }

    .toll-list li:hover {
      background: #f0f4ff;
    }

    .toll-list li .prefix {
      font-weight: 600;
      color: #0a0a0a;
      min-width: 160px;
    }

    .toll-list li .numeric {
      color: #6b7280;
      font-size: 0.88rem;
    }

    /* Steps */
    .steps {
      counter-reset: step;
      list-style: none;
      margin-top: 20px;
      display: grid;
      gap: 16px;
      padding: 0;
      margin-bottom: 0;
    }

    .steps li {
      display: flex;
      gap: 16px;
      align-items: flex-start;
    }

    .steps li::before {
      counter-increment: step;
      content: counter(step);
      flex-shrink: 0;
      width: 32px;
      height: 32px;
      background: var(--accent-color);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85rem;
      font-weight: 600;
      margin-top: 2px;
    }

    .steps li .step-content {
      flex: 1;
    }

    .steps li .step-content strong {
      display: block;
      margin-bottom: 2px;
      color: #0a0a0a;
    }

    .steps li .step-content span {
      color: #555;
      font-size: 0.93rem;
    }

    .section a {
      color: var(--accent-color);
      text-decoration: underline;
      font-weight: 500;
      border-bottom: 1px solid transparent;
      transition: border-color 0.2s;
    }

    /* Divider */
    .divider {
      height: 1px;
      background: #e8e8e8;
      margin: 24px 0;
    }

    /* Badge */
    .badge {
      display: inline-block;
      background: var(--accent-color);
      color: #fff;
      font-size: 0.75rem;
      font-weight: 600;
      padding: 4px 10px;
      border-radius: 20px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      margin-bottom: 12px;
    }
    .wrap-wuthboth {
    display: flex;
    gap: 20px;
}

.wrap-wuthboth .section {
    width: 50%;
    margin-bottom: 0;
}
.section h2 {
    font-size: 24px;
    padding-bottom: 10px;
}
.contact-info-item .icon-box {
    background-color: #0e2d54;
}
form#contactForm .btn-default {
    background-color: #0e2d54;
}
.service-entry h2 {
    font-size: 42px;
}

@media (max-width: 1080px) {
.glass-effect {
    padding-top: 50px;
    right: 0;
}
    .section-title h1 {
        max-width: 80%;
    }
    .service-text-wrap .section-title {
    display: block;
}
.services-list-box .service-item {
    width: calc(33.33% - 15px);
}
.read-more-box {
    flex-wrap: wrap;
    gap: 12px;
        margin-top: 16px;
    padding-top: 18px;
}
.read-more-box span {
    width: 100%;
}
.post-item-body {
    padding: 10px;
}
.post-item-content p {
    font-size: 14px;
}
.post-item {
    padding: 0;
}
.consultation-imgs img {
    object-fit: cover;
}
.breadcrumb-content p {
    max-width: 100%;
}
.service-sidebar {
        margin-bottom: 0;
    }
    .consultation-imgs {
    height: 660px;
    margin-bottom: 30px;
}
.heade-call {
    margin-left: 0;
    display: block;
}
.icon-box iconify-icon {
    color: #ffffff;
}
.heade-call a p, header.main-header.sticky .heade-call a p {
    color: #ffffff;
}
}


@media (max-width: 768px) {
    .end-footers a:last-of-type:before {
    left: -15px;
}
    .post-item-body {
        padding: 20px;
    }
    .post-item {
    margin-bottom: 20px;
}
     .section-title h1 {
        max-width: 100%;
    }
        .section-title p {
        font-size: 16px;
    }
    .breadcrumb-content p {
    max-width: 100%;
}
.breadcrumb-content h2.breadcrumb-title {
    font-size: 28px;
}
.breadcrumb-area {
    padding: 30px 0px;
}
    .navbar {
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }
    .glass-effect {
    justify-content: left;
    right: 0;
    flex-wrap: wrap;
    padding-top: 40px;
    width: 100%;
    justify-content: space-between;
}
.hero.hero-slider-layout .hero-slide {
    padding: 110px 0;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.galss-icon {
    height: 32px;
    width: 32px;
    min-width: 32px;
    border-radius: 6px;
    padding: 7px;
}
.galss-box {
    padding: 10px 15px;
    gap: 12px;
    min-width: auto;
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    display: block;
}
.glass-effect .galss-box:last-of-type{
    display: flex;
    max-width: 100%;
    min-width: 100%;
}
.glass-text h6 {
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 10px;
}
.glass-text p {
    font-size: 11px;
}
.showmobile{
    display: block;
}
.breadcrumb-area {
    margin-top: 63px;
}
.our-services-list.service-page .services-list-box .service-item {
    width: 100%;
}
.about-us .row.align-items-center {
    flex-direction: column-reverse;
}
    .about-image {
        margin-bottom: 0;
    }
    .service-text-wrap .section-title {
    display: block;
}
.services-list-box .service-item {
    width: 100%;
}
.our-story-counter p {
    font-size: 14px;
}
    .project-item {
        margin-bottom: 30px;
    }
    .cta-text-wrap {
    display: block;
}
.cta-text-wrap .section-title {
    max-width: 100%;
    padding-bottom: 20px;
}

.about-img-2 figure {
    width: 100%;
}
.about-img-2 {
    width: 100%;
    max-width: 100% !important;
}
    .our-story-counters {
        gap: 20px !important;
    }
        .our-story-counter {
        width: calc(50% - 10px) !important;
    }
    .what-we-do-content {
    padding-right: 15px;
}
.cta-text-wrap .section-title h2 {
    font-size: 28px;
}
.cta-wrap {
    padding: 40px 0px;
}
    .about-footer {
        margin-bottom: 50px;
    }
    .footer-copyright {
    margin-top: 0px;
}
.end-footers {
    justify-content: left;
    gap: 25px;
    padding-top: 12px;
}
.avibility-box {
    width: 100%;
    margin-top: 24px;
}
.about-us.abpage-wrp .row.align-items-center {
    flex-direction: row;
}

.about-us.abpage-wrp .row.align-items-center .about-image {
    margin-bottom: 24px;
}
.about-content.ab-ltd-text .section-title p {
    margin: 0;
}
.about-us.wehelps {
    padding: 40px 0px;
}
.about-us {
        padding: 40px 0;
    }
    .service-entry h2 {
    font-size: 28px;
}
.service-entry ul li {
    width: 100%;
    padding-left: 30px;
}
.service-entry ul li::before {
    width: 18px;
    height: 18px;
}
.service-entry ul, .service-entry {
        margin-bottom: 0 !important;
    }
    .section-title.step-pages {
    text-align: center;
    max-width: 100%;
}
.consultation-imgs img {
    object-fit: cover;
}
.consultation-imgs {
    height: 380px;
    margin-bottom: 20px;
}
.contact-us-form {
    padding: 28px;
}
.service-sidebar {
    margin: 28px 0px 0px 0px;
}
.page-service-single {
    padding: 40px 0;
}
.service-entry h6 {
    line-height: 28px;
}
.sidebar-cta-content h3 {
    font-size: 28px;
}
.sidebar-cta-logo iconify-icon {
    font-size: 34px;
}
    .footer-contact-circle {
        display: none;
    }
    .heade-call {
    margin-left: 0;
    display: block;
}
.icon-box iconify-icon {
    color: #ffffff;
}
.heade-call a p {
    color: #ffffff;
}
header.main-header.sticky .heade-call a p {
    color: #ffffff;
}
.slicknav_menu ul {
    margin: 14px 0;
}
.pp-content-card {
        padding: 30px 0px;
    }
    .pp-content-card .pp-section-block {
    margin-bottom: 24px;
}
header.main-header.sticky .slicknav_btn {
    background: #58b3f829;
    border: 1px solid #58b3f84d;
}
.sidebar-cta-contact-item .icon-box iconify-icon {
    color: var(--accent-color);
}
.about-us.blog-pages .row.align-items-center {
    flex-direction: row;
}
.about-us.blog-pages {
    padding: 40px 0px;
}


}
