.hero {
    position: relative;
    padding: 50px 20px;
    background: #ffffff;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
}
.custom-simple-header {
    border-bottom: 2px solid #CDE4FF; /* Light blue border */
    padding: 10px 0;
    background: #ffffff; /* Ensure clean background */
}
.custom-contact-card textarea{
	height:100px;
}
header.entry-header {
  text-align: center;
}
.custom-contact-card {
    max-width: 500px;
    margin: 20px auto;
    padding: 35px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #e6eeff;
}
.custom-contact-card .contact-.title {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #111;
}
.form-row {
    display: flex;
}
.form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.form-group.full {
    width: 100%;
}
.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}
.custom-contact-card input,
.custom-contact-card textarea,
.custom-contact-card select {
    width: 100%;
    padding: 12px 15px;
    border-radius: 12px;
    border: 1px solid #dce6ff;
    background: #f7f9ff;
    font-size: 14px;
    transition: all .2s ease;
}
.custom-contact-card input:focus,
.custom-contact-card textarea:focus,
.custom-contact-card select:focus {
    border-color: #517bff;
    background: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(91, 123, 255, 0.3);
}
.custom-contact-card input[type="submit"] {
    background: #d7e3ff;
    color: #000;
    font-weight: 600;
    padding: 12px;
    border-radius: 10px;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: .2s;
}
.custom-contact-card input[type="submit"]:hover {
    background: #bcd1ff;
}
.entry-content p {
  margin-bottom: 10px;
}
.perspective-grid {
    position: absolute;
    top: -20%;
    left: -10%;
    width: 140%;
    height: 140%;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    transform: perspective(800px) rotateX(55deg) rotateZ(-5deg);
    z-index: 1;
}
.hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    z-index: 5;
}
.hero-left { flex: 1; }
.hero-left h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    color: #333333;
    margin-bottom: 20px;
}
.blue-underline {
    position: relative;
    white-space: nowrap;
    color:#1B59F8;
}
.blue-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    background: #1B59F8;
    z-index: -1;
}
.hero-sub {
    font-size: 19px;
    color: #666;
    max-width: 450px;
    line-height: 1.5;
}
.hero-btn {
    display: inline-block;
    background: #CAD9FF; 
    padding: 15px 40px;
    border-radius: 50px;
    margin-top: 30px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}
.hero-right {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.floating-bg-elements {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 100%;
    z-index: -1;
}
.bg-img {
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    opacity: 0.8;
}
.bg-code { width: 200px; top: -40px; left: -20px; }
.bg-chart { width: 150px; bottom: 0; left: 0; }
.bg-sales { width: 180px; bottom: -20px; right: 100px; }
.scope-box {
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    width: 400px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.15);
}
.scope-box h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}
.scope-grid,.service-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.scope-card {
    background: #f1f4f9;
    padding: 20px 10px;
    border-radius: 15px;
    text-align: center;
    position: relative;
}
.scope-card img {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    filter: brightness(0.8);
}
.scope-card p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.stats-section {
    padding: 80px 20px;
    text-align: center;
    background: #f5fbfc;
}
.stats-title {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-bottom: 50px;
}
.stats-title span {
    color: #1B59F8;
    text-decoration: underline;
}
.stats-container {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    gap: 30px;
    flex-wrap: wrap;
}
.stat-box {
    min-width: 250px;
}
.stat-number {
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(90deg, #1B59F8, #4EC8FF);
    -webkit-background-clip: text;
    color: transparent;
}
.stat-label {
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(90deg, #1B59F8, #4EC8FF);
    -webkit-background-clip: text;
    color: transparent;
}
.stat-box small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}
.choose-section {
    padding: 50px 0;
    background: #ffffff;
    position: relative;
}

/* CONTAINER */
.choose-icon img {
    filter: brightness(0) saturate(100%) invert(9%) sepia(50%) saturate(2500%) hue-rotate(210deg) brightness(90%);
}
.choose-icon img {
    width: 5px;
    height: 5px;
    object-fit: contain;
    display: block;
}

.choose-container {
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.choose-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 80px auto;
}
.choose-badge {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2563eb;
    margin-bottom: 12px;
}
.choose-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}
.choose-desc {
    font-size: 18px;
    color: #475569;
    line-height: 1.7;
}
.choose-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.choose-card {
    position: relative;
    background: white;
    padding: 32px;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}
