/* =========================
   General Body & Fonts
========================= */
body {
    font-family: 'Segoe UI', sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

/* =========================
   Navbar
========================= */
.navbar {
    transition: all 0.4s;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: fixed;
    width: 100%;
    z-index: 999;
}

.navbar.scrolled {
    background: #fff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.color-black{
    color:#eff4f9 ;
}
.navbar .nav-link {
    font-weight: 500;
    margin: 0 10px;
    color: #333;
}

.navbar .nav-link:hover {
    color: #5a82f9 !important;
}

.btn-proposal {
    background: linear-gradient(45deg, #5a82f9, #3a5dd6);
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-proposal:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* =========================
   Hero Section
========================= */
.bgcustom {
    background: url(/assets/images/bg.jpg) center top / cover no-repeat;
    position: relative;
    padding: 120px 0 80px 0;
    /* color: #fff; */
}

.hero {
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 700;
}

.hero p {
    font-size: 1.1rem;
    margin-top: 15px;
    /* color: #f8f9fa; */
    color: #03182d
}

.hero .customers-box {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.customers-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 10px 15px;
    margin-top: 20px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.hero .customers-box img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: -10px;
}

.hero .customers-box span {
    margin-left: 15px;
    font-weight: 600;
}

/* =========================
   About Us
========================= */
.about-hero {
      /* background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%); */
      /* background-image: linear-gradient(-225deg, #5D9FFF 0%, #B8DCFF 48%, #6BBBFF 100%); */
      background-image: url(/assets/images/titlebar-bg.jpg);
      color: #fff;
      padding: 120px 0 150px;
      position: relative;
      text-align: center;
          background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
    }
    section.about-hero::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(to bottom, rgb(0 0 0 / 90%) 0%, rgb(4 23 47 / 90%) 0%, rgb(4 19 37 / 0%) 100%);
}
    .about-hero h1 {
      font-size: 48px;
      font-weight: bold;
    }
    .about-cards {
      margin-top: -80px;
      z-index: 5;
      position: relative;
    }
    .about-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    .about-card:hover {
      transform: translateY(-10px);
    }
    .about-detail {
      padding: 80px 0;
    }
    .goals {
      /* background: #f9f9f9; */
      background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%);
      padding: 80px 0;
    }
    .goals h3 {
      font-weight: bold;
      margin-bottom: 30px;
    }

/* =========================
   Services
========================= */
 #services {
      background-color: #f8f9fa;
      padding: 100px 0;
    }

    .service-card {
      position: relative;
      border: none;
      border-radius: 20px;
      padding: 50px 20px 30px 20px;
      transition: all 0.3s ease;
      background: #fff;
      overflow: hidden;
      text-align: center;
      box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    }

    .service-card i {
      font-size: 50px;
      color: #5a82f9;
      margin-bottom: 20px;
      transition: all 0.3s ease;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

    .service-card:hover i {
      color: #3a5dd6;
    }

/* =========================
   Why Choose Us
========================= */
.why-choose-us {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 20px;
}

.why-choose-us .badge {
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-us ul li span {
    font-size: 15px;
    line-height: 1.6;
}

.why-choose-us h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.choose-box {
    background: rgba(255, 255, 255, 0.8);
    color: #333;
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    text-align: center;
}

.choose-box i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #5a82f9;
}

.choose-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* view */
.feature-section {
    padding: 80px 0;
    background: #fff;
}

.image-stack-wrapper {
    position: relative;
    display: inline-block;
}

.image-stack-wrapper::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    right: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(108, 76, 244, 0.2), transparent 70%);
    z-index: 0;
}

