/* * {
  outline: 1px solid red !important;
  background-color: rgba(255, 0, 0, 0.02) !important;
} */


:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat", sans-serif;
  --nav-font: "Montserrat", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #000000;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #110a06;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #cc411e;
  --accent-color2: #315583;
  --accent-color2t: #2f5381d8;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  /* --accent-color: #c85716; Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #ffffff;
  /* The default color of the main navmenu links */
  --nav-hover-color: #da5b38;
  /* Applied to main navmenu links when they are hovered over or active */
  /* --nav-hover-color: #c85716; Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #224a7fd0;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #9f9f9f;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #000000;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #c84216;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}





.light-background {
  --background-color: #ffffff;
  --surface-color: #420f0f;
}

.dark-background {
  --background-color: #000000;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252626;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

#hero {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;  
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

#hero .container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 40px 0 0 0 ;
  padding: 50px 40px 40px 40px;
  text-align: center;
  
}


#hero .part3 {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: -120px; 
  margin-bottom: 80px;
  position: relative;
  top: -20px;         
}

#hero .sutra-text {
  font-size: 1.4rem;
  max-width: 700px;
  margin: auto auto 0 auto; 
  padding-top: 30px; 
}

#hero .btn {
  margin-top: 30px;
}


@media (max-width: 768px) {

  #hero h2 {
      
    font-size: 1.3rem;
      line-height: 1.6;
  }
  
  #hero .sutra-text {
    font-size: 1.1rem;
  }
  
  #hero .part3 {
    font-size: 26px;
    line-height: 1.1;
  }
}


  .sutra-heading {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    max-width: 100vw;
  }

  .sutra-heading .part1,
  .sutra-heading .part3 {
    display: block;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;  
    box-sizing: border-box;
  }

  .first-screen .container,
  .hero .container,
  section:first-of-type .container,
  section:first-of-type > div {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }



.sutra-heading  {
  letter-spacing: 0.09em;
  /* text-shadow: -20px -40px 100px #052238e1, 0px 30px 240px #2a1961e1, -20px 40px 70px #074575e1, 40px 0px 50px #0b63a7e1, 10px 10px 30px #052238e1; */
  
}
.sutra-heading .part1 {
  font-size: 4rem;
  text-shadow: 0px 0px 7px #052238e1, 0px 0px 40px #2a196127, 0px 0px 50px #0b63a7e1, 10px 10px 30px #052238e1;
  /* font-size: larger; */
  /* color: var(--accent-color); */
    
  font-weight: 700;
  margin: 0; 
  line-height: 0.92;
}
.sutra-heading .part2 {
  letter-spacing: 0.27em;
  /* color: var(--accent-color); */
}
.sutra-heading .part3 {
  
  font-weight: 600;
  text-shadow: 0px 0px 24px #ffffff, 0px 0px 10px #ffffff,0px 0px 30px #ffeee1e1, 0px -20px 140px #2a1961e1, 0px 20px 70px #074575e1;
  color: var(--accent-color2);
}

@media (max-width: 768px) {
  .sutra-heading {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .sutra-heading .part1,
  .sutra-heading .part3 {
    display: block;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  
  .sutra-heading .part1 {
    font-size: 2.7rem;
  }
  

}



/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: var(--surface-color);
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--accent-color);
  border-top-color: var(--surface-color);
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: rgba(255, 255, 255, 0);
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: var(--accent-color2t);
  /* background-color: var(--background-color); */
  padding: 4px 0;
  transition: all 0.5s;
  z-index: 997;
  
}

.sitename {
  color: var(--heading-color);
  font-family: var(--heading-font);
  letter-spacing: 0.18em; /* 20% от размера шрифта */
  font-size: 22px;
  font-weight: 700;
  
}

.header .logo {
  line-height: 1;
  
}

.header .logo img {
  max-height: 32px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.5);
}


/* Global Header on Scroll
------------------------------*/
.scrolled .header {
  --background-color: var(--accent-color2t);
  /* --background-color: rgba(var(--accent-color2), 0.5); */
  /* --background-color: color-mix(in srgb, var(--accent-color2) 0.5, transparent); */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 16px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
    font-weight: 700;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
    font-weight: 700;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
    font-weight: 700;
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
color: #ffffff;
    background: linear-gradient(135deg, #2c3e50, #4ca1af);
    font-size: 14px;
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 30px 0;
}

.footer .social-links {
  margin: 0 0 30px 0;
}

.footer .social-links a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-color);
  color: var(--contrast-color);
  line-height: 1;
  margin: 0 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  text-decoration: none;
}

.footer .copyright {
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .credits {
  font-size: 13px;
  padding-top: 5px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 200px 0 80px 0;
  text-align: center;
  position: relative;
}

.page-title:before {
  content: "";
  /* background-color: color-mix(in srgb, var(--background-color), transparent 20%); */
  position: absolute;
  inset: 0;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 10px;
  
}

.page-title p {
  font-weight: 300;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  /* color: color-mix(in srgb, var(--default-color), transparent 50%); */
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 133px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 73px;
  }
}

