* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  background: white;
  color: black;
  overflow-x: hidden;
}



.since-line {
  display: flex;
  align-items: center;
  margin: 1rem 2rem;
  font-family: monospace;
}

.black-box {
  width:20px;
  height:20px;
  background: black;
  margin-right: 10px;
}

.since-line span {
  font-size: 1.2rem;
  margin-right: 10px;
}

.since-line .line {
  flex-grow: 1;
  height:2px;
  background: black;
}


.tailored-section {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  padding: 100px 20px;
}

.tailored-heading {
  font-size:7rem;
  font-weight:200;
  margin-top: -5%;
  margin-bottom: 1rem;
  font-family: "Poiret One", sans-serif;
  letter-spacing:1px;
}

.tailored-heading span {
  font-weight:200;
}

.tailored-subheading {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  font-family: 'Tinos', serif;
  letter-spacing:1px;
  line-height: 1.6;
}

.tailored-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #673fe9;
  color: #fff;
  border-radius: 9999px;
  font-weight:500;
  text-decoration: none;
  font-family: 'Tinos', serif;
  transition: background 0.3s ease;
}

.tailored-button:hover {
  background:#43279f;
}


.strategy-section {
  background: #fff;
  color: #000;
  padding: 80px 40px;
  
}

.strategy-heading {
  font-size:4rem;
  font-weight: 700;
  margin-top:-120px;
  margin-bottom:50px;
  letter-spacing: 2px;
  font-family: "Poiret One", sans-serif;
}

.strategy-heading .faded {
  color: #999;
  font-weight:600;
}

.strategy-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.strategy-content p {
  flex: 1;
  font-family: 'Tinos', serif;
  min-width: 300px;
  max-width: 500px;
  font-size:1.5rem;
  color: #2e2d2d;
  text-align: left;
  line-height: 1.6;
  letter-spacing:1px;
}

/* =====================
   Responsive Styles
   ===================== */

/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .tailored-heading {
    font-size: 5rem;
  }

  .strategy-heading {
    font-size: 3rem;
  }

  .strategy-content {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .since-line {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 1rem;
  }

  .since-line .line {
    flex-grow: 1;
    margin-left: 10px;
    margin-top: 0;
  }

  .tailored-heading {
    font-size:4rem;
  }

  .tailored-subheading {
    font-size: 1.2rem;
    padding: 0 10px;
  }

  .strategy-heading {
    font-size: 2.5rem;
    margin-top: -60px;
    text-align: center;
  }

  .strategy-content {
    flex-direction: column;
    align-items: center;
  }

  .strategy-content p {
    font-size: 1.2rem;
    max-width: 90%;
  }

  
  .tailored-button {
    flex-direction: row; /* Keep icon and text side by side */
    gap: 6px;
    font-size: 1rem;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
  }
}


/* Small devices (max-width: 480px) */

@media (max-width: 480px) {
  .tailored-heading {
    font-size:4rem;
  }

  .tailored-subheading {
    font-size: 1.3rem;
  }

  .tailored-button {
    flex-direction: row; /* Keep icon and text side by side */
    gap: 6px;
    font-size: 1rem;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
  }

  .strategy-heading {
    font-size:3.5rem;
  }

  .strategy-content p {
    font-size: 1.4rem;
  }
}


.branding-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px;
  background-color: #000;
  color: #fff;
  gap: 60px;
  flex-wrap: wrap;
  
}

.branding-left {
  max-width: 550px;
  flex: 1;
  margin-left: 20px;
}

.sub-heading {
  font-size: 1rem;
  color: #aaa;
  margin-bottom: 10px;
  margin-left: 20px;
  text-transform: uppercase;
  font-family: 'Tinos', serif;
  letter-spacing: 2px;
}

.main-heading {
  font-size: 2.5rem;
  font-family: "Poiret One", sans-serif;
  font-weight:500;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-left: 20px;
  line-height: 1.3;
}

.description {
  font-size: 1.25rem;
  color: #ccc;
  line-height: 1.7;
  font-family: 'Tinos', serif;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-bottom: 30px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  margin-left: 20px;
  gap: 8px;
  padding: 12px 24px;
  background: #673fe9;
  color: #ffffff;
  font-family: "Poiret One", sans-serif;
  font-weight:600;
  letter-spacing:1.2px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-button:hover {
  background:#43279f;
}

.branding-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.branding-video {
  width: 100%;
  max-width: 500px;
  border-radius: 20px;
  background: #111;
}


.branding-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 0;
}

.branding-left, .branding-right {
  flex: 1;
}

/* === PRODUCT DESIGNING SECTION === */
.design-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 60px 8%;
  background-color: #000000; /* Set to #000 if you want dark mode */
  flex-wrap: wrap;
}

.design-left {
  flex: 1;
  min-width: 300px;
}


.design-right {
  flex: 1;
  color: #ffffff;
  min-width: 300px;
}

.design-right h5 {
  text-transform: uppercase;
  
  font-family: 'Tinos', serif;
  font-size:1rem;
  letter-spacing: 2px;
  color: #c5c3c3;
}

.design-right h2 {
  font-size:3.3rem;
  font-family: "Poiret One", sans-serif;
  font-weight:600;
  letter-spacing:3px;
  margin-bottom: 20px;
  color: #b6b1b1;
}

