/* ================= TRANSITION HERO ================= */
.full-tran-hero {
  position: relative;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
    height: 600px;
  background: url("img/service/service-49.jpeg") center/cover no-repeat;
  background-position:center top ;
  
}

/* Overlay */
.full-tran-overlay {
  position: absolute;
  inset: 0;
 
   background: rgba(0, 0, 0, 0.15);
}

/* Container */
.full-tran-container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: auto;
}

/* Content */
.full-tran-content {
  max-width: 720px;
  color: rgb(0 0 0 / 62%);
}

/* Title */
.full-tran-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.62);
}

/* Subtitle */
.full-tran-subtitle {
  font-size: 18px;
  line-height: 1.7;
  color: #103889;
  margin-bottom: 35px;
}






/* ================= RESPONSIVE ================= */

@media (max-width: 992px) {
  .full-tran-title {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .full-tran-hero {
    min-height: 75vh;
  }

  .full-tran-title {
    font-size: 34px;
  }

  .full-tran-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .full-tran-title {
    font-size: 28px;
  }

  .full-tran-subtitle {
    font-size: 15px;
  }
.full-tran-hero 
{
  background-position: center right;
} 
}











/* ================= TRANSITION INTRO ==========================================================*/
.full-tran-intro {
  padding: 80px 0;
  background: #f8fafc;
}

.full-tran-intro-title {
  font-size: 34px;
  font-weight: 700;
  color: #308138;
  margin-bottom: 16px;
}

.full-tran-intro-text {
  font-size: 17px;
  line-height: 1.8;
  color: #0c227d;
  max-width: 900px;
  margin: auto;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .full-tran-intro-title {
    font-size: 30px;
  }
}

@media (max-width :768px) {
  .full-tran-intro-title {
    font-size: 26px;
  }

  .full-tran-intro-text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .full-tran-intro-title {
    font-size: 24px;
  }

  .full-tran-intro-text {
    font-size: 15px;
  }
}





/* ================= TRANSITION FLOW ================= */
.transition-process {
    position: relative;
    padding: 70px 20px;
    text-align: center;

    /* Background image */
    background: url("img/service/service-50.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* Overlay layer */
.transition-process::before {
    content: "";
    position: absolute;
    inset: 0;

    /* Overlay color */
    background: rgb(123 123 123 / 14%); /* dark overlay */

    z-index: 1;
}



/* Content above overlay */
.transition-process > * {
    position: relative;
    z-index: 2;
    color: #ffffff; /* text visible */
}

.transition-title {
  font-size: 36px;
  font-weight: 700;
  color: #308138 ;
  margin-bottom: 50px;
}

/* FLOW LAYOUT */
.process-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

/* STEP CARD */
.process-step {
  background: #ffffff;
  padding: 25px 22px;
  width: 220px;
  min-height: 240px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-8px);
}

.process-step h3 {
  font-size: 18px;
  color: #071b4f;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ICON STYLE (IMAGE-INSPIRED CIRCLE) */
.step-icon1 {
  width: 100px;
  height: 90px;
  margin: 0 auto 15px;
  background: linear-gradient(61deg, #ececec54, #ffffff);
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(22,160,133,0.4);
  border: 3px solid #ffffff;
}

/* ARROW */
.arrow {
  font-size: 58px;
  color: #000;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .process-flow {
    gap: 18px;
  }

  .process-step {
    width: 200px;
  }
}

@media (max-width: 768px) {
  .process-flow {
    flex-direction: column;
  }

  .arrow {
    transform: rotate(90deg);
  }

  .process-step {
    width: 90%;
    max-width: 360px;
  }
}

@media (max-width: 480px) {
  .transition-title {
    font-size: 28px;
  }

  .process-step h3 {
    font-size: 16px;
  }

  .process-step p {
    font-size: 13px;
  }
}






/* trransition methodology  ============================================================================================================= */
.trans-meth {
  padding: 80px 0;
  background: #f8fafc;
}

.trans-meth-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.trans-meth-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #1c7629;
}

.trans-meth-step {
  background: #ffffff;
  padding: 26px 28px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  margin-bottom: 40px;
  position: relative;
}

.trans-meth-phase {
  position: absolute;
  top: -14px;
  left: 24px;
  background: linear-gradient(135deg, #3deb2538, #258723d9);
  color: #ffffff;
  padding: 5px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
}

.trans-meth-inner {
  display: flex;
  gap: 30px;
  align-items: center;
}

.trans-meth-text {
  flex: 1;
}

.trans-meth-text h3 {
  font-size: 20px;
  margin-bottom: 14px;
  color: #0f172a;
}

/* Modern list */
.trans-meth-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trans-meth-text li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #475569;
}

.trans-meth-text li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2563eb;
  font-weight: 700;
}

/* Image side */
/* Desktop Image Bigger */
.trans-meth-media {
  width: 440px;   /* increased from 260px */
  flex-shrink: 0;
}

.trans-meth-media img {
  width: 100%;
  height: 230px;  /* increased from 180px */
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
   margin-left: -34px; 
}

/* Mobile view */
@media (max-width: 768px) {
  .trans-meth-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .trans-meth-media {
    width: 100%;
    margin-top: 15px;
     margin-left: 0; 
  }

  .trans-meth-media img {
    height: 200px;
     margin-left: 0; 
  }
}

/* y trransition matters======================================================================================= --> */
.why-transition {
  position: relative;
  padding: 100px 0;
  background-image: url("img/service/service-29.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* 🔥 key line */
}

.why-title2 {
    font-size: 40px;
    font-weight: 700;
    color: #000364;
    text-align: center;
    padding: 20px;
}
.pill-list {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 10px;
}

/* PILL ITEM */
.pill-item {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 14px 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: transform 0.3s ease;
}

.pill-item:hover {
  transform: translateX(8px);
}

/* CIRCLE NUMBER */
.pill-circle {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-weight: 800;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}

/* CONTENT */
.pill-content {
  flex: 1;
  text-align: left;
}

.pill-content h4 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #003b63;
}

.pill-content p {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
}

/* ICON */
.pill-icon {
  font-size: 22px;
  margin-left: 12px;
  opacity: 0.85;
}

/* COLORS */
.red { background: #e0e0e0; }
.gray { background: #e0e0e0; }
.teal { background: #e0e0e0; }
.blue { background: #e0e0e0; }
.yellow { background: #e0e0e0; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .pill-item {
    flex-direction: column;
    border-radius: 20px;
    text-align: center;
  }

  .pill-circle {
    margin-bottom: 10px;
  }

  .pill-content {
    text-align: center;
  }

  .pill-icon {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .why-title {
    font-size: 28px;
  }

  .pill-content h4 {
    font-size: 15px;
  }

  .pill-content p {
    font-size: 12px;
  }
}











/* tarnsi benefit section-=================================================================== */
.transi-ben {
  padding: 90px 0;
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.transi-ben-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.transi-ben-title {
  font-size: 34px;
  font-weight: 700;
  color: #1b6322;
  margin-bottom: 70px;
}

.transi-ben-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.transi-ben-wrap {
  position: relative;
  width: 190px;
  height: 220px;
}

/* Number above diamond */
.transi-ben-num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background:#003B63;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 8px 18px rgba(37,99,235,0.35);
  z-index: 2;
}

/* Diamond */
.transi-ben-item {
  width: 190px;
  height: 190px;
  background: #ffffff;
  transform: rotate(45deg);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

.transi-ben-item:hover {
  transform: rotate(45deg) translateY(-10px);
  box-shadow: 0 18px 38px rgba(0,0,0,0.12);
}

/* Text inside diamond */
.transi-ben-item h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 130px;
  font-size: 14px;
  line-height: 1.4;
  color: #0f172a;
  font-weight: 600;
  text-align: center;
  word-break: break-word;
}

/* Mobile */
@media (max-width: 768px) {
  .transi-ben-grid {
    gap: 25px;
  }

  .transi-ben-wrap {
    width: 150px;
    height: 180px;
  }

  .transi-ben-item {
    width: 150px;
    height: 150px;
  }

  .transi-ben-item h4 {
    width: 105px;
    font-size: 12px;
  }
}

.trans-scen {
  padding: 90px 0;
  background: #f8fafc;
}

.trans-scen-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Left Content */
.trans-scen-content {
  flex: 1;
}

.trans-scen-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 24px;
}

.trans-scen-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trans-scen-content li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

.trans-scen-content li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  color: #2563eb;
  font-weight: 700;
}

.trans-scen-content strong {
  color: #0f172a;
}

/* Right Image */
.trans-scen-image {
  width: 420px;
  flex-shrink: 0;
}

.trans-scen-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* Mobile View */
@media (max-width: 768px) {
  .trans-scen-container {
    flex-direction: column;
  }

  /* Image above title */
  .trans-scen-image {
    width: 100%;
    order: -1;
    margin-bottom: 20px;
  }

  .trans-scen-image img {
    height: 220px;
  }

  .trans-scen-content h2 {
    font-size: 28px;
  }
}