.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2.5rem;
  }
}

.section-title .subtitle {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  position: relative;
}

.section-title .subtitle::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: var(--accent-color);
}

.section-title p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  max-width: 900px;
  margin: 0 auto;
  text-wrap: balance;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  background-image: url('../img/bg/bg-8.jpg') !important;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero p {
  margin: 10px 0 0 0;
  font-size: 24px;
  color: var(--heading-color);
}

.hero .btn-get-started {
  color: var(--default-color);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 40px;
  margin: 20px 0 0 0;
  border-radius: 4px;
  transition: 0.5s;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 70%);
  /* background: #000000 !important; */
  background: color-mix(in srgb, var(--accent-color2), transparent 30%) !important;


  position: relative;
  top: 120px;  /* Сместить вниз на 50px */

}

.hero .btn-get-started:hover {
  color: var(--contrast-color);
  background: var(--accent-color2);
  border-color: var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
  .hero {
  background-image: url('../img/bg/bg-8-mobile.jpg') !important;
  min-height: 90vh;

}
/* .hero:before {

  background: color-mix(in srgb, var(--background-color), transparent 45%);

} */
 
}


/*--------------------------------------------------------------
# Features 4 Section
--------------------------------------------------------------*/
.features-4 {
    
    background: transparent;
}
.features-4 .feature-item {
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  backdrop-filter: blur(10px);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  border-radius: 6px;
  padding: 2rem;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);}

.features-4 .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: color-mix(in srgb, var(--accent-color), transparent 70%);
}

.features-4 .feature-item:hover .illustration img {
  transform: scale(1.05) rotate(3deg);
}

.features-4 .feature-item .illustration {
  margin-bottom: 1.4rem;
}

.features-4 .feature-item .illustration img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  transition: transform 0.3s ease-in-out;
}

.features-4 .feature-item h2 {
  font-size: 1.2rem;
  font-weight: 600;
  /* margin-bottom: 1rem; */
  color: var(--heading-color);
}
.features-4 .feature-item h3 {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.features-4 .feature-item p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .features-4 .feature-item {
    padding: 2rem;
  }

  .features-4 .feature-item .illustration img {
    max-width: 220px;
  }

  .features-4 .feature-item h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .features-4 .feature-item {
    padding: 1.5rem;
  }

  .features-4 .feature-item .illustration img {
    max-width: 200px;
  }
}

/*--------------------------------------------------------------
# Features 3 Section  ЧТО ВЫ ПОЛУЧИТЕ ПОСЛЕ КУРСА?
--------------------------------------------------------------*/
.features-3 .feature-item {
  display: flex;
  flex-direction: column;  /* Вертикальное расположение */
  align-items: center;      /* Центрирование по горизонтали */
  text-align: center;  
  margin: 10px;
 
}

.features-3 .feature-item .feature-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  
  justify-content: center;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
 
}

.features-3 .feature-item .feature-icon i {
  font-size: 24px;
  color: var(--accent-color);
}

.features-3 .feature-item .feature-content h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

.features-3 .feature-item .feature-content p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 16px;
  line-height: 1.35;
  margin-bottom: 0;
}

.features-3 .phone-mockup {
  position: relative;
  padding: 30px 0;
}

.features-3 .phone-mockup img {
  max-width: 300px;
  height: auto;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.25));
}

@media (max-width: 991.98px) {
  .features-3 .feature-item {
    text-align: center !important;
    margin-bottom: 2rem;
  }

  .features-3 .feature-item .d-flex {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
  }

  .features-3 .phone-mockup {
    margin: 3rem 0;
  }
}

/*--------------------------------------------------------------
/*--------------------------------------------------------------
# Testimonials 2 Section  ПРОГРАММА КУРСА
--------------------------------------------------------------*/
.testimonials-2 {
    background: transparent;
    padding: 60px 0;
}
.testimonials-2 .info h3 {
  font-weight: 700;
  font-size: 32px;
}

.testimonials-2 .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background-color: var(--surface-color);
}

.testimonials-2 .testimonials-carousel,
.testimonials-2 .testimonials-slider {
  overflow: hidden;
}

.testimonials-2 .testimonial-item {
  box-sizing: content-box;
  min-height: 200px;
  position: relative;
  margin: 30px;
}

.testimonials-2 .testimonial-item .testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin-right: 10px;
}

.testimonials-2 .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials-2 .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials-2 .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials-2 .testimonial-item .stars i {
  color: var(--accent-color);
  margin: 0 1px;
}

.testimonials-2 .testimonial-item .quote-icon-left,
.testimonials-2 .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.testimonials-2 .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials-2 .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials-2 .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials-2 .swiper-wrapper {
  height: auto;
}

