/* --- Unified Responsive Media Queries --- */
@media (max-width: 1200px) {
  .hero-div, .first-card, .second-card, .project-div{
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 1em !important;
  }
  .hero-div1, .hero-div2, .project-div1, .project-div2{
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 10px !important;
    box-sizing: border-box !important;
  }
  .project-card, .card-card1, .card-card2 {
    width: 100% !important;
    min-width: 0 !important;
    margin: 10px 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }
   .hero-image {
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
  }
  .we-p, .power-p {
    width: 100% !important;
    font-size: 15px !important;
    padding: 0 5px !important;
  }
}

@media (max-width: 900px) {
  .pitch, .pitch1, .h1, .we, .quest-para1 {
    font-size: 22px !important;
    line-height: 32px !important;
    text-align: center !important;
  }
  .project-para1 {
    font-size: 20px !important;
    text-align: center !important;
  }
  .project-para2 {
    font-size: 14px !important;
    text-align: center !important;
  }
  .pro-a, .p-a1, .card-card1 a, .card-card2 a {
    font-size: 13px !important;
    text-align: center !important;
    margin-top: 6px !important;
  }
  .start-div h1 {
    font-size: 22px !important;
    padding-top: 30px !important;
  }
  .start-div p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
}

@media (max-width: 600px) {
  body, .nav-div, .start, .start-div, .first-footer {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .logo {
    width: 32px !important;
    padding-left: 2px !important;
  }
  .hero-image {
    width: 220px !important;
    left: 0 !important;
    top: 0 !important;
  }
  .project-sect, .operate, .power, .start {
    padding: 10px 2px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
  }
  .project-div, .first-card, .second-card, .before-div, .parent-accord, .first-footer {
    gap: 0.5em !important;
    padding: 0 2px !important;
  }
  .project-card, .card-card1, .card-card2 {
    font-size: 13px !important;
    padding: 6px !important;
    margin: 6px 0 !important;
  }
  .project-para1, .project-para2, .we-p, .power-p, .quest-para1 {
    font-size: 13px !important;
    text-align: center !important;
  }
  .start-div h1 {
    font-size: 16px !important;
    padding-top: 10px !important;
  }
  .start-div p {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .second-footer, .foot-div1 {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    text-align: center !important;
  }
  .logo-text, .foot-list1 a {
    font-size: 11px !important;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
}
body {
  font-family: "Inter", sans-serif;
  /* background: linear-gradient(to right, blue, green); */
}
.alert {
  border-radius: 0 !important;
    /* padding: 16px !important; */
    background-color: #1433D6 !important;
    border: 2px solid #1433D6;
  /* border: none; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  height: 10px;
  width: 100%;
  z-index: 50;
  position: fixed;
}
.alert a {
  text-decoration: none;
  /* margin-top: 16px; */
}
.alert a:hover {
  text-decoration: underline;
  color: #eff2fb;
}
.alert a p {
  color: #eff2fb;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-top: 16px;
}
.menu-list {
  display: flex;
  gap: 1em;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  padding-top: 20px; 

}
.menu-list li a {
  text-decoration: none;
  color: #eff2fb;
  padding-top: 0;
  
}
.menu-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  .menu-list {
    display: none;
  }
}
.loop {
  display: flex;
  align-items: center;
  gap: 10px;
}
.loop-a{
  text-decoration: none;
}
.logo {
  width: 44px;
  padding-left: 10px;
  padding-top: 2px;
}
.loop-a, .logo-txt {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 750;
  color: #0080ff;
  /* border: 2px solid black; */
}
.logo-txt {
 margin-bottom: 100px;
}
header {
  padding-top: 35px;
  /* padding-bottom: 35px; */
  /* height: 200px; */
  position: fixed;
  z-index: 50;
  width: 100%;
  margin: auto;
  border-bottom: thin solid #ddd;

}
nav {
  position: relative;
}
.nav-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  background-color: #ffffff;
}
.left-side {
  display: flex;
  gap: 1em;
  align-items: center;
  /* padding: 20px; */
  /* border: 2px solid black; */
}
.menu-list-1 {
  display: flex;
  gap: 1.2em;
  align-items: center;
  margin-top: 14px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* border: 2px solid black; */
  padding-bottom: 15px;
}

.menu-list-1 li {
  position: relative;
}
.menu-list-1 li a {
  text-decoration: none;
  color: #556282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  padding: 8px 5px;
  transition: color 0.2s ease;
}

.li-1:hover > .a-1 i {
  transform: rotate(180deg);
  transition: all 1s ease;
}
.li-1 .a-1:hover {
  background-color: #eff2fb;
  padding: 10px 20px;
  border-radius: 20px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
}
.li-2:hover > .a-2 i {
    transform: rotate(180deg);
    transition: all 1s ease;
}
.li-2 .a-2:hover{
    background-color: #EFF2FB;
    padding: 10px 20px;
    border-radius: 20px;
    color: black;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;   
}
.mega-dropdown2{
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
    position: absolute;
    z-index: 1000;
}
.mega-dropdown {
  display: none;
  width: 100%;
  left: 260px;
  top: 100%;
  position: absolute;
  z-index: 1000;
}
.drop-dropdown {
  display: flex;
  /* gap: 1.2em; */
  justify-content: center;
  width: 100%;
  background-color: white;
  /* position: absolute; */
  top: 100%;
}
.general-1 {
  width: 280px;
}

.drop-down-1 {
  border: thin solid black;
  border-left: black;
  border-right: none;
  padding-left: 50px;
  padding-top: 20px;
  width: fit-content;
  background-color: white;
  /* height: 100%; */
}
.left-col {
  /* position: absolute; */
  width: 370px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  border: thick solid white;
  padding: 20px;
  background-color: #f9fafe;
}
.ul-li-1,
.ul-li-2,
.ul-li-3,
.ul-li-4,
.ul-li-5,
.ul-li-6 {
  margin-bottom: 20px;
}
h5 {
  padding: 0 40px 40px 40px;
}
.ul-li-1 h4 {
  padding-left: 20px;
}
.ul-li-2 h4 {
  padding-left: 20px;
}
.ul-li-3 h4 {
  padding-left: 20px;
}
.ul-li-4 h4 {
  padding-left: 20px;
}
.ul-li-5 h4 {
  padding-left: 20px;
}
.ul-li-6 h4 {
  padding-left: 20px;
}
.ul-li-1 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-1:hover {
  background-color: #eff2fb;
}
.ul-li-2 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-2:hover {
  background-color: #eff2fb;
}
.ul-li-3 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-3:hover {
  background-color: #eff2fb;
}
.ul-li-4 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-4:hover {
  background-color: #eff2fb;
}
.ul-li-5 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-5:hover {
  background-color: #eff2fb;
}
.ul-li-6 {
  padding: 12px 20px;
  border-radius: 12px;
}
.ul-li-6:hover {
  background-color: #eff2fb;
}
.paras {
  padding-left: 16px;
  padding-top: 5px;
}

.general-div {
  display: flex;
  gap: 1.4em;
  background-color: white;
  border: thin solid black;
  border-left: black;
  padding: 20px;
  /* width: 1000px; */
  padding-left: 50px;
  padding-top: 50px;
  font-family: "Inter", sans-serif;
}
.ul-li-7 {
  /* padding-left: 40px; */
  padding-top: 10px;
}

.general-1 .col-compute li {
  margin-bottom: 8px;
}
.general-1 .col-compute li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4b5563;
  padding-left: 10px;
  /* transition: color 0.2s ease; */
}
.general-1 .col-compute li a:hover {
  color: black;
}
.general-1 h4 {
  padding-top: 20px;
  padding-left: 10px;
}
.h4 {
  padding-bottom: 10px;
}
.general-1 .col-compute-2 li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-compute-2 li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4b5563;
  padding-left: 10px;
  /* transition: color 0.2s ease; */
}
.general-1 .col-compute-2 li a:hover {
  color: black;
}
.h4-1 {
  padding-bottom: 10px;
}
.general-1 .col-compute-3 li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-compute-3 li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4b5563;
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
.general-1 .col-compute-3 li a:hover {
  color: black;
}
.h4-2 {
  padding-bottom: 10px;
}
.general-1 .col-network li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.general-1 .col-network li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4b5563;
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
.general-1 .col-network li a:hover {
  color: black;
}
.h4-3 {
  padding-bottom: 10px;
}
.col-develop li {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.col-develop li a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #4b5563;
  /* transition: color 0.2s ease; */
  padding-left: 10px;
}
.col-develop li a:hover {
  color: black;
}
.menu-list-1 li:hover > .mega-dropdown {
  display: block;
  position: absolute;
  top: 100%;
  right: 30;
  /* background: #fff;  */
  padding: 20px;
  z-index: 1000;
  width: 80em;
  width: 100%;
}
.menu-list-1 li:hover > .mega-dropdown2 {
  display: block;
  position: absolute;
  top: 100%;
  right: 30;
  /* background: #fff;  */
  padding: 20px;
  z-index: 1000;
  width: 80em;
  width: 100%;
}
.bars {
  font-size: 1.4em;
  visibility: hidden;
}
.right-side {
  display: flex;
  gap: 1em;
  align-items: center;
}
.link-1,
.link-2 {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 17px;
  font-style: normal;
  margin-left: 10px;
}
.link-2 {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #2c83ff;
  color: white;
}
.link-1 {
  color: #000c2a;
  border-radius: 20px;
  padding: 10px 20px;
}
.link-3 {
  padding: 10px 20px;
  border-radius: 20px;
}
.link-3:hover {
  background-color: #eff2fb;
  transition: all 1.1s ease;
}
.link-1:hover {
  background-color: #eff2fb;
  border-radius: 20px;
  transition: all 1.2s ease;
}
.link-2:hover {
  background-color: #1433d6;
  transition: all 1.1s ease;
}
@media (max-width: 1094px) {
  .menu-list-1 {
    display: none;
  }
  .bars {
    visibility: visible;
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
  .menu-list-1 {
    display: none;
  }
  .bars {
    visibility: visible;
    /* padding-left: 40px; */
  }
  .right-side {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .link-1,
  .link-2 {
    display: none;
  }
  /* .menu-list-1.active,
  .link-1.active,
  .link-2.active {
    display: block;
    width: 100%;
    text-align: left;
    padding: 12px 20px;
  }
  .menu-list-1.active li {
    display: block;
    margin: 10px 0;
  } */
}
@media (max-width: 768px) {
  .link-1, .link-2 {
      display: none;
  }
  .alert  {
      display: none !important;
      /* padding: 0; */
  }
  .logo-txt {
    display: none;
  }
  header {
    padding-top: 0;
    /* margin-top: 0; */
  }
}

/* HERO_SECTION */
.hero-sect {
  padding-top: 10px;
  background-color: white;
}
.hero-div {
  display: flex;
  align-items: center;
}
.hero-div1 {
  width: 45%;
  /* border: 2px solid black; */
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 80px;
  background-color: #ffffff;
}
.pitch {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-top: 112px;
}
.pitch1 {
  /* text-align: center; */
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  padding-bottom: 20px;
}
.para-3 {
  font-size: 18px;
  line-height: 26px;
  color: #4d5b7c;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 20px;
  /* width: 50%; */
}
.hero-div2 {
  width: 50%;
  margin-left: 70px;
  /* border: thin solid black; */
  position: relative;
}
.hero-small {
  height: 720px;
  background-image: url(../images/imgi_56_section-bg.f20c67d0.png);
}
.hero-image {
  /* background: radial-gradient(circle at 50% 50%, #cce7ff, ); */
  width: 630px;
  left: -90px;
  top: 150px;
  position: absolute;
}
@media (max-width: 1024px) {
  .hero-div2 {
    width: 50%;
    margin-left: 70px;
    /* border: thin solid black; */
    position: relative;
  }
  .hero-small {
    height: 720px;
  }
  .hero-image {
    width: 580px;
    left: -90px;
    top: 150px;
    position: absolute;
  }
}
@media (max-width: 1024px) {
  /* .pitch,
  .pitch1 {
    font-size: 40px;
    line-height: 48px;
  } */

  .keep-div {
    gap: 1.5rem;
  }

  .power .h1 {
    font-size: 30px;
  }
  .keep-div1 {
    border: 2px solid black;
    border: none;
    /* margin-bottom: 1200px; */
  }
}

/* Mobile screens */
@media (max-width: 767px) {
  .hero-div {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .hero-div1 {
    width: 100%;
    padding: 20px;
  }
  
  .para-3 {
    width: 100%;
    /* border: 2px solid black; */
    padding-top: 10px;
    margin-top: 0;
    /* text-align: start; */
    /* display: flex; */
    /* text-wrap: nowrap; */
  }
  .pitch {
    text-align: start;
    margin-left: 12px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0 !important;
    /* border: 2px solid black; */
    line-height: 40px;
  }
  .hero-div2 {
    width: 100%;
    margin: auto;
    /* border: thin solid black; */
    /* padding: 20px; */
  }
  .hero-small {
    /* position:  */
    height: 400px;
    width: 100%;
  }
  .hero-image {
    position: absolute;
    /* margin: 0 auto; */
    top: -20px;
    left: 100px;
    width: 400px;
  }

  .keep-div {
    flex-direction: column;
    text-align: center;
  }

  .keep-div1 {
    margin-bottom: 20px;
  }
}

/* Small phones */

@media (max-width: 576px) {
  .hero-small {
    font-size: 20px;
    /* line-height: 28px; */
    height: 300px;
    width: 100%;
  }

  .hero-image {
    width: 320px;
    left: 100px;
    top: -20px;
  }
  .boat-1 {
    width: 400px;
  }
}
@media (max-width: 456px) {
  /* .hero-small {
    font-size: 20px;
    line-height: 28px;
    height: 300px;
    width: 120%;
  } */

  .hero-image {
    width: 300px;
    left: 80px;
    top: -30px;
  }
  .boat-1 {
    width: 300px;
  }
  /* .power {
    width: 118%;
  } */
}

@media (max-width: 390px) {
    .hero-small {
      height: 220px;
    }
  .hero-image {
    width: 350px;
    left: -20px;
    top: -30px;
  }
  /* .power {
    width: 130%;
  } */
}
@media (max-width: 425px) {
  .hero-image {
    width: 280px;
    left: 50px;
  }
  /* .power {
    width: 140%;
  } */
}

/* Extra small phones (≤320px) */
@media (max-width: 400px) {
  .hero-image {
    width: 280px;
    left: 30px;
  }
}
/* @media (max-width: 360px) {
  .hero-image {
    width: 280px;
    left: 30px;
  }
} */
@media (max-width: 360px) {
  .hero-image {
    width: 280px;
    left: 0;
  }
}

.power {
  background-color: #f9fafe;
  padding-top: 100px;
  padding-bottom: 100px;
}
.h1 {
  text-align: center;
  margin-top: 20px;
}
.power-p {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #4d5b7c;
  line-height: 24px;
  padding-bottom: 50px;
  width: 50%;
  margin: auto;
  /* border: 2px solid black; */
}
.bat-1 {
  border-radius: 20px;
  width: 100%;
  /* border: 2px solid black; */
  /* max-width: 500px; */
  height: auto;
  display: block;
  margin-top: 60px;
  /* margin: 0 auto; */
  /* padding-bottom: 200px; */
  /* border: 2px solid black; */
}
@media (max-width: 896px) {
  .boat-1 {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .boat-1 {
    width: 300px;
  }
}
@media (max-width: 456px) {
  .boat-1 {
    max-width: 220px;
  }
}
.keep-div {
  /* border: 2px solid black; */
  width: 92%;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}
.keep-div1 {
  margin-top: 70px;
  width: 100%;
  padding: 10px;
}
.keep-div1 h3 {
  font-family: "Epilogue", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  color: #000c2a;
  /* border: 2px solid black; */
  margin-bottom: 10px;
  padding-top: 10px;
}
.keep-div1 p {
  /* border: 2px solid black; */
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4d5b7c;
}

.keep-div2 {
  /* border: 2px solid black; */
  margin-top: 10px;

}


/* CARDS */

.operate {
  background-color: #ffffff;
  padding-bottom: 100px;
  /* border: 2px solid black; */
  width: 100%;
}
.we {
  padding-top: 120px;
  text-align: center;
  font-weight: 700;
  line-height: 48px;
  font-size: 36px;
  color: #000c2a;
  font-style: normal;
  padding-bottom: 10px;
}
.we-p {
  width: 47%;
  margin: auto;
  font-size: 17px;
  line-height: 24px;
  color: #4d5b7c;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 100px;
  white-space: normal;
  text-wrap: wrap; /* allows natural wrapping */
  word-wrap: break-word;
  text-align: center;
}
.first-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
}
.card-card1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000c2a;
  font-style: normal;
  padding: 30px;
  border: 2px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafe;
  width: 340px;
  height: 230px;
}
.second-card {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
}
.card-card2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000c2a;
  font-style: normal;
  border: 2px solid #ddd;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f9fafe;
  width: 340px;
  height: 230px;
  padding: 20px;
}
.card-card2 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000c2a;
  text-decoration: none;
}
.card-card1 a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000c2a;
  text-decoration: none;
}
.card-card1 a:hover {
  text-decoration: underline;
}
.card-card2 a:hover {
  text-decoration: underline;
}
.project-sect {
  background-image: url(../images/imgi_56_section-bg.f20c67d0.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  width: 100%;
}

.project-div {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}

.project-div1 {
  width: 40%;
  /* remove border after testing */
  /* border: 2px solid black; */
}

.project-para1 {
  font-weight: 700;
  font-size: 30px;
  color: #000c2a;
  margin-left: 10px;
}

.project-para2 {
  font-size: 18px;
  font-weight: 400;
  color: #4d5b7c;
  margin-left: 10px;
}

.pro-a {
  color: #000c2a;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  text-decoration: none;
  padding-top: 20px;
  padding-left: 10px;
}
.pro-a:hover {
  text-decoration: underline;
}

.project-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
  align-items: stretch;
}

