/* HEADER STYLE */
.site-header{
    padding:10px 0;
}
.logo img{
    width: 30% !important;
    font-size:18px;
    font-weight:500;
    letter-spacing:0.5px;
}
.main-nav a{
    margin-left:40px;
    text-decoration:none;
    color:#222;
    font-size:15px;
}
.main-nav a:hover{
    text-decoration:underline;
}
/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 18, 2025, 12:35:27 PM
    Author     : Saddam
*/

/* =========================
   HERO SECTION – EXACT COPY
   ========================= */

.hero-exact{
    padding-left: 120px 0;
}

.hero-left{
    padding-top:40px;
    padding-left: 80px !important;
}

.hero-heading{
    font-family: 'Playfair Display', serif;
    font-size:80px;
    font-weight: 400 !important;
    line-height:1.05;
    color:#2f4a45;
    margin-bottom:30px;
}

.hero-tagline{
    font-size:18px;
    color:#222;
    margin-bottom:120px;
}

.hero-card{
    width:220px;
    margin-bottom:30px;
}

.hero-card img{
    width:100%;
    display:block;
}


.hero-btn:hover{
    background:#243a36;
    color:#fff;
}

.hero-right{
    display:flex;
    justify-content:flex-end;
}

.hero-device{
    width:100%;
    max-width:760px;
    display:block;
}

/* Hero text animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-heading-anim {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.3s;
}

.hero-tagline-anim {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.6s;
}

.hero-btn-anim {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
    animation-delay: 0.9s;
}

@keyframes wixRise {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-heading {
    animation: wixRise 0.9s cubic-bezier(0.22,1,0.36,1) forwards;
}



.mission-section{
    margin-top: 50px;
    padding:60px 0;
    background: linear-gradient(
        to bottom,
        #eef4f3 0%,
        #f6faf9 100%
        );
}

.mission-inner{
    max-width:900px;
    margin:0 auto;
}

.mission-title{
    font-family: 'Playfair Display', serif;
    font-size:64px;
    color:#2f4a45;
    margin-bottom:20px;
}

.mission-subtitle{
    font-size:18px;
    color:#1f3f3a;
    margin-bottom:20px;
}

.mission-text{
    font-size:18px;
    color:#1f3f3a;
}





.advantages-section {
    background: #cfd8d6;
    padding: 100px 0;
}

.advantages-left {
    padding-right: 60px;
}

.advantages-title {
    font-family: 'Playfair Display', serif;
    font-size: 64px;
    line-height: 1.1;
    color: #2f4b47;
    margin: 50px 0px 30px 0px;
}

.advantages-subtitle {
    font-size: 18px;
    color: #2f4b47;
    margin-bottom: 30px;
}

.advantages-text {
    font-size: 17px;
    line-height: 1.7;
    color: #1f3a3a;
    max-width: 420px;
}

/* RIGHT SIDE CARDS */

.advantages-right {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.adv-card {
    background: #e7efed;
    border-radius: 12px;
    padding: 30px 90px;
    max-width: 460px;
    margin: 0 auto;
}

.adv-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    color: #2f4b47;
    margin-bottom: 10px;
}

.adv-card p {
    font-size: 20px;
    color: #2f4b47;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .advantages-title {
        font-size: 46px;
    }

    .advantages-right {
        margin-top: 50px;
    }

    .adv-card {
        padding: 40px;
    }
}


.image-fixed-section {
    height: 520px;                 /* Wix jaisa height */
    width: 100%;

    background-image: url("../img/lab.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    background-attachment: fixed;  /* 🔥 MAIN MAGIC */

}



.container-core {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 80px;
}

/* LEFT */
.core-left {
     background: #e9f0ef;
     padding: 80px 0px 0px 50px;
}
.core-right {
     padding: 80px 0px 0px 0px;
}
.core-left h2 {
    font-size: 56px;
    font-family: "Playfair Display", serif;
    color: #2e4a46;
    line-height: 1.1;
}

.core-subtitle {
    display: block;
    margin: 20px 0 30px;
    color: #2e4a46;
    font-weight: 500;
}

.core-left p {
    max-width: 480px;
    line-height: 1.8;
    color: #2f3f3c;
}

.btn-core {
    display: inline-block;
    padding: 12px 28px;
    background: #2e4a46;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    border: 1.5px solid #2e4a46;
    transition: all 0.3s ease;
}
.btn-core:hover {
    background: #fff;
    color: #2e4a46;
    border-color: #2e4a46;
    box-shadow: 0 6px 18px rgba(46, 74, 70, 0.15);
}
/* RIGHT */
.core-right {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.core-card {
    background: #cfd7d6;
    padding: 32px;
    border-radius: 10px;
}

.core-card h4 {
    margin: 16px 0 10px;
    color: #2e4a46;
    font-size: 18px;
}

.core-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #2f3f3c;
}

/* ICON PLACEHOLDER */
.core-card .icon {
    width: 36px;
    height: 36px;
    background: #2e4a46;
    border-radius: 8px;
}
@media (max-width: 991px) {
    .container-core {
        grid-template-columns: 1fr;
    }

    .core-right {
        margin-top: 60px;
    }
}
/* icon + heading same line */
.card-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.card-head i {
    width: 40px;
    height: 40px;
    background: #2e4a46;
    color: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    font-size: 18px;
}

.core-card h4 {
    margin: 0;
    font-size: 18px;
    color: #2e4a46;
}


.key-features {
    padding: 120px 20px;
    background: #ffffff;
}

.key-features-inner {
    margin: 0 auto;
    text-align: center;
}

.key-features h2 {
    font-size: 56px;
    font-weight: 500;
    color: #2e4a46;
    margin-bottom: 10px;
}

.key-features h4 {
    font-size: 18px;
    font-weight: 400;
    color: #2e4a46;
    margin-bottom: 40px;
}

.key-features p {
    font-size: 20px;
    color: #243c3a;
    margin-bottom: 50px;
}

/* Button */
.btn-primary {
    display: inline-block;
    padding: 14px 32px;
    background: #2e4a46;
    color: #ffffff;
    border-radius: 40px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #243c3a;
    transform: translateY(-2px);
}


.features-alt {
    background: #eaf1f0;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.feature-row.reverse {
    direction: rtl;
}

.feature-row.reverse .feature-content {
    direction: ltr;
}

.feature-image {
    background-size: cover;
    background-position: center;
}

.img-1 {
    background-image: url("../images/monitoring.jpg");
}

.img-2 {
    background-image: url("../images/ai-diagnostics.jpg");
}

.img-3 {
    background-image: url("../img/serv4.webp");
}
.img-4 {
    background-image: url("../img/serv2.webp");
}
.feature-content {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-content h3 {
    font-size: 38px;
    color: #2b4a46;
    margin-bottom: 20px;
}

.feature-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    max-width: 520px;
}




.features-alt {
    background: #eaf1f0;
}

/* ROW */
.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 520px;
    overflow: hidden;
}

