


/* Parent wrapper */
.icon-wrapper {
  display: none;                 /* matches Bubble: display: none */
  visibility: hidden;            /* matches Bubble visibility */
  width: 100%;
  min-height: 36px;
  align-self: flex-start;
  z-index: 2;
}

/* Inner group */
.icon-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: max-content;
  height: max-content;
  z-index: 10;
}



.site-header .nav .nav-underline{
  position: absolute;
  left: 0;
  bottom: 0;           /* underline at bottom of nav */
  height: 2px;
  background: #f5b41a; /* your yellow */
  width: 0;
  transform: translateX(0);
  transition: transform 240ms ease, width 240ms ease;
  pointer-events: none;
}
.site-header .nav{
  position: relative;
  display: flex;
  column-gap:34px;          
  align-items: center;
}

@media (max-width: 768px){
  .site-header.is-open .nav::after,
  .site-header.is-open .nav .nav-underline{ display:none; }
}








/* Button (Material icon style placeholder) */
.icon-button {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  max-width: 30px;
  max-height: 30px;

  border: none;
  background: transparent;
  cursor: pointer;
}


:root {
  --accent: #ff4d4d; /* replace with Bubble var(--color_alert_default) */
}

/* Header wrapper */
.site-header {
  width: 100%;
  min-height: 120px;
  display: flex;
  justify-content: center;
  z-index: 6;
}

/* Inner container */
.header-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo {
  width: 182px;
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* Navigation */
.nav {
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

/* Nav item */
.nav-item {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #e9e9e9;
  text-decoration: none;
  line-height: 1;
  padding-bottom: 7px;
}

/* Underline (Bubble shape equivalent) */
.nav-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--accent);
  border-radius: 5px;
  transform: translateX(-50%);
  transition: width 260ms ease-in-out;
}

/* Hover / active */
.nav-item:hover::after,
.nav-item.active::after {
  width: 100%;
}

:root {
  --accent: #ffbd38;
  --text-light: #ffffff;
  --bg-dark: #000000;
}

/* Hero wrapper */
.hero {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}

/* Inner container */
.hero-container {
    margin: auto;
  align-items: center;
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 40px;
  padding-top: 160px;
}

/* Left side */

.hero-content {
    
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Greeting */
.hero-greeting {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--accent);
  line-height: 1;
}

/* Title */
.hero-title {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.4;
  color: var(--text-light);
}

.hero-title span {
  color: var(--accent);
}

/* Subtitle */
.hero-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-light);
}

/* Buttons */
.hero-actions {
  display: flex;
  /*gap: 10px;*/
}

.btn {
  height: 45px;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
}

.btn-primary {
  display: flex;
  background-color: var(--accent);
  color: #000;
  margin-right:10px;
  font-weight: 600;
  width: 150px;
  align-items: center;
  justify-content: center;
}

.btn-outline {
    display: flex;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 115px;
    align-items: center;
    justify-content: center;
}

/* Right image block */
.hero-image {
  max-width: 40%;
  min-height: 600px;
  flex-grow: 1;
  background-image: url("https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2F859d2a2012e8930d51f703446b5ae135.cdn.bubble.io%2Ff1740861980190x192116080491274050%2FIMG_1255%25202.heic?w=768&h=960&auto=compress&fit=crop&dpr=1.25");
  background-size: cover;
  background-position: center;
  border-radius: 40px 0 35px;
  display: flex;
  align-items: flex-end;
}

/* Badge text */
.hero-badge {
  width: 100%;
  background-color: var(--accent);
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 0;
  border-radius: 0 0 40px;
}


:root {
  --accent: #ffbd38;
  --text-light: #ffffff;
  --text-muted: #999999;
}

/* Section wrapper */
.about {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: center;
}

/* Inner container */
.about-container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* Image block */
.about-image {
  max-width: 50%;
  min-height: 480px;
  flex-grow: 1;
  border-radius: 20px;
  background-image: url("https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2F859d2a2012e8930d51f703446b5ae135.cdn.bubble.io%2Ff1740865307759x840698098958491500%2FIMG_1737.HEIC?w=768&h=647&auto=compress&fit=crop&dpr=1.25");
  background-size: cover;
  background-position: center;
}

/* Content */
.about-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Title */
.about-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: var(--text-light);
}

/* Text */
.about-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-muted);
}

/* Stats */
.about-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.stat-number {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: var(--accent);
}

.stat-label {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-light);
}