.project-div2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 45%;
  gap: 20px;
}

.pro-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000c2a;
}

.pro-head1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4d5b7c;
  white-space: normal;
  overflow-wrap: break-word;
}

.p-a1 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000c2a;
  text-decoration: none;
}
.p-a1:hover {
  text-decoration: underline;
}

.pro-img2 {
  padding-top: 20px;
}

.pro-head-1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #000c2a; /* fixed comma */
}

.pro-head2 {
  padding-right: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4d5b7c;
  white-space: normal;
  overflow-wrap: break-word;
}

.pro-img3 {
  margin-bottom: 20px;
}

.pro-head-2 {
  margin-bottom: 10px;
  border: 2px solid black;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .project-div {
    flex-direction: column;
    padding: 40px 20px;
  }

  .project-div1,
  .project-div2 {
    width: 100%;
  }

  .project-div2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .project-card {
    width: 100%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 10px;
  }

  .project-para1 {
    font-size: 24px;
    text-align: center;
  }

  .project-para2 {
    font-size: 16px;
    text-align: center;
  }

  .pro-a {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.question {
  padding-top: 80px;
}
.quest-para1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #000c2a;
  text-align: center;
}
.quest-para2 {
  font-size: 16px;
  line-height: 24px;
  color: #4d5b7c;
  font-weight: 400;
  text-align: center;
}
.quest-a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-top: 10px;
  color: #000c2a;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 60px;
}
.quest-a:hover {
  text-decoration: underline;
}
.accordion {
  max-width: 800px;
  margin: 40px auto;
  font-family: Arial, sans-serif;
}


