
@font-face {
  font-family: "ServizUpBangla";
  src: url("./fonts/MyFont-Regular.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: #2f7fe0;
  --blue-dark: #183555;
  --blue-soft: #eaf5ff;
  --ink: #183555;
  --muted: #64758a;
  --line: #dfe9f2;
  --white: #fff;
  --yellow: #f5c844;

  --font:
    "ServizUpBangla",
    "Noto Sans Bengali",
    "Hind Siliguri",
    system-ui,
    sans-serif;
}


/* =========================
   RESET
   ========================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}


h1,
h2,
h3,
p {
  margin-top: 0;
}


/* =========================
   COMMON
   ========================= */

.container {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}


 
 


.section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 40px;
  box-sizing: border-box;
  
}

 

 

.section-heading {
  margin-bottom: 42px;
}

.split-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.section-heading h2 {
  font-size: 32px;
}
 
 
 
.contact-card h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(35px, 4.3vw, 54px);
  line-height: 1.14;
  letter-spacing: -0.07em;
}

.section-heading p,
 


/* =========================
   HEADER
   ========================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;

  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(223, 233, 242, 0.75);

  backdrop-filter: blur(18px);
}

.nav-shell {
  min-height: 78px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  color: var(--ink);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-mark {
  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border-radius: 12px 12px 12px 5px;

  background: var(--blue);

  transform: rotate(-7deg);

  box-shadow: 4px 4px 0 var(--yellow);
}

.brand-mark span {
  width: 16px;
  height: 16px;

  display: block;

  border: 3px solid white;
  border-radius: 50% 50% 50% 3px;

  transform: rotate(40deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.desktop-nav a,
.login-link {
  color: #667588;
  font-size: 14px;
  font-weight: 700;

  transition: color 0.2s ease;
}

.desktop-nav a:hover,
.login-link:hover {
  color: var(--blue);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}


/* =========================
   BUTTON
   ========================= */

