header,
header .container-fluid,
img {
    width: 100%;
}
*,
::after,
::before,
body {
    box-sizing: border-box;
}
.cms-btn,
.request-quote-btn,
.service-card ul li a,
.service-cta-button,
.vp-btn,
.whatsapp-float a,
header nav ul li a {
    text-decoration: none;
}
@font-face {
    font-family: playfair;
    src: url("Playfair_Display/PlayfairDisplay-VariableFont_wght.ttf");
}
:root {
    --primary: #031273;
    --secondary: #34ad54;
    --light: #eef9ff;
    --dark: #091e3e;
    --wdp-bg: #0d0d0d;
    --wdp-panel: #141414;
    --wdp-text: #fff;
    --wdp-muted: #cfcfcf;
    --wdp-border: #222;
    --wdp-accent: #00d46a;
}
img {
    height: auto;
}
.bg-dark {
    background-color: #091e3e !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.image-carousel-head,
.request-quote-btn,
.wd-container,
.why-choose-us,
.why-choose-us__image-wrapper {
    text-align: center;
}
header {
    position: fixed;
    z-index: 999;
}
.heading {
    background: #fff;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: 1.2s ease-in-out infinite sk-rotateplane;
    animation: 1.2s ease-in-out infinite sk-rotateplane;
}
@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}
@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.5s ease-out,
        visibility 0s linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition:
        opacity 0.5s ease-out,
        visibility linear;
    visibility: visible;
    opacity: 1;
}
.fw-bold,
h1,
h2 {
    font-weight: 800 !important;
}
.fw-semi-bold,
h3,
h4 {
    font-weight: 700 !important;
}
.fw-medium,
h5,
h6 {
    font-weight: 600 !important;
}
.btn,
.navbar-dark .navbar-nav .nav-link {
    font-family: Nunito, sans-serif;
    font-weight: 600;
    transition: 0.5s;
}
.btn-primary,
.btn-secondary {
    color: #fff;
    box-shadow: inset 0 0 0 50px transparent;
}
.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}
.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}
.btn-square {
    width: 36px;
    height: 36px;
}
.btn-sm-square {
    width: 30px;
    height: 30px;
}
.btn-lg-square {
    width: 48px;
    height: 48px;
}
.btn-lg-square,
.btn-sm-square,
.btn-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #fff;
    font-size: 18px;
    outline: 0;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary);
}
header .container-fluid .row.gx-0 {
    padding-left: 8%;
}
.banner-text h5,
.clp-hero-overlay h1,
.cms-banner-text h1,
.madsite-pricing-card h3,
.navbar-dark .navbar-brand h1,
.service-box:hover .service-box-title,
.svc-service-card:hover .svc-service-para,
.svc-service-card:hover .svc-service-title,
.web-banner-text h1,
.web-banner-text p {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #fff;
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }
    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, 0.7);
    z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}
