/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "UTF-8";

:root {
  --primary-color: #062D51;
  --secondary-color: #171d2e;
  --tertiary--color: #007b7f;
  --color-white: #ffffff;
  --color-black: #000000;

  --hover-color: #2088e8;
}
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0b0f19;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: var(--color-white);
}

p,
li,
a,
span,
div {
  font-family: "Poppins", sans-serif;
  color: var(--color-white);
}

.btn{
  color: #000;
      background-color: var(--primary-color);
    color: rgb(255, 255, 255);
}

body a {
  text-decoration: none;
}

main {
  margin: 0;
}

section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0;
}

.container {
  padding: 0 20px;
}

li {
  list-style: none;
  text-decoration: none;
}

header {
  background: transparent;
  padding: 10px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.fixed-header {
  position: fixed;
  background-color: var(--secondary-color);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow:0 0px 4px 2px rgb(255 255 255 / 10%);
          box-shadow:0 0px 4px 2px rgb(255 255 255 / 10%);
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav-menu {
  display: none;
}

.menu-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.menu-toggle i {
  color: var(--color-white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.siteLogo img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul li {
  list-style: none;
}

header ul li a {
  color: var(--color-white);
  font-size: 17px;
  text-decoration: none;
  list-style: none;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header ul li a:hover,
.menu-toggle i:hover {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--hover-color);
}

/* Active page underline */
header ul li a.is-active {
  color: var(--hover-color);
}

header ul li a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  /* uses text color */
}

/* cards section */



.card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
          box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color:var(--secondary-color) ;
  margin-bottom: 30px;
    position: sticky;
  top: 0;
}

.card-link {
  position: absolute;
  inset: 0;
  z-index: 10;
}

/* Keep buttons & inner links clickable */
.card1 button,
.card1 .available-on ul li span,
.card1 a:not(.card-link) {
  position: relative;
  z-index: 20;
}

.card1:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

/* discount value  */
.discount {
  border-top-right-radius: 6px;
  position: absolute;
  overflow: hidden;
  height: 50px;
  width: 100px;
  z-index: 5;
}

.discount-new {
  right: 0px;
  top: 0px;
}

.discount-text {
  z-index: 5;
  text-align: right;
  right: 5px;
  top: 5px;
  position: absolute;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  width: 50%;
  color: var(--color-white);
}

.triangle-bg {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 50px 0;
  border-color: transparent var(--primary-color) transparent transparent;
  z-index: 1;
}

.content-area {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(41, 41, 66, 0.6);
  /* margin: 30px; */
  border-radius: 10px;
  padding: 70px 0;
}

.left p {
  font-size: 16px;
  color: var(--color-black);
  margin: 1rem 0;
}

.rank {
  position: absolute;
  left: 35px;
  top: 10px;
  font-size: 3rem;
  color: transparent;
  -webkit-text-stroke: 2px var(--tertiary--color);
  text-shadow: none;
  font-weight: 700;
  line-height: 1em;
}

.store-logo {
  max-width: 180px;
  border-radius: 6px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.content-area .content {
  padding: 10px 20px;
}

.content-area .content h3 {
  color: var(--tertiary--color);
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.content-area .content h3 b {
  color: #f20f22;
  font-weight: 700;
}

.content-area .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-area .content li {
  margin: 5px 0;
}

.content-area .content li::before {
  content: "✔";
  color: #f30e22;
  margin-right: 8px;
}

.price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 200px;
          flex: 1 1 200px;
}

.rating {
  font-size: 2em;
  font-weight: bold;
  color: var(--tertiary--color);
}

/* stars ratting */
.rating-widget {
  text-align: center;
  background: rgba(0, 0, 0, 0);
}

.stars {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.stars-empty,
.stars-filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.stars-empty {
  color: #ddd;
  z-index: 1;
}

.stars-filled {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 1.2s ease;
  -o-transition: width 1.2s ease;
  transition: width 1.2s ease;
}

.stars-empty span,
.stars-filled span {
  min-width: 24px;
  min-height: 24px;
  background: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  z-index: 5;
}

.stars-filled span {
  background: var(--tertiary--color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f2c405;
}

.rating-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.rating-value {
  font-size: 1rem;
  font-weight: 700;
}

.rating-meta {
  font-size: 0.8rem;
  color: #666;
}

.pulse {
  -webkit-animation: pulseAnim 650ms ease;
          animation: pulseAnim 650ms ease;
}

@-webkit-keyframes pulseAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulseAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* stars ratting end */
.approx-rate {
  font-size: 1.2em;
  /* color:#333; */
}

.approx-rate b {
  color: var(--tertiary--color);
}

.available-on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.available-on ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-decoration: none;
  gap: 10px;
     flex-wrap: wrap;
}

.available-on > li {
  font-size: 20px;
  font-weight: 700;
  /* color: #444; */
}

.available-on li::before {
  display: none;
}

/*  */
.available-on li {
  position: relative;
}

.available-on i {
  font-size: 26px;
  /* color: #444; */
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}

/* Tooltip hover effect */
.available-on ul li span[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #333;
  color: var(--color-white);
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.available-on ul li span[title]:hover i {
  color: #E74C3C;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.hs-button .btn {
  background-color: var(--primary-color);
  color: var(--color-white);
  font-size: 20px;
  font-weight: 600;
  padding: 7px 18px;
}

.hero-section .hs-button .btn {
  background-color: #007899;
}

.hs-button .btn:hover i {
  -webkit-animation: kul11 0.5s ease-in-out alternate both;
          animation: kul11 0.5s ease-in-out alternate both;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hs-button .btn:hover {
  -webkit-box-shadow: 0 0.15rem 0 0 #a2a4a9;
          box-shadow: 0 0.15rem 0 0 #a2a4a9;
  background-color: var(--hover-color);
  border: 1px solid #a2a4a9;
  text-decoration: none;
  color: var(--color-white);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.visit-btn {
  color: var(--color-white);
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1em;
  background-color: var(--primary-color);
  /* cursor: pointer; */
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

.visit-btn:hover {
  color: var(--color-white);
  background-color: #E74C3C;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-filter: brightness(1.08);
          filter: brightness(1.08);
}

.card-section .card1:nth-of-type(4n + 1) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#7C3AED), to(#3B82F6));
  background: -o-linear-gradient(left, #7C3AED, #3B82F6);
  background: linear-gradient(to right, #7C3AED, #3B82F6);
  color: var(--color-white);
}

.card-section .card1:nth-of-type(4n + 2) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#2563EB), to(#06B6D4));
  background: -o-linear-gradient(left, #2563EB, #06B6D4);
  background: linear-gradient(to right, #2563EB, #06B6D4);
  color: var(--color-white);
}

.card-section .card1:nth-of-type(4n + 3) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ff4800), to(#5f46f0));
  background: -o-linear-gradient(left, #ff4800, #5f46f0);
  background: linear-gradient(to right, #ff4800, #5f46f0);
  color: var(--color-white);
}

.card-section .card1:nth-of-type(4n + 4) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#059669), to(#34D399));
  background: -o-linear-gradient(left, #059669, #34D399);
  background: linear-gradient(to right, #059669, #34D399);
  color: var(--color-white);
}

.card-section .card1:nth-of-type(4n + 1) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#7C3AED), to(#3B82F6));
  background: -o-linear-gradient(left, #7C3AED, #3B82F6);
  background: linear-gradient(to right, #7C3AED, #3B82F6);
  color: var(--color-white);
  background-size: 160% 100%;
  background-position: left center;
}
.card-section .card1:nth-of-type(4n + 1) .visit-btn:hover {
  background-position: right center;
}

.card-section .card1:nth-of-type(4n + 2) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#2563EB), to(#06B6D4));
  background: -o-linear-gradient(left, #2563EB, #06B6D4);
  background: linear-gradient(to right, #2563EB, #06B6D4);
  color: var(--color-white);
  background-size: 160% 100%;
  background-position: left center;
}
.card-section .card1:nth-of-type(4n + 2) .visit-btn:hover {
  background-position: right center;
}

.card-section .card1:nth-of-type(4n + 3) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#ff4800), to(#5f46f0));
  background: -o-linear-gradient(left, #ff4800, #5f46f0);
  background: linear-gradient(to right, #ff4800, #5f46f0);
  color: var(--color-white);
  background-size: 160% 100%;
  background-position: left center;
}
.card-section .card1:nth-of-type(4n + 3) .visit-btn:hover {
  background-position: right center;
}

.card-section .card1:nth-of-type(4n + 4) .visit-btn {
  background: -webkit-gradient(linear, left top, right top, from(#059669), to(#34D399));
  background: -o-linear-gradient(left, #059669, #34D399);
  background: linear-gradient(to right, #059669, #34D399);
  color: var(--color-white);
  background-size: 160% 100%;
  background-position: left center;
}
.card-section .card1:nth-of-type(4n + 4) .visit-btn:hover {
  background-position: right center;
}

/* main */
/* hero-section */
.overlay {
  padding-top: 75px;
  height:auto;
  margin: auto;
  background-size: cover;
  background-position: top;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.overlay::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-section {
  min-height: 550px;
}

.hero-section .container {
  padding: 30px 20px;
  min-height: 300px;
}

/* heading-section */

.main-heading {
  text-align: center;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.main-heading h1 {
  font-size: 51px;
  font-weight: 600;
}

.hero-sectiontext {
  /* padding: 20px; */
  color: #f1f1f1;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 50%;
}

.hero-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
}

.hero-sectiontext h2 {
  color: var(--color-white);
  font-size: 40px;
  font-weight: 600;
}

.hero-sectiontext p {
  color: var(--color-white);
  font-size: 18px;
}

@-webkit-keyframes kul11 {
  to {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

@keyframes kul11 {
  to {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* /Privacy Policy */
.sim-other-pages {
  margin-bottom: 0;
  padding: 50px 0;
}

.sim-other-pages .container {
  padding: 30px;
  border-radius: 20px;
  background-color: var(--secondary-color);
  border: 2px solid #d8d8d87d;
}

.sim-other-pages .container div {
  margin: 30px 0;
}

.sim-other-pages h1 {
  margin-bottom: 20px;
  padding-left: 17px;
  border-left: 6px solid var(--primary-color);
}

.sim-other-pages h2 {
  font-size: 30px;
  padding-bottom: 10px;
}

.disclaimer-section {
  padding-bottom: 40px;
  padding-top: 20px;
}

.disclaimer-section .container > div {
  padding: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.disclaimer-section .container h2 {
  border-left: 4px solid var(--primary-color);
  padding-left: 10px;
  font-size: 25px;
}

.disclaimer-section .container p {
  padding: 10px 0;
  font-size: 14px;
  margin: auto;
}

/* About us page Css */
.about-content-section {
  padding: 50px 0;
  /*padding-top: 20px;*/
}

.inner-banner {
  min-height: 350px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.inner-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.inner-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 50%;
  min-width: 576px;
  margin-bottom: auto;
  padding: 20px 10px;
}

.inner-text h1 {
  color: var(--color-white);
  padding-bottom: 20px;
}

.inner-text p {
  color: var(--color-white);
  line-height: 28px;
}

.about-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  gap: 30px;
    padding: 30px 10px;
    margin-bottom: 40px;
    background-color: var(--secondary-color);
    border-radius: 10px;
    border: 2px solid #d8d8d87d;
}

.about-card-text {
  width: 49%;
}

.card-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-card img {
  width: 49%;
  max-width: 510px;
}

.about-card-text h2 {
  padding-bottom: 10px;
  font-weight: 600;
  color: #88c5ff;
}

.about-card-text p {
  font-weight: 500;
  /* color: #000; */
}

.get-in-touch {
  padding: 40px;
  background-color: #e6f3fe;
  border-radius: 40px;
}

.get-in-touch h2 {
  padding-bottom: 20px;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.get-in-touch p {
  color: #000000;
}
.get-in-touch p a {
  color: var(--primary-color);
}
.get-in-touch p a:hover {
  color: var(--hover-color);
}

.get-in-touch h2 img {
  height: 55px;
}

/* Blogs Page CSS */
.editor-pick-container {
  padding-top: 20px;
}

.blog-editor-pick-header {
  padding-bottom: 15px;
  width: 60%;
}

.blog-editor-pick-header h2 {
  color: #88c5ff;
  padding-bottom: 15px;
  font-weight: 600;
}

.editor-pick-container .blog-editor-card {
  margin: 0;
  background-color:var(--secondary-color);
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
          box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 2px 0 rgba(60, 64, 67, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-editor-card h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-editor-card p {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-editor-card a {
  margin: 0;
  padding: 0;
}

.blog-editor-card img {
  padding: 0;
  max-height: -moz-max-content;
  max-height: -webkit-max-content;
  max-height: max-content;
  width: 100%;
  min-height: -webkit-fill-available;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-editor-card .blog-editor-content {
  padding: 20px;
  padding-left: 30px;
  margin: auto 0;
}

.latest-research-section {
  padding: 50px 0;
}

.blog-read-more {
  display: block;
  margin-top: 1rem;
}

.latest-research-container {
  padding: 10px;
}

.latest-research-container .latest-research-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 20px;
}

.latest-research-card .single-card {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-card img {
  width: 100%;
  height: 302px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.latest-research-card .single-card h4 {
  font-size: 20px;
  line-height: 29px;
  padding-top: 15px;
}

.blog-load-more {
  padding-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* functional blog page, single post css */
form label {
  display: block;
  color: var(--color-white);
}

form input {
  padding: 10px;
}

.container.single-post {
  padding-top: 40px;
  padding-bottom: 30px;
}

.single-post .content {
  width: 70%;
}

.single-post .featured-image {
  width: 100%;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post .content img {
  width: 100%;
  max-height: 470px;
  margin: 20px 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post h1 {
  font-size: 34px;
  font-weight: 600;
}

.single-post h2 {
  font-size: 28px;
  font-weight: 600;
}

.single-post h3 {
  font-size: 22px;
  font-weight: 600;
}

.single-post p,
.single-post li {
  font-size: 16px;
}

.single-post ol,
.single-post ul {
  margin: 0px;
  padding: 0 0 20px 20px;
}

.single-post ol li {
  list-style-type: decimal;
}

.single-post ul li {
  list-style-type: disc;
}


.single-post .content h2 {
  font-size: 25px;
}

/* Contact Page CSS */
.contact-page {
  padding-top: 80px;
  height: auto;
  min-height: 600px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-page .container-form{
  background: rgb(224, 224, 224);
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.container-form h1 {
  text-align: center;
  font-weight: 700;
  color: var(--primary-color);
}

.container-form p {
  margin: 2rem;
  text-align: center;
  color: var(--color-white);
  text-shadow: 2px 2px 0px #000;
}

.common-form input,
.common-form textarea {
  margin: 0.1rem 0;
  padding: 0.4rem;
  width: 90%;
  min-width:150px;
  max-width: 600px;
  font-size: 1rem;
  border-radius: 0.65rem;
  border: 0.125rem solid black;
  display: block;
}

.container-form .submit {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.container-form .submit:hover {
  background-color: var(--hover-color);
}

.contact-page form {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.popup-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.container-form {
  color: #f1f1f1;
  text-align: center;
  position: relative;
  /* max-width: 550px; */
  width: 50%;
  margin: 0 auto;
}
.contact-image {
  width: 50%;
  background: var(--primary-color);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.contact-image img{
  position: relative;
  /* max-width: 550px; */
  width: 100%;
  margin: 20px auto;
}

.form-section .container-form {
  max-width: 28rem;
}

/* form popup */
.form-section .form-popup form {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 28rem;
  background-color: #eef;
  border-radius: 2rem;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  gap: 0;
  padding: 30px;
}

.form-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.form-section .form-popup h1 {
  text-shadow: 0px 2px 5px rgba(22, 0, 0, 0.5);
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #525151;
  border-radius: 10px;
}

input,
textarea,
.submit {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.5);
}

/* 404 Page Styling */
.error-wrapper {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background: -o-linear-gradient(315deg, #0f172a, #1e293b);
    background: linear-gradient(135deg, #0f172a, #1e293b);
    color: #fff;
}

.error-box h1 {
    font-size: 120px;
    margin: 0;
    letter-spacing: 5px;
    -webkit-animation: float 3s ease-in-out infinite;
            animation: float 3s ease-in-out infinite;
}

.error-box h2 {
    margin: 10px 0 20px;
    font-weight: 500;
}

.error-box p {
    max-width: 500px;
    margin: 0 auto 30px;
    opacity: 0.8;
}

.error-btns a {
    display: inline-block;
    padding: 12px 25px;
    margin: 5px;
    border-radius: 30px;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.home-btn {
    background: #3b82f6;
    color: #fff;
}

.home-btn:hover {
    background: #2563eb;
}

.blog-btn {
    border: 1px solid #fff;
    color: #fff;
}

.blog-btn:hover {
    background: #fff;
    color: #000;
}

/* Floating animation */
@-webkit-keyframes float {
    0% { -webkit-transform: translateY(0px); transform: translateY(0px); }
    50% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
    100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}
@keyframes float {
    0% { -webkit-transform: translateY(0px); transform: translateY(0px); }
    50% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
    100% { -webkit-transform: translateY(0px); transform: translateY(0px); }
}

/* Glowing dots background */
.background-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-dots span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    -webkit-animation: move 10s linear infinite;
            animation: move 10s linear infinite;
}

@-webkit-keyframes move {
    0% { -webkit-transform: translateY(0); transform: translateY(0); opacity:1; }
    100% { -webkit-transform: translateY(-1000px); transform: translateY(-1000px); opacity:0; }
}

@keyframes move {
    0% { -webkit-transform: translateY(0); transform: translateY(0); opacity:1; }
    100% { -webkit-transform: translateY(-1000px); transform: translateY(-1000px); opacity:0; }
}

/*404 error page styling end*/


/* Footer */
footer {
  background-color: var(--secondary-color);
  color: var(--color-black);
  padding: 40px 0 0;
  position: relative;
  /*border-top: 25px solid transparent;*/
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 20px;
      margin: 0 auto;
      gap: 20px;
  /*line-height: 2rem;*/
}
footer .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  gap: 20px;
}

footer .footer-logo img {
  padding-bottom: 1rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-img p {
  /*line-height: 1.5rem;*/
  text-align: justify;
}

footer .row h3 {
  text-transform: capitalize;
  padding-bottom: 10px;
}

footer .inside-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .inside-row1 {
  width: 50%;
}

footer .inside-row2 {
  width: 50%;
}


.quick-link ul li a:hover {
  color: var(--hover-color);
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.col ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}


.footer-img{
    width: 100%;
    min-width: 200px;
    max-width: 400px;
}

.col a {
  /* color: var(--color-black); */
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  text-transform: capitalize;
}
.sm-logos {
  list-style: none;
  padding: 0;
      display: flex;
    flex-direction: column;
    gap: 10px;
}

.sm-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.sm-logos ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.sm-logos ul li:hover i {
  color: var(--hover-color);
}

.social-media a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;

}
.social-media a:hover{
    color: var(--hover-color);
}

.bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 10px 0;
  background-color: var(--color-black);
}

.social-media .fa-envelope {
  margin-right: 10px;
      padding-top: 5px;
}

.bottom-bar p {
  margin: 10px 0;
  text-transform: capitalize;
}

/* scroll to top button */
.smooth-scroll {
    position: absolute;
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    top: -25px;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.smooth-scroll a{
position: absolute;
 inset: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smooth-scroll i {
    color: var(--color-white);
    font-size: 24px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.smooth-scroll:hover {
    background: var(--hover-color);
}
.smooth-scroll:hover i{
    transform: translateY(-5px);
}


/* Responsive Styles */
@media (max-width: 991px) {
  .card1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
  .content-area {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .left {
    width: 100%;
    gap: 0;
    /* flex: 1 1 0px; */
  }
  /* blog */
  .blog-editor-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-editor-card h3 {
    font-size: 25px;
  }
  .blog-editor-pick-header {
    width: 100%;
  }
  .blog-editor-card img {
    width: 100%;
    min-height: 300px;
  }
    /* footer */

  footer .col{
      gap: 0;
  }
  footer .inside-row {
        width: 100%;
  }
    footer .row {
    flex-direction: column;
  }
  .footer-img{
      max-width: 500px;
  }
}
@media (max-width: 767px) {
  .hero-sectiontext h2 {
    font-size: 30px;
  }
  .main-heading h1 {
    font-size: 40px;
  }
  .hero-sectiontext p {
    font-size: 16px;
  }
  .hs-button .btn {
    font-size: 16px;
    padding: 5px 15px;
  }
  .card1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-area {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .left {
    width: 100%;
    gap: 0;
  }
  .store-logo {
    width: 100%;
    max-width: 250px;
  }
  .price-section {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-toggle {
    display: block;
  }
  .nav-menu {
    position: absolute;
    top: 100%;
    right: 0;
    width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    height: 70vh;
    overflow-y: scroll;
  }
  .nav-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  #nav-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav-menu ul li {
    list-style: none;
    border-bottom: 1px solid #000000;
    width: 90%;
  }
  header ul li a {
    color: #333;
  }
  header ul li a:hover {
    color: var(--hover-color);
  }
  /* responsive header hamburger */
  .hs-button {
    display: none;
  }

  .hero-section .hs-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hambar-hs-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .card-section .card1 {
    position: relative;
        margin-bottom: 25px;
  }
  /* about */
  .about-inner-banner .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inner-text {
    width: 100%;
    min-width: auto;
    max-width: 576px;
  }
  .about-card {
    display: block;
  }
  .about-card-text {
    width: 100%;
  }
  .about-card img {
    width: 100%;
  }
  .latest-research-container .latest-research-card {
    margin: 0;
  }
  /* blog */
  .blog-editor-content {
    padding-top: 20px;
  }
  .latest-research-container .latest-research-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .latest-research-card .single-card {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
  .latest-research-card .single-card h4 {
    padding: 0;
  }
  .featured-image {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .single-post h1 {
    font-size: 28px;
  }
  .single-post .content {
    width: 100%;
  }
  /* contact */
  .popup-inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
  .container-form {
    width: 100%;
  }
  .contact-image {
    width: 100%;
  }
  footer .inside-row {
        flex-direction: column;
  }

}
@media (max-width: 576px) {
    section {
        padding-top: 25px;
}
    

  .hero-sectiontext {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
    .hero-sectiontext h2 {
    font-size: 25px;
  }
  .hero-content {
    width: 100%;
    height: 50%;
    gap: 0;
  }
    .main-heading{
    padding: 0;
    width: 100%;
  
  }
/*.card-section{*/
/*  padding-top: 30px;*/
/*}*/
  
  .left {
    padding: 20px 10px;
  }
  .hero-image {
    width: 100%;
    height: 50%;
  }
  .main-heading h1 {
    font-size: 33px;
  }
  .sim-other-pages .container {
    margin: 20px auto;
    padding: 20px;
  }
  .sim-other-pages h1::before {
    height: 35px;
    width: 4px;
  }
  .available-on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
  }
  .hero-section .hs-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .rank {
    position: static;
  }
  .form-popup form {
    width: 100%;
    padding: 20px;
  }
  .form-section .form-popup form {
    height: 24rem;
  }
  /* .common-form input,
  .common-form textarea {
    margin: 0.1rem 0;
  } */
  .single-post .content h1 {
    font-size: 30px;
  }
  .single-post .content h2 {
    font-size: 25px;
  }
  .social-media a {
    gap: 0;
      word-break: break-all;
  }
  .bottom-bar p {
    font-size: 14px;
  }
}

@media (max-width: 300px) {
  .available-on {
    display: block;
  }
  .available-on i {
    font-size: 20px;
  }
  .available-on > li {
    font-size: 17px;
  }
  .sm-logos {
    display: block;
    text-align: start;
  }
  .sm-logos ul {
      flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}