.design-right p {
  font-size:1.25rem;
  line-height: 1.7;
  font-family: 'Tinos', serif;
  letter-spacing: 2px;
  
  margin-bottom: 16px;
  color: #efeded;
}

.btn-purple {
  display: inline-flex;
  
  margin-top: 20px;
  
  gap: 8px;
  padding: 12px 24px;
  background: #673fe9;
  color: #ffffff;
  font-family: "Poiret One", sans-serif;
  font-weight:600;
  letter-spacing:1.2px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-purple:hover{
  background:#43279f;
}

/* =============================
   Responsive Styles
   ============================= */

/* Tablets (max-width: 1024px) */
@media (max-width: 1024px) {
  .main-heading {
    font-size: 2rem;
  }

  .description {
    font-size: 1.1rem;
  }

  .branding-video {
    max-width: 400px;
  }

  .design-right h2 {
    font-size: 2.5rem;
  }

  .design-right p {
    font-size: 1.1rem;
  }
}


/* Mobile (max-width: 768px) */
@media (max-width: 768px) {

  .branding-section{
flex-direction: column-reverse;
padding: 40px 20px;
    gap: 30px;
    text-align: center;  
}

  
  .design-section {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
    text-align: center;
  }

  .branding-left,
  .branding-right,
  .design-left,
  .design-right {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .branding-left {
    padding: 0 10px;
  }

  .sub-heading,
  .main-heading,
  .description,
  .cta-button {
    margin-left: 0;
    text-align: center;
  }

  .main-heading {
    font-size: 1.8rem;
  }

  .description {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .branding-video {
    max-width: 100%;
  }

  .cta-button,
  .btn-purple {
    justify-content: center;
    font-size: 1rem;
    padding: 10px 20px;
  }

  .design-right h2 {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }

  .design-right p {
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .btn-purple {
    margin: 0 auto;
  }
}


/* Small devices (max-width: 480px) */
@media (max-width: 480px) {
  .main-heading {
    font-size: 1.5rem;
  }

  .description {
    font-size: 0.95rem;
  }

  .cta-button,
  .btn-purple {
    flex-direction: row;
    gap: 6px;
    font-size: 0.95rem;
    padding: 10px 16px;
  }

  .design-right h2 {
    font-size: 1.8rem;
  }

  .design-right p {
    font-size: 0.95rem;
  }
}


.our-services-section {
  padding: 60px 40px;
  background: #ffffff;
  color: #000000;
  font-family: 'Inter', sans-serif;
  flex-wrap: wrap;
}

.services-left {
  flex: 1;
  max-width: 400px;
  padding-right: 40px;
}

.services-left h2 {
  font-size:6.5rem;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Poiret One", sans-serif;
}

.services-left h2 span {
  color: #888;
  font-weight:500;  
}

.services-left p {
  font-size:1.5rem;
  line-height: 1.7;
  
  color: #444;
   font-family: 'Inter', sans-serif;
 
}

.services-right {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
margin-left:800px;
margin-top:-300px;
}

.service-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.service-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  
}

.service-box h3 {
  margin: 0;
  font-size:2rem;
  font-family: "Poiret One", sans-serif;
  font-weight:600;
  
}

.service-box p {
  margin: 5px 0 0;
  font-size: 1.3rem;
  letter-spacing: 2px;
  font-family: 'Inter', sans-serif;
  color: #555;
}

.service-box {
  display: flex;
  align-items: center;           /* vertical centering */
  justify-content: space-between;/* icon on left, button on right */
  background: #f2f2f2;
  padding: 16px 24px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.service-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}

.service-content {
  flex:1;                       /* stretch between icon and button */
  margin: 0 0px;                /* spacing around text */
}


.service-desc {
  margin: 4px 0 0;
  font-size: 0.95rem;
  color: #444;
  display: none;
}

.toggle-btn {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top:-30px;
  margin-left: 450px;
}

@media (max-width: 1024px) {
  .services-left h2 {
    font-size: 4rem;
  }

  .services-left p {
    font-size: 1.2rem;
  }

  .services-right {
    margin-left: 0;
    margin-top: 40px;
  }

  .toggle-btn {
    margin-top: -30px;
    margin-left:550px;
  }
}

@media (max-width: 768px) {
  .our-services-section {
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
  }

  .services-left,
  .services-right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .services-left h2 {
    font-size: 3rem;
    text-align: center;
  }

  .services-left p {
    font-size: 1rem;
    text-align: center;
  }

  .services-right {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .service-box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
  }

  .service-content {
    width: 100%;
    margin: 0 10px;
  }

  .toggle-btn {
    margin-top: -30px;
    margin-left: 450px;
  }
}

@media (max-width: 480px) {
  .services-left h2 {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .services-left p {
    font-size: 0.95rem;
  }

  .service-box h3 {
    font-size: 1.1rem;
  }

  .toggle-btn {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    margin-top: -25px;
    margin-left:250px;
  }

  .service-desc {
    font-size: 0.95rem;
  }
}


@media (max-width: 640px) {
  .services-left h2 {
    font-size: 2.2rem;
    font-weight: 600;
  }

  .services-left p {
    font-size: 0.95rem;
  }

  .service-box h3 {
    font-size: 1.1rem;
  }

  .toggle-btn {
    width: 28px;
    height: 28px;
    font-size: 0.9rem;
    margin-top: -25px;
    margin-left:220px;
  }

  .service-desc {
    font-size: 0.95rem;
  }
}
