/* ---------------------------------Image Text-------------------------      */
#text-b{
  margin-bottom: 50px;
}
#text-t{
  margin-top: 25px;
}


/* <!-- ---------------------- Approvals Without Delays------------   --> */

.box-color {
  width: 100%;
  min-height: 200px; /* minimum height for small screens */
  color: #ffffff;
  background-color:#1e3a5f;
  margin-top: 80px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;

  font-family: 'Poppins', sans-serif;
}


.box-color h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 14px;
}

.box-color h2 span {
  color: #9FE870;
  text-shadow: 0 0 12px rgba(159, 232, 112, 0.35);
}

/* thin divider line */
.divider {
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  margin: 12px 0 16px;
}

.box-color p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 720px;
  color: #d1d5db;
  margin-bottom: 20px;
}
.cta-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 28px;
  background-color: #2e8b57;
  color:#f5f7fa;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid rgb(32, 40, 45);
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color:#f5f7fa;
  color: #1e3a5f;
}

#button{
    margin-bottom: 10px;
}

/* ================= MOBILE ================= */
@media (max-width: 600px) {
  .box-color {
    padding: 20px;
    min-height: auto;
  }
  .approvals-details{
    padding: 25px;
  }
  
  .box-color h2 {
    font-size: 18px;
  }

  .box-color p {
    font-size: 14px;
  }

  .divider {
    width: 80px;
  }
  #ongoning-text{
    margin-top: -20px;
  }
  #text-b{
    margin-top: 75px;
  }
  #text-t{
    margin-bottom:53px ;
  }
  #text-manage{
    margin-top: 20px;
  }
 
}

/* ================= TABLET ================= */
@media (min-width: 601px) and (max-width: 992px) {
  .box-color {
    padding: 24px 40px;
    min-height: 220px;
  }

  .box-color h2 {
    font-size: 28px;
  }

  .box-color p {
    font-size: 15px;
  }

  .divider {
    width: 100px;
  }
}
     
/* <!-- ----------------------------One Partner----------------------- --> */
.button-Partner{
    margin-top: 20px;
}

/* <!-- ----------------------------One-Time Approval--------------------- --> */
.circle-wrap {
  display: flex;
  justify-content: center;
  padding: clamp(20px, 5vw, 60px);
  background-image: url(../img/home/1.webp);
  
}

.circle {
  position: relative;
  width: min(90vw, 420px);
  height: min(90vw, 420px);
}

/* STEP BOX */
.step {
  position: absolute;
  background: #2e8b57;
  color: #ffffff;
  padding: clamp(6px, 1.5vw, 12px);
  font-weight: 600;
  font-size: clamp(11px, 2.2vw, 14px);
  border-radius: 999px;
  width: clamp(90px, 26vw, 140px);
  text-align: center;
}

/* SMALL ARROW – ALL SCREENS SAME */
.arrow {
  position: absolute;
  font-size: clamp(10px, 1.5vw, 12px);
  color: #01743a;
  font-weight: 500;
}

/* STEP POSITIONS */
.s1 { top: 0%; left: 50%; transform: translateX(-50%); }
.s2 { top: 22%; right: 0%; }
.s3 { top: 62%; right: 0%; }
.s4 { bottom: 0%; left: 50%; transform: translateX(-50%); }
.s5 { top: 62%; left: 0%; }
.s6 { top: 22%; left: 0%; }

/* ARROW POSITIONS */
.a1 { top: 12%; right: 26%; transform: rotate(45deg); }
.a2 { top: 45%; right: 6%; transform: rotate(90deg); }
.a3 { bottom: 12%; right: 26%; transform: rotate(135deg); }
.a4 { bottom: 12%; left: 26%; transform: rotate(225deg); }
.a5 { top: 45%; left: 6%; transform: rotate(270deg); }
.a6 { top: 45%; left: 6%; transform: rotate(270deg); }

/* CENTER STEP */
.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2e8b57;
  width: clamp(100px, 30vw, 160px);
}
/* <!-- ----------------------------Approvals Apply to Your Project------------ --> */

#service{
  display: flex;
  justify-content: center;
  padding-top: 30px;
  font-weight: bolder;
}
#project-box{
   height: 300px;
  width: 100%;
   padding-top: 10px
}
#project-box p{
  padding-bottom: 30px;
}
/* Phone button */
.cta-button {
  display: inline-block;
   background-color: #f5f7fa;
  color: #2e8b57;
  padding: 12px 25px;
  margin-top: 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #2e8b57;
  color: #f5f7fa;
}

/* WhatsApp button */
.whatsapp-button {
  display: inline-block;
 background-color: #f5f7fa;
  color: #2e8b57;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s;
}

.whatsapp-button:hover {
  background-color: #2e8b57;
  color: #f5f7fa;
}

/* Responsive styling */
@media (max-width: 1024px) {
  .approval-section h2 {
    font-size: 1.8rem; 
  }
}