.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.choose-number {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 100px;
    font-weight: 700;
    color: #f3f4f6;
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
    transition: color 0.3s ease;
}
.choose-card:hover .choose-number {
    color: #dbeafe; /* lighter blue */
}
.choose-icon {
    width: 56px;
    height: 56px;
    background: #2563eb;
    color: white;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    font-size: 28px;
    box-shadow: 0 10px 18px rgba(0,0,0,0.12);
    transition: transform 0.3s ease;
}
.choose-card:hover .choose-icon {
    transform: scale(1.15);
}
.choose-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}
.choose-card:hover .choose-card-title {
    color: #1d4ed8;
}
.choose-card-text .blue-underline::after{
    bottom: 0px;
}
.choose-card-text {
    font-size: 1rem;
    color: #64748b;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 1.75em;
}
.choose-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: #2563eb;
    transition: width 0.5s ease;
}
.choose-card:hover .choose-line {
    width: 100%;
}
.sector-section {
    padding: 80px 20px;
    text-align: center;
    background-color: #ffffff;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, #f7fbff 0%, #ffffff 100%);
    background-size: 50px 50px, 50px 50px, auto;
}
.sector-title {
    font-family: sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 60px;
    line-height: 1.4;
}
.underline-text {
    display: inline-block;
    border-bottom: 4px solid #1B59F8;
    padding-bottom: 2px;
}
.mobile-only { display: none; }
.sector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px;
    max-width: 1100px;
    margin: 0 auto;
}
.sector-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}
.sector-card:hover {
    transform: translateY(-5px);
}
.icon-wrapper {
    margin-bottom: 20px;
}
.sector-icon {
    width: 120px;
    height: auto;
    object-fit: contain;
}
.sector-card p {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #8898aa;
    line-height: 1.2;
    margin: 0;
}
.vm-section {
    padding: 50px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.vm-blob {
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.3;
    pointer-events: none;
    mix-blend-mode: multiply;
}
.vm-blob-blue {
    background: #dbeafe;
    top: -120px;
    right: -120px;
    transform: translate(50%, -50%);
}
.vm-blob-purple {
    background: #ede9fe;
    bottom: -120px;
    left: -120px;
    transform: translate(-50%, 50%);
}
.vm-container {
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 10;
}
.vm-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 64px auto;
}
.vm-badge {
    display: inline-block;
    padding: 6px 16px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.vm-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
    line-height: 1.2;
}
.vm-desc {
    font-size: 18px;
    color: #475569;
    line-height: 1.7;
}
.vm-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.vm-card {
    position: relative;
    background: white;
    padding: 32px;
    border-radius: 28px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    overflow: hidden;
}
.vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.14);
}
.vm-accent {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 130px;
    height: 130px;
    border-bottom-left-radius: 80px;
    transition: transform 0.3s ease;
    z-index: 1;
}
.vm-card:hover .vm-accent {
    transform: scale(1.15);
}
.vm-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    font-size: 28px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}
.vm-icon svg {
    width: 28px;
    height: 28px;
}
.vm-blue .vm-accent { background: #eff6ff; }
.vm-blue .vm-icon { background: #dbeafe; color: #2563eb; }
.vm-indigo .vm-accent { background: #eef2ff; }
.vm-indigo .vm-icon { background: #e0e7ff; color: #4f46e5; }
.vm-green .vm-accent { background: #d1fae5; }
.vm-green .vm-icon { background: #bbf7d0; color: #059669; }.vm-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}
.vm-blue .vm-card:hover h3 { color: #2563eb; }
.vm-indigo .vm-card:hover h3 { color: #4f46e5; }
.vm-green .vm-card:hover h3 { color: #059669; }
.vm-card p {
    color: #475569;
    line-height: 1.6;
    margin-bottom: 16px;
}
.vm-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vm-tag {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
}
.vm-tag-blue { background: #eff6ff; color: #2563eb; }
.vm-values li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}
.vm-values-icon {
    width: 20px;
    height: 20px;
    background: #bbf7d0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vm-values span {
    font-size: 14px;
    color: #475569;
}
.vm-cta {
    margin-top: 64px;
    text-align: center;
}
.vm-btn {
    padding: 16px 36px;
    background: #0f172a;
    color: #fff !important;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}
.vm-btn svg { margin-left: 8px; width: 20px; height: 20px; }
.vm-btn:hover {
    background: #1d4ed8;
    box-shadow: 0 15px 30px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}
.services-section {
    padding: 64px 0;
    background: #f5fbfc;
}
.services-container {
    max-width: 1280px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.services-title-wrap {
    text-align: center;
    margin-bottom: 40px;
}
.services-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
}
.services-desc {
    margin-top: 12px;
    font-size: 18px;
    color: #475569;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
/* GRID */
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
/* CARD */
.service-card {
    background: #f5fbfc;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.service-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.service-image {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* left aligned like your design */
    padding-left: 24px;
    padding-top: 24px;
}
.service-image img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.choose-card img {
  width: 90px;
  height: 90px;
}
/*.ai-icon img{
     width: 30px !important;
    height: 30px !important; 
}*/
.service-card:hover .service-image img {
    transform: scale(1.05);
}
.service-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.service-name {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}
.service-short {
    color: #475569;
    font-size: 14px;
    margin-bottom: 20px;
}
.service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #db2777;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
    text-decoration: none;
}
.service-link:hover {
    color: #be185d;
}
.service-badge {
    font-size: 12px;
    color: #94a3b8;
}
.service-arrow {
    width: 16px;
    height: 16px;
}
.custom-footer {
    background: linear-gradient(180deg, #0b1320 0%, #0d1628 100%);
    color: #dce3ee;
    padding: 70px 20px 35px;
    font-family: "Inter", sans-serif;
    position: relative;
    overflow: hidden;
}
.custom-footer::before,
.custom-footer::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    filter: blur(60px);
}
.custom-footer::before {
    top: -80px;
    right: -60px;
}
.custom-footer::after {
    bottom: -60px;
    left: -60px;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    position: relative;
    z-index: 2;
}
.footer-left {
    flex: 1.2;
}
.footer-heading {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 18px;
}
.footer-text {
    color: #b7c4d6;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 28px;
}
.footer-social {
    display: flex;
    gap: 14px;
}
.social-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dce3ee;
    font-size: 18px;
    transition: 0.35s ease;
    border: 1px solid rgba(255,255,255,0.08);
}
.social-icon:hover {
    background: #ffffff;
    color: #0d1628;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 6px 16px rgba(255,255,255,0.15);
}
.footer-right {
    flex: 1;
    display: grid;
}
.footer-info-block {
    margin-bottom: 6px;
}
.footer-label {
    font-size: 13px;
    color: #93a4b8;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
}
.footer-info {
    font-size: 17px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}
.footer-bottom {
    text-align: center;
    padding-top: 28px;
    font-size: 15px;
    color: #99aabb;
    position: relative;
    z-index: 2;
}
.site-header{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none !important;
}
.site-main .wp-block-heading{
    padding-top: 40px;
}
.site-main .wp-block-heading img{
    padding-right: 20px;
}
.our-services{
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px; 
}
.our-services .page-title{
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-services .page-title .title{
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}
.service-section{
    gap: 50px;
}
.our-services .service-section .service{
    background: #f5fbfc;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    display: flex;
    height: 300px;
}
.our-services .service-section .service .img, .our-services .service-section .service .text-area{
    width: 50%;
}
.service-section .service .text-area .title{
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
.service-section .service .text-area{
    padding: 20px;
}
.service-section .service .list{
    padding-top: 20px;
}
.service-section .service ul{
    margin-left: unset;
    list-style: none;
}
.service-section .service ul li{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.our-services .service-section .service .img img{
    height: 100%;
    object-fit: cover;
}
.banner-top .digital-hero-image{
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.banner-top .banner-text {
  position: absolute;
  top: 16%;
  color: #fff;
  right: 3%;
  font-size: 45px;
  font-weight: 600;
  max-width: 500px;
  line-height: 45px;
}
@media (max-width: 1200px) {
    .banner-top .banner-text {
        top: 16%;
        right: 2%;
        font-size: 26px;
        max-width: 285px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .choose-title {
        font-size: 32px;
    }
    .choose-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vm-title {
        font-size: 32px;
    }
    .vm-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    main.site-main{
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .hero {
        min-height: 60vh;
    }
}
@media (min-width: 640px) {
    .services-title {
        font-size: 32px;
    }
}
@media (min-width: 1024px) {
    .choose-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
        text-align: left;
        padding-bottom: 30px;
    }
    .footer-left, .footer-right {
        flex: unset;
    }
    .footer-heading {
        font-size: 28px;
    }
}
@media (max-width: 991px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 60px;
    }
    .hero-left h1 { font-size: 32px; }
    .hero-sub { margin: 0 auto; }
    .hero-right {
        justify-content: center;
        width: 100%;
    }
    .floating-bg-elements {
        width: 100%;
        transform: translate(-50%, -40%);
    }    
    .scope-box {
        width: 90%;
        max-width: 380px;
    }
}
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
    .custom-simple-header {
        padding: 12px 0;
    }
    .stats-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .stat-number {
        font-size: 42px;
    }
    .stat-label {
        font-size: 26px;
    }
    .mobile-only { display: block; }    
    .sector-section {
        background-size: 30px 30px, 30px 30px, auto;
        padding: 40px 15px;
    }
    .sector-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    .sector-grid {
        display: flex;
        flex-direction: column;
        gap: 0; 
    }
    .sector-card {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        padding: 30px 10px;
        border-bottom: 1px solid #e0e0e0;
        text-align: left;
    }
    .sector-card:last-child {
        border-bottom: none;
    }
    .sector-card:nth-child(even) {
        flex-direction: row-reverse;
        text-align: right;
    }
    .icon-wrapper {
        margin-bottom: 0;
        width: 45%;
        display: flex;
        justify-content: center;
    }
    .sector-card p {
        width: 45%;
        font-size: 18px;
    }
    .sector-icon {
        width: 100px;
    }
    .site-main header .entry-title{
        text-align: left;
    }
    header .custom-logo-link img, .ast-header-break-point .site-logo-img .custom-mobile-logo-link img {
        max-width: 215px !important;
        width: 215px !important;
    }
    .banner-top .digital-hero-image {
        height: 250px;
    }
    .banner-top .banner-text {
        top: 12%;
        right: 0;
        font-size: 12px;
        max-width: 178px;
        line-height: 17px;
        padding-left: 20px;
    }
}
@media (max-width: 480px) {
    .hero { padding: 60px 15px; }
    .hero-left h1 { font-size: 28px; }
    .scope-grid { gap: 10px; }
    .scope-card { padding: 15px 5px; }
    .scope-card p { font-size: 12px; }
}
@media (max-width: 500px) {
    .social-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    .footer-bottom {
        font-size: 13px;
    }
}

/* ===== HERO SECTION ===== */
.hero-banner {
    position: relative;
    height: 85vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--white);
    text-align: center;
}

.hero-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
    z-index: -1;
}

.hero-content {
    max-width: 800px;
    padding: 20px;
    animation: fadeInUp 1s ease;
}

.hero-content h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    color: #fff;
}

.hero-content h1 span {
    color: var(--accent-color);
}

.hero-content p {
    font-size: 1.25rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.badge {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 8px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: inline-block;
    border: 1px solid rgba(255,255,255,0.2);
}

/* ===== GRID & CARDS ===== */
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.service-card {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #eef2f6;
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    border-color: var(--accent-color);
}

.icon-box {
    width: 64px;
    height: 64px;
    background: #f0f7ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box img {
    width: 32px;
    height: 32px;
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    color: var(--text-muted);
    line-height: 1.7;
    margin-bottom: 20px;
    flex-grow: 1;
}

.learn-more {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: var(--transition);
}

.learn-more:hover {
    letter-spacing: 1px;
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .hero-banner { height: 70vh; }
    .hero-content h1 { font-size: 2.5rem; }
    .hero-btns .btn { margin: 10px 0; width: 100%; }
    .service-grid { grid-template-columns: 1fr; }
}