.testimonials-2 .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials-2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
  border: none;
}

.testimonials-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

@media (max-width: 767px) {

  .testimonials-2 .testimonials-carousel,
  .testimonials-2 .testimonials-slider {
    overflow: hidden;
  }

  .testimonials-2 .testimonial-item {
    margin: 15px;
  }
}
/* --------------------------------------------------------------
# 4. Testimonials Section ОПЫТ И РЕЗУЛЬТАТЫ
-------------------------------------------------------------- */
.testimonials {
    position: relative;
    z-index: 1;
    background: transparent;
    padding-bottom: 60px;
}

.testimonials::before {
    display: none;
}

.testimonials .testimonials-slider {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
}

.testimonials .swiper-wrapper {
    height: auto;
}

.testimonials .testimonial-item {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials .testimonial-item:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-color);
}

@media (max-width: 575px) {
    .testimonials .testimonial-item {
        padding: 20px;
    }
}

.testimonials .testimonial-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.testimonials .testimonial-item p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-style: normal;
    color: var(--default-color);
}

.testimonials .testimonial-item .profile {
    gap: 15px;
    margin-top: 20px;
}

.testimonials .testimonial-item .profile .profile-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(255, 255, 255, 0.8);
}

.testimonials .testimonial-item .profile .profile-info h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: var(--heading-color);
}

.testimonials .testimonial-item .profile .profile-info span {
    font-size: 12px;
    color: color-mix(in srgb, var(--default-color) 70%, transparent);
    transform-origin: 0px;
}

.testimonials .testimonial-item .featured-img-wrapper {
   
    position: relative;
    overflow: hidden;
    /* border-radius: 16px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
     min-height: auto;
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    position: relative;
}



.testimonials .testimonial-item .featured-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials .swiper-navigation {
    position: absolute;
    bottom: 0;
    gap: 10px;
    z-index: 10;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.9);
    transition: 0.3s;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonials .swiper-button-prev::after,
.testimonials .swiper-button-next::after {
    font-size: 20px;
    color: var(--default-color);
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    transform: scale(1.1);
}

.testimonials .swiper-button-prev:hover::after,
.testimonials .swiper-button-next:hover::after {
    color: var(--contrast-color);
}

.testimonials .otzyv-btn {
 
  color: var(--accent-color);
  display: block; 
  width: fit-content; 
  margin: 40px auto;
  margin-left: auto; 
  margin-right: auto; 
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.testimonials .otzyv-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}





/* # About 2 Section */
/* --------------------------------------------------------------*/
.about-2 {
  padding-top: 100px;
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 97%) 0%, var(--background-color) 50%);
  padding-bottom: 140px;
}

.about-2 .image-column {
  position: relative;
  height: 100%;
  min-height: 600px;
}

@media (max-width: 992px) {
  .about-2 .image-column {
    min-height: 500px;
    margin-bottom: 60px;
  }
}

.about-2 .image-column .main-image {
  position: relative;
  height: 100%;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  box-shadow: 30px 30px 80px color-mix(in srgb, var(--accent-color), transparent 85%);
  transform: translateX(-15px);
}

@media (max-width: 992px) {
  .about-2 .image-column .main-image {
    border-radius: 30px;
    transform: translateX(0);
  }
}

.about-2 .image-column .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-2 .image-column .main-image:hover img {
  transform: scale(1.28);
}

.about-2 .image-column .main-image .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, color-mix(in srgb, var(--accent-color), transparent 30%), transparent);
}

.about-2 .image-column .badge-card {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: linear-gradient(75deg, var(--accent-color2), color-mix(in srgb, var(--accent-color2), rgb(255, 255, 255) 20%));
  padding: 30px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 20px 50px color-mix(in srgb, rgb(16, 20, 24), transparent 10%);
  backdrop-filter: blur(10px);
}

@media (max-width: 576px) {
  .about-2 .image-column .badge-card {
    left: 15px;
    right: 15px;
    padding: 20px;
    flex-wrap: wrap;
    gap: 15px;
  }
}