@media (max-width: 768px) {
  .project-p{
    padding: 20px;
    min-height: auto;
  }
  .approval-section h2 {
    font-size: 22px;
    padding: 20px; ; 
  }

  .approval-section p {
    font-size: 14px;
    padding: 0 15px;
  }

  .cta-button,
  .whatsapp-button {
    padding: 20px 20px;
    font-size: 0.95rem;
    margin-top: 20px;

  }
  
}
.hidden-image-why-trust{
  display:block;
}

/* Tablet */
@media (max-width:1024px){
  .hidden-image-why-trust{
    display:none;
  }
}

/* Mobile */
@media (max-width:640px){
  .hidden-image-why-trust{
    display:none;
  }
}

/* <!-- -------------------------------Environmental & Regulatory Approvals----------- --> */

.icon {
  font-size: clamp(36px, 6vw, 48px); /* icon size */
  margin-bottom: -12px;
  display: inline-block;
  text-align: center;
}

/* ---------------------------------------Testimonial-------------------------------- */

.container-h {
  padding: 40px;
  margin-top: 80px;
}

/* MAIN WRAPPER */
.slider-wrapper {
  background: #1e3a5f;
  color: white;
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  min-height: 500px;
}
#testimonial-background{
  background-color: #f5f7fa;
}
/* LEFT */
.testimonial-left {
  width: 40%;
  padding: 60px;
}

.testimonial-left h3 {
  font-size: 40px;
  font-weight:bold;
  margin-top: 20px;
}

.star-t {
  background: #ccc;
  color: #000;
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
}

/* HR */
.divider {
  width: 1px;
  background: rgba(255,255,255,0.3);
  border: none;
}

/* RIGHT */
.testimonial-right {
  width: 60%;
  padding: 40px;
  overflow: hidden;
}

/* TRACK */
.slider-track {
  display: flex;
  transition: transform 0.8s ease;
  align-items: center;   /* NEW */
}

.slide {
  min-width: 100%;
  padding: 40px;
  transform: scale(0.9);   /* slightly smaller */
  opacity: 0.5;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.slide.active {
  transform: scale(1);
  opacity: 1;
}

/* STAR */
.star {
  color: gold;
  font-size: 20px;
}

.slide-para {
  font-size: 22px;
  margin: 20px 0;
}

/* USER INFO */
.user-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}

.user-info img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid white;
  object-fit: cover;
}

.user-info h2 {
  margin: 0;
  font-size: 18px;
}

.user-info p {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
}

/* DOTS */
.dots {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.dots span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots span.active {
  background: white;
}

/* MOBILE */
@media (max-width: 768px) {
  
  .container-h{
     padding: 0px;
  margin:80px 20px;

  }
  
  .slider-wrapper {
    flex-direction: column;
  }


  .testimonial-left,
  .testimonial-right {
    width: 100%;
    padding: 30px;
  }

  .divider {
    width: 100%;
    height: 1px;
  }

  .testimonial-left h3 {
    font-size: 28px;
  }

  .slide-para {
    font-size: 18px;
  }

  .user-info img {
    width: 38px;
    height: 38px;
  }

  .slide {
    transform: scale(1);   /* mobile me full size */
    opacity: 1;
    padding: 10px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {

  .testimonial-left {
    width: 45%;
    padding: 40px;
  }

  .testimonial-right {
    width: 55%;
    padding: 30px;
  }

  .testimonial-left h3 {
    font-size: 32px;
  }

  .slide {
    padding: 30px;
    transform: scale(0.92);
  }

  .slide.active {
    transform: scale(1);
  }

  .slide-para {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {

  .slider-wrapper {
    max-width: 1200px;
    margin: auto;
  }

  .testimonial-left {
    padding: 70px;
  }

  .testimonial-left h3 {
    font-size: 44px;
  }

  .testimonial-right {
    padding: 50px;
  }

  .slide {
    transform: scale(0.9);
    opacity: 0.45;
  }

  .slide.active {
    transform: scale(1);
    opacity: 1;
  }

  .slide-para {
    font-size: 24px;
  }
}

/* -- ----------------------------------Email contact---------------------------------- --> */
 
 /* ===== EXISTING ===== */
.email-form {
  background-color:#1e3a5f;
  padding: 70px 20px;
  margin:80px 0px 0px;
}

.email-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  align-items: center;
}

/* Content */
.email-content {
  flex: 1;
}

.email-content h3 {
  color: #e5e7eb;
  margin-bottom: 60px;
  font-size: 4rem;
}

.email-content p {
  color: #e5e7eb;
  font-size: 1.1rem;
  line-height: 1.7;
}

/* ===== FORM ===== */
.contact-form {
  flex: 1;
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);

  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Input wrapper */
.field {
  width: 100%;
}

/* Inputs */
.field input,
.field textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #d1d5db;
  font-size: 1rem;
  outline: none;
  transition: 0.3s;
}

.field input:focus,
.field textarea:focus {
  border-color: rgb(32, 40, 45);
  box-shadow: 0 0 0 3px rgba(32, 40, 45, 0.15);
}

/* ===== BUTTON ===== */
.form-button {
  text-align: center;
  margin-top: 10px;
}

.button--secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  background: #ffffff;
  color: #1e3a5f;

  border: 2px solid #1e3a57;
  border-radius: 30px;

  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 🔁 HOVER STATE (DARK) */
.button--secondary:hover {
  background: #2e8b57;
  color: #ffffff;
}

/* SVG icon color follow text */
.button--secondary svg {
  fill: currentColor;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .email-form-wrapper {
    flex-direction: column;
    gap: 35px;
  }

  .email-content h3,
  .email-content p {
    text-align: center;
  }

  .email-content h3 {
    font-size: 2.6rem;
  }
}


/* =================================CSS-About================================ */
.para{
  margin-top: 25px;
  color: #525355;
  font-size:  20px ;
  font-weight: bold;
}
.other-company-logo{
  width: 124px;
  height:auto;
}
@media (max-width: 639px){
  #brand-logo-size{
    width: 40px;
    height: auto;
  }
}
#vision-heading{
  color:#f5f7fa;
}
#vision-m{
  margin-bottom: 100px;
}
  

