/*

Breezed Template

https://templatemo.com/tm-543-breezed

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 15px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Unbounded', sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Inter', sans-serif;
}

@media (min-width: 992px) {
  .container {
    max-width: 1080px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

::selection {
  background: #1E6FA8;
  color: #fff;
}

::-moz-selection {
  background: #1E6FA8;
  color: #fff;
}

.h1{
  color: white;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-stroked-button,
a.main-filled-button,
a.main-button-icon,
button.main-button,
button.main-button-icon,
.pricing-btn {
  font-family: 'Unbounded', sans-serif;
}

a.main-stroked-button {
  font-size: 12px;
  border-radius: 25px;
  padding: 11px 25px;
  background-color: transparent;
  border: 2px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-stroked-button:hover {
  background-color: #fff;
  color: #1E6FA8;
}

a.main-filled-button {
  font-size: 12px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #1E6FA8;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-filled-button:hover {
  color: #fff;
  background-color: #1E6FA8;
}

a.main-button-icon {
  font-size: 12px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #1E6FA8;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.main-button-icon:hover i {
  padding-left: 5px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #1E6FA8;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  color: #fff;
  background-color: #1E6FA8;
}

button.main-button-icon {
  border: none;
  outline: none;
  font-size: 12px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #1E6FA8;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button.main-button-icon:hover i {
  padding-left: 5px;
}

a.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: #1E6FA8;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


.section-heading h6 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 1.25;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #1E6FA8!important;
}

.background-header .nav li a.active {
  color: #1E6FA8!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 80px;
  height: 80px;
  color: #fff;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.3px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}

.header-area .main-nav .logo span {
  line-height: 1;
}

.background-header .main-nav .logo img {
  filter: brightness(0);
}


.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav .search-icon {
  float: right;
  margin-left: 15px;
}

.header-area .main-nav .nav .search-icon a {
  background-color: #fff;
  color: #1E6FA8;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}

@media (max-width: 767px) {
  .header-area .main-nav .nav .search-icon {
    float: none;
    text-align: center;
    width: 100%;
    background-color: #fff;
    margin-left: 0px;
  }
}

.header-area .main-nav .nav .search-icon a:hover {
  opacity: 1;
  color: #1E6FA8!important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fff!important;
  opacity: 0.5;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #1E6FA8!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #7a7a7a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #1E6FA8!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #1E6FA8;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area .main-nav .logo img {
    filter: none;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    box-sizing: border-box;
    border: 1.5px solid #1e1e1e;
    box-shadow: none;
  }
  .background-header .main-nav .logo img,
  .header-area.header-sticky .main-nav .logo img {
    filter: none;
    box-shadow: none;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #1E6FA8!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #1E6FA8!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:95vh;
  background:#000;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

.scroll-down {
  position: absolute;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 10;
}

.scroll-down a {
  display: inline-block;
  background-color: #1E6FA8;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Modern-Slider .item h3 {
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color:#FFF;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h5 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 200;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item h1 {
  margin-bottom: 12px;
  font-family: 'Unbounded', sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3;
  color: #FFF;
}

.Modern-Slider .item .text-content > h2 {
  margin-bottom: 24px;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.85);
}

.Modern-Slider .item .text-content > p {
  margin-bottom: 40px;
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #FFF;
}

.Modern-Slider .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.Modern-Slider .hero-buttons a {
  display: inline-block;
  margin: 0;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .Modern-Slider .item .img-fill {
    height: 70vh;
    min-height: 480px;
    max-height: 620px;
  }

  .Modern-Slider .text-content {
    width: 90%;
  }

  .Modern-Slider .item h1 {
    font-size: 22px;
  }

  .Modern-Slider .item .text-content > h2 {
    font-size: 15px;
    margin-bottom: 18px;
  }

  .Modern-Slider .item .text-content > p {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .Modern-Slider .hero-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .Modern-Slider .hero-buttons a {
    width: 100%;
    max-width: 260px;
    text-align: center;
    box-sizing: border-box;
  }

  .scroll-down {
    display: none;
  }
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 120px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

#about.site-section {
  padding: 100px 0 !important;
  z-index: 1;
}

#about .container {
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 80px;
}

#about.site-section .container {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #about {
    padding: 40px 0 0;
  }

  #about.site-section {
    padding: 64px 0 !important;
  }

  #about .container {
    padding-bottom: 40px;
  }

  #about.site-section .container {
    padding-bottom: 0;
  }
}

#about .section-heading {
  margin-bottom: 10px;
}

#about .section-heading h6 {
  color: #1E6FA8;
}

#about .service-item {
  margin-top: 30px;
}

#about .service-item img {
  float: left;
  margin-right: 15px;
  width: 46px;
  height: 46px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #1E6FA8;
  border-radius: 50%;
  object-fit: contain;
}

#about .service-item h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 46px;
}

#about a.main-button-icon {
  display: inline-block;
  margin-top: 60px;
}

#about .right-text-content {
  margin-top: 40px;
}

#about .right-text-content p {
  font-size: 16px;
  line-height: 27px;
  color: #777;
  margin-bottom: 18px;
}

#about .right-text-content p:last-child {
  margin-bottom: 0;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  padding-top: 80px;
  padding-bottom: 70px;
}

#features.method-section {
  padding: 110px 0;
}

#features .features-item {
  margin-bottom: 50px;
}

.features-item .features-icon {
  float: left;
}

.features-item .features-icon img {
  width: 64px;
  height: 64px;
  display: block;
  object-fit: contain;
}

#features .features-content {
  margin-left: 90px;
}

.features-item .features-content h4 {
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.features-item .features-content p {
  margin-bottom: 15px;
}



/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#subscribe {
  padding: 80px 0px;
  background-image: url(../images/slide-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#subscribe .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

#subscribe p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 40px;
}

#subscribe .subscribe-phone {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Unbounded', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: #fff;
  transition: opacity 0.3s ease;
}

#subscribe .subscribe-phone:hover {
  color: #fff;
  opacity: 0.85;
}

@media (max-width: 767px) {
  #subscribe .subscribe-phone {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

#subscribe input {
  width: 100%;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0px 20px;
  font-size: 13px;
  color: #fff;
  outline: none;
}

.subscribe-form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.subscribe-form ::placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  #subscribe fieldset {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*
--------------------------------------------
partners
--------------------------------------------
*/
#partners {
  position: relative;
  margin-top: 0;
  padding: 110px 0;
  background-image: url(../images/6365161.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#partners::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 22, 34, 0.55);
  pointer-events: none;
}

