* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 393px;
  background: #000;
  z-index: 2000;
  padding: 24px 16px 12px;
}

.nav-toggle {
  display: none;
}

.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  height: 37px;
  width: auto;
}

.burger {
  cursor: pointer;
}
.burger-icon {
  width: 21.5px;
}

.menu {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 393px;
  height: 100vh;
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1500;
}

.nav-toggle:checked ~ .menu {
  opacity: 1;
  pointer-events: auto;
}

.menu-wrap {
  height: 100%;
  padding: 24px 16px 32px;
  display: flex;
  flex-direction: column;
}

.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close {
  cursor: pointer;
}
.close-icon {
  width: 32px;
  height: 32px;
}

.menu-main {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 58px;
  width: 100%;
  padding: 0 24px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  font-family: Monda;
  letter-spacing: 0.08em;
  color: #fff;
  border-radius: 19.5px;
  border: 1px solid #fff;
  background: linear-gradient(90deg, #FE6911 0%, #FE1F1E 100%);
  box-shadow: 0px 4px 4px #00000040;
}

.btn-services {
  justify-content: space-between;
}

/* services-menu-toggle  */
.services-menu-toggle {
  display: none;
}
.btn-text-link {
  color: #ffffff;
  text-decoration: none;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-icon img {
  width: 36px;
  height: 36px;
  display: block;
  transition: transform 0.2s ease;
}
.services-menu-toggle:checked + .btn.btn-services .btn-icon img {
  transform: rotate(45deg);
}
.services-submenu {
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: max-height 0.3s ease, margin-top 0.3s ease;
}

/* submenu open */
.services-menu-toggle:checked ~ .services-submenu {
  max-height: 600px;     
  margin-top: 16px;
}

/* submenu buttons */
.services-sub-btn {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.btn-icon img {
  width: 36px;
  height: 36px;
  top: 228px;
  left: 323px;
}

.menu-bottom {
  margin-top: auto;
  text-align: center;
}

.social {
  display: flex;
  justify-content: center;
  margin-top: 20px;;
  gap: 20px;
}

.social img {
  width: 32px;
  height: 32px;
}
.contact {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.line {
  display: flex;
  justify-content: center;
}

.line-link {
  display: flex;
  align-items: center;
  text-decoration: none;   
  color: inherit;         
}

.email-icon {
  width: 29px;
}

.phone-icon {
  width: 34px;
}

.line-text {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: Monda;
  letter-spacing: .03em;
  color: #fff;
}

.page-frame {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding-top: 72px;
  background: #000;
}
.page-wrapper{
  width:100%;
  max-width:393px;      
  margin:0 auto;       
  background:#000000;   
  overflow:hidden;     
}
/* .website-development-hero */
.website-development-hero-frame {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  background: #000;
  padding-top: 70px;
  text-align: center;
}

.website-development-hero-heading {
  font-family: Monda;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 25px;
  background: linear-gradient(135deg, #FF6A12 50%, #FF1E1E 81.77%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.website-development-hero-call img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.website-development-hero-image {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/* Build Beyond Boundaries */
.build-beyond-boundaries {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding: 32px 16px 10px;
  background: #000;
  box-sizing: border-box;
  color: #fff;
}

.build-beyond-boundaries-heading {
  font-family: Monda;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.build-beyond-boundaries-para {
  font-family: Arial;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: #e3e3e3;
  margin: 0;
}
/*  Website-development  */
.work-showcase {
  width: 393px;
  margin: 0 auto;
  background: #000000;
  padding: 24px 16px 40px;
  box-sizing: border-box;
  text-align: center;
}
.work-images {
  display: flex;
  justify-content: space-between;   
}

.work-img {
  width: 164px;
  height: 289px;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}
/*  what-we-bring-to-your-brand  */
.what-we-bring-to-your-brand {
  width: 100%;
  max-width: 393px;
  margin: 0 auto;
  padding: 32px 16px;
  background: #000;
  box-sizing: border-box;
}

.what-we-bring-to-your-brand-heading {
  font-family: Monda;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 14px 0;
  background: linear-gradient(135deg, #FF6A12 50%, #FF1E1E 81.77%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
/* work-category */
.work-category{
  max-width:393px;
  width:100%;
  margin:0 auto;
  padding:8px 0 40px;
  background:#000;
  font-family:Monda;
  color:#fff;
  box-sizing:border-box;
}

.work-category-item{
  position:relative;
  margin-bottom:40px;
}

.work-category-item input[type="radio"]{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.work-category-bar{
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  min-height:58px;
  padding:12px 18px;
  border-radius:19.5px;
  border:1px solid #fff;
  background:linear-gradient(90deg,#FE6911 0%,#FE1F1E 100%);
  box-shadow:0 6px 7.4px rgba(255,255,255,0.25),
             0 4px 4px rgba(0,0,0,0.25);
  cursor:pointer;
  position:relative;
  z-index:2;
}

.work-category-dot{
  width:3px;
  height:3px;
  border-radius:50%;
  background:#fff;
  flex-shrink:0;
}

.work-category-title{
  flex:1;
  font-size:20px;
  font-weight:700;
  line-height:1.2;
  white-space:normal;
  word-break:break-word;
}

.work-category-arrow{
  width:22px;
  height:22px;
  filter:brightness(0) invert(1);
  transition:transform .2s ease;
}

.work-category-item input[type="radio"]:checked 
+ .work-category-bar .work-category-arrow{
  transform:rotate(180deg);
}

.work-category-panel{
  width:100%;
  background:#fff;
  color:#000;
  border-radius:14px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  max-height:0;
  overflow:hidden;
  padding:0 16px;
  margin-top:0;
  box-shadow:0 6px 7.4px rgba(255,255,255,0.25),
             0 4px 4px rgba(0,0,0,0.25);
  transition:max-height .3s ease,
             padding .3s ease,
             margin-top .3s ease;
  position:relative;
  z-index:1;
}

.work-category-item input[type="radio"]:checked 
+ .work-category-bar 
+ .work-category-panel{
  max-height:1200px;
  padding:40px 16px 18px;
  margin-top:-26px;
}

.work-category-text{
  font-family:Arial;
  font-size:14px;
  font-weight:400;
  line-height:1.4;
  margin:0 auto 12px;
  max-width:330px;
  color:#000;
}

/* footer  */
.footer {
  width: 393px;          
  margin: 0 auto;         
  background: #000000;    
  padding: 0;
}
.footer-top-box {
  width: 100%;            
  background: #000000;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  padding: 50px 24px 24px;
  color: #ffffff;
  text-align: center;
  font-family: Arial;
}

.ft-logo {
  width: 276px;
  height: 63px;
  display: block;
  margin: 0 auto 16px;
}
.ft-text {
  font-size: 16px;
  font-weight: 400;
  font-style: regular;
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 20px;
}
.ft-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}

.ft-social img {
  width: 22px;
  height: 22px;
}
.ft-call img {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.footer-menu {
  width: 393px;               
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  font-family: Monda;
  font-size: 20px;
  font-style: bold;
  font-weight: 700;
  color: #ffffff;
}
.footer-menu-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.45;
}
.footer-menu::before {
  top: 0;
  height: 60%;
  background: linear-gradient(
    180deg,
    #000000 21.63%,
    rgba(0,0,0,0) 100%
  );
}
.footer-menu-inner {
  position: relative;
  z-index: 2;
  padding: 24px 24px 16px;
}
.fm-heading {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff
}
.fm-heading:not(:first-of-type) {
  margin-top: 22px;                        
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,0.4);  
}
.fm-link {
  display: block;
  font-size: 13px;
  padding: 4px 0;
  text-decoration: none;
  color: #ffffff;
}
.fm-info {
display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  padding: 4px 0;
  color: #fff;
}

.fm-info img {
  width: 18px;
  height: 18px;
}
.fm-bottom {
  margin-top: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 11px;
  text-align: center;
  opacity: 0.85;
}
.fm-mini-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}
.fm-contact {
  color: #ffffff;
  text-decoration: none;   
  font-weight: 700;
}

.fm-contact:hover {
  opacity: 0.85;
}