@import url("/assets/css/colors.css");
@import url("/assets/css/common.css");

.nav-link {
  padding: 8px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Satoshi";
  min-height: 100vh;
}

.svg {
  height: 38px;
  width: 38px;
}

/* Common Layout Class - Aligned with hero-section-about-us */
.common {
  width: calc(100% - 115px);
  margin-left: auto;
  padding: 20px 20px;
  position: relative;
}


.hero-section-about-us {
  position: relative;
  width: calc(100% - 115px);
  height: auto;
  background: linear-gradient(90deg, #3ea3b514 0%, #a58fff30 50%, #b17c3a66 100%);
  background-size: 200% 100%;
  /* animation: shimmer 1.5s infinite; */
  display: flex;
  align-items: center;
  /* padding-left: 61px; */
  justify-content: center;
}

@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.hero-section-heading {
  width: 46%;
  margin-left: 10px;
  margin-right: 40px;
}

.hero-section-heading h1, 
.hero-section-heading p {
  text-align: left;
}

.top-btn {
  background-color: #E6FFFA;
  color: #006466;
  border-top: 1px solid #006466;
  border-right: 4px solid #006466;
  border-bottom: 4px solid #006466;
  border-left: 1px solid #006466;
  border-radius: 8px;
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
}


.text-overlay {
  font-weight: 700;
  font-size: 40px;
  color: #2f2f2f;
  text-align: left;
}

#text-overlay-colored {
  font-size: 40px;
  font-weight: 700;
  color: #265BAA;
}

.text-overlay-desc {
  color: #141a21;
  font-size: 20px;
  text-align: left;
}


.thunder {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

#text-overlay-colored {
  font-size: 40px;
  font-weight: 700;
  color: #265BAA;
}

.i-with-icon {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #265BAA;
  line-height: 1;
}

.icon-dot {
  position: absolute;
  top: -0.4em;   /* relative to font size instead of px */
  left: 50%;
  transform: translateX(-50%);
  width: 0.7em;   /* scales with text */
  height: 0.7em;  /* scales with text */  
}

/* Badges */
.badges {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 24px;
  margin-left: 0px;
}

#about-us-badge-right{
  margin-left: 0px;
}

.about-us-badge {
  font-weight: 500;
  font-size: 14px;
  padding: 12px;
  gap: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  box-shadow: 10px 10px 15px -5px #5B9DFF26;
  background-color: #FFFFFF;
  text-align: center;
  width: 207px;
  height: 160px;
}


.about-us-badge span{
  color: black;
  font-weight: 500;
}

#orange-about-us-badge { color: #F96A6A; font-weight: 900; font-size: 34px; padding: 6px 12px; border-radius: 6px; }
#purple-about-us-badge { color: #265BAA; font-weight: 900; font-size: 34px; padding: 6px 12px; border-radius: 6px; }
#green-about-us-badge { color: #189993; font-weight: 900; font-size: 34px; padding: 6px 12px; border-radius: 6px; }
#pink-about-us-badge { color: #AA70E0; font-weight: 900; font-size: 34px; padding: 6px 12px; border-radius: 6px; }
#yellow-about-us-badge { color: #6EA629; font-weight: 900; font-size: 34px; padding: 6px 12px; border-radius: 6px; }

/* Top Tools Section */
.top-tools-section {
  margin-bottom: 20px;
}

.top-tools {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;   /* ✅ allows wrapping instead of pushing out */
  gap: 20px;  
}

.top-tools-title {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #505050;
  margin-top: 20px;
}

.top-tools img{
  height: 40px;
  width: auto;
  object-fit: contain;
  display: block;
}

#Cambridge{
  height: 65px;
  width: auto; 
}

/* Tools Showcase */
.tools-show-case {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.designe-showcase{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tools-show-case-heading-empty-one{
  width: 67px;
  border: 5px solid #265BAA;
  margin-bottom: 10px;
}
.tools-show-case-heading-empty-two{
  width: 89px;
  border: 5px solid #265BAA;
  margin-bottom: 10px;
}

.tools-show-case-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.tools-show-case-heading h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  width: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.tools-show-case-heading p {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  width: 90%;
  text-align: center;
}

/* Tools Display and Vision */
.tools-show-case-display-vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding-bottom: 0;
}

#tools-display {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

#tools-display img {
  max-width: 100%;
  height: auto;
}

.tools-vision-outer {
  background: linear-gradient(135deg, #265BAA, #143463);
  padding: 50px 40px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools-vision-btn{
  color: white;
  border: 1px solid white;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 47px;
  font-weight: 700;
  font-size: 18px;
}

.tools-vision {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.tools-vision h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
}

.tools-vision #yellow { color: #FFFBC4; }
.tools-vision #green { color: #9BF2E6; }

.tools-vision p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
}

.g_big img{
      position: absolute;
    top: 5%;
    width: 205px;
    height: 207px;
    right: 73%;

}

.brain_back img{
    position: absolute;
    width: 205px;
    height: 207px;
    right: 1%;
}

/* Founders Section */

.quartar-left img{
  position: absolute;
  top: 82%;
  width: 191px;
  height: 146px;
}

.quartar-right img{
  position: absolute;
  width: 191px;
  height: 146px;
  right: 0%;
}

.founders-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.founder-section-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.founder-section-header h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}

.founder-section-header p {
  font-size: 20px;
  text-align: center;
}

.founder-section-header span {
  color: #265BAA;
  font-weight: 700;
}

.ceo-coo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.present-founder-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.founder-image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.founder-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 6px;
}

.founder-description h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.founder-description p {
  color: #666;
  font-size: 16px;
}

/* Our Story Section */

.content-designe-showcase{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.content-tools-show-case-heading-empty-one{
  width: 67px;
  border: 5px solid #DFE861;
  margin-bottom: 10px;
}
.content-tools-show-case-heading-empty-two{
  width: 89px;
  border: 5px solid #265BAA;
  margin-bottom: 10px;
}

.our-story-section {
  background-color: #FAFAFA;
  padding: 30px;
}

.story-container {
  display: flex;
  gap: 80px;
  align-items: center;
}

.timeline-section {
  flex: 0 0 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.milestone-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.milestone-icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.milestone-icon img {
  width: 40px;
  height: 40px;
}

#empty {
  height: 100px;
  width: 1px;
  background-color: #D3D3D3;
  border-radius: 25px;
}

.milestone-content h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.milestone-card:nth-child(1) .milestone-content h2 { color: #F96A6A; }
.milestone-card:nth-child(2) .milestone-content h2 { color: #265BAA; }
.milestone-card:nth-child(3) .milestone-content h2 { color: #499C4D; }

.milestone-content p {
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.5;
}

.milestone-date {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  font-weight: 400;
}

.content-section {
  flex: 1;
  padding-top: 20px;
}

.content-section h2 {
  font-weight: 700;
  font-size: 40px;
  color: #2F2F2F;
  margin-bottom: 40px;
  position: relative;
}


.content-section p {
  color: #2F2F2F;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.highlight-text {
  font-weight: 700;
  color: #2F2F2F;
}

/* Fact Section */

.inverted-comma-one img{
  position: absolute;
  width: 180px;
  height: 100px;
}

.inverted-comma-two img{
  position: absolute;
  top: 58%;
  right: 4%;
  width: 180px;
  height: 100px;
}

.fact-section {
  background: linear-gradient(135deg, #FFFFFF, #EAF9FF);
  display: flex;
  flex-direction: column;
}

.visible-fact-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-fact-container {
  width: 50%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px #5B9DFF26;
  padding: 30px;
  z-index: 1;
}

.main-fact-heading {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
  margin-bottom: 5px;
}

.main-fact-heading h2 {
  font-weight: 700;
  font-size: 28px;
}

.main-fact-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #2F2F2F;
}

/* Why Section */
.why-section .visible-why-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.visible-heading h2 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 148px;
}

.visible-footer p {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  padding: 0px 148px;
}

.visible-heading h2 span {
  color: #265BAA;
}

.visible-heading p {
  font-size: 18px;
  text-align: center;
  color: #2F2F2F;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 100%;
  padding: 0px 148px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 800px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0px #00000021;
  padding: 30px 20px;
  text-align: start;
  min-height: 200px;
}

.main-why-heading {
  display: flex;
  align-items: center;
  gap: 15px;
}

.main-why-heading h2 {
  font-weight: 700;
  font-size: 20px;
  text-align: start;
}

.main-why-description p {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

/* Join Us Section */
.join-us-visible {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 20px;
}

.join-us-heading {
  text-align: center;
}

.join-us-btn{
  width: 100px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #265BAA;
  border-radius: 6px;
  margin-bottom: 10px;
  color: #265BAA;
  font-weight: 700;
}

.join-us-description-btn{
  width: 150px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 6px;
  margin-bottom: 10px;
  color: white;
  font-weight: 700;
}

.join-us-getstart-btn{
  width: 138px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #265BAA;
  border-radius: 6px;
  margin-bottom: 10px;
  color: white;
  font-weight: 700;
  background-color: #265BAA;
  margin-top: 10px;
}

.join-us-heading h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: start;
}

.star-icon{
  width: 18px;
  height: 18px;
  margin-right: 15px;
}

.join-us-heading p {
  font-size: 20px;
  color: #666;
  text-align: start;
}

.join-us-description {
  width: 67%;
  background: linear-gradient(135deg, #265BAA, #143463);
  color: white;
  padding: 50px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.join-us-description p {
  margin: 0;
}

.join-us-description ul {
  list-style-type: none;
  /* margin-top: 20px; */
}

.point-section {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 10px 0;
}

.point-section img {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}


#footer{
  padding:0;
}


/* Responsive Design */
@media (max-width: 990px) {
  .common {
    width: 100vw;
    margin-left: 0;
    padding: 30px 20px;
    margin-top: 50px;
    margin: 0;
  }

  .tools-show-case-display-vision {
    padding-bottom: 0px
  }

  .hero-section-about-us {
    flex-direction: column;
    text-align: center;
  }

  .hero-section-heading {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hero-section-heading h1,
  .hero-section-heading p {
    text-align: center;
  }

  .top-tools {
    width: 100%;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .top-tools img {
    max-width: 80px;
    height: auto;
  }

  .tools-show-case-heading h2 {
    width: 100%;
    font-size: 32px;
  }

  .tools-show-case-heading p {
    width: 100%;
    font-size: 18px;
  }

  .tools-show-case-display-vision {
    flex-direction: column;
    gap: 0;
    padding-bottom: 0;
  }

  .tools-vision h2 {
    font-size: 32px;
  }

  .tools-vision p {
    font-size: 18px;
  }

  .story-container {
    flex-direction: column;
    gap: 40px;
  }

  .timeline-section {
    flex: none;
    width: 100%;
  }

  .content-section h2 {
    font-size: 32px;
  }

  .ceo-coo-section {
    flex-direction: column;
    gap: 40px;
  }

  .main-fact-container {
    width: 100%;
  }

  .grid-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .join-us-visible {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  }
  
  .join-us-description {
    width: 100%;
    padding: 30px;
  }

  .why-section h2 {
    font-size: 32px;
  }

  .join-us-heading h2 {
    font-size: 32px;
  }

  /* Fix padding for smaller screens */
  .visible-heading h2,
  .visible-heading p,
  .visible-footer p {
    padding: 0px 20px;
  }
}

@media (max-width: 768px) {
  .common {
    width: 100vw;
    margin-left: 0;
    padding: 20px 15px;
    margin: 0;
  }

  .tools-show-case-display-vision {
    padding-bottom: 0px
  }

  .text-overlay {
    font-size: 28px;
  }

  #text-overlay-colored {
    font-size: 28px;
  }

  .text-overlay-desc {
    font-size: 16px;
  }

  .badges {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    margin: 24px;
  }

#about-us-badge-right{
  margin-left: 24px;
}

  .about-us-badge {
    width: 150px;
    font-size: 12px;
  }

  #orange-about-us-badge, #purple-about-us-badge, #green-about-us-badge, #pink-about-us-badge, #yellow-about-us-badge {
    font-size: 20px;
    padding: 4px 8px;
  }

  .tools-vision-outer {
    padding: 30px 20px;
  }

  .tools-vision h2 {
    font-size: 24px;
  }

  .tools-vision p {
    font-size: 16px;
  }

  .founder-image img {
    width: 350px;
  height: 350px;
  }

  .milestone-card {
    gap: 10px;
  }

  .content-section h2 {
    font-size: 24px;
  }

  .main-fact-heading h2 {
    font-size: 24px;
  }

  .why-section h2 {
    font-size: 28px;
  }

  .join-us-heading h2 {
    font-size: 28px;
  }

  /* Ensure full width for all containers */
  .visible-heading h2,
  .visible-heading p,
  .visible-footer p {
    padding: 0px 15px;
  }


  .i-with-icon {
    font-size: 28px;
  }
  .icon-dot {
    top: -0.28em;
    width: 0.6em;
    height: 0.6em;
  }
}

/* NEW MEDIA QUERY - Fix for screens around 650px */
@media (max-width: 650px) {
  .common {
    width: 100vw !important;
    margin-left: 0 !important;
    padding: 20px 15px;
    margin: 0;
  }

  .tools-show-case-display-vision {
    padding-bottom: 0px
  }

  .our-story-section {
    padding: 20px 15px;
  }

  .tools-vision-outer {
    padding: 25px 15px;
  }

  .join-us-description {
    width: 100%;
    padding: 25px 15px;
  }

  .main-fact-container {
    width: 100%;
    padding: 25px;
  }

  .grid-item {
    padding: 25px 15px;
  }

  /* Ensure text containers don't overflow */
  .visible-heading h2,
  .visible-heading p,
  .visible-footer p {
    padding: 0px 10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .common {
    width: 100vw;
    padding: 20px 15px;
    margin: 0;
  }

  .tools-show-case-display-vision {
    padding-bottom: 0px
  }

  .text-overlay {
    font-size: 24px;
  }

  #text-overlay-colored {
    font-size: 24px;
  }

  .text-overlay-desc {
    font-size: 14px;
  }

  .badges {
    gap: 15px;
  }

  .about-us-badge {
    width: 120px;
    padding: 8px;
  }

  .top-tools img {
    max-width: 60px;
  }

  .tools-show-case-heading h2 {
    font-size: 24px;
  }

  .tools-show-case-heading p {
    font-size: 16px;
  }

  .tools-vision h2 {
    font-size: 20px;
  }

  .tools-vision p {
    font-size: 14px;
  }

  .founder-image img {
    width: 350px;
  height: 350px;
  }

  .founder-description h2 {
    font-size: 18px;
  }

  .content-section h2 {
    font-size: 20px;
  }

  .main-fact-container {
    padding: 20px;
  }

  .main-fact-heading h2 {
    font-size: 20px;
  }

  .grid-item {
    padding: 20px 15px;
    min-height: 150px;
  }

  .main-why-heading h2 {
    font-size: 16px;
  }

  .join-us-description {
    padding: 20px;
  }

  .why-section h2 {
    font-size: 24px;
  }

  .join-us-heading h2 {
    font-size: 24px;
  }

  .svg {
    height: 30px;
    width: 30px;
  }


  .i-with-icon {
    font-size: 24px;
  }
  .icon-dot {
    top: -0.28em;
    width: 0.55em;
    height: 0.55em;
  }
}
