/* common */
*,
h1,
h2,
h3,
h4,
h5,
a,
p {
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #ff5722;
  --secondary-color: #212121;
  --white-color: #ffffff;
  --black-color: #000000;
  --bg-color: #f8f9fa;
  --font-primary: 'Oswald', sans-serif;
  --font-secondary: 'Roboto', sans-serif;
  --color-1: #333333;
  --color-2: #cccccc;
  --color-3: #2e4413;
  --color-4: #1c1c1c;
  --color-5: #efebe7;
  --color-6: #e3d6c8;
  --preview-bg: #ffffff;
  --mobile--w: 360px;
  --mobile--h: 540px;
  --outline-w: 9px;
  --preview-color-1: #ff5722;
  --preview-color-2: #ff7a45;
  --preview-color-3: #ff9966;
}
html,
body {
  overflow-x: hidden !important;
}
body {
  background-color: var(--white-color);
  font-family: var(--font-secondary);
}
::selection {
  background-color: var(--color-1);
  color: var(--color-2);
}
.container {
  max-width: 1280px;
  margin: auto;
}
a,
button,
img {
  transition: all 0.5s;
}
.white-bg {
  background-color: var(--white-color);
}
.black-bg {
  background-color: var(--black-color);
}
h2.title {
  font-size: 272px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 0, 0, 0.06);
  text-transform: uppercase;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
p {
  margin: 0 0 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--color-1);
  margin-top: 10px;
}
.paragraph p:first-child:first-letter {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}
.common-btn {
  margin: 0;
  padding: 17px 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white-color);
  background-color: var(--primary-color);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  transition: all 0.15s;
  user-select: none;
  border: 2px solid var(--primary-color);
}
.common-btn::before {
  left: 6px;
  top: 6px;
  position: absolute;
  content: "";
  border: 1px solid var(--primary-color);
  height: 100%;
  width: 100%;
  transition: all 0.15s;
  z-index: -1;
}
.common-btn:hover::before {
  top: 0;
  left: 0;
}
.common-btn:hover,
.common-btn:focus {
  color: var(--primary-color);
}
.common-btn:focus {
  box-shadow: none;
  outline: none;
}
.common-btn img {
  width: 24px;
}
.common-btn:hover img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(86%) saturate(3672%) hue-rotate(346deg) brightness(101%) contrast(101%);
}
/* dark theme */
.theme-dark h2.title {
  color: rgb(255 255 255 / 8%);
}
.theme-dark P {
  color: var(--color-2);
}