.button {
  min-height: 48px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 12px;
  padding: 11px 21px;

  border-radius: 11px;
  border: 1px solid transparent;

  font-size: 14px;
  font-weight: 800;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button span {
  font-size: 19px;
  line-height: 1;
}

.button-primary {
  color: white;
  background: var(--blue);
  box-shadow: 0 11px 22px rgba(47, 127, 224, 0.22);
}

.button-primary:hover {
  background: #236fcf;
  box-shadow: 0 15px 28px rgba(47, 127, 224, 0.3);
}

.button-secondary {
  color: var(--ink);
  background: white;
  border-color: var(--line);
}

.button-secondary:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.button-light {
  color: var(--ink);
  background: white;
}


/* =========================
   MOBILE NAV
   ========================= */

.mobile-nav {
  display: none;
}

.mobile-nav summary {
  width: 42px;
  height: 42px;

  display: grid;
  place-content: center;
  gap: 4px;

  cursor: pointer;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav summary span {
  width: 22px;
  height: 2px;

  display: block;

  background: var(--ink);
}

.mobile-nav nav {
  width: min(290px, calc(100vw - 32px));

  position: absolute;
  top: 54px;
  right: 0;

  display: grid;
  gap: 3px;

  padding: 13px;

  border: 1px solid var(--line);
  border-radius: 5px;

  background: white;

  box-shadow: 0 16px 35px rgba(22, 67, 104, 0.15);
}

.mobile-nav nav a:not(.button) {
  padding: 10px 9px;

  font-size: 14px;
  font-weight: 800;
}


/* =========================
   HERO
   ========================= */

 
h1 {
  max-width: 620px;

  margin-bottom: 20px;

  color: var(--ink);

  font-size: clamp(44px, 5.8vw, 76px);
  line-height: 1.07;

  letter-spacing: -0.075em;

  font-weight: 900;
}

h1 em {
  position: relative;

  color: var(--blue);
  font-style: normal;
}

h1 em:after {
  content: "";

  height: 7px;

  position: absolute;

  left: 4px;
  right: 5px;
  bottom: -3px;

  background: var(--yellow);

  z-index: -1;

  transform: rotate(-1deg);
}

 


/* Play Store image */

.playstore-link {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;

  margin-top: 10px;
}

.download-image {
  width: clamp(150px, 32vw, 220px);
  max-width: 100%;
  height: auto;

  display: block;

  object-fit: contain;

  transition: transform 0.2s ease;
}

.playstore-link:hover .download-image {
  transform: translateY(-3px) scale(1.02);
}


/* =========================
   HERO ART
   ========================= */
 .house-card {
  position: relative;
  z-index: 1;

  width: min(100%, 400px);

  padding: 20px;

  border: 1px solid rgba(209, 223, 235, 0.8);
  border-radius: 24px;

  background: rgba(255, 255, 255, 0.96);

  box-shadow:
    0 25px 60px rgba(48, 96, 133, 0.14);

  transform: rotate(2deg);
}

.house-card-top,
.rating {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  font-size: 11px;
  font-weight: 800;
}

.house-card-top b {
  padding: 4px 9px;

  color: #42a48b;
  background: #e3f8ed;

  border-radius: 20px;

  font-size: 9px;
}

.house-illustration {
  height: 218px;

  position: relative;

  margin: 15px 0 10px;

  overflow: hidden;

  border-radius: 17px;

  background:
    linear-gradient(
      #eaf9ff 0 55%,
      #e9f6f0 55%
    );
}

.sun {
  width: 39px;
  height: 39px;

  position: absolute;

  top: 28px;
  right: 35px;

  border-radius: 50%;

  background: #ffd651;
}

.cloud {
  width: 46px;
  height: 15px;

  position: absolute;

  top: 45px;
  left: 30px;

  border-radius: 20px;

  background: white;
}

.ground {
  width: 115%;
  height: 70px;

  position: absolute;

  left: -8%;
  bottom: -26px;

  border-radius: 50%;

  background: #b7dfbf;
}

.mini-house {
  width: 160px;
  height: 130px;

  position: absolute;

  bottom: 28px;
  left: calc(50% - 80px);

  border: 5px solid #263f55;

  border-radius: 9px 9px 0 0;

  background: #ffca85;
}

.mini-house:before {
  content: "";

  width: 144px;
  height: 77px;

  position: absolute;

  top: -48px;
  left: 3px;

  border: 5px solid #263f55;
  border-bottom: 0;

  background: #f19273;

  transform: skew(-17deg);
}

.door {
  width: 34px;
  height: 59px;

  position: absolute;

  bottom: 0;
  left: 62px;

  border: 4px solid #263f55;
  border-bottom: 0;

  border-radius: 6px 6px 0 0;

  background: #7ec0ce;
}

.window {
  width: 30px;
  height: 29px;

  position: absolute;

  top: 38px;
  left: 17px;

  border: 4px solid #263f55;

  background: #f4d983;
}

.rating {
  justify-content: flex-start;

  color: #f0b93b;

  letter-spacing: 2px;
}

.rating small {
  color: #9ba8b4;
  letter-spacing: 0;
}

.floating-note {
  position: absolute;
  z-index: 2;

  padding: 11px 14px;

  border: 1px solid #e2ebf3;
  border-radius: 11px;

  color: var(--blue);

  background: white;

  box-shadow:
    0 13px 25px rgba(47, 91, 130, 0.12);

  font-size: 11px;
  font-weight: 900;
}

.note-one {
  top: 104px;
  left: -13px;
}

.note-two {
  right: -16px;
  bottom: 94px;

  color: var(--ink);
}

 
.category-grid {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 14px;
}

.category-card {
  min-height: 185px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;

  padding: 12px;

  border: 1px solid var(--line);
  border-radius: 17px;

  background: white;

  overflow: hidden;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}


.category-card:hover {
  border-color: rgba(47, 127, 224, 0.55);

  box-shadow:
    0 16px 30px rgba(47, 95, 139, 0.08);

  transform: translateY(-6px);
}

.category-card img {
  width: 100%;
  height: 115px;

  display: block;

  object-fit: cover;

  border-radius: 12px;
}

.category-card strong {
  width: 100%;

  margin-top: 10px;

  color: #26384a;

  font-size: 14px;
  font-weight: 700;

  line-height: 1.4;

  text-align: center;
}


/* =========================
   HOW IT WORKS
   ========================= */

.steps-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 16px;
}

.step-card {
  min-height: 250px;

  position: relative;

  padding: 28px;

  border: 1px solid var(--line);
  border-radius: 18px;

  background: white;
}

.step-number {
  position: absolute;

  top: 24px;
  right: 25px;

  color: #adc0d1;

  font-size: 12px;
  font-weight: 900;
}

.step-symbol {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  margin-bottom: 37px;

  border-radius: 14px;

  color: var(--blue);
  background: var(--blue-soft);

  font-size: 27px;
}

.step-card:nth-child(2) .step-symbol {
  color: #dfaa2e;
  background: #fff6df;
}

.step-card:nth-child(3) .step-symbol {
  color: #45ae92;
  background: #e4f8ef;
}

.step-card h3 {
  margin-bottom: 8px;

  font-size: 19px;
}

.step-card p {
  max-width: 270px;

  margin-bottom: 0;

  color: var(--muted);

  font-size: 14px;
}


/* =========================
   WHY SERVIZUP
   ========================= */
 

.trust-board {
  min-height: 340px;
  position: relative;
}

.board-card {
  position: absolute;

  padding: 23px;

  border: 1px solid rgba(195, 220, 240, 0.32);
  border-radius: 18px;

  background: rgba(255, 255, 255, 0.1);
}

.board-card.large {
  width: 64%;

  left: 4%;
  top: 12px;
}

.board-label {
  display: flex;

  justify-content: space-between;

  margin-bottom: 20px;

  color: #a1c8e9;

  font-size: 11px;
  font-weight: 800;
}

.board-person {
  display: flex;
  align-items: center;

  gap: 10px;
}

.avatar {
  width: 39px;
  height: 39px;

  display: grid;
  place-items: center;

  border-radius: 50%;

  color: white;
  background: #d99066;

  font-weight: 800;
}

.board-person strong,
.board-person small {
  display: block;
}

.board-person strong {
  font-size: 13px;
}

.board-person small {
  color: #9aa9b6;
  font-size: 10px;
}

.verified {
  width: fit-content;

  margin: 18px 0 12px;
  padding: 4px 8px;

  border-radius: 6px;

  color: #80d9b3;
  background: rgba(81, 210, 158, 0.12);

  font-size: 10px;
  font-weight: 800;
}

.board-card p {
  margin: 16px 0;

  color: #c4d1dd;

  font-size: 12px;
  line-height: 1.8;
}

.score {
  display: flex;
  align-items: center;

  gap: 11px;
}

.score strong {
  font-size: 25px;
}

.score span {
  color: #efba3d;

  letter-spacing: 2px;

  font-size: 11px;
}


/* =========================
   APP DOWNLOAD
   ========================= */

.app-section {
  overflow: hidden;

  background: #eaf7ff;
}

.app-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 70px;

  align-items: center;

  padding: 102px 0 0;
}