:root {
  --accent: #ffbd38;
  --bg-card: #1a1a1a;
  --text-light: #ffffff;
  --text-muted: #999999;
}

/* Section */
.resume {
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
}

/* Title */
.resume-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--text-light);
  text-align: center;
  line-height: 1;
}

/* Wrapper */
.resume-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Rows */
.resume-row {
  display: flex;
  gap: 30px;
}

/* Cards */
.resume-card {
  flex: 1;
  background-color: var(--bg-card);
  border-radius: 5px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Year */
.resume-year {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--accent);
}

/* Role */
.resume-role {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--text-light);
  line-height: 1.4;
}

/* Company */
.resume-company {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #dddddd;
}

/* Text */
.resume-text {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.5;
}

:root {
  --accent: #ffbd38;
  --bg-card: #1a1a1a;
  --text-light: #ffffff;
  --text-muted: #999999;
}

/* Section */
.services {
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  align-items: center;
}

/* Header */
.services-header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
}

.services-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
}

/* Wrapper */
.services-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Rows */
.services-row {
  display: flex;
  gap: 30px;
}

/* Card */
.service-card {
  flex: 1;
  background-color: var(--bg-card);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

/* Title */
.service-icon {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-light);
  text-align: center;
  line-height: 1.4;
  text-transform: uppercase;
}

/* Accent line */
.service-line {
  width: 54px;
  height: 2px;
  background-color: var(--accent);
  border-radius: 5px;
}


:root {
  --accent: #ffbd38;
  --bg-dark: #1a1a1a;
  --text-light: #ffffff;
  --text-muted: #999999;
}

/* Section */
.skills {
  width: 100%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Header */
.skills-header {
  text-align: center;
}

.skills-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--text-light);
  line-height: 1;
}

.skills-subtitle {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.5;
  margin-top: 10px;
}

/* Layout */
.skills-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

/* Column */
.skills-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* Skill block */
.skill {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Head */
.skill-head {
  display: flex;
  justify-content: space-between;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-light);
}

/* Progress bar */
.progress {
  width: 100%;
  height: 9px;
  background-color: var(--bg-dark);
  border-radius: 5px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: var(--accent);
  border-radius: 5px;
  transition: width 0.3s ease;
}

/* ===== TESTIMONIALS ===== */

.testimonials {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Header */
.testimonials-header {
  text-align: center;
}

.testimonials-label {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: var(--color_alert_default);
}

.testimonials-title {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-top: 10px;
}

/* Controls */
.testimonials-controls {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 0 50px;
}

.control {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}

.control.disabled {
  opacity: 0.5;
  background-image: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/f1748948899733x924757945691187500/Group%201321314726.svg");
}

.control.next {
  cursor: pointer;
  background-image: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/f1748430555028x836379603249464300/Group%201321314727.svg");
}

/* Grid */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 50px;
}