/* Banner */
.banner {
  background-color: var(--black-color);
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.banner-img {
  position: relative;
  overflow: hidden;
}
.banner-img::before {
  position: absolute;
  content: "";
  background-color: rgba(255, 87, 34, 0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-box {
  padding: 60px;
  position: relative;
  z-index: 1;
}
.banner-box h1 {
  position: absolute;
  top: 11%;
  left: 0;
  font-size: 339px;
  line-height: 370px;
  font-weight: 400;
  text-transform: uppercase;
  background-image: url(media/photomain.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.6;
  color: var(--white-color);
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  display: inline-block;
  font-family: "Righteous", cursive;
  z-index: -1;
}
.banner-text {
  margin: 100px 0 0;
  padding: 135px 0 0 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 80%;
  overflow: hidden;
}
.banner-text h2 {
  margin: 0 0 8px;
  font-size: 104px;
  line-height: 1.1;
  font-weight: 400;
  font-style: normal;
  color: var(--white-color);
  position: relative;
  user-select: none;
}
.banner-text h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgb(255 255 255 / 72%);
  position: relative;
}

/* Company */
.company-section {
  padding: 206px 0 0;
}
.compy-box {
  padding: 0;
}
.compy-box::before {
  left: 30px;
  top: -30px;
  position: absolute;
  content: "";
  border: 2px solid var(--primary-color);
  height: 100%;
  width: 100%;
  z-index: 1;
}
.compy-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Designer */
.designer-section {
  padding: 210px 0 0;
}
.designer-box {
  width: 100%;
  height: 605px;
  z-index: 1;
}
.box-border {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border: 2px solid var(--white-color);
  height: 88%;
  width: 90%;
  z-index: -1;
}
.designer-box .team-member {
  aspect-ratio: 1 / 1;
  width: 315px;
  position: absolute;
}
.designer-box .team-member img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.designer-box .team1 {
  top: -22%;
  left: 4%;
  z-index: 2;
}
.designer-box .team2 {
  bottom: 0;
  right: 6%;
  z-index: 2;
}

/* Projects */
.projects-section {
  padding: 217px 0 0;
}
.project-box {
  width: 100%;
  height: 334px;
  position: relative;
}
.project-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.project-box.big {
  height: 100%;
}
.project-content {
  padding: 2px 32px;
  position: relative;
  z-index: 1;
}
.project-content::before,
.project-content::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 130px;
  background: var(--color-3);
}
.project-content::after {
  right: 14px;
  bottom: 3px;
}
.project-content::before {
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
}
.project-content .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 26px;
}
.project-content .common-btn {
  padding: 8px 19px;
}
.project-content .common-btn img {
  position: relative;
}

/* Testimonials */
.testimonial-section {
  padding: 180px 0 0;
}
.testimonial-section .content {
  border: 2px solid var(--color-4);
  padding: 40px 60px;
  width: 100%;
}
.testimonial-section .row {
  align-items: flex-end;
}
.testimonial-section .content h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px 0px 20px;
  color: var(--color-1);
}
.testimonial-section .content p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
  color: var(--color-1);
}
.testimonial-section .img-box {
  width: 340px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.testimonial-section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonial-section .reverse-row {
  align-items: flex-start;
}
.testimonial-section .reverse-row .img-box {
  margin-left: auto;
}

/* Contact */
.contact-us {
  padding: 100px 0 76px;
}
.contact-us h4 {
  margin: 0 0 40px;
  font-size: 32px;
  line-height: 48px;
  font-style: normal;
  font-weight: 600;
  color: var(--color-1);
}
.contact-us .nav {
  width: 80%;
}
.contact-us .nav .nav-item {
  margin: 0 0 24px;
  padding: 0 0 0 64px;
  position: relative;
}
.contact-us .nav .nav-item img {
  position: absolute;
  top: -2px;
  left: 0;
  width: 32px;
}
.contact-us .nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  color: #333333;
  padding: 0;
}
.contact-info {
  padding: 56px;
  position: relative;
  z-index: 1;
}
.contact-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  z-index: -2;
}
.contact-border {
  left: 24px;
  top: -24px;
  position: absolute;
  border: 2px solid var(--color-6);
  height: 100%;
  width: 100%;
  z-index: -1;
}
.contact-info h3 {
  margin: 0 0 24px;
  font-size: 64px;
  line-height: 72px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color-3);
}
.contact-info p {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--color-3);
}

/* New styles for fitness theme */
.service-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.service-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: var(--white-color);
  font-family: var(--font-secondary);
}

.service-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}