.about-2 .image-column .badge-card .badge-icon {
  width: 60px;
  height: 60px;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-2 .image-column .badge-card .badge-icon i {
  font-size: 28px;
  color: var(--contrast-color);
}

.about-2 .image-column .badge-card .badge-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.about-2 .image-column .badge-card .badge-text .badge-number {
  font-size: 24px;
  font-weight: 500;
  color: var(--contrast-color);
  line-height: 1;
}

.about-2 .image-column .badge-card .badge-text .badge-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--contrast-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

.about-2 .content-column {
  padding: 60px 60px 60px 80px;
}

@media (max-width: 992px) {
  .about-2 .content-column {
    padding: 0 15px;
  }
}

.about-2 .content-column .section-badge {
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));
  color: var(--contrast-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.about-2 .content-column h2 {
  font-size: 37px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .about-2 .content-column h2 {
    font-size: 36px;
  }
}

.about-2 .content-column h2 .gradient-text {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 20%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-2 .content-column .intro-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 50px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about-2 .feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .about-2 .feature-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.about-2 .feature-grid .feature-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  background-color: var(--surface-color);
  border-radius: 16px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.about-2 .feature-grid .feature-item:hover {
  transform: translateY(-5px);
  border-color: var(--accent-color);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.about-2 .feature-grid .feature-item:hover .feature-icon {
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));
}

.about-2 .feature-grid .feature-item:hover .feature-icon i {
  color: var(--contrast-color);
}

.about-2 .feature-grid .feature-item .feature-icon {
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.about-2 .feature-grid .feature-item .feature-icon i {
  font-size: 24px;
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.about-2 .feature-grid .feature-item .feature-content h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px 0;
  color: var(--heading-color);
}

.about-2 .feature-grid .feature-item .feature-content p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 35%);
}

.about-2 .stats-wrapper {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

@media (max-width: 576px) {
  .about-2 .stats-wrapper {
    flex-direction: column;
  }
  .about-2 .image-column .badge-card .badge-text .badge-label {
    font-size: 14px; /* Уменьшить шрифт */
    word-wrap: break-word; /* Перенос длинных слов */
    overflow-wrap: break-word;
  }
}

.about-2 .stats-wrapper .stat-box {
  flex: 1;
  padding: 30px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 92%), color-mix(in srgb, var(--accent-color), transparent 96%));
  border-radius: 16px;
  border-left: 4px solid var(--accent-color);
  transition: all 0.3s ease;
}

.about-2 .stats-wrapper .stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.about-2 .stats-wrapper .stat-box .stat-value {
  font-size: 42px;
  font-weight: 800;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 10px;
}

.about-2 .stats-wrapper .stat-box .stat-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.about-2 .action-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media (max-width: 576px) {
  .about-2 .action-buttons {
    flex-direction: column;
  }
}

.about-2 .action-buttons .btn-gradient {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--accent-color2), color-mix(in srgb, var(--accent-color2), rgb(233, 233, 233) 15%));
  color: var(--contrast-color);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--accent-color2), transparent 60%);
  transition: all 0.3s ease;
}

.about-2 .action-buttons .btn-gradient i {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.about-2 .action-buttons .btn-gradient:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px color-mix(in srgb, var(--accent-color2), transparent 50%);
  color: var(--contrast-color);
}

.about-2 .action-buttons .btn-gradient:hover i {
  transform: translateX(5px);
}

.about-2 .action-buttons .btn-video {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 12px 30px;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.about-2 .action-buttons .btn-video .play-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), black 15%));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
  transition: all 0.3s ease;
}

.about-2 .action-buttons .btn-video .play-icon i {
  font-size: 20px;
  color: var(--contrast-color);
  margin-left: 3px;
}

.about-2 .action-buttons .btn-video:hover {
  color: var(--accent-color);
}

.about-2 .action-buttons .btn-video:hover .play-icon {
  transform: scale(1.1);
}

.about-2 .shape-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.about-2 .shape-divider svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
  fill: var(--background-color);
}

* --------------------------------------------------------------
# 6. Team Section
-------------------------------------------------------------- */
.team {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
}

.team .team-highlight {
    background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 92%) 0%, color-mix(in srgb, var(--accent-color), transparent 96%) 100%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    border-radius: 14px;
    padding: 22px 22px;
}

.team .team-highlight .icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-right: 14px;
    color: var(--accent-color);
    background: color-mix(in srgb, var(--accent-color), transparent 90%);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    flex-shrink: 0;
}

.team .team-highlight .icon-wrap i {
    font-size: 1.25rem;
}

.team .team-highlight .title {
    margin: 0 0 6px 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--heading-color);
}

.team .team-highlight .desc {
    color: color-mix(in srgb, var(--default-color), transparent 18%);
    font-size: 0.95rem;
}

.team .join-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: radial-gradient(1200px 300px at 20% -10%, color-mix(in srgb, var(--accent-color), transparent 82%), transparent 60%), radial-gradient(900px 300px at 120% 110%, color-mix(in srgb, var(--accent-color), transparent 86%), transparent 60%), var(--surface-color);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    display: flex;
}

.team .join-card .join-content {
    padding: 24px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.team .join-card .join-content h5 {
    font-weight: 700;
    color: var(--heading-color);
}

.team .join-card .join-content p {
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    font-size: 0.95rem;
}

.team .join-card .join-content .btn-join {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--accent-color);
    color: var(--contrast-color);
    border: 1px solid color-mix(in srgb, var(--accent-color), transparent 25%);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

.team .join-card .join-content .btn-join:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px color-mix(in srgb, var(--accent-color), transparent 70%);
    background: color-mix(in srgb, var(--accent-color), white 10%);
    color: var(--contrast-color);
}