.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}
.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}
.section-title.text-center::after {
    -webkit-animation: 5s linear infinite section-title-run-center;
    animation: 5s linear infinite section-title-run-center;
}
.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
    -webkit-animation: 5s linear infinite section-title-run-sm;
    animation: 5s linear infinite section-title-run-sm;
}
@-webkit-keyframes section-title-run {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 145px;
    }
}
@-webkit-keyframes section-title-run-center {
    0%,
    100% {
        left: 50%;
        margin-left: -75px;
    }
    50% {
        left: 50%;
        margin-left: 45px;
    }
}
@-webkit-keyframes section-title-run-sm {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 85px;
    }
}
.col-lg-4.col-md-6.wow.zoomIn {
    padding-top: 3%;
}
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: 0.5s;
}
.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #031273;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.blog-faq-question.active::after,
.service-item .service-icon i {
    transform: rotate(45deg);
}
.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}
.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #ddd;
    border-radius: 2px;
    transition: 0.5s;
}
.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}
.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}
.testimonial-carousel .owl-item .testimonial-item {
    transition: 0.5s;
    border-radius: 10px;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #fff !important;
    box-shadow: 0 0 30px #ddd;
}
.blog-item .blog-img img,
.link-animated a,
.team-item,
.team-item .team-img img {
    transition: 0.5s;
}
.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.team-social a.btn {
    position: relative;
    margin: 100px 3px 0;
    opacity: 0;
}
.section-title h5::after,
.section-title h5::before {
    position: absolute;
    content: "";
    width: 40px;
    top: 10px;
    background: #004c99;
    height: 2px;
}
.team-item:hover {
    box-shadow: 0 0 30px #ddd;
}
.team-item:hover .team-social {
    background: rgba(9, 30, 62, 0.7);
}
.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s;
}
.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.05s;
}
.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.1s;
}
.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: 0.3s 0.15s;
}
.blog-item:hover .blog-img img,
.team-item:hover .team-img img {
    transform: scale(1.15);
}
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -45px;
        z-index: 1;
    }
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.bg-header {
    background:
        linear-gradient(rgba(9, 30, 62, 0.7), rgba(9, 30, 62, 0.7)) 0 0 / cover,
        url(../img/carousel-1.jpg) center center/cover no-repeat;
}
.about-section,
.content-container {
    background-color: #fff;
    display: flex;
}
.link-animated a:hover {
    padding-left: 10px;
}
@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}
.about-section {
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
}
.content-container {
    flex-direction: column;
    max-width: 90%;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.text-content {
    flex: 1;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-title {
    color: #2c3e50;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}
.section-title h5 {
    position: relative;
    width: 30%;
    margin: 0 auto;
}
.section-title h5::after {
    right: -25px;
}
.section-title h5::before {
    left: -25px;
}
.main-heading {
    color: #1a2a47;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 10px;
}
.underline {
    width: 60px;
    height: 3px;
    background-color: #007bff;
    margin-bottom: 20px;
}
.description {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.features-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.features-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.features-list li {
    margin-bottom: 10px;
    color: #555;
    font-size: 15px;
}
.features-list li i {
    color: #041273;
    margin-right: 10px;
}
#typing-text,
.banner-text h6 span {
    color: #f04332;
}
.contact-info {
    /* display: flex; */
    align-items: center;
    /* background-color: #031273; */
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    width: fit-content;
    margin-bottom: 20px;
    justify-items: center;
}
.phone-icon-container {
    background-color: #007bff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.phone-icon-container i {
    color: #fff;
    font-size: 20px;
}
.phone-text-container p {
    margin: 0;
    font-size: 14px;
}
.phone-number {
    font-size: 18px;
    font-weight: 700;
}
.request-quote-btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #031273;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.request-quote-btn:hover {
    background-color: #0058b7;
    color: #fff;
}
.image-carousel-head h5::after,
.image-carousel-head h5::before,
.wd-section-title::after,
.wd-section-title::before {
    position: absolute;
    content: "";
    background: #004c99;
}
.image-container {
    flex: 1;
    overflow: hidden;
    justify-items: center;
    align-content: center;
}
.image-container img {
    width: 80%;
    height: auto;
    object-fit: cover;
    display: block;
    padding-bottom: 5%;
}
.home-scroll i {
    color: #fff !important;
    font-size: 40px;
}
.home-scroll2 i {
    color: #041273 !important;
    font-size: 40px;
}
.image-carousel-head {
    padding-top: 3%;
}
.image-carousel-head h5 {
    position: relative;
    width: 9%;
    margin: 0 auto;
}
.image-carousel-head h5::before {
    width: 86px;
    height: 2px;
    top: 11px;
    right: -77px;
}
.image-carousel-head h5::after {
    width: 86px;
    height: 2px;
    top: 11px;
    left: -77px;
}
.wd-services-section {
    background: #d1d1d170;
}
.wd-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.wd-section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #222;
    position: relative;
    width: 20%;
    margin: 0 auto;
}
.wd-section-title::after {
    width: 40px;
    height: 1px;
    top: 15px;
    right: -15px;
}
.wd-section-title::before {
    width: 40px;
    height: 1px;
    top: 15px;
    left: -15px;
}
.wd-section-subtitle {
    font-size: 1rem;
    color: #000;
    max-width: 800px;
    margin: 0 auto 30px;
    line-height: 1.7;
}
.wd-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1px;
    background: #ddd;
}
.wd-service-box {
    background: #fff;
    padding: 30px 20px;
    transition: 0.3s;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}
.wd-icon {
    font-size: 32px;
    color: #007bff;
    margin-bottom: 15px;
}
.wd-service-box h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}
.wd-service-box p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}
.wd-service-box.wd-active,
.wd-service-box:hover {
    background: #f0f8ff;
    border-color: #007bff;
    transform: translateY(-3px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.wd-service-box.wd-active .wd-icon,
.wd-service-box:hover .wd-icon {
    color: #0056b3;
}
body {
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}
.why-choose-us {
    padding: 80px 20px;
    color: #333;
}
.agency-features__container,
.container,
.pricing-section__container,
.why-choose-us__container {
    max-width: 1200px;
    margin: 0 auto;
}
.pricing-section__header,
.why-choose-us__header {
    margin-bottom: 60px;
}
.pricing-section__sub-heading,
.why-choose-us__sub-heading {
    font-size: 16px;
    color: #031273;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.pricing-section__main-heading,
.why-choose-us__main-heading {
    font-size: 36px;
    color: #1a2a47;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}
.pricing-section__underline,
.why-choose-us__underline {
    width: 80px;
    height: 4px;
    background-color: #031273;
    margin: 0 auto;
    border-radius: 2px;
}
.why-choose-us__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: start;
}
.why-choose-us__column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.feature-card {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.feature-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.feature-card__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.why-choose-us__image {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
    .content-container {
        flex-direction: row;
    }
    .text-content {
        padding: 60px;
    }
    .main-heading {
        font-size: 32px;
    }
    .description,
    .features-list li {
        font-size: 16px;
    }
    .features-container {
        flex-direction: row;
        gap: 50px;
    }
    .phone-number {
        font-size: 20px;
    }
    .why-choose-us__content {
        grid-template-columns: 1fr 1.5fr 1fr;
        gap: 30px;
    }
    .why-choose-us__column {
        justify-content: space-around;
    }
    .why-choose-us__main-heading {
        font-size: 44px;
    }
    .feature-card {
        text-align: left;
        padding: 25px;
    }
    .feature-card__icon {
        float: left;
        margin: 0 20px 0 0;
    }
    .why-choose-us__column--right .feature-card__icon {
        float: right;
        margin: 0 0 0 20px;
    }
    .why-choose-us__column--right .feature-card {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .navbar-dark,
    .navbar-dark .navbar-nav .nav-link.active::before,
    .navbar-dark .navbar-nav .nav-link:hover::before {
        width: 100%;
        left: 0;
    }
    .navbar-dark {
        position: absolute;
        top: 0;
        border-bottom: 1px solid rgba(256, 256, 256, 0.1);
        z-index: 999;
        justify-content: space-between;
    }
    .sticky-top.navbar-dark {
        position: fixed;
        background: #fff;
    }
    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: 0.5s;
    }
    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
    .why-choose-us {
        padding: 100px 20px;
    }
    .why-choose-us__header {
        margin-bottom: 80px;
    }
    .why-choose-us__main-heading {
        font-size: 48px;
    }
    .why-choose-us__content {
        grid-template-columns: 1fr 2fr 1fr;
        gap: 50px;
    }
    .feature-card {
        padding: 40px;
    }
    .feature-card__icon {
        width: 80px;
        height: 80px;
        font-size: 35px;
    }
}
.seo-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    flex-wrap: wrap;
}
.seo-image img {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    object-fit: cover;
}
.dev-service-image,
.seo-text,
.wprocess-image {
    flex: 1;
    min-width: 280px;
}
.seo-text .underline {
    width: 60px;
    height: 3px;
    background: #2a4dff;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .wd-section-title {
        font-size: 1.5rem;
        width: 60% !important;
    }
    .wd-section-subtitle {
        font-size: 0.95rem;
    }
    .brand-title h3 {
        width: 59% !important;
    }
    .svc-service-head h3 {
        width: 70% !important;
    }
    .cognito-workflow-header .cognito-workflow-subtitle {
        width: 30% !important;
    }
    .section-title h5 {
        width: 60% !important;
    }
    .seo-content {
        flex-direction: column;
        text-align: left;
    }
    .seo-text h2 {
        font-size: 22px;
    }
    .seo-text p {
        font-size: 15px;
    }
}
.service-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 0;
}
.service-header {
    text-align: center;
    margin-bottom: 3rem;
}
.service-tagline {
    color: #009fe3;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.service-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #002147;
    margin: 0.5rem 0;
}
.service-line {
    width: 80px;
    height: 4px;
    background: #009fe3;
    margin: 1rem auto 0;
    border-radius: 3px;
}
#seo-expert,
.seo-section {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: Arial, sans-serif;
}
.seo-container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}
.madsite-hero-text,
.seo-text,
.vp-service-image {
    flex: 1;
}
.seo-text h4 {
    color: #2c3e9d;
    font-size: 18px;
    margin-bottom: 10px;
}
.seo-text h2 {
    font-size: 32px;
    color: #0a1a44;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
}
.seo-text p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.seo-form {
    flex: 1;
    background: #0a2a85;
    padding: 30px;
    border-radius: 6px;
}
.seo-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.seo-form input,
.seo-form select,
.seo-form textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    background: #eaf6ff;
}
.seo-form textarea {
    min-height: 100px;
    resize: none;
}
.seo-form button {
    background: #051a40;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.3s;
}
.seo-form button:hover {
    background: #000c24;
}
.service-area-head h6::after,
.service-area-head h6::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #091d3e;
    top: 7px;
}
@media (max-width: 900px) {
    .seo-container {
        flex-direction: column;
    }
}
.service-area-head {
    text-align: center;
    padding: 2% 0;
}
.service-box,
.service-cta-box {
    padding: 2rem;
    text-align: center;
}
.agency-features__container h5,
.service-area-head h6 {
    position: relative;
    justify-self: center;
}
.service-area-head h6::before {
    left: -44px;
    justify-content: center;
}
.service-area-head h6::after {
    right: -44px;
    justify-content: center;
}
.agency-features__container h5::after,
.agency-features__container h5::before {
    position: absolute;
    background: #091d3e;
    top: 12px;
    content: "";
    width: 40px;
    height: 2px;
}
.agency-features__container h5::before {
    left: -44px;
    justify-content: center;
}
.agency-features__container h5::after {
    right: -44px;
    justify-content: center;
}
.service-grid {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    flex-wrap: wrap;
}
.service-box {
    background: #eaf6ff;
    border-radius: 14px;
    transition: 0.3s ease-in-out;
    position: relative;
    width: 380px;
}
.service-box:hover {
    background: #031273;
    color: #fff;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 159, 227, 0.3);
}
.service-icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto 1rem;
    background: #009fe3;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.service-box:hover .service-icon-box {
    color: #009fe3;
}
.service-icon {
    font-size: 2rem;
}
.service-box-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.service-box-text {
    font-size: 0.95rem;
    color: #555;
    transition: color 0.3s;
}
.service-box:hover .service-box-text {
    color: #eaf6ff;
}
.service-cta-box {
    background: #031273;
    border-radius: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-cta-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.service-cta-description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
.service-cta-button {
    background: #007bbf;
    color: #fff;
    padding: 0.8rem 1.8rem;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 8px;
    transition: background 0.3s;
}
.service-cta-button:hover {
    background: #005f8d;
}
.agency-features,
.pricing-section {
    padding: 80px 20px;
    text-align: center;
}
.agency-features__grid,
.pricing-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}
.pricing-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    padding: 40px;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.pricing-card__title-box,
.vp-why-choose-section h2,
.wcontrols {
    margin-bottom: 20px;
}
.pricing-card__title {
    font-size: 24px;
    font-weight: 600;
    color: #1a2a47;
    margin: 0;
}
.pricing-card__subtitle {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
}
.pricing-card__price {
    font-size: 48px;
    font-weight: 700;
    color: #031273;
    margin-bottom: 20px;
}
.pricing-card__price-value {
    font-size: 1em;
}
.pricing-card__price-period {
    font-size: 16px;
    font-weight: 400;
    color: #6c757d;
}
.pricing-card__features {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
.pricing-card__feature-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #495057;
    padding: 10px 0;
    border-bottom: 1px solid #e9ecef;
}
.pricing-card__feature-item--excluded {
    color: #adb5bd;
}
.check-icon {
    color: #28a745;
    font-size: 18px;
}
.cross-icon {
    color: #dc3545;
    font-size: 18px;
}
.pricing-card__button {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background-color: #031273;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.pricing-card__button:hover {
    background-color: #1500b5;
    color: #fff;
}
.home-acoridion {
    background: #031273;
}
.wdp-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 20px;
}
.wdp-head {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.wdp-intro,
.wdp-title {
    max-width: 560px;
    margin: 0;
}
.wdp-title {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 600;
    color: #fff;
}
.wdp-title .wdp-highlight {
    color: #4169e1;
}
.wdp-intro {
    color: var(--wdp-muted);
    font-size: 16px;
}
.wdp-accordion {
    display: flex;
    overflow: hidden;
}
.wdp-item {
    flex: 1;
    padding: 36px 18px 28px;
    text-align: center;
    border-right: 1px solid #fff;
    transition:
        flex 280ms,
        background-color 220ms;
    cursor: default;
    position: relative;
    background: #4169e1;
}
.wdp-item:last-child {
    border-right: 0;
}
.wdp-accordion:not(:hover) .wdp-item:first-child {
    background: var(--wdp-panel);
    flex: 1.3;
}
.wdp-accordion:not(:hover) .wdp-item:first-child .wdp-num,
.wdp-item:hover .wdp-num {
    color: #031273;
}
.wdp-accordion:not(:hover) .wdp-item:first-child .wdp-desc,
.wdp-item.is-active .wdp-desc,
.wdp-item:hover .wdp-desc {
    opacity: 1;
}
.wdp-item:hover {
    background: color-mix(in srgb, var(--wdp-panel) 92%, transparent);
    flex: 1.3;
}
.wdp-item.is-active {
    background: var(--wdp-panel);
    flex: 1.35;
}
.wdp-item.is-active .wdp-num {
    color: var(--wdp-accent);
}
.wdp-num {
    font-size: clamp(40px, 6vw, 68px);
    font-weight: 300;
    line-height: 1;
    margin-bottom: 16px;
    color: var(--wdp-text);
    transition: color 0.2s;
}
.wdp-label {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #fff;
}
.wdp-desc {
    margin: 0 auto;
    color: var(--wdp-muted);
    font-size: 14px;
    opacity: 0;
    max-width: 280px;
    transition: opacity 220ms;
}
@media (max-width: 900px) {
    .wdp-accordion {
        flex-direction: column;
    }
    .wdp-item {
        text-align: left;
        padding: 24px 16px;
        border-right: 0;
        border-bottom: 1px solid var(--wdp-border);
    }
    .wdp-item:last-child {
        border-bottom: 0;
    }
    .wdp-num {
        margin-bottom: 8px;
    }
}
.agency-features__main-heading {
    font-size: 38px;
    color: #1a2a47;
    margin-bottom: 60px;
    line-height: 1.3;
}
.feature-card {
    background-color: #fff;
    padding: 40px 25px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.feature-card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.feature-card__icon {
    width: 70px;
    height: 70px;
    background-color: #e6f0ff;
    color: #4a7dff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    margin: 0 auto 25px;
    box-shadow: 0 2px 10px rgba(74, 125, 255, 0.2);
}
.feature-card__title {
    font-size: 22px;
    color: #1a2a47;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.feature-card__description {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
    margin: 0;
}
@media (min-width: 768px) {
    .pricing-cards {
        grid-template-columns: repeat(3, 1fr);
    }
    .agency-features__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .agency-features__main-heading {
        font-size: 44px;
    }
}
@media (min-width: 992px) {
    .agency-features__grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .agency-features__main-heading {
        font-size: 48px;
    }
}
.quote-popup-btn {
    padding: 12px 25px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 3%;
    display: block;
    transition: background 0.3s;
}
.cms-btn:hover,
.quote-popup-btn:hover,
.quote-popup-submit:hover {
    background: #0056b3;
}
.quote-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: opacity 0.3s;
}
.quote-popup-box {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 20px 25px;
    border-radius: 10px;
    position: relative;
    animation: 0.3s ease-in-out popupFadeIn;
}
.quote-popup-field,
.quote-popup-title,
.vp-banner-text p,
.vp-intro-section p {
    margin-bottom: 15px;
}
.quote-popup-close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 24px;
    color: #555;
    cursor: pointer;
    transition: color 0.3s;
}
.madsite-pricing-card.madsite-pricing-featured h3,
.madsite-pricing-card.madsite-pricing-featured ul li,
.quote-popup-close:hover {
    color: #000;
}
.quote-popup-title {
    text-align: center;
    color: #333;
}
.quote-popup-field label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #444;
}
.madsite-navbar,
.quote-popup-overlay.active,
.service-list,
header nav,
header nav ul {
    display: flex;
}
.quote-popup-field input,
.quote-popup-field textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}
.quote-popup-field input:focus,
.quote-popup-field textarea:focus {
    outline: 0;
    border-color: #007bff;
}
.quote-popup-submit {
    width: 10%;
    padding: 10px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
@keyframes popupFadeIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.banner {
    width: 100%;
    height: auto;
    position: relative;
}
.banner-text {
    position: absolute;
    top: 52%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 45%;
}
.carousel-item,
.popup-header,
.tech-section,
.wprocess {
    text-align: center;
}
.banner-text h6 {
    font-size: 20px;
    color: #fff;
}
.banner-text h2 {
    font-size: 37px;
    color: #fff;
    font-weight: 700;
}
.banner-text p {
    color: #fff;
    font-size: 16px;
}
.banner-text button {
    background: #0923c7;
    color: #fff;
    border-radius: 30px;
    padding: 1% 6%;
    font-size: 17px;
}
.service-list {
    padding: 2%;
}
.dropdown-menu {
    min-width: 49rem !important;
    transform: translateX(-32%);
    border-radius: 10px;
}
.ser-left,
.ser-right {
    width: 50%;
    padding: 2%;
}
.ser-item {
    transition: 0.3s;
    padding: 2%;
}
.ser-item:hover {
    box-shadow: 0 0 30px #ddd;
    border: 1px solid #c9c9c9;
    padding: 3%;
    border-radius: 10px;
    transition: 0.3s;
}
.ser-item h3 {
    font-size: 25px;
    transition: 0.3s;
}
.ser-item h3:hover {
    border-bottom: 1px solid #2737e9;
    transition: 0.3s;
}
.ser-item h3 a {
    color: #2737e9;
}
header .main-head {
    background: #fff;
    padding: 0.5% 10%;
    display: flex;
    align-items: center;
    justify-self: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
}
header .logo {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    width: 13%;
}
header nav {
    flex: 1;
    justify-content: center;
}
header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 60px;
}
.services-btn,
.vp-banner-section,
.vp-banner-video,
.web-banner-section,
header nav ul li {
    position: relative;
}
header nav ul li a {
    color: #000 !important;
    font-weight: 700;
    cursor: pointer;
}
header .get-quotes {
    background: #031273;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    transition: background 0.3s;
}
header .get-quotes:hover {
    background: #004c99;
}
header .menu-toggle {
    display: none;
    font-size: 26px;
    cursor: pointer;
    background: 0 0;
    border: none;
}
.services-popup {
    display: none;
    position: fixed;
    top: 59%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 90%;
    max-width: 800px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 10px;
    max-height: 90vh;
    overflow-y: auto;
}
.cmpost,
.service-card {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: 0 0;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}
.popup-header {
    margin-bottom: 20px;
}
.popup-title {
    margin: 0;
    font-size: 24px;
    color: #333;
}
.popup-subtitle {
    margin: 5px 0 0;
    font-size: 14px;
    color: #777;
}
.services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.popup-left,
.popup-right {
    flex: 1;
    min-width: 250px;
}
.service-card {
    background: #fafafa;
    padding: 15px;
    border-radius: 8px;
}
.carousel-btn,
.wcontrols button {
    background: #5f3bff;
    cursor: pointer;
}
.service-title {
    margin-top: 0;
    font-size: 18px;
    color: #444;
}
.service-card ul {
    padding-left: 20px;
    margin: 10px 0 0;
}
.service-card ul li {
    margin: 6px 0;
}
.service-card ul li a {
    color: #4f4f4f;
    font-size: 14px;
}
.service-card ul li a:hover {
    color: #00f;
}
.services-btn::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    top: 7px;
    right: -13px;
}
.tech-section {
    padding: 50px 5%;
}
.tech-section h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.carousel {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
.carousel-item {
    min-width: 180px;
    margin: 0 15px;
    flex-shrink: 0;
}
.carousel-item img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
}
.carousel-item p {
    font-size: 14px;
    font-weight: 500;
}
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 50%;
    font-size: 18px;
}
.carousel-btn:hover {
    background: #4527c9;
}
.prev {
    left: -40px;
}
.next {
    right: -40px;
}
@media (max-width: 768px) {
    .service-heading {
        font-size: 1.7rem;
    }
    .service-box,
    .service-cta-box {
        padding: 1.5rem;
    }
    .service-cta-button {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
    header nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        background: #f5f5f5;
        display: none;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }
    nav.active {
        display: flex;
    }
    header nav ul {
        flex-direction: column;
        gap: 15px;
    }
    header .get-quotes {
        margin-top: 10px;
    }
    header .menu-toggle {
        display: block;
    }
    .services-grid {
        flex-direction: column;
    }
    button.get-quotes {
        display: none;
    }
    .carousel-item {
        min-width: 140px;
    }
    .carousel-btn {
        padding: 8px 12px;
        font-size: 16px;
    }
    .prev {
        left: -25px;
    }
    .next {
        right: -25px;
    }
    .banner-text {
        width: 61%;
        top: 65%;
        left: 40%;
    }
    .banner-text h6 {
        font-size: 20px;
    }
    .banner-text h5,
    .home-scroll i,
    .home-scroll2 i {
        font-size: 25px;
    }
    .banner-text h2 {
        font-size: 30px;
    }
    .banner-text p {
        font-size: 12px;
        display: none;
    }
    .banner-text button,
    .number-load h2,
    .number-load h5 {
        font-size: 15px;
    }
    .number-load {
        height: 70px !important;
    }
    .main-heading {
        font-size: 24px;
    }
    .seo-text p,
    .text-content p {
        text-align: justify;
    }
    .whatsapp-float {
        right: 10px !important;
    }
}
.number-load {
    height: 100px;
    border-radius: 10px;
}
.wprocess {
    padding: 60px 5%;
}
.wprocess h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
}
.wprocess-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.wprocess-image img {
    width: 100%;
    max-width: 380px;
}
.wprocess-content {
    flex: 1;
    min-width: 280px;
    text-align: left;
    position: relative;
}
.wprocess-step {
    display: none;
    animation: 0.5s ease-in-out fadeIn;
}
.web-faq-item.active .web-faq-answer,
.wprocess-step.active {
    display: block;
}
.wprocess-step h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #222;
}
.wprocess-step p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.wcontrols button {
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px;
}
.wcontrols button:hover {
    background: #4327c7;
}
.faq-section h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
    font-weight: 700;
}
.cmpost h3,
.cmpost img,
.cms-why-list li,
.vp-why-choose-section ul li,
p {
    margin-bottom: 10px;
}
.faq-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 15px 40px;
    max-width: 1100px;
    margin: auto;
}
.faq-item {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.faq-question {
    background: #fff;
    padding: 14px 18px;
    cursor: pointer;
    font-size: 15px;
    color: #007bff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 3px solid transparent;
    transition: 0.3s;
}
.faq-question:hover {
    border-left: 3px solid #007bff;
    background: #f1faff;
}
.faq-question span,
.vp-faq-question .vp-faq-arrow {
    font-size: 18px;
    transition: transform 0.3s;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 18px;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    transition:
        max-height 0.4s,
        padding 0.3s;
}
.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 12px 18px;
}
.cms-faq-question.active .cms-arrow,
.faq-item.active .faq-question span {
    transform: rotate(90deg);
}
.cmblog {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.cmpost {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.cmpost img {
    width: 100%;
    border-radius: 10px;
}
.madsite-container {
    width: 90%;
    padding-top: 3%;
    margin: 0 auto;
}
.madsite-header {
    background: rgba(3, 18, 115, 0.9);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 6px 25px rgba(3, 18, 115, 0.6);
}
.madsite-hero-text h1,
.madsite-logo {
    background: linear-gradient(90deg, gold, #ffb700);
    -webkit-text-fill-color: transparent;
}
.madsite-header .madsite-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}
.madsite-logo {
    font-size: 2rem;
    font-weight: 700;
    -webkit-background-clip: text;
    letter-spacing: 1px;
}
.madsite-nav-list {
    display: flex;
    gap: 25px;
}
.madsite-nav-list li a {
    font-size: 1rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 8px;
    transition: 0.4s;
    color: #f5f5f5;
}
.madsite-nav-list li a:hover {
    background: gold;
    color: #031273;
    box-shadow: 0 0 12px rgba(255, 215, 0, 0.8);
}
.madsite-menu-toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: gold;
}
.madsite-hero {
    background: linear-gradient(135deg, #000, #031273);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.madsite-hero::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.3), transparent 70%);
    filter: blur(80px);
    z-index: 1;
}
.madsite-hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.madsite-hero-text h1 {
    font-size: 3rem;
    -webkit-background-clip: text;
    margin-bottom: 20px;
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}
.madsite-hero-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #eaeaea;
}
.madsite-btn {
    background: linear-gradient(90deg, #7b7b7b, #b0b0b0);
    color: #fff;
    padding: 14px 30px;
    border-radius: 12px;
    transition: 0.3s;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(3, 18, 115, 0.4);
}
.madsite-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(149, 149, 149, 0.7);
}
.madsite-hero-img {
    flex: 1;
    text-align: center;
    transform: perspective(800px) rotateY(-8deg);
    transition: transform 0.8s;
}
.madsite-hero-img:hover {
    transform: perspective(800px) rotateY(0);
}
.madsite-features,
.madsite-pricing {
    padding: 80px 0;
}
.madsite-section-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 50px;
    background: linear-gradient(90deg, gold, #ffb700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.madsite-features-grid,
.madsite-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
.madsite-feature-card {
    background: rgba(3, 18, 115, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.3);
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    transition: 0.4s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}
.madsite-feature-card h3 {
    color: gold;
    margin-bottom: 12px;
}
.madsite-feature-card p {
    color: #eaeaea;
    font-size: 0.95rem;
}
.madsite-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.5);
    background: rgba(3, 18, 115, 0.95);
}
.blog-main-image,
.madsite-portfolio {
    padding: 3% 0;
}
.blog-button,
.madsite-portfolio-item {
    justify-self: center;
}
.madsite-portfolio-item img {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
    transition:
        transform 0.4s,
        box-shadow 0.4s;
}
.madsite-portfolio-item img:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 30px rgba(106, 106, 106, 0.5);
}
.madsite-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}
.madsite-pricing-card {
    background: #031273;
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.7);
    transition: 0.4s;
}
.madsite-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 35px rgba(151, 151, 151, 0.5);
}
.madsite-pricing-featured {
    background: #eef9ff;
    color: #031273;
    box-shadow: 0 8px 30px rgb(129 129 129 / 70%);
}
.madsite-price {
    font-size: 2.2rem;
    font-weight: 700;
    color: gold;
    margin: 20px 0;
}
.madsite-pricing-card ul li {
    list-style-type: none;
    color: #fff;
}
.madsite-back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: linear-gradient(90deg, gold, #ffb700);
    color: #031273;
    border: none;
    padding: 12px 16px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: 0.3s;
    font-size: 1.4rem;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}