.parent-accord {
  display: flex;
  width: 90%;
  margin: auto;
  gap: 2em;
  padding-bottom: 100px;
}
.accordion{
  width: 80%;
  margin: auto;
  padding-top: 20px;
  background-color: #ffffff;
  /* border: 2px solid black; */

}

.accordion-button::after {
  display: none !important; 
}
.accordion-item {
    width: 100%;
    /* border: 2px solid #ddd; */
    margin: auto;
    margin-bottom: 12px;
    border-radius: 10px;   
    overflow: hidden

}
.accordion-button {
    border: 1px solid #ddd;
    background-color: #f9fafe;
    width: 550px;
    margin: auto;

    /* padding: 20px 10px; */
    /* border: 2px solid white; */
}
.accordion-button span {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #081B4B;
}
.accordion-body {
  /* width: 500px; */
  background-color: #f9fafe;
  color: #4D5B7C;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D5B7C;
}
/* ACCORDION  QUERY */
@media (max-width: 768px) {
  .quest-a {
    padding-bottom: 50px;
  }
  .parent-accord {
    flex-direction: column;
    gap: 0;
    align-items: center; /* optional: center the stacked accordions */
  }

  .accordion {
    width: 100%; /* make accordions full width on small screens */
  }
  .accordion-button {
    width: 100%;
  }
}
.before {
  padding-top: 80px;
  background-color: #ffffff;
  padding-bottom: 200px;
}
.before-p {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #000c2a;
  font-style: normal;
  padding-bottom: 60px;
}
.build {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #000c2a;
  /* padding: 24px; */
  padding-left: 24px;
  padding-top: 14px;
}
.dude {
  white-space: normal;
  text-wrap: wrap; /* allows natural wrapping */
  word-wrap: break-word;
  width: 300px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4D5B7C;
  padding-left: 24px;
  padding-right: 24px;
  /* text-align: center; */
}
.before-img {
  width: 310px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;

}
.before-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2em;
  /* border: 2px solid black; */
  
}
.before-div1 {
  background-color: #F9FAFE;
  border: 2px solid #ddd;
  border-radius: 14px;
  /* padding: 10px */
}
.last {
  height: 480px;
}
.before-div1 a {
  color: #000C2A;
  padding-top: 10px;
  padding-left: 24px;
  text-decoration: none;
}
.before-div1 a:hover {
  text-decoration: underline;
}
/* BEFORE QUERY */
@media (max-width: 768px) {
  .before-div {
    flex-direction: column;
    align-items: center; /* center stacked items */
  }

  .before-div1 {
     height: 620px;   
    width: 90%; /* optional: make boxes full width on small screens */
  }

  .before-img {
    width: 100%; /* responsive image width */   
  }

  .dude {
    width: 100%; /* make text div full width */
    margin-left: 0;
    padding-right: 0;
    /* text-align: center;  */
  }
}
.start {
    background-color: #FFFFFF;
    width: 86%;
    margin: 70px auto;
    padding-bottom: 30px;
}
.start-div {
    background-color: #B5F6FF;
    height: 60vh;
    background-image: url(../images/float.svg);
    background-size: cover ;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;      /* keep rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.start-div h1{
    color: #000C2A;
    line-height: 50px;
    font-style: normal;
    font-size: 36px;
    font-weight: 700;
    padding-top: 70px;
    padding-bottom: 16px;
    text-align: center;
}
.start-div p {
    color: #4D5B7C;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
.start-1 p {
    text-align: center;
    font-size: 12px;
    color: #4D5B7C;
    font-weight: 400;
    line-height: 18px;
    padding-top: 30px;
}
footer {
  width: 100%;
  background-color: #F9FAFE;
  height: auto;
}
.first-footer {
  display: flex;
  justify-content: space-evenly;
  /* border: 2px solid black; */
  padding-top: 60px;
  padding-bottom: 40px;
}
.first-footer p {
    padding-left: 30px;
     padding-bottom: 24px;
     font-weight: 700;
}