/* Update the theme-dark section to have a stronger fitness vibe */
.theme-dark {
  background: linear-gradient(135deg, #212121 0%, #424242 100%);
}

/* Update the contact box for a more energetic look */
.contact-box {
  background-color: var(--primary-color);
}

/* Style improvements for mobile */
@media screen and (max-width: 767px) {
  .banner-text h2 {
    font-size: 2rem;
  }
  
  .banner-text h3 {
    font-size: 1.2rem;
  }
}

/* Add progress bar styles for client results section */
.progress-wrap {
  margin-bottom: 15px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  font-weight: 500;
}

.progress {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  overflow: hidden;
}

.progress-bar {
  background-color: var(--primary-color);
  transition: width 1.5s ease-in-out;
}

@media screen and (max-width: 1399px) {
  /* common */
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1199px) {
  /* common */
  .container {
    max-width: 960px;
  }
  h2.title {
    font-size: 148px;
    top: -20px;
  }
  .paragraph p:first-child:first-letter {
    font-size: 22px;
    line-height: 34px;
  }

  /* button */
  .common-btn {
    padding: 14px 20px;
    font-size: 15px;
    line-height: 22px;
  }
  .common-btn img {
    width: 20px;
  }

  /* banner */
  .banner .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
  }
  .banner-box h1 {
    top: 0;
  }
  .banner-text {
    margin: 0;
  }
  .banner-text h2 {
    font-size: 85px;
  }

  /* company */
  .compy-box::before {
    left: 24px;
    top: -24px;
  }
  .designer-box .team-member {
    width: 260px;
  }
  .designer-box .team2 {
    bottom: 0;
    right: 0;
  }

  /* Projects */
  .project-content p {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
  }
  .project-content .common-btn {
    padding: 6px 16px;
  }

  /* Contact */
  .contact-us h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  /* common */
  .container {
    max-width: 720px;
  }
  h2.title {
    font-size: 110px;
    top: -17px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }

  /* banner */
  .banner-box {
    padding: 40px;
  }
  .banner-box h1 {
    top: -5%;
    font-size: 280px;
    line-height: 1.3;
  }
  .banner-text {
    max-width: 90%;
  }
  .banner-text h2 {
    font-size: 65px;
  }
  .banner-text h3 {
    font-size: 16px;
    line-height: 24px;
  }

  /* Company */
  .company-section {
    padding-top: 156px;
  }

  /* Designer */
  .designer-box {
    height: 410px;
  }
  .designer-box .team-member {
    width: 190px;
  }

  /* Project */
  .projects-section {
    padding-top: 110px;
  }
  .project-box {
    height: 195px;
    padding-inline: 20px;
  }
  .project-content::before,
  .project-content::after {
    width: 105px;
  }
  .project-content::before {
    top: 8px;
  }
  .project-content p {
    font-size: 10px;
    line-height: 16px;
  }
  .project-content .common-btn {
    padding: 2px 10px;
  }
  .project-content .common-btn img {
    width: 14px;
  }
  .project-content .common-btn::before {
    top: 4px;
    left: 4px;
  }

  /* testimonial */
  .testimonial-section {
    padding-top: 130px;
  }
  .testimonial-section .img-box {
    width: 250px;
  }
  .testimonial-section .content {
    padding: 20px 20px;
  }
  .testimonial-section .content h3 {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 26px;
  }
  .testimonial-section .content p {
    font-size: 14px;
    line-height: 20px;
  }

  /* contact */
  .contact-us {
    padding-block: 80px 48px;
  }
  .contact-us h4 {
    margin-bottom: 34px;
    font-size: 22px;
    line-height: 34px;
  }
  .contact-us .nav .nav-item {
    margin-bottom: 20px;
    padding-left: 48px;
  }
  .contact-us .nav .nav-item img {
    top: -1px;
    width: 26px;
  }
  .contact-us .nav .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-info {
    padding: 52px;
  }
  .contact-info h3 {
    font-size: 42px;
    line-height: 48px;
  }
  .contact-info p {
    margin-bottom: 32px;
    font-size: 15px;
    line-height: 24px;
  }
  .contact-border {
    left: 18px;
    top: -18px;
  }
}
@media screen and (max-width: 767px) {
  /* common */
  .container {
    max-width: calc(100% - 12px);
  }
  h2.title {
    font-size: 52px;
    top: -8px;
  }
  p {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 18px;
  }
  .paragraph p:first-child:first-letter {
    font-size: 20px;
    line-height: 32px;
  }

  /* button */
  .common-btn {
    padding: 10px 16px;
    font-size: 12px;
    line-height: 19px;
  }
  .common-btn::before {
    top: 3px;
    left: 3px;
  }
  .common-btn img {
    width: 16px;
  }

  /* banner */
  .banner {
    height: 100dvh;
    min-height: 500px;
  }
  .banner-box {
    padding: 0px;
  }
  .banner-box h1 {
    top: 0;
    font-size: 160px;
    line-height: 1;
    position: relative;
  }
  .banner-text {
    padding: 64px 0 0 48px;
    max-width: 100%;
  }
  .banner-text h2 {
    font-size: 36px;
  }
  .banner-text h3 {
    font-size: 14px;
    line-height: 22px;
  }
  .banner-img {
    margin-top: 60px;
  }

  /* company */
  .company-section {
    padding-top: 60px;
  }
  .compy-box {
    margin-right: 16px;
  }
  .compy-box::before {
    left: 16px;
    top: -16px;
  }

  /* Designer */
  .designer-section {
    padding-top: 140px;
  }
  .designer-box {
    height: 300px;
    max-width: 400px;
    display: table;
    margin: auto;
  }
  .designer-box .team-member {
    width: 152px;
  }
  .designer-box .team1 {
    left: 10%;
  }

  /* projects */
  .projects-section {
    padding-top: 72px;
  }
  .project-box,
  .project-box.big {
    height: 158px;
  }
  .project-box {
    padding-inline: 2px;
  }
  .project-content p {
    font-size: 8px;
    line-height: 13px;
  }
  .project-content .common-btn {
    padding: 1px 7px;
    margin-right: 14px;
  }
  .project-content .common-btn img {
    width: 12px;
  }
  .project-content .common-btn::before {
    top: 3px;
    left: 3px;
  }

  /* testimonial */
  .testimonial-section {
    padding-top: 75px;
  }
  .testimonial-section .row {
    margin-right: 0;
  }
  .testimonial-section .img-box {
    width: 145px;
    width: 50%;
    margin: -40px 0 0 auto;
    position: relative;
    z-index: 1;
  }
  .testimonial-section .content {
    padding: 20px 20px 50px;
    border: 2px solid var(--color-4) !important;
  }
  .testimonial-section .reverse-row {
    margin-inline: 0;
  }
  .testimonial-section .reverse-row .img-box {
    margin: 0 auto -40px 0;
  }
  .testimonial-section .reverse-row .content {
    padding-block: 50px 20px;
  }
  .testimonial-section .content h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
  }
  .testimonial-section .content p {
    font-size: 12px;
    line-height: 18px;
  }

  /* contact */
  .contact-us {
    padding-block: 40px;
  }
  .contact-us h4 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 32px;
  }
  .contact-us .nav {
    margin-bottom: 24px;
  }
  .contact-us .nav .nav-item {
    margin-bottom: 16px;
    padding-left: 36px;
  }
  .contact-us .nav .nav-item img {
    top: 0px;
    width: 22px;
  }
  .contact-us .nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
  .contact-info {
    padding: 32px 32px 42px;
    margin-right: 12px;
  }
  .contact-info h3 {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 42px;
  }
  .contact-info p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }
  .contact-border {
    left: 12px;
    top: -12px;
  }
}