.app-section h2 {
  color: var(--ink);
}

.app-copy {
  max-width: 460px;

  color: var(--muted);
}

.store-actions {
  display: flex;

  gap: 10px;

  margin-top: 28px;
}

.store-button {
  min-width: 150px;

  position: relative;

  display: grid;

  grid-template-columns: 27px 1fr;
  grid-template-rows: 1fr 1fr;

  padding: 9px 13px;

  border-radius: 9px;

  color: white;
  background: var(--ink);

  transition: transform 0.2s ease;
}

.store-button:hover {
  transform: translateY(-3px);
}

.store-icon {
  grid-row: 1 / -1;

  align-self: center;

  font-size: 21px;
}

.store-button small,
.store-button strong {
  line-height: 1.1;
}

.store-button small {
  font-size: 8px;
  font-weight: 500;
}

.store-button strong {
  font-size: 13px;
}


/* =========================
   PHONE MOCKUP
   ========================= */

.phone-wrap {
  min-height: 365px;

  position: relative;

  display: flex;

  justify-content: center;
  align-items: flex-end;
}

.phone-wrap:before {
  content: "";

  width: 400px;
  height: 400px;

  position: absolute;

  bottom: -205px;

  border-radius: 50%;

  background: #c5ebed;
}

.phone {
  width: 215px;
  min-height: 325px;

  position: relative;
  z-index: 1;

  padding: 17px;

  border: 6px solid #193a54;
  border-bottom: 0;

  border-radius: 29px 29px 0 0;

  background: white;

  box-shadow:
    0 20px 25px rgba(36, 86, 118, 0.1);
}