.madsite-back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.6);
}
.madsite-footer {
    background: #031273;
    color: gold;
    text-align: center;
    padding: 20px 0;
    font-size: 0.95rem;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
}
.madsite-contact-section {
    background: linear-gradient(135deg, #000, #031273);
    padding: 80px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.madsite-contact-section .madsite-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}
.madsite-contact-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    background: linear-gradient(90deg, gold, #ffb700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
}
.madsite-newsletter-form {
    display: flex;
    gap: 10px;
    background: rgba(3, 18, 115, 0.3);
    padding: 15px;
    border-radius: 12px;
    backdrop-filter: blur(12px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.madsite-newsletter-form input {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 8px;
    outline: 0;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    color: #031273;
}
.madsite-newsletter-form button {
    background: linear-gradient(90deg, gold, #031273);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}
.madsite-contact-form button:hover,
.madsite-newsletter-form button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.7);
}
.madsite-contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(3, 18, 115, 0.3);
    padding: 25px;
    border-radius: 15px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.madsite-contact-form input,
.madsite-contact-form textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    color: #031273;
    outline: 0;
    transition: 0.3s;
}
.madsite-contact-form input:focus,
.madsite-contact-form textarea:focus {
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
}
.madsite-contact-form textarea {
    min-height: 120px;
    resize: none;
}
.madsite-contact-form button {
    background: linear-gradient(90deg, gold, #031273);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}
.madsite-testimonial-slider {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
}
.madsite-testimonial-track {
    display: flex;
    transition: transform 0.5s;
}
.madsite-testimonial-card {
    min-width: 33.333%;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 16px;
}
.madsite-slider-controls {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.madsite-slider-controls button {
    background: #031273;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
}
@media (max-width: 992px) {
    .madsite-testimonial-card {
        min-width: 50%;
    }
}
@media (max-width: 600px) {
    .madsite-testimonial-card {
        min-width: 100%;
    }
}
.svc-service-head {
    text-align: center;
    padding: 2% 0 0;
}
.brand-title h3,
.svc-service-head h3 {
    position: relative;
    width: 20%;
    margin: 0 auto;
}
.svc-service-head h3::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #041273;
    top: 15px;
    right: 0;
}
.svc-service-head h3::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #041273;
    top: 15px;
    left: 0;
}
.brand-title h3::after,
.brand-title h3::before {
    position: absolute;
    content: "";
    display: block;
    background: #004c99;
    top: 15px;
    width: 40px;
    height: 2px;
}
.svc-services-section {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 25px;
    padding: 60px 0;
    flex-wrap: wrap;
}
.svc-service-card {
    position: relative;
    width: 240px;
    height: 220px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s;
    z-index: 1;
}
.svc-service-card p,
.svc-service-title {
    position: relative;
    transition: color 0.3s;
    color: #031273;
}
.svc-service-card img {
    width: 60px;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.svc-service-title {
    font-size: 1rem;
    margin: 0;
    z-index: 2;
}
.svc-service-card p {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}
.svc-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #031273, #4a00e0, #8e2de2);
    transition: left 0.5s;
    z-index: 1;
}
.svc-service-card:hover::before {
    left: 0;
}
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
    background: #031273;
    padding: 15px 0;
    position: relative;
}
.scroll-text {
    display: flex;
    width: max-content;
    animation: 15s linear infinite scroll-left;
}
.brand-text div,
.scroll-text div {
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    padding-right: 50px;
    white-space: nowrap;
}
.scroll-text span {
    color: gold;
    font-weight: 700;
    padding-left: 2%;
}
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.brand-scroll {
    width: 100%;
    overflow: hidden;
    padding: 35px 0;
    position: relative;
}
.brand-title {
    text-align: center;
    padding: 1% 0;
}
.brand-title h3::before {
    left: 0;
}
.brand-title h3::after {
    right: 0;
}
.brand-text {
    display: flex;
    width: max-content;
    animation: 5s linear infinite scroll-brand;
}
@keyframes scroll-brand {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.cognito-workflow-section {
    text-align: center;
    padding: 60px 20px;
    position: relative;
    background: url(../img/automation-solution-bg.avif) 0 0 / cover;
}
.cognito-workflow-header .cognito-workflow-subtitle {
    color: #031273;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    width: 10%;
    margin: 0 auto;
}
.cognito-workflow-header .cognito-workflow-subtitle::after,
.cognito-workflow-header .cognito-workflow-subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 40px;
    height: 2px;
    background: #031273;
}
.cognito-workflow-header .cognito-workflow-subtitle::before {
    left: -50px;
}
.cognito-workflow-header .cognito-workflow-subtitle::after {
    right: -50px;
}
.cognito-workflow-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 50px;
    color: #0a0a0a;
}
.cognito-workflow-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 40px;
    position: relative;
    flex-wrap: wrap;
    padding: 20px 0;
}
.cognito-workflow-container::before {
    content: "";
    position: absolute;
    bottom: 35%;
    left: 17%;
    right: 17%;
    height: 3px;
    background: linear-gradient(to right, #031273, #4a00e0);
    border-radius: 50%;
    z-index: 0;
}
.cognito-workflow-step {
    position: relative;
    text-align: center;
    width: 220px;
    z-index: 1;
    transform: translateY(40px);
    transition: 0.6s;
    display: flex;
    flex-direction: column;
}
.cognito-workflow-step.visible {
    opacity: 1;
    transform: translateY(0);
}
.cognito-workflow-number {
    background: radial-gradient(circle, #4a00e0, #031273);
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 15px rgba(74, 0, 224, 0.4);
    transition: transform 0.3s;
    overflow: hidden;
    top: -14%;
    align-self: center;
}
.cognito-workflow-number::after {
    content: "";
    position: absolute;
    width: 76%;
    height: 80%;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 10%;
    left: 12%;
    animation: 2s infinite ripple;
}
.cognito-workflow-number::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 54%;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 24%;
    left: 25%;
    animation: 2s infinite ripple;
}
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}
.chat-toggle-btn:hover,
.cognito-workflow-step:hover .cognito-workflow-number {
    transform: scale(1.1);
}
.cognito-workflow-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.cognito-workflow-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.cognito-workflow-image {
    justify-items: center;
    padding-top: 10%;
}
.cognito-workflow-icon {
    width: 60px;
    margin-bottom: 15px;
}
.cognito-workflow-card-title {
    font-size: 1.1rem;
    color: #031273;
    font-weight: 700;
    margin: 0 0 10px;
}
.cognito-workflow-card-text {
    font-size: 0.9rem;
    color: #555;
    margin: 0;
    line-height: 1.4;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.clp-btn-outline,
.clp-btn-yellow {
    padding: 8px 15px;
    color: #000;
    font-weight: 700;
}
@keyframes rotateCircle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.clp-btn-yellow {
    background: #fc0;
    border-radius: 4px;
    margin-top: 20px;
}
.clp-btn-outline {
    border: 1px solid #000;
    border-radius: 4px;
}
.clp-hero-section {
    position: relative;
    height: 400px;
}
.clp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
}
.clp-highlight {
    color: #fc0;
}
.clp-btn-blue {
    background: #031273;
    color: #fff;
    padding: 10px 20px;
    margin-top: 15px;
    border-radius: 4px;
    font-weight: 700;
}
.clp-features-section,
.clp-why-section {
    text-align: center;
    padding: 50px 20px;
    background: #f9f9f9;
}
.clp-feature-box,
.clp-spanish-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.clp-features-grid,
.clp-practice-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.clp-feature-box {
    padding: 20px;
    flex: 1;
    max-width: 250px;
}
.clp-practice-section,
.clp-spanish-section {
    text-align: center;
    padding: 50px 20px;
}
.clp-practice-item img {
    width: 100%;
    border-radius: 8px;
}
.clp-why-list {
    max-width: 600px;
    margin: 30px auto 0;
    text-align: left;
}
.clp-why-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.clp-why-item span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #031273;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.clp-spanish-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 2%;
}
.clp-spanish-card {
    max-width: 200px;
    padding: 20px;
}
.cms-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding-top: 3%;
}
.cms-heading {
    margin-bottom: 15px;
    text-align: center;
}
.cms-btn {
    display: inline-block;
    padding: 10px 20px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    transition: background 0.3s;
}
.blog-faq-question::after,
.chat-toggle-btn,
.web-faq-arrow,
.web-service-card {
    transition: transform 0.3s;
}
.cms-banner {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cms-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.cms-banner-text {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
.cms-services .cms-service-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
}
.cms-services .cms-service-item.cms-reverse,
.dev-service-block.dev-reverse,
.vp-reverse {
    flex-direction: row-reverse;
}
.cms-service-image img,
.vp-service-image img {
    width: 100%;
    border-radius: 10px;
}
.cms-service-text ul {
    list-style: disc;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .cms-services .cms-service-item,
    .cms-services .cms-service-item.cms-reverse,
    .madsite-newsletter-form {
        flex-direction: column;
    }
    .madsite-hero-content {
        display: block;
    }
    header .logo {
        width: 36%;
    }
    .cms-service-image img {
        max-width: 100%;
    }
    .cms-service-image,
    .cms-service-text {
        width: 100% !important;
    }
}
.cms-why-choose {
    background: #f9f9f9;
    padding: 40px 0;
}
.cms-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.cms-faq-question {
    cursor: pointer;
    font-weight: 700;
    position: relative;
    padding-right: 20px;
}
.cms-faq-question .cms-arrow {
    position: absolute;
    right: 0;
    transition: transform 0.3s;
}
.cms-faq-answer {
    display: none;
    padding: 10px 0;
}
.web-services-grid,
.web-why-grid {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}
.cms-contact {
    text-align: center;
    padding: 40px 20px;
}
.cms-service-image,
.cms-service-text {
    width: 50%;
}
.web-banner-image-container {
    position: relative;
    width: 100%;
    height: auto;
    background: #000;
}
.vp-banner-text,
.web-banner-text {
    position: absolute;
    transform: translate(-50%, -50%);
}
.web-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.web-banner-text {
    top: 50%;
    left: 35%;
    color: #fff;
    text-align: left;
    padding: 20px 30px;
    border-radius: 8px;
}
.web-services-section,
.web-why-choose-section {
    padding: 3% 10%;
    text-align: center;
}
.web-section-header h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.web-section-header p,
.web-why-card p {
    color: #555;
}
.web-services-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.web-service-card {
    background: #f9f9f9;
    border-radius: 10px;
    overflow: hidden;
}
.web-service-card:hover {
    transform: translateY(-5px);
}
.web-service-card img {
    width: 65%;
    height: 200px;
    object-fit: cover;
}
.web-service-card h3 {
    margin: 15px;
    font-size: 1.2rem;
}
.web-service-card p {
    margin: 0 15px 15px;
    color: #666;
    font-size: 0.95rem;
}
.web-why-choose-section {
    background: #f1f5f9;
}
.web-why-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.web-why-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.web-why-card h3 {
    margin-bottom: 10px;
    color: #111;
}
.web-faq-section {
    padding: 50px 20px;
    max-width: 80%;
    margin: 0 auto;
}
.blog-faq-item,
.vp-faq-item,
.web-faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.web-faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
}
.web-faq-answer {
    display: none;
    padding-top: 10px;
    color: #555;
    font-size: 0.95rem;
}
.web-faq-item.active .web-faq-arrow {
    transform: rotate(180deg);
}
.dev-alt-services-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.dev-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.dev-service-block {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.dev-service-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.dev-service-text {
    flex: 1.2;
    min-width: 280px;
}
.dev-service-text h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #031273;
}
.dev-service-text p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.7;
}
.dev-footer {
    background: #031273;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-top: 50px;
}
@media only screen and (max-width: 39em) {
    .quote-popup-box {
        width: 90%;
    }
    .quote-popup-submit {
        width: 30%;
    }
    .web-banner-text p {
        display: none;
    }
    .web-banner-text h1 {
        font-size: 18px;
    }
    .web-banner-text {
        width: 100%;
        top: 57%;
        left: 49%;
    }
    .cms-banner-text h1 {
        font-size: 15px;
    }
    .cms-banner-text p,
    .cms-btn {
        font-size: 10px;
    }
    .cms-btn {
        padding: 10px;
    }
    .cms-banner-text {
        left: 33%;
    }
}
.vp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.vp-banner-image video {
    width: 100%;
    height: auto;
    display: block;
}
.vp-banner-text {
    top: 50%;
    left: 30%;
    text-align: left;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.vp-footer,
.vp-intro-section {
    text-align: center;
}
.vp-banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #fff;
}
.vp-btn {
    display: inline-block;
    background: #031273;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.vp-intro-section,
.vp-services-section {
    padding: 40px 20px;
}
.vp-service-block {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 50px;
}
.vp-service-text {
    flex: 1.2;
}
.vp-service-text h2 {
    color: #031273;
    margin-bottom: 15px;
}
.vp-service-text ul {
    padding-left: 20px;
}
.vp-service-text ul li {
    margin-bottom: 10px;
    list-style-type: disc;
}
.vp-why-choose-section {
    background: #f8f8f8;
    padding: 50px 20px;
    text-align: center;
}
.vp-why-choose-section ul {
    max-width: 800px;
    margin: 0 auto 20px;
    text-align: left;
}
.vp-faq-section {
    padding: 50px 20px;
}
.vp-faq-question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
}
.vp-faq-answer {
    display: none;
    padding-top: 10px;
}
.vp-footer {
    background: #031273;
    color: #fff;
    padding: 15px 10px;
    margin-top: 30px;
}
.foot-links {
    width: 75% !important;
}
.foot-links2 {
    justify-content: space-around;
}
.blog-page,
.home-blog {
    justify-content: space-evenly;
    display: grid !important;
}
#typing-text {
    border-right: 2px solid orange;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    animation: 0.8s step-end infinite blink;
}
@keyframes blink {
    0%,
    100% {
        border-color: orange;
    }
    50% {
        border-color: transparent;
    }
}
.slideInUp button,
.slideInUp input,
.slideInUp textarea {
    margin-top: 1% !important;
}
.home-blog {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 10px;
}
.home-blogs {
    padding: 2%;
}
.blog-page {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
}
.main-blog {
    margin-top: 20px;
}
.contact-top {
    justify-content: space-evenly;
}
.contact-top h4,
.contact-top h5 {
    font-size: 14px;
}
.seo-expert-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 40px;
    max-width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.seo-expert-image,