.team .swiper-wrapper {
    height: auto !important;
}

@media (max-width: 992px) {
    .team .team-highlight .icon-wrap {
        margin-right: 12px;
    }
}

@media (max-width: 768px) {
    .team .join-card .join-content {
        padding: 20px;
    }

    .team .team-highlight {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .team .team-highlight .icon-wrap {
        margin-bottom: 15px;
    }
}

/* --- Стили для слайдера testimonials-5 внутри Team --- */
.testimonials-5 .testimonials-carousel,
.testimonials-5 .testimonials-slider {
    overflow: hidden;
}

.testimonials-5 .testimonial-item {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.testimonials-5 .testimonial-item .testimonial-img {
    border-radius: 50%;
    border: 4px solid var(--background-color);
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.testimonials-5 .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: var(--heading-color);
}

.testimonials-5 .testimonial-item h4 {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    margin: 0 0 10px 0;
}

.testimonials-5 .testimonial-item .stars {
    margin-bottom: 10px;
}

.testimonials-5 .testimonial-item .stars i {
    color: #ffc107;
    margin: 0 1px;
}

.testimonials-5 .testimonial-item p {
    font-style: italic;
    color: #000000 !important;
}

.testimonials-5 .testimonial-item .member-bio {
    color: #000000 !important;
}

.testimonials-5 .swiper-wrapper {
    height: auto;
}

.testimonials-5 .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.testimonials-5 .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
}

.testimonials-5 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--accent-color);
}


/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  --background-color: rgba(252, 229, 205, 0.345);
}

.pricing .pricing-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  border-top: 4px solid var(--background-color);
  padding: 60px 40px;
  height: 100%;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.pricing h4 {
  color: var(--accent-color);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--heading-font);
  margin-bottom: 0;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na i {
  color: color-mix(in srgb, var(--default-color), transparent 60%);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  color: var(--accent-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--heading-font);
  transition: 0.3s;
  border: 1px solid var(--accent-color);
}

.pricing .buy-btn:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.pricing .featured {
  border-top-color: var(--accent-color);
}