.foot-list1 {
    padding-bottom: 12px;
}
.foot-list1 a {
    text-decoration: none;
    color: #4D5B7C;
    font-weight: 400;
    line-height: 20px;
    font-size: 14px;
    font-style: normal;
}
.foot-list1 a:hover {
    color: black;
}
.second-footer {
    width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 20px; */
    /* margin-bottom: 100px; */
    background-color: #F9FAFE;
}
.foot-div1 {
    display: flex;
    align-items: center;
    gap: 1em;
}
.foot-div1 a {
    text-decoration: none;
    color: #4D5B7C;
}
.logo-text {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    justify-content: center;
    align-items: center;
    gap: 0.8em;
}
.logo-text p {
    font-size: 15px;
    /* font-weight: 700; */
    color: #4D5B7C;
    padding: 0;
    margin-top: 20px;
    /* border: 2px solid black; */
}
.foot-icon {
  /* width: 60px; */
  filter: brightness(0) saturate(100%) invert(36%) sepia(9%) saturate(1473%) hue-rotate(191deg) brightness(92%) contrast(86%);
  transition: filter 0.3s ease;
}
/* On hover → black */
.foot-icon:hover {
  filter: brightness(0) saturate(100%);
}
.foot-div2 {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-right: 20px;
} 
/* FOOTER QUERY */
@media (max-width: 768px) {
  .first-footer {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px; 
    width: 95%;
    margin: auto;
  }

  
  .first-footer > div {
    padding: 14px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  
  .first-footer p {
    margin: 0;
    padding: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-weight: 700; /
  }

 
  .first-footer .footer-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    margin-top: 8px;
    padding-left: 30px; /
  }
  .first-footer > div.active .footer-list {
    max-height: 1000px;
  }
  .first-footer p::after {
    content: '';
    font-weight: 700;
    margin-left: 12px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg); 
    transition: transform 0.3s ease;
  }
  .first-footer > div.active p::after {
    transform: rotate(-135deg);

  }
}
@media (max-width: 768px) {
  .second-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }

  .foot-div1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .logo-text {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; 
  }

  .logo-text a {
    white-space: nowrap;
  }

  .foot-div2 {
    order: 2;
    width: 100%;
    max-width: 460px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .foot-div2 a {
    width: 44px;
    /* height: 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }
    .fa-chevron-down {
      transition: transform 0.3s ease;
  }

  .fa-chevron-down.rotated {
    transform: rotate(180deg); /* upside down */
  }
}

@media (max-width: 500px) {
  .second-footer {
    flex-direction: column;
    gap: 15px;
    /* text-align: center; */
  }

  .foot-div1 {
    flex-wrap: wrap;
    /* justify-content: center; */
    /* padding-left: 10px; */
  }
  .foot-div1 .logo-text {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    /* margin-top: 5px; */
  }
}