/*
************
*************************

   Template Name: Eula - Creative Personal Portfolio HTML Template
   Description: Philip is a modern unique design layout focused for resume, cv, vCard, startup business, companies, agencies, all types of professions person which need a professional way to showcase their projects and services with 100% super responsive experience.
   Author: _ThemePhi
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
01. common
02. header
03. banner


******************************************************* 
*************************************************************** */
/*
************
*************************
01. common
******************************************************* 
*************************************************************** */
/* ///////////////////////////////////////////////////////////
Responsive Layout Declaration 
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Font Family Declaration 
/////////////////////////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* ///////////////////////////////////////////////////////////
Color Declaration 
/////////////////////////////////////////////////////////// */
:root {
  --clr-common-white: #FFFFFF;
  --clr-common-black: #0F2923;
  --clr-common-primary: #FF5A14;
  --clr-common-gray: #333333;
  --clr-common-border: #525252;
  --clr-body-heading: #0F2923;
  --clr-body-text: rgba(15, 41, 35, 0.8);
  --clr-color-orange: #FF5A14;
  --clr-color-orange-2: #ff9460;
  --clr-color-orange-3: #ffd0b8;
  --clr-theme-primary: #FF5A14;
  --clr-theme-primary-2: #FF5A14;
  --clr-theme-primary-4: #FF5A14;
  --clr-theme-primary-5: #FF5A14;
  --clr-bg-gray: #F5F5F5;
  --clr-bg-gray-2: #FAFAFA;
  --clr-bg-gray-3: #EEEEEE;
}

/* ///////////////////////////////////////////////////////////
Mixin Declaration 
/////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////
Animation Declaration 
/////////////////////////////////////////////////////////// */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcSlideBottom {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes reveal {
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@-webkit-keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wcfadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes wcSpinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr-body-text);
  font-size: 16px;
  line-height: 26px;
  background-color: #FFFFFF;
}

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a,
.button, button {
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
  color: var(--clr-body-heading);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 34px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
  transition: all 0.3s linear 0s;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--clr-body-text);
}

hr {
  border-top: 0 none;
  padding: 0;
  opacity: 1;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

ul {
  padding: 0;
  margin: 0;
}

*::-moz-selection {
  color: var(--clr-theme-primary);
  text-shadow: none;
}

::-moz-selection {
  color: var(--clr-theme-primary);
  text-shadow: none;
}

::selection {
  color: var(--clr-theme-primary);
  text-shadow: none;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

/* <<<<<<<    Common Classes   >>>>>>>>> */
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.w_img img {
  width: 100%;
}

.no_before::before {
  display: none;
}

.inner_bg {
  background-color: #F8FAFF !important;
}

.bg-default {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gap-20 {
  gap: 20px;
}

@media (min-width: 1700px) {
  .container.custom-container-1 {
    max-width: 1630px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .container.custom-container-1 {
    max-width: 1530px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1600px) {
  .container.custom-container-2 {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* <<<<<<<    Overlay   >>>>>>>>> */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/* <<<<<<<    Margin & Padding     >>>>>>>>> */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-80 {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .mb-80 {
    margin-bottom: 35px;
  }
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  --bs-gutter-x: 30px;
}
.row.g-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 1600px) {
  .container.container-full-1 {
    max-width: 1750px;
  }
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  line-height: inherit;
}

/*---------------------------------------------------*/
/*          mouse cursor animation
/*---------------------------------------------------*/
.cursor {
  position: fixed;
  left: 0;
  pointer-events: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--white);
  background-color: var(--clr-common-primary);
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  opacity: 0;
  mix-blend-mode: hard-light;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cursor.large {
  width: 180px;
  height: 180px;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
}

.cursor1 {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 1px solid var(--clr-common-primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.15s;
  transition: 0.15s;
  z-index: 999;
  mix-blend-mode: difference;
}

@media (max-width: 1200px) {
  .cursor1 {
    display: none;
  }
}
.cursor1.hide {
  opacity: 0;
  visibility: hidden;
}

.cursor2 {
  position: fixed;
  width: 8px;
  height: 8px;
  background-color: var(--clr-common-primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 999;
  mix-blend-mode: difference;
}

.h3_header-nav-menu ul li:hover ~ .cursor2 {
  width: 40px;
  height: 40px;
}

.rts-cursor[data-default=no] {
  opacity: 0;
}

.rts-cursor[data-default=no].cursor-inner {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.rts-cursor[data-default=no].cursor-inner.cursor-hover,
.rts-cursor[data-default=no].cursor-inner.cusror-remove {
  opacity: 1;
}

.rts-cursor[data-link=no].cursor-inner.cursor-hover {
  opacity: 0;
}

.rts-cursor[data-slider=no].cursor-inner.cusror-remove {
  opacity: 0;
}

.rts-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.rts-cursor.mouse-down .fn-cursor {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1040px) {
  .rts-cursor {
    display: none;
  }
}
.cursor-link {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  z-index: 10000000;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer {
  z-index: 10000000;
  -webkit-transition: transform 0.08s ease-out, opacity 1s ease;
  -webkit-transition: opacity 1s ease, -webkit-transform 0.08s ease-out;
  transition: opacity 1s ease, -webkit-transform 0.08s ease-out;
  -o-transition: transform 0.08s ease-out, opacity 1s ease;
  transition: transform 0.08s ease-out, opacity 1s ease;
  transition: transform 0.08s ease-out, opacity 1s ease, -webkit-transform 0.08s ease-out;
}

.cursor-outer .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #8f8f8f;
}

.cursor-inner .fn-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #8f8f8f;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
  -webkit-transition: transform 0.08s ease-out, opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.08s ease-out;
  transition: opacity 0.2s ease, -webkit-transform 0.08s ease-out;
  -o-transition: transform 0.08s ease-out, opacity 0.2s ease;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
  transition: transform 0.08s ease-out, opacity 0.2s ease, -webkit-transform 0.08s ease-out;
}

.cursor-inner {
  z-index: 10000001;
}

.cursor-inner.cursor-hover .fn-cursor {
  margin: -30px 0 0 -30px;
  width: 80px;
  height: 80px;
  background-color: rgba(143, 143, 143, 0.3843137255);
}

.cursor-inner.cursor-remove.cursor-hover .fn-cursor {
  display: none;
}

.cursor-outer.cursor-remove {
  display: none;
}

.cursor-inner.cursor-slider:not(.cursor-hover) .fn-cursor {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 5px solid #000;
}

.cursor-inner .fn-left,
.cursor-inner .fn-right {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  left: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-left:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  left: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  right: -20px;
  top: 50%;
  margin-top: -2px;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-inner .fn-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 12px;
  -webkit-transform: rotate(130deg);
  -ms-transform: rotate(130deg);
  transform: rotate(130deg);
  right: -20px;
  top: 50%;
  margin-top: -10px;
  background-color: var(--titleColor);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cursor-outer.cursor-remove {
  opacity: 0;
  -webkit-transition: transform 0.08s ease-out, opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.08s ease-out;
  transition: opacity 0.2s ease, -webkit-transform 0.08s ease-out;
  -o-transition: transform 0.08s ease-out, opacity 0.2s ease;
  transition: transform 0.08s ease-out, opacity 0.2s ease;
  transition: transform 0.08s ease-out, opacity 0.2s ease, -webkit-transform 0.08s ease-out;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
}
.header-area .footer-bottom {
  position: relative;
  bottom: auto;
  width: auto;
  max-width: none;
  min-width: fit-content;
  width: fit-content;
  gap: 12px;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
}
.header-area .footer-menu ul {
  column-gap: 12px;
  padding: 8px 12px;
  flex-wrap: nowrap;
  min-width: 0;
}
.header-area .footer-menu ul li a {
  font-size: 14px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
}
.header-area .footer-menu ul li:first-child a {
  padding: 0 16px;
}
.header-area .footer-menu ul li:last-child a {
  padding: 0 12px;
}
.header-area .footer-menu ul li.cta a {
  padding: 0 14px;
}
.header-area .footer-left {
  font-size: 14px;
}

/* Mobile Menu Styles */
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(15, 41, 35, 0.1);
  padding: 12px 15px;
  height: auto;
  min-height: 58px;
}


.mobile-header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}

.mobile-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-logo span {
  font-size: 14px;
  font-weight: 500;
  color: #0F2923;
  text-align: center;
}
.brand-name {
  font-size: 18px;
  font-weight: 700;
  color: #0F2923;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
}

.mobile-menu-toggle {
  position: absolute;
  right: 15px;
}

.mobile-menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background: #FF5A14;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(15, 41, 35, 0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}

.mobile-menu-nav {
  position: fixed;
  top: 58px;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1000;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  box-shadow: 0 4px 20px rgba(15, 41, 35, 0.15);
}


.mobile-menu-nav.active {
  max-height: 500px;
}

.mobile-menu-nav ul {
  list-style: none;
  padding: 20px 15px;
  margin: 0;
}

.mobile-menu-nav ul li {
  margin-bottom: 12px;
}

.mobile-menu-nav ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu-nav ul li a {
  display: block;
  padding: 12px 16px;
  color: #0F2923;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.mobile-menu-nav ul li a:hover {
  background: rgba(255, 90, 20, 0.1);
  color: #FF5A14;
}

.mobile-menu-nav ul li.cta a {
  background: #FF5A14;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}

.mobile-menu-nav ul li.cta a:hover {
  background: #e04a0e;
  color: #ffffff;
}

@media (max-width: 991px) {
  .mobile-header {
    display: block;
  }
  
  /* Banner padding for mobile menu */
  .banner-area {
    padding-top: 60px;
  }
  
  .single-banner {
    padding: 120px 0 0;
    padding-top: 60px !important;
  }
}

@media (max-width: 767px) {
  .banner-area {
    padding-top: 58px;
  }
  
  .single-banner {
    padding: 100px 0 0;
    padding-top: 58px !important;
  }
}

@media (max-width: 575px) {
  .banner-area {
    padding-top: 58px;
  }
  
  .single-banner {
    padding: 80px 0 0;
    padding-top: 58px !important;
  }
}

@media (max-width: 480px) {
  .banner-area {
    padding-top: 58px;
  }
  
  .single-banner {
    padding: 70px 0 0;
    padding-top: 58px !important;
  }
}

.header-top {
  background: var(--clr-theme-primary);
  text-align: center;
}

.heater-top-text p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.heater-top-text p a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 1;
}

.heater-top-text {
  padding: 10px 0 10px;
}

.heater-top-text p a i {
  margin-left: 5px;
}

.header-bottom {
  background: rgba(255, 255, 255, 0.05);
  height: 70px;
  display: flex;
  align-items: center;
}

.header-menu nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.header-menu ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.header-menu ul li a:hover {
  color: var(--clr-theme-primary);
}

.header-action a {
  padding: 8px 25px;
  border-radius: 3px;
  background: var(--clr-theme-primary);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-action {
  display: flex;
  justify-content: end;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.side-info {
  width: 100%;
  max-width: 400px;
  background-color: #101931;
  box-shadow: 0 13px 29px rgba(4, 0, 23, 0.1);
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -400px;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  padding: 30px 40px 40px 40px;
}
.side-info:is(.info-open) {
  right: 0;
  overflow-y: scroll;
  scrollbar-width: thin;
}
@media (max-width: 480px) {
  .side-info {
    padding: 30px 30px 30px 30px;
  }
}

.offcanvas-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(4, 0, 23, 0.5);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  cursor: url(../../assets/img/close.png), auto;
}
.offcanvas-overlay:is(.overlay-open) {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mean-container .mean-nav {
  background: transparent;
  margin-top: 0;
}

.mean-container .mean-nav ul li a {
  border: none;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}

.mean-container .mean-nav ul li:hover > a {
  background: transparent;
  color: var(--clr-theme-primary);
}

.pl-sidebar-close.side-info-close {
  background: transparent;
  border: none;
  font-size: 25px;
  color: #fff;
}

.mean-container .mean-nav ul li a.mean-expand {
  padding: 8px 0;
  border: none;
  background-color: transparent;
  color: #fff;
  width: auto;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
}

.sidebar-close {
  border: 0;
  background-color: transparent;
  font-size: 25px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.sidebar-close:hover {
  color: #fff;
}

.header-menu-bar-icon {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-size: 18px;
}
.header-menu-bar-icon:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-color: transparent;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.anim-reveal-line {
  overflow: hidden;
}

.banner-area {
  overflow: hidden;
  padding-top: 0;
}

.single-banner {
  min-height: auto;
  padding: 150px 0 0;
  position: relative;
  z-index: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .single-banner {
    padding: 40px 0 0 !important;
  }
}

@media (max-width: 767px) {
  .single-banner {
    padding: 30px 0 0 !important;
  }
}

@media (max-width: 575px) {
  .single-banner {
    padding: 20px 0 0 !important;
  }
}

@media (max-width: 480px) {
  .single-banner {
    padding: 70px 0 0;
    padding-top: 75px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .single-banner {
    padding: 70px 0 30px;
    padding-top: 70px;
  }
}

.banner-content {
  padding: 140px 0 40px;
}

.banner-content h2 {
  font-size: 80px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .banner-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .banner-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .banner-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .banner-content h2 {
    font-size: 30px;
  }
}

.banner-content {
  text-align: center;
}

.banner-content h2 span {
  position: relative;
  z-index: 1;
}
.banner-content h2 span img {
  position: absolute;
  bottom: -11px;
  left: 0;
  z-index: -1;
}

.banner-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .banner-content p {
    font-size: 16px;
  }
}

.banner-video-container {
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .banner-video-container {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .banner-video-container {
    padding: 0 15px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .banner-video-container {
    padding: 0 10px;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .banner-video-container {
    padding: 0 8px;
  }
}

.hero-video-section {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .hero-video-section {
    width: 100%;
    max-width: 100%;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 25px 70px rgba(15, 41, 35, 0.2), 
              0 0 0 1px rgba(0, 245, 255, 0.15),
              0 0 0 10px rgba(255, 255, 255, 0.05);
  background: linear-gradient(135deg, #0F2923 0%, #1a3d35 100%);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1199px) {
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (max-width: 991px) {
  .video-container {
    padding-bottom: 56.25%;
  }
}

@media (max-width: 767px) {
  .video-container {
    padding-bottom: 56.25%;
    border-radius: 16px;
  }
}

@media (max-width: 575px) {
  .video-container {
    padding-bottom: 56.25%;
    border-radius: 14px;
  }
}

@media (max-width: 480px) {
  .video-container {
    padding-bottom: 56.25%;
    border-radius: 12px;
  }
}

.video-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 80px rgba(15, 41, 35, 0.25), 
              0 0 0 1px rgba(0, 245, 255, 0.2),
              0 0 0 12px rgba(255, 255, 255, 0.08);
}

.video-container:hover .video-play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-container:hover .video-play-button svg circle:first-child {
  fill: rgba(0, 245, 255, 1);
}

@media (max-width: 1199px) {
  .video-container {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  .video-container {
    border-radius: 18px;
    box-shadow: 0 20px 55px rgba(15, 41, 35, 0.18), 
                0 0 0 1px rgba(0, 245, 255, 0.15),
                0 0 0 8px rgba(255, 255, 255, 0.05);
  }
  .video-container:hover {
    transform: translateY(-3px);
  }
}

@media (max-width: 767px) {
  .video-container {
    border-radius: 16px;
    box-shadow: 0 15px 45px rgba(15, 41, 35, 0.15), 
                0 0 0 1px rgba(0, 245, 255, 0.15),
                0 0 0 6px rgba(255, 255, 255, 0.05);
  }
  .video-container:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 575px) {
  .video-container {
    border-radius: 14px;
    box-shadow: 0 12px 35px rgba(15, 41, 35, 0.12), 
                0 0 0 1px rgba(0, 245, 255, 0.15);
  }
}

.video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: inherit;
  z-index: 2;
  transition: opacity 0.4s ease;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.7) contrast(1.1);
}

@media (max-width: 767px) {
  .video-preview {
    object-fit: contain;
  }
}

@media (max-width: 575px) {
  .video-preview {
    object-fit: contain;
  }
}

.video-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background: 
      linear-gradient(135deg, rgba(15, 41, 35, 0.4) 0%, rgba(26, 61, 53, 0.3) 100%),
      radial-gradient(circle at 30% 50%, rgba(0, 245, 255, 0.2) 0%, transparent 60%),
      radial-gradient(circle at 70% 50%, rgba(0, 245, 255, 0.15) 0%, transparent 60%);
  border-radius: inherit;
  z-index: 1;
}

.video-thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: 
      repeating-linear-gradient(
        45deg,
        transparent,
        transparent 3px,
        rgba(0, 245, 255, 0.05) 3px,
        rgba(0, 245, 255, 0.05) 6px
      );
  border-radius: inherit;
  opacity: 0.6;
  z-index: 1;
  mix-blend-mode: overlay;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
}

.video-play-button svg {
  filter: drop-shadow(0 10px 25px rgba(0, 245, 255, 0.4));
  transition: filter 0.3s ease;
}
@media (max-width: 991px) {
  .video-play-button svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .video-play-button svg {
    width: 65px;
    height: 65px;
  }
}
@media (max-width: 575px) {
  .video-play-button svg {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .video-play-button svg {
    width: 55px;
    height: 55px;
  }
}

.video-play-button .pulse-ring {
  animation: pulse-ring 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.video-play-button:hover {
  transform: translate(-50%, -50%) scale(1.15);
}

.video-play-button:hover svg {
  filter: drop-shadow(0 15px 35px rgba(0, 245, 255, 0.6));
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.video-info {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 3;
  width: 90%;
  max-width: 600px;
  background: linear-gradient(to top, rgba(15, 41, 35, 0.8) 0%, rgba(15, 41, 35, 0.4) 50%, transparent 100%);
  padding: 30px 20px 20px;
  border-radius: 0 0 20px 20px;
  backdrop-filter: blur(10px);
}

@media (max-width: 991px) {
  .video-info {
    padding: 25px 18px 18px;
    bottom: 35px;
  }
}
@media (max-width: 767px) {
  .video-info {
    bottom: 30px;
    padding: 22px 16px 16px;
  }
}
@media (max-width: 575px) {
  .video-info {
    bottom: 20px;
    width: 95%;
    padding: 20px 15px 15px;
  }
}
@media (max-width: 480px) {
  .video-info {
    bottom: 15px;
    padding: 15px 12px 12px;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 480px) {
  .video-container {
    padding-bottom: 56.25%;
    border-radius: 12px;
  }
  
  .video-play-button {
    transform: translate(-50%, -50%) scale(0.9);
  }
  
  .video-play-button svg {
    width: 55px;
    height: 55px;
  }
  
  .video-info {
    bottom: 15px;
    padding: 15px 12px 12px;
    border-radius: 0 0 12px 12px;
  }
  
  .video-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  
  .video-subtitle {
    font-size: 12px;
  }
}

.video-title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .video-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .video-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .video-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .video-title {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.video-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .video-subtitle {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .video-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .video-subtitle {
    font-size: 13px;
  }
}

.video-container.playing .video-thumbnail {
  opacity: 0;
  pointer-events: none;
}

.video-container.playing .hero-video-player {
  display: block;
}

.hero-video-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  z-index: 1;
  object-fit: cover;
  background: #000;
}

@media (max-width: 767px) {
  .hero-video-player {
    object-fit: contain;
  }
}

@media (max-width: 575px) {
  .hero-video-player {
    object-fit: contain;
  }
}

.theme-btn {
  padding: 14px 40px;
  border-radius: 6px;
  background: var(--clr-theme-primary);
  color: #0F2923;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.6);
}
.theme-btn:hover {
  color: #0F2923;
  box-shadow: 0 0 26px rgba(255, 90, 20, 0.9);
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.choose-area {
  background-image: url(../img/banner/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 991px) {
  .choose-area {
    padding-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .choose-area {
    padding-top: 30px !important;
  }
}

@media (max-width: 575px) {
  .choose-area {
    padding-top: 25px !important;
  }
}

.choose-section {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .choose-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .choose-section {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .choose-section {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .choose-section {
    margin-bottom: 35px;
  }
}
.choose-section-title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  background: var(--clr-theme-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: max-content;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .choose-section-title {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .choose-section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .choose-section-title {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .choose-section-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .choose-section-title {
    font-size: 24px;
  }
}
.choose-section-title::before {
  position: absolute;
  left: -27px;
  top: -11px;
  width: 100%;
  height: 100%;
  content: url(../../assets/img/bg/choose-box.png);
}
@media (max-width: 767px) {
  .choose-section-title::before {
    display: none;
  }
}

.choose-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  .choose-content {
    gap: 25px;
  }
}
@media (max-width: 991px) {
  .choose-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .choose-content {
    gap: 18px;
  }
}
@media (max-width: 575px) {
  .choose-content {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .choose-content {
    gap: 12px;
  }
}

.choose-item {
  border-radius: 18px;
  border: none !important;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px rgba(15, 41, 35, 0.06);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .choose-item {
    padding: 25px 18px;
  }
}
@media (max-width: 767px) {
  .choose-item {
    padding: 22px 16px;
  }
}
@media (max-width: 575px) {
  .choose-item {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .choose-item {
    padding: 18px 12px;
  }
}
@media (max-width: 991px) {
  .choose-item {
    padding: 25px 18px;
  }
}
@media (max-width: 767px) {
  .choose-item {
    padding: 22px 16px;
  }
}
@media (max-width: 575px) {
  .choose-item {
    padding: 20px 15px;
  }
}
@media (max-width: 480px) {
  .choose-item {
    padding: 18px 12px;
  }
}
  height: 100%;
  gap: 0;
}

.choose-item-icon {
  width: 100%;
  max-width: 280px;
  height: 200px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 90, 20, 0.05);
}
@media (max-width: 991px) {
  .choose-item-icon {
    max-width: 240px;
    height: 180px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .choose-item-icon {
    max-width: 220px;
    height: 160px;
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .choose-item-icon {
    max-width: 200px;
    height: 150px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .choose-item-icon {
    max-width: 180px;
    height: 130px;
    margin-bottom: 12px;
  }
}
.choose-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease;
}
.choose-item:hover .choose-item-icon img {
  transform: scale(1.05);
}

.choose-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #FF5A14;
  margin-bottom: 12px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .choose-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .choose-item-title {
    font-size: 17px;
    margin-bottom: 9px;
  }
}
@media (max-width: 575px) {
  .choose-item-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .choose-item-title {
    font-size: 15px;
    margin-bottom: 6px;
  }
}

.choose-item-desc {
  font-size: 14px;
  color: #0F2923;
  line-height: 1.6;
  margin: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  .choose-item-desc {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .choose-item-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .choose-item-desc {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .choose-item-desc {
    font-size: 10px;
  }
}

.choose-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(255, 90, 20, 0.15);
  background: #FFFFFF;
}

.pricing-area {
  background-image: url(../img/banner/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricing-title {
  font-size: 44px;
  font-weight: 700;
  color: #FF5A14;
  margin-bottom: 10px;
}

.pricing-subtitle {
  font-size: 16px;
  color: #0F2923;
  margin-bottom: 0;
}

.pricing-card {
  background: #FFFFFF;
  border-radius: 18px;
  border: 1px solid rgba(255, 90, 20, 0.35);
  padding: 32px 32px 36px;
  box-shadow: 0 18px 45px rgba(15, 41, 35, 0.08);
  margin-top: 40px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

/* pricing-card-featured moved to bottom for unified styling */

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 24px;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(255, 90, 20, 0.1);
  color: #FF5A14;
  font-size: 12px;
  font-weight: 600;
}

.pricing-name {
  font-size: 22px;
  font-weight: 600;
  color: #00F5FF;
  margin-bottom: 8px;
}

.pricing-desc {
  font-size: 14px;
  color: #0F2923;
  margin-bottom: 22px;
}

.pricing-price {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin-bottom: 20px;
}

.pricing-currency {
  font-size: 24px;
  font-weight: 600;
  color: #0F2923;
}

.pricing-amount {
  font-size: 40px;
  font-weight: 700;
  color: #0F2923;
}

.pricing-period {
  font-size: 14px;
  color: #0F2923;
  margin-bottom: 6px;
}

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pricing-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #0F2923;
  margin-bottom: 12px;
}
.pricing-list li i {
  font-size: 16px;
  color: #00F5FF;
  flex-shrink: 0;
  font-weight: 900;
}

.pricing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.3s linear;
}

.pricing-btn.basic {
  background: rgba(255, 90, 20, 0.06);
  color: #FF5A14;
  border-color: rgba(255, 90, 20, 0.4);
}

.pricing-btn.pro {
  background: #FF5A14;
  color: #ffffff;
  border-color: #FF5A14;
}

.pricing-btn.premium {
  background: #FF5A14;
  color: #ffffff;
  border-color: #FF5A14;
}

.pricing-btn:hover {
  box-shadow: 0 0 24px rgba(255, 90, 20, 0.45);
  transform: translateY(-1px);
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.section-item {
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-size: 300px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, rgb(22, 63, 53) 0%, rgb(15, 41, 35) 85.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -125px;
  position: relative;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-item {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .section-item {
    font-size: 150px;
    margin-bottom: 0;
  }
}

.section-title {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.37;
  text-transform: capitalize;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .section-title br {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-title {
    font-size: 32px;
  }
}

.section-title span {
  background: var(--clr-theme-primary);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.section-title span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  content: "";
  background: var(--clr-theme-primary);
}

.section-subtitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid var(--clr-theme-primary);
  gap: 6px;
  height: 31px;
  padding: 0 14px;
  color: var(--clr-theme-primary);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.innerPage-area .section-subtitle {
  border-color: #2A4741;
  color: #fff;
}

.demos-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  column-gap: 100px;
}
@media (max-width: 1199px) {
  .demos-wrap {
    column-gap: 60px;
  }
}
@media (max-width: 991px) {
  .demos-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .demos-wrap {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .demos-wrap {
    grid-template-columns: 1fr;
  }
}

.demos-item {
  border-radius: 18px;
  border: 1px solid rgba(255, 90, 20, 0.15);
  background: #FFFFFF;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(15, 41, 35, 0.06);
}
.demos-item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 18px 45px rgba(255, 90, 20, 0.15);
  border-color: rgba(255, 90, 20, 0.3);
}
.demos-item:hover .demos-item-img img {
  transform: scale(1.03);
}

.demos-item-img {
  transition: all 0.3s ease;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 90, 20, 0.05);
}
.demos-item-img img {
  width: 100%;
  border-radius: 12px;
  transition: transform 0.3s ease;
  display: block;
}

.demos-item-title {
  color: #FF5A14;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0;
}
.demos-item-title:hover {
  color: #FF5A14;
}

.inner_page-wrap {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(42, 71, 65, 0.2);
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
}

.inner_page-slide-1 {
  margin-bottom: 30px;
}

.inner_page_img img {
  width: 100%;
}

/* Modern Image Modal - Viewport Ortasında Sabit */
.modern-image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
  overflow: auto;
}
.modern-image-modal.active {
  display: flex;
}
@media (max-width: 767px) {
  .modern-image-modal {
    padding: 20px;
  }
}
.modern-image-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1;
}
.modern-image-modal .modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  max-height: 85vh;
  background: rgba(15, 41, 35, 1);
  border: 2px solid rgba(0, 245, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 2;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.7);
  margin: 0;
}
@media (max-width: 767px) {
  .modern-image-modal .modal-container {
    width: 95%;
    max-height: 90vh;
    border-radius: 10px;
  }
}
.modern-image-modal .modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 245, 255, 0.2);
  border: 1px solid rgba(0, 245, 255, 0.5);
  color: #00F5FF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.2s ease;
}
.modern-image-modal .modal-close:hover {
  background: rgba(0, 245, 255, 0.3);
  transform: rotate(90deg);
}
.modern-image-modal .modal-close svg {
  width: 18px;
  height: 18px;
}
.modern-image-modal .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
}
.modern-image-modal .modal-content::-webkit-scrollbar {
  width: 6px;
}
.modern-image-modal .modal-content::-webkit-scrollbar-track {
  background: transparent;
}
.modern-image-modal .modal-content::-webkit-scrollbar-thumb {
  background: rgba(0, 245, 255, 0.3);
  border-radius: 3px;
}
.modern-image-modal .modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 245, 255, 0.5);
}
.modern-image-modal .modal-image-wrapper {
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.modern-image-modal .modal-image {
  width: 100%;
  height: auto;
  max-height: 65vh;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .modern-image-modal .modal-image {
    max-height: 50vh;
  }
}
.modern-image-modal .modal-text {
  padding: 30px;
  background: rgba(15, 41, 35, 1);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .modern-image-modal .modal-text {
    padding: 20px;
  }
}
.modern-image-modal .modal-title {
  color: #00F5FF;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .modern-image-modal .modal-title {
    font-size: 22px;
  }
}
.modern-image-modal .modal-description {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .modern-image-modal .modal-description {
    font-size: 14px;
  }
}
.demo-image-modal {
  cursor: pointer;
  display: block;
}
.demo-image-modal:hover {
  opacity: 0.9;
}

/* ///////////////////////////////////////////////////////////
How It Works / Project Steps CSS
/////////////////////////////////////////////////////////// */
.how-it-works-area {
  position: relative;
  z-index: 1;
}

.section-description {
  color: #0F2923;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
}
@media (max-width: 991px) {
  .section-description {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-description {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 575px) {
  .section-description {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .section-description {
    font-size: 13px;
  }
}

.steps-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .steps-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .steps-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .steps-wrapper {
    gap: 35px;
  }
}
@media (max-width: 575px) {
  .steps-wrapper {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .steps-wrapper {
    gap: 25px;
  }
}

.step-item {
  position: relative;
  text-align: center;
  padding: 40px 30px;
  border-radius: 10px;
  border: 1px solid rgba(255, 90, 20, 0.15);
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(15, 41, 35, 0.06);
  transition: all 0.3s ease;
}
.step-item:hover {
  transform: translateY(-10px);
  border-color: var(--clr-theme-primary);
  background: rgba(42, 71, 65, 0.4);
}
@media (max-width: 991px) {
  .step-item {
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .step-item {
    padding: 30px 20px;
  }
  .step-item:hover {
    transform: translateY(-5px);
  }
}
@media (max-width: 575px) {
  .step-item {
    padding: 25px 18px;
  }
}
@media (max-width: 480px) {
  .step-item {
    padding: 20px 15px;
  }
}

.step-number {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--clr-theme-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  font-family: "Outfit", sans-serif;
  box-shadow: 0 4px 20px rgba(255, 90, 20, 0.3);
}
@media (max-width: 767px) {
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
    top: -25px;
  }
}
@media (max-width: 575px) {
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 22px;
    top: -22px;
  }
}
@media (max-width: 480px) {
  .step-number {
    width: 40px;
    height: 40px;
    font-size: 20px;
    top: -20px;
  }
}

.step-content {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .step-content {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .step-content {
    margin-top: 12px;
  }
}
@media (max-width: 480px) {
  .step-content {
    margin-top: 10px;
  }
}

.step-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr-theme-primary);
  background: rgba(255, 90, 20, 0.1);
  border-radius: 50%;
  padding: 15px;
  transition: all 0.3s ease;
}
.step-item:hover .step-icon {
  background: rgba(255, 90, 20, 0.2);
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .step-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .step-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .step-icon {
    width: 65px;
    height: 65px;
    margin-bottom: 18px;
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .step-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    padding: 10px;
  }
}
.step-icon svg {
  width: 100%;
  height: 100%;
}

.step-title {
  color: #FF5A14;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .step-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .step-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .step-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .step-title {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.step-description {
  color: #0F2923;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .step-description {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .step-description {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .step-description {
    font-size: 13px;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .step-description {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.shop-area {
  position: relative;
  z-index: 1;
}

.shop-section-subtitle {
  border-radius: 4px;
  background: linear-gradient(91deg, #7D25EC -1.71%, #AE7EFF 118.34%);
  display: inline-flex;
  height: 30px;
  padding: 0 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.shop-section-subtitle i {
  font-size: 14px;
}
.shop-section-title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.37;
  text-transform: capitalize;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .shop-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .shop-section-title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .shop-section-title {
    font-size: 32px;
  }
}
.shop-section-title span {
  background: linear-gradient(90deg, #9F54FD 22.27%, #FFC69C 105.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.shop-section-title span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  content: "";
  background: linear-gradient(90deg, #9F54FD 22.27%, #FFC69C 105.76%);
}
.shop-section-title span:last-child {
  background: #9F54FD;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.shop-section-title span:last-child::before {
  background: #9F54FD;
}
.shop-section p {
  color: #CDCDCD;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.shop-shape-1 {
  position: absolute;
  left: 7%;
  top: 14%;
}
.shop-shape-2 {
  position: absolute;
  left: 9%;
  bottom: 26%;
}
.shop-shape-3 {
  position: absolute;
  left: 47%;
  transform: translateX(-50%);
  top: 26%;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.item-one {
  border-radius: 10px;
  border: 1px solid #7D25EC;
  background: #101931;
  padding: 55px 85px 55px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1399px) {
  .item-one {
    padding: 55px 60px 55px;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .item-one {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .item-one {
    padding: 55px 40px 55px;
  }
}
@media (max-width: 575px) {
  .item-one {
    padding: 45px 30px 45px;
  }
}

.item-one-left {
  width: 440px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .item-one-left {
    width: 410px;
  }
}
@media (max-width: 991px) {
  .item-one-left {
    width: 100%;
  }
}

.item-one-shape {
  position: absolute;
  left: 28%;
  bottom: 6%;
}
@media (max-width: 1199px) {
  .item-one-shape {
    display: none;
  }
}

.item-one-right {
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .item-one-right {
    width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .item-one-right {
    width: 100%;
  }
}

.mix-section-one {
  margin-bottom: 25px;
}
.mix-section-one .subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}
.mix-section-one .title {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.76px;
  margin-bottom: 17px;
}
@media (max-width: 1199px) {
  .mix-section-one .title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .mix-section-one .title {
    font-size: 30px;
  }
}
.mix-section-one .title span {
  background: linear-gradient(81deg, #365FCB 8.7%, #C7A7F0 106.91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.mix-section-one .title span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: linear-gradient(81deg, #365FCB 8.7%, #C7A7F0 106.91%);
}
.mix-section-one p {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.item-one-list ul {
  list-style: none;
}
.item-one-list ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.item-one-list ul li:last-child {
  margin-bottom: 0;
}
.item-one-list ul li span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.item-two {
  border-radius: 10px;
  border: 1px solid #7D25EC;
  background: #101931;
  padding: 55px 80px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1399px) {
  .item-two {
    gap: 50px;
    padding: 55px 60px 55px;
  }
}
@media (max-width: 1199px) {
  .item-two {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .item-two {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .item-two {
    padding: 55px 40px 55px;
  }
}
@media (max-width: 575px) {
  .item-two {
    padding: 45px 30px 45px;
  }
}
.item-two-left {
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .item-two-left {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .item-two-left {
    width: 100%;
  }
}
.item-two-right {
  display: flex;
  gap: 55px;
}
@media (max-width: 1399px) {
  .item-two-right {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .item-two-right {
    flex-wrap: wrap;
    width: calc(100% - 370px);
  }
}
@media (max-width: 991px) {
  .item-two-right {
    width: 100%;
  }
}
.item-two-form {
  display: none;
}

.item-two-right ul {
  list-style: none;
}
@media (max-width: 1199px) {
  .item-two-right ul {
    order: 1;
    display: flex;
    gap: 20px;
  }
}

.item-two-right ul li {
  width: 54px;
  height: 54px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .item-two-right ul li {
    margin-bottom: 0;
  }
}

.item-two-right ul li:last-child {
  margin-bottom: 0;
}

.mix-section-two .subtitle {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  background: var(--gradient, linear-gradient(81deg, rgba(54, 96, 203, 0.7) 8.7%, rgba(199, 167, 240, 0.7) 106.91%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  display: block;
}

.mix-section-two h2 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: -1.2px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mix-section-two h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .mix-section-two h2 {
    font-size: 30px;
  }
}

.mix-section-two h2 span {
  background: var(--400, linear-gradient(81deg, #33AD81 8.7%, #A7F0C0 106.91%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.mix-section-two p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.item-three {
  border-radius: 10px;
  border: 1px solid #7D25EC;
  background: #101931;
  padding: 55px 80px 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1399px) {
  .item-three {
    padding: 55px 60px 55px;
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .item-three {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .item-three {
    padding: 55px 40px 55px;
  }
}
@media (max-width: 575px) {
  .item-three {
    padding: 45px 30px 45px;
  }
}

.item-three-left {
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .item-three-left {
    width: 460px;
  }
}
@media (max-width: 1199px) {
  .item-three-left {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .item-three-left {
    width: 100%;
  }
}

.item-three-right {
  flex-shrink: 0;
  width: calc(100% - 410px);
}
@media (max-width: 991px) {
  .item-three-right {
    width: 100%;
  }
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.feature-area {
  background: #142F29;
}

.feature-section-subtitle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #FF5A14;
  gap: 6px;
  height: 31px;
  padding: 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #FF5A14;
}
.feature-section-title {
  color: var(--clr-theme-primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
}
@media (max-width: 767px) {
  .feature-section-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .feature-section-title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .feature-section-title {
    font-size: 32px;
  }
}
.feature-section-title span {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.feature-section-title span::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  content: "";
  background: #fff;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.swiper-wrapper.roll-slider {
  transition-timing-function: linear;
}

.other-area {
  background: #0F2923;
}

.other-head-number {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 200px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, rgba(37, 37, 37, 0.1) 85.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .other-head-number {
    font-size: 150px;
    margin-bottom: -50px;
  }
}
@media (max-width: 480px) {
  .other-head-number {
    font-size: 110px;
    margin-bottom: -30px;
  }
}

@media (max-width: 575px) {
  .other-head-content {
    text-align: center;
  }
}
.other-head-content h2 {
  color: #D1D1D1;
  font-size: 60px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1.1;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 575px) {
  .other-head-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .other-head-content h2 {
    font-size: 40px;
  }
}

.other-head-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .other-head-content p br {
    display: none;
  }
}

.other-feature-item {
  display: inline-flex;
  height: 50px;
  padding: 0 25px;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #142F29;
}

.other-feature-item span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}

.other-feature-item span i {
  width: 20px;
  color: #fff;
}

.other-feature-wrap .swiper-slide {
  width: fit-content !important;
}

.other-bottom-text h1 {
  line-height: 1;
  font-size: 200px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 4px;
  text-transform: capitalize;
  -webkit-text-stroke: 1px #939393;
  -webkit-text-fill-color: transparent;
  color: transparent;
  background: none;
  display: inline-block;
}
@media (max-width: 991px) {
  .other-bottom-text h1 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .other-bottom-text h1 {
    font-size: 70px;
  }
}
.other-bottom-text h1 span {
  font-weight: 700;
  text-transform: capitalize;
  background: linear-gradient(180deg, #D1D1D1 -26.69%, #525252 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  display: inline-block;
}

.other-text-active.swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.support-img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.support-item {
  border-radius: 10px;
  background: #F3F8FF;
  padding: 40px 40px 40px;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear 0s;
}
@media (max-width: 575px) {
  .support-item {
    padding: 40px 35px 40px;
  }
}
.support-item:hover {
  transform: translateY(-5px);
}
.support-item:hover .support-item-icon img {
  transform: scale(1.1) translateY(-5px);
}
.support-item-icon {
  width: 60px;
  margin-bottom: 35px;
  height: 60px;
}
.support-item-icon img {
  width: 100%;
}
.support-item-content h4 {
  color: #1E1E1E;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media (max-width: 1399px) {
  .support-item-content h4 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .support-item-content h4 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .support-item-content h4 {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .support-item-content h4 {
    font-size: 24px;
  }
}
.support-item-content p {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.support-item-btn {
  display: inline-flex;
  padding: 0 18px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #BFDAFF;
  color: #6DA7F8;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  height: 40px;
  background-color: transparent;
}
.support-item-btn:hover {
  background-color: #6DA7F8;
  color: #fff;
  border-color: transparent;
}
.support-item-btn.s-btn-2 {
  color: #2DBE8B;
  border-color: #62ecbc;
}
.support-item-btn.s-btn-2:hover {
  background-color: #2DBE8B;
  color: #fff;
  border-color: transparent;
}
.support-item-btn.s-btn-3 {
  color: #BC79B8;
  border-color: #FFC1FB;
}
.support-item-btn.s-btn-3:hover {
  background-color: #BC79B8;
  color: #fff;
  border-color: transparent;
}
.support-item-2 {
  background-color: #D8FDF0;
}
.support-item-3 {
  background-color: #FFF0FE;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.faq-area {
  background-color: #142F29;
}

.faq-content .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.faq-content .accordion .accordion-item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
  color: #222;
}

.faq-content .accordion .accordion-header .accordion-button {
  border: 0;
  background: transparent;
  padding: 25px 35px 25px 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-content .accordion .accordion-body {
  padding: 0;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.accordion-button::after {
  display: none;
}

.accordion-button {
  position: relative;
}

.accordion-button::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  padding: 0;
  padding-left: 20px;
  font-size: 16px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-weight: 400;
  color: #6E87AD;
}

.accordion-button:not(.collapsed)::before {
  content: "\f068";
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.bottom-area {
  position: relative;
  z-index: 1;
  background-color: #0F2923;
}

.bottom-content h2 {
  color: #FF5A14;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -2.7px;
  margin-bottom: 37px;
  margin-top: 2px;
}
@media (max-width: 1399px) {
  .bottom-content h2 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .bottom-content h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .bottom-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bottom-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .bottom-content h2 {
    font-size: 35px;
  }
}
.bottom-content h2 span {
  background: #FF5A14;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.bottom-content p {
  color: #0F2923;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .bottom-content p br {
    display: none;
  }
}
@media (max-width: 575px) {
  .bottom-content p {
    font-size: 16px;
  }
}
.bottom-content a {
  padding: 12px 25px;
  border-radius: 6px;
  background: var(--clr-theme-primary);
  color: #0F2923;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.bottom-shape-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.bottom-shape-1 {
  position: absolute;
  left: 10%;
  top: 13%;
}
.bottom-shape-2 {
  position: absolute;
  left: 21%;
  bottom: 38%;
}
.bottom-shape-3 {
  position: absolute;
  right: 11%;
  top: 23%;
}
.bottom-shape-4 {
  position: absolute;
  right: 27%;
  bottom: 30%;
}

/* ///////////////////////////////////////////////////////////
04. Hero CSS
/////////////////////////////////////////////////////////// */
.footer-area {
  background-color: #101010;
  position: relative;
  z-index: 1;
}
.footer-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-content {
  text-align: center;
  margin-bottom: 50px;
}

.footer-content h1 {
  color: #DEDEDE;
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 24px;
}
.footer-content h1 span {
  position: relative;
  z-index: 1;
}
.footer-content h1 span img {
  position: absolute;
  right: 0;
  bottom: 12px;
  z-index: -1;
}
@media (max-width: 575px) {
  .footer-content h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .footer-content h1 {
    font-size: 55px;
  }
}

.footer-content p {
  color: #A8A8A8;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 40px;
}

.footer-btn {
  display: inline-flex;
  padding: 10px 45px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #414141;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}
.footer-btn:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-color: transparent;
}

.footer-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 900px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(34, 41, 52, 0.2);
  column-gap: 12px;
  row-gap: 10px;
  padding: 6px 10px;
  list-style: none;
  flex-wrap: nowrap;
  min-width: 0;
}

.footer-menu ul li a {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
  height: 32px;
  line-height: 32px;
  border-radius: 25px;
  padding: 0 12px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .footer-menu ul li a {
    padding: 0 10px;
  }
}
.footer-menu ul li a:hover {
  background: #1E1E1E;
  color: #FFF;
}

.footer-menu ul li:first-child a {
  background: #1E1E1E;
  color: #FFF;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .footer-menu ul li:first-child a {
    padding: 0 10px;
  }
}

.footer-menu ul li:last-child a {
  padding: 0 12px;
}

.footer-menu ul li.cta a {
  background: var(--clr-theme-primary);
  color: #fff;
  padding: 0 14px;
  border-radius: 24px;
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.55);
}
.footer-menu ul li.cta a:hover {
  background: #e45110;
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 12px 24px;
  background-color: #ffffff;
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(15, 41, 35, 0.06);
  margin: 18px auto;
  max-width: 1200px;
  gap: 12px;
}
@media (max-width: 1199px), (max-width: 991px), (max-width: 575px) {
  .footer-bottom {
    gap: 20px;
  }
}

.footer-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.footer-left {
  flex-shrink: 0;
  width: 20%;
}
.footer-left span {
  font-size: 14px;
}
.header-area .footer-left .brand-name {
  font-size: 18px;
  font-weight: 700;
  color: #0F2923;
  letter-spacing: -0.5px;
  font-family: "Inter", sans-serif;
}
@media (max-width: 1199px), (max-width: 991px), (max-width: 575px) {
  .footer-left {
    display: none;
  }
}
.footer-left a {
  display: inline-flex;
  height: 50px;
  padding: 12px 24px;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  border-radius: 30px;
  background: #0A0A0A;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.footer-left a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.footer-right {
  flex-shrink: 0;
  width: 20%;
  display: flex;
  justify-content: end;
}
@media (max-width: 1399px) {
  .footer-right {
    width: 10%;
  }
}
@media (max-width: 575px) {
  .footer-right {
    display: none;
  }
}
@media (max-width: 1199px), (max-width: 991px), (max-width: 767px) {
  .footer-right {
    width: auto;
    display: block;
  }
}
.footer-right a {
  width: 50px;
  height: 50px;
  background: #0A0A0A;
  flex-shrink: 0;
  color: #FFF;
  display: grid;
  place-items: center;
  font-size: 22px;
  border-radius: 50%;
}
.footer-right a:hover {
  background-color: var(--clr-theme-primary);
  color: #fff;
}

.aidoodle-bottom-position-fix {
  position: fixed;
  bottom: 25px;
  width: 100%;
}

/* Main background effects - unified for all sections */
main {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
main::before {
  display: none;
}
main::after {
  display: none;
}
@keyframes floatDots {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 1.0; }
  33% { transform: translate(60px, -40px) scale(1.15); opacity: 1.0; }
  66% { transform: translate(-40px, 60px) scale(0.95); opacity: 1.0; }
}
@keyframes floatShapes {
  0%, 100% { transform: translate(0, 0) rotate(0deg) scale(1); opacity: 1.0; }
  33% { transform: translate(80px, -50px) rotate(15deg) scale(1.3); opacity: 1.0; }
  66% { transform: translate(-50px, 80px) rotate(-15deg) scale(0.8); opacity: 1.0; }
}

/* Make sections transparent to show main background */
.banner-area, .choose-area, .pricing-area, .demos-area, .faq-area {
  background: transparent !important;
  position: relative;
  z-index: 1;
}

/* Banner area - remove background image, add orange effects */
.single-banner {
  background: transparent !important;
}

/* Pricing cards equal height */
.pricing-area .row {
  align-items: stretch;
}
.pricing-area .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
.pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.pricing-card-featured {
  transform: translateY(-10px) scale(1.05);
  padding: 40px 40px 44px;
  border-color: #00F5FF;
  box-shadow: 0 24px 60px rgba(0, 245, 255, 0.2);
}
.pricing-card-featured:hover {
  transform: translateY(-15px) scale(1.08);
}
.pricing-list {
  flex-grow: 1;
}
.pricing-btn {
  margin-top: auto;
}
.pricing-btn.basic {
  background: rgba(255, 90, 20, 0.06);
  color: #FF5A14;
  border-color: rgba(255, 90, 20, 0.4);
}
.pricing-btn.premium {
  background: rgba(255, 90, 20, 0.06);
  color: #FF5A14;
  border-color: rgba(255, 90, 20, 0.4);
}
/* Pro butonu normalde turuncu olmalı */
.pricing-card:not(.pricing-card-featured) .pricing-btn.pro {
  background: rgba(255, 90, 20, 0.06);
  color: #FF5A14;
  border-color: rgba(255, 90, 20, 0.4);
}
/* Seçilen kartın butonu turuncu olacak */
.pricing-card-featured .pricing-btn {
  background: #FF5A14 !important;
  color: #ffffff !important;
  border-color: #FF5A14 !important;
}
.pricing-btn.basic:hover, .pricing-btn.premium:hover {
  background: #FF5A14;
  color: #fff;
  box-shadow: 0 0 24px rgba(255, 90, 20, 0.45);
  transform: translateY(-2px);
}
.pricing-card:not(.pricing-card-featured) .pricing-btn.pro:hover {
  background: #FF5A14;
  color: #fff;
  box-shadow: 0 0 24px rgba(255, 90, 20, 0.45);
  transform: translateY(-2px);
}
.pricing-card-featured .pricing-btn:hover {
  background: #FF5A14;
  box-shadow: 0 0 24px rgba(255, 90, 20, 0.5);
  transform: translateY(-2px);
}

/* FAQ video buttons */
.faq-video-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: rgba(255, 90, 20, 0.1);
  color: #FF5A14;
  border: 1px solid rgba(255, 90, 20, 0.3);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-video-btn:hover {
  background: #FF5A14;
  color: #fff;
  border-color: #FF5A14;
}
.faq-video-container {
  margin-top: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(255, 90, 20, 0.35);
  box-shadow: 0 10px 25px rgba(15, 41, 35, 0.08);
  border-radius: 18px;
  position: relative;
  padding: 15px;
  display: none;
}
.faq-video-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #FF5A14;
  z-index: 10;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 90, 20, 0.1);
}
.faq-video-close:hover {
  background: rgba(255, 90, 20, 0.2);
}
.faq-video-iframe {
  width: 100% !important;
  min-height: 360px;
  height: 315px;
  border-radius: 12px;
  display: block;
  max-width: 100%;
}

/* FAQ text colors */
.faq-content .accordion .accordion-header .accordion-button {
  color: #0F2923 !important;
}
.faq-content .accordion .accordion-body {
  color: rgba(15, 41, 35, 0.8) !important;
}
.faq-area {
  background: transparent !important;
}

/* Choose area styles are now in main choose section above */

/* Demos area (Gallery) background */
.demos-area {
  background: transparent !important;
}

/* ============================================
   DETAYLI MOBİL RESPONSIVE CSS
   ============================================ */

/* Header/Navbar Mobile Responsive */
@media (max-width: 991px) {
  .header-area .footer-bottom {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    margin: 10px 15px;
    border-radius: 50px;
  }
  
  .header-area .footer-menu ul {
    width: 100%;
    max-width: 100%;
    padding: 6px 8px;
    column-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .header-area .footer-menu ul li a {
    font-size: 12px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
  }
  
  .header-area .footer-left {
    font-size: 12px;
    white-space: nowrap;
  }
  
  .header-area .footer-right {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .footer-bottom {
    padding: 8px 12px;
    margin: 8px 10px;
    gap: 8px;
  }
  
  .header-area .footer-menu ul {
    column-gap: 6px;
    padding: 4px 6px;
  }
  
  .header-area .footer-menu ul li a {
    font-size: 11px;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
  }
  
  .header-area .footer-left {
    font-size: 11px;
  }
}

@media (max-width: 575px) {
  .header-area .footer-bottom {
    flex-direction: column;
    padding: 12px;
    gap: 10px;
    border-radius: 20px;
  }
  
  .header-area .footer-left {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  
  .header-area .footer-menu ul {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
  }
  
  .header-area .footer-menu ul li {
    flex: 0 0 auto;
  }
  
  .header-area .footer-menu ul li a {
    font-size: 11px;
    padding: 6px 12px;
    height: auto;
    line-height: 1.2;
    border-radius: 15px;
  }
}

@media (max-width: 480px) {
  .header-area .footer-menu ul li a {
    font-size: 10px;
    padding: 5px 10px;
  }
  
  .header-area .footer-left {
    font-size: 10px;
  }
}

/* Banner/Hero Mobile Responsive */
@media (max-width: 767px) {
  .single-banner {
    min-height: 80vh;
    padding: 20px 15px;
  }
}

@media (max-width: 575px) {
  .single-banner {
    min-height: 70vh;
    padding: 15px 10px;
  }
}

@media (max-width: 480px) {
  .single-banner {
    min-height: 40vh;
  }
  
  .banner-img {
    margin-top: 60px !important;
  }
}

/* Neden Biz Section Mobile Responsive */
@media (max-width: 991px) {
  .choose-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .choose-section-title,
  .pricing-title {
    font-size: 36px !important;
  }
  
  .choose-content {
    gap: 20px;
  }
  
  .choose-item {
    padding: 25px 18px;
  }
  
  .choose-item-icon {
    max-width: 200px;
    height: 150px;
    margin-bottom: 20px;
  }
  
  .choose-item-title {
    font-size: 18px;
  }
  
  .choose-item-desc {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .choose-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .choose-section-title,
  .pricing-title {
    font-size: 32px !important;
    margin-bottom: 30px;
  }
  
  .choose-content {
    gap: 18px;
  }
  
  .choose-item {
    padding: 22px 15px;
  }
  
  .choose-item-icon {
    max-width: 180px;
    height: 130px;
    margin-bottom: 18px;
  }
  
  .choose-item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .choose-item-desc {
    font-size: 12px;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .choose-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  
  .choose-section-title,
  .pricing-title {
    font-size: 28px !important;
    margin-bottom: 25px;
  }
  
  .choose-content {
    gap: 15px;
  }
  
  .choose-item {
    padding: 20px 12px;
  }
  
  .choose-item-icon {
    max-width: 100%;
    height: 120px;
    margin-bottom: 15px;
  }
  
  .choose-item-title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  
  .choose-item-desc {
    font-size: 11px;
  }
}

@media (max-width: 480px) {
  .choose-section-title,
  .pricing-title {
    font-size: 24px !important;
  }
  
  .choose-item {
    padding: 18px 10px;
  }
  
  .choose-item-icon {
    height: 100px;
  }
}

/* Pricing Section Mobile Responsive */
@media (max-width: 991px) {
  .pricing-area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .pricing-title {
    font-size: 36px;
    margin-bottom: 15px;
  }
  
  .pricing-subtitle {
    font-size: 15px;
  }
  
  .pricing-card {
    padding: 28px 24px 32px;
    margin-top: 40px;
  }
  
  .pricing-name {
    font-size: 20px;
  }
  
  .pricing-amount {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .pricing-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .pricing-title {
    font-size: 32px;
  }
  
  .pricing-card {
    padding: 24px 20px 28px;
    margin-top: 40px;
  }
  
  .pricing-name {
    font-size: 18px;
  }
  
  .pricing-amount {
    font-size: 32px;
  }
  
  .pricing-currency {
    font-size: 20px;
  }
  
  .pricing-list li {
    font-size: 13px;
  }
  
  .pricing-btn {
    padding: 10px 20px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .pricing-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .pricing-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  
  .pricing-subtitle {
    font-size: 14px;
  }
  
  .pricing-card {
    padding: 20px 16px 24px;
    margin-top: 57px;
  }
  
  .pricing-badge {
    top: 12px;
    right: 16px;
    padding: 3px 10px;
    font-size: 10px;
  }
  
  .pricing-name {
    font-size: 16px;
  }
  
  .pricing-desc {
    font-size: 13px;
    margin-bottom: 18px;
  }
  
  .pricing-amount {
    font-size: 28px;
  }
  
  .pricing-currency {
    font-size: 18px;
  }
  
  .pricing-list {
    margin-bottom: 20px;
  }
  
  .pricing-list li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .pricing-btn {
    padding: 9px 18px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .pricing-title {
    font-size: 24px;
  }
  
  .pricing-card {
    padding: 18px 14px 22px;
  }
  
  .pricing-amount {
    font-size: 24px;
  }
}

/* Gallery (Demos) Section Mobile Responsive */
@media (max-width: 991px) {
  .demos-area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .demos-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .demos-item {
    padding: 18px;
  }
  
  .demos-item-title {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .demos-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .demos-wrap {
    gap: 18px;
  }
  
  .demos-item {
    padding: 16px;
  }
  
  .demos-item-img {
    margin-bottom: 15px;
  }
  
  .demos-item-title {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .demos-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .demos-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .demos-item {
    padding: 14px;
  }
  
  .demos-item-img {
    margin-bottom: 12px;
  }
  
  .demos-item-title {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .demos-item {
    padding: 12px;
  }
  
  .demos-item-title {
    font-size: 13px;
  }
}

/* Nasıl Çalışır Section Mobile Responsive */
@media (max-width: 991px) {
  .how-it-works-area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .step-item {
    margin-bottom: 30px;
  }
  
  .step-title {
    font-size: 20px;
  }
  
  .step-description {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .how-it-works-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .section-description {
    font-size: 16px !important;
    padding: 0 15px;
  }
  
  .step-item {
    margin-bottom: 25px;
    padding: 20px;
  }
  
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
  
  .step-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .step-description {
    font-size: 13px;
  }
  
  .step-icon {
    width: 50px;
    height: 50px;
  }
  
  .step-icon svg {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 575px) {
  .how-it-works-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .section-description {
    font-size: 14px !important;
    padding: 0 10px;
  }
  
  .step-item {
    margin-bottom: 20px;
    padding: 18px 15px;
    flex-direction: column;
    text-align: center;
  }
  
  .step-number {
    width: 45px;
    height: 45px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .step-content {
    width: 100%;
  }
  
  .step-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .step-description {
    font-size: 12px;
    line-height: 1.5;
  }
  
  .step-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  
  .step-icon svg {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .step-item {
    padding: 15px 12px;
  }
  
  .step-title {
    font-size: 15px;
  }
  
  .step-description {
    font-size: 11px;
  }
}

/* FAQ Section Mobile Responsive */
@media (max-width: 991px) {
  .faq-area {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  
  .feature-section-title,
  .pricing-title {
    font-size: 36px !important;
  }
  
  .faq-content .accordion .accordion-header .accordion-button {
    padding: 20px 30px 20px 0;
    font-size: 18px;
  }
  
  .faq-content .accordion .accordion-body {
    font-size: 15px;
    padding-top: 8px;
  }
  
  .faq-video-btn {
    font-size: 14px;
    padding: 8px 16px;
    margin-top: 15px;
  }
  
  .faq-video-container {
    margin-top: 15px;
    padding: 12px;
  }
  
  .faq-video-iframe {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .faq-area {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  
  .feature-section-title,
  .pricing-title {
    font-size: 32px !important;
  }
  
  .faq-content .accordion .accordion-header .accordion-button {
    padding: 18px 25px 18px 0;
    font-size: 16px;
    line-height: 1.4;
  }
  
  .faq-content .accordion .accordion-body {
    font-size: 14px;
    line-height: 1.6;
    padding-top: 6px;
  }
  
  .faq-content .accordion .accordion-body p {
    margin-bottom: 12px;
  }
  
  .faq-video-btn {
    font-size: 13px;
    padding: 7px 14px;
    margin-top: 12px;
  }
  
  .faq-video-container {
    margin-top: 12px;
    padding: 10px;
    border-radius: 12px;
  }
  
  .faq-video-iframe {
    min-height: 250px;
    border-radius: 8px;
  }
  
  .faq-video-close {
    font-size: 20px;
    top: 8px;
    right: 12px;
  }
}

@media (max-width: 575px) {
  .faq-area {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  
  .feature-section-title,
  .pricing-title {
    font-size: 28px !important;
    margin-bottom: 30px;
  }
  
  .faq-content {
    padding: 0 10px;
  }
  
  .faq-content .accordion .accordion-header .accordion-button {
    padding: 15px 20px 15px 0;
    font-size: 15px;
    line-height: 1.3;
  }
  
  .faq-content .accordion .accordion-body {
    font-size: 13px;
    line-height: 1.5;
    padding-top: 5px;
  }
  
  .faq-content .accordion .accordion-body p {
    margin-bottom: 10px;
  }
  
  .faq-video-btn {
    font-size: 12px;
    padding: 6px 12px;
    margin-top: 10px;
    border-radius: 6px;
  }
  
  .faq-video-container {
    margin-top: 10px;
    padding: 8px;
    border-radius: 10px;
  }
  
  .faq-video-iframe {
    min-height: 200px;
    border-radius: 6px;
  }
  
  .faq-video-close {
    font-size: 18px;
    top: 6px;
    right: 10px;
  }
}

@media (max-width: 480px) {
  .feature-section-title,
  .pricing-title {
    font-size: 24px !important;
  }
  
  .faq-content .accordion .accordion-header .accordion-button {
    padding: 12px 15px 12px 0;
    font-size: 14px;
  }
  
  .faq-content .accordion .accordion-body {
    font-size: 12px;
  }
  
  .faq-video-btn {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  .faq-video-iframe {
    min-height: 180px;
  }
}

/* Container Mobile Responsive */
@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Section Titles Mobile Responsive */
@media (max-width: 767px) {
  .choose-section-title,
  .pricing-title,
  .feature-section-title {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 575px) {
  .choose-section-title,
  .pricing-title,
  .feature-section-title {
    font-size: 28px !important;
  }
}

@media (max-width: 480px) {
  .choose-section-title,
  .pricing-title,
  .feature-section-title {
    font-size: 24px !important;
  }
}

/* General Mobile Improvements */
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 50px !important;
  }
  
  .pb-80 {
    padding-bottom: 50px !important;
  }
  
  .pt-120 {
    padding-top: 60px !important;
  }
  
  .pb-120 {
    padding-bottom: 60px !important;
  }
  
  .pt-110 {
    padding-top: 55px !important;
  }
}

@media (max-width: 575px) {
  .pt-90 {
    padding-top: 40px !important;
  }
  
  .pb-80 {
    padding-bottom: 40px !important;
  }
  
  .pt-120 {
    padding-top: 50px !important;
  }
  
  .pb-120 {
    padding-bottom: 50px !important;
  }
  
  .pt-110 {
    padding-top: 45px !important;
  }
  
  .mt-40 {
    margin-top: 25px !important;
  }
  
  .mb-45 {
    margin-bottom: 30px !important;
  }
  
  .mb-90 {
    margin-bottom: 50px !important;
  }
}

/* Footer Menu Mobile Responsive */
@media (max-width: 991px) {
  .footer-menu ul {
    width: 100% !important;
    max-width: 100% !important;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .footer-menu ul {
    padding: 4px 6px !important;
    column-gap: 6px !important;
  }
}

@media (max-width: 575px) {
  .footer-menu ul {
    padding: 6px 8px !important;
    column-gap: 8px !important;
    row-gap: 6px !important;
  }
}

/*# sourceMappingURL=main.css.map */