.phone:before {
  content: "";

  width: 65px;
  height: 10px;

  position: absolute;

  top: 6px;
  left: calc(50% - 32px);

  border-radius: 0 0 10px 10px;

  background: #193a54;
}

.phone-status {
  display: flex;
  justify-content: space-between;

  margin: 4px 0 25px;

  color: #728294;

  font-size: 8px;
}

.phone h3 {
  margin-bottom: 14px;

  font-size: 14px;
}

.phone-search {
  padding: 8px;

  border-radius: 8px;

  color: #8797a6;
  background: #f1f6f9;

  font-size: 9px;
}

.phone-service {
  display: flex;
  align-items: center;

  gap: 8px;

  padding: 12px 0;

  border-bottom: 1px solid #edf0f2;
}

.phone-service i {
  width: 27px;
  height: 27px;

  display: block;

  flex-shrink: 0;

  border-radius: 8px;

  background: #d8efff;
}

.phone-service:nth-child(4) i {
  background: #ffedc7;
}

.phone-service:nth-child(5) i {
  background: #dcf5e9;
}

.phone-service strong,
.phone-service small {
  display: block;
}

.phone-service strong {
  font-size: 9px;
}

.phone-service small {
  color: #8e9dab;
  font-size: 7px;
}


 

/* =========================
   CONTACT
   ========================= */

.contact-section {
  padding: 0 0 105px;
}

.contact-card {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding: 56px 65px;

  border-radius: 5px;

  background: var(--blue);

  box-shadow:
    0 25px 50px rgba(47, 127, 224, 0.2);
}

.contact-card h2 {
  margin: 0;

  color: white;
}

 

.contact-card .button {
  flex-shrink: 0;
}


/* =========================
   FOOTER
   ========================= */
 

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}


@media (max-width: 980px) {
  .desktop-nav,
  .nav-actions {
    display: none;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}


@media (max-width: 700px) {

  .container {
    width: min(100% - 32px, 560px);
  }

  /* Header */

  .nav-shell {
    min-height: 68px;
  }

  .brand {
    font-size: 20px;
  }

  .brand-mark {
    width: 35px;
    height: 35px;
  }


 

  /* Sections */

  .section {
    padding: 25px 0;
  }

  .split-heading {
    display: block;
  }

  .split-heading > p {
    max-width: 320px;
  }


  /* Categories */

  .category-grid {
    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
  }

  .category-card {
    min-height: 150px;

    padding: 8px;

    border-radius: 14px;
  }

  .category-card img {
    height: 105px;

    border-radius: 10px;
  }

  .category-card strong {
    margin-top: 7px;

    font-size: 12px;
  }


  /* Steps */

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 210px;
  }

  .step-symbol {
    margin-bottom: 24px;
  }

 
 

  .trust-board {
    min-height: 350px;
  }

  .board-card.large {
    width: 78%;
    left: 0;
  }


  /* App */

  .app-grid {
    grid-template-columns: 1fr;

    padding-top: 75px;

    gap: 30px;
  }

  .phone-wrap {
    min-height: 320px;
  }

  .store-actions {
    flex-wrap: wrap;
  }

  .store-button {
    min-width: 145px;
  }

 
 

  /* Contact */

  .contact-section {
    padding-bottom: 75px;
  }

  .contact-card {
    display: block;

    padding: 37px 28px;
  }

  .contact-card .button {
    margin-top: 24px;
  }


  
} 
 

  


/* =========================
   MOBILE
========================= */

 

@media (max-width: 450px) {

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    min-height: 165px;
  }

  .category-card img {
    height: 120px;
  }

  .category-card strong {
    font-size: 13px;
  }

  

  .house-card {
    width: calc(100% - 20px);
  }

  .floating-note {
    padding: 9px 10px;

    font-size: 9px;
  }

  .note-one {
    left: -5px;
  }

  .note-two {
    right: -5px;
  }
}


/* =========================
   FOOTER
========================= */
 

 
 
 
@media (max-width: 600px) {

  .download-buttons {
    flex-direction: column;
    align-items: center !important;
    gap: 18px !important;
    width: 100%;
  }

  .download-buttons img {
    width: 220px !important;
    max-width: 85vw;
    height: auto;
  }

}
 

/* =========================
   REDUCED MOTION
   ========================= */

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;

    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
 