.web-design-image {
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}
.seo-expert-img-box {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.seo-expert-img-box img,
.web-design-img-box img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease-in-out;
}
.seo-expert-img-box img:hover,
.web-design-img-box img:hover {
    transform: scale(1.05);
}
.seo-expert-text {
    flex: 1;
    min-width: 280px;
    max-width: 600px;
}
.seo-expert-text h3 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.2;
}
.seo-expert-text p,
.web-design-text p {
    font-size: 1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}
#web-design-section {
    padding: 60px 20px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
}
.web-design-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
    flex-wrap: wrap;
}
.web-design-text {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}
.web-design-text h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.web-design-text h3 {
    font-size: 2rem;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}
.web-design-text .expertise-title {
    font-weight: 700;
    margin-top: 20px;
}
.web-design-text ul {
    padding-left: 20px;
    margin-top: 10px;
}
.web-design-text ul li {
    font-size: 1rem;
    color: #444;
    margin-bottom: 10px;
    position: relative;
}
.web-design-img-box {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
    .cognito-workflow-container {
        flex-direction: column;
        align-items: center;
    }
    .cognito-workflow-container::before {
        display: none;
    }
    .cognito-workflow-step {
        width: 90%;
        margin-bottom: 30px;
    }
    .seo-expert-container {
        flex-direction: column;
        text-align: center;
    }
    .seo-expert-text {
        max-width: 90%;
    }
    .seo-expert-text h3,
    .web-design-text h3 {
        font-size: 1.8rem;
    }
    .seo-expert-text p {
        font-size: 0.95rem;
    }
    .web-design-container {
        flex-direction: column-reverse;
        text-align: center;
    }
    .web-design-text ul {
        padding-left: 7%;
    }
    .web-design-text ul li {
        padding-left: 25px;
        text-align: left;
    }
    .service-area-head p {
        text-align: justify;
    }
}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }
    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    #seo-expert,
    #web-design-section {
        padding: 40px 15px;
    }
    .seo-expert-text h3,
    .web-design-text h3 {
        font-size: 1.5rem;
    }
    .seo-expert-text p {
        font-size: 0.9rem;
        text-align: justify;
    }
    .web-design-text p,
    .web-design-text ul li {
        font-size: 0.95rem;
        text-align: justify;
    }
    .web-design-img-box {
        border-radius: 12px;
    }
}
.chatbot-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: Arial, sans-serif;
}
.chat-toggle-btn {
    background-color: #091d3e;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.chat-window {
    width: 320px;
    height: 400px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    bottom: 70px;
    left: 0;
    animation: 0.3s fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.chat-header {
    background: #091d3e;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-header h4 {
    font-size: 1rem;
    margin: 0;
}
.close-chat {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
.chat-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background: #f9f9f9;
}
.bot-message,
.user-message {
    max-width: 80%;
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
    display: inline-block;
}
.bot-message {
    background: #e9ecef;
    color: #333;
}
.user-message {
    background: #091d3e;
    color: #fff;
    margin-left: auto;
}
.chat-footer {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ddd;
    background: #fff;
}
.chat-footer input {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: 0;
    font-size: 0.9rem;
}
.chat-footer button {
    background: #091d3e;
    color: #fff;
    border: none;
    padding: 8px 12px;
    margin-left: 8px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s;
}
.chat-footer button:hover {
    background: #e14e2e;
}
.chat-body::-webkit-scrollbar {
    width: 5px;
}
.chat-body::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}
.whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 40px;
    z-index: 9999;
}
.whatsapp-float a {
    background: #25d366;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}
.whatsapp-float a:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}
.blog-button button {
    background: #091d3e;
    border-radius: 40px;
    color: #fff;
    padding: 10px 20px;
    width: 150px;
    transition: 0.5s;
}
.blog-button button:hover {
    background: #164ea9;
    transform: translateY(-5px);
    transition: 0.5s;
}
.foot-para {
    text-align: justify;
}
.blogs-body {
    padding: 10% 10% 0;
}
.blog-num-list ul {
    list-style-type: decimal;
}
.blog-para h2 {
    margin: 20px 0;
}
.designr4.mob {
    padding: 30px 0 0;
}
.designrl > li {
    padding-bottom: 5px;
}
.designrl > li > a {
    display: block;
    padding: 13px 15px 13px 55px;
    color: #fff;
    position: relative;
    background-color: #b54226;
}
.smrtftrt {
    padding: 15px 3%;
    display: none;
    background-color: #fff;
}
.blog-faq-section {
    margin: auto;
    padding: 20px;
    border-radius: 8px;
}
.blog-faq-question {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-right: 20px;
}
.blog-faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 18px;
}
.blog-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    font-size: 14px;
    color: #555;
    padding-left: 3%;
}
.blog-faq-answer.open {
    max-height: 200px;
    margin-top: 10px;
}
@media only screen and (max-width: 768px) {
    .blogs-body {
        padding: 15% 10% 0;
    }
    .content-container {
        max-width: 100% !important;
    }
    .choose-header p,
    .dev-service-text p,
    .vp-intro-section p {
        text-align: justify;
    }
    .team-section .right-col img:hover {
        --f: 1;
    }
}
.bi-arrow-up::before {
    content: "\f148";
}
@media (max-width: 768px) {
    .dev-service-block,
    .dev-service-block.dev-reverse {
        flex-direction: column;
        text-align: center;
    }
    .dev-service-text {
        padding: 0 15px;
    }
    .dev-service-text h2 {
        font-size: 1.5rem;
    }
    .vp-reverse,
    .vp-service-block {
        flex-direction: column;
    }
    .vp-banner-text h1 {
        font-size: 15px;
    }
    .vp-banner-text p,
    .vp-btn {
        font-size: 10px;
    }
    .vp-btn {
        padding: 10px 7px;
    }
    .vp-banner-text {
        top: 55%;
        left: 33%;
    }
    header .main-head {
        justify-content: space-between;
    }
    .banner {
        height: 100vh;
    }
    .banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .banner-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        text-align: center;
        justify-items: center;
    }
    .client-review {
        display: none;
    }
}
#progress-loader.hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
}
#sendBtn:disabled {
  background-color: #b689ff;
  cursor: not-allowed;
  opacity: 0.7;
}
 button:disabled {
    background: #ccc;
    opacity: 0.7;
    cursor: not-allowed;
  }

  button:not(:disabled):hover {
    background: #0056b3;
  }