/* Video Section Styles */
.video-section {
  padding: 80px 0;
  background-color: var(--bg-color);
}

.video-thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-thumbnail:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.video-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 20px 15px;
  color: var(--white-color);
  font-family: var(--font-primary);
  font-weight: 500;
  transition: all 0.3s ease;
}

.video-overlay span {
  position: relative;
  z-index: 1;
}

.video-thumbnail::before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: var(--white-color);
  opacity: 0.9;
  z-index: 2;
  transition: all 0.3s ease;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover::before {
  color: var(--primary-color);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-thumbnail:hover .video-overlay {
  background: linear-gradient(to top, rgba(255, 87, 34, 0.8), transparent);
}

/* Video Modal Styles */
.video-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
}

.video-modal-content {
  position: relative;
  margin: 5% auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

.close-modal {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--white-color);
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
}

#videoPlayer {
  width: 100%;
  border-radius: 8px;
}

/* Results Section Styles */
.results-section {
  padding: 80px 0;
}

.progress-wrap {
  margin-bottom: 25px;
}

.progress-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
}

.progress {
  height: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(to right, var(--primary-color), #ff8a50);
  border-radius: 5px;
  transition: width 1.5s cubic-bezier(0.65, 0, 0.35, 1);
  position: relative;
}

.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%);
  background-size: 20px 20px;
  animation: progress-animation 2s linear infinite;
}