/* Card */
.testimonial-card {
  background: #1a1a1a;
  border-radius: 10px;
  padding: 20px;
  min-width: 300px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Top */
.testimonial-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.role {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.badge {
  width: 30px;
  height: 30px;
}

/* Text */
.testimonial-text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 1.4;
}

/* Divider */
.divider {
  height: 1px;
  background: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/f1748515239990x401361917230150800/Line%20100.svg") center/contain no-repeat;
}

/* User */
.testimonial-user {
  display: flex;
  gap: 10px;
  align-items: center;
}

.testimonial-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.title {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}


/* ===== STATS + CTA ===== */

.stats-cta {
  width: 100%;
  padding: 0 50px;
  margin-top: 100px;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-image: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/cdn-cgi/image/w=2048,h=546,f=auto,dpr=1.25,fit=cover/f1674316525530x311744906556912900/bg_1.jpg");
  background-size: cover;
  background-position: center;
}

/* Stats row */
.stats-wrapper {
  width:100%;
  max-width: 1200px;
  margin: -100px auto 0;
  display: flex;
  gap: 30px;
}

/* Card */
.stat-card {
  flex: 1;
  min-height: 140px;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.stat-number {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #ffbd38;
  text-align: center;
}

.stat-label {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

/* CTA content */
.cta-content {
  text-align: center;
  margin-top: 50px;
}

.cta-content h2 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 800;
  color: #000;
  line-height: 1.4;
}

.cta-content h2 span {
  color: #ffbd38;
}

.cta-content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

/* Button */
.cta-button {
  margin: 0 auto;
  height: 45px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #ffbd38;
  border: 1px solid #ffbd38;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.cta-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}


/* ===== CONTACT INFO SECTION ===== */

.contact-info-section {
  width: 100%;
  padding:0;
}

/* Header */
.contact-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.contact-header h2 {
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #999;
  line-height: 1.5;
}

/* Cards wrapper */
.contact-info-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  gap: 30px;
}

/* Card */
.contact-card {
  flex: 1;
  text-align: center;
}

/* Icon */
.contact-icon {
  width: 100px;
  height: 100px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-icon svg {
  width: 38px;
  height: 38px;
  /*fill: #ffbd38;*/
}

/* Text */
.contact-card h4 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-card span {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #999;
}

.contact-card .highlight {
  color: #fff;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-info-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-card {
    max-width: 400px;
  }
 
}


@media (min-width: 786px){
   button.nav-toggle{
  display: none;
  }
  
}




@media (max-width: 786px){
    
    .hero-container{
    margin: auto;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    display: flex;
    gap: 40px;
    padding-top: 160px;
    flex-direction: column;
    }
    
    .hero-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    }
    
    .hero-image {
      max-width: 100%;
      min-height: 600px;
      flex-grow: 1;
      background-image: url("https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2F859d2a2012e8930d51f703446b5ae135.cdn.bubble.io%2Ff1740861980190x192116080491274050%2FIMG_1255%25202.heic?w=768&h=960&auto=compress&fit=crop&dpr=1.25");
      background-size: cover;
      background-position: center;
      border-radius: 40px 0 35px;
      display: flex;
      align-items: flex-end;
    }


    
    
    
}



a.nav-item:hover{
  text-decoration: none;
}

/* ===== CONTACT FORM SECTION ===== */

.contact-form-section {
  width: 100%;
  padding: 0px 0;
}

.contact-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: #1a1a1a;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

/* Left image */
.contact-form-image {
  flex: 1;
  min-height: 550px;
  background-image: url("https://d1muf25xaso8hp.cloudfront.net/https%3A%2F%2F859d2a2012e8930d51f703446b5ae135.cdn.bubble.io%2Ff1740865014512x411803152633970940%2FIMG_8821.HEIC");
  background-size: cover;
  background-position: center;
}

/* Right form */
.contact-form {
  flex: 1;
  background: #ffffff;
  padding: 30px;
  display: flex;
  align-items: center;
}

.contact-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
}

.contact-form input {
  height:20px;
}

.contact-form textarea {
  height: 171px;
  resize: none;
}

/* Button */
.contact-form button {
  width: 200px;
  height: 50px;
  border-radius: 20px;
  background: #ffbd38;
  border: 1px solid #ffbd38;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s ease;
}

.contact-form button:hover {
  background: #e6a92e;
}

/* Responsive */
@media (max-width: 900px) {
  .contact-form-wrapper {
    flex-direction: column;
  }

  .contact-form-image {
    min-height: 300px;
  }
}

/* ===== FOOTER ===== */

.footer {
  background: #000;
  padding: 80px 50px 40px;
  color: #999;
  font-family: Poppins, sans-serif;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 220px;
}

.footer-about {
  flex: 1.5;
}

.footer-contact {
  flex: 1.5;
}

.footer h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}

.footer p {
  font-size: 16px;
  line-height: 1.5;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  display: flex;
  gap: 8px;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
}

.footer-links span {
  color: #999;
}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

/* Bottom */
.footer-bottom {
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  text-decoration: none;
}

.footer-credit {
  font-size: 16px;
}

.footer-credit .heart {
  color: red;
}

/* Responsive */
@media (max-width: 900px) {
  .footer {
    padding: 60px 20px;
  }

  .footer-top {
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}


.footer-socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  transition: 0.2s ease;
}

.social-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.social-icon:hover {
  background: #ffbd39;
  color: #000;
}


/* Header wrapper */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  z-index: 1500;
  padding-bottom: 10px;
}

/* Inner container */
.header-inner {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo {
  width: 182px;
}

.logo img {
  width: 100%;
  display: block;
}

/* Navigation */
.nav {
  display: flex;
  gap: 40px;
  margin-top: 10px;
}

/* Links */
.nav-link {
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #e9e9e9;
  text-decoration: none;
  padding-bottom: 8px;
}

/* Underline */
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color_alert_default, #ffbd39);
  border-radius: 5px;
  transition: width 260ms ease, left 260ms ease;
}

/* Hover effect */
.nav-link:hover::after {
  width: 100%;
  left: 0;
}