/* ===== Contact Section ===== */
/* Basic layout */

.contact-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding-bottom: 40px ;
  background: #f9fafc;
}

.contact-box {
  /* display: flex; */
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  padding: 25px 20px;
  width: 310px;
  min-height: 140px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  align-content: center;
justify-items: center;
}

/* Fade-in animation */
.contact-box.visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--delay);
}

/* Hover effect */
.contact-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Icon */
.icon-box {
  flex-shrink: 0;
  background: linear-gradient(135deg, #007bff, #00c3ff);
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Text styles */
.contact-info h5 {
  font-size: 15px;
  color: #777;
  margin: 0 0 6px;
  font-weight: 500;
}

.contact-info h4 {
  font-size: 16px;
  color: #111;
  margin: 0;
  font-weight: 600;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-box {
    width: 90%;
  }
}
/* .filter-btn {
  border: none;
  background: #f8f9fa;
  color: #333;
  padding: 8px 18px;
  margin: 5px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
} */

/* .filter-btn:hover,
.filter-btn.active {
  background: #091d3e;
  color: #fff;
}
.filter-buttons{
    margin-top: 1.5rem;
} */
.about-section {
  padding: 80px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
}

.about-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}

.about-image {
  flex: 1 1 45%;
  text-align: center;
  position: relative;
}

.image-wrapper {
  position: relative;
  display: inline-block;
}

.image-wrapper img {
  width: 100%;
  max-width: 400px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
}

.stat {
  position: absolute;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 12px 20px;
  text-align: center;
  width: 160px;
  transition: 0.3s ease;
}

.stat h4 {
  color: #0d6efd;
  font-weight: 700;
  margin-bottom: 5px;
}

.stat p {
  margin: 0;
  font-size: 14px;
  color: #444;
}

.stat-top {
  top: 10%;
  left: -20px;
  z-index: 1;
}

.stat-bottom {
  bottom: 10%;
  right: -20px;
z-index: 1;
}

.about-content {
  flex: 1 1 50%;
}

.about-badge {
  display: inline-block;
  background: #e9e5ff;
  color: #4a29ff;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.about-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.about-content p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-points .point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  background: #f8f9fc;
  padding: 20px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.about-points .point.highlight {
  background: #ede9ff;
}

.about-points .icon {
  background: #4a29ff;
  color: #fff;
  border-radius: 50%;
  width: 100px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.about-points .text h5 {
  margin: 0 0 8px;
  color: #111;
  font-weight: 600;
}

.about-points .text p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .about-content {
    text-align: left;
  }

  .stat {
    position: static;
    display: inline-block;
    margin: 10px;
  }
}

/* ===============================
   PAPS - WHY CHOOSE US SECTION
================================= */

.paps-why-choose-area {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}

.paps-why-left {
  flex: 1;
  background: #000;
  color: #fff;
  padding: 70px 60px;
  /* border-radius: 0 0 0 60px; */
  display: flex;
  align-items: center;
}

.paps-why-content .paps-sub-title {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 18px;
}

.paps-why-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.paps-why-content p {
  color: #ccc;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.paps-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 25px;
}

.paps-why-box {
  text-align: center;
}

.paps-why-box i {
  background: #1a1a1a;
  padding: 16px;
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}

.paps-why-box h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.paps-why-box p {
  font-size: 14px;
  color: #aaa;
}

.paps-why-right {
  flex: 1;
}

.paps-why-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===============================
   PAPS - OUR PROCESS SECTION
================================= */

.paps-our-process {
  background: #fff;
  text-align: center;
  padding: 90px 20px;
}

.paps-our-process .paps-sub-title {
  background: #e6e6fa;
  color: #000;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}

.paps-our-process h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.paps-our-process p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 15px;
}

.paps-process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
  position: relative;
}

.paps-step {
  max-width: 280px;
  text-align: center;
  position: relative;
}

.paps-step .paps-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  background: #f2f2f2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #000;
}

