/*================== PROJECT PAGE DESIGN =====================*/
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

/* ========= HERO / INTRO SECTION ========= */
.hero {
  padding: 60px 0 40px 0;
  background: linear-gradient(135deg, #ffffff 0%, #f0f4fa 100%);
  border-bottom: 1px solid #e2e8f0;
}

.hero-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(115deg, #0f2b3d, #1b4f6e);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -0.01em;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.2rem;
  line-height: 1.5;
  /* color: #2c3f55; */
  color: #fff;
  font-weight: 400;
  /* background: rgba(255,255,240,0.5); */
  background: #154161;
  padding: 0.8rem 1.5rem;
  border-radius: 15px;
  display: inline-block;
  backdrop-filter: blur(2px);
}

/* ========= KEY FEATURES SECTION (image left, points right) ========= */
.features-section {
  padding: 70px 0;
  background: #ffffff;
}

.section-title-project {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
  display: inline-block;
  letter-spacing: -0.3px;
  color: #0b3b4f;
}
.section-title-project:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #3b82f6;
  border-radius: 4px;
}

.two-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}

.col-image {
  flex: 1.1;
  min-width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
}
.col-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s;
}
.col-image:hover img {
  transform: scale(1.02);
}

.col-points {
  flex: 1;
  background: #f8fafd;
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 32px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #eef2f8;
}

.feature-list {
  list-style: none;
  padding: 0;
}
.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 1.35rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1e2f3e;
}
.feature-list li i {
  color: #2c7da0;
  font-size: 1.3rem;
  margin-top: 2px;
  min-width: 24px;
}
.feature-list li strong {
  font-weight: 700;
  color: #0f4c5f;
}

/* ========= ADVANTAGES SECTION (image right, points left) ========= */
.advantages-section {
  padding: 70px 0;
  background: #eef2fa; /* distinct background */
  border-radius: 0;
  margin-top: 0;
}

.advantages-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}

.advantages-points {
  flex: 1;
  background: white;
  padding: 2rem 2rem 2rem 2rem;
  border-radius: 32px;
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.08);
  border: 1px solid #e0e9f2;
}

.advantages-list {
  list-style: none;
  padding: 0;
}
.advantages-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 1.35rem;
  font-size: 1rem;
  font-weight: 500;
  color: #1a2e40;
}
.advantages-list li i {
  color: #0f6e3f;
  font-size: 1.25rem;
  margin-top: 3px;
  min-width: 24px;
}

.col-image-right {
  flex: 1.1;
  min-width: 260px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 25px 35px -15px rgba(0, 0, 0, 0.2);
}
.col-image-right img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s;
}
.col-image-right:hover img {
  transform: scale(1.02);
}

/* responsive adjustments */
@media (max-width: 900px) {
  .container {
    padding: 0 24px;
  }
  .two-columns,
  .advantages-wrap {
    flex-direction: column;
  }
  .col-points,
  .advantages-points {
    width: 100%;
  }
  .hero h1 {
    font-size: 1.9rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.7rem;
  }
}

@media (max-width: 550px) {
  .hero h1 {
    font-size: 1.6rem;
  }
  .col-points,
  .advantages-points {
    padding: 1.5rem;
  }
}

/* simple footer */
.footer-note {
  text-align: center;
  padding: 30px 20px;
  background: #0f2b3b;
  color: #cbd5e1;
  font-size: 0.85rem;
  border-top: 1px solid #1f4a66;
}
.footer-note a {
  color: #7ab3c8;
  text-decoration: none;
}
/*================== PROJECT PAGE DESIGN END =====================*/


/*================== ABOUT PAGE DESIGN =====================*/
/* Internal CSS */
.our-identity {
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
  background-color: #f7eeee;
  font-family: "Montserrat", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.our-identity-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.our-identity h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #1a2a3a, #2c3e50);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.our-identity h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  border-radius: 2px;
}

.our-identity p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 400;
}

.our-identity .highlight {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e5a337;
  margin-top: 25px;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .our-identity {
    padding: 50px 20px;
  }
  .our-identity h2 {
    font-size: 2rem;
  }
  .our-identity p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .our-identity .highlight {
    font-size: 1rem;
  }
}

/* Optional: Add a subtle animation */
.our-identity-content {
  animation: fadeInUp 0.8s ease-out;
}

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

.who-we-are {
  padding: 80px 20px;
  /* background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); */
  background-color: #f4f5fa;
  font-family: "Montserrat", Tahoma, Geneva, Verdana, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.who-we-are-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.who-we-are h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #1a2a3a, #2c3e50);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.who-we-are h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  border-radius: 2px;
}

.who-we-are p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 400;
}

.who-we-are .highlight {
  font-size: 1.2rem;
  font-weight: 600;
  color: #e5a337;
  margin-top: 25px;
  letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .who-we-are {
    padding: 50px 20px;
  }
  .who-we-are h2 {
    font-size: 2rem;
  }
  .who-we-are p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .who-we-are .highlight {
    font-size: 1rem;
  }
}

