@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100;200;300;400;500;600;700;800&display=swap');

/* Two line Header */
.two-tier-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 12px;
    text-align: center;
    padding-top: 50px;
}
.two-tier-header h1{
    font-family: 'Crimson Text', serif;
    font-size: 38px;
    font-weight: 500;
}
.two-tier-header p{
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    color: grey
}

/* three line Header */
.three-tier-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    gap: 12px;
    text-align: center;
    padding-block: 50px;
}
.three-tier-header h4{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    background: #F6F6F6;
    color: #6D6D6D;
    padding: 8px;
    display: block;
    width: fit-content;
    margin-bottom: 30px;
    margin: 0 auto;
}
.three-tier-header h1{
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-weight: 500;
}
.three-tier-header h1 span{
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-style: italic; 
    font-weight: 600
}
.three-tier-header p{
    font-family: "DM Sans", sans-serif;
    max-width: 80%;
    font-size: 16px;
    color: grey

}

/* three line Header */
.three-tier-leftheader{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center; 
    gap: 12px;
    text-align: left;
    padding-block: 50px;
}
.three-tier-leftheader h4{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    background: #F6F6F6;
    color: #6D6D6D;
    padding: 8px;
    display: block;
    width: fit-content;
    margin-bottom: 30px;
    margin-bottom: 0;
}
.three-tier-leftheader h1{
    font-family: 'Crimson Text', serif;
    font-size: 48px;
    font-weight: 600;
}
.three-tier-leftheader h1 span{
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-style: italic; 
    font-weight: 600
}
.three-tier-leftheader p{
    font-family: "DM Sans", sans-serif;
    max-width: 60%;
    font-size: 16px;
    color: grey

}