.paps-step h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.paps-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.paps-connector {
  width: 60px;
  height: 2px;
  background: #ccc;
}

@media (max-width: 992px) {
  .paps-why-choose-area {
    flex-direction: column;
  }
  .paps-why-left {
    border-radius: 0;
    padding: 40px 20px;
  }
  .paps-process-steps {
    flex-direction: column;
  }
  .paps-connector {
    display: none;
  }
}

.expertise-section {
  font-family: "Poppins", sans-serif;
  background: #fff;
}

/* --- Top Section --- */
.expertise-top {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}

.expertise-content {
  flex: 1 1 50%;
  background: #000;
  color: #fff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.expertise-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.expertise-content p {
  color: #ccc;
  line-height: 1.8;
  font-size: 16px;
}

.expertise-image {
  flex: 1 1 50%;
}

.expertise-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Bottom Cards --- */
.expertise-bottom {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  padding: 60px 15px 80px;
}

.info-card {
  background: #f8f8ff;
  border-radius: 16px;
  padding: 30px 25px;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.info-card:nth-child(2) {
  background: #f3f0ff;
}

.info-card:nth-child(3) {
  background: #f7f6ff;
}

.info-card:nth-child(4) {
  background: #f5f3ff;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.info-card .icon {
  font-size: 28px;
  color: #4a29ff;
  margin-bottom: 15px;
}

.info-card h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

.info-card p {
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

@media (max-width: 992px) {
  .expertise-top {
    flex-direction: column;
  }

  .expertise-content {
    padding: 60px 30px;
    text-align: center;
  }
  .expertise-content p{
    text-align: justify;
  }
  .paps-why-box p{
    text-align: justify;
  }
  .blog-section {
  width: 90% !important;
  margin: 0 auto !important;
  justify-items: center;
  }
}

/* ============ */

.blog-section {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}

.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
      gap: 20px;
}

.filter-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

#blog-filter {
  padding: 6px 10px;
  border-radius: 5px;
}

/* BLOG GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
  transition: all 0.3s ease;
}

/* BLOG CARD */
.blog-card {
  background: #fff;
  /* border-radius: 10px; */
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 330px;
  /* margin: 0 auto; */
}

.blog-card.hide {
  display: none;
}

/* IMAGE */
.blog-img {
  position: relative;
  /* height: 200px; */
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* TAG */
.blog-tag {
  position: absolute;
  /* bottom: 10px;
  left: 10px; */
  background: #091d3e;
  color: #fff;
  padding: 10px 10px;
  /* border-radius: 5px; */
  font-size: 13px;
  font-weight: 600;
      justify-self: anchor-center;
    align-self: anchor-center;
}

/* CONTENT */
.blog-content {
  padding: 15px;
}

.blog-content h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-content p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.blog-content a {
  font-size: 13px;
  color: #091d3e;
  text-decoration: none;
  font-weight: 600;
}