/* Image wrapper with overlap */
.image-stack {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.image-stack img {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 50%;
    height: auto;
    object-fit: cover;
}

.image-stack img:first-child {
    margin-bottom: 30px;
}

.image-stack img:last-child {
    margin-left: 80px;
    /* Creates the offset like in your screenshot */
}

.image-stack img:last-child {
    margin-left: 116px;
    position: relative;
    bottom: 57px;
    width: 60%;
}

.feature-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.feature-box i {
    font-size: 28px;
    color: #6c4cf4;
    margin-right: 15px;
}

.feature-btn {
    background: #c4dc77;
    border: none;
    padding: 10px 28px;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.3s;
}

.feature-btn:hover {
    background: #a6c358;
}

.stats {
    text-align: center;
    margin-top: 60px;
}

.stats h3 {
    color: #6c4cf4;
    font-weight: 700;
    margin-bottom: 5px;
}

.stats p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

@media(max-width: 768px) {
    .image-stack img {
        width: 100%;
        margin-left: 0 !important;
    }

    .image-stack-wrapper::before {
        display: none;
        /* hide glow on mobile for cleaner look */
    }
}

/*  */
/* =========================
   Footer
========================= */
footer {
    background: #071630 !important;
    color: #fff;
    padding: 60px 0 30px 0;
}

footer a {
    color: #5a82f9;
}

footer a:hover {
    color: #3a5dd6;
    text-decoration: none;
}

.footer-social i {
    font-size: 20px;
    margin-right: 15px;
    transition: 0.3s;
}

.footer-social i:hover {
    color: #3a5dd6;
}

/* =========================
   Partners Slider
========================= */
.partner-slider {
    display: flex;
    gap: 50px;
    animation: slide 15s linear infinite;
}

.partner-slider img {
    max-height: 60px;
    filter: grayscale(100%);
    transition: 0.3s;
}

.partner-slider img:hover {
    filter: grayscale(0%);
}

.sub-dev {
    background-image: url("/assets/images/gr3.jpg");
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /* height: auto; */
    z-index: 0;
    padding-top:50px;
    padding-bottom:50px;
}

.sub-dev::before {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(110deg, #242038 25%, #24203835 75%);
    content: '';
    position: absolute;
    /* overlay needs absolute positioning */
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);

    background-image: linear-gradient(110deg, #242038 25%, #24203835 75%);
    pointer-events: none;
    /* let clicks pass through */
    z-index: -1;

}

.color-white {
    color: white !important;
}

.f-40 {
    font-size: 40px;
}

@keyframes slide {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

/* =========================
   Responsive
========================= */
@media(max-width: 991px) {
    .hero h1 {
        font-size: 2rem;
        text-align: center;
    }

    .hero p {
        text-align: center;
    }

    .customers-box {
        justify-content: center;
    }
}

 .service-hero {
      /* background: #f0f4ff; */
      background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
      padding: 100px 0;
    }
    .grid-images {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    .grid-images img {
      border-radius: 12px;
      width: 100%;
      height: auto;
      object-fit: cover;
      box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    }

    /* Services Section */
    .services {
      padding: 80px 0;
    }
    .service-card {
      background: #fff;
      border-radius: 12px;
      padding: 30px;
      text-align: center;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }
    .service-card:hover {
      transform: translateY(-10px);
    }
    .service-card i {
      font-size: 2.5rem;
      margin-bottom: 15px;
      color: #5a82f9;
    }

    /* Partners Section */
    .partners {
      background: #f9f9f9;
      padding: 60px 0;
      overflow: hidden;
    }
    .partner-slider {
      display: flex;
      gap: 50px;
      animation: slide 15s linear infinite;
    }
    .partner-slider img {
      max-height: 60px;
      filter: grayscale(100%);
      transition: 0.3s;
    }
    .partner-slider img:hover {
      filter: grayscale(0%);
    }
    .color-bl{
        color:#ffffff !important;
    }
    .border-r{
            border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #D5E2F9 !important;
    border-radius: 30px 30px 30px 30px !important;
    }
    .form-card{
             background: #dee3f4;
    background-color: transparent;
    background-image: linear-gradient(180deg, #ffff 75%, #F2F6FD 100%);
    border-radius: 20px;
    border-color: #D5E2F9;
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
    }
    h4.g-t {
    font-weight: 700;
    font-size: 35px;
    color: #496fe7;
}