/* Button */
.secondarybutton {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.secondarybutton button {
    padding: 12px 24px;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

/* SECTION 1 */

.section1{
    border: 1px solid black;
    height: 75vh;
    padding-left: 120px;
    padding-right: 0px;
}
.section1 div{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section1 div div{
    display: flex;
    flex-direction: column;
    line-height: 50px;
    text-align: left;
    justify-content: center;
    align-items: start;
    gap: 30px;
}
.section1 p{
    font-family: 'Crimson Text', serif;
    font-size: 64px;
    max-width: 600px;
}
.section1 p span{
    font-style: italic;
    font-weight: 700
}
.section1 div div p + p {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  max-width: 430px;
}
.section1 button{
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 2px;
    width: 230px;
    cursor: pointer;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='5'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.section1 div img{
    width: 100%;
    max-width: 900px;
    height: auto;
}

/* RESPONSIVE */

/* LAPTOP */

@media (max-width: 1200px) {
  .section1 {
    height: auto;
    padding: 80px 40px;
  }

  .section1 p {
    font-size: 56px;
    max-width: 520px;
  }

  .section1 div div p + p {
    font-size: 22px;
    max-width: 380px;
  }

  .section1 div img {
    max-width: 650px;
  }
}

/* TABLET */

@media (max-width: 992px) {
  .section1 {
    height: auto;
    padding: 60px 32px;
  }

  .section1 div {
    flex-direction: column;
    gap: 50px;
  }

  .section1 div div {
    align-items: left;
    line-height: normal;
  }

  .section1 p {
    font-size: 48px;
    max-width: 100%;
  }

  .section1 div div p + p {
    font-size: 20px;
    max-width: 500px;
  }

  .section1 div img {
    max-width: 675px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .section1 {
    padding: 60px 20px;
  }

  .section1 p {
    font-size: 36px;
  }

  .section1 div{
    align-items: start;
  }

  .section1 div div p + p {
    font-size: 18px;
    max-width: 100%;
  }

  .section1 button {
    max-width: 280px;
  }

  .section1 div img {
    max-width: 100%;
  }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
  .section1 p {
    font-size: 32px;
    line-height: 1.2;
  }

  .section1 div div p + p {
    font-size: 16px;
    line-height: 1.4;
  }

  .section1 div {
    gap: 40px;
  }
}


/* SECTION 2 */

.section2 {
    background: #000;
    padding: 20px 120px 40px 120px;
    overflow: hidden;
}

.section2 p {
    color: #ccc;
    font-size: 16px;
    font-family: 'Onest', sans-serif;
    margin-bottom: 25px;
}

.section2 div {
    display: flex;
    width: max-content;
    animation: scroll 20s linear infinite;
}

.section2 div div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 180px;
    padding: 10px 20px;
    margin-right: 16px;
    border: 2px solid #BDBDBD;
    background: #0D0D0D;
    border-radius: 50px;
}

.section2 div div img {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
}

/* Animation */

@keyframes scroll {
    from {
        transform: translateX(130%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Mobile */

@media (max-width: 768px) {
    .section2 {
        padding: 20px;
    }

    .section2 div div {
        height: 40px;
        min-width: 120px;
    }
}

/* Section 3 */
.section3{
    padding: 30px 120px;
}
/* Top Buttons */
.Top-Btns,.Bottom-Btns{
    min-width: 100%;
}
.TT,.BB{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
}
.TB,.BT{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50%;
    margin: 0 auto;
}
.TT button,.BB button,.TB button, .BT button{
    background-color: #fff;
    color: #000;
    padding: 12px 16px;
    border: 1px solid black;
    font-family: 'Crimson Text', serif;
    font-weight: 400; 
    font-style: Italic; 
    font-size: 24px; 
    line-height: 100%; 
    letter-spacing: 0%;
    text-wrap:nowrap
    
}
.TB button span, .BT button span{
    text-wrap: noWrap ;
}

/* Image Section -Section3 */

.team-images {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

/* SHARED IMAGE STYLE */
.team-img {
    width: 260px;
    height: 330px;
    object-fit: cover;
    border: 10px solid rgb(247, 247, 247);
    box-shadow: 1px solid #000;
    border-radius: 6px;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

/* ---- CENTER IMAGE ---- */
.center-img {
    scale: 1.1;
    width: 40%;
    z-index: 4;
    margin: 0 -60px;        /* creates overlap */
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}

/* ---- SIDE IMAGES ---- */
.side-img {
    opacity: 0.95;
    z-index: 1;
    scale: 1;
}
.left-img {
    transform: translateX(200px);
}
.right-img {
    transform: translateX(-200px);
}
.team-images.scroll-active .left-img:not(.center-img) {
    transform: translateX(-30px);
    opacity: 1;
    z-index: -5;
}

.team-images.scroll-active .right-img:not(.center-img) {
    transform: translateX(30px);
    opacity: 1;
    z-index: -5;
}
@media (max-width:900px) {
    .section3{
    padding: 80px 40px;
    }
    .center-img {
    width: 80%;
    }
    .TB,.BT{
    gap: 10%;
    }
    .left-img {
        width: 30%;
    }
    .right-img {
        width: 30%;
    }
    .TT button,.BB button,.TB button, .BT button{
    padding: 10px 14px;
    font-size: 22px; 
    
}
}

/* SECTION 4 */
.section4{
    padding: 30px 120px;
}
.outercontainer {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 20px;
    scrollbar-width: none;
}
.innercontainer{
    font-family: "DM Sans", sans-serif;
    width: 100%;
    height: auto;
    border: 1px solid grey;
    padding: 12px;
    min-width: 650px;
    max-width: 650px;
    background: #fff;
    padding: 1rem;
    border-radius: 10px;
    flex-shrink: 0;
}
.innercontainer h3{
    padding-block: 10px;
}
.founder-sections-card {
    flex-wrap: wrap;
    justify-content: center;
}

.maincontainer {
    position: relative;
}

.founder-card h3 {
    font-size: 20px;
    margin: 0 0 24px 0;
    font-weight: 700;
}
.founder-item span {
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    position: absolute;
    left: -4px;
}

.founder-item {
    display: flex;
    border-left: 1.5px solid #000;
    padding-left: 16px;
    margin-bottom: 32px;
    position: relative;
}


.founder-item h6{
    font-family: "DM Sans", sans-serif;
    color: grey;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px 0;
}

.founder-item p {
    max-width: 480px;
    margin: 0;
    font-weight: 400;
    line-height: 1.4;
}

.sectionfourscrollbuttons {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 16px;
    z-index: 10;
}

@media (max-width: 1024px) {
    .section4 {
        padding: 40px 60px;
    }

    .innercontainer {
        min-width: 580px;
        max-width: 580px;
    }

    .founder-item p {
        max-width: 420px;
    }
}
@media (max-width: 768px) {
    .section4 {
        padding: 32px 24px;
    }

    .outercontainer {
        gap: 16px;
    }

    .innercontainer {
        min-width: 520px;
        max-width: 520px;
        padding: 0.875rem;
    }

    .innercontainer h3 {
        font-size: 18px;
    }

    .founder-item p {
        max-width: 380px;
        font-size: 14px;
    }

    .sectionfourscrollbuttons {
        justify-content: end;
        top: 12px;
    }
}
@media (max-width: 480px) {
    .section4 {
        padding: 24px 16px;
    }

    .outercontainer {
        gap: 12px;
    }

    .innercontainer {
        min-width: 90%;
        max-width: 90%;
        padding: 0.75rem;
    }

    .innercontainer h3 {
        font-size: 16px;
    }

    .founder-item {
        margin-bottom: 24px;
    }

    .founder-item h6 {
        font-size: 13px;
    }

    .founder-item p {
        max-width: 100%;
        font-size: 14px;
        line-height: 1.5;
    }

    .sectionfourscrollbuttons {
        justify-content: end;
        gap: 16px;
    }

    .sectionfourscrollbuttons button {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}


/* Section 5 */
.section5{
    padding: 30px 120px;
}

.case-study-section {
    display: flex;
    gap: 32px;
    align-items: center;
}

.caseStudyLeft {
    width: 30%;
    flex-shrink: 0;
}

.case-study-scroll {
    width: 70%;
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.case-study-scroll img {
    width: 700px;
    flex-shrink: 0;
}
.sectionfivescrollbuttons {
    position: relative;
    display: flex;
    justify-content: end;
    gap: 10px;
    z-index: 10;
}
@media (max-width: 1024px) {
    .section5{
        padding: 40px 60px;
    }
    .case-study-section {
        flex-direction: column;
        align-items: flex-start;
    }

    .caseStudyLeft {
        width: 100%;
    }

    .case-study-scroll {
        width: 100%;
        overflow-x: auto;
        gap: 16px;
        padding-bottom: 16px;

        /* carousel feel */
        scroll-snap-type: x mandatory;
    }

    .case-study-scroll img {
        width: 100%;
        max-width: 100%;
        scroll-snap-align: center;
    }
}
@media (max-width: 768px) {
    .section5{
        padding: 32px 24px;
    }
    .sectionfivescrollbuttons {
        justify-content: end;
        top: 12px;
    }
}
@media (max-width:480) {
    .section5{
        padding: 24px 16px;
    }
    .sectionfivescrollbuttons {
        justify-content: end;
        gap: 16px;
    }
    .sectionfivescrollbuttons button {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
}

/* Section 6 */
.section6{
    padding: 30px 120px;
}

.FT_img_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

.FT_card {
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.FT_img_wrap {
    position: relative;
    width: 233px;
    min-width: 233px;
}
.FT_img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.FT_text {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid gray;
    width: 100%;
}
.FT_text h3 {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.FT_text p {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    color: #555;
}
@media (max-width: 1024px) {
    .section6{
        padding: 40px 60px;
    }
    .FT_img_container {
        grid-template-columns: 2fr;
    }
}
@media (max-width: 768px) {
    .section6{
        padding: 32px 24px;
    }
    .FT_img_container {
        grid-template-columns: 2fr;
    }
}

@media (max-width: 480px) {
    .section6{
        padding: 24px 16px;
    }
    .FT_heading {
        font-size: 32px;
    }
    .FT_img_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .FT_card {
        flex-direction: column;
    }
    .FT_img_wrap {
        width: 100%;
        min-width: 100%;
        height: 300px;
    }
    .FT_text {
        padding: 12px;
        text-align: center;
    }
    .FT_text h3 {
        font-size: 14px;
    }
    .FT_text p {
        font-size: 12px;
        line-height: 1.3;
    }
}

/* Section7 */
  .section7 {
    padding: 30px 120px;
    font-family: Arial, sans-serif;
  }

  .two-tier-header h1 {
    font-family: 'Crimson Text', serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
  }

  .two-tier-header p {
    text-align: center;
    font-size: 1rem;
    color: #777;
    max-width: 600px;
    margin: 0 auto 40px;
  }

  .choose-section {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
  }

  .choose-column-wrapper {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .choose-column-wrapper > h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .choose-column {
    width: 100%;
    border: 1px solid #969696;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    box-sizing: border-box;
  }

  .choose-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
  }

  .choose-list div {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    border-bottom: 1px solid #969696;
    padding-block: 20px;
  }

  .choose-list div:last-child {
    border-bottom: none;
  }

  .icon {
    font-weight: bold;
    font-size: 1.2rem;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #000;
    user-select: none;
  }

  .icon.plus {
    background: #000;
    color: #fff;
  }

  .icon.minus {
    border: 1px solid #000;
    color: #000;
    font-weight: 700;
  }

  @media (max-width: 1024px) {
    .section7{
        padding: 40px 60px;
    }
    .choose-section {
      flex-wrap: wrap;
    }
    .choose-column-wrapper {
      flex: 1 1 100%;
      margin-bottom: 32px;
    }
    .choose-column-wrapper:nth-child(1) {
      order: 1;
    }
    .choose-column-wrapper:nth-child(3) {
      order: 2;
    }
    .choose-column-wrapper:nth-child(2) {
      order: 3;
    }
  }

  @media (max-width: 768px) {
    .section7{
        padding: 24px 16px;
    }
    .two-tier-header h1 {
      font-size: 1.8rem;
    }
    .choose-list div {
      font-size: 0.9rem;
    }
  }
  @media (max-width:480px) {
        .FT_text{
      height: 80px;
    }
  }

/* section8 */
.section8 {
    font-family: "DM Sans", sans-serif;
    padding: 30px 120px;
}

.section8 p {
  border: 1px solid #969696;
  border-radius: 2px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  padding: 10px;
}

@media (max-width: 1024px) {
    .section8{
        padding: 40px 60px;
    }
    .section8 p {
        font-size: 20px;
    }
}
@media (max-width: 768px) {
    .section8{
        padding: 32px 24px;
    }
    .section8 p {
        font-size: 18px;
    }
}

/* Section9 */
.section9 {
  padding: 30px 120px;
  position: relative;
}

.testimonials-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonials-section {
  display: flex;
  gap: 32px;
  margin-top: 36px;
  width: 1280px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.testimonials-section::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  min-width: 620px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-text {
  font-size: 20px;
  line-height: 30px;
  color: #333;
}

.quote-mark {
  font-size: 56px;
  margin-right: 8px;
}

.testimonial-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}

.founder-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
}

.founder-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.company-logo {
  height: 30px;
  object-fit: contain;
}

.sectionninescrollbuttons {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  padding-right: 250px;
  margin-top: 20px;
}

@media (max-width: 1700px) {
  .sectionninescrollbuttons {
    padding-inline: 0;
    margin-top: 16px;
  }
}


@media (max-width: 1024px) {
  .section9 {
    padding: 32px 64px;
  }

  .testimonials-section,
  .testimonial-nav {
    width: 100%;
  }

  .testimonial-card {
    min-width: 560px;
  }
    .sectionninescrollbuttons {
    padding-inline: 0;
    margin-top: 16px;
  }
}

@media (max-width: 768px) {
  .section9 {
    padding: 24px 32px;
  }

  .testimonials-section {
    /* overflow: visible; */
  }

  .testimonial-card {
    min-width: 100%;
    padding: 32px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-nav {
    display: none;
  }
  .company-logo {
    width: 53px;
  }
  .sectionninescrollbuttons {
    padding-inline: 0;
    margin-top: 16px;
  }
}


/* section10 */
.section10 {
  padding: 30px 120px;
  background: #fff;
}

.descriptionalignright{
    text-align: right;
    position: relative;
    left: 200px;
}

.calendar-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  align-items: center;
}

.calendar-content-left {
  max-width: 420px;
}

.separator {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}

.calendar-card {
  display: flex;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 30px;
  gap: 30px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.call-details {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  padding-right: 25px;
}

.person-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.avatar {
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.avatar svg {
  width: 24px;
  fill: #333;
}

.call-title {
  font-size: 18px;
  font-weight: 600;
}

.person-name {
  font-size: 14px;
  color: #666;
}

.metadata {
  font-size: 14px;
  color: #666;
}

.meta-row {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.meta-row svg {
  width: 16px;
  margin-right: 8px;
  fill: #666;
}

.calendar-embed {
  flex: 1.4;
}

.selector-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.calendly-inline-widget {
  min-width: 320px;
  height: 700px;
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .section10 {
    padding: 60px 40px;
  }
}

@media (max-width: 900px) {
  .calendar-wrapper {
    grid-template-columns: 1fr;
  }

  .calendar-card {
    flex-direction: column;
    padding: 20px;
  }

  .call-details {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .calendar-title {
    font-size: 36px;
  }
}

/* section 11 */
.section11 {
  padding: 30px 120px;
  background: #fff;
}

.faq-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .section11{
    padding: 32px 64px;
  }
  .descriptionalignright{
    text-align: right;
    position: relative;
    left: 0px;
}
}

@media (max-width: 480px) {
  .section11 {
    padding: 24px 0px;
  }
  .descriptionalignright{
    text-align: right;
    position: relative;
    left: 0px;
}
}