/* ============================SERVICES PAGE===================================== */

/* -------------------Compliance Support Across the Entire Project Lifecycle--------------- */
.compliance-lifecycles{
  margin-top:50px ;
  padding:90px 20px;
  background-color:#1e3a5f;
}

.containers{
  max-width:1200px;
  margin:auto;
}

.compliance-lifecycles h2{
  font-size:45px;
  font-weight: bolder;
  color:#f5f7fa;
  margin-bottom:24px;
}

.introes{
  font-size:18px;
  color:#f5f7fa;
  max-width:900px;
}

.notes{
  margin-top:40px;
  font-size:16px;
  color:#f5f7fa;
}

.stepes{
  margin-top:50px;
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:18px;
  position:relative;
}

.steps{
  background:#ffffff;
  border-radius:14px;
  padding:30px 15px;
  text-align:center;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  transition:all .3s ease;
  position:relative;
}

.steps span{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 14px;
  border-radius:50%;
  font-weight:700;
}

.steps h4{
  font-size:15px;
  font-weight: bolder;
  color:#1C2539;
  text-transform:uppercase;
  letter-spacing:0.5px;
}
.steps:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 35px rgba(0,0,0,0.12);
}

/* Connector arrows (desktop only) */

/* Large laptop */
@media (max-width: 1200px) {
  .stepes {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .compliance-lifecycles h2 {
    font-size: 2rem;
  }

  .stepes {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Tablet / large mobile */
@media (max-width: 768px) {
  .stepes {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .compliance-lifecycles {
    padding: 60px 15px;
  }

  .stepes {
    grid-template-columns: 1fr;
  }

  .steps span {
    width: 42px;
    height: 42px;
  }
}

    /* <!-- --------------------------------card-7------------------------------- --> */
    .services-section{
  padding:90px 20px 20px;
  background:#f5f7fa;
}

.container{
  max-width:1200px;
  margin:auto;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  
}

.service-card{
  background:#fff;
  border-radius:16px;
  padding:30px;
  box-shadow:2px 5px 15px #2e8b57;
  transition:.3s ease;
}

.service-card:hover{
  transform:translateY(-6px);
}

.icons{
  font-size:36px;
  margin-bottom:14px;
  width: 70px;
  height: 70px;
  background: #eef2ff;
  color: #4338ca;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 32px;
  margin: 0 auto 18px;
  box-shadow: 0 0 0 6px rgba(67, 56, 202, 0.08);
}

.service-card h3{
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 20px;
   display: flex;
  align-items: center;
  justify-content: center;
}

.subtitle{
  font-size:14px;
  font-weight:600;
  color:#F7941D;
  margin-bottom:12px;
}

.service-card p{
  font-size:15px;
  color:#4b5563;
  margin-bottom:14px;
}

.service-card ul{
  padding-left:18px;
  margin-bottom:16px;
  list-style-type: disc;
}

.service-card ul li{
  font-size:14px;
  margin-bottom:6px;
}

.service-card a{
  font-weight:600;
  color:#2e8b57;
  text-decoration: underline;
}

.service-card a:hover{
  color:#1e3a5f;
}

/* Tablet */
@media(max-width:1024px){
  .services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* Mobile */
@media(max-width:640px){
  .services-grid{
    grid-template-columns:1fr;
  }
}

/* ------------------------ */
#what-do-color{
  color:#f5f7fa;
}
#clearance-a{
  color: #1e3a5f;
}

#header-change{
  background-color: #1e3a5f;
  color:#f5f7fa;
}
/* ----service-page-icons--- */

.cta-icon {
  width: 60px;      
  height: auto;
}
.cta-icon2{
   width: 60px;      
  height: auto;
}
@media (max-width: 576px) {
  .cta-icon2 {
    display: none;
  }
}
#icons-size{
  width:40px;
  height: auto;
}

.section-padding{
  padding: 80px 0px 0px;
}