@keyframes progress-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 0;
  }
}

/* Responsive styles for video section */
@media screen and (max-width: 767px) {
  .video-thumbnail img {
    height: 200px;
  }
  
  .video-modal-content {
    width: 95%;
    margin: 15% auto;
  }
}

@media screen and (max-width: 576px) {
  .video-thumbnail {
    margin-bottom: 20px;
  }
  
  .video-thumbnail img {
    height: 180px;
  }
}

/* Mobile Preview Section Styles */
.mobile-preview-section {
  padding: 80px 0;
  position: relative;
  background-color: #f1f1f1;
}

.preview__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0;
  gap: 35px;
  max-width: 1400px;
  margin: 0 auto;
}

/* fade out other cards when one is :hover/:focus-within */
.preview__container:hover .preview:not(:hover, :focus) {
  opacity: 0.7;
}

.preview {
  --shadow-blur: 15px;
  --shadow-color: var(--preview-color-1);
  --mobile--w: 280px;
  --mobile--h: 450px;
  --outline-w: 4px;
  
  background: var(--img) center center / cover no-repeat #ffffff;
  border: var(--outline-w) solid var(--preview-color-1);
  border-radius: 15px;
  box-shadow: 0 10px var(--shadow-blur) 0 rgba(0, 0, 0, 0.3);
  
  transition-property: border, box-shadow, filter, opacity, transform, z-index;
  transition-duration: 0.3s;
  
  filter: none;
  opacity: 1;
  
  transform: rotate(var(--rotation, 0deg)) scale(0.9);
  
  position: relative;
  z-index: 1;
  
  width: var(--mobile--w);
  height: var(--mobile--h);
  min-width: auto;
  min-height: auto;
  
  margin: 20px;
}

