--------------------------------------------------------------------------------------------------- */
:root {
    --primary: #3B82F6;
    --secondary: #06B6D4;
    --accent: #22D3EE;

    --dark: #0F172A;
    --text: #334155;

    --background: #F5FBFF;
    --white: #FFFFFF;

    --gradient: linear-gradient(135deg,
        #3B82F6 0%,
        #06B6D4 100%);
}

body,
html {
  font-family: "Samsung Sharp Sans", sans-serif;
  overflow-x: hidden;
  background: var(--background);
}

p {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

.row hr {
  margin-top: -65px;
}

figure {
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  height: 60px;
  border: 0;
  outline: none;
  padding-left: 30px;
}
@media (max-width: 992px) {
  input,
  textarea {
    padding-left: 20px;
  }
}

input:focus,
textarea:focus {
  border-color: #3B82F6 !important;
}

body.two input:focus,
body.two textarea:focus {
  border-color: #22D3EE !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  padding: 20px;
}

h1 {
  font-size: 90px;
  line-height: 100px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 74px;
    line-height: 84px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 556px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}
@media (max-width: 556px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  display: block;
}

figure {
  overflow: hidden;
}

.gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 556px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.btn {
  padding: 17px 46px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #3B82F6, #3B82F6, #3B82F6, #3B82F6 );
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .btn {
    padding: 17px 30px;
  }
}

.btn:hover {
  color: #fff;
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

body.two .btn {
  text-transform: capitalize;
  border-radius: 50px;
  line-height: 16px;
  overflow: hidden;
  padding: 19px 48px;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: pre;
  z-index: 1;
  border: 0;
  color: #000;
  background-color: #22D3EE;
  background-image: none;
}
body.two .btn::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 167px;
  min-width: 167px;
  position: absolute;
  top: 100%;
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  z-index: -1;
  left: 0;
}
body.two .btn:hover::after {
  transform: scale(2.47) translateY(0);
  top: 100%;
}

body.three .btn {
  text-transform: capitalize;
  border-radius: 50px;
  line-height: 16px;
  overflow: hidden;
  padding: 19px 48px;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: pre;
  z-index: 1;
  border: 0;
  background-color: #3B82F6;
  background-image: none;
}
@media (max-width: 992px) {
  body.three .btn {
    padding: 14px 40px;
    font-size: 14px;
  }
}
body.three .btn::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 167px;
  min-width: 167px;
  position: absolute;
  top: 100%;
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  z-index: -1;
  left: 0;
}
body.three .btn:hover {
  color: #000;
}
body.three .btn:hover::after {
  transform: scale(2.47) translateY(0);
  top: 100%;
}

body.two .btn-center .btn:after,
body.three .btn-center .btn:after {
  background-color: #000000;
}

body.three .btn-center .btn:hover,
body.two .btn-center .btn:hover {
  color: #fff;
}

#scroll-percentage {
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--common-colour);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1011;
}
@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@keyframes scrollToTop {
  0% {
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.hover-img-two {
  position: relative;
  transition: all 300ms ease;
}
.hover-img-two:hover .imgg img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.hover-img-two:hover .imgg img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.hover-img-two .imgg {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-img-two .imgg img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
}
.hover-img-two .imgg img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.hoverimg figure {
  position: relative;
}
.hoverimg figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.hoverimg:hover figure::before {
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
ul.social-icon {
  display: flex;
}
ul.social-icon li {
  margin-right: 6px;
}
ul.social-icon i {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: color 0.33s linear 0.5s, border-color ease-out 0.5s, background-color 0.33s linear 0s;
  vertical-align: bottom;
  width: 48px;
  z-index: 1;
}
ul.social-icon i:hover {
  color: #ffffff;
  border-color: #3B82F6;
}
ul.social-icon i:after {
  background-color: #3B82F6;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  height: 67px;
  position: absolute;
  top: 0;
  transform: scale(1) translateY(67px);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  width: 67px;
  z-index: -1;
}

ul.social-icon i:hover i {
  color: #ffffff;
}

ul.social-icon i:hover:after {
  transform: scale(1.47) translateY(0);
}

body.two ul.social-icon i:hover {
  border-color: #22D3EE;
  color: #000;
}
body.two ul.social-icon i:after {
  background-color: #22D3EE;
}

body.three ul.social-icon i:hover {
  border-color: #3B82F6;
}
body.three ul.social-icon i:after {
  background-color: #3B82F6;
}

.heading {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .heading {
    padding-bottom: 40px;
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .heading {
    padding-bottom: 40px;
    width: 90%;
  }
}
@media (max-width: 992px) {
  .heading {
    width: 100%;
    padding-bottom: 30px;
  }
}
.heading > span {
  display: block;
  color: #000;
  padding-top: 20px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .heading > span {
    font-size: 16px;
  }
}
.heading h2 {
  font-weight: bold;
  font-weight: 800;
  font-size: 70px;
}
@media (max-width: 1400px) {
  .heading h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .heading h2 {
    font-size: 28px;
  }
}
.heading h2 span {
  border-bottom: 3px solid #3B82F6;
}
.heading h3 {
  font-weight: bold;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
.heading h3 span {
  border-bottom: 3px solid #3B82F6;
}
@media (max-width: 1400px) {
  .heading h3 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 556px) {
  .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.heading h4 {
  font-weight: bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.heading h4 span {
  border-bottom: 3px solid #3B82F6;
}
@media (max-width: 1400px) {
  .heading h4 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .heading h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .heading h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

.heading.two {
  width: 100%;
  text-align: left;
}
.heading.two h6 {
  font-size: 26px;
  width: 69%;
  line-height: 40px;
  padding-top: 14px;
  color: #444444;
}
@media (max-width: 1400px) {
  .heading.two h6 {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .heading.two h6 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .heading.two h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.heading.two p {
  padding-top: 20px;
}
.heading.two > span {
  padding-top: 0;
}
.heading.two > span.st2 {
  position: relative;
  padding-top: 0;
  display: inline-block;
}
.heading.two > span.st2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 76px;
  height: 1px;
  background-color: #444444;
  right: -86px;
  left: auto;
  top: 11px;
}

body.two .heading h2 span {
  border-bottom: 3px solid #3B82F6;
}
body.two .heading h3 span {
  border-bottom: 3px solid #3B82F6;
}
body.two .heading h4 span {
  border-bottom: 3px solid #3B82F6;
}

body.three .heading h2 span {
  border-bottom: 3px solid #3B82F6;
}
body.three .heading h3 span {
  border-bottom: 3px solid #3B82F6;
}
body.three .heading h4 span {
  border-bottom: 3px solid #3B82F6 ;
}

.accordion-section {
  background-color: #f5f6fa;
  padding-top: 92px;
}
@media (max-width: 992px) {
  .accordion-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .accordion-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.accordion-section .heading.two {
  padding-top: 80px;
  width: 90%;
  margin: 0;
}
@media (max-width: 992px) {
  .accordion-section .heading.two {
    width: 100%;
    padding-top: 0;
  }
}

.accordion {
  width: 100%;
}
.accordion .content {
  margin-bottom: 20px;
  padding: 12px 0px;
  padding-top: 0px;
  border: 0;
}
.accordion .content p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.accordion .title {
  text-align: start;
  padding: 24px;
  padding-right: 0;
  color: #000;
  font-size: 20px;
  padding-left: 0;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 !important;
  background-color: #f5f6fa;
}
.accordion .accordion-item:first-of-type {
  border-radius: 0;
}
.accordion .accordion-item.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #444444;
  border-radius: 0;
}
.accordion .accordion-item.active .heading {
  color: #000;
}
.accordion .accordion-item.active .icon:after {
  width: 0;
}
.accordion .accordion-item.active .icon:before {
  background: #000;
}
.accordion .accordion-item.active .title {
  background-color: transparent;
  border: 0;
  padding-bottom: 14px;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 0 !important;
}
.accordion .accordion-item .heading {
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  transition: 0.3s ease-in-out;
  padding-bottom: 0px;
}
.accordion .accordion-item .icon {
  display: block;
  position: absolute;
  top: 47%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateY(-50%);
  right: 1px;
  background-color: transparent;
}
.accordion .accordion-item .icon:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
.accordion .accordion-item .icon:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion .accordion-item .content {
  display: none;
}
.accordion .accordion-img {
  position: relative;
}
.accordion .accordion-img figure.accordion-img-two {
  background-color: #000;
  margin-top: -156px;
  margin-left: 130px;
}
.accordion .accordion-img img.dots {
  top: auto;
  z-index: 0;
  right: -5%;
  bottom: 0;
}

@media (max-width: 1200px) {
  .accordion-img img {
    width: 100%;
    padding-top: 140px;
  }
}
@media (max-width: 992px) {
  .accordion-img img {
    display: none;
  }
}

body.three .accordion-section {
  padding-top: 120px;
}
body.three .accordion-section .heading.two {
  padding-top: 0px;
}
@media (max-width: 992px) {
  body.three .accordion-section.for {
    padding-top: 60px;
  }
}
body.three .accordion-section.for .accordion-img {
  margin-top: 120px;
}
@media (max-width: 1400px) {
  body.three .accordion-section.for .accordion-img {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  body.three .accordion-section.for .accordion-img {
    margin: 0;
  }
}

.breadcrumb {
  position: relative;
  padding-top: 10px;
}
.breadcrumb li.breadcrumb-item {
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item a {
  color: #c6c6c6;
  transition: 0.5s ease-in-out;
}
.breadcrumb li.breadcrumb-item a:hover {
  color: #3B82F6;
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item a {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item.active {
  color: #c6c6c6;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "-") !important;
  color: #c6c6c6;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-top: 0;
  }
}

.theme-pagination {
  margin-top: 60px;
}
.theme-pagination .pagination {
  justify-content: center;
}
.theme-pagination ul.pagination li a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 !important;
  border: 0;
  width: 55px;
  margin-right: 5px;
  background-color: #f4f4f4;
}
@media (max-width: 556px) {
  .theme-pagination ul.pagination li a {
    font-size: 14px;
    height: 40px;
    width: 42px;
    margin-right: 2px;
  }
}
.theme-pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #444444;
}
.theme-pagination ul.pagination li a i {
  font-size: 15px;
}
.theme-pagination ul.pagination li:first-child {
  margin-right: 1px;
}
.theme-pagination ul.pagination li:first-child a {
  padding: 0 45px;
  background-color: #0F172A;
  color: #ffffff;
  border: 1px solid #0F172A;
}
.theme-pagination ul.pagination li:first-child a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:first-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:first-child a:hover {
  background-color: transparent;
}
.theme-pagination ul.pagination li:last-child {
  margin-left: 1px;
}
.theme-pagination ul.pagination li:last-child a {
  padding: 0 45px;
  background-color: #0F172A;
  color: #ffffff;
  border: 1px solid #0F172A;
}
.theme-pagination ul.pagination li:last-child a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:last-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:last-child a:hover {
  background-color: transparent;
}
.theme-pagination ul.pagination li.space a {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}
.theme-pagination ul.pagination li.space a:hover {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}

.btn-center {
  text-align: center;
  margin-top: 60px;
}

/*=====================================
        SipSync Premium Loader
=====================================*/

.preloader{

    position:fixed;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    background:
        radial-gradient(circle at top left,#22D3EE22,transparent 35%),
        radial-gradient(circle at bottom right,#3B82F622,transparent 40%),
        linear-gradient(180deg,#F8FBFF,#EAF7FF);

    z-index:9999999;

    transition:opacity .8s ease, visibility .8s ease;

}

.page-loaded .preloader{

    opacity:0;

    visibility:hidden;

}

.loader-wrapper{

    text-align:center;

    position:relative;

}

.glass-loader{

    width:150px;

    height:150px;

    margin:auto;

    border-radius:50%;

    background:rgba(255,255,255,.35);

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.6);

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    box-shadow:
        0 20px 60px rgba(14,165,233,.18),
        inset 0 0 25px rgba(255,255,255,.4);

}

.ring{

    position:absolute;

    inset:-10px;

    border-radius:50%;

    border:3px solid transparent;

    border-top-color:#0EA5E9;

    border-right-color:#22D3EE;

    animation:rotate 2.4s linear infinite;

}

.logo{

    font-size:58px;

    animation: 2s ease-in-out infinite;

}

.loader-wrapper h2{

    margin-top:35px;

    margin-bottom:10px;

    font-size:36px;

    font-weight:700;

    color:#0F172A;

    letter-spacing:.5px;

}

.loader-wrapper p{

    margin:0;

    color:#64748B;

    font-size:18px;

}

.loading-dots{

    margin-top:25px;

    display:flex;

    justify-content:center;

    gap:10px;

}

.loading-dots span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#0EA5E9;

    animation:dots 1.4s infinite ease-in-out;

}

.loading-dots span:nth-child(2){

    animation-delay:.2s;

}

.loading-dots span:nth-child(3){

    animation-delay:.4s;

}

/* Floating Bubbles */

.preloader::before,
.preloader::after{

    content:"";

    position:absolute;

    width:18px;

    height:18px;

    border-radius:50%;

    background:rgba(34,211,238,.22);

    animation:bubble 6s linear infinite;

}

.preloader::before{

    left:20%;

    bottom:-20px;

}

.preloader::after{

    right:18%;

    bottom:-35px;

    width:26px;

    height:26px;

    animation-duration:8s;

}

@keyframes rotate{

from{
transform:rotate(0deg);
}

to{
transform:rotate(360deg);
}

}


@keyframes dots{

0%,80%,100%{

opacity:.3;

transform:scale(.7);

}

40%{

opacity:1;

transform:scale(1.2);

}

}

@keyframes bubble{

0%{

transform:translateY(0) scale(.5);

opacity:0;

}

20%{

opacity:.5;

}

100%{

transform:translateY(-120vh) scale(1.6);

opacity:0;

}

}
/* 01. header */
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
  #stickyHeader.slideUp {
    top: 0;
    border: 0;
    z-index: 11111;
    position: fixed;
    border-radius: 0;
    left: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #000;
  }
}
header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 20px;
}
header .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  header .top-bar .logo img {
    width: 120px;
  }
}
@media (max-width: 450px) {
  header .top-bar .logo img {
    width: 140px;
  }
}
header .top-bar ul {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .top-bar ul {
    display: none;
  }
}
header .top-bar ul li {
  padding-right: 50px;
}
@media (max-width: 1400px) {
  header .top-bar ul li {
    padding-right: 30px;
  }
}
header .top-bar ul li a {
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  transition: 0.5s ease-in-out;
}
header .top-bar ul li a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
header .top-bar ul li a:hover::before {
  width: 100%;
}
@media (max-width: 1400px) {
  header .top-bar ul li a {
    font-size: 14px;
  }
}
header .login {
  display: flex;
  align-items: center;
}
header .login .btn {
  padding: 17px 40px;
  margin-left: 15px;
  background-color: #ffffff;
  background-image: none;
  color: #000;
  transition: 0.5s ease-in-out;
}
header .login .btn:hover {
  background-color: #3B82F6;
  color: #ffffff;
}
@media (max-width: 1400px) {
  header .login .btn {
    padding: 14px 34px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  header .login .btn {
    padding: 12px 20px;
    margin-left: 0px;
    font-size: 14px;
  }
}
header .login > a {
  font-size: 18px;
  font-weight: bold;
}
header .login h4 {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  header .login h4 {
    display: none;
  }
}
header .login h4 a {
  padding-left: 10px;
  position: relative;
  color: #fff;
  transition: 0.5s ease-in-out;
}
header .login h4 a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
header .login h4 a:hover::before {
  width: 93%;
}

.clients-slider .item {
  display: flex;
  justify-content: center;
}

body.two header .btn::after {
  background-color: #22D3EE;
}

body.three header .btn::after {
  background-color: #3B82F6;
}

body.two header .btn:hover {
  color: #000;
  background-color: #fff;
}

footer {
  background-color: #0F172A;
  position: relative;
}
footer img.shap1 {
  width: 80px;
}
footer .heading.two {
  padding-bottom: 30px;
  width: 90% !important;
  margin: 0;
}
@media (max-width: 1200px) {
  footer .heading.two {
    width: 100% !important;
  }
}
footer .heading.two h4,
footer .heading.two p {
  color: #fff;
}
footer form#subscribe-form {
  width: 90% !important;
  position: relative;
}
@media (max-width: 1200px) {
  footer form#subscribe-form {
    width: 100% !important;
  }
}
footer form#subscribe-form input {
  background-color: rgba(255, 255, 255, 0.0901960784);
  border: 1px solid #ffffff;
  border-radius: 51px;
  color: #ffffff;
}
footer form#subscribe-form input::-moz-placeholder {
  color: #ffffff;
}
footer form#subscribe-form input::placeholder {
  color: #ffffff;
}
footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 14px 50px;
  top: 4px;
}
@media (max-width: 1400px) {
  footer form#subscribe-form .btn {
    padding: 14px 40px;
  }
}
@media (max-width: 450px) {
  footer form#subscribe-form .btn {
    padding: 14px 30px;
  }
}
footer .footer-text {
  padding-top: 40px;
}
footer .footer-text h4 {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 13px;
}
footer .footer-text h4 a {
  color: #ffffff;
  transition: 0.5s ease-in-out;
}
footer .footer-text h4 a:hover {
  color: #3B82F6;
}
@media (max-width: 992px) {
  footer .useful-link {
    padding-top: 40px;
  }
}
footer .useful-link h3 {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 450px) {
  footer .useful-link h3 {
    font-size: 22px;
  }
}
footer .useful-link h3::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #3B82F6;
  bottom: -3px;
}
footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
footer .useful-link ul a {
  color: #ebebeb;
  transition: 0.5s ease-in-out;
}
footer .useful-link ul a:hover {
  color: #3B82F6;
}
footer .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 45px;
  padding-top: 70px;
}
@media (max-width: 768px) {
  footer .copy-right {
    padding-bottom: 25px;
    padding-top: 50px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 20px;
  }
}
footer .copy-right p {
  color: #fff;
}

body.two footer {
  background-color: #000;
}
body.two footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 18px 50px;
  top: 4px;
}
@media (max-width: 450px) {
  body.two footer form#subscribe-form .btn {
    padding: 18px 30px;
  }
}
body.two footer .useful-link h3::before {
  background-color: #22D3EE;
}
body.two footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  body.two footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
body.two footer .useful-link ul a:hover {
  color: #22D3EE;
}
body.two footer .footer-text h4 a:hover {
  color: #22D3EE;
}

@media (max-width: 992px) {
  body.three footer {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body.three footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 18px 50px;
  top: 4px;
}
@media (max-width: 450px) {
  body.three footer form#subscribe-form .btn {
    padding: 18px 30px;
  }
}
body.three footer .useful-link h3::before {
  background-color: #3B82F6;
}
body.three footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  body.three footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
body.three footer .useful-link ul a:hover {
  color: #3B82F6;
}
body.three footer .footer-text h4 a:hover {
  color: #3B82F6;
}

img.shap2 {
  right: 4%;
  position: absolute;
  width: 120px;
  top: 30%;
  animation: shap-rotate 28s infinite;
}
@media (max-width: 1400px) {
  img.shap2 {
    right: 2%;
    width: 110px;
  }
}
@media (max-width: 1200px) {
  img.shap2 {
    width: 100px;
    top: 64%;
  }
}

.partner {
  text-align: center;
}

.partner.hover-img-two .imgg img {
  width: auto;
  margin: auto;
}
@media (max-width: 1400px) {
  .partner.hover-img-two .imgg img {
    width: 130px;
  }
}

.hero-section {
  background-color: #0F172A;
  padding-top: 227px;
  padding-bottom: 45px;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .hero-section {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .hero-section {
    padding-top: 150px;
  }
}
.hero-section .btnvideo {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 480px) {
  .hero-section .btnvideo {
    gap: 12px;
  }
}
.hero-section .btnvideo .video {
  margin: 0;
}
@media (max-width: 480px) {
  .hero-section .btnvideo .video {
    margin: 0px;
    margin-left: 30px;
  }
}
.hero-section .btnvideo .video i {
  animation: shadow-pulse 1s infinite;
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-image: none;
  border: 1px solid #ffffff;
}
.hero-section .btnvideo .video svg {
  fill: #ffffff;
}
@media (max-width: 1400px) {
  .hero-section img.shap1 {
    bottom: 6%;
    left: 1%;
  }
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 865px;
  height: 865px;
  background-image: linear-gradient(180deg, #06B6D4, #ed2a47);
  border-radius: 50%;
  right: 6%;
  top: -2%;
}
@media (max-width: 1400px) {
  .hero-section::before {
    width: 724px;
    height: 724px;
    right: 2%;
  }
}
@media (max-width: 1200px) {
  .hero-section::before {
    width: 670px;
    height: 673px;
    right: 2%;
  }
}
@media (max-width: 992px) {
  .hero-section::before {
    display: none;
  }
}
.hero-section .hero-text {
  position: relative;
  z-index: 11;
}
.hero-section .hero-text > span {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
}
@media (max-width: 1200px) {
  .hero-section .hero-text > span {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.hero-section .hero-text h1 {
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 88px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .hero-section .hero-text h1 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 72px;
    line-height: 82px;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-text h1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 556px) {
  .hero-section .hero-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-text h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero-section .hero-text p {
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  padding-bottom: 40px;
}
.hero-section .hero-img img {
  transform: translateX(-122px);
}
@media (max-width: 1400px) {
  .hero-section .hero-img img {
    width: 122%;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-img img {
    width: 100%;
    margin-top: 50px;
    transform: translateX(0px);
  }
}
.hero-section .price {
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 40px;
  text-align: center;
  position: absolute;
  bottom: -14%;
  right: 8%;
}
@media (max-width: 992px) {
  .hero-section .price {
    bottom: 2%;
  }
}
@media (max-width: 768px) {
  .hero-section .price {
    width: 160px;
    height: 160px;
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .hero-section .price {
    width: 140px;
    height: 140px;
    padding-top: 16px;
    bottom: -8%;
  }
}
.hero-section .price span {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-section .price span {
    font-size: 17px;
    font-weight: bold;
  }
}
.hero-section .price h5 {
  font-size: 72px;
  line-height: 60px;
  padding-top: 6px;
  color: #3B82F6;
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section .price h5 {
    font-size: 60px;
    line-height: 46px;
    padding-top: 6px;
  }
}
@media (max-width: 480px) {
  .hero-section .price h5 {
    font-size: 50px;
    line-height: 40px;
    padding-top: 6px;
  }
}
.hero-section .price h5 sup {
  font-size: 40px;
}
@media (max-width: 768px) {
  .hero-section .price h5 sup {
    font-size: 32px;
  }
}
.hero-section .price del {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-section .price del {
    font-size: 24px;
  }
}
.hero-section .hero-img {
  position: relative;
}
.google-star {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .google-star {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
}
@media (max-width: 1400px) and (max-width: 480px) {
  .google-star {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.google-star > div {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 556px) {
  .google-star > div {
    margin-right: 20px;
    gap: 20px;
  }
}
.google-star img {
  filter: invert(1);
}
.google-star ul {
  display: flex;
  padding-left: 20px;
  gap: 5px;
  color: #fff;
}
@media (max-width: 480px) {
  .google-star ul {
    padding-left: 0;
  }
}
.google-star ul li > i {
  font-size: 12px;
}

img.shap1 {
  animation: shap-rotate 25s infinite;
  position: absolute;
  bottom: 10%;
  left: 3%;
}
@media (max-width: 1400px) {
  img.shap1 {
    width: 100px;
  }
}
@media (max-width: 556px) {
  img.shap1 {
    display: none;
  }
}

@keyframes shap-rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.about-text h4 {
  border-bottom: 3px solid #3B82F6;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.about-text ul li {
  font-size: 18px;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .about-text ul li {
    font-size: 16px;
  }
}
.about-text ul li i {
  color: #3B82F6;
  padding-right: 14px;
}
@media (max-width: 992px) {
  .about-text .about-text {
    margin-bottom: 30px;
  }
}

.about-text p {
  z-index: 11;
  position: relative;
}

body.three .about-text h4 {
  border-bottom: 3px solid #3B82F6;
}
body.three .about-text ul li i {
  color: #3B82F6;
}

.about-conter {
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
.about-conter h3 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .about-conter h3 {
    font-size: 24px;
  }
}
.about-conter .count-text h2 {
  font-size: 90px;
  font-weight: bold;
  color: #3B82F6;
}
@media (max-width: 1400px) {
  .about-conter .count-text h2 {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .about-conter .count-text h2 {
    font-size: 60px;
  }
}

.about-conter.two {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .about-conter.two {
    border: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .about-conter.two {
    border: 0;
    margin-bottom: 40px;
  }
}

.about-img img {
  transform: translateX(-120px);
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about-img img {
    transform: translateX(-68px);
    margin-top: 103px;
    width: 130%;
  }
}
@media (max-width: 1200px) {
  .about-img img {
    display: none;
  }
}

@media (max-width: 992px) {
  #about .about-text {
    padding-bottom: 40px;
  }
}

form#contact-form h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 6px;
}
@media (max-width: 450px) {
  form#contact-form h3 {
    font-size: 32px;
  }
}

.get-a-quote {
  margin-bottom: 16px;
  background-color: #0F172A;
  padding: 54px;
  position: relative;
  padding-top: 60px;
  z-index: 11;
}
.get-a-quote:hover > i:before {
  animation: top-bottom 1s infinite;
}
@media (max-width: 1400px) {
  .get-a-quote {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .get-a-quote {
    margin-top: 80px;
  }
}
@media (max-width: 450px) {
  .get-a-quote {
    padding: 20px;
  }
}
.get-a-quote > i {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: linear-gradient(90deg, #ed2b46, #ec4c26);
  font-size: 50px;
  border-radius: 50%;
  top: -8%;
  right: 5%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .get-a-quote > i {
    width: 84px;
    height: 84px;
    font-size: 40px;
  }
}
.get-a-quote h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 29px;
}
.get-a-quote p {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.get-a-quote input,
.get-a-quote input[type=number] {
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 45px;
  padding: 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.get-a-quote input::-moz-placeholder, .get-a-quote input[type=number]::-moz-placeholder {
  color: #ffffff;
}
.get-a-quote input::placeholder,
.get-a-quote input[type=number]::placeholder {
  color: #ffffff;
}
.get-a-quote .radio-button {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  display: flex;
  margin-bottom: 35px;
  align-items: normal;
}
@media (max-width: 1400px) {
  .get-a-quote .radio-button {
    margin-bottom: 26px;
  }
}
@media (max-width: 992px) {
  .get-a-quote .radio-button {
    margin-bottom: 10px;
  }
}
.get-a-quote .radio-button label {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.get-a-quote .radio-button input {
  width: 22px;
  height: 22px;
}
.get-a-quote .btn {
  width: 100%;
}

.video {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .video {
    margin-top: 0;
  }
}
.video img {
  width: 100%;
  box-shadow: 0px 25px 56px -22px rgba(176, 176, 176, 0.75);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 556px) {
  .video img {
    height: 250px;
  }
}
.video i {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #ed2b46, #ec4c26);
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

body.two .get-a-quote {
  background-color: #000;
  padding-top: 37px;
  margin-bottom: 0;
}
body.two .get-a-quote > i {
  background-image: none;
  background-color: #22D3EE;
  color: #000;
}
body.two .get-a-quote .radio-button {
  margin-bottom: 10px;
}

body.three .get-a-quote {
  background-color: #15174c;
  padding-top: 37px;
}
body.three .get-a-quote > i {
  background-image: none;
  background-color: #3B82F6;
}
body.three .get-a-quote .radio-button {
  margin-bottom: 10px;
}

#contact {
  position: relative;
}
#contact img.shap1 {
  bottom: 32%;
  left: 84%;
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.powerful {
  background-color: #f3f3f3;
  padding: 50px;
  text-align: center;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .powerful {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .powerful {
    margin-bottom: 20px;
  }
}
.powerful:hover {
  background-color: #3B82F6;
  color: #ffffff;
}
.powerful:hover h5 {
  color: #ffffff;
}
.powerful:hover > i {
  display: block;
  animation: top-bottom 1s infinite;
}
.powerful > i {
  font-size: 80px;
  line-height: 80px;
}
.powerful h5 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 10px;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .powerful h5 {
    font-size: 22px;
  }
}
.powerful a {
  background-color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  border: 1px solid #fff;
  transition: 0.5s ease-in-out;
}
.powerful a:hover {
  border: 1px solid #000;
}
.powerful a i {
  padding-left: 12px;
}

.team {
  padding-left: 30px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .team {
    margin-bottom: 30px;
  }
}
.team:hover::before {
  width: 50%;
}
.team::before {
  width: 58%;
  content: "";
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  transition: 0.5s ease-in-out;
}
.team img {
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .team img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .team img {
    width: auto;
  }
}
.team h4 {
  font-size: 45px;
  color: #3B82F6;
  font-weight: bold;
  width: 80%;
}
@media (max-width: 1400px) {
  .team h4 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .team h4 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .team h4 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .team h4 {
    font-size: 36px;
  }
}
.team p {
  font-weight: bold;
  color: #000;
  font-family: inherit;
}
.team .expert-icon {
  text-align: center;
  position: relative;
  margin-top: 26px;
}
.team .expert-icon i.fa.fa-share-alt {
  color: #a5a5a5;
  background: #fafafa;
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 53px;
  font-size: 30px;
  transition: 0.5s ease-in-out;
}
.team .expert-icon a i {
  transition: 0.5s ease-in-out;
  border: 1px solid #c5c5c5;
  width: 52px;
  height: 52px;
  display: flex;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.team .expert-icon li {
  margin-left: 4px;
}
.team .expert-icon .icon-share li {
  display: block;
}
.team .expert-icon .icon-share a.f {
  transition-delay: 0.2s;
}
.team .expert-icon .icon-share a.y {
  transition-delay: 0.4s;
}
.team .expert-icon .icon-share a:hover i {
  color: #fff;
  background-color: #3B82F6;
  transform: rotate(360deg);
  box-shadow: none;
}
.team .expert-icon .icon-share a.t {
  transition-delay: 0.6s;
}
.team .expert-icon .icon-share a i {
  box-shadow: 0px 15px 7px 0px rgba(153, 153, 153, 0.29);
}
.team .expert-icon ul.icon-share {
  position: absolute;
  top: 0%;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  display: flex;
  align-items: center;
}
.team .expert-icon:hover ul.icon-share {
  opacity: 1;
  visibility: visible;
}
.team .expert-icon:hover > a i {
  background-color: #3B82F6;
}
.team .expert-icon:hover svg {
  fill: #fff;
}
.team .expert-icon a {
  text-decoration: none;
  font-size: 25px;
}
.team .expert-icon a i svg {
  width: 22px;
}

.team .expert-icon:hover > a i {
  background-color: #3B82F6;
  color: #fff;
}

.vertical-shooting {
  padding: 50px;
  position: relative;
  overflow: hidden;
  z-index: 11;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .vertical-shooting {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .vertical-shooting {
    margin-bottom: 20px;
  }
}
.vertical-shooting:hover img {
  transform: scale(1.1);
}
.vertical-shooting::after, .vertical-shooting::before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
.vertical-shooting::after {
  background-color: transparent;
  opacity: 0.5;
  background-image: linear-gradient(90deg, #ed2b46, #ec4c26);
  height: 0%;
  bottom: 0;
  top: auto;
}
.vertical-shooting p {
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
}
.vertical-shooting h3 {
  padding-bottom: 12px;
  font-size: 30px;
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .vertical-shooting h3 {
    font-size: 22px;
  }
}
.vertical-shooting img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -34px;
  margin-top: 40px;
  position: relative;
  z-index: 11;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .vertical-shooting img {
    margin-left: 0px;
    width: 100%;
  }
}

.vertical-shooting.two {
  padding: 0;
  padding-top: 50px;
}
.vertical-shooting.two:hover span {
  color: #ffffff;
}
.vertical-shooting.two span {
  position: relative;
  font-size: 18px;
  padding-top: 10px;
  display: block;
  z-index: 111;
  transition: 0.5s ease-in-out;
}
.vertical-shooting.two h3,
.vertical-shooting.two p,
.vertical-shooting.two span {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .vertical-shooting.two h3,
  .vertical-shooting.two p,
  .vertical-shooting.two span {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.vertical-shooting.two img {
  width: 100%;
  margin-left: 0;
}
.vertical-shooting.two:before {
  background-color: #f3f3f3;
}
.vertical-shooting.two::after {
  opacity: 0.8;
  background-image: linear-gradient(90deg, #3B82F6, #3B82F6);
}

#services {
  position: relative;
}
#services img.shap1 {
  bottom: 43%;
  left: 7%;
}
@media (max-width: 1400px) {
  #services img.shap1 {
    left: 2%;
  }
}

.vertical-shooting.active p,
.vertical-shooting.active h3 {
  color: #ffffff;
}
.vertical-shooting.active::before {
  height: 0;
}
.vertical-shooting.active::after {
  height: 100%;
}
.vertical-shooting.active img {
  transform: scale(1.1);
}

.weekly-newsletter {
  background-color: #0F172A;
  position: relative;
  display: flex;
}
@media (max-width: 992px) {
  .weekly-newsletter {
    flex-wrap: wrap;
  }
}
.weekly-newsletter img.shap1 {
  left: 102%;
  width: 80px;
}
.weekly-newsletter .heading {
  padding: 40px;
}
@media (max-width: 992px) {
  .weekly-newsletter .heading {
    padding: 30px;
  }
}
.weekly-newsletter .heading h3,
.weekly-newsletter .heading p {
  color: #ffffff;
}
.weekly-newsletter .heading h3 {
  font-size: 54px;
  line-height: 60px;
}
.weekly-newsletter .heading p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.weekly-newsletter:hover img.dron-man {
  right: 4%;
}
.weekly-newsletter img.dron-man {
  position: absolute;
  right: 2%;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .weekly-newsletter img.dron-man {
    width: 28%;
  }
}
@media (max-width: 556px) {
  .weekly-newsletter img.dron-man {
    width: 60%;
  }
}
.weekly-newsletter img.bg-news {
  border-bottom-left-radius: 350px;
  border-top-left-radius: 350px;
}
@media (max-width: 1400px) {
  .weekly-newsletter img.bg-news {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .weekly-newsletter img.bg-news {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .weekly-newsletter img.bg-news {
    width: 100%;
    border-radius: 0;
  }
}

body.three .weekly-newsletter {
  background-color: #15174c;
}

.pricing {
  background-color: #f3f3f3;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.pricing img.shap1 {
  bottom: 45%;
  left: 3%;
  width: 130px;
}

.pricing-table {
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 11;
}
.pricing-table:hover:before {
  background-color: #3B82F6;
}
.pricing-table:hover .table-head > i:before {
  animation: top-bottom 1s infinite;
}
@media (max-width: 1200px) {
  .pricing-table {
    padding: 30px;
  }
}
.pricing-table:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 514px;
  height: 514px;
  background-color: #0F172A;
  left: -20%;
  top: -31%;
  border-radius: 50%;
  border: 19px solid #f3f3f3;
}
@media (max-width: 1400px) {
  .pricing-table:before {
    width: 444px;
    height: 444px;
    left: -20%;
    top: -27%;
  }
}
@media (max-width: 1200px) {
  .pricing-table:before {
    width: 400px;
    height: 400px;
    left: -28%;
    top: -25%;
  }
}
@media (max-width: 992px) {
  .pricing-table:before {
    left: -14%;
    top: -21%;
  }
}
@media (max-width: 768px) {
  .pricing-table:before {
    width: 635px;
    height: 400px;
  }
}
@media (max-width: 556px) {
  .pricing-table:before {
    width: 600px;
  }
}
@media (max-width: 450px) {
  .pricing-table:before {
    width: 500px;
  }
}
@media (max-width: 410px) {
  .pricing-table:before {
    width: 400px;
  }
}
.pricing-table .table-head {
  position: relative;
}
.pricing-table .table-head span {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  font-size: 20px;
}
.pricing-table .table-head h2 {
  font-size: 90px;
  color: #ffffff;
  line-height: 80px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .pricing-table .table-head h2 {
    font-size: 70px;
    line-height: 50px;
  }
}
.pricing-table .table-head h2 sup {
  font-size: 50px;
}
@media (max-width: 1400px) {
  .pricing-table .table-head h2 sup {
    font-size: 34px;
  }
}
.pricing-table .table-head p {
  color: #ffffff;
}
.pricing-table .table-head h6 {
  color: #ffffff;
  position: relative;
  padding-left: 18px;
  margin-top: 25px;
}
.pricing-table .table-head h6:before {
  content: ".";
  font-size: 54px;
  position: absolute;
  line-height: 0;
  top: -6px;
  left: 0;
}
.pricing-table .table-head i {
  position: absolute;
  right: 0;
  background-image: linear-gradient(180deg, #ec4c26, #ed2b46);
  width: 90px;
  height: 90px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  bottom: -27%;
}
@media (max-width: 1200px) {
  .pricing-table .table-head i {
    bottom: -34%;
    right: -6%;
  }
}
ul.liststyle {
  padding-top: 95px;
}
ul.liststyle li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 23px;
}
ul.liststyle li::before {
  width: 11px;
  height: 10px;
  background-color: #3B82F6;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.pricing-table .btn {
  width: 100%;
  margin-top: 10px;
}
.pricing-table .btn.two {
  background-color: #fdeaec;
  background-image: none;
  color: #000;
}
.pricing-table .btn.two:hover {
  background-color: #3B82F6;
  color: #ffffff;
}

@media (max-width: 992px) {
  .pricing-table.two {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pricing-table.two {
    margin-top: 30px;
  }
}
.pricing-table.two:before {
  background-color: #3B82F6;
}

body.two ul.liststyle li::before {
  background-color: #22D3EE;
}

body.three .pricing-table:hover:before {
  background-color: #3B82F6;
}
body.three .pricing-table:before {
  background-color: #06053e;
}
body.three .pricing-table .table-head i {
  background-image: linear-gradient(180deg, #3B82F6, #3B82F6);
}
body.three .pricing-table .btn.two:hover {
  background-color: #3B82F6;
  color: #ffffff;
}
body.three .pricing-table .btn.two::after {
  display: none;
}
body.three .pricing-table.two::before {
  background-color: #3B82F6;
}
body.three .pricing-table.two .btn:after {
  background-color: #3B82F6;
}
body.three .pricing-table.two .btn:hover {
  color: #fff;
}

body.three ul.liststyle li::before {
  background-color: #3B82F6;
}

.clients .google-star {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .clients .google-star {
    margin-bottom: 40px;
  }
}
.clients .google-star ul {
  color: #000;
}
.clients .google-star img {
  filter: invert(0);
}
.clients > ul {
  display: flex;
  align-items: center;
}
.clients > ul li h5 {
  background-color: #3B82F6;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #ffffff;
  border: 5px solid #ffffff;
  margin-left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients > ul li img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin-left: -12px;
}

.claint-view {
  background-image: linear-gradient(90deg, #ed2b46, #ec4c26);
  padding: 60px;
  position: relative;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .claint-view {
    padding: 40px;
  }
}
.claint-view h3 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 450px) {
  .claint-view h3 {
    font-size: 24px;
  }
}
.claint-view h4 {
  font-size: 26px;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 1400px) {
  .claint-view h4 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .claint-view h4 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .claint-view h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
.claint-view .google-star {
  margin-top: 10px;
  margin-bottom: 40px;
}
.claint-view .google-star ul {
  padding-left: 0;
}
.claint-view ul.social-icon {
  position: absolute;
  right: 58px;
  top: 64px;
}
@media (max-width: 1400px) {
  .claint-view ul.social-icon {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .claint-view ul.social-icon {
    right: 40px;
    top: 30px;
  }
}
@media (max-width: 450px) {
  .claint-view ul.social-icon {
    right: 14px;
    top: 14px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
}

.swiper-pagination {
  bottom: -6px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  opacity: 1;
  border: 7px solid #fff;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3B82F6;
}

.swiper.claintswiper.swiper-creative {
  padding-bottom: 12px;
}

body.two .clients > ul {
  display: flex;
  align-items: center;
}
body.two .clients > ul li h5 {
  background-color: #444444;
  color: #ffffff;
}
body.two .claint-view {
  background-image: none;
  background-color: #000;
}
body.two .claint-view .google-star ul.stars li {
  color: #22D3EE;
}
body.two .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #22D3EE;
}

body.three .clients > ul {
  display: flex;
  align-items: center;
}
body.three .clients > ul li h5 {
  background-color: #444444;
  color: #ffffff;
}
body.three .claint-view {
  background-image: none;
  background-color: #3B82F6;
}
body.three .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3B82F6;
}

.blog-one {
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .blog-one {
    margin-bottom: 40px;
  }
}
.blog-one .blog-text {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.blog-one .blog-text h4 {
  font-size: 20px;
  width: 66%;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .blog-one .blog-text h4 {
    font-size: 18px;
  }
}
.blog-one .blog-text h4 a {
  transition: 0.5s ease-in-out;
}
.blog-one .blog-text h4:hover a {
  color: #3B82F6;
}
.blog-one .blog-text span {
  color: #3B82F6;
  font-size: 20px;
  font-weight: bold;
  border-left: 1px solid #bbbbbb;
  padding-left: 30px;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .blog-one .blog-text span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .blog-one .blog-text span {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .blog-one .blog-text span {
    padding-bottom: 60px;
  }
}
@media (max-width: 410px) {
  .blog-one .blog-text span {
    padding-bottom: 80px;
  }
}

body.two .blog-one .blog-text h4:hover a {
  color: #000;
}
body.two .blog-one .blog-text span {
  color: #787878;
}

body.three .blog-one .blog-text h4:hover a {
  color: #000;
}
body.three .blog-one .blog-text span {
  color: #787878;
}

.blog-text h4 a {
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  padding: 0.1% 0px;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.blog-text h4 a:hover {
  background-size: 100% 2px;
}

.hero-section.two {
  padding-top: 160px;
  background-color: transparent;
}
@media (max-width: 1400px) {
  .hero-section.two {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .hero-section.two {
    padding-top: 110px;
  }
}
.hero-section.two::before {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 79%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 79%);
  border-radius: 0;
  top: 0;
  left: 0;
  background-image: url(../img/lins-img-2.png);
  background-color: #000;
  display: block;
}
@media (max-width: 1200px) {
  .hero-section.two::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    display: block;
  }
}
.hero-section.two .google-star {
  margin-top: 0;
}
.hero-section.two .google-star div {
  margin: 0;
}
.hero-section.two .hero-text {
  width: 88%;
  padding-top: 65px;
}
@media (max-width: 1400px) {
  .hero-section.two .hero-text {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 1400px) {
  .hero-section.two .hero-text .btnvideo {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text .btnvideo {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.hero-section.two .hero-text h1 span {
  position: relative;
}
.hero-section.two .hero-text h1 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #22D3EE;
  bottom: 15px;
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text h1 span:before {
    bottom: 6px;
  }
}
.hero-section.two .hero-img img {
  transform: translateX(0px);
}
@media (max-width: 1400px) {
  .hero-section.two .hero-img img {
    width: 100%;
  }
}

.smartwatch {
  position: relative;
}
@media (max-width: 992px) {
  .smartwatch {
    margin-bottom: 20px;
  }
}
.smartwatch a {
  color: #fff;
  position: absolute;
  bottom: 6px;
  z-index: 1;
  left: 50%;
  font-size: 22px;
  font-weight: bold;
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: max-content;
  text-transform: capitalize;
  transition: 0.5s ease-in-out;
}
.smartwatch a:hover {
  color: #22D3EE;
}
@media (max-width: 1400px) {
  .smartwatch a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .smartwatch a {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .smartwatch img {
    width: 100%;
  }
}

.about-img-two {
  text-align: end;
  position: relative;
}
@media (max-width: 992px) {
  .about-img-two {
    margin-bottom: 40px;
  }
}
.about-img-two img.about2 {
  position: absolute;
  left: 0;
  border: 25px solid #ffffff;
  top: 32%;
}
@media (max-width: 1200px) {
  .about-img-two img.about2 {
    border: 14px solid #ffffff;
    top: 32%;
    width: 255px;
  }
}
@media (max-width: 992px) {
  .about-img-two img.about2 {
    border: 24px solid #ffffff;
    top: 32%;
    width: 57%;
  }
}
@media (max-width: 450px) {
  .about-img-two img.about2 {
    border: 15px solid #ffffff;
    width: 200px;
    border-left: 0;
  }
}
@media (max-width: 410px) {
  .about-img-two img.about2 {
    border: 10px solid #ffffff;
    width: 160px;
    border-left: 0;
    top: 26%;
  }
}
.about-img-two img.about1 {
  margin-bottom: 21px;
  margin-right: 60px;
}
@media (max-width: 450px) {
  .about-img-two img.about1 {
    margin-bottom: 21px;
    margin-right: 30px;
    width: 300px;
  }
}

.ultra {
  display: flex;
  align-items: center;
  margin-left: 60px;
  margin-bottom: 40px;
}
.ultra:hover i:before {
  animation: top-bottom 1s infinite;
}
@media (max-width: 1400px) {
  .ultra {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .ultra {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.ultra i {
  width: 100px;
  height: 100px;
  background-color: #22D3EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  margin-right: 20px;
}
.ultra h3 {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 28px;
}
@media (max-width: 1400px) {
  .ultra h3 {
    font-size: 24px;
  }
}

.for-about .heading.two {
  width: 138%;
  text-align: left;
}
.for-about .about-img-three .hover-img-two.one {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .for-about .about-img-three .hover-img-two.one {
    margin-top: 100px;
  }
}

.choose-promix {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
@media (max-width: 1400px) {
  .choose-promix .mobil-pic img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.choose-promix .ultra {
  margin-left: 0;
}
.choose-promix .ultra:hover i:before {
  animation: top-bottom 1s infinite;
}
.choose-promix .ultra i {
  background-color: #3B82F6;
  color: #ffffff;
}

.watch-features {
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 190px;
}
@media (max-width: 1200px) {
  .watch-features {
    margin-bottom: 40px;
  }
}
.watch-features::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
  background-color: #000;
}
.watch-features .heading {
  padding-bottom: 0;
}
.watch-features .heading h2,
.watch-features .heading span {
  color: #ffffff;
}
.watch-features .heading img {
  transform: translatey(70px);
  margin-bottom: -120px;
}
@media (max-width: 1200px) {
  .watch-features .heading img {
    transform: translatey(40px);
    margin-bottom: 0px;
    width: 100%;
  }
}
.watch-features .video {
  margin-bottom: 100px;
  color: #ffffff;
  margin-bottom: 70px;
  color: #ffffff;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .watch-features .video {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
.watch-features .video a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.watch-features .video i {
  top: -60px;
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
}

.watch-features.three {
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .watch-features.three {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 556px) {
  .watch-features.three {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.watch-features.three::before {
  opacity: 0.7;
  background-color: #15174c;
}

.benefits-watch {
  position: relative;
  padding: 80px 0;
}
.benefits-watch:before {
  content: "";
  position: absolute;
  width: 44%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 450px;
  top: 0;
  right: 8%;
}
@media (max-width: 1400px) {
  .benefits-watch:before {
    width: 50%;
    top: 0;
    right: 4%;
  }
}
@media (max-width: 992px) {
  .benefits-watch:before {
    display: none;
  }
}
.benefits-watch .heading.two p {
  width: 90%;
}

.watch-img {
  position: relative;
  z-index: 111;
}
.watch-img img {
  width: 100%;
}
@media (max-width: 1400px) {
  .watch-img img {
    width: 91%;
    margin-left: 33px;
  }
}
@media (max-width: 992px) {
  .watch-img {
    margin-top: 40px;
  }
}
.watch-img .map-pin {
  width: 26px;
  height: 26px;
  display: inline-flex;
  border-radius: 100px;
  background-color: #ffffff;
  border: 6px solid #22D3EE;
  position: absolute;
}
.watch-img .map-pin .location {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  left: -105px;
  opacity: 0;
  visibility: hidden;
}
.watch-img .map-pin .location:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #22D3EE;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}
.watch-img .location {
  transition: 0.5s ease-in-out;
}
.watch-img .location .data {
  width: 222px;
  padding: 20px;
  background-color: #22D3EE;
}
.watch-img .location .data p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.watch-img ul li:nth-child(1) {
  bottom: 6%;
  left: 66%;
}
@media (max-width: 1400px) {
  .watch-img ul li:nth-child(1) {
    bottom: 2%;
    left: 60%;
  }
}
.watch-img ul li:nth-child(2) {
  top: 36%;
  right: 4%;
}
@media (max-width: 1400px) {
  .watch-img ul li:nth-child(2) {
    top: 36%;
    right: 0%;
  }
}
@media (max-width: 480px) {
  .watch-img ul {
    top: 36%;
    right: 54%;
  }
}
.watch-img li:nth-child(3) {
  bottom: 35%;
  left: 63%;
}
.watch-img li:nth-child(4) {
  top: 54%;
  right: 57%;
}

.map-pin.active .location {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}

body.three .benefits-watch {
  padding-bottom: 60px;
}
body.three .watch-img.three ul li:nth-child(1) {
  bottom: 46%;
  left: 18%;
}
body.three .watch-img.three ul li:nth-child(2) {
  top: 20%;
  right: 19%;
}
body.three .watch-img.three .map-pin {
  border: 6px solid #3B82F6;
}
body.three .watch-img.three .map-pin .location:before {
  border-top: 10px solid #3B82F6;
}
body.three .watch-img.three .location .data {
  background-color: #3B82F6;
}
body.three .watch-img.three .location .data p {
  color: #ffffff;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.about-img-three {
  position: relative;
}
.about-img-three .hover-img-two.two {
  position: absolute;
  right: 0;
  top: -38%;
  margin-top: 51px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.two {
    width: 307px;
  }
}
@media (max-width: 410px) {
  .about-img-three .hover-img-two.two {
    width: 230px;
  }
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.two .hover-img-two .imgg {
    width: 307px;
  }
}
.about-img-three .hover-img-two.one {
  margin-top: 100px;
  overflow: hidden;
  margin-left: 50px;
  z-index: 11;
  box-shadow: -15px -19px 72px 1px rgba(0, 0, 0, 0.15);
  width: 430px;
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.one {
    width: 307px;
  }
}
@media (max-width: 768px) {
  .about-img-three .hover-img-two.one {
    margin-left: 0px;
  }
}
@media (max-width: 410px) {
  .about-img-three .hover-img-two.one {
    width: 240px;
  }
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.one .hover-img-two .imgg {
    width: 307px;
  }
}

.power-bank-number .count-text {
  text-align: center;
}
.power-bank-number .count-text:hover i {
  background-color: #3B82F6;
  color: #ffffff;
}
.power-bank-number .count-text:hover i:before {
  animation: top-bottom 1s infinite;
}
@media (max-width: 992px) {
  .power-bank-number .count-text {
    margin-bottom: 40px;
  }
}
.power-bank-number .count-text i {
  transition: 0.5s ease-in-out;
  font-size: 60px;
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.power-bank-number .count-text h2 {
  font-weight: bold;
  color: #3B82F6;
}
@media (max-width: 480px) {
  .power-bank-number .count-text h2 {
    font-size: 40px;
  }
}
.power-bank-number .count-text p {
  font-size: 14px;
}

.hero-section-three {
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 154px;
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .hero-section-three {
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .hero-section-three .hero-img {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .hero-section-three .hero-img img {
    width: 100%;
  }
}
.hero-section-three .hero-text p {
  color: #ffffff;
}
.hero-section-three .hero-text h5 {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h5 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hero-section-three .hero-text h5 {
    font-size: 24px;
  }
}
.hero-section-three .hero-text h3 {
  font-size: 90px;
  color: #ffffff;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h3 {
    font-size: 70px;
  }
}
@media (max-width: 556px) {
  .hero-section-three .hero-text h3 {
    font-size: 50px;
    padding-top: 20px;
  }
}
.hero-section-three .hero-text h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h1 {
    font-size: 54px !important;
    line-height: 64px !important;
  }
}
@media (max-width: 768px) {
  .hero-section-three .hero-text h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 410px) {
  .hero-section-three .hero-text h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.hero-section-three .hero-text h1 span {
  color: #3B82F6;
}

.hero-section-three.for {
  background-position: top;
  padding-top: 110px;
}
@media (max-width: 1400px) {
  .hero-section-three.for .hero-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .hero-section-three.for {
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .hero-section-three.for {
    background-size: 2550px;
    margin-bottom: 0px;
  }
}
@media (max-width: 410px) {
  .hero-section-three.for {
    background-size: 2147px;
  }
}
.hero-section-three.for .google-star {
  margin-top: 40px;
  display: flex;
}
.hero-section-three.for .btn-apple {
  margin-top: 40px;
  display: flex;
}
.hero-section-three.for .btn-apple a {
  margin-right: 10px;
}
.hero-section-three.for .btn-apple img {
  width: 100%;
}

.bannr {
  padding-top: 262px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1400px) {
  .bannr {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .bannr {
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .bannr {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.bannr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.6;
  left: 0;
  height: 100%;
  background-color: #000;
}
.bannr h1 {
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 80px;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .bannr h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 410px) {
  .bannr h1 {
    font-size: 32px;
    line-height: 37px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: 700;
}

p,
span,
li,
a,
button,
input,
textarea {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-weight: 400;
}
.buddy-section{
    background:#fff;
}

.buddy-description{
    max-width:700px;
    margin:25px auto 0;
    font-size:18px;
    line-height:1.8;
    color:#666;
}

.buddy-card{

    height:100%;

    padding:45px 35px;

    border:1px solid #ECECEC;

    border-radius:24px;

    background:#fff;

    text-align:center;

    transition:.35s ease;

}

.buddy-card:hover{

    transform:translateY(-8px);

    border-color:#27C6F3;

    box-shadow:0 18px 45px rgba(39,198,243,.12);

}

.buddy-icon{

    width:78px;

    height:78px;

    margin:0 auto 28px;

    border-radius:22px;

    background:#EAF9FF;

    display:flex;

    align-items:center;

    justify-content:center;

}

.buddy-icon i{

    font-size:32px;

    color:#27C6F3;

}

.buddy-card h3{

    font-size:28px;

    font-weight:700;

    margin-bottom:18px;

    color:#111;

}

.buddy-card p{

    margin:0;

    color:#666;

    line-height:1.9;

    font-size:17px;

}

@media(max-width:991px){

    .buddy-card{

        margin-bottom:20px;

    }

}
/* ==========================================
   SipSync CTA Section
========================================== */

.cta-section{
    padding:120px 0;
}

.cta-card{

    max-width:850px;

    margin:auto;

    padding:80px 60px;

    text-align:center;

    background:#fff;

    border:1px solid #EAEAEA;

    border-radius:30px;

    transition:.35s ease;

}

.cta-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.cta-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:999px;

    background:#EEF9FF;

    color:#0EA5E9;

    font-size:15px;

    font-weight:600;

    margin-bottom:28px;

}

.cta-card h2{

    font-size:56px;

    font-weight:700;

    line-height:1.15;

    color:#111;

    margin-bottom:25px;

}

.cta-card h2 span{

    color:#0EA5E9;

}

.cta-card p{

    max-width:620px;

    margin:0 auto 40px;

    font-size:18px;

    line-height:1.8;

    color:#666;

}

.cta-card .theme-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 40px;

    border-radius:999px;

    font-size:17px;

    font-weight:600;

}

@media (max-width:991px){

    .cta-card{

        padding:60px 40px;

    }

    .cta-card h2{

        font-size:42px;

    }

}

@media (max-width:576px){

    .cta-section{

        padding:80px 0;

    }

    .cta-card{

        padding:45px 25px;

    }

    .cta-card h2{

        font-size:34px;

    }

    .cta-card p{

        font-size:16px;

    }

}
/*=====================================
      SipSync Updates Section
=====================================*/

.updates-section{

    background:#fff;

}

.updates-subtitle{

    max-width:720px;

    margin:25px auto 0;

    font-size:18px;

    line-height:1.8;

    color:#666;

}

.update-card{

    height:100%;

    min-height:320px;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    padding:40px;

    border:1px solid #ECECEC;

    border-radius:24px;

    background:#fff;

    transition:.35s ease;

}

.update-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

    border-color:#0EA5E9;

}

.update-tag{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:fit-content;

    padding:8px 18px;

    border-radius:999px;

    background:#ECFDF5;

    color:#059669;

    font-size:14px;

    font-weight:600;

}

.update-tag.blue{

    background:#EFF6FF;

    color:#2563EB;

}

.update-tag.purple{

    background:#F5F3FF;

    color:#7C3AED;

}

.update-card h3{

    margin:24px 0 18px;

    min-height:75px;

    font-size:30px;

    line-height:1.2;

    font-weight:700;

    color:#111;

}

.update-card p{

    flex:1;

    margin:0;

    color:#666;

    line-height:1.9;

    font-size:17px;

}

.update-date{

    margin-top:30px;

    font-size:15px;

    font-weight:600;

    color:#999;

}

@media(max-width:991px){

.update-card{

margin-bottom:20px;

}

}

@media(max-width:768px){

.update-card{

padding:30px;

}

.update-card h3{

font-size:26px;

min-height:auto;

}

}
/*=====================================
      SipSync FAQ
=====================================*/

.faq-section{

    background:#fff;

}

.faq-subtitle{

    max-width:700px;

    margin:25px auto 0;

    font-size:18px;

    color:#666;

    line-height:1.8;

}

.faq-section .accordion{

    border:none;

}

.faq-section .accordion-item{

    margin-bottom:20px;

    border:1px solid #ECECEC;

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    transition:.3s;

}

.faq-section .accordion-item:hover{

    border-color:#0EA5E9;

}

.faq-section .accordion .heading{

    padding:25px 30px;

}

.faq-section .accordion .title{

    font-size:22px;

    font-weight:600;

}

.faq-section .accordion .content{

    padding:0 30px 25px;

}

.faq-section .accordion .content p{

    color:#666;

    line-height:1.8;

}
/*=====================================
            SipSync Footer
=====================================*/

.footer-section{

    background:
        radial-gradient(circle at top left,#0EA5E930 0%,transparent 35%),
        radial-gradient(circle at bottom right,#2563EB25 0%,transparent 40%),
        linear-gradient(180deg,#081420,#0D1F33);

}

.footer-section{
    margin-top:120px;
    padding:100px 0 30px;
}

.footer-top{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1fr;

    gap:60px;

    padding-bottom:60px;

    border-bottom:1px solid rgba(255,255,255,.08);

}

.footer-brand img{

    width:180px;

    margin-bottom:25px;

}

.footer-brand p{

    color:#B8B8B8;

    line-height:1.9;

    max-width:380px;

    margin-bottom:30px;

}

.footer-social{

    display:flex;

    gap:15px;

}

.footer-social a{

    width:44px;

    height:44px;

    border-radius:50%;

    background:#161616;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#fff;

    transition:.3s;

}

.footer-social a:hover{

    background:#0EA5E9;

    transform:translateY(-3px);

}

.footer-links h4{

    color:#fff;

    margin-bottom:25px;

    font-size:20px;

}

.footer-links ul{

    margin:0;

    padding:0;

    list-style:none;

}

.footer-links li{

    margin-bottom:14px;

}

.footer-links a{

    color:#B8B8B8;

    transition:.3s;

}

.footer-links a:hover{

    color:#0EA5E9;

}

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding-top:30px;

    color:#999;

    font-size:15px;

}

@media(max-width:992px){

.footer-top{

grid-template-columns:1fr 1fr;

}

}

@media(max-width:768px){

.footer-top{

grid-template-columns:1fr;

text-align:center;

}

.footer-brand p{

margin:auto auto 30px;

}

.footer-social{

justify-content:center;

}

.footer-bottom{

flex-direction:column;

gap:10px;

text-align:center;

}

}
/*==============================
      Why SipSync
==============================*/

.why-section{
    background:#fff;
}

.section-subtitle{
    max-width:700px;
    margin:25px auto 0;
    color:#666;
    line-height:1.8;
}

.why-card{

    height:100%;

    padding:45px 35px;

    border:1px solid #ECECEC;

    border-radius:24px;

    background:#fff;

    text-align:center;

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#0EA5E9;

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.why-icon{

    width:72px;

    height:72px;

    margin:0 auto 30px;

    border-radius:20px;

    background:#EEF8FF;

    display:flex;

    align-items:center;

    justify-content:center;

}

.why-icon i{

    font-size:30px;

    color:#0EA5E9;

}

.why-card h3{

    margin-bottom:18px;

    font-size:28px;

    color:#111;

}

.why-card p{

    margin:0;

    color:#666;

    line-height:1.8;

}

.featured{

    border:2px solid #0EA5E9;

    background:linear-gradient(180deg,#F8FCFF,#FFFFFF);

}
/* HERO SECTION */
.features-hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:150px 0 100px;
}

.features-hero .container{
    width:100%;
}

.features-hero .row{
    align-items:center;
}

.features-hero-content{
    max-width:560px;
}

.hero-tag{
    display:inline-flex;
    margin-bottom:30px;
}

.features-hero-content h1{
    margin:0 0 24px;
}

.features-hero-content p{
    margin:0 0 40px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    align-items:center;
    margin-bottom:60px;
}

.hero-info{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
    align-items:start;
    max-width:560px;
}

.hero-info div{
    text-align:left;
}

.features-hero-image{
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    width:100%;
    min-height:560px;
}

.features-hero-image::before{
    content:"";
    position:absolute;
    width:520px;
    height:520px;
    max-width:92%;
    border-radius:50%;
    background:radial-gradient(circle, rgba(59,130,246,.22) 0%, rgba(6,182,212,.12) 42%, rgba(59,130,246,0) 72%);
    filter:blur(12px);
    z-index:0;
    pointer-events:none;
}

.features-hero-image img{
    width:100%;
    max-width:560px;
    height:auto;
    display:block;
    position:relative;
    z-index:1;
}

/* Tablet */

@media (max-width:991px){

    .features-hero{
        min-height:auto;
        padding:150px 0 80px;
        text-align:center;
    }

    .features-hero-content{
        max-width:100%;
        margin:0 auto;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-info{
        margin:0 auto;
        text-align:center;
    }

    .hero-info div{
        text-align:center;
    }

    .features-hero-image{
        margin-top:60px;
        min-height:auto;
    }
}

/* Mobile */

@media (max-width:576px){

    .features-hero h1{
        font-size:38px;
    }

    .hero-info{
        grid-template-columns:1fr;
        gap:25px;
        max-width:100%;
    }

    .hero-buttons{
        flex-direction:column;
        gap:16px;
    }

    .hero-buttons a{
        width:100%;
        justify-content:center;
    }

    .features-hero-image::before{
        width:340px;
        height:340px;
    }
}
/* button for features */ 
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #3B82F6;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #3B82F6;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/*=====================================
        FEATURE SECTION
======================================*/

.feature-section{

    padding:120px 0;

    position:relative;

    overflow:hidden;

}

.feature-image{

    position:relative;

    text-align:center;

}

.feature-glow{

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(14,165,233,.10);

    filter:blur(70px);

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    z-index:0;

}

.feature-image img{

    position:relative;

    z-index:2;

    width:100%;

    max-width:420px;

    animation:floatImage 5s ease-in-out infinite;

}

.feature-content{

    max-width:520px;

    margin-left:auto;

}

.feature-tag{

    display:inline-block;

    padding:10px 18px;

    background:#EEF8FF;

    color:#0EA5E9;

    border-radius:999px;

    font-weight:600;

    margin-bottom:25px;

}

.feature-content h2{

    font-size:48px;

    font-weight:800;

    line-height:1.2;

    color:#0F172A;

    margin-bottom:25px;

}

.feature-content h2 span{

    color:#0EA5E9;

}

.feature-content p{

    font-size:18px;

    line-height:1.9;

    color:#64748B;

    margin-bottom:35px;

}

.feature-list{

    display:flex;

    flex-direction:column;

    gap:18px;

    margin-bottom:40px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:15px;

    font-size:18px;

    color:#334155;

    font-weight:500;

}

.feature-item i{

    color:#0EA5E9;

    font-size:20px;

}

@media(max-width:991px){

.feature-section{

text-align:center;

}

.feature-content{

margin:auto;

}

.feature-item{

justify-content:center;

}

.feature-image{

margin-bottom:50px;

}

.feature-content h2{

font-size:38px;

}

}
/* From Uiverse.io by cssbuttons-io */ 
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.learn-more {
 width: 12rem;
 height: auto;
}

button.learn-more .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:#0EA5E9;
 border-radius: 1.625rem;
}

button.learn-more .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.learn-more .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.learn-more .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.learn-more .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #0EA5E9;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
/* Alternate section background */

.feature-alt{

    background:#F8FBFF;

}

/* Slightly stronger glow for buddy */

.feature-alt .feature-glow{

    background:rgba(14,165,233,.15);

}
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.meet-buddy {
 width: 12rem;
 height: auto;
}

button.meet-buddy .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:#0EA5E9;
 border-radius: 1.625rem;
}

button.meet-buddy .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.meet-buddy .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.meet-buddy .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.meet-buddy .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #0EA5E9;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.goals-btn {
 width: 12rem;
 height: auto;
}

button.goals-btn .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:#0EA5E9;
 border-radius: 1.625rem;
}

button.goals-btn .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.goals-btn .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.goals-btn .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.goals-btn .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #0EA5E9;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.hydrate-btn {
 width: 12rem;
 height: auto;
}

button.hydrate-btn .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:#0EA5E9;
 border-radius: 1.625rem;
}

button.hydrate-btn .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.hydrate-btn .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.hydrate-btn .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.hydrate-btn .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #0EA5E9;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
button {
 position: relative;
 display: inline-block;
 cursor: pointer;
 outline: none;
 border: 0;
 vertical-align: middle;
 text-decoration: none;
 background: transparent;
 padding: 0;
 font-size: inherit;
 font-family: inherit;
}

button.journey-btn {
 width: 12rem;
 height: auto;
}

button.journey-btn .circle {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: relative;
 display: block;
 margin: 0;
 width: 3rem;
 height: 3rem;
 background:#0EA5E9;
 border-radius: 1.625rem;
}

button.journey-btn .circle .icon {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 background: #fff;
}

button.journey-btn .circle .icon.arrow {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 left: 0.625rem;
 width: 1.125rem;
 height: 0.125rem;
 background: none;
}

button.journey-btn .circle .icon.arrow::before {
 position: absolute;
 content: "";
 top: -0.29rem;
 right: 0.0625rem;
 width: 0.625rem;
 height: 0.625rem;
 border-top: 0.125rem solid #fff;
 border-right: 0.125rem solid #fff;
 transform: rotate(45deg);
}

button.journey-btn .button-text {
 transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 padding: 0.75rem 0;
 margin: 0 0 0 1.85rem;
 color: #0EA5E9;
 font-weight: 700;
 line-height: 1.6;
 text-align: center;
 text-transform: uppercase;
}

button:hover .circle {
 width: 100%;
}

button:hover .circle .icon.arrow {
 background: #fff;
 transform: translate(1rem, 0);
}

button:hover .button-text {
 color: #fff;
}
/*=====================================
            FEATURES CTA
======================================*/

.feature-cta{

    padding:140px 0;

}

.feature-cta-card{

    max-width:900px;

    margin:auto;

    padding:80px 60px;

    border-radius:40px;

    text-align:center;

    background:
    linear-gradient(135deg,#2563EB,#0EA5E9);

    color:#fff;

    position:relative;

    overflow:hidden;

}

.feature-cta-card::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    top:-180px;

    right:-120px;

}

.feature-cta-card h2{

    font-size:54px;

    line-height:1.2;

    color:#fff;

    margin:25px 0;

}

.feature-cta-card h2 span{

    color:#DDF7FF;

}

.feature-cta-card p{

    max-width:650px;

    margin:0 auto;

    color:rgba(255,255,255,.9);

    line-height:1.9;

    font-size:18px;

}

.feature-cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:50px;

    flex-wrap:wrap;

}

.feature-cta .feature-tag{

    background:rgba(255,255,255,.15);

    color:#fff;

}

.feature-cta .theme-btn-two{

    background:#fff;

    color:#0F172A;

    border:none;

}

.feature-cta .theme-btn-two:hover{

    background:#F8FAFC;

}

@media(max-width:768px){

.feature-cta-card{

padding:60px 30px;

}

.feature-cta-card h2{

font-size:38px;

}

.feature-cta-buttons{

flex-direction:column;

}

}
/*=====================================
        Screens Showcase
======================================*/

.screens-showcase{

    padding:140px 0;

    position:relative;

    overflow:hidden;

}

.phone-slider-wrapper{

    margin-top:80px;

}

.screensSwiper{

    overflow:visible;

    padding:80px 0;

}

.screensSwiper .swiper-slide{

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.5s;

    transform:scale(.82);

    opacity:.45;

}

.screensSwiper .swiper-slide-active{

    transform:scale(1);

    opacity:1;

    z-index:10;

}

.screensSwiper .swiper-slide-prev{

    transform:translateX(70px) scale(.82) rotate(-12deg);

}

.screensSwiper .swiper-slide-next{

    transform:translateX(-70px) scale(.82) rotate(12deg);

}

.screensSwiper img{

    width:310px;

    border-radius:42px;

    box-shadow:
        0 40px 80px rgba(0,0,0,.18);

    transition:.5s;

}

.screensSwiper .swiper-slide-active img{

    transform:translateY(-15px);

}
/*=====================================
        Screens CTA
======================================*/

.screens-cta{

    padding:140px 0;

}

.screens-cta-card{

    position:relative;

    overflow:hidden;

    border-radius:40px;

    padding:90px 80px;

    background:linear-gradient(135deg,#0EA5E9,#2563EB);

    text-align:center;

    color:#fff;

}

.screens-cta-card::before{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

    background:rgba(255,255,255,.08);

    border-radius:50%;

    right:-180px;

    top:-180px;

}

.screens-cta-card h2{

    font-size:58px;

    color:#fff;

    margin:25px 0;

    line-height:1.15;

}

.screens-cta-card h2 span{

    color:#DDF7FF;

}

.screens-cta-card p{

    max-width:700px;

    margin:auto;

    color:rgba(255,255,255,.92);

    line-height:1.9;

    font-size:18px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

.cta-buddy{

    position:absolute;

    bottom:-10px;

    right:40px;

}

.cta-buddy img{

    width:240px;

}

@media(max-width:991px){

.screens-cta-card{

padding:70px 35px;

}

.screens-cta-card h2{

font-size:42px;

}

.cta-buddy{

display:none;

}

}
/*=====================================
            FAQ Section
======================================*/

.faq-section{

    padding:140px 0;

}


.faq-wrapper{

    max-width:900px;

    margin:70px auto 0;

}

.faq-item{

    background:#fff;

    border:1px solid rgba(0,0,0,.08);

    border-radius:20px;

    margin-bottom:20px;

    overflow:hidden;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.faq-item:hover{

    transform:translateY(-4px);

}

.faq-question{

    width:100%;

    border:none;

    background:none;

    padding:28px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:20px;

    font-weight:700;

    cursor:pointer;

    color:#111827;

}

.faq-question i{

    color:#0EA5E9;

    transition:.35s;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;

}

.faq-answer p{

    padding:0 35px 30px;

    line-height:1.9;

    color:#6B7280;

}

.faq-item.active .faq-answer{

    max-height:220px;

}

.faq-item.active .faq-question i{

    transform:rotate(45deg);

}
/*=====================================
            FAQ CTA
======================================*/

.faq-cta{

    padding:140px 0;

}

.faq-cta-card{

    background:linear-gradient(135deg,#0EA5E9,#2563EB);

    border-radius:36px;

    padding:80px;

    overflow:hidden;

    position:relative;

    color:#fff;

}

.faq-cta-card::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-180px;

    right:-120px;

}

.faq-cta h2{

    font-size:56px;

    color:#fff;

    margin:20px 0;

}

.faq-cta h2 span{

    color:#E0F7FF;

}

.faq-cta p{

    max-width:600px;

    color:rgba(255,255,255,.9);

    line-height:1.9;

    margin-bottom:40px;

}

.faq-buddy img{

    width:550px;

    animation:none 4s ease-in-out infinite;

}

.faq-buddy-cta img{

    width:400px;

    animation:none 4s ease-in-out infinite;

}


@media(max-width:991px){

.faq-cta-card{

padding:50px 35px;

text-align:center;

}

.faq-buddy{

margin-top:30px;

}

}
/* From Uiverse.io by Yaya12085 */ 
.playstore-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #121111;
  border-radius: 9999px;
  background-color: rgb(24, 159, 255);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgb(13, 13, 13);
  outline: 0;
  transition: all  .2s ease;
  text-decoration: none;
}

.playstore-button:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
}

.icon {
  height: 1.5rem;
  width: 1.5rem;
}

.texts {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-1 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-2 {
  font-weight: 600;
}
/*=====================================
        Contact Hero
======================================*/

.contact-hero{

    position: relative;

}

.contact-hero-image img{

    max-width:100%;

    animation: none 5s ease-in-out infinite;
    

}

@keyframes floatContact{

    0%{

        transform:translateY(0px);

    }

    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0px);

    }

}
/*=====================================
        Contact Section
======================================*/

.contact-section{

    padding:140px 0;

}

.contact-info-card,
.contact-form-card{

    background:#fff;

    border-radius:30px;

    padding:45px;

    box-shadow:0 20px 60px rgba(0,0,0,.06);

    height:100%;

}

.contact-info-card h2{

    margin:20px 0;

}

.contact-info-card p{

    color:#6b7280;

    margin-bottom:40px;

    line-height:1.8;

}

.contact-item{

    display:flex;

    gap:18px;

    align-items:flex-start;

    margin-bottom:30px;

}

.contact-icon{

    width:58px;

    height:58px;

    border-radius:18px;

    background:#eef8ff;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#0EA5E9;

    font-size:22px;

}

.contact-item h5{

    margin-bottom:6px;

}

.contact-item a,
.contact-item span{

    color:#6b7280;

}

.social-links{

    display:flex;

    gap:15px;

}

.social-links a{

    width:48px;

    height:48px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#f5f7fb;

    color:#111827;

    transition:.3s;

}

.social-links a:hover{

    background:#0EA5E9;

    color:#fff;

    transform:translateY(-5px);

}

.contact-form-card h3{

    margin-bottom:35px;

}

.contact-form-card input,
.contact-form-card textarea{

    width:100%;

    border:none;

    background:#f8fafc;

    border-radius:16px;

    padding:18px 22px;

    margin-bottom:20px;

    transition:.3s;

}

.contact-form-card input:focus,
.contact-form-card textarea:focus{

    outline:none;

    background:#fff;

    box-shadow:0 0 0 2px rgba(14,165,233,.2);

}

.contact-btn{

    border:none;

    padding:18px 36px;

    border-radius:50px;

    background:linear-gradient(135deg,#0EA5E9,#2563EB);

    color:#fff;

    font-weight:600;

    transition:.3s;

}

.contact-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 20px 40px rgba(37,99,235,.25);

}
/*=====================================
        Quick Help
======================================*/

.quick-help-section{

    padding:140px 0;

}

.help-card{

    height:100%;

    padding:45px 35px;

    border-radius:28px;

    background:#fff;

    border:1px solid #ECECEC;

    text-align:center;

    transition:.35s ease;

}

.help-card:hover{

    transform:translateY(-8px);

    border-color:#0EA5E9;

    box-shadow:0 20px 50px rgba(14,165,233,.12);

}

.help-icon{

    width:80px;

    height:80px;

    margin:0 auto 28px;

    border-radius:24px;

    background:#EFF9FF;

    display:flex;

    justify-content:center;

    align-items:center;

}

.help-icon i{

    font-size:34px;

    color:#0EA5E9;

}

.help-card h3{

    font-size:28px;

    margin-bottom:18px;

    color:#111827;

}

.help-card p{

    color:#6B7280;

    line-height:1.8;

    margin:0;

}

@media(max-width:991px){

    .help-card{

        margin-bottom:20px;

    }

}
/*========================================
        Download Hero
========================================*/

.download-hero{

    position:relative;

    overflow:hidden;

    padding:180px 0 120px;

    background:
    radial-gradient(circle at top left,#EAF8FF 0%,transparent 35%),
    radial-gradient(circle at bottom right,#DDF6FF 0%,transparent 30%),
    linear-gradient(180deg,#ffffff 0%,#F8FCFF 100%);

}

.download-hero::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    border-radius:50%;

    background:rgba(44,185,255,.08);

    top:-220px;
    right:-180px;

    filter:blur(15px);

}

.download-hero::after{

    content:"";

    position:absolute;

    width:380px;
    height:380px;

    border-radius:50%;

    background:rgba(0,170,255,.05);

    bottom:-180px;
    left:-120px;

    filter:blur(10px);

}

.download-content{

    position:relative;

    z-index:2;

}

.download-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    margin-bottom:25px;

    border-radius:999px;

    background:#E8F8FF;

    color:#00AEEF;

    font-weight:700;

    font-size:14px;

}

.download-badge i{

    font-size:14px;

}

.download-content h1{

    font-size:66px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:10px;

    color:#fff;

}

.download-content h1 span{

    color:#00AEEF;

}

.download-content h2{

    font-size:30px;

    font-weight:500;

    color:#3D5A73;

    margin-bottom:24px;

}

.download-content p{

    font-size:18px;

    line-height:1.9;

    color:#667085;

    max-width:600px;

    margin-bottom:40px;

}

.download-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.btn-download{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:16px;

    background:#00AEEF;

    color:#fff;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.btn-download:hover{

    transform:translateY(-4px);

    color:#fff;

    box-shadow:0 18px 40px rgba(0,174,239,.30);

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:16px;

    border:2px solid #DCEAF3;

    background:#fff;

    color:#081B33;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.btn-outline:hover{

    border-color:#00AEEF;

    color:#00AEEF;

}

.hero-info{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.hero-item{

    display:flex;

    align-items:center;

    gap:15px;

    background:#fff;

    padding:18px 22px;

    border-radius:18px;

    border:1px solid #EDF2F7;

    box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.hero-item i{

    width:52px;

    height:52px;

    border-radius:14px;

    background:#EAF8FF;

    color:#00AEEF;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:22px;

}

.hero-item h5{

    margin:0;

    font-size:18px;

    font-weight:700;

    color:#081B33;

}

.hero-item span{

    font-size:14px;

    color:#7A8CA2;

}

.download-image{

    position:relative;

    text-align:center;

}

.download-image{

    width:100%;

    max-width:620px;

    animation:none 5s ease-in-out infinite;

    filter:drop-shadow(0 35px 60px rgba(0,174,239,.18));

}



@media(max-width:991px){

.download-hero{

padding:150px 0 90px;

text-align:center;

}

.download-content h1{

font-size:52px;

}

.download-content h2{

font-size:24px;

}

.download-content p{

margin:auto auto 35px;

}

.download-buttons{

justify-content:center;

}

.hero-info{

justify-content:center;

margin-bottom:50px;

}

}

@media(max-width:576px){

.download-content h1{

font-size:42px;

}

.download-content h2{

font-size:20px;

}

.btn-download,
.btn-outline{

width:100%;

justify-content:center;

}

.hero-item{

width:100%;

}

}
/*========================================
        Download Platforms
========================================*/

.download-platforms{

    position:relative;

    background:#F8FBFF;

}

.download-platforms .heading{

    max-width:700px;

    margin:0 auto 60px;

}

.download-platforms .heading span{

    color:#00AEEF;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:1px;

}

.platform-card{

    position:relative;

    height:100%;

    padding:42px 35px;

    border-radius:28px;

    background:#fff;

    border:1px solid #E7EEF5;

    transition:.35s ease;

    overflow:hidden;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.platform-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:5px;

    background:linear-gradient(90deg,#00AEEF,#39D2FF);

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.platform-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(15,23,42,.10);

}

.platform-card:hover::before{

    transform:scaleX(1);

}

.platform-card.active{

    border-color:#00AEEF;

    box-shadow:0 25px 70px rgba(0,174,239,.15);

}

.platform-card.active::before{

    transform:scaleX(1);

}

.platform-icon{

    width:85px;

    height:85px;

    border-radius:24px;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:30px;

    font-size:38px;

}

.platform-icon.android{

    background:#EAFBF2;

    color:#3DDC84;

}

.platform-icon.play{

    background:#EEF6FF;

    color:#00AEEF;

}

.platform-icon.apple{

    background:#F3F5F8;

    color:#111827;

}

.platform-card h3{

    font-size:30px;

    font-weight:700;

    color:#081B33;

    margin-bottom:18px;

}

.platform-card p{

    color:#667085;

    line-height:1.9;

    margin-bottom:28px;

}

.platform-card ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;

}

.platform-card ul li{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:16px;

    color:#475569;

    font-weight:500;

}

.platform-card ul li i{

    width:22px;

    color:#00AEEF;

}

.platform-btn{

    display:flex;

    justify-content:center;

    align-items:center;

    width:100%;

    padding:16px;

    border-radius:16px;

    background:#00AEEF;

    color:#fff;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.platform-btn:hover{

    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 15px 35px rgba(0,174,239,.25);

}

.platform-btn.disabled{

    background:#EEF2F6;

    color:#8B98A8;

    pointer-events:none;

}

@media(max-width:991px){

.platform-card{

margin-bottom:30px;

}

}

/*==================================================
    DOWNLOAD INFO
==================================================*/

.download-info-section{
    background:#F8FBFF;
}

.info-box{
    background:#fff;
    border:1px solid #E8EEF5;
    border-radius:24px;
    padding:35px 20px;
    text-align:center;
    transition:.3s;
    height:100%;
}

.info-box:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.06);
}

.info-box i{
    width:74px;
    height:74px;
    border-radius:22px;
    background:#EAF8FF;
    color:#00AEEF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 20px;
    font-size:30px;
}

.info-box span{
    display:block;
    color:#7B8A9D;
    font-size:14px;
    margin-bottom:10px;
}

.info-box h4{
    margin:0;
    font-size:24px;
    font-weight:700;
    color:#081B33;
}


/*==================================================
    FINAL CTA
==================================================*/

.download-cta{
    background:#fff;
}

.download-cta-box{

    position:relative;

    overflow:hidden;

    border-radius:36px;

    padding:70px;

    background:linear-gradient(135deg,#071326 0%,#0B1F3A 40%,#1657B8 100%);

}

.download-cta-box::before{

    content:"";

    position:absolute;

    width:500px;
    height:500px;

    background:rgba(255,255,255,.05);

    border-radius:50%;

    top:-250px;
    right:-150px;

}

.cta-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 18px;

    border-radius:999px;

    margin-bottom:25px;

    background:rgba(255,255,255,.12);

    color:#fff;

    font-weight:600;

}

.download-cta h2{

    font-size:54px;

    line-height:1.1;

    color:#fff;

    margin-bottom:20px;

    font-weight:800;

}

.download-cta h2 span{

    color:#6ED6FF;

}

.download-cta p{

    color:rgba(255,255,255,.82);

    font-size:18px;

    line-height:1.9;

    max-width:620px;

    margin-bottom:35px;

}

.cta-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.cta-image{

    width:100%;

    max-width:330px;

    animation:floatSippy 5s ease-in-out infinite;

    filter:drop-shadow(0 30px 60px rgba(0,0,0,.25));

}


/*==================================================
    RESPONSIVE
==================================================*/

@media(max-width:991px){

.download-cta-box{
    padding:50px 35px;
    text-align:center;
}

.cta-buttons{
    justify-content:center;
}

.download-cta h2{
    font-size:40px;
}

.why-download-image{
    margin-bottom:50px;
}

}

@media(max-width:576px){

.download-cta-box{
    padding:40px 25px;
}

.download-cta h2{
    font-size:32px;
}

.why-item{
    flex-direction:column;
}

.info-box{
    padding:28px 18px;
}

}
/*==================================================
    WHAT'S INCLUDED
==================================================*/

.app-features-section{
    background:#fff;
    position:relative;
}

.app-features-section .heading{
    max-width:720px;
    margin:0 auto 60px;
}

.app-features-section .heading span{
    color:#00AEEF;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.feature-card{

    position:relative;

    height:100%;

    padding:40px 35px;

    border-radius:28px;

    background:#fff;

    border:1px solid #E8EEF5;

    overflow:hidden;

    transition:.35s ease;

    box-shadow:0 12px 35px rgba(15,23,42,.05);

}

.feature-card::before{

    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:5px;

    background:linear-gradient(90deg,#00AEEF,#47D4FF);

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(15,23,42,.10);

}

.feature-card:hover::before{

    transform:scaleX(1);

}

.feature-icon{

    width:82px;

    height:82px;

    border-radius:24px;

    background:linear-gradient(135deg,#EAF8FF,#DDF6FF);

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:28px;

    transition:.35s;

}

.feature-icon i{

    font-size:34px;

    color:#00AEEF;

}

.feature-card:hover .feature-icon{

    transform:rotate(-8deg) scale(1.08);

}

.feature-card h3{

    font-size:28px;

    font-weight:700;

    color:#081B33;

    margin-bottom:16px;

}

.feature-card p{

    color:#667085;

    line-height:1.9;

    margin:0;

}

@media(max-width:991px){

.feature-card{

margin-bottom:30px;

}

}

@media(max-width:576px){

.feature-card{

padding:32px 26px;

}

.feature-icon{

width:72px;
height:72px;

}

.feature-icon i{

font-size:30px;

}

.feature-card h3{

font-size:24px;

}

}
/*==========================
    Blog Hero
==========================*/

.blog-hero{

    position:relative;

    overflow:hidden;

    padding:170px 0 120px;

    background:
        radial-gradient(circle at top right,#D9F5FF 0%,transparent 35%),
        radial-gradient(circle at bottom left,#ECFBFF 0%,transparent 45%),
        linear-gradient(180deg,#F9FDFF,#FFFFFF);

}

.blog-hero::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:#00AEEF;

    opacity:.05;

    border-radius:50%;

    top:-180px;

    right:-180px;

}


.hero-content{

    position:relative;

    z-index:2;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    background:#E9F9FF;

    color:#00AEEF;

    padding:10px 22px;

    border-radius:999px;

    font-weight:700;

    margin-bottom:25px;

}

.hero-content h1{

    font-size:64px;

    line-height:1.1;

    font-weight:800;

    color:#111827;

    margin-bottom:25px;

}

.hero-content h1 span{

    color:#00AEEF;

}

.hero-content p{

    font-size:19px;

    color:#64748B;

    line-height:1.9;

    margin-bottom:35px;

    max-width:620px;

}

.hero-meta{

    display:flex;

    gap:30px;

    flex-wrap:wrap;

    margin-bottom:40px;

}

.hero-meta div{

    display:flex;

    align-items:center;

    gap:8px;

    color:#64748B;

    font-weight:600;

}

.hero-meta i{

    color:#00AEEF;

}

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.hero-image{

    text-align:center;

}

.hero-image img{

    max-width:100%;

    animation:float 5s ease-in-out infinite;

}

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-15px);

    }

    100%{

        transform:translateY(0);

    }

}

@media(max-width:991px){

.blog-hero{

padding:140px 0 80px;

text-align:center;

}

.hero-content h1{

font-size:42px;

}

.hero-meta{

justify-content:center;

}

.hero-buttons{

justify-content:center;

margin-bottom:50px;

}

}/*=================================
    Featured Article
=================================*/

.blog-featured{

    background:#fff;

}

.featured-image{

    border-radius:30px;

    overflow:hidden;

    box-shadow:0 25px 70px rgba(15,23,42,.08);

}

.featured-image img{

    width:100%;

    display:block;

}

.featured-content{

    padding-left:60px;

}

.article-category{

    display:inline-flex;

    align-items:center;

    padding:10px 22px;

    border-radius:999px;

    background:#EAF9FF;

    color:#0EA5E9;

    font-weight:700;

    margin-bottom:25px;

}

.featured-content h2{

    font-size:52px;

    line-height:1.15;

    font-weight:800;

    color:#111827;

    margin-bottom:25px;

}

.featured-content p{

    font-size:18px;

    line-height:1.9;

    color:#64748B;

    margin-bottom:35px;

}

.article-meta{

    display:flex;

    gap:30px;

    flex-wrap:wrap;

}

.article-meta div{

    display:flex;

    align-items:center;

    gap:8px;

    color:#64748B;

    font-weight:600;

}

.article-meta i{

    color:#0EA5E9;

}

@media(max-width:991px){

.featured-content{

padding:40px 0 0;

}

.featured-content h2{

font-size:38px;

}

}
/*====================================
    Article Content
====================================*/

.article-body{

    max-width:820px;

    margin:auto;

}

.lead-text{

    font-size:24px;

    line-height:1.9;

    color:#0F172A;

    font-weight:500;

    position:relative;

    margin-bottom:35px;

}

.lead-text:first-letter{

    float:left;

    font-size:82px;

    line-height:68px;

    font-weight:700;

    color:#0EA5E9;

    padding-right:14px;

}

.article-body p{

    font-size:18px;

    line-height:1.9;

    color:#64748B;

    margin-bottom:30px;

}

.article-highlight{

    margin:60px 0;

    padding:35px;

    display:flex;

    gap:25px;

    align-items:flex-start;

    border-radius:24px;

    background:#F8FCFF;

    border:1px solid #DCEFFE;

}

.highlight-icon{

    width:70px;

    height:70px;

    flex-shrink:0;

    border-radius:20px;

    background:#E8F8FF;

    display:flex;

    justify-content:center;

    align-items:center;

}

.highlight-icon i{

    font-size:30px;

    color:#0EA5E9;

}

.article-highlight h4{

    margin-bottom:10px;

    font-size:26px;

    color:#111827;

}

.article-highlight p{

    margin:0;

}

@media(max-width:768px){

.article-highlight{

flex-direction:column;

padding:25px;

}

.lead-text{

font-size:20px;

}

}
/*=================================
    Hydration Benefits
==================================*/

.hydration-benefits{

    background:#F8FCFF;

}

.hydration-benefits .section-title{

    max-width:760px;

    margin:0 auto 60px;

}

.benefit-card{

    background:#fff;

    padding:40px 35px;

    border-radius:28px;

    height:100%;

    transition:.35s;

    border:1px solid #E6F2FB;

    box-shadow:0 15px 40px rgba(15,23,42,.05);

}

.benefit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 25px 60px rgba(14,165,233,.12);

}

.benefit-icon{

    width:72px;

    height:72px;

    border-radius:20px;

    background:#EAF8FF;

    color:#0EA5E9;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:25px;

}

.benefit-card h4{

    font-size:24px;

    margin-bottom:15px;

    color:#111827;

}

.benefit-card p{

    margin:0;

    color:#64748B;

    line-height:1.8;

}
/*=================================
    How SipSync Helps
==================================*/

.sipsync-features{
    padding:120px 0;
    background:#fff;
}

.sipsync-features .heading{
    max-width:760px;
    margin:0 auto 80px;
    text-align:center;
}

.sipsync-features .heading span{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:#EAF8FF;
    color:#0EA5E9;
    font-weight:700;
    margin-bottom:18px;
}

.sipsync-features .heading h2{
    font-size:52px;
    font-weight:800;
    color:#111827;
    margin-bottom:20px;
}

.sipsync-features .heading h2 span{
    background:none;
    padding:0;
    color:#0EA5E9;
}

.sipsync-features .heading p{
    font-size:18px;
    color:#64748B;
    line-height:1.9;
}

/* Feature Row */

.feature-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:70px;
    margin-bottom:110px;
}

.feature-row:last-child{
    margin-bottom:0;
}

.feature-row.reverse{
    flex-direction:row-reverse;
}

/* Image */

.feature-image{
    flex:1;
    text-align:center;
}

.feature-image img{
    width:100%;
    max-width:480px;
    border-radius:28px;
    box-shadow:0 25px 60px rgba(15,23,42,.08);
    transition:.35s;
}

.feature-image img:hover{
    transform:translateY(-8px);
}

/* Content */

.feature-content{
    flex:1;
}

.feature-number{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#0EA5E9;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
}

.feature-content h3{
    font-size:40px;
    font-weight:800;
    color:#111827;
    margin-bottom:20px;
}

.feature-content p{
    color:#64748B;
    font-size:18px;
    line-height:1.9;
    margin-bottom:30px;
}

.feature-content ul{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-content ul li{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
    font-size:17px;
    color:#475569;
    font-weight:500;
}

.feature-content ul li i{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#EAF8FF;
    color:#0EA5E9;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
}

/* Responsive */

@media (max-width:991px){

    .feature-row,
    .feature-row.reverse{
        flex-direction:column;
        text-align:center;
        gap:45px;
    }

    .feature-number{
        margin:0 auto 25px;
    }

    .feature-content ul li{
        justify-content:center;
    }

    .sipsync-features .heading h2{
        font-size:38px;
    }

    .feature-content h3{
        font-size:30px;
    }
}
/*=================================
    Hydration Myths
==================================*/

.hydration-myths{

    background:#F8FCFF;

}

.myth-card{

    background:#fff;

    border-radius:28px;

    padding:35px;

    height:100%;

    border:1px solid #E8F3FA;

    box-shadow:0 15px 45px rgba(15,23,42,.05);

    transition:.35s;

}

.myth-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(14,165,233,.10);

}

.myth-label{

    display:inline-block;

    background:#FFE9E9;

    color:#EF4444;

    padding:8px 18px;

    border-radius:999px;

    font-size:14px;

    font-weight:700;

    margin-bottom:20px;

}

.myth-card h4{

    font-size:24px;

    color:#111827;

    line-height:1.5;

    margin-bottom:30px;

}

.fact-box{

    background:#F4FCFF;

    border-left:4px solid #0EA5E9;

    border-radius:18px;

    padding:24px;

}

.fact-label{

    display:inline-block;

    background:#E7F9EF;

    color:#16A34A;

    padding:7px 16px;

    border-radius:999px;

    font-size:14px;

    font-weight:700;

    margin-bottom:15px;

}

.fact-box p{

    margin:0;

    color:#64748B;

    line-height:1.8;

}
/*=================================
    Download CTA
==================================*/

.download-cta{

    background:#fff;

}

.download-card{

    background:linear-gradient(135deg,#0EA5E9,#22D3EE);

    border-radius:36px;

    padding:80px;

    overflow:hidden;

    position:relative;

    box-shadow:0 30px 80px rgba(14,165,233,.18);

}

.download-card::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-180px;

    right:-120px;

}

.download-content{

    position:relative;

    z-index:2;

}

.download-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:999px;

    background:rgba(255,255,255,.18);

    color:#fff;

    font-weight:700;

    margin-bottom:25px;

}

.download-content h2{

    color:#fff;

    font-size:52px;

    font-weight:800;

    line-height:1.2;

    margin-bottom:25px;

}

.download-content h2 span{

    color:#E0F9FF;

}

.download-content p{

    color:rgba(255,255,255,.92);

    font-size:18px;

    line-height:1.9;

    margin-bottom:35px;

}

.download-list{

    list-style:none;

    padding:0;

    margin:0 0 40px;

}

.download-list li{

    display:flex;

    align-items:center;

    gap:14px;

    color:#fff;

    margin-bottom:16px;

    font-size:17px;

}

.download-list i{

    color:#fff;

    font-size:18px;

}

.download-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.download-buttons .btn{

    padding:16px 34px;

    border-radius:999px;

}

.download-buttons .btn-light{

    background:#fff;

    color:#0EA5E9;

}

.download-image{

    text-align:center;

}

.download-image img{

    max-width:100%;

    animation:float 5s ease-in-out infinite;

}

@media(max-width:991px){

.download-card{

padding:50px 35px;

text-align:center;

}

.download-content h2{

font-size:38px;

}

.download-list li{

justify-content:center;

}

.download-buttons{

justify-content:center;

margin-bottom:40px;

}

}
/* From Uiverse.io by FlexionJenish */ 
.button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #0EA5E9;
  color: #fff;
  border-radius: 10rem;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: #0EA5E9;
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.button:hover {
  background-color: #000;
}

.button:hover .button__icon-wrapper {
  color: #000;
}

.button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, -100%); /* Initial position at top-left */
}

.button:hover .button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, 100%); /* Move to bottom-right on hover */
}

.button:hover .button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0); /* Move to center */
}
/*=====================================
Blog Hero
======================================*/

.blog-hero{
    position:relative;
    overflow:hidden;
    padding:170px 0 120px;
    background:
    radial-gradient(circle at top left,#67E8F930 0%,transparent 35%),
    radial-gradient(circle at bottom right,#0EA5E920 0%,transparent 40%),
    linear-gradient(180deg,#F7FCFF,#ECF8FF);
}

.hero-shape{
    position:absolute;
    border-radius:50%;
    filter:blur(90px);
}

.hero-shape-1{
    width:420px;
    height:420px;
    background:#22d3ee33;
    top:-150px;
    left:-120px;
}

.hero-shape-2{
    width:380px;
    height:380px;
    background:#3b82f622;
    bottom:-120px;
    right:-120px;
}

.hero-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    background:#E0F7FF;

    color:#0284C7;

    padding:10px 20px;

    border-radius:50px;

    font-weight:600;

    margin-bottom:25px;

}

.hero-title{

    font-size:62px;

    line-height:1.1;

    font-weight:800;

    color:#0F172A;

    margin-bottom:25px;

}

.hero-title span{

    display:block;

    color:#0EA5E9;

}

.hero-desc{

    max-width:560px;

    font-size:18px;

    line-height:1.9;

    color:#64748B;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin:45px 0;

    flex-wrap:wrap;

}

.hero-btn-outline{

    border:2px solid #0EA5E9;

    padding:15px 28px;

    border-radius:50px;

    color:#0EA5E9;

    font-weight:600;

    transition:.35s;

}

.hero-btn-outline:hover{

    background:#0EA5E9;

    color:#fff;

}

.hero-stats{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:18px;

}

.stat-card{

    background:#fff;

    border-radius:22px;

    padding:25px 15px;

    text-align:center;

    box-shadow:0 20px 45px rgba(15,23,42,.06);

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-8px);

}

.stat-card h3{

    color:#0EA5E9;

    font-size:32px;

    font-weight:800;

    margin-bottom:6px;

}

.stat-card p{

    margin:0;

    color:#64748B;

    font-size:15px;

}

.hero-image{

    position:relative;

}

.hero-image img{

    width:100%;

    max-width:600px;

    animation:heroFloat 5s ease-in-out infinite;

}

.bubble{

    position:absolute;

    border-radius:50%;

    background:#22d3ee22;

    animation:rise 10s linear infinite;

}

.bubble-1{

    width:20px;
    height:20px;
    left:8%;
    bottom:-20px;

}

.bubble-2{

    width:35px;
    height:35px;
    left:25%;
    bottom:-40px;
    animation-duration:13s;

}

.bubble-3{

    width:18px;
    height:18px;
    right:15%;
    bottom:-30px;
    animation-duration:8s;

}

.bubble-4{

    width:45px;
    height:45px;
    right:6%;
    bottom:-60px;
    animation-duration:15s;

}

@keyframes heroFloat{

    0%,100%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-15px);

    }

}

@keyframes rise{

    0%{

        transform:translateY(0) scale(.5);

        opacity:0;

    }

    20%{

        opacity:.5;

    }

    100%{

        transform:translateY(-120vh) scale(1.6);

        opacity:0;

    }

}

@media(max-width:991px){

.hero-title{

    font-size:48px;

}

.hero-stats{

    grid-template-columns:repeat(2,1fr);

}

.blog-hero{

    padding:140px 0 90px;

}

}

@media(max-width:576px){

.hero-title{

    font-size:38px;

}

.hero-buttons{

    flex-direction:column;

}

.hero-buttons a{

    width:100%;

    text-align:center;

}

.hero-stats{

    grid-template-columns:1fr;

}

}
/*=========================
Featured Article
=========================*/

.featured-blog-section{
    padding:110px 0 80px;
    background:#F8FCFF;
}

.featured-blog-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(15,23,42,.08);
    transition:.35s;
}

.featured-blog-card:hover{
    transform:translateY(-8px);
}

.featured-image{
    height:100%;
}

.featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    min-height:520px;
}

.featured-content{
    padding:60px;
}

.featured-label{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#E0F7FF;
    color:#0284C7;
    padding:10px 18px;
    border-radius:40px;
    font-weight:600;
    margin-bottom:25px;
}

.meta-info{
    display:flex;
    gap:25px;
    flex-wrap:wrap;
    margin-bottom:20px;
    color:#64748B;
    font-size:15px;
}

.meta-info span{
    display:flex;
    align-items:center;
    gap:8px;
}

.featured-content h2{
    font-size:42px;
    line-height:1.2;
    font-weight:700;
    color:#0F172A;
    margin-bottom:25px;
}

.featured-content p{
    color:#64748B;
    line-height:1.9;
    margin-bottom:35px;
}

@media(max-width:991px){

    .featured-content{
        padding:40px 30px;
    }

    .featured-content h2{
        font-size:32px;
    }

    .featured-image img{
        min-height:320px;
    }

}
/*==========================================
Blog Listing Cards
==========================================*/

.blog-filter-section{
    padding:80px 0 40px;
    background:#F8FCFF;
}

.blog-filter-wrapper{
    background:#fff;
    border:1px solid #E8EEF5;
    border-radius:24px;
    padding:30px;
    box-shadow:0 15px 45px rgba(15,23,42,.05);
}

.search-box{
    position:relative;
    margin-bottom:25px;
}

.search-box i{
    position:absolute;
    left:24px;
    top:50%;
    transform:translateY(-50%);
    color:#94A3B8;
    font-size:18px;
}

.search-box input{
    width:100%;
    height:62px;
    border:2px solid #E2E8F0;
    border-radius:50px;
    padding:0 25px 0 58px;
    background:#fff;
    transition:.35s;
}

.search-box input:focus{
    border-color:#0EA5E9;
    box-shadow:0 0 0 5px rgba(14,165,233,.08);
}

.category-filter{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
}

.category-filter button{
    border:none;
    background:#EDF8FF;
    color:#475569;
    padding:12px 22px;
    border-radius:999px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.category-filter button:hover,
.category-filter button.active{
    background:linear-gradient(135deg,#0EA5E9,#22D3EE);
    color:#fff;
}


/*==========================================
Blog Grid
==========================================*/

.blog-grid-section{
    background:#F8FCFF;
    padding-bottom:120px;
}

.blog-grid-section .section-title{
    margin-bottom:60px;
}

.blog-grid-section .section-title span{
    display:inline-block;
    padding:10px 18px;
    border-radius:999px;
    background:#EAF8FF;
    color:#0EA5E9;
    font-weight:700;
    margin-bottom:18px;
}

.blog-grid-section .section-title h2{
    font-size:52px;
    font-weight:800;
    color:#0F172A;
    margin-bottom:18px;
}

.blog-grid-section .section-title p{
    max-width:650px;
    margin:auto;
    color:#64748B;
}


/*==========================================
Blog Card
==========================================*/

.blog-card{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid #EEF2F7;

    transition:.35s;

    height:100%;

    box-shadow:0 12px 40px rgba(15,23,42,.05);

}

.blog-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(15,23,42,.10);

}

.blog-card-image{

    position:relative;

    overflow:hidden;

}

.blog-card-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.6s;

}

.blog-card:hover .blog-card-image img{

    transform:scale(1.08);

}

.blog-category{

    position:absolute;

    left:20px;

    top:20px;

    padding:8px 18px;

    border-radius:999px;

    background:linear-gradient(135deg,#0EA5E9,#22D3EE);

    color:#fff;

    font-size:13px;

    font-weight:700;

    letter-spacing:.3px;

}

.blog-card-content{

    padding:30px;

}

.blog-meta{

    display:flex;

    justify-content:space-between;

    flex-wrap:wrap;

    gap:10px;

    margin-bottom:18px;

    color:#94A3B8;

    font-size:14px;

}

.blog-meta span{

    display:flex;

    align-items:center;

    gap:8px;

}

.blog-meta i{

    color:#0EA5E9;

}

.blog-card-content h3{

    font-size:26px;

    line-height:1.35;

    margin-bottom:18px;

    min-height:108px;

}

.blog-card-content h3 a{

    color:#0F172A;

    transition:.3s;

}

.blog-card:hover h3 a{

    color:#0EA5E9;

}

.blog-card-content p{

    color:#64748B;

    line-height:1.85;

    margin-bottom:30px;

    min-height:110px;

}

.read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#0EA5E9;

    font-weight:700;

    transition:.3s;

}

.read-more i{

    transition:.3s;

}

.read-more:hover{

    color:#0284C7;

}

.read-more:hover i{

    transform:translateX(6px);

}


/*==========================================
Responsive
==========================================*/

@media(max-width:991px){

.blog-grid-section .section-title h2{

font-size:40px;

}

.blog-card-content h3{

min-height:auto;

}

.blog-card-content p{

min-height:auto;

}

}

@media(max-width:767px){

.blog-filter-wrapper{

padding:22px;

}

.category-filter{

justify-content:flex-start;

}

.category-filter button{

font-size:14px;

padding:10px 18px;

}

.blog-grid-section .section-title h2{

font-size:34px;

}

.blog-card-image img{

height:220px;

}

.blog-card-content{

padding:24px;

}

}

/*=====================================
      SipSync Blog Hero
=====================================*/

.blog-details-hero{

    padding:170px 0 90px;

    background:#F8FCFF;

}

.blog-details-header{

    max-width:900px;

    margin:auto;

    text-align:center;

}

.blog-tag{

    display:inline-flex;

    align-items:center;

    padding:10px 22px;

    border-radius:999px;

    background:#EAF7FF;

    color:#0EA5E9;

    font-size:15px;

    font-weight:600;

    margin-bottom:28px;

}

.blog-details-header h1{

    font-size:62px;

    line-height:1.15;

    font-weight:700;

    color:#111827;

    margin-bottom:24px;

}

.blog-details-header p{

    max-width:760px;

    margin:auto;

    font-size:19px;

    line-height:1.9;

    color:#64748B;

}

.blog-meta{

    margin-top:35px;

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:28px;

}

.blog-meta span{

    display:flex;

    align-items:center;

    gap:10px;

    color:#64748B;

    font-weight:500;

}

.blog-meta i{

    color:#0EA5E9;

}

.blog-cover{

    margin-top:60px;

}

.blog-cover img{

    width:100%;

    border-radius:30px;

    display:block;

}

@media(max-width:768px){

.blog-details-hero{

padding:140px 0 70px;

}

.blog-details-header h1{

font-size:40px;

}

.blog-details-header p{

font-size:17px;

}

.blog-meta{

gap:18px;

}

.blog-cover{

margin-top:40px;

}

}
.image-credit{
    margin-top:12px;
    font-size:13px;
    color:#94A3B8;
    text-align:right;
}

.image-credit a{
    color:#0EA5E9;
    text-decoration:none;
}

.image-credit a:hover{
    text-decoration:underline;
}
/*=====================================
        Blog Article
=====================================*/

.blog-article-section{

    padding:90px 0;

    background:#fff;

}

.blog-article{

    max-width:820px;

    margin:auto;

}

.blog-article .lead{

    font-size:24px;

    line-height:1.9;

    color:#334155;

    font-weight:500;

    margin-bottom:45px;

}

.blog-article h2{

    font-size:40px;

    font-weight:700;

    color:#111827;

    margin-top:60px;

    margin-bottom:22px;

}

.blog-article p{

    font-size:18px;

    line-height:2;

    color:#64748B;

    margin-bottom:24px;

}

.blog-article ul{

    margin:30px 0;

    padding-left:25px;

}

.blog-article li{

    display:list-item;

    margin-bottom:16px;

    color:#475569;

    font-size:18px;

    line-height:1.8;

}

.blog-article li::marker{

    color:#0EA5E9;

}

@media(max-width:768px){

.blog-article-section{

padding:70px 0;

}

.blog-article .lead{

font-size:20px;

}

.blog-article h2{

font-size:30px;

margin-top:45px;

}

.blog-article p,

.blog-article li{

font-size:17px;

}

}
/*=====================================
        Hydration Tip
=====================================*/

.hydration-tip{

    display:flex;

    gap:28px;

    align-items:flex-start;

    margin:60px 0;

    padding:36px;

    border-radius:28px;

    background:linear-gradient(135deg,#EFF9FF 0%,#F8FDFF 100%);

    border:1px solid #D7F0FF;

}

.tip-icon{

    width:72px;

    height:72px;

    flex-shrink:0;

    border-radius:22px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#0EA5E9;

    color:#fff;

    font-size:30px;

}

.tip-label{

    display:inline-block;

    margin-bottom:12px;

    color:#0EA5E9;

    font-size:14px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

}

.tip-content h3{

    margin-bottom:16px;

    font-size:28px;

    font-weight:700;

    color:#0F172A;

}

.tip-content p{

    margin:0;

    color:#64748B;

    font-size:17px;

    line-height:1.9;

}

@media(max-width:768px){

.hydration-tip{

flex-direction:column;

padding:28px;

gap:20px;

}

.tip-icon{

width:60px;

height:60px;

font-size:24px;

border-radius:18px;

}

.tip-content h3{

font-size:22px;

}

}
/*=====================================
        Benefits Card
=====================================*/

.benefits-card{

    margin:70px 0;

    padding:42px;

    border:1px solid #E5F3FB;

    border-radius:30px;

    background:#F8FCFF;

}

.benefits-card h2{

    margin:0 0 30px;

    font-size:34px;

    color:#0F172A;

}

.benefit-item{

    display:flex;

    gap:20px;

    padding:24px;

    height:100%;

    border-radius:22px;

    background:#fff;

    transition:.3s;

}

.benefit-item:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 40px rgba(15,23,42,.08);

}

.benefit-icon{

    width:60px;

    height:60px;

    flex-shrink:0;

    border-radius:18px;

    background:#EAF7FF;

    color:#0EA5E9;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

}

.benefit-item h4{

    margin-bottom:10px;

    font-size:22px;

    color:#111827;

}

.benefit-item p{

    margin:0;

    font-size:16px;

    line-height:1.8;

    color:#64748B;

}

@media(max-width:768px){

.benefits-card{

padding:28px;

}

.benefits-card h2{

font-size:28px;

}

.benefit-item{

padding:20px;

}

}
/*=====================================
        Hydration Facts
=====================================*/

.hydration-facts{

    margin:80px 0;

}

.fact-card{

    height:100%;

    padding:40px 30px;

    text-align:center;

    background:#F8FCFF;

    border:1px solid #E6F4FB;

    border-radius:28px;

    transition:.3s ease;

}

.fact-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 50px rgba(15,23,42,.08);

}

.fact-card h2{

    margin-bottom:18px;

    font-size:52px;

    font-weight:700;

    color:#0EA5E9;

}

.fact-card p{

    margin:0;

    font-size:17px;

    line-height:1.8;

    color:#64748B;

}

@media (max-width:768px){

    .hydration-facts{

        margin:60px 0;

    }

    .fact-card{

        padding:30px 24px;

    }

    .fact-card h2{

        font-size:42px;

    }

}
.counter{

    display:block;

    font-variant-numeric: tabular-nums;

    transition:transform .3s ease;

}

.fact-card:hover .counter{

    transform:scale(1.08);

}
/*=====================================
        Download CTA
=====================================*/

.blog-download-cta{

    margin:100px 0;

    padding:80px 60px;

    border-radius:36px;

    background:linear-gradient(135deg,#0EA5E9 0%,#38BDF8 100%);

    color:#fff;

    text-align:center;

    overflow:hidden;

    position:relative;

}

.blog-download-cta::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    border-radius:50%;

    background:rgba(255,255,255,.08);

    top:-120px;

    right:-120px;

}

.blog-download-cta::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    border-radius:50%;

    background:rgba(255,255,255,.06);

    bottom:-80px;

    left:-80px;

}

.blog-download-cta>*{

    position:relative;

    z-index:2;

}

.cta-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    border-radius:999px;

    background:rgba(255,255,255,.15);

    font-size:15px;

    font-weight:600;

    margin-bottom:24px;

}

.blog-download-cta h2{

    font-size:48px;

    font-weight:700;

    margin-bottom:20px;

    color:#fff;

}

.blog-download-cta p{

    max-width:700px;

    margin:0 auto 40px;

    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,.9);

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.secondary-btn{

    background:#fff;

    color:#0EA5E9;

}

.secondary-btn:hover{

    color:#fff;

}

@media(max-width:768px){

.blog-download-cta{

padding:50px 25px;

margin:70px 0;

}

.blog-download-cta h2{

font-size:34px;

}

.blog-download-cta p{

font-size:16px;

}

}
/*=====================================
        Blog CTA Button
=====================================*/

.playstore-button{

    display:inline-flex;

    align-items:center;

    gap:18px;

    padding:16px 22px;

    border-radius:18px;

    background:#ffffff;

    color:#0F172A;

    text-decoration:none;

    transition:.3s ease;

    box-shadow:0 15px 40px rgba(15,23,42,.12);

}

.playstore-button:hover{

    transform:translateY(-4px);

    color:#ffffff;

    box-shadow:0 25px 50px rgba(15,23,42,.18);

}

.playstore-icon{

    width:56px;

    height:56px;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#0EA5E9,#38BDF8);

    color:#fff;

    font-size:24px;

    flex-shrink:0;

}

.texts{

    display:flex;

    flex-direction:column;

    text-align:left;

    line-height:1.2;

}

.text-1{

    font-size:13px;

    color:#64748B;

}

.text-2{

    font-size:20px;

    font-weight:700;

    color:#0F172A;

}

.playstore-arrow{

    margin-left:12px;

    color:#0EA5E9;

    font-size:18px;

    transition:.3s;

}

.playstore-button:hover .playstore-arrow{

    transform:translateX(6px);

}



@media(max-width:576px){

.playstore-button{

    width:100%;

    justify-content:center;

}

}

/* From Uiverse.io by Yaya12085 */ 
.playstore-button-new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 1);
  padding: 0.625rem 1.5rem;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  outline: 0;
  transition: all  .2s ease;
  text-decoration: none;
}

.playstore-button-new:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
}

.icon-new {
  height: 1.5rem;
  width: 1.5rem;
}

.texts-new {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1;
}

.text-3 {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-4 {
  font-weight: 600;
}
/*=====================================
        About Author
=====================================*/

.author-section{

    padding:40px 0 100px;

}

.author-card{

    display:flex;

    align-items:center;

    gap:35px;

    padding:40px;

    border-radius:30px;

    background:#fff;

    border:1px solid #E8F2F8;

    box-shadow:0 20px 50px rgba(15,23,42,.06);

    transition:.35s ease;

}

.author-card:hover{

    transform:translateY(-5px);

    box-shadow:0 30px 70px rgba(15,23,42,.10);

}

.author-avatar{

    flex-shrink:0;

}

.author-avatar img{

    width:120px;

    height:120px;

    border-radius:50%;

    object-fit:cover;

    background:#EAF7FF;

    padding:18px;

    border:4px solid #DDF4FF;

}

.author-label{

    display:inline-block;

    padding:8px 18px;

    margin-bottom:15px;

    border-radius:999px;

    background:#EAF7FF;

    color:#0EA5E9;

    font-size:13px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:.08em;

}

.author-content h3{

    margin-bottom:18px;

    font-size:34px;

    color:#0F172A;

}

.author-content p{

    margin-bottom:24px;

    color:#64748B;

    font-size:17px;

    line-height:1.9;

}

.author-tags{

    display:flex;

    gap:12px;

    flex-wrap:wrap;

}

.author-tags span{

    padding:10px 16px;

    border-radius:999px;

    background:#F8FCFF;

    border:1px solid #E2F2FB;

    color:#0F172A;

    font-size:14px;

    font-weight:600;

}

.editor-note{

    margin-top:30px;

    padding:22px 26px;

    border-left:4px solid #0EA5E9;

    border-radius:16px;

    background:#F8FCFF;

    color:#64748B;

    font-size:15px;

    line-height:1.8;

}

.editor-note strong{

    color:#0F172A;

}

@media(max-width:768px){

.author-card{

flex-direction:column;

text-align:center;

padding:30px 24px;

}

.author-content h3{

font-size:28px;

}

.author-tags{

justify-content:center;

}

.author-avatar img{

width:100px;

height:100px;

}

}
/*=====================================
        Related Articles
=====================================*/

.related-articles{

    padding:100px 0;

    background:#F8FCFF;

}

.related-articles .section-title{

    margin-bottom:60px;

}

.related-articles .section-title span{

    display:inline-block;

    padding:10px 22px;

    border-radius:999px;

    background:#EAF7FF;

    color:#0EA5E9;

    font-size:14px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

    margin-bottom:20px;

}

.related-articles .section-title h2{

    font-size:48px;

    margin-bottom:18px;

    color:#0F172A;

}

.related-articles .section-title p{

    max-width:620px;

    margin:auto;

    color:#64748B;

    font-size:18px;

    line-height:1.8;

}

@media(max-width:768px){

.related-articles{

padding:70px 0;

}

.related-articles .section-title h2{

font-size:34px;

}

.related-articles .section-title p{

font-size:16px;

}

}
/*=====================================
        Related Articles
=====================================*/

.related-articles{

    padding:100px 0;

    background:#F8FCFF;

}

.related-articles .section-title{

    max-width:700px;

    margin:0 auto 60px;

}

.related-articles .subtitle{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:#EAF7FF;

    color:#0EA5E9;

    font-size:14px;

    font-weight:700;

    letter-spacing:.08em;

    text-transform:uppercase;

    margin-bottom:18px;

}

.related-articles .section-title h2{

    font-size:48px;

    font-weight:700;

    color:#0F172A;

    margin-bottom:18px;

}

.related-articles .section-title p{

    color:#64748B;

    font-size:18px;

    line-height:1.8;

}



/* Card */

.related-blog-card{

    height:100%;

    overflow:hidden;

    border-radius:28px;

    background:#fff;

    border:1px solid #E8F2F8;

    transition:.35s ease;

    box-shadow:0 10px 30px rgba(15,23,42,.05);

}

.related-blog-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(15,23,42,.10);

}



/* Image */

.related-blog-image{

    position:relative;

    display:block;

    overflow:hidden;

}

.related-blog-image img{

    width:100%;

    height:250px;

    object-fit:cover;

    transition:.5s ease;

}

.related-blog-card:hover img{

    transform:scale(1.08);

}



/* Category */

.related-blog-image .category{

    position:absolute;

    top:18px;

    left:18px;

    padding:8px 16px;

    border-radius:999px;

    background:rgba(255,255,255,.95);

    color:#0EA5E9;

    font-size:13px;

    font-weight:700;

}



/* Content */

.related-blog-content{

    padding:28px;

}



/* Meta */

.blog-info{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:18px;

    color:#94A3B8;

    font-size:14px;

}

.blog-info span{

    display:flex;

    align-items:center;

    gap:8px;

}



/* Title */

.related-blog-content h3{

    margin-bottom:16px;

}

.related-blog-content h3 a{

    color:#0F172A;

    font-size:24px;

    font-weight:700;

    line-height:1.4;

    text-decoration:none;

    transition:.3s;

}

.related-blog-content h3 a:hover{

    color:#0EA5E9;

}



/* Description */

.related-blog-content p{

    color:#64748B;

    font-size:16px;

    line-height:1.8;

    margin-bottom:24px;

}



/* Read More */

.read-more{

    display:inline-flex;

    align-items:center;

    gap:10px;

    color:#0EA5E9;

    font-weight:700;

    text-decoration:none;

    transition:.3s;

}

.read-more i{

    transition:.3s;

}

.read-more:hover{

    color:#0284C7;

}

.read-more:hover i{

    transform:translateX(6px);

}



/* Responsive */

@media(max-width:992px){

.related-articles{

padding:80px 0;

}

.related-blog-image img{

height:220px;

}

}



@media(max-width:768px){

.related-articles{

padding:70px 0;

}

.related-articles .section-title h2{

font-size:34px;

}

.related-articles .section-title p{

font-size:16px;

}

.related-blog-content{

padding:22px;

}

.related-blog-content h3 a{

font-size:22px;

}

.related-blog-image img{

height:210px;

}

}
/*==================================================
NEWS HERO
==================================================*/

.page-header {
    padding: 285px 0 120px;
    background:
        radial-gradient(circle at top right, rgba(0,180,255,.18), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0,119,255,.12), transparent 40%),
        linear-gradient(135deg,#0EA5FF,#0066FF);
    color:#fff;
}

.page-header .badge{
    background:rgba(255,255,255,.15);
    backdrop-filter:blur(12px);
    color:#fff;
    font-size:.95rem;
    font-weight:600;
}

.page-header h1{
    color:#fff;
    line-height:1.15;
}

.page-header p{
    color:rgba(255,255,255,.85);
    max-width:720px;
    margin:auto;
}

.blog-search{
    max-width:650px;
}

.blog-search .input-group{
    background:#fff;
    border-radius:999px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.blog-search .input-group-text{
    padding-left:24px;
    color:#0EA5FF;
}

.blog-search input{
    height:64px;
    font-size:16px;
    box-shadow:none!important;
}

.blog-search input::placeholder{
    color:#999;
}

.blog-search input:focus{
    box-shadow:none;
}

@media(max-width:991px){

    .page-header{
        padding:140px 0 90px;
    }

    .page-header h1{
        font-size:2.6rem;
    }

}

@media(max-width:576px){

    .page-header{
        padding:120px 0 80px;
    }

    .page-header h1{
        font-size:2rem;
    }

    .blog-search input{
        height:56px;
    }

}
/*==================================================
FEATURED ARTICLE
==================================================*/

.featured-article-section{

    padding:80px 0;

}

.featured-article-card{

    width:100%;

    display:flex;

    overflow:hidden;

    border-radius:32px;

}

.featured-article-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 80px rgba(15,23,42,.12);
}

.featured-image{
    position:relative;
    overflow:hidden;
    height:100%;
    min-height:420px;
}

.featured-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.featured-article-card:hover .featured-image img{
    transform:scale(1.05);
}

.featured-badge{
    position:absolute;
    top:24px;
    left:24px;
    background:linear-gradient(135deg,#0EA5FF,#0066FF);
    color:#fff;
    padding:8px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:600;
    letter-spacing:.5px;
}

.featured-content{
    padding:60px;
}

.article-category{
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:rgba(14,165,255,.08);
    color:#0EA5FF;
    font-weight:600;
    margin-bottom:22px;
}

.featured-content h2{
    font-size:2rem;
    line-height:1.3;
    margin-bottom:20px;
}

.featured-content p{
    color:#6B7280;
    margin-bottom:30px;
}

.article-meta{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    color:#94A3B8;
    font-size:15px;
    margin-bottom:32px;
}

.featured-content .theme-btn{
    border-radius:999px;
    padding:16px 32px;
}

@media(max-width:991px){

    .featured-content{
        padding:40px;
    }

    .featured-image{
        min-height:300px;
    }

}

@media(max-width:576px){

    .featured-content{
        padding:30px 24px;
    }

    .featured-content h2{
        font-size:1.6rem;
    }

}
/*==================================================
BLOG CATEGORIES
==================================================*/

.category-filter{
    gap:14px;
}

.category-btn{

    border:none;
    background:#F4F8FC;
    color:#5B6472;

    padding:14px 26px;

    border-radius:999px;

    font-weight:600;

    transition:.3s;

    cursor:pointer;
}

.category-btn:hover{

    background:#E3F3FF;
    color:#0EA5FF;

    transform:translateY(-2px);

}

.category-btn.active{

    background:linear-gradient(135deg,#0EA5FF,#0066FF);

    color:#fff;

    box-shadow:0 10px 25px rgba(14,165,255,.25);

}

@media(max-width:768px){

    .category-filter{

        justify-content:flex-start;

        overflow-x:auto;

        flex-wrap:nowrap;

        padding-bottom:10px;

    }

    .category-btn{

        white-space:nowrap;

    }

}
/*==================================================
BLOG CARDS
==================================================*/

.blog-card{
    background:#fff;
    border-radius:30px;
    overflow:hidden;
    height:100%;
    box-shadow:0 15px 45px rgba(15,23,42,.06);
    transition:.35s ease;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 70px rgba(15,23,42,.12);
}

.blog-card a{
    color:inherit;
    text-decoration:none;
    display:block;
    height:100%;
}

.blog-card-image{
    overflow:hidden;
    aspect-ratio:16/10;
}

.blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover .blog-card-image img{
    transform:scale(1.08);
}

.blog-card-body{
    padding:30px;
}

.blog-category{
    display:inline-flex;
    align-items:center;
    padding:8px 18px;
    border-radius:999px;
    background:#E8F6FF;
    color:#0EA5FF;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
}

.blog-card h3{
    font-size:1.35rem;
    line-height:1.45;
    margin-bottom:15px;
    transition:.3s;
}

.blog-card:hover h3{
    color:#0EA5FF;
}

.blog-card p{
    color:#6B7280;
    line-height:1.8;
    margin-bottom:24px;

    display:-webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.blog-meta{
    display:flex;
    align-items:center;
    gap:12px;
    color:#94A3B8;
    font-size:14px;
    margin-top:auto;
}

.blog-meta i{
    color:#0EA5FF;
}

.blog-card:hover .blog-meta{
    color:#64748B;
}

@media(max-width:991px){

    .blog-card-body{
        padding:24px;
    }

}

@media(max-width:576px){

    .blog-card h3{
        font-size:1.2rem;
    }

}
.blog-read-more{

    margin-top:26px;

    display:flex;

    align-items:center;

    gap:10px;

    color:#0EA5FF;

    font-weight:700;

    transition:.3s;

}

.blog-read-more i{

    transition:.3s;

}

.blog-card:hover .blog-read-more{

    gap:16px;

}

.blog-card:hover .blog-read-more i{

    transform:translateX(6px);

}
/* Newsletter spacing */
.newsletter-section{
    padding-top: 80px;
    padding-bottom: 120px;
}
/*==================================================
NEWSLETTER
==================================================*/



.newsletter-box{

    max-width:900px;

    margin:auto;

    padding:120px 50px;

    border-radius:36px;

    background:
    linear-gradient(135deg,#0EA5FF,#0066FF);

    color:#fff;

    overflow:hidden;

    position:relative;

}

.newsletter-box h2{

    color:#fff;

    margin:20px 0;

}

.newsletter-box p{

    color:rgba(255,255,255,.9);

    max-width:650px;

    margin:0 auto 40px;

}

.newsletter-form{

    max-width:650px;

    margin:auto;

    display:flex;

    gap:16px;

}

/* From Uiverse.io by vinodjangid07 */ 

.input-wrapper{
    width:100%;
    max-width:520px;
    margin:40px auto 0;
    display:flex;
    align-items:center;
}

.input{
    flex:1;
    min-width:0;
}

.Subscribe-btn{
    flex-shrink:0;
}

@media (max-width:768px){

    .input-wrapper{
        max-width:100%;
    }

}

@media (max-width:576px){

    .input-wrapper{
        flex-direction:column;
        gap:16px;
        background:transparent;
        box-shadow:none;
        height:auto;
    }

    .input{
        width:100%;
        border-radius:18px;
    }

    .Subscribe-btn{
        width:100%;
        justify-content:center;
        border-radius:18px;
    }

}
.input-wrapper {
  width: fit-content;
  height: 45px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  background-color: #292524;
}

.icon {
  width: 30px;
  fill: rgb(255, 255, 255);
  margin-left: 8px;
  transition: all 0.3s;
}
.input {
  max-width: 170px;
  height: 100%;
  border: none;
  outline: none;
  padding-left: 15px;
  background-color: #292524;
  color: white;
  font-size: 1em;
}
.input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #292524 inset;
  -webkit-text-fill-color: #ffffff;
}
.Subscribe-btn {
  height: 100%;
  width: 95px;
  border: none;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  cursor: pointer;
  background-color: #ffffff;
  font-weight: 500;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
}
.arrow {
  /* display: none; */
  position: absolute;
  margin-right: 150px;
  transition: all 0.3s;
}
.input-wrapper:active .icon {
  transform: scale(1.3);
}
.Subscribe-btn:hover {
  color: white;
}
.Subscribe-btn:hover .arrow {
  margin-right: 0;
  animation: jello-vertical 0.9s both;
  transform-origin: right;
}

@keyframes jello-vertical {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.Subscribe-btn:active {
  transform: scale(0.9);
}

/*=====================================
        Article Callout Cards
=====================================*/

.article-callout{
    display:flex;
    align-items:flex-start;
    gap:22px;

    margin:40px 0;
    padding:28px;

    border-radius:22px;
    border:1px solid transparent;

    transition:.3s ease;
}

.article-callout:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 40px rgba(15,23,42,.08);
}

.callout-icon{

    width:64px;
    height:64px;

    min-width:64px;

    border-radius:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    flex-shrink:0;
}

.callout-icon i{

    font-size:28px;
    line-height:1;
}

.callout-content{

    flex:1;
}

.callout-content h4{

    margin:0 0 10px;

    font-size:24px;
    font-weight:700;

    color:#0F172A;
}

.callout-content p{

    margin:0;

    color:#475569;

    font-size:17px;
    line-height:1.8;
}

/*=====================================
            INFO
=====================================*/

.article-callout-info{

    background:#EFF9FF;

    border-color:#BFE8FF;
}

.article-callout-info .callout-icon{

    background:#D8F3FF;
}

.article-callout-info .callout-icon i{

    color:#0EA5E9;
}

/*=====================================
            SUCCESS
=====================================*/

.article-callout-success{

    background:#F0FDF4;

    border-color:#BBF7D0;
}

.article-callout-success .callout-icon{

    background:#DCFCE7;
}

.article-callout-success .callout-icon i{

    color:#16A34A;
}

/*=====================================
            WARNING
=====================================*/

.article-callout-warning{

    background:#FFFBEB;

    border-color:#FDE68A;
}

.article-callout-warning .callout-icon{

    background:#FEF3C7;
}

.article-callout-warning .callout-icon i{

    color:#D97706;
}

/*=====================================
            DANGER
=====================================*/

.article-callout-danger{

    background:#FEF2F2;

    border-color:#FECACA;
}

.article-callout-danger .callout-icon{

    background:#FEE2E2;
}

.article-callout-danger .callout-icon i{

    color:#DC2626;
}

/*=====================================
          Mobile
=====================================*/

@media (max-width:768px){

.article-callout{

flex-direction:column;

padding:22px;

gap:18px;

}

.callout-icon{

width:56px;
height:56px;
min-width:56px;

}

.callout-icon i{

font-size:24px;

}

.callout-content h4{

font-size:21px;

}

.callout-content p{

font-size:16px;

}

}

/* From Uiverse.io by MuhammadHasann */ 
button-readmore {
  position: relative;
  padding: 13px 35px;
  background: transparent;
  font-size: 17px;
  font-weight: 900;
  border: none;
  transition: all .3s ease-in-out;
}

button-readmore::after {
  content: "Read More";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 155px;
  height: 47px;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  line-height: 47px;
  color: #181818;
  border: 2px solid #181818;
  border-radius: 50px;
  transition: all .3s ease-in-out;
  z-index: 2;
}

button-readmore:hover::after {
  width: 165px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
}

button-readmore:focus::after {
  content: "Read less";
  top: 200%;
  width: 155px;
  height: 47px;
  font-size: 17px;
  line-height: 47px;
  z-index: -2;
  pointer-events: none;
}

.icon-read {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: auto;
  z-index: -3;
  transition: all .3s ease-in-out;
}

button:focus .icon-read {
  top: -250%;
  width: 75px;
  height: auto;
}

.fil0 {
  fill: #333333
}

.fil2 {
  fill: #222222
}

.fil1 {
  fill: #181818
}

.fil3 {
  fill: #181818
}

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