/* Active link */
.nav-link.active::after {
  width: 100%;
  left: 0;
}

.contact-me{
  color:#fff;
}
.sub-heading{
  color:#fff;
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: #1a1a1a;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 15px;
  color: #ffbd39;
}

.contact-icon svg {
  width: 28px;
  height: 28px;
}

.services {
  padding: 0px 50px;
  background: #000;
  color: #fff;
}

.services-header {
  text-align: center;
  margin-bottom: 60px;
}

.services-title {
  font-size: 40px;
  margin-bottom: 10px;
}

.services-subtitle {
  color: #aaa;
}

.services-grid {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-card {
  background: #1a1a1a;
  padding: 50px 30px;
  text-align: center;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-icon {
  margin-bottom: 25px;
}

.service-icon svg {
  width: 50px;
  height: 50px;
  stroke: #ffbd39;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.service-line {
  display: block;
  width: 40px;
  height: 2px;
  background: #ffbd39;
  margin: 0 auto;
}

/* Responsive */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
  .bubble-element.Group.baTaHbaB.bubble-r-container.flex.column{
  row-gap:50px !important;
 }
 
 .hero-actions{
     justify-content: space-between;
 }
 
 
  .hero-actions a{
     width:48%;
 }
 
 

 
}




.projects-section {
  max-width: 1200px;
  margin:0px auto;
  text-align: center;
}

.projects-title {
  font-size: 50px;
  font-weight: 700;
}

.projects-subtitle {
  margin-top: 10px;
  color: #999;
}

/* Tabs */
.tabs {
  display: inline-flex;
  background: #111;
  border-radius: 30px;
  margin: 40px 0;
  overflow: hidden;
}

.tab {
  padding: 12px 28px;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.tab.active {
  background: #ffbd39;
  color: #000;
}

/* Content */
.tabs-content {
  margin-top: 40px;
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

/* Layout */
.project-layout {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  align-items: stretch;
}
.project-layout.tab2 {
  display: grid;
  grid-template-columns:1fr 350px;
  gap: 30px;
  align-items: stretch;
}

/* Side Image */
.side-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.side-image .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.overlay h3 {
  color: #ffbd39;
  font-size: 22px;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 14px;
  color: #ddd;
}

/* Main Image */
.main-image {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Full width webflow */
.main-image.full {
  grid-column: 1 / -1;
}

/* Responsive */
@media (max-width: 900px) {
  .project-layout {
    grid-template-columns: 1fr;
  }
}

.projects-title{
  color:#fff;
}


/* Controls */
.testimonials-controls {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  padding: 0 50px;
}

.control {
  width: 40px;
  height: 40px;
  border-radius: 5px;

  border: none;
  outline: none;

  background-color: transparent;   /* remove #fff */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  cursor: pointer;
}

/* PREV icon (always visible) */
.testimonials-controls .control:not(.next) {
  background-image: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/f1748948899733x924757945691187500/Group%201321314726.svg");
}

/* NEXT icon */
.control.next {
  background-image: url("https://859d2a2012e8930d51f703446b5ae135.cdn.bubble.io/f1748430555028x836379603249464300/Group%201321314727.svg");
}

/* Disabled style (only opacity now, icon stays) */
.control.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}



/* =========================
   RESPONSIVE (TABLET + MOBILE)
   Add at the END of style.css
   ========================= */

/* Prevent horizontal scroll on small screens (slider transforms, big images, etc.) */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

/* When clicking nav anchors with fixed header */
section, [id] {
  scroll-margin-top: 130px;
}

/* ---------- TABLET (<= 991px) ---------- */
@media (max-width: 991px) {

  /* Header (both variants) */
  .site-header {
    min-height: auto;
    padding: 10px 0 12px;
  }

  .header-container,
  .header-inner {
    max-width: 1200px;
    width: 100%;
    padding: 10px 20px 0;
    gap: 14px;
    flex-wrap: wrap;
  }

  .logo { width: 170px; }

  /* Keep nav usable without hamburger: wrap + allow horizontal scroll */
  .nav {
    width: 100%;
    gap: 18px;
    margin-top: 8px;
    flex-wrap: wrap;
  }

  .nav-item,
  .nav-link {
    font-size: 15px;
    padding-bottom: 7px;
  }

  /* HERO */
  /*.hero { padding: 0 20px; }*/
  /*.hero-container {*/
  /*  flex-direction: column;*/
  /*  align-items: flex-start;*/
  /*  gap: 28px;*/
    padding-top: 140px; /* fixed header 
  /*}*/
  /*.hero-content { max-width: 100%; }*/
  /*.hero-title { font-size: 44px; line-height: 1.2; }*/
  /*.hero-subtitle { font-size: 20px; line-height: 1.45; }*/
  /*.hero-image {*/
  /*  max-width: 100%;*/
  /*  width: 100%;*/
  /*  min-height: 420px;*/
  /*  border-radius: 28px;*/
  /*}*/
  /*.hero-badge { border-radius: 0 0 28px 28px; }*/

  /* ABOUT */
  .about { padding: 0 20px; }
  .about-container {
    flex-direction: column;
    gap: 30px;
    align-items: stretch;
  }
  .about-image {
    max-width: 100%;
    width: 100%;
    min-height: 360px;
  }
  .about-content { max-width: 100%; }
  .about-title { font-size: 38px; }
  .about-text { font-size: 15px; }

  /* RESUME */
  .resume { padding: 0 20px; }
  .resume-title { font-size: 38px; }
  .resume-row { flex-direction: column; }
  .resume-card { padding: 28px; }
  .resume-year { font-size: 22px; }
  .resume-role { font-size: 22px; }
  .resume-text { font-size: 15px; }

  /* SERVICES */
  .services { padding: 80px 20px; }
  .services-title { font-size: 38px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .service-card { padding: 40px 24px; }

  /* SKILLS */
  .skills { padding: 0 20px; }
  .skills-title { font-size: 38px; }
  .skills-wrapper { flex-direction: column; gap: 22px; }

  /* PROJECTS */
  .projects-section { padding: 0 20px; margin: 80px auto; }
  .projects-title { font-size: 40px; }
  .project-layout,
  .project-layout.tab2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .side-image { min-height: 260px; }
  .main-image { min-height: 320px; }

  /* TESTIMONIALS */
  .testimonials { padding: 0 0 20px; gap: 40px; }
  .testimonials-controls { padding: 0 20px; }
  .testimonials-grid { padding: 0 20px; gap: 16px; }
  .testimonial-card { min-width: 0; }

  /* STATS + CTA */
  .stats-cta { padding: 0 20px; margin-top: 80px; }
  .stats-wrapper {
    flex-wrap: wrap;
    gap: 16px;
    margin: -80px auto 0;
  }
  .stat-card { flex: 1 1 calc(50% - 16px); }
  .cta-content { margin-top: 30px; }
  .cta-content h2 { font-size: 32px; }
  .cta-content p { font-size: 15px; }

  /* CONTACT INFO */
  .contact-info-section { padding: 80px 0; }
  .contact-info-wrapper {
    padding: 0 20px;
    flex-direction: column;
    align-items: center;
  }

  /* CONTACT FORM */
  .contact-form-wrapper {
    margin: 0 20px;
    flex-direction: column;
  }
  .contact-form-image { min-height: 445px; }
  .contact-form { padding: 24px; }

  /* FOOTER */
  .footer { padding: 60px 20px 30px; }
  .footer-top { gap: 30px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

/* ---------- MOBILE (<= 600px) ---------- */
@media (max-width: 600px) {

  /* Header */
  .logo { width: 150px; }

  /* Nav becomes scrollable row (no hamburger needed) */
  .nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding-bottom: 6px;
  }
  .nav::-webkit-scrollbar { height: 0; }

  .nav-item,
  .nav-link {
    white-space: nowrap;
    font-size: 14px;
  }

  /* HERO */
  .hero { padding: 0 16px; }
  .hero-container { padding-top: 125px; }
  .hero-title { font-size: 34px; }
  .hero-subtitle { font-size: 16px; }
  .hero-actions {
    width: 100%;
    /*flex-direction: column;*/
    align-items: flex-start;
  }
  .btn { width: 100%; max-width: 260px; }
  .hero-image {  border-radius: 22px; width:100%; }
  .hero-badge { font-size: 13px; padding: 8px 0; border-radius: 0 0 22px 22px; }

  /* ABOUT */
  .about { padding: 0 16px; }
  .about-title { font-size: 30px; }
  /*.about-image { min-height: 300px; }*/

  /* RESUME */
  .resume { padding: 0 16px; }
  .resume-title { font-size: 30px; }
  .resume-card { padding: 22px; }

  /* SERVICES */
  .services { padding: 70px 16px; }
  .services-title { font-size: 32px; }
  .services-grid { grid-template-columns: 1fr; }

  /* SKILLS */
  .skills { padding: 0 16px; }
  .skills-title { font-size: 32px; }
  .skill-head { font-size: 16px; }
  .progress { height: 8px; }

  /* PROJECTS */
  .projects-section { padding: 0 16px; }
  .projects-title { font-size: 34px; }
  .tabs { width: 100%; }
  .tab { flex: 1; padding: 10px 0; }
  .main-image { min-height: 280px; }
  .side-image { min-height: 240px; }

  /* TESTIMONIALS */
  .testimonials-title { font-size: 32px; }
  .testimonials-controls { padding: 0 16px; }
  .testimonials-grid { padding: 0 16px; }
  .testimonial-card { min-height: 280px; }

  /* STATS + CTA */
  .stats-cta { padding: 0px 16px 80px 16px; }
  .stats-wrapper {
    margin: -70px auto 0;
    flex-direction: column;
  }
  .stat-card { min-height: 110px; }
  .cta-content h2 { font-size: 26px; }
  .cta-content p { font-size: 14px; }

  /* CONTACT */
  .contact-header h2 { font-size: 34px; }
  .contact-info-wrapper { padding: 0 16px; }
  .contact-card span { font-size: 16px; }

  /* FORM */
  .contact-form-wrapper { margin: 0 16px; }
  .contact-form input { height: 48px; }
  .contact-form textarea { height: 150px; }
  .contact-form button { width: 100%; max-width: 240px; }

  /* FOOTER */
  .footer { padding: 55px 16px 28px; }
  .footer-socials a,
  .social-icon { width: 44px; height: 44px; }
  .social-icon svg { width: 20px; height: 20px; }
}



@media (max-width: 991px){
  .header-container{
    flex-wrap: wrap;
    gap: 12px;
  }

  .nav-toggle{
    gap: 0px;
    row-gap: 0px;
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: transparent;
    border-radius: 10px;
    cursor: pointer;
    padding: 10px;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-toggle .bar{
    display:block;
    width:22px;
    height:2px;
    background:#fff;
    border-radius:999px;
    margin:0px auto;
    transition:transform .22s ease, opacity .22s ease;
  }

  /* hide menu by default on tablet/mobile */
  .site-header #site-nav{
    display:none !important;
    width:100%;
    flex-direction:column;
    gap:0;
    margin-top:10px;
    padding:10px 0;
    border-top:1px solid rgba(255,255,255,0.12);
  }

  /* show menu when open */
  .site-header.is-open #site-nav{
    display:flex !important;
  }

  .site-header #site-nav a{
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .site-header #site-nav a:last-child{
    border-bottom:none;
  }
}

/* burger -> X */
.site-header.is-open .nav-toggle .bar:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-open .nav-toggle .bar:nth-child(2){
  opacity: 0;
}
.site-header.is-open .nav-toggle .bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}







.footer-col.footer-contact .contact-item{
    display: flex;
    align-items: center;
    gap: 12px;

}

.contact-ico{
  width:36px;
  height:36px;
  border-radius:10px;
  background:#1a1a1a;
  display:grid;
  place-items:center;
  flex:0 0 36px;
  margin-top:2px;
}

.contact-ico svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:#ffbd39;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.footer-link{
  color:#999;
  text-decoration:none;
}

.footer-link:hover{
  color:#fff;
}







.hero--slider .hero-slider { position: relative; overflow: hidden; }
.hero--slider .hero-track { display: flex; will-change: transform; }
.hero--slider .hero-slide { flex: 0 0 100%; }

.hero--slider .hero-nav{
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 20px;
    line-height: 44px;
    cursor: pointer;
    z-index: 5;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}
.hero--slider .hero-prev{ left:14px; }
.hero--slider .hero-next{ right:14px; }

.hero--slider .hero-dots{
  position:absolute; left:0; right:0; bottom:14px;
  display:flex; gap:10px; justify-content:center; z-index:5;
}
.hero--slider .hero-dot{
  width:10px; height:10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.18);
  cursor:pointer;
}
.hero--slider .hero-dot.is-active{
  background:rgba(255,255,255,.9);
  border-color:rgba(255,255,255,.9);
}

.hero--slider .hero-image--img{ overflow:hidden; border-radius:28px; position:relative; }
.hero--slider .hero-image--img img{ width:100%; height:100%; min-height:600px; object-fit:cover; display:block; }