/* Optional: Add a subtle animation */
.who-we-are-content {
  animation: fadeInUp 0.8s ease-out;
}

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

/* Main Section */
.core-business-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Company Highlight (Section A) */
.company-highlight {
  background: linear-gradient(135deg, #0a2b3e 0%, #1a4a6f 100%);
  border-radius: 24px;
  padding: 50px 40px;
  margin-bottom: 60px;
  color: #ffffff;
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.15);
}

.company-highlight p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  opacity: 0.95;
}

.company-highlight p:last-child {
  margin-bottom: 0;
}

/* Section Title */
.section-title-wapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-wapper h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a2b3e;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.section-title-wapper h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #f7931e, #ff6b35);
  border-radius: 2px;
}

/* Solutions Grid */
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

/* Solution Card */
.solution-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

/* Card Hover Effect */
.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.15);
  border-color: rgba(241, 138, 19, 0.3);
}

/* Card Icon */
.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #f7931e20, #ff6b3520);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

/* Icon Hover Effect */
.solution-card:hover .card-icon {
  background: linear-gradient(135deg, #f7931e, #ff6b35);
  transform: scale(1.05);
}

.card-icon span {
  font-size: 30px;
  transition: all 0.3s ease;
}

/* Icon Span Hover Effect */
.solution-card:hover .card-icon span {
  transform: scale(1.1);
  color: #ffffff;
}

.solution-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a2b3e;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

/* Title Hover Effect */
.solution-card:hover h3 {
  color: #f7931e;
}

.solution-card p {
  color: #4a5568;
  line-height: 1.7;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

/* Optional: Add a learn more button on hover */
.solution-card .card-link {
  display: inline-block;
  margin-top: 20px;
  color: #f7931e;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.solution-card:hover .card-link {
  opacity: 1;
  transform: translateY(0);
}

.solution-card .card-link i {
  margin-left: 5px;
  transition: margin-left 0.3s ease;
}

.solution-card .card-link:hover i {
  margin-left: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .core-business-section {
    padding: 50px 20px;
  }

  .company-highlight {
    padding: 30px 25px;
  }

  .company-highlight p {
    font-size: 1rem;
  }

  .section-title-wapper h2 {
    font-size: 1.8rem;
  }

  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .solution-card {
    padding: 25px;
  }

  .solution-card .card-link {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 480px) {
  .solution-card h3 {
    font-size: 1.2rem;
  }
}

/* Animation */
.company-highlight,
.solution-card {
  animation: fadeInUp 0.6s ease-out forwards;
}

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

/* Mission & Vision Section */
.mission-vision-section {
  padding: 80px 0;
  background: #ffffff;
}

/* Common Styles */
.content-wrapper {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-icon {
  margin-bottom: 20px;
}

.section-icon i {
  font-size: 48px;
  color: #f7931e;
}

.section-title-mission {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0a2b3e;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.ssection-title-mission:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #f7931e, #ff6b35);
  border-radius: 2px;
}

.section-description {
  color: #4a5568;
  line-height: 1.8;
  font-size: 1rem;
  margin-bottom: 15px;
}

.section-description:last-child {
  margin-bottom: 0;
}

/* Image Wrapper */
.image-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
  height: 100%;
  min-height: 300px;
  background: linear-gradient(135deg, #f7931e20, #ff6b3520);
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.image-wrapper:hover img {
  transform: scale(1.05);
}

/* Placeholder Image Style (if no image) */
.placeholder-image {
  text-align: center;
  padding: 60px 20px;
}

.placeholder-image i {
  font-size: 100px;
  color: #f7931e;
  margin-bottom: 15px;
}

.placeholder-image p {
  color: #0a2b3e;
  font-weight: 500;
}

/* Divider */
.section-divider {
  margin: 50px 0;
  text-align: center;
}

.section-divider span {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #f7931e, #ff6b35);
  border-radius: 2px;
}

/* Responsive */
@media (max-width: 992px) {
  .mission-vision-section {
    padding: 60px 0;
  }

  .content-wrapper {
    padding: 20px;
    text-align: center;
  }

  .section-title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .image-wrapper {
    min-height: 250px;
    margin-bottom: 20px;
  }

  .section-icon {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mission-vision-section {
    padding: 40px 0;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .content-wrapper {
    padding: 15px;
  }

  .image-wrapper {
    min-height: 200px;
  }
}

/* Animation */
.mission-item,
.vision-item {
  animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*================== ABOUT PAGE DESIGN END =====================*/




        /* ====================================
           Products & Services Section
        ==================================== */
        .ps-innovative-section {
            padding: 100px 0;
            background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);
            font-family: 'Segoe UI', 'Poppins', sans-serif;
            position: relative;
        }

        /* Optional: Add a subtle pattern overlay */
        .ps-innovative-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: radial-gradient(circle at 10% 20%, rgba(247, 147, 30, 0.02) 0%, transparent 50%);
            pointer-events: none;
        }

        /* Section Header */
        .ps-header {
            text-align: center;
            margin-bottom: 70px;
            position: relative;
            z-index: 1;
        }

        .ps-header .ps-tag {
            display: inline-block;
            font-size: 13px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #f7931e;
            background: rgba(247, 147, 30, 0.1);
            padding: 6px 20px;
            border-radius: 30px;
            margin-bottom: 20px;
        }

        .ps-header h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: #0a2b3e;
            margin-bottom: 20px;
        }

        .ps-header .ps-head-desc {
            font-size: 1.1rem;
            color: #5a6b7a;
            line-height: 1.7;
            max-width: 800px;
            margin: 0 auto;
        }

        /* Service Item - With Hover Background */
        .ps-service-item {
            margin-bottom: 30px;
            padding: 40px;
            border-radius: 24px;
            transition: all 0.3s ease;
            position: relative;
            z-index: 1;
            background: transparent;
        }

        .ps-service-item:last-child {
            margin-bottom: 0;
        }

        /* Hover Effect - Background Color Change */
        .ps-service-item:hover {
            transform: translateX(5px);
            background: linear-gradient(135deg, rgba(247, 147, 30, 0.08), rgba(255, 107, 53, 0.05));
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
        }

        /* Left Side - Icon & Title */
        .ps-service-left {
            display: flex;
            align-items: flex-start;
            gap: 25px;
        }

        .ps-icon-wrapper {
            width: 75px;
            height: 75px;
            min-width: 75px;
            background: linear-gradient(135deg, #f7931e15, #ff6b3515);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .ps-service-item:hover .ps-icon-wrapper {
            background: linear-gradient(135deg, #f7931e, #ff6b35);
        }

        .ps-icon-wrapper i {
            font-size: 32px;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #f7931e;
            transition: all 0.3s ease;
        }

        .ps-service-item:hover .ps-icon-wrapper i {
            color: #ffffff;
        }

        .ps-title-area h3 {
            font-size: 1.5rem;
            font-weight: 700;
            color: #0a2b3e;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }

        .ps-service-item:hover .ps-title-area h3 {
            color: #f7931e;
        }

        .ps-title-area p {
            font-size: 1rem;
            color: #5a6b7a;
            line-height: 1.6;
            margin-bottom: 0;
        }

        /* Right Side - Features List */
        .ps-feature-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            gap: 2px;
        }

        .ps-feature-list li {
            flex: 0 0 calc(50% - 15px);
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 10px 0;
            color: #2c3e50;
            font-size: 0.95rem;
            border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .ps-feature-list li i {
            width: 18px;
            color: #f7931e;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .ps-service-item:hover .ps-feature-list li i {
            transform: scale(1.1);
        }

        .ps-feature-list li span {
            flex: 1;
        }

        /* Responsive Design */
        @media (max-width: 992px) {
            .ps-innovative-section {
                padding: 70px 0;
            }
            .ps-header h2 {
                font-size: 2.2rem;
            }
            .ps-title-area h3 {
                font-size: 1.5rem;
            }
            .ps-service-left {
                margin-bottom: 25px;
            }
            .ps-service-item {
                padding: 30px;
            }
            .ps-icon-wrapper {
                width: 65px;
                height: 65px;
                min-width: 65px;
            }
            .ps-icon-wrapper i {
                font-size: 28px;
                width: 28px;
                height: 28px;
            }
        }

        @media (max-width: 768px) {
            .ps-innovative-section {
                padding: 50px 0;
            }
            .ps-header h2 {
                font-size: 1.8rem;
            }
            .ps-header .ps-head-desc {
                font-size: 1rem;
            }
            .ps-service-item {
                padding: 25px;
                margin-bottom: 20px;
            }
            .ps-icon-wrapper {
                width: 55px;
                height: 55px;
                min-width: 55px;
            }
            .ps-icon-wrapper i {
                font-size: 24px;
                width: 24px;
                height: 24px;
            }
            .ps-title-area h3 {
                font-size: 1.3rem;
            }
            .ps-feature-list li {
                flex: 0 0 100%;
            }
        }

        @media (max-width: 576px) {
            .ps-innovative-section {
                padding: 40px 0;
            }
            .ps-header h2 {
                font-size: 1.5rem;
            }
            .ps-service-left {
                gap: 15px;
            }
            .ps-service-item {
                padding: 20px;
            }
            .ps-icon-wrapper {
                width: 50px;
                height: 50px;
                min-width: 50px;
            }
            .ps-icon-wrapper i {
                font-size: 22px;
                width: 22px;
                height: 22px;
            }
        }

        /* Animation */
        .ps-service-item {
            animation: fadeInLeft 0.6s ease-out forwards;
            opacity: 0;
        }

        .ps-service-item:nth-child(1) { animation-delay: 0.1s; }
        .ps-service-item:nth-child(2) { animation-delay: 0.2s; }
        .ps-service-item:nth-child(3) { animation-delay: 0.3s; }
        .ps-service-item:nth-child(4) { animation-delay: 0.4s; }
        .ps-service-item:nth-child(5) { animation-delay: 0.5s; }
        .ps-service-item:nth-child(6) { animation-delay: 0.6s; }
        .ps-service-item:nth-child(7) { animation-delay: 0.7s; }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-30px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }