/* Colors */
/* Functions */
:root{
  --bg-1:linear-gradient(210deg, #2C2C2C 0%, #2C2C2C 2%, #515151 100%) 0% 0% no-repeat padding-box;
  --title-color:linear-gradient(90deg, #0D243D 0%, #0F2740 16%, #18304A 28%, #27415B 40%, #3B5872 51%, #415E79 53%, #3B5772 55%, #27415B 65%, #18304A 75%, #0F2740 86%, #0D243D 100%);
  --text-dark: #050403;
  --text-light: #ffffff;
  --bg-light: #f8f9fa;
  --success-color: #e0c68f;
  --dark-blue: #050403;
  --light-gold: #e0c68f;
  --background-color: linear-gradient(90deg, #0D243D 0%, #0F2740 16%, #18304A 28%, #27415B 40%, #3B5872 51%, #415E79 53%, #3B5772 55%, #27415B 65%, #18304A 75%, #0F2740 86%, #0D243D 100%);
}
html {
  scroll-behavior:  smooth;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: var(--text-light);
  text-decoration: none;
  cursor: pointer;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  outline: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.unsuccessful, .success{
  display: none;
}
body {
    line-height: 1.3;
    --gutter-x: 18px;
    --gutter-x2: -18px;
    overflow-x: clip;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 20px;
  }
  
  h5 {
    font-size: 18px;
  }
  
  h6 {
    font-size: 16px;
  }
  
  p {
    font-size: 16px;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}
/* lp site */
section {
    overflow-x: clip;
}

#svg-sprite-container {
  display: none;
}
#success {
  display: none;
}

.section-subtitle {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.section-title {
  text-align: center;
  font-size: 34px;
  font-weight: 700;
}

/* Whatsapp Popup */

.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 15px;
  max-width: 375px;
  width: 375px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  animation: fadeIn 0.5s;
  z-index: 1000;
}

.whatsapp-popup .popup-header {
  display: flex;
  align-items: center;
  background-color: rgb(0, 128, 105);
  padding: 10px;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.whatsapp-popup .profile-pic {
  width: 50px;
  height: 50px;
  padding:10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.whatsapp-popup .profile-pic img{
  width: 100%;
  height: 100%;
}

.whatsapp-popup .profile-info h3 {
  margin: 0;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.whatsapp-popup .profile-info p {
  margin: 0;
  font-size: 12px;
  opacity: 0.9;
}

.whatsapp-popup .close-btn {
  margin-left: auto;
  font-size: 20px;
  cursor: pointer;
}

.whatsapp-popup .chat-area {
  background: url('../images/whatsapp-bg.jpg') center/cover;
  padding: 15px;
}

.whatsapp-popup .popup-body {
  margin-bottom: 60px;
}

.whatsapp-popup .popup-body .body-chat-box {
  padding: 6px 14px;
  position: relative;
  transform-origin: center top;
  z-index: 2;
  font-size: 15px;
  line-height: 1.39;
  max-width: calc(100% - 20px);
  border-radius: 0px 16px 16px 16px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  hyphens: auto;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 0px 0px;
}

.whatsapp-popup .popup-body .body-chat-box p {
  font-size: 14px;
  color: #333;
}

.whatsapp-popup .popup-footer {
  text-align: center;
  padding: 10px;
}

.whatsapp-popup .popup-footer .chat-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 24px;
  background-color: #25D366;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
  transition: all 0.3s ease;
}

.whatsapp-popup .popup-footer .chat-btn svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.whatsapp-popup .popup-footer .chat-btn:hover {
  background-color: #1DA851;
}

/* WhatsApp Icon */
.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
}

.whatsapp-icon svg {
  width: 35px;
  height: 35px;
  color: #fff;
}

.whatsapp-icon .red-dot {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}

header {
  padding: 8px 0;
  position: fixed;
  top:0;
  left:0;
  right:0;
  z-index: 10;
  transition: 0.3s ease-in-out;
 /*background: var(--background-color);*/
 /*box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.11);*/

}
header.sticky {
  background: var(--background-color);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.11);
 }

header .logo {
  width: 80px;
  height:auto;
  display: block;
}

header .main-menu .main-menu-list{
  gap: 32px;
}

header .main-menu .main-menu-list li a{
  color: #fff;
  font-size: 16px;
}

header .header-wp-btn {
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  padding: 6px 20px;
  border-radius: 9px;
  color: #fff;
  gap: 10px;
  display: flex;
  align-items: center;
  font-size:18px;
}

header .header-wp-btn svg {
  width: 32px;
  height: 32px;
}

#home-banner {
  position: relative;
  margin-bottom: 60px;
}

#home-banner .banner-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 3;
}
#home-banner .banner-content {
  padding: 180px 0 80px;
  position: relative;
  z-index: 4;
}

#home-banner .banner-subtitle{
  display: inline-block;
  background-color: #dbeafe;
  color: #193cb8;
  font-size: 12px;
  padding: 2px 5px;
  border-radius: 6px;
}

#home-banner .banner-content .banner-title{
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 15px;
    font-weight: 600;
    /*background-clip: text;*/
    /*background: var(--background-color);*/
    /*-webkit-background-clip: text;*/
    /*background-clip: text;*/
    color: #fff;
    line-height:1.2;
}

#home-banner .banner-content .banner-desc {
  font-size: 17px;
  margin-bottom: 15px;
}

#home-banner .banner-box-container{
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  max-width: 520px;
  margin-bottom: 25px;
}

#home-banner .banner-box {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.11);
  padding: 8px 16px;
  gap: 7px;
  max-width: 100%;
  font-size: 16px;
}

#home-banner .banner-box svg{
  width: 20px;
  height: 20px;
  color: #00c951;
}

#home-banner .img-media{
  width: 80%;
  display:block;
}

@keyframes pulseSoft{
  0%{
    transform:scale(1);
    box-shadow:0 0 #2563eb66
  }
  70%{
    transform:scale(1.03);
    box-shadow:0 0 0 10px #2563eb00}
    to{transform:scale(1);box-shadow:0 0 #2563eb00}
}

.banner-link-container{
  gap: 15px;
  margin-top: 15px;
}

#banner-link {
  background: var(--background-color);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  /*animation: pulseSoft 6s infinite;*/
}

#banner-link svg {
  width: 30px;
  height: 30px;
}

#banner-link:hover{
  scale:1.05;
}

.custom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.125rem; /* text-lg */
  height: 50px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid var(--title-color); /* border-blue-600 */
  color: var(--title-color); /* text-blue-600 */
  background-color: #ffffff; /* bg-background */
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.custom-btn:hover {
  background-color: #eff6ff; 
  color: #1e3a8a; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.custom-btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.custom-btn:focus-visible {
  outline: 3px solid rgba(59, 130, 246, 0.4); 
  outline-offset: 2px;
}

.custom-btn .icon-arrow {
  width: 20px;
  height: 20px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.custom-btn:hover .icon-arrow {
  transform: translateX(4px);
}

.custom-btn.shine-effect {
  position: relative;
  overflow: hidden;
}

.custom-btn.shine-effect::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  transform: skewX(-25deg);
  transition: left 0.75s;
}

.custom-btn.shine-effect:hover::after {
  left: 125%;
}

#home-banner #consultation-form {
  background: linear-gradient(#ffffffd9, #ffffff05);
  border-radius: 15px;
  padding: 30px 60px;
  backdrop-filter: blur(4px);
}

#home-banner #consultation-form .step-title {
  text-align: center;
  font-size: 36px;
  background: var(--background-color);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
  color: #0000 !important;
  margin-top: 15px;
  line-height: 1.2;
}

#home-banner #consultation-form .step-desc {
  font-size: 16px;
  text-align: center;
  color: #4a5565;
  margin-top: 15px;
}

#home-banner #consultation-form .consultation-input-tags{
  width: 100%;
  margin-top: 5px;
}


#home-banner #consultation-form .consultation-input-tags .consultation-input{
  background-color: #f3f3f3;
  padding: 11px;
  border: none;
  text-align: center;
  font-size: 16px;
  width: 100%;
}

#home-banner #consultation-form .consultation-tel-input{
  padding: 11px 55px!important;
  border: none;
  font-size: 16px;
  width: 100%;
}

#home-banner #consultation-form .consultation-input-tags .input-area{
  margin-bottom: 5px;
}

#home-banner #consultation-form .consultation-input-tags .input-area input{
  width: 100%;
  padding: 11px;
  border: 2px solid var(--title-color);
  border-radius: 10px;
}

#home-banner #consultation-form .consultation-input-tags .consultation-other-input{
  background-color: #f3f3f3;
  padding: 11px;
  border: none;
  font-size: 16px;
}

#home-banner #consultation-form .consultation-input-tags .consultation-input::placeholder{
  font-size: 16px;
}

#home-banner #consultation-form .consultation-input-tags .step-next-button{
  width: 100%;
  padding: 10px 20px;
  border: none;
  background: var(--background-color);
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
}

.animated-step {
  opacity: 0;    
  display: none;

  transform: translateX(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
  position: absolute;
  width: 100%;
  visibility: hidden;
}

.animated-step.active {
  opacity: 1;
  display: flex!important;
  transform: translateX(0%);
  visibility: visible;
  position: relative;
}

/* Önceki adım */
.animated-step.prev {
  display: none;
  opacity: 0;
  transform: translateX(-100%);
  visibility: hidden;
}



#progress-bar-container {
  width: 100%;
  background-color: #e0e0e0;
  border-radius: 25px;
  margin-top: 20px;
}