.preview::after {
  content: attr(data-title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.preview:focus-within,
.preview:hover {
  --shadow-blur: 25px;
  --shadow-color: var(--preview-color-2);
  --border-color: var(--shadow-color);
  
  background-color: white;
  border-color: var(--preview-color-2);
  border-width: 5px;
  
  filter: brightness(1.1) contrast(1.1);
  transform: rotate(0deg) scale(1);
  opacity: 1;
  z-index: 10;
  
  box-shadow: 0 15px 30px 0 rgba(255, 87, 34, 0.4);
}

.preview:focus-within {
  --shadow-color: var(--preview-color-1);
  border-color: var(--preview-color-1);
}

.preview:hover:focus {
  --shadow-color: var(--preview-color-3);
}

.preview:nth-of-type(1) {
  --rotation: -3deg;
  background-image: var(--img);
  z-index: 6;
}

.preview:nth-of-type(2) {
  --rotation: 3deg;
  background-image: var(--img);
  z-index: 5;
}

.preview:nth-of-type(3) {
  --rotation: -2deg;
  background-image: var(--img);
  z-index: 4;
}

.preview:nth-of-type(4) {
  --rotation: 2deg;
  background-image: var(--img);
  z-index: 3;
}

.preview:nth-of-type(5) {
  --rotation: -1deg;
  background-image: var(--img);
  z-index: 2;
}

.preview:nth-of-type(6) {
  --rotation: 1deg;
  background-image: var(--img);
  z-index: 1;
}

/* Responsive styles for mobile preview section */
@media screen and (max-width: 991px) {
  .preview__container {
    padding: 30px 0;
    gap: 20px;
  }
  
  .preview {
    --mobile--w: 260px;
    --mobile--h: 420px;
    transform: rotate(var(--rotation, 0deg)) scale(0.85);
  }
}

@media screen and (max-width: 767px) {
  .mobile-preview-section {
    padding: 60px 0;
  }
  
  .preview__container {
    padding: 20px 0;
    gap: 15px;
  }
  
  .preview {
    --mobile--w: 220px;
    --mobile--h: 370px;
    transform: rotate(var(--rotation, 0deg)) scale(0.8);
    margin: 15px 10px;
  }
}

@media screen and (max-width: 576px) {
  .preview__container {
    gap: 10px;
  }
  
  .preview {
    --mobile--w: 180px;
    --mobile--h: 300px;
    transform: rotate(var(--rotation, 0deg)) scale(0.75);
    margin: 10px 5px;
  }
}

/* Contact Form Styles */
.contact-form-container {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact-form-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #ff5722, #ff9966);
  z-index: 2;
}

.contact-form .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #333;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.5px;
}

.contact-form .form-control {
  height: 50px;
  padding: 10px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #fafafa;
}

.contact-form .form-control:focus {
  border-color: #ff5722;
  box-shadow: 0 0 0 3px rgba(255, 87, 34, 0.1);
  background-color: #fff;
}

.contact-form textarea.form-control {
  height: auto;
  resize: vertical;
}

.contact-form .submit-btn {
  background: linear-gradient(90deg, #ff5722, #ff9966);
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.contact-form .submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.7s ease;
}

.contact-form .submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(255, 87, 34, 0.3);
}

.contact-form .submit-btn:hover::before {
  left: 100%;
}

.contact-form .submit-btn:active {
  transform: translateY(0);
}

.form-status-success {
  color: #28a745;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
  border-radius: 5px;
  padding: 10px;
}

.form-status-error {
  color: #dc3545;
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid #dc3545;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .contact-form-container {
    padding: 30px 20px;
  }
  
  .contact-form .submit-btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}

/* Telegram Bot Block Styles */
.telegram-bot-block {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
  margin: 15px 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.telegram-bot-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.telegram-bot-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #0088cc, #29b6f6);
}

.telegram-icon {
  display: inline-block;
  margin-bottom: 15px;
}

.telegram-icon i {
  font-size: 48px;
  color: #0088cc;
}

.telegram-bot-block h4 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.telegram-bot-block p {
  color: #666666;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}

.telegram-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #0088cc;
  color: white;
  border-radius: 30px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 136, 204, 0.3);
}

.telegram-btn i {
  margin-right: 10px;
  font-size: 20px;
}

.telegram-btn:hover {
  background-color: #0077b3;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 136, 204, 0.4);
}

.telegram-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0, 136, 204, 0.3);
}

@media screen and (max-width: 767px) {
  .telegram-bot-block {
    padding: 20px 15px;
  }
  
  .telegram-bot-block h4 {
    font-size: 20px;
  }
  
  .telegram-bot-block p {
    font-size: 14px;
  }
  
  .telegram-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* Certificates Section */
.certificates-section {
  padding: 80px 0;
}

.certificates-slider-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.certificates-slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.certificate-slide {
  display: none;
  width: 100%;
}

.certificate-slide.active {
  display: block;
}

.certificate-slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  pointer-events: none;
}

.slider-btn {
  background: rgba(255, 87, 34, 0.9);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
  font-size: 18px;
}

.slider-btn:hover {
  background: var(--primary-color);
  transform: scale(1.1);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: var(--primary-color);
  transform: scale(1.2);
}

.education-list {
  list-style: none;
  padding: 0;
}

.education-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: var(--color-2);
  line-height: 1.6;
}