.pricing .featured .buy-btn {
  background: var(--accent-color);
  color: var(--contrast-color);
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.faq .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.faq .section-header .lead {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
}

.faq .faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq .faq-item {
  border-left: 4px solid transparent;
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-left-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.faq .faq-item.faq-active {
  border-left-color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-plus {
  display: none;
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-dash {
  display: block;
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-plus {
  display: block;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-dash {
  display: none;
}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  gap: 20px;
}

.faq .faq-item .faq-header .faq-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: 20px;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header h4 {
  flex: 1;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  transition: color 0.3s ease;
  line-height: 1.4;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header .faq-toggle:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 0 25px 25px 25px;
  overflow: hidden;
}

.faq .faq-item .faq-content .content-inner p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
  font-size: 0.95rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .faq .faq-item .faq-header {
    padding: 20px;
    gap: 15px;
  }

  .faq .faq-item .faq-header .faq-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1rem;
  }

  .faq .faq-item .faq-header .faq-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 20px;
  }

  .faq .faq-item.faq-active .faq-content .content-inner {
    padding-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Author Section
--------------------------------------------------------------*/
.author {
  --background-color: rgba(252, 229, 205, 0.345);
}

.author .author-card {
  background-color: var(--surface-color);
  backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.author .author-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.author .author-card::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, color-mix(in srgb, var(--accent-color), transparent 90%) 0%, transparent 70%);
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.author .author-header {
  display: flex;
  gap: 3rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

@media (max-width: 992px) {
  .author .author-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
  }
}

.author .author-image-container {
  position: relative;
  flex-shrink: 0;
}

.author .author-image-container .author-image {
  width: 250px;
  height: 330px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 4px solid rgba(255, 255, 255, 0.8);
}

.author .author-image-container .expertise-tags {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  width: max-content;
}

.author .author-image-container .expertise-tags span {
  background: var(--surface-color);
  color: var(--accent-color);
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid color-mix(in srgb, var(--accent-color), transparent 85%);
}

.author .author-intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.author .author-intro .name-block {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .author .author-intro .name-block {
    justify-content: center;
  }
}

.author .author-intro .name-block .author-name {
  font-size: 2rem;
  margin: 0;
  color: var(--heading-color);
  font-weight: 700;
}

.author .author-intro .name-block .verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(135deg, color-mix(in srgb, var(--accent-color), transparent 90%), color-mix(in srgb, var(--accent-color), transparent 70%));
  color: var(--accent-color);
  padding: 0.35rem 0.75rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.author .author-intro .name-block .verified-badge i {
  font-size: 1rem;
}

.author .author-intro .author-tagline {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
}

.author .author-content {
  position: relative;
  z-index: 1;
  margin-top: 2rem;
}

.author .author-content .content-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .author .author-content .content-row {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.author .author-content .bio-section .bio-text {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--default-color);
  margin-bottom: 2rem;
}

.author .author-content .bio-section .author-metrics {
  display: flex;
  gap: 2rem;
}

@media (max-width: 767.98px) {
  .author .author-content .bio-section .author-metrics {
    justify-content: center;
  }
}

.author .author-content .bio-section .author-metrics .metric {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 0.95rem;
}

.author .author-content .bio-section .author-metrics .metric i {
  color: var(--accent-color);
  font-size: 1.1rem;
}

.author .author-content .featured-posts h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.author .author-content .featured-posts .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.author .author-content .featured-posts .post-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.author .author-content .featured-posts .post-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}

.author .author-content .featured-posts .post-list li span {
  color: var(--default-color);
  font-size: 0.95rem;
  line-height: 1.4;
}

.author .author-content .featured-posts .post-list li:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.author .author-content .featured-posts .post-list li:hover i {
  transform: translateX(3px);
}

.author .author-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

@media (max-width: 767.98px) {
  .author .author-footer {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.author .author-footer .connect-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .author .author-footer .connect-links {
    justify-content: center;
  }
}

.author .author-footer .connect-links .social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  color: var(--default-color);
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.author .author-footer .connect-links .social-link i {
  font-size: 1rem;
}

.author .author-footer .connect-links .social-link:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
}

.author .author-footer .subscribe-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 25px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.author .author-footer .subscribe-button i {
  transition: transform 0.3s ease;
}

.author .author-footer .subscribe-button:hover {
    background-color: color-mix(in srgb, var(--accent-color), black 10%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 87, 22, 0.3);
}

.author .author-footer .subscribe-button:hover i {
  transform: rotate(15deg);
}

/* --------------------------------------------------------------
# 10. Author 2 Section
-------------------------------------------------------------- */
.author-2 {
    background: transparent;
    padding: 60px 0;
}

.author-2 .author-card {
    background-color: #ffffff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

/* --- ШАПКА --- */
.author-2 .author-image-wrapper {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
}

.author-2 .author-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Теги внутри картинки (Канал, Сообщество) */
.author-2 .image-tags {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.author-2 .tag {
    background: #ffffff;
    color: #c85716;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Заголовок и Бейдж */
.author-2 .author-name {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000000;
    line-height: 1;
}

.author-2 .verified-badge {
    background-color: #e8dcd5;
    /* Светло-бежевый фон */
    color: #c85716;
    /* Оранжевый текст */
    font-size: 0.95rem;
    font-weight: 600;
    font-style: italic;
    padding: 6px 16px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.author-2 .author-desc {
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 850px;
    margin: 0;
}

/* Разделительная линия */
.author-2 .divider {
    border: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}

/* --- КОНТЕНТ --- */
.author-2 .cta-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #000000;
}

.author-2 .metric-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 500;
    font-size: 0.95rem;
}

.author-2 .metric-item i {
    color: #c85716;
    /* Оранжевые иконки */
    font-size: 1.2rem;
}

.author-2 .faq-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
}

.author-2 .contacts-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
    color: #000000;
}

.author-2 .contacts-list li i {
    color: #c85716;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 3px;
}

/* --- ФУТЕР (Кнопки) --- */
.author-2 .social-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #f5f5f5;
    /* Светло-серый фон */
    color: #000000;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}

.author-2 .social-btn i {
    font-size: 1.1rem;
}

.author-2 .social-btn:hover {
    background-color: #e0e0e0;
}

.author-2 .subscribe-btn {
    /* Используем глобальный акцентный цвет (янтарно-коричневый) */
    background-color: var(--accent-color);
    color: var(--contrast-color);
    /* Белый текст */

    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(200, 87, 22, 0.3);
}

.author-2 .subscribe-btn:hover {
    background-color: #a0420b;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Адаптив для мобильных */
@media (max-width: 991px) {
    .author-2 .author-header {
        text-align: left;
    }

    .author-2 .author-image-wrapper {
        margin-bottom: 15px;
    }
}


/*--------------------------------------------------------------
# Starter Section Section
--------------------------------------------------------------*/
.starter-section {
  /* Add your styles here */
}

/*--------------------------------------------------------------
# Portfolio Details Section
--------------------------------------------------------------*/
.portfolio-details {
  --section-spacing: 5rem;
  --content-spacing: 4rem;
  --subtle-border: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
}

.portfolio-details .project-hero {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .project-hero .hero-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.portfolio-details .project-hero .hero-content .project-category {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 1rem;
  font-weight: 500;
}

.portfolio-details .project-hero .hero-content .project-title {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.portfolio-details .project-hero .hero-content .project-subtitle {
  font-size: 1.125rem;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-weight: 400;
  margin-bottom: 0;
}

.portfolio-details .project-hero .project-meta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .project-hero .project-meta-grid .meta-column {
  text-align: center;
}

.portfolio-details .project-hero .project-meta-grid .meta-column .meta-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0.5rem;
}

.portfolio-details .project-hero .project-meta-grid .meta-column .meta-value {
  font-size: 1rem;
  font-weight: 500;
  color: var(--heading-color);
}

.portfolio-details .visual-showcase {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .visual-showcase .main-visual {
  border-radius: 8px;
  overflow: hidden;
}

.portfolio-details .visual-showcase .main-visual .swiper-wrapper {
  height: auto !important;
}

.portfolio-details .visual-showcase .main-visual .swiper-slide img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: color-mix(in srgb, var(--contrast-color), transparent 10%);
  border-radius: 50%;
  color: var(--heading-color);
  font-size: 1.2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next::after,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: 600;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next:hover,
.portfolio-details .visual-showcase .main-visual .swiper-button-prev:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: scale(1.1);
}

.portfolio-details .visual-showcase .main-visual .swiper-button-prev {
  left: 30px;
}

.portfolio-details .visual-showcase .main-visual .swiper-button-next {
  right: 30px;
}

.portfolio-details .content-section {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .content-section .project-overview {
  text-align: center;
}

.portfolio-details .content-section .project-overview h2 {
  font-size: 2.75rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: var(--heading-color);
  letter-spacing: -0.02em;
}

.portfolio-details .content-section .project-overview .overview-text {
  font-size: 1.125rem;
  line-height: 1.8;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
  margin-bottom: 4rem;
}

.portfolio-details .content-section .project-overview .challenge-solution {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  text-align: left;
}

.portfolio-details .content-section .project-overview .challenge-solution .challenge-block h3,
.portfolio-details .content-section .project-overview .challenge-solution .solution-block h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .content-section .project-overview .challenge-solution .challenge-block p,
.portfolio-details .content-section .project-overview .challenge-solution .solution-block p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .metrics-showcase {
  padding: 4rem 0;
  background-color: color-mix(in srgb, var(--surface-color), transparent 50%);
  margin: var(--section-spacing) -15px;
  border-radius: 8px;
}

.portfolio-details .metrics-showcase .metrics-content h3 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .metrics-showcase .metrics-content p {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .metrics-showcase .metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item {
  text-align: center;
  padding: 1.5rem;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item .metric-number {
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--accent-color);
  margin-bottom: 0.5rem;
  line-height: 1;
}

.portfolio-details .metrics-showcase .metrics-grid .metric-item .metric-label {
  font-size: 0.9rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  line-height: 1.4;
}

.portfolio-details .technology-stack {
  margin-bottom: var(--section-spacing);
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .technology-stack h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--heading-color);
  margin-bottom: 0;
}

.portfolio-details .technology-stack .tech-categories {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .category-title {
  font-size: 1rem;
  font-weight: 500;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item {
  padding: 0.5rem 1rem;
  background-color: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  transform: translateY(-2px);
}

.portfolio-details .process-gallery {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .process-gallery h3 {
  font-size: 2.25rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--heading-color);
}

.portfolio-details .process-gallery .gallery-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item.large {
  grid-row: span 2;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 2rem 1.5rem 1.5rem;
  font-weight: 500;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover {
  transform: translateY(-5px);
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover img {
  transform: scale(1.05);
}

.portfolio-details .process-gallery .gallery-masonry .gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

.portfolio-details .key-features-section {
  margin-bottom: var(--section-spacing);
}

.portfolio-details .key-features-section .features-intro {
  padding-right: 2rem;
}

.portfolio-details .key-features-section .features-intro h3 {
  font-size: 2.25rem;
  font-weight: 300;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.portfolio-details .key-features-section .features-intro p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
}

.portfolio-details .key-features-section .features-list .feature-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}

.portfolio-details .key-features-section .features-list .feature-row:last-child {
  margin-bottom: 0;
}

.portfolio-details .key-features-section .features-list .feature-row .feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.portfolio-details .key-features-section .features-list .feature-row .feature-icon i {
  font-size: 1.2rem;
  color: var(--accent-color);
}

.portfolio-details .key-features-section .features-list .feature-row .feature-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--heading-color);
}

.portfolio-details .key-features-section .features-list .feature-row .feature-content p {
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.7;
  margin-bottom: 0;
}

.portfolio-details .project-footer {
  padding-top: 3rem;
  border-top: var(--subtle-border);
}

.portfolio-details .project-footer .footer-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.portfolio-details .project-footer .footer-navigation .nav-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s ease;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project {
  color: var(--heading-color);
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project .nav-direction,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project .nav-direction {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0.25rem;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project .nav-title,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project .nav-title {
  font-size: 1.1rem;
  font-weight: 500;
}

.portfolio-details .project-footer .footer-navigation .nav-link.prev-project:hover,
.portfolio-details .project-footer .footer-navigation .nav-link.next-project:hover {
  color: var(--accent-color);
  transform: translateY(-3px);
}

.portfolio-details .project-footer .footer-navigation .nav-link.next-project {
  text-align: right;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 2px solid color-mix(in srgb, var(--default-color), transparent 85%);
  border-radius: 25px;
  color: var(--heading-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects i {
  font-size: 1rem;
}

.portfolio-details .project-footer .footer-navigation .nav-link.all-projects:hover {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .portfolio-details .project-hero .hero-content .project-title {
    font-size: 3rem;
  }

  .portfolio-details .project-hero .project-meta-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .portfolio-details .content-section .project-overview .challenge-solution {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .portfolio-details .content-section .project-overview h2 {
    font-size: 2.25rem;
  }

  .portfolio-details .metrics-showcase .metrics-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .portfolio-details .key-features-section .features-intro {
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .portfolio-details {
    --section-spacing: 3rem;
  }

  .portfolio-details .project-hero .hero-content .project-title {
    font-size: 2.5rem;
  }

  .portfolio-details .project-hero .project-meta-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-slide img {
    height: 400px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next,
  .portfolio-details .visual-showcase .main-visual .swiper-button-prev {
    width: 40px;
    height: 40px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next::after,
  .portfolio-details .visual-showcase .main-visual .swiper-button-prev::after {
    font-size: 0.9rem;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-prev {
    left: 15px;
  }

  .portfolio-details .visual-showcase .main-visual .swiper-button-next {
    right: 15px;
  }

  .portfolio-details .content-section .project-overview h2 {
    font-size: 2rem;
  }

  .portfolio-details .project-footer .footer-navigation {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .portfolio-details .project-footer .footer-navigation .nav-link.prev-project,
  .portfolio-details .project-footer .footer-navigation .nav-link.next-project {
    text-align: center;
  }

  .portfolio-details .project-footer .footer-navigation .nav-link.all-projects {
    order: -1;
  }

  .portfolio-details .technology-stack .tech-categories .tech-category .tech-list .tech-item {
    font-size: 0.8rem;
    padding: 0.4rem 0.8rem;
  }
}

@media (max-width: 576px) {
  .portfolio-details .gallery-masonry {
    grid-template-columns: 1fr !important;
  }

  .portfolio-details .gallery-masonry .gallery-item.large {
    grid-row: span 1;
  }

  .portfolio-details .metrics-showcase {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
}

/* --- Стили для левой колонки с картинкой в Программе курса --- */

/* Блок с фоном */
.testimonials-2 .info-card-bg {
  /* Укажите здесь путь к вашей картинке. Если имя другое, поменяйте. */
  background-image: url('../img/illustration/modul.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  /* Чтобы блок был одной высоты со слайдером или минимум 400px */
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Затемняющий слой (чтобы белый текст был виден на любой картинке) */
.testimonials-2 .info-card-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
  /* Прозрачный черный градиент */
  z-index: 1;
}

/* Контент поверх затемнения */
.testimonials-2 .info-card-bg .content-wrapper {
  position: relative;
  z-index: 2;
}

/* Белый текст заголовка */
.testimonials-2 .info-card-bg h2 {
  color: #ffffff !important;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
}

/* Белый текст описания */
.testimonials-2 .info-card-bg p {
  color: #ffffff !important;
  opacity: 0.9;
  font-size: 18px;
  line-height: 1.6;
}


/* Новый стиль для уменьшенной картинки в отзывах */

/* Стили для блока с именем под картинкой */
.testimonials .profile-under-image {
    text-align: center;
}

.testimonials .profile-under-image h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 5px;
}

.testimonials .profile-under-image span {
    font-size: 14px;
    color: color-mix(in srgb, var(--default-color), transparent 40%);
    display: block;
}

/* На мобильных устройствах меняем порядок: сначала фото, потом текст */
@media (max-width: 991px) {
    .testimonials .row.mobile-reverse {
        flex-direction: column-reverse;
    }

    .testimonials .col-lg-4 {
        margin-bottom: 20px;
    }
}

/* --- Стили для левой колонки с картинкой в Программе курса --- */

/* Блок с фоном */
.testimonials-2 .info-card-bg {
    /* Укажите здесь путь к вашей картинке. Если имя другое, поменяйте. */
    background-image: url('../img/illustration/modul.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    /* Чтобы блок был одной высоты со слайдером или минимум 400px */
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Затемняющий слой (чтобы белый текст был виден на любой картинке) */
.testimonials-2 .info-card-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    /* Прозрачный черный градиент */
    z-index: 1;
}

/* Контент поверх затемнения */
.testimonials-2 .info-card-bg .content-wrapper {
    position: relative;
    z-index: 2;
}

/* Белый текст заголовка */
.testimonials-2 .info-card-bg h2 {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

/* Белый текст описания */
.testimonials-2 .info-card-bg p {
    color: #ffffff !important;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.6;
}