#progress-bar {
  width: 0%;
  height: 10px;
  background-color: #4caf50;
  border-radius: 25px;
  transition: width 0.4s ease;
}

#home-banner #consultation-form .protected-tick {
  margin-top: 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  width:100%;
}

#home-banner #consultation-form .protected-tick svg{
  width: 25px;
  height: 25px;
  color: #051d33;
}

#home-banner #consultation-form .protected-tick .protected-text{
  font-size: 15px;
  font-weight: 300;
  margin-left: 15px;
  color: #051d33;
}


ul.step-radio-cont {
  background: var(--background-color);
  padding: 15px;
  border-radius: 15px;
}

#home-banner #consultation-form #consultation-step .consultation-input-tags .step-radio-cont .step-radio .step-radio-text{
  color: #fff;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 500;
}

.step-radio{
  color: #fff;
  gap: 10px;
}

#home-banner #consultation-form #consultation-step .back svg {
  width: 30px;
  height: 30px;
  fill: #000;
}
.prev-next-button {
  gap: 15px;
  cursor: pointer;
}

div#consultation-step .title {
  color: #81553d;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.file-upload input[type="file"] {
  display: none;
}

/* Buton stili */
.file-upload button {
  background-color: #1C2159;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 15px 30px;
  font-family: var(--font-family);
  cursor: pointer;
  font-weight: bold;
  font-size: 22px;
  transition: background-color 0.3s;
  width: 100%;
  margin-top: 15px;
}

/* before - after */

#home-before-after {
    padding: 100px 0;
    display: flex;
  justify-content: center;
  align-items: center;
}

#home-before-after .section-title-area {
  text-align: center;
}

#home-before-after .section-title-area .section-title {
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
    background-clip: text;
    background: var(--background-color);
    -webkit-background-clip: text;
    background-clip: text;
    color: #0000 !important
}

#home-before-after .section-title-area .section-desc {
  color: var(--background-color);
  font-size: 16px;
}

#home-before-after .before-after {
    padding: 50px 0;
}
#home-before-after .swiper-slide {
  width: 418px;
  height: auto;
  aspect-ratio:1;
  transition: all 0.35s ease;
}

#home-before-after .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}

#home-before-after .swiper-slide-active a {
  transform: scale(1.15);
  opacity: 1 !important; 
}

#home-before-after .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

#home-before-after .swiper-pagination {
  position: relative;
  top: 44px;
}

#home-before-after .swiper-pagination-bullet {
  background: #d0c4bd;
  opacity: 1;
  width: 10px;
  height: 10px;
}
#home-before-after .swiper-pagination-bullet-active {
  background: var(--background-color);
  transform: scale(1.2);
}

#home-before-after .before-after-btn-container{
  margin-top: 35px;
}

#home-before-after #banner-link {
  background: var(--background-color);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#home-before-after #banner-link svg {
  width: 30px;
  height: 30px;
}

#home-before-after #banner-link:hover{
  background: rgb(32, 131, 21)
}

/* about us */

#home-about{
  padding: 100px 0;
  background:linear-gradient(to top right, #0d243d24, #f9f9f9, #f9f9f9);
  margin-bottom: 80px;
}


#home-about .about-title {
  background: var(--background-color);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
  color: #0000 !important;
  font-size: 36px;
  margin-bottom: 15px;
}

#home-about .about-desc {
  font-size: 18px;
}

#home-about .about-box-container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  margin-top: 35px;
  gap: 20px;
}

#home-about .about-box-container .about-box {
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 13px;
}

#home-about .about-box-container .about-box .about-count {
  background: var(--background-color);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  color:transparent;
  font-size: 42px;
}

#home-about .about-box-container .about-box .about-text{
  font-size: 16px;
  color: #000;
}

#home-about .about-img{
  border-radius: 25px;
}

/* videos */

#home-videos {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-videos .section-title-area {
  text-align: center;
}

#home-videos .section-title-area .section-subtitle {
  background: var(--background-color);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  color: #0000 !important;
  font-size: 48px;
}

#home-videos .section-title-area .section-title {
  margin-bottom: 10px;
  color: var(--background-color);
  font-size: 36px;
}

#home-videos .section-title-area .section-desc {
  color: var(--background-color);
  font-size: 16px;
}

#home-videos .videos {
  padding: 80px 0 10px;
}

#home-videos .swiper-slide {
  width: 330px;
  height: 412px;
  transition: all 0.35s ease;
  position: relative;
}

#home-videos .swiper-slide .icon{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 50px;
}

#home-videos .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease;
}

#home-videos .swiper-slide-active a {
  transform: scale(1.15);
  opacity: 1 !important;
}

#home-videos .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.35s ease;
}

#home-videos .swiper-pagination {
  position: relative;
  top: 44px;
}

#home-videos .swiper-pagination-bullet {
  background: #d0c4bd;
  opacity: 1;
  width: 10px;
  height: 10px;
}

#home-videos .swiper-pagination-bullet-active {
  background: var(--background-color);
  transform: scale(1.2);
}

#home-videos .before-after-btn-container {
  margin-top: 35px;
}

#home-videos #banner-link {
  background: var(--background-color);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
}

#home-videos #banner-link svg {
  width: 30px;
  height: 30px;
}

#home-videos #banner-link:hover {
  background: rgb(32, 131, 21);
}

/* tech */

#home-multi-section{
  background: linear-gradient(to top right, #0d243d29, #f9f9f9, #f9f9f9);
  padding: 100px 0;
}

#home-technologies{
  margin-bottom: 80px;
}
#home-technologies .home-technologies-text {
  margin-bottom: 24px;
}
#home-technologies .home-technologies-text .home-technologies-subtitle {
  color: var(--title-color);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

#home-technologies .home-technologies-text .home-technologies-title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

#home-technologies .technologies-content{
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  box-shadow: 0px 1px 7.4px #00000069;
  height: 100%;
}

#home-technologies .technologies-content .video-thumb {
  position: relative;
  display: block;
}

#home-technologies .technologies-content .video-thumb .video-image{
  border-radius: 20px;
}

#home-technologies .technologies-content .video-icon {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 20px);
  width: 55px;
  height: 40px;
}

#home-technologies .technologies-content .technologies-text{
  margin-top: 25px;
}

#home-technologies .technologies-content .technologies-text .technologies-title {
  color: var(--title-color);
  font-size: 20px;
  font-weight: 500;
}

#home-technologies .technologies-content .technologies-text .technologies-star {
  color: #ffd700;
  margin-top: 5px;
}

#home-technologies .technologies-content .technologies-text .technologies-desc {
  color: #666666;
  margin-top: 10px;
  line-height: 1.2;
  font-size: 17px;
}

#home-technologies .technologies-content .technologies-text .technologies-article-text {
  margin-top: 30px;
}

#home-technologies .technologies-content .technologies-text .technologies-article-text .technologies-article-list {
  line-height: 1.2;
  color: #666666;
  margin-bottom: 12px;
}

#home-technologies #tech-link {
  background: rgb(32, 131, 21);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
  width: 100%;
  cursor: pointer;
  margin-top: 15px;
}

#home-technologies #tech-link svg {
  width: 30px;
  height: 30px;
}

/* contact */
#home-contact{
  margin-bottom: 80px;
}
#home-contact .contact-inner {
  background: var(--background-color);
  padding: 35px;
  border-radius: 40px;
}

#home-contact .contact-inner .contact-section-title{
  margin-bottom: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

#home-contact .contact-inner .contact-section-desc {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#home-contact .contact-inner #contact-link {
  background: linear-gradient(343deg, #14961c, #1eac28, #2fff8d);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
  display: block;
  margin: 0 auto;
  width: 300px;
  gap: 10px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#home-contact .contact-inner #contact-link svg{
  width: 30px;
  height: 30px;
}

/* hair transplant journey */

#home-hair-transplant-journey .section-title-area {
  margin-bottom: 25px;
}

#home-hair-transplant-journey .section-title-area .section-subtitle {
  color: var(--title-color);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
}

#home-hair-transplant-journey .section-title-area .section-title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

#home-hair-transplant-journey .journey-banner{
  border-radius: 25px;
}

#home-hair-transplant-journey .journey-col{
  margin-bottom: 25px;
}

#home-hair-transplant-journey .journey-row{
  margin-top: 25px;
}

#home-hair-transplant-journey .journey-card {
  height: 100%;
  background: white;
  border-radius: 12px;
  padding: 24px; 
  text-align: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}

#home-hair-transplant-journey .journey-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1); 
}

#home-hair-transplant-journey .journey-card__header {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb; 
}

#home-hair-transplant-journey .journey-card__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#home-hair-transplant-journey .journey-card__header-content svg{
  width: 30px;
  height: 30px;
  color: var(--background-color);
}

#home-hair-transplant-journey .journey-card__title {
  font-size: 20px; 
  font-weight: 600;
  color: #1f2937; 
}

#home-hair-transplant-journey .journey-card__icon {
  width: 32px;
  height: 32px;
  color: #94a3b8;
}

#home-hair-transplant-journey .journey-card__body {
  color: #374151;
}

#home-hair-transplant-journey .journey-card__description {
  font-size: 14px; 
  line-height: 1.625; 
}

/* packages */

#home-packages{
  background: linear-gradient(to top right, #b1775154, #f9f9f9, #f9f9f9);
  padding: 80px 0;
}

#home-packages .packages-row{
  margin-top: 60px;
}

#home-packages .packages-col {
  padding-left: 20px;
  padding-right: 20px;
}

#home-packages .packages-col .most-preferred-icon {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translate(-10px, -45px);
  width: 82px;
  height: 82px;
}

#home-packages .packages-content{
  background:#fff;
  padding: 25px;
  border-radius: 25px;
  border: 3px solid #ebe6e7;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#home-packages .packages-content.premium {
  border: 3px solid var(--title-color);
}

#home-packages .packages-content .packages-head {
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#home-packages .packages-content .packages-head::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: linear-gradient(to left, #f9f9f9, #000, #000);
  margin-top: 10px;
}

#home-packages .packages-content .packages-list-area .packages-list{
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
  color: #000;
}

#home-packages .packages-content .packages-list-area .packages-list svg {
  width: 15px;
  position: absolute;
  left: 0;
}

#home-packages .packages-content .packages-list-area .packages-list .packages-list-desc {
  color: #000;
  font-size: 16px;
  padding-left: 20px;
}

#home-packages .packages-btn-group{
  margin-top: 50px;
  gap: 30px;
}

#home-packages .packages-btn-group svg {
  width: 25px;
  height: 25px;
}

#home-packages .packages-btn-group .packages-consultation-btn {
  background: #E62236;
  padding: 10px;
  gap: 10px;
  min-width: 365px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #fff;
}

#home-packages .packages-btn-group .packages-whatsapp-btn {
  background:#29A71A;
  padding: 10px;
  gap: 10px;
  min-width: 365px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  color: #fff;
}

#home-packages #package-link {
  background: rgb(32, 131, 21);
  border-radius: 8px;
  color: #fff;
  padding: 10px 15px;
  gap: 15px;
  transition: 0.3s ease-in-out;
  animation: pulseSoft 6s infinite;
  width: 100%;
}

#home-packages #package-link svg {
  width: 30px;
  height: 30px;
}

/* comments */

#home-comments{
  background: linear-gradient(to top right, #0d243d26, #f9f9f9, #f9f9f9);
  padding: 100px 0;
}

#home-comments .section-title-area{
  text-align: center;
  margin-bottom: 40px;
}

#home-comments .section-title-area .section-title{
  color: var(--title-color);
  font-size: 36px;
}

#home-comments .section-title-area .section-desc{
  color: var(--title-color);
  font-size: 18px;
}


#home-comments .comments-content {
  background: #fff;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.11);
  padding: 24px;
  border-radius: 10px;
}

#home-comments .comments-content .comments-head{
  gap: 15px;
  margin-bottom: 15px;
}

#home-comments .comments-content .comments-head svg{
  width: 30px;
  height: 30px;
}

#home-comments .comments-content .comments-text {
  color: #364153;
  font-style: italic;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.6;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 12px;
}

#home-comments .comments-content .comments-bottom {
  margin-top: 15px;
}

#home-comments .comments-content .comments-name {
  color: #364153;
  font-weight: 600;
  margin-bottom: 5px;
}

#home-comments .comments-content .comments-country {
  font-size: 14px;
  margin-bottom: 5px;
  color: #4e5868;
  font-weight: 500;
}

#home-comments .comments-content .comments-process {
  display: inline-block;
  background: var(--background-color);
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
}

/* faq */

/* faq */

#home-faq{
  margin-bottom: 80px;
}

#home-faq .section-inner-area{
  padding: 80px 24px;
  /* background-color: var(--bg-light); */
  border-radius: 32px;
}

#home-faq .home-faq-title{
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: var(--dark-blue);
  margin-bottom: 12px;
  text-transform: uppercase;
  margin-bottom: 32px;
  text-align: center;
}

#home-faq .faq-list .faq-item {
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  margin-bottom: 24px;
}

#home-faq .faq-list .faq-item .item-top {
    position: relative;
    padding: 12px 56px 12px 0;
    border-bottom: 1px solid var(--title-color);
    background: var(--background-color);
    border-radius: 10px;
    padding-left: 10px;
}

#home-faq .faq-list .faq-item .item-top:before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
  width: 15px;
  background: var(--title-color);
}

#home-faq .faq-list .faq-item .item-top:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  background: var(--title-color);
}

#home-faq .faq-list .faq-item .item-top .item-title {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-light);
  text-align: left;
  padding-right: 12px;
}

#home-faq .faq-list .faq-item .item-bottom {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: min-height 0.6s ease, padding 0.3s ease;
  border-radius: 10px;
  padding-left: 10px;
}

#home-faq .faq-list .faq-item .item-bottom .item-text {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-dark);
}

#home-faq .faq-list .faq-item.active .item-top:before {
  transform: rotate(0deg);
}

#home-faq .faq-list .faq-item.active .item-bottom {
  padding-top: 24px;
  max-height: unset;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.1s;
}




.footer-section {
    background: var(--background-color);
    border-top: 1px solid #475569;
    padding-top: 32px;
}

.footer-heading {
    font-size: 18px;
    color: var(--text-light);
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-logo-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 8px;
}