.feature-row.reverse {
    direction: rtl;
}

.feature-row.reverse .feature-content {
    direction: ltr;
}

/* IMAGE */
.feature-image {
    position: relative;
    overflow: hidden;
}

.feature-image::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-size: cover;
    background-position: center;
    transform: translateY(0);
    transition: transform 0.1s linear;
}

/* IMAGES */
.img-1::before { background-image: url("../images/monitoring.jpg"); }
.img-2::before { background-image: url("../images/ai.jpg"); }
.img-3::before { background-image: url("../images/workflow.jpg"); }

/* CONTENT */
.feature-content {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-content h3 {
    font-size: 38px;
    color: #2b4a46;
    margin-bottom: 20px;
}

.feature-content p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 520px;
    color: #555;
}


.features-alt {
    background: #eaf1f0;
}

.feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 500px;
}

.feature-row.reverse {
    direction: rtl;
}

.feature-row.reverse .feature-content {
    direction: ltr;
}

.feature-image {
    background-size: cover;
    background-position: center;
}

.img-1 {
    background-image: url("../img/serv5.webp");
}

.img-2 {
    background-image: url("../img/serv6.webp");
}

.img-3 {
   background-image: url("../img/serv4.webp");
}
.img-4 {
   background-image: url("../img/surface1.webp");
}

.feature-content {
    padding: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-content h3 {
    font-size: 38px;
    color: #2b4a46;
    margin-bottom: 20px;
}

.feature-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    max-width: 520px;
}
.bg-white{
    background: #fff;
}




.client-stories {
  background: #607776;
  padding: 90px 40px;
  text-align: center;
  color: #fff;
}

.client-stories h2 {
  font-family: "Playfair Display", serif;
  font-size: 56px;
  margin-bottom: 80px;
}

.testimonial-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.testimonial h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}

.testimonial .line {
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 10px auto 30px;
}

.testimonial p {
  font-size: 20px;
  max-width: 750px;
  margin: auto;
}

.nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

.nav.prev { left: -80px; }
.nav.next { right: -80px; }

.dots {
  margin-top: 60px;
}

.dot {
  height: 8px;
  width: 8px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}
.testimonial {
  transition: opacity 0.5s ease;
}


.wix-footer {
/*  background: #e8f0ef;
  padding: 80px 60px;*/
  font-family: 'Georgia', serif;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
}

/* LEFT */
.footer-left {
  flex: 1;
    background: #e8f0ef;
  padding: 80px 60px;
}

.brand-name {
  margin-bottom: 20px;
  font-weight: 400;
}

.contact-card {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

.contact-card h2 {
  margin-bottom: 30px;
  font-weight: 400;
}

.form-row {
  display: flex;
  gap: 30px;
}

.form-group {
  flex: 1;
  margin-bottom: 30px;
}

.form-group.full {
  width: 100%;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #555;
  padding: 8px 0;
  outline: none;
  background: transparent;
}

button {
  background: #2f4f4f;
  color: #fff;
  padding: 12px 35px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

/* RIGHT */
.footer-right {
  flex: 0.7;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #1f3d3d;
  padding: 80px 60px;

}

.footer-right p {
  margin-bottom: 12px;
}

.footer-right .address {
  margin: 25px 0;
}

.footer-right hr {
  border: none;
  border-bottom: 1px solid #7b9c9c;
  margin: 30px 0;
}

.footer-right a {
  display: block;
  color: #1f3d3d;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-right a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
  }

  .contact-card {
    padding: 30px;
  }
}
.mt-4{
    margin-top: 4rem;
}