#partners .container {
  position: relative;
  z-index: 1;
}

#partners .partners-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

#partners .partners-heading h6 {
  color: #7EB8D9;
}

#partners .partners-heading p {
  max-width: 480px;
  margin: 16px auto 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}

.partners-row {
  align-items: stretch;
}

.partner-card {
  height: 100%;
  margin-bottom: 24px;
  padding: 36px 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  margin-bottom: 24px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 20px;
}

.partner-logo img {
  max-width: 100%;
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none !important;
  -webkit-filter: none !important;
  opacity: 1;
}

.partner-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(126, 184, 217, 0.45);
}

.partner-label {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #7EB8D9;
}

.partner-card h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 14px;
}

.partner-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 767px) {
  #partners {
    padding: 70px 0;
  }

  #partners .partners-heading {
    margin-bottom: 30px;
  }

  .partners-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .partner-card {
    padding: 28px 22px;
    margin-bottom: 0;
  }

  .partner-card h3 {
    font-size: 22px;
  }
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
#testimonials {
  margin-top: 120px;
  padding: 80px 0px;
  padding: 120px 0px;
  background-image: url(../images/slide-03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#testimonials .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

#testimonials .item {
  position: relative;
  text-align: center;
}

#testimonials .item h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 7px;
}


#testimonials .item span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#testimonials .item .member-thumb {
  position: relative;
}

#testimonials .item .hover-effect {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#testimonials .item .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#testimonials .item:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

#testimonials .item .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

#testimonials .item .hover-effect ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #1E6FA8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#testimonials .item .hover-effect ul li a:hover {
  color: #fff;
  background-color: #1E6FA8;
}

#testimonials .owl-carousel {
  padding-bottom: 60px;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.owl-dots .owl-dot {
  outline: none;
  height: 10px;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.owl-dots .active span {
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
}





/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us .section-heading {
  margin-bottom: 50px;
}

#contact-us .section-heading h6 {
  color: #1E6FA8;
}

#contact-us .left-text-content ul li {
  margin-bottom: 30px;
}

#contact-us .left-text-content ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#contact-us .left-text-content ul li img {
  margin-right: 15px;
  width: 32px;
  height: 32px;
  object-fit: contain;
  vertical-align: middle;
}

#contact-us {
  padding: 120px 0px;
  background-image: url(../images/dotted-map-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#contact {
  margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}





/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 80px 0px;
  background: rgb(20, 58, 82);
  background: linear-gradient(145deg, rgba(20, 58, 82, 1) 0%, rgba(42, 122, 176, 1) 100%);
}

footer .left-text-content p {
  color: #fff;
  font-size: 14px;
}

footer .left-text-content a {
  color: #fff;
}

footer .footer-phone {
  margin-top: 10px;
}

footer .footer-phone a {
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #fff;
  transition: opacity 0.3s ease;
}

footer .footer-phone a:hover {
  color: #fff;
  opacity: 0.8;
}

footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  text-align: right;
}

footer .footer-links li {
  margin-bottom: 8px;
}

footer .footer-links a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline !important;
  text-underline-offset: 3px;
  transition: opacity 0.25s ease;
}

footer .footer-links a:hover {
  opacity: 0.75;
  color: #fff;
}

footer .right-text-content {
  float: right;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

footer .right-text-content ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

footer .right-text-content ul li:first-child {
  margin-left: 0;
}

footer .social-icons-links {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  vertical-align: middle;
}

footer .social-icons-links a {
  display: inline-block;
  line-height: 0;
}

footer .right-text-content ul li a {
  display: inline-block;
  line-height: 0;
  background: none;
  border-radius: 0;
  width: auto;
  height: auto;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

footer .right-text-content ul li a img,
footer .social-icons-links a img {
  width: 28px;
  height: 28px;
  display: block;
}

footer .right-text-content ul li a:hover,
footer .social-icons-links a:hover {
  background: none;
  opacity: 0.75;
}

@media (max-width: 992px) {
  footer {
    padding: 50px 20px;
    text-align: center;
    overflow: visible;
  }

  footer .container {
    overflow: visible;
  }

  footer .row {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  footer .row > [class*="col-"] {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }

  footer .left-text-content {
    text-align: center;
    margin-bottom: 28px;
    float: none;
  }

  footer .left-text-content p {
    text-align: center;
    margin-bottom: 8px;
  }

  footer .footer-phone {
    margin-top: 12px;
    margin-bottom: 0;
  }

  footer .right-text-content {
    float: none;
    width: 100%;
    text-align: center;
  }

  footer .right-text-content p {
    display: block;
    margin: 0 0 14px;
    margin-right: 0;
  }

  footer .right-text-content ul.social-icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  footer .right-text-content ul.social-icons li {
    margin-left: 0;
  }

  footer .right-text-content ul.social-icons li:first-child {
    width: 100%;
  }

  footer .social-icons-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }

  footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    text-align: center;
  }

  footer .footer-links li {
    margin-bottom: 0;
  }
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #143A52 0%, #2A7AB0 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/* 
---------------------------------------------
search
--------------------------------------------- 
*/

#search {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search input {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .main-button {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 25px;
  letter-spacing: 1px;
  transform: translateX(-15%);
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #1E6FA8;
  border: black;
}
#search .close {
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #1E6FA8;
  outline: none;
  opacity: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}




/* 
---------------------------------------------
portfolio
--------------------------------------------- 
*/

#projects {
  padding: 110px 0 90px;
  background:
    radial-gradient(ellipse 70% 45% at 90% 0%, rgba(30, 111, 168, 0.08), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

#projects .projects-heading {
  text-align: center;
  margin-bottom: 50px;
}

#projects .projects-heading h6 {
  color: #1E6FA8;
}

#projects .projects-heading p {
  max-width: 520px;
  margin: 16px auto 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.portfolio-card {
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(20, 58, 82, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(20, 58, 82, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.portfolio-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(20, 58, 82, 0.12);
}

.portfolio-preview {
  display: block;
  background: #143A52;
}

.portfolio-browser {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px 10px;
  background: linear-gradient(180deg, #1a4660 0%, #143A52 100%);
}

.portfolio-browser span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
}

.portfolio-browser span:nth-child(1) { background: #ff5f57; }
.portfolio-browser span:nth-child(2) { background: #febc2e; }
.portfolio-browser span:nth-child(3) { background: #28c840; }

.portfolio-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f2c3f;
}

.portfolio-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.45s ease;
}

.portfolio-card:hover .portfolio-shot img {
  transform: scale(1.04);
}

.portfolio-info {
  padding: 22px 22px 24px;
}

.portfolio-info h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #143A52;
  margin-bottom: 8px;
}

.portfolio-info p {
  font-size: 14px;
  line-height: 1.55;
  color: #666;
  margin-bottom: 16px;
}

.portfolio-link {
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #1E6FA8;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.portfolio-link:hover {
  color: #143A52;
}

.portfolio-note {
  max-width: 640px;
  margin: 20px auto 0;
  text-align: center;
  font-family: 'Unbounded', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.55;
  color: #143A52;
}

@media (max-width: 767px) {
  #projects {
    padding: 70px 0 50px;
  }

  #projects .projects-heading {
    margin-bottom: 30px;
  }

  .portfolio-info {
    padding: 18px 18px 20px;
  }

  .portfolio-note {
    margin-top: 5px;
    padding: 0 10px;
  }
}

/*
---------------------------------------------
pricing
---------------------------------------------
*/

#pricing {
  padding: 100px 0 90px;
  background:
    radial-gradient(ellipse 80% 50% at 10% 0%, rgba(30, 111, 168, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 100%, rgba(30, 30, 30, 0.04), transparent 50%),
    linear-gradient(180deg, #f7f8f6 0%, #ffffff 100%);
}

#pricing .pricing-heading {
  text-align: center;
  margin-bottom: 55px;
}

#pricing .pricing-heading h6 {
  color: #1E6FA8;
}

#pricing .pricing-heading p {
  max-width: 480px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}

.pricing-row {
  align-items: stretch;
}

.pricing-card {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 32px 36px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid rgba(30, 30, 30, 0.08);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(30, 30, 30, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(30, 30, 30, 0.1);
  border-color: rgba(30, 111, 168, 0.35);
}

.pricing-card-featured {
  background: linear-gradient(165deg, #1e1e1e 0%, #1a3a52 100%);
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(30, 30, 30, 0.25);
  color: #fff;
}

.pricing-card-featured:hover {
  box-shadow: 0 28px 60px rgba(30, 30, 30, 0.35);
  border-color: transparent;
}

.pricing-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 6px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #1e1e1e;
  background: #1E6FA8;
  border-radius: 999px;
}

.pricing-label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1E6FA8;
}

.pricing-card-featured .pricing-label {
  color: #7EB8D9;
}

.pricing-card-top h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.3;
  color: #1e1e1e;
  margin-bottom: 22px;
}

.pricing-card-featured .pricing-card-top h3 {
  color: #fff;
}

.pricing-amount {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(30, 30, 30, 0.08);
}

.pricing-card-featured .pricing-amount {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.pricing-from {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #888;
  align-self: flex-end;
  margin-bottom: 8px;
}

.pricing-card-featured .pricing-from {
  color: rgba(255, 255, 255, 0.55);
}

.pricing-amount strong {
  font-family: 'Unbounded', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1;
  color: #1e1e1e;
}

.pricing-card-featured .pricing-amount strong {
  color: #fff;
}

.pricing-currency {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1E6FA8;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  flex-grow: 1;
}

.pricing-features li {
  position: relative;
  padding: 10px 0 10px 28px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  color: #555;
  border-bottom: 1px solid rgba(30, 30, 30, 0.05);
}

.pricing-card-featured .pricing-features li {
  color: rgba(255, 255, 255, 0.78);
  border-bottom-color: rgba(255, 255, 255, 0.08);
}

.pricing-features li:last-child {
  border-bottom: none;
}

.pricing-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #1E6FA8;
}

.pricing-btn {
  display: block;
  text-align: center;
  padding: 14px 24px;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1E6FA8;
  background: transparent;
  border: 2px solid #1E6FA8;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.pricing-btn:hover {
  color: #fff;
  background: #1E6FA8;
}

.pricing-card-featured .pricing-btn {
  color: #1e1e1e;
  background: #1E6FA8;
  border-color: #1E6FA8;
}

.pricing-card-featured .pricing-btn:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

@media (max-width: 991px) {
  .pricing-card-featured {
    margin-top: 0;
  }

  .pricing-amount strong {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  #pricing {
    padding: 70px 0 50px;
  }

  #pricing .pricing-heading {
    margin-bottom: 35px;
  }

  .pricing-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .pricing-card {
    padding: 32px 24px 28px;
    margin-bottom: 0;
  }
}

/*
---------------------------------------------
cookie banner + legal pages
---------------------------------------------
*/

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 100000;
  max-width: 720px;
  margin: 0 auto;
}

.cookie-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px;
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.cookie-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.cookie-banner a {
  color: #7EB8D9;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.cookie-accept {
  flex-shrink: 0;
  border: none;
  cursor: pointer;
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #143A52;
  background: #fff;
  border-radius: 25px;
  padding: 12px 20px;
  transition: opacity 0.25s ease;
}

.cookie-accept:hover {
  opacity: 0.88;
}

.cookie-banner.is-hiding {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.28s ease, transform 0.28s ease;
  pointer-events: none;
}

.legal-page {
  background: #fff;
}

.legal-page .header-area,
.legal-page .header-area.background-header,
.legal-page .header-area.header-sticky {
  position: relative !important;
  top: auto;
  left: auto;
  right: auto;
  height: auto !important;
  min-height: 80px;
  background: #fff !important;
  box-shadow: 0 1px 0 rgba(20, 58, 82, 0.08) !important;
}

.legal-page .header-area .main-nav .logo {
  color: #143A52 !important;
}

.legal-page .header-area .main-nav .logo img {
  filter: none !important;
  background: #1E6FA8;
  border: none;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  object-fit: contain;
}

.legal-page .header-area .main-nav .nav li a {
  color: #143A52 !important;
}

.legal-page .header-area .main-nav .nav li a.active,
.legal-page .header-area .main-nav .nav li a:hover {
  color: #1E6FA8 !important;
  opacity: 1;
}

.legal-content {
  padding: 40px 0 80px;
}

.legal-card {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.legal-card h1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #143A52;
  margin-bottom: 10px;
  line-height: 1.3;
}

.legal-updated {
  font-size: 13px;
  color: #888;
  margin-bottom: 32px;
}

.legal-card h2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #143A52;
  margin: 32px 0 12px;
}

.legal-card p,
.legal-card li {
  font-size: 15px;
  line-height: 1.75;
  color: #444;
}

.legal-card p {
  margin-bottom: 12px;
}

.legal-card ul {
  padding-left: 20px;
  margin: 0 0 16px;
}

.legal-card li {
  margin-bottom: 8px;
}

.legal-card a {
  color: #1E6FA8;
}

@media (max-width: 767px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 80px;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 16px;
  }

  .cookie-accept {
    width: 100%;
  }

  .legal-content {
    padding: 28px 0 50px;
  }

  .legal-card h1 {
    font-size: 22px;
  }

  .legal-card h2 {
    font-size: 16px;
  }
}

/*
---------------------------------------------
hero v2 (goodbit-inspired colors)
---------------------------------------------
*/

.hero-v2 {
  --hero-bg: #141414;
  --hero-lime: #D4FF31;
  --hero-pink: #F1A1E1;
  --hero-text: #ffffff;
  --hero-muted: rgba(255, 255, 255, 0.72);

  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--hero-bg);
  color: var(--hero-text);
}

.hero-v2-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 15% 70%, rgba(241, 161, 225, 0.18), transparent 60%),
    radial-gradient(ellipse 45% 35% at 85% 25%, rgba(212, 255, 49, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 100%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--hero-bg);
  z-index: 0;
}

.hero-v2-decor {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  animation: heroFloat 8s ease-in-out infinite;
}

.hero-v2-decor img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  user-select: none;
}

.hero-v2-decor-1 {
  width: min(280px, 28vw);
  left: 2%;
  top: 16%;
  animation-delay: 0s;
}

.hero-v2-decor-2 {
  width: min(320px, 32vw);
  right: 1%;
  top: 12%;
  animation-delay: -2.5s;
}

.hero-v2-decor-3 {
  width: min(240px, 24vw);
  right: 8%;
  bottom: 10%;
  animation-delay: -4s;
}

@keyframes heroFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(8deg); }
}

.hero-v2-inner {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 100px;
}

.hero-v2-content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.hero-v2-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(34px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--hero-text);
}

.hero-v2-line {
  display: block;
}

.hero-v2-pill {
  display: inline-block;
  padding: 0.12em 0.45em 0.18em;
  background: var(--hero-pink);
  color: #111;
  border-radius: 999px;
  line-height: 1.15;
}

.hero-v2-subtitle {
  margin: 0 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 400;
  color: var(--hero-muted);
}

.hero-v2-price {
  margin: 0 0 36px;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  color: var(--hero-lime);
  letter-spacing: -0.02em;
}

.hero-v2-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.hero-v2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 14px 28px;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

button.hero-v2-btn {
  font-family: 'Unbounded', sans-serif;
}

.hero-v2-btn:hover {
  transform: translateY(-2px);
}

.hero-v2-btn-lime {
  background: var(--hero-lime);
  color: #111;
  border: 2px solid var(--hero-lime);
}

.hero-v2-btn-lime:hover {
  background: #e6ff6b;
  color: #111;
}

.hero-v2-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.55);
}

.hero-v2-btn-outline:hover {
  border-color: var(--hero-lime);
  color: var(--hero-lime);
}

.hero-v2-scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 3;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-v2-scroll-ring {
  position: absolute;
  inset: 0;
  border: 2px solid var(--hero-lime);
  border-radius: 50%;
  opacity: 0.85;
  animation: heroPulse 2.4s ease-out infinite;
}

.hero-v2-scroll-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--hero-lime);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@keyframes heroPulse {
  0% { transform: scale(1); opacity: 0.9; }
  70% { transform: scale(1.25); opacity: 0; }
  100% { transform: scale(1.25); opacity: 0; }
}

@media (max-width: 1199px) {
  .hero-v2-decor-1 {
    width: min(220px, 24vw);
    left: 0;
    top: 18%;
  }

  .hero-v2-decor-2 {
    width: min(240px, 26vw);
    right: -2%;
    top: 10%;
  }

  .hero-v2-decor-3 {
    width: min(180px, 20vw);
    right: 4%;
    bottom: 12%;
  }
}

@media (max-width: 991px) {
  .hero-v2 {
    min-height: auto;
  }

  .hero-v2-inner {
    padding-top: 100px;
    padding-bottom: 72px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-v2-content {
    max-width: 640px;
  }

  .hero-v2-title {
    font-size: clamp(30px, 7vw, 52px);
    gap: 8px;
    margin-bottom: 18px;
  }

  .hero-v2-price {
    margin-bottom: 28px;
  }

  .hero-v2-decor-1 {
    width: 150px;
    left: -48px;
    top: 22%;
    opacity: 0.7;
  }

  .hero-v2-decor-2 {
    width: 170px;
    right: -56px;
    top: 16%;
    opacity: 0.75;
  }

  .hero-v2-decor-3 {
    width: 120px;
    right: -24px;
    bottom: 14%;
    opacity: 0.65;
  }
}

@media (max-width: 767px) {
  .hero-v2 {
    min-height: auto;
    align-items: center;
  }

  .hero-v2-inner {
    width: 100%;
    padding-top: 88px;
    padding-bottom: 56px;
  }

  .hero-v2-title {
    font-size: clamp(28px, 9vw, 40px);
    gap: 6px;
  }

  .hero-v2-pill {
    padding: 0.1em 0.4em 0.14em;
  }

  .hero-v2-subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .hero-v2-price {
    font-size: clamp(24px, 7vw, 34px);
    margin-bottom: 24px;
  }

  .hero-v2-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .hero-v2-btn {
    width: 100%;
    min-width: 0;
    padding: 13px 22px;
    font-size: 12px;
  }

  .hero-v2-decor-1 {
    width: 120px;
    left: -60px;
    top: 28%;
    opacity: 0.55;
  }

  .hero-v2-decor-2 {
    width: 130px;
    right: -70px;
    top: 12%;
    opacity: 0.55;
  }

  .hero-v2-decor-3 {
    display: none;
  }

  .hero-v2-scroll {
    bottom: 16px;
    width: 48px;
    height: 48px;
  }

  .hero-v2-scroll-arrow {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .hero-v2-inner {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .hero-v2-title {
    font-size: 26px;
  }

  .hero-v2-decor-1,
  .hero-v2-decor-2 {
    opacity: 0.4;
  }

  .hero-v2-scroll {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-v2-decor,
  .hero-v2-scroll-ring {
    animation: none;
  }
}

/*
---------------------------------------------
header v2 (goodbit-inspired)
---------------------------------------------
*/

.header-area.header-v2 {
  --header-bg: #1f1f1f;
  --header-pill: #2c2c2c;
  --header-lime: #D4FF31;
  --header-pink: #F1A1E1;
  height: 88px;
  background: transparent;
  border-top: 2px solid var(--header-pink);
  padding: 0;
  text-align: left;
  box-shadow: none;
}

.header-area.header-v2.background-header,
.header-area.header-v2.header-sticky.background-header {
  background: rgba(20, 20, 20, 0.94) !important;
  height: 80px !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top-color: var(--header-pink);
}

.header-area.header-v2 .header-v2-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 28px;
}

.header-area.header-v2 .header-v2-nav,
.header-area.header-v2 .main-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  background: transparent !important;
  float: none;
  overflow: visible;
}

.header-area.header-v2 .main-nav .logo {
  justify-self: start;
}

.header-area.header-v2 .nav.header-v2-menu,
.header-area.header-v2 .main-nav .nav.header-v2-menu {
  justify-self: center;
  grid-column: 2;
}

.header-area.header-v2 .header-v2-actions {
  justify-self: end;
  grid-column: 3;
}

.header-area.header-v2.background-header .header-v2-nav,
.header-area.header-v2.background-header .main-nav {
  min-height: 78px;
}

.header-area.header-v2 .main-nav .logo {
  float: none;
  position: relative;
  z-index: 5;
  height: auto;
  line-height: 1;
  margin-left: 0;
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  flex-shrink: 0;
}

.header-area.header-v2.background-header .main-nav .logo,
.header-area.header-v2.background-header .main-nav .logo span,
.header-area.header-v2 .main-nav .logo span {
  color: #fff !important;
}

.header-area.header-v2 .main-nav .logo img,
.header-area.header-v2.background-header .main-nav .logo img,
.header-area.header-v2.header-sticky .main-nav .logo img {
  filter: none !important;
  width: 34px;
  height: 34px;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.header-area.header-v2 .nav.header-v2-menu,
.header-area.header-v2 .main-nav .nav.header-v2-menu,
.header-area.header-v2.header-sticky .nav.header-v2-menu {
  float: none !important;
  margin: 0 !important;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 8px;
  background: var(--header-pill) !important;
  border-radius: 999px;
  position: relative;
  z-index: 4;
  width: auto;
  justify-self: center;
  grid-column: 2;
}

@media (min-width: 992px) {
  .header-area.header-v2 .nav.header-v2-menu,
  .header-area.header-v2 .main-nav .nav.header-v2-menu,
  .header-area.header-v2.header-sticky .nav.header-v2-menu {
    display: flex !important;
  }

  .header-area.header-v2 .menu-trigger,
  .header-area.header-v2 .main-nav .menu-trigger {
    display: none !important;
  }
}

.header-area.header-v2 .main-nav .nav.header-v2-menu li {
  padding: 0 !important;
  list-style: none;
  width: auto;
  background: transparent !important;
  border: 0 !important;
}

.header-area.header-v2 .main-nav .nav.header-v2-menu li a,
.header-area.header-v2.background-header .main-nav .nav.header-v2-menu li a,
.header-area.header-v2.header-sticky .main-nav .nav.header-v2-menu li a {
  height: auto !important;
  line-height: 1.2 !important;
  padding: 10px 18px !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 999px;
  border: 0 !important;
  opacity: 1 !important;
  background: transparent !important;
}

.header-area.header-v2 .main-nav .nav.header-v2-menu li a:hover,
.header-area.header-v2 .main-nav .nav.header-v2-menu li a.active,
.header-area.header-v2.background-header .main-nav .nav.header-v2-menu li a:hover,
.header-area.header-v2.background-header .main-nav .nav.header-v2-menu li a.active,
.header-area.header-v2.header-sticky .main-nav .nav.header-v2-menu li a:hover,
.header-area.header-v2.header-sticky .main-nav .nav.header-v2-menu li a.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  opacity: 1 !important;
}

.header-area.header-v2 .header-v2-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
  z-index: 5;
  justify-self: end;
  grid-column: 3;
}

.header-area.header-v2 .header-v2-phone {
  color: #fff !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.25s ease;
}

.header-area.header-v2 .header-v2-phone:hover,
.header-area.header-v2 .header-v2-phone:focus,
.header-area.header-v2.background-header .header-v2-phone:hover,
.header-area.header-v2.header-sticky .header-v2-phone:hover {
  color: var(--header-lime) !important;
  text-decoration: none;
}

.header-area.header-v2.background-header .header-v2-phone,
.header-area.header-v2.header-sticky .header-v2-phone {
  color: #fff !important;
}

.header-area.header-v2 .header-v2-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--header-lime);
  color: #111 !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.25s ease, background 0.25s ease;
}

.header-area.header-v2 .header-v2-cta:hover,
.header-area.header-v2 .header-v2-cta:focus {
  background: #e6ff6b;
  color: #111 !important;
  transform: translateY(-1px);
  text-decoration: none;
}

.header-area.header-v2 .menu-trigger span,
.header-area.header-v2 .menu-trigger span:before,
.header-area.header-v2 .menu-trigger span:after,
.header-area.header-v2.background-header .menu-trigger span,
.header-area.header-v2.background-header .menu-trigger span:before,
.header-area.header-v2.background-header .menu-trigger span:after {
  background-color: #fff !important;
}

/* Compact desktop / large tablet */
@media (max-width: 1199px) {
  .header-area.header-v2 .header-v2-wrap {
    padding: 0 20px;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li a {
    padding: 9px 12px !important;
    font-size: 13px;
  }

  .header-area.header-v2 .header-v2-actions {
    gap: 12px;
  }

  .header-area.header-v2 .header-v2-phone {
    font-size: 13px;
  }

  .header-area.header-v2 .header-v2-cta {
    padding: 11px 18px;
    font-size: 12px;
  }
}

/* Tablet + mobile: burger menu */
@media (max-width: 991px) {
  .header-area.header-v2 {
    height: 76px;
    background: rgba(20, 20, 20, 0.96) !important;
  }

  .header-area.header-v2.background-header,
  .header-area.header-v2.header-sticky.background-header {
    height: 76px !important;
  }

  .header-area.header-v2 .header-v2-nav,
  .header-area.header-v2 .main-nav {
    position: relative;
    display: flex;
    grid-template-columns: none;
    min-height: 74px;
    gap: 10px;
  }

  .header-area.header-v2 .main-nav .logo,
  .header-area.header-v2 .header-v2-actions {
    justify-self: auto;
    grid-column: auto;
  }

  .header-area.header-v2 .nav.header-v2-menu,
  .header-area.header-v2 .main-nav .nav.header-v2-menu,
  .header-area.header-v2.header-sticky .nav.header-v2-menu {
    display: none;
    position: absolute !important;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    width: 100% !important;
    margin: 0 !important;
    flex-direction: column;
    align-items: stretch;
    border-radius: 18px;
    padding: 10px;
    background: #2a2a2a !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
    z-index: 50;
  }

  .header-area.header-v2 .header-v2-actions {
    margin-left: auto;
    margin-right: 48px;
    gap: 10px;
  }

  .header-area.header-v2 .header-v2-phone {
    font-size: 12px;
  }

  .header-area.header-v2 .header-v2-cta {
    padding: 10px 16px;
    font-size: 12px;
  }

  .header-area.header-v2 .menu-trigger,
  .header-area.header-v2 .main-nav .menu-trigger {
    display: block !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 40px;
    z-index: 20;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu.active,
  .header-area.header-v2 .main-nav .nav.header-v2-menu[style*="display: block"],
  .header-area.header-v2 .main-nav .nav.header-v2-menu[style*="display:block"] {
    display: flex !important;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    background: transparent !important;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li:first-child {
    border-top: 0 !important;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li:last-child {
    border-bottom: 0 !important;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li a {
    width: 100%;
    text-align: center;
    padding: 14px 16px !important;
    height: auto !important;
    line-height: 1.2 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
  }

  .header-area.header-v2 .main-nav .nav.header-v2-menu li a:hover,
  .header-area.header-v2 .main-nav .nav.header-v2-menu li a.active {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #fff !important;
  }
}

@media (max-width: 767px) {
  .header-area.header-v2 {
    background: rgba(20, 20, 20, 0.97) !important;
    height: 72px;
    padding: 0;
    text-align: left;
    box-shadow: none;
  }

  .header-area.header-v2.background-header,
  .header-area.header-v2.header-sticky.background-header {
    height: 72px !important;
  }

  .header-area.header-v2 .header-v2-wrap {
    padding: 0 16px;
  }

  .header-area.header-v2 .header-v2-nav,
  .header-area.header-v2 .main-nav {
    min-height: 70px;
  }

  .header-area.header-v2 .main-nav .logo {
    color: #fff !important;
    font-size: 16px;
    gap: 8px;
  }

  .header-area.header-v2 .main-nav .logo img {
    width: 30px;
    height: 30px;
  }

  .header-area.header-v2 .header-v2-actions {
    margin-right: 42px;
    gap: 8px;
  }

  .header-area.header-v2 .header-v2-phone {
    display: none;
  }

  .header-area.header-v2 .header-v2-cta {
    padding: 9px 14px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .header-area.header-v2 .main-nav .logo span {
    max-width: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-area.header-v2 .header-v2-cta {
    padding: 8px 12px;
    font-size: 11px;
  }
}

/*
---------------------------------------------
site v2 — global goodbit rhythm
---------------------------------------------
*/

:root {
  --site-bg-dark: #141414;
  --site-bg-dark-2: #1a1a1a;
  --site-bg-light: #ffffff;
  --site-text: #111111;
  --site-muted: #5a5a5a;
  --site-lime: #D4FF31;
  --site-pink: #F1A1E1;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--site-text);
  background: var(--site-bg-light);
}

.site-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.site-section-light {
  background: var(--site-bg-light);
  color: var(--site-text);
}

.site-section-dark {
  background: var(--site-bg-dark);
  color: #fff;
}

.site-heading {
  text-align: center;
  margin: 0 auto 56px;
  max-width: 720px;
}

.site-heading h2 {
  margin: 0 0 14px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: inherit;
}

.site-heading p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--site-muted);
}

.site-section-dark .site-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.site-pill {
  display: inline-block;
  padding: 0.08em 0.42em 0.14em;
  border-radius: 999px;
  background: var(--site-pink);
  color: #111;
  line-height: 1.15;
}

.site-pill-dark {
  background: var(--site-pink);
  color: #111;
}

.site-btn-lime {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--site-lime);
  color: #111 !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.site-btn-lime:hover {
  background: #e6ff6b;
  color: #111 !important;
  transform: translateY(-2px);
  text-decoration: none;
}

/* About */
.about-v2-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  align-items: center;
}

.site-heading-left {
  text-align: left;
  margin: 0 0 20px;
}

.about-v2-services .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.about-v2-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-top: 8px;
}

.about-v2-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

.method-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* Method */
.method-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.method-decor {
  position: absolute;
  right: -20px;
  top: 24px;
  width: min(340px, 34vw);
  height: auto;
  pointer-events: none;
  z-index: 0;
}

.method-decor-img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: screen;
  animation: heroFloat 8s ease-in-out infinite;
}

.method-decor-1 {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
}

.method-head {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin-bottom: 56px;
}

.method-title {
  margin: 0 0 18px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.method-subtitle {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.method-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.method-card {
  background: #fff;
  border-radius: 22px;
  padding: 28px 24px 30px;
  color: #111;
  min-height: 240px;
  transition: transform 0.25s ease;
}

.method-card:hover {
  transform: translateY(-4px);
}

.method-num {
  display: block;
  margin-bottom: 28px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px #111;
}

.method-card h3 {
  margin: 0 0 12px;
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.method-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #555;
}

/* Services */
#services .services-grid,
.about-v2-services .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.service-tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  min-height: 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #f2f2f2;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.service-tile:hover {
  transform: translateY(-2px);
  background: #ececec;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.service-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #141414;
  flex-shrink: 0;
}

.service-tile-icon img,
.service-tile img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.service-tile h4 {
  margin: 0;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  line-height: 1.25;
}

/* Pricing overrides */
#pricing.site-section-light {
  background: #f7f7f7;
}

#pricing .site-heading h2,
#projects .site-heading h2,
#contact-us .site-heading h2 {
  color: #111;
}

#pricing .pricing-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  box-shadow: none;
}

#pricing .pricing-card-featured {
  background: var(--site-bg-dark);
  border-color: transparent;
  transform: none;
}

#pricing .pricing-card-featured .pricing-label,
#pricing .pricing-card-featured .pricing-card-top h3,
#pricing .pricing-card-featured .pricing-amount,
#pricing .pricing-card-featured .pricing-amount strong,
#pricing .pricing-card-featured .pricing-from,
#pricing .pricing-card-featured .pricing-features li {
  color: #fff;
}

#pricing .pricing-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  color: var(--site-muted);
}

#pricing .pricing-card-top h3 {
  font-family: 'Unbounded', sans-serif;
}

#pricing .pricing-amount strong {
  font-family: 'Unbounded', sans-serif;
}

#pricing .pricing-btn {
  border-radius: 999px;
  font-family: 'Unbounded', sans-serif;
  background: var(--site-lime);
  color: #111;
  border: none;
}

#pricing .pricing-btn:hover {
  background: #e6ff6b;
  color: #111;
}

#pricing .pricing-card-featured .pricing-btn {
  background: var(--site-lime);
  color: #111;
}

/* CTA / subscribe */
#subscribe.site-section-dark {
  background: var(--site-bg-dark) !important;
  background-image: none !important;
  text-align: center;
}

#subscribe .cta-block {
  max-width: 720px;
  margin: 0 auto;
}

#subscribe .cta-title {
  margin: 0 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
}

#subscribe .cta-text {
  margin: 0 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

#subscribe .subscribe-phone {
  display: block;
  margin: 0 auto 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
}

#subscribe .subscribe-phone:hover {
  color: var(--site-lime) !important;
}

/* Projects */
#projects.site-section-light {
  background: #fff;
}

#projects .portfolio-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #fff;
  box-shadow: none;
}

#projects .portfolio-info h3 {
  font-family: 'Unbounded', sans-serif;
  font-size: 16px;
}

#projects .portfolio-link {
  font-family: 'Unbounded', sans-serif;
  font-size: 12px;
  color: #111;
}

#projects .portfolio-link:hover {
  color: #111;
  opacity: 0.7;
}

#projects .portfolio-note {
  font-family: 'Unbounded', sans-serif;
  color: var(--site-muted);
}

/* Partners */
#partners.site-section-dark {
  background: var(--site-bg-dark-2) !important;
  background-image: none !important;
}

#partners::before {
  display: none;
}

#partners .partner-card {
  background: #fff;
  border-radius: 22px;
  border: none;
  box-shadow: none;
  color: #111;
}

#partners .partner-card h3 {
  font-family: 'Unbounded', sans-serif;
  color: #111;
}

#partners .partner-label {
  font-family: 'Unbounded', sans-serif;
  font-size: 11px;
  color: var(--site-muted);
}

#partners .partner-card p {
  color: #555;
}

#partners .partners-heading h2 {
  color: #fff;
}

/* Contact */
#contact-us.site-section-light {
  background: #f7f7f7;
}

.contact-block {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

#contact-us .contact-info {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

#contact-us .contact-info li {
  margin: 0;
  width: 100%;
  max-width: 480px;
}

#contact-us .contact-info a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 22px;
  border-radius: 18px;
  background: #fff;
  color: #111;
  font-family: 'Unbounded', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

#contact-us .contact-info a:hover {
  transform: translateY(-2px);
  background: #fff;
  color: #111;
}

#contact-us .contact-info img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

#contact-us .contact-messengers-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 18px 22px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  color: #111;
  font-family: 'Unbounded', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease;
}

#contact-us .contact-messengers-btn:hover {
  transform: translateY(-2px);
  background: #fff;
}

#contact-us .contact-messengers-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

#contact-us .contact-messengers-icons img {
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 10px;
  background: #141414;
  object-fit: contain;
}

button.site-btn-lime {
  border: 0;
  cursor: pointer;
  font-family: 'Unbounded', sans-serif;
}

/* Footer */
footer.site-footer,
.site-footer {
  background: var(--site-bg-dark) !important;
  color: rgba(255, 255, 255, 0.75);
  padding: 48px 0 36px;
}

.site-footer .left-text-content p,
.site-footer .right-text-content p,
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.site-footer .footer-phone a {
  font-family: 'Unbounded', sans-serif;
  color: #fff !important;
}

.site-footer .footer-phone a:hover,
.site-footer .footer-links a:hover {
  color: var(--site-lime) !important;
}

.site-footer .social-icons-links a {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

.site-footer .social-icons-links a:hover {
  opacity: 1;
}

/* Cookie */
.cookie-banner {
  background: rgba(20, 20, 20, 0.96);
  color: #fff;
}

.cookie-accept {
  background: var(--site-lime) !important;
  color: #111 !important;
  border-radius: 999px !important;
  font-family: 'Unbounded', sans-serif;
}

#preloader {
  background-image: none !important;
  background: var(--site-bg-dark) !important;
}

#preloader .jumper > div {
  background-color: var(--site-lime);
}

/* Responsive */
@media (max-width: 991px) {
  .site-section {
    padding: 72px 0;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .stats-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }

  .method-decor {
    width: 240px;
    height: 180px;
    right: -60px;
    top: 20px;
    opacity: 0.7;
  }

  .method-grid,
  .method-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .about-v2-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #services .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Messenger chooser modal */
body.messenger-modal-open {
  overflow: hidden;
}

.messenger-modal[hidden] {
  display: none !important;
}

.messenger-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.messenger-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.messenger-modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 400px;
  padding: 36px 28px 28px;
  border-radius: 24px;
  background: #fff;
  color: #111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.messenger-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.55;
}

.messenger-modal-close:hover {
  opacity: 1;
}

.messenger-modal-title {
  margin: 0 0 8px;
  font-family: 'Unbounded', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: center;
}

.messenger-modal-text {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--site-muted);
  text-align: center;
}

.messenger-modal-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.messenger-modal-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f7f7f7;
  color: #111 !important;
  text-decoration: none !important;
  font-family: 'Unbounded', sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
}

.messenger-modal-item:hover {
  background: #ececec;
  transform: translateY(-1px);
  color: #111 !important;
}

.messenger-modal-item img {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 12px;
  background: #141414;
  object-fit: contain;
  flex-shrink: 0;
}

.header-area.header-v2 .header-v2-cta.js-messenger-open,
button.header-v2-cta {
  border: 0;
  cursor: pointer;
  font-family: 'Unbounded', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Free consultation */
.consult-section {
  text-align: center;
  padding: 88px 0;
  background:
    radial-gradient(ellipse 50% 40% at 15% 70%, rgba(241, 161, 225, 0.18), transparent 60%),
    radial-gradient(ellipse 45% 35% at 85% 25%, rgba(212, 255, 49, 0.12), transparent 55%),
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(255, 255, 255, 0.04), transparent 50%),
    var(--site-bg-dark) !important;
}

.consult-block {
  max-width: 640px;
  margin: 0 auto;
}

.consult-title {
  margin: 0 0 16px;
  font-family: 'Unbounded', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4.5vw, 48px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.consult-text {
  margin: 0 auto;
  max-width: 520px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
}

.consult-section .site-btn-lime {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .site-section {
    padding: 64px 0;
  }

  .site-heading {
    margin-bottom: 36px;
  }

  .stats-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .stats-copy p {
    text-align: left;
  }

  .method-head {
    margin-bottom: 32px;
  }

  .method-decor {
    display: none;
  }

  .method-grid,
  .method-grid-3,
  #services .services-grid,
  .about-v2-services .services-grid {
    grid-template-columns: 1fr;
  }

  .method-card {
    min-height: 0;
  }

  #contact-us .contact-info a {
    font-size: 13px;
    padding: 16px 14px;
  }

  .consult-section {
    padding: 72px 0;
  }
}