.footer-logo-box {
  padding: 8px;
  border-radius: 9999px;
}

.footer-description {
    font-size: 14px;
    color: var(--text-light);
    width: 80%;
    max-width: 320px;
}

@media (min-width: 768px) {
    
    .footer-logo-group {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }

    .footer-description {
        font-size: 16px;
        width: auto;
        max-width: none;
    }
}

.footer-social-link {
    background: var(--text-light);
    padding: 8px;
    border-radius: 9999px;
    
    color: #0f263f;
    transition: background-color 150ms ease-in-out;
}

.footer-social-link:hover {
    background-color: #3b82f6;
}

.footer-social-icon {
    width: 20px;
    height: 20px;
    color: #0f263f;
    display:block;
}

.footer-social-desktop {
    display: none;
}

.footer-social-mobile {
    display: flex;
    margin-top: 16px;
    gap: 12px;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer-social-desktop {
        display: flex;
        margin-top: 8px;
        gap: 12px;
    }

    .footer-social-mobile {
        display: none;
    }
}

.footer-link-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link-item {
    color: var(--text-light);
    transition: color 150ms ease-in-out;
    font-size: 16px;
}

.footer-link-item:hover {
    color: #3b82f6;
}

.footer-link-icon {
    display: inline;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    stroke: currentColor;
    vertical-align: sub;
}

.footer-contact-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--text-light);
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-item svg.contact-icon-lg {
    width: 32px;
    height: 32px;
    stroke: currentColor;
}

.footer-contact-item svg.contact-icon-sm {
    width: 20px;
    height: 20px;
    stroke: currentColor;
}

.footer-copyright {
  border-top: 1px solid #fff;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
  color: var(--text-light);
  font-size: 14px;
}


footer .footer-bottom {
  background:var(--background-color);
  padding: 15px 0;
  border-top: 1px solid #fff;
}

footer .footer-bottom .copyright{
  font-size: 18px;
  color: var(--text-light);
}

 #price-tables-area {
        margin-bottom: 40px
    }
    #price-tables-area .price-tables-rows {
        display: flex;
        gap: 20px
    }

    #price-tables-area .price-tables-rows .table-col {
        margin-top: 150px;
        flex: 1
    }

    #price-tables-area .price-tables-rows .table-col .table-header {
        height: 300px;
        padding: 120px 25px 50px;
        position: relative
    }

    #price-tables-area .price-tables-rows .table-col .table-cell {
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        z-index: 2
    }

    #price-tables-area .price-tables-rows .table-col .table-cell:last-child {
        height: 150px
    }

    #price-tables-area .price-tables-rows .table-col svg {
        width: 35px;
        height: 35px;
        color: #041D33
    }

    #price-tables-area .price-tables-rows .table-col span {
        color: #041D33;
        font-weight: 500;
        font-size: 16px
    }

    #price-tables-area .price-tables-rows .table-col .info-title {
        font-weight: 700;
        font-size: 16px;
        color: #000
    }

    #price-tables-area .price-tables-rows .table-col .table-btn {
        font-size: 16px;
        text-align: center;
        padding: 10px 20px;
        min-width: 180px;
        display: block;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        -ms-border-radius: 15px;
        border-radius: 15px;
        color: #fff;
        width: max-content;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s
    }

    #price-tables-area .price-tables-rows .table-col .table-btn:hover {
        transform: scale(1.1)
    }

    #price-tables-area .price-tables-rows .table-col .less-btn {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        cursor: pointer
    }

    #price-tables-area .price-tables-rows .table-col .less-btn svg {
        color: #C1C6CC;
        width: 40px;
        height: 40px;
        transform: rotate(-180deg)
    }

    #price-tables-area .price-tables-rows .table-col .table-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100px;
        position: relative;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px;
        background-color: #f9f9f9;
        cursor: pointer
    }

    #price-tables-area .price-tables-rows .list-col .table-cell {
        padding: 20px;
        border-bottom: 1px solid #f3f3f3
    }

    #price-tables-area .price-tables-rows .list-col .table-cell:last-child {
        border: none
    }

    #price-tables-area .price-tables-rows .package-col {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
        box-shadow: 0 0 25px 5px #00000060
    }

    #price-tables-area .price-tables-rows .package-col .table-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: relative;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0
    }

    #price-tables-area .price-tables-rows .package-col .table-header .package-icon {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%,-50%);
        width: 200px;
        height: 200px;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        object-fit: contain;
        box-shadow: 0 -5px 20px 2px #00000060
    }

    #price-tables-area .price-tables-rows .package-col .table-header .package-icon img {
        width: 100%;
        aspect-ratio: 1;
        object-fit: contain
    }

    #price-tables-area .price-tables-rows .package-col .table-header .package-title {
        font-size: 24px;
        color: #fff;
        font-weight: 600
    }

    #price-tables-area .price-tables-rows .package-col .table-header .package-price {
        font-size: 44px;
        color: #fff;
        font-weight: 600
    }

    #price-tables-area .price-tables-rows .package-col .table-header::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100px;
        -webkit-border-radius: 100% 100% 0 0;
        -moz-border-radius: 100% 100% 0 0;
        -ms-border-radius: 100% 100% 0 0;
        border-radius: 100% 100% 0 0;
        background-color: #f9f9f9;
        transform: translateY(50%)
    }

    #price-tables-area .price-tables-rows .package-col .info-title {
        display: none
    }

    #price-tables-area .price-tables-rows .package-col.platinum-package .table-header {
        background: linear-gradient(90deg,#919091 0%,#babcbe 50%,#919091 100%)
    }

    #price-tables-area .price-tables-rows .package-col.platinum-package .table-btn {
        background-color: #919091
    }

    #price-tables-area .price-tables-rows .package-col.platinum-package .more-btn {
        background-color: #919091
    }

    #price-tables-area .price-tables-rows .package-col.diamond-package .table-header {
        background: linear-gradient(90deg,#0D243D 0%,#3B5872 50%,#0D243D 100%)
    }

    #price-tables-area .price-tables-rows .package-col.diamond-package .table-btn {
        background-color: #0d243d
    }

    #price-tables-area .price-tables-rows .package-col.diamond-package .more-btn {
        background-color: #0d243d
    }

    #price-tables-area .price-tables-rows .package-col.gold-package .table-header {
        background: linear-gradient(90deg,#ddb63b 0%,#f8d573 50%,#ddb63b 100%)
    }
    #price-tables-area .price-tables-rows .package-col.gold-package .table-btn {
        background-color: #ddb63b
    }

    #price-tables-area .price-tables-rows .package-col.gold-package .more-btn {
        background-color: #ddb63b
    }

    #price-tables-area .price-tables-rows .package-col .table-cell {
        background-color: #f9f9f9;
        padding: 15px 30px
    }

    #price-tables-area .price-tables-rows .package-col .table-cell:first-child {
        position: relative;
        overflow-x: clip;
        z-index: 2
    }

    #price-tables-area .price-tables-rows .package-col .table-cell:nth-child(even) {
        background-color: #f3f3f3
    }

    #price-tables-area .price-tables-rows .package-col .table-cell:last-child {
        display: flex;
        align-items: center;
        -webkit-border-radius: 0 0 20px 20px;
        -moz-border-radius: 0 0 20px 20px;
        -ms-border-radius: 0 0 20px 20px;
        border-radius: 0 0 20px 20px
    }

    @media (max-width: 1199.98px) {

        #price-tables-area .price-tables-rows .table-col .table-header {
            height: 280px
        }

        #price-tables-area .price-tables-rows .package-col .table-header .package-title {
            font-size: 20px
        }

        #price-tables-area .price-tables-rows .package-col .table-header .package-price {
            font-size: 40px
        }
    }
    @media (max-width: 991.98px) {
        header .header-wp-btn {
          padding: 6px 16px;
          gap: 8px;
        }
        
        header .header-wp-btn svg {
          width: 24px;
          height: 24px;
        }
        main #home-banner .banner-content .banner-title {
            text-align:center;
        }
        #home-banner .img-media {
            margin:0 auto;
        }
        #price-tables-area .price-tables-rows .table-col .table-header {
            height: 280px;
            padding: 100px 20px 50px
        }

        #price-tables-area .price-tables-rows .table-col .table-header .package-icon {
            width: 175px;
            height: 175px
        }

        #price-tables-area .price-tables-rows .table-col span {
            font-size: 14px
        }

        #price-tables-area .price-tables-rows .package-col .info-title {
            display: block;
            font-size: 14px;
            margin-bottom: 5px
        }
    }
    @media (max-width: 767.98px) {
        #price-tables-area .price-tables-rows .table-col {
            margin-top: 80px;
            margin-bottom: 120px
        }

        #price-tables-area .price-tables-rows .table-col .table-cell {
            min-height: 100px;
            padding: 15px 25px
        }

        #price-tables-area .price-tables-rows .table-col .icon-cell {
            flex-direction: row;
            align-items: center;
            justify-content: space-between
        }

        #price-tables-area .price-tables-rows .table-col .icon-cell svg {
            margin-right: 5px
        }

        #price-tables-area .price-tables-rows .table-col span {
            font-size: 14px
        }

        #price-tables-area .price-tables-rows .package-col .table-cells {
            height: 0;
            overflow: hidden
        }

        #price-tables-area .price-tables-rows .package-col .table-btn {
            font-size: 14px;
            padding: 8px 16px;
            min-width: 160px
        }

        #price-tables-area .price-tables-rows .package-col .table-header {
            height: 200px;
            padding: 80px 20px 50px
        }

        #price-tables-area .price-tables-rows .package-col .table-header::before {
            height: 60px
        }

        #price-tables-area .price-tables-rows .package-col .table-header .package-price {
            font-size: 36px
        }

        #price-tables-area .price-tables-rows .package-col .table-header .package-icon {
            width: 120px;
            height: 120px;
        }

        #price-tables-area .price-tables-rows .package-col .table-footer {
            height: 80px
        }

        #price-tables-area .price-tables-rows .package-col.collapse-table {
            animation-delay: 0.2s
        }

        #price-tables-area .price-tables-rows .package-col.collapse-table .table-cells {
            height: max-content;
            -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation-name: fadeInDown
        }

        #price-tables-area .price-tables-rows .package-col.collapse-table .table-footer {
            height: 0;
            overflow: hidden
        }
    }

    @media (max-width: 575.98px) {
        #price-tables-area .price-tables-rows .table-col {
            margin-bottom: 100px
        }

        #price-tables-area .price-tables-rows .table-col:last-child {
            margin-bottom: 0
        }
    }
    
    @media (max-width:1440px) {
    header .logo {
      width: 72px;
    }
    main #home-banner .banner-content .banner-title{
        font-size: 56px;
    }
}

@media(max-width: 1280px) {
    main #home-banner .banner-content .banner-title {
        font-size: 48px;
    }
    main #home-banner #banner-link {
        border-radius: 8px;
        color: #fff;
        padding: 10px 15px;
        gap: 10px;
        transition: 0.3s 
    ease-in-out;
        animation: pulseSoft 6s infinite;
        font-size: 15px;
    }
}

@media(max-width: 1200px) {
    main #home-technologies .technologies-content{
        padding: 15px 20px;
    }
}


@media(max-width: 991px) {
    header .logo {
      width: 64px;
    }
    main #home-banner #consultation-form {
        background: linear-gradient(#ffffff, #ffffff05);
        padding: 10px 30px;
        border: 3px solid var(--title-color);
    }
    main #home-banner .banner-col{
        margin-bottom: 25px;
    }
   main #home-banner .banner-image{
    min-height: 100%;
    object-position: left;
   }

   main #home-about .about-title{
    font-size: 28px;
   }

   main #home-about .about-col {
        margin-bottom: 25px;
    }

   main #home-about .about-desc{
    font-size: 16px;
   }

   main #home-technologies .technologies-col{
    margin-bottom: 25px;
   }

   main #home-packages .packages-col {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    main #home-comments .comments-col{
         margin-bottom: 25px;
    }
}

@media(max-width: 768px) {
    
    #home-banner .banner-content {
        padding:160px 0 60px;
    }
   main #home-banner #consultation-form .step-title{
    font-size: 28px;
   }
   #home-before-after {
       padding:40px 0;
   }
#home-before-after .before-after {
        overflow:visible;
    }
   main #home-about .about-box-container .about-box .about-count{
    font-size: 28px;
   }

   main #home-videos .section-title-area .section-subtitle{
    font-size: 28px;
   }

   main #home-videos .section-title-area .section-title{
    font-size: 22px;
   }

   main #home-technologies .home-technologies-text .home-technologies-subtitle{
    font-size: 28px;
   }

   main #home-technologies .home-technologies-text .home-technologies-title{
    font-size: 22px;
   }

   main #home-hair-transplant-journey .section-title-area .section-subtitle{
    font-size: 28px;
   }

   main #home-hair-transplant-journey .section-title-area .section-title{
    font-size: 22px;
   }

   main #home-packages .packages-content .packages-head{
    font-size: 28px;
   }

   main #home-comments .section-title-area .section-title{
    font-size: 28px;
   }
   main #home-comments .section-title-area .section-desc{
    font-size: 16px;
   }
#home-faq {
    margin-bottom:0px;
}
   main #home-faq .home-faq-title{
    text-align: center;
    font-size: 28px;
   }

   main #home-faq .faq-list .faq-item .item-top .item-title{
    font-size: 18px;
   }
    main #home-faq .faq-list .faq-item .item-top .item-text{
    font-size: 16px;
   }

   footer .footer-col{
    margin-bottom: 25px;
   }
}

@media(max-width: 575px) {
    #home-banner .banner-content {
        padding: 120px 0 40px;
        /*background: linear-gradient(45deg, #fff, transparent);*/
    }
    
    #home-banner .banner-box {
        padding: 5px 5px;
        gap: 7px;
        font-size: 15px;
    }
    main #home-banner .img-media {
        width: 90%;
    }
 
   main #home-banner .banner-content .banner-title {
        font-size: 36px;
    }

    main #home-banner .banner-link-container{
        flex-direction: column;
    }

    /* before after */
    main #home-before-after .swiper-slide{
        width: 70%;
    }
}
@media(max-width: 400px) {

}