.education-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 16px;
}

/* Achievements Section */
.achievements-section {
  padding: 80px 0;
}

.section-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 30px;
  font-family: var(--font-primary);
}

.achievements-list {
  list-style: none;
  padding: 0;
}

.achievements-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  color: var(--color-1);
  line-height: 1.6;
}

.achievements-list li:before {
  content: "🏆";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
}

.achievements-gallery {
  position: relative;
}

.achievement-img {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.achievement-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.achievement-img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.achievement-img:hover img {
  transform: scale(1.05);
}

/* Why Choose Me Section */
.why-choose-section {
  padding: 80px 0;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  font-family: var(--font-primary);
  text-transform: uppercase;
  letter-spacing: 2px;
}

.why-choose-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 87, 34, 0.2);
}

.why-choose-item:hover {
  background: rgba(255, 87, 34, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(255, 87, 34, 0.2);
}

.item-number {
  background: var(--primary-color);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-shrink: 0;
  font-family: var(--font-primary);
}

.item-content p {
  color: var(--color-2);
  margin: 0;
  line-height: 1.6;
}

.why-choose-video {
  margin-top: 40px;
}

.why-choose-video .video-thumbnail {
  max-width: 600px;
  margin: 0 auto;
}

/* Before After Section */
.before-after-section {
  padding: 80px 0;
}

.before-after-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background: white;
}

.before-after-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.before-after-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.before-after-item:hover img {
  transform: scale(1.05);
}

/* Pricing Section */
.pricing-section {
  padding: 80px 0;
}

.pricing-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 87, 34, 0.2);
  position: relative;
  overflow: hidden;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(255, 87, 34, 0.2);
  border-color: var(--primary-color);
}

.pricing-card.featured {
  border-color: var(--primary-color);
  background: rgba(255, 87, 34, 0.1);
  transform: scale(1.05);
}

.pricing-card.featured::before {
  content: "ПОПУЛЯРНЫЙ";
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--primary-color);
  color: white;
  padding: 5px 40px;
  font-size: 12px;
  font-weight: bold;
  transform: rotate(45deg);
  letter-spacing: 1px;
}

.pricing-header {
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 87, 34, 0.2);
  padding-bottom: 20px;
}

.pricing-header h4 {
  color: white;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--font-primary);
  line-height: 1.3;
}

.price {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color);
  font-family: var(--font-primary);
  line-height: 1;
}

.period {
  color: var(--color-2);
  font-size: 14px;
  margin-top: 5px;
}

.pricing-body {
  color: var(--color-2);
}

.pricing-body h5 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: var(--font-primary);
}

.pricing-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.pricing-body ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}

.pricing-body ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: bold;
}

.pricing-body p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* Mobile Responsive */
@media screen and (max-width: 991px) {
  .certificates-section,
  .achievements-section,
  .why-choose-section,
  .before-after-section,
  .pricing-section {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 32px;
  }
  
  .section-subtitle {
    font-size: 24px;
  }
  
  .why-choose-item {
    padding: 20px;
  }
  
  .item-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  
  .pricing-card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  
  .pricing-card.featured {
    transform: none;
  }
  
  .price {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .certificates-section,
  .achievements-section,
  .why-choose-section,
  .before-after-section,
  .pricing-section {
    padding: 40px 0;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section-subtitle {
    font-size: 20px;
  }
  
  .certificates-slider-container {
    max-width: 100%;
  }
  
  .slider-btn {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  
  .slider-controls {
    padding: 0 10px;
  }
  
  .why-choose-item {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  
  .item-number {
    margin: 0 auto 15px;
  }
  
  .before-after-item img {
    height: 250px;
  }
  
  .pricing-header h4 {
    font-size: 20px;
  }
  
  .price {
    font-size: 32px;
  }
  
  .pricing-body ul li {
    font-size: 13px;
  }
  
  .pricing-body p {
    font-size: 13px;
  }
}

