@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/sGilroy-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/sGilroy-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/sGilroy-Semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/sGilroy-Bold.woff2') format('woff2'),
       url('../fonts/subset-Gilroy-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/sGilroy-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #4c5473;
  background-color: #ecf1f7;
}
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 1.75em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1em; }

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .container {
    padding: 0 12px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
    padding: 0 12px;
  }
}

input,
select,
textarea,
button {
  font: inherit;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

.heading-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}

#main_content {
  transition: 0.5s;
  z-index: 1;
  height: auto;
  max-width: 100%;
  height: 100vh;
  max-height: 100% !important;
}

.intro {
  background: linear-gradient(118deg, #121726, #1b1f32);
  position: relative;
  z-index: 1;
}

.intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: url(../images/wubibg.webp);
  background-attachment: fixed;
  background-position: center top;
}

.header-top {
  background-color: rgba(101, 153, 239);
  color: #041c3a;
  padding: 10px 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top .wrapper {
  justify-content: center;
}

.site_head {
  padding: 16px 0;
}

.site_head .wrapper {
  flex-wrap: nowrap;
  align-items: center;
}

.site_head .site_logo {
  width: 190px;
}

.site_head .site_logo svg {
  width: 100%;
}

.site_head svg {
  width: 20px;
  height: auto;
}

.site_logo span {
  font-size: 22px;
  font-weight: 700;
}

.site_head .shopping-cart {
  border-radius: 2px;
  background-color: #fad02c;
  padding: 11px;
  color: #fff;
  font-size: 18px;
  position: relative;
  width: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site_head .shopping-cart i {
  color: #fff;
}

.site_head .shopping-cart .cart-number {
  top: -12px;
  left: 10px;
  display: flex;
  border-radius: 9px;
  background-color: #fff;
  color: #fad02c;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  padding: 0 12px;
}

.site_head .dropdown {
  top: calc(100% + 10px);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.25s ease-in-out;
  right: 0;
  transform: scale(0.96);
  padding: 5px 0;
  box-shadow: 0 0 50px 0 rgba(32, 32, 32, 0.15);
  z-index: 19;
  background-color: white;
}

.site_head .dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1.01);
}

.site_head .navbar {
  flex-grow: 1;
}

.site_head .navbar .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.site_head .navbar .nav_item {
  position: relative;
}

.site_head .navbar .nav_item i {
  color: #3765e6;
  font-weight: 700;
}

.site_head .navbar .nav_link {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  color: #fff;
  white-space: nowrap;
}

.site_head .navbar .nav_link.item_link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site_head .navbar .nav_link .bottom_arrow {
  width: 10px;
  height: auto;
}

.site_head .navbar .dropdown {
  left: 0;
  min-width: 200px;
}

.site_head .navbar .dropdown::before {
  background-color: #fff;
  content: "";
  height: 20px;
  left: 25px;
  position: absolute;
  top: -10px;
  transform: rotate(45deg);
  width: 20px;
  transition: all 0.1s ease 0;
}

.site_head .navbar .dropdown a {
  display: block;
  text-align: left;
  padding: 10px 20px;
  color: #212121;
}

.site_head .navbar .dropdown a:hover {
  background-color: #f8f8f8;
}

.site_head .navbar .dropdown li:last-child a {
  border-bottom: unset;
}

.site_head .toggler i {
  font-size: 30px;
  color: #fff;
}

.site_head .right_bar {
  margin-left: auto;
  display: flex;
}

.site_head .language_select {
  position: relative;
  margin-left: 36px;
}

.site_head .language_select .icon {
  min-width: 20px;
}

.site_head .search_form .navsearch_input {
  border-radius: 99px;
  width: 100%;
  border: 1px solid #cccccc;
  height: 38px;
  box-shadow: unset;
  padding: 0 12px;
  font-size: 14px;
}

@media (min-width: 991px) {
  .site_head .desktop_hide {
    display: none !important;
  }

  .mobile_menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .heading-title h2 {
    font-size: 25px;
  }

  .site_head .right_bar {
    display: none;
  }

  .site_head .navbar {
    display: none;
  }

  .site_head .shopping-cart {
    display: none;
  }

  .site_head .toggler {
    margin-left: auto;
    cursor: pointer;
  }

  .site_head .toggler svg {
    width: 30px;
    color: #fff;
  }

  .site_head .toggler svg path {
    fill: currentColor;
  }

  .mobile_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    overflow-y: auto;
    visibility: hidden;
    z-index: -1;
    background-color: #1e2130;
  }

  .mobile_menu .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
  }

  .mobile_menu .menu {
    width: 100%;
    padding-top: 20px;
  }

  .mobile_menu .menu .bottom_arrow {
    width: 10px;
    height: auto;
  }

  .mobile_menu .menu a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .mobile_menu .nav_link {
    display: inline-block;
    padding: 12px 0;
    color: white;
    font-size: 18px;
    color: white;
  }

  .mobile_menu .nav_link svg {
    fill: currentColor;
  }

  .mobile_menu li .dropdown {
    margin-left: 10px;
    display: none;
  }

  .mobile_menu li .dropdown a {
    display: flex;
    padding: 8px 0;
    font-size: 17px;
    color: currentColor;
  }

  .mobile_menu .close_btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #333;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }

  .mobile_menu .search_form {
    width: 100%;
  }

  .mobile_menu .search_form .navsearch_input {
    width: 100%;
    border-radius: 99px;
    border: 1px solid #cccccc;
    height: 45px;
    box-shadow: unset;
    padding: 0 12px;
    font-size: 14px;
  }

  .mobile_menu .language_select {
    color: #212121;
    margin-left: 0;
    margin-top: 10px;
  }

  .mobile_menu .language_select .dropdown {
    display: none;
    margin-top: 10px;
  }

  .mobile_menu .language_select .dropdown a {
    padding-left: 0;
  }

  .mobile_menu .language_select .dropdown a span {
    color: white;
  }

  .mobile_menu .language_select .item_link {
    color: white;
  }

  .mobile_menu .language_select .item_link svg path {
    fill: currentColor;
  }

  .mobile_menu.open {
    visibility: visible;
  }
}

@media (max-width: 576px) {
  .site_head {
    margin: 0 !important;
  }

  .hero {
    padding-bottom: 50px !important;
    padding-top: 10px !important;
  }

  .intro {
    clip-path: none;
    padding-bottom: 0;
  }

  .hero::before {
    bottom: 0 !important;
  }

  .hero .hero-well {
    flex-direction: column;
  }

  .hero .hero-well .hero-left,
  .hero-right {
    max-width: 100% !important;
  }

  .hero .hero-left .hero-left-title h1 {
    font-size: 33px !important;
    text-align: center;
    margin-top: 20px;
  }

  .hero .hero-left .hero-btn-grp {
    width: 100% !important;
  }

  .hero .hero-well .hero-left,
  .hero-right {
    margin-top: 40px;
  }

  .crop {
    text-align: center;
  }

  .crop .text {
    font-size: 14px;
    font-weight: 500;
  }

  .hero .hero-left .hero-price {
    text-align: center;
  }

  .device {
    justify-content: center !important;
  }
}

.hero {
  position: relative;
  padding: 60px 0 0 0;
}

.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top, #1e2130, transparent);
  z-index: -1;
}

.hero .wrapper {
  justify-content: center;
  width: 100%;
}

.hero .hero-well {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.hero .hero-well .hero-left,
.hero-right {
  max-width: 50%;
}

.hero .hero-well .hero-left > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #3765e6;
  font-size: 20px;
}

.hero .hero-well .hero-left {
  color: #fff;
}

.hero .hero-left .hero-left-title h1 {
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  padding: 0 0 20px 0;
}

.hero-left-title span {
  color: #3765e6 !important;
  font-size: 49px;
  font-weight: 600;
  display: block;
}

.hero .hero-left .hero-left-title img {
  width: 120px;
  height: 45px;
}

.hero .hero-left .hero-price {
  color: #fff;
  margin: 20px 0;
}

.hero .hero-left .hero-price .price {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  background-color: transparent;
}

.hero .hero-left .hero-btn-grp {
  display: flex;
  flex-direction: column;
  width: 37%;
  gap: 20px;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
}

.hero-right h2 {
  font-size: 27px;
  text-align: center;
}

.hero-right .hero-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.hero-right .hero-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 15px);
  border-radius: 10px;
  background: linear-gradient(to left, #3765e6 0, rgba(255, 255, 255, 0) 100%);
  transform-origin: bottom right;
  opacity: 0.42;
  z-index: 1;
}

.hero-content .img img {
  position: relative;
  max-width: 550px;
  height: auto;
  object-fit: cover;
  max-height: 463px;
}

.hero-right .content-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
  margin-bottom: 20px;
}

.content-box i {
  font-size: 30px;
}

.info p {
  font-size: 15px;
  margin-top: 10px;
}

.hero-right .content-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  height: 100px;
  background: #f6f6f6;
  border-radius: 50%;
  margin: 0 auto;
}

.hero-right .content-box .icon svg {
  color: #fff;
  height: 30px;
  width: 30px;
}

.btn-demo {
  padding: 11px 22px;
  border-radius: 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 7px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: 2px solid #3765e6;
  background: transparent;
}

.btn-form {
  text-align: center;
  font-weight: 600;
  color: #fff;
  background-color: #51288f;
  box-shadow: none;
  font-size: 13px;
  padding: 12px 24px;
  border-radius: 5px;
  border: 2px solid #000;
}

.price {
  background: #1e2130;
  padding: 60px 0;
}

.price .wrapper {
  flex-direction: column;
}

.packet-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
  justify-items: center;
}

.packet-box {
  background: #282d40;
  color: #fff;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 93%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 30px;
}

.packet-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.packet-box.featured {
  border: 2px solid #ffd700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
  transform: scale(1.05);
  z-index: 1;
  position: relative;
}

.packet-box.featured::before {
  content: "En Çok Tercih Edilen";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffd700;
  color: #000;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 14px;
}

.packet-box.featured .packet-title {
  color: #ffd700;
}

.packet-box.featured .packet-buy {
  background-color: #ffd700;
  color: #000;
}

.packet-icon {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: #3765e6;
}

.packet-alert {
  margin: 30px auto 0;
  width: fit-content;
  padding: 10px 15px;
  padding-left: 10px;
  border-radius: 30px;
  color: #18d3a6;
  background: #18d3a624;
  display: flex;
  align-items: center;
  gap: 6px;
}

.packet-icon i {
  font-size: 25px;
  color: #fff;
}

.packet-title {
  font-size: 2em;
  font-weight: 500;
}

.packet-detail {
  text-align: left;
}

.packet-info {
  color: #18d3a6;
}

.packet-price {
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
}

.packet-detail li {
  font-size: 1em;

  margin: 5px 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.packet-buy {
  border-radius: 100px;
  border: 2px solid #3765e6;
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  color: #fff;
  margin-top: 15px;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.packet-options button {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.packet-options button.active {
  background-color: #fad02c;
  color: white;
}

.button-pulse {
  -webkit-animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  animation: pulse 2s infinite 3s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 #0c4481;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px transparent;
  }
}

@media (max-width: 768px) {
  .packet-detail li {
    font-size: 13px;
  }

  .packet-price {
    font-size: 30px;
  }

  .packet-title {
    font-size: 30px;
  }

  .packet-icon {
    min-width: 40px;
    min-height: 40px;
  }

  .packet-icon i {
    font-size: 18px;
  }

  .packet-detail {
    text-align: center;
  }
}

.accordion-container {
  width: 100%;
}

.accordion-item {
  background-color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px;
}

.accordion-header {
  background-color: #fff;
  color: #494e62;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  align-items: center;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  border: none;
  font-weight: 600;
}

.accordion-header .icon {
  min-width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3765e6;
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 16px;
}

.accordion-content {
  background-color: #fafafa;
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}

.icon {
  transition: transform 0.3s ease;
}

.active .icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .accordion-header {
    font-size: 14px;
  }

  .accordion-content p {
    font-size: 14px;
  }

  .packet-alert {
    font-size: 14px;
  }

  .hero-right .hero-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 100%;
    height: calc(100% + 15px);
    border-radius: 10px;
    background: linear-gradient(
      to left,
      #3765e6 0,
      rgba(255, 255, 255, 0) 100%
    );
    transform-origin: bottom right;
    opacity: 0.42;
    z-index: 1;
  }

  .btn-demo {
    justify-content: center;
  }

  .price-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .hero .hero-well .hero-left > span {
    justify-content: center;
    text-align: center;
  }

  .packet-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .packet-box {
    margin-bottom: 40px;
  }

  .hero-right .content-box .info p {
    font-size: 14px;
    font-weight: 500;
  }

  .hero-right .content-box .icon {
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
  }

  .hero-right h2 {
    margin-bottom: 15px;
  }
}

.faq {
  padding: 60px 0;
}

.faq .faq-content .accordion-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.faq .faq-content .heading-title {
  text-align: center;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .faq .faq-content .accordion-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .hero-content .img img {
    max-width: 100%;
  }
}

#main_content.menu {
  transform: scale(0.8) translateX(-90%) translateY(0%);
  border-radius: 30px;
  border-right: 5px solid #3e4861;
  position: fixed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  pointer-events: none;
}

body.menu {
  overflow: hidden;
}

.site-footer {
  background: #191b29;
}

.site-footer .top-section {
  background: #3765e6;
  padding: 25px 0;
}

.site-footer .top-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer .top-section .info-block {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-footer .top-section .info-block .icon-container i {
  display: flex;
  color: #fff;
  font-size: 40px;
}

.site-footer .top-section .info-block .text-content {
  color: #cfe0f3;
  font-size: 1em;
}

.site-footer .top-section .info-block .text-content span {
  display: block;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.top-section .action-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-section .action-block > :is(a, button) {
  color: #fff;
  font-size: 23px;
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 2px dashed #fff;
  background-color: transparent;
  transition: 0.2s;
  cursor: pointer;
}

.top-section .action-block > :is(a, button):hover {
  border-style: solid;
  background: #fff;
}

.top-section .action-block > a.whatsapp-btn {
  width: auto;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 13px;
  border-style: solid;
  background: #fff;
  color: #0c4481;
  gap: 20px;
  font-weight: 600;
}

.top-section .action-block > a.whatsapp-btn > i {
  font-size: 21px;
}

.top-section .action-block > a.whatsapp-btn:hover {
  opacity: 0.9;
}

.site-footer .upper-section {
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.site-footer .upper-section .alert-box {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 713px;
  padding-left: 0;
}

.site-footer .upper-section .alert-box .icon-container {
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

.site-footer .upper-section .alert-box .text-content {
  color: #fff;
  font-size: 16px;
}

.site-footer .upper-section .action-block {
  display: flex;
  align-items: center;
}

.menu-list ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}

.menu-list ul li a.menu-item {
  display: block;
  padding: 17px;
  font-size: 17px;
  padding-left: 41px;
  border-radius: 30px;
  font-weight: 500;
  color: #bec6e3;
  text-align: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}

.menu-list ul li a.menu-item::before {
  content: "";
  position: absolute;
  left: 15px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  transition: 0.3s;
  z-index: -1;
}

.menu-list ul li a.menu-item:hover:before {
  left: -35px;
  top: calc(50% - 25px);
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
}

.menu-list ul li a.menu-item:hover {
  color: #fff;
  padding-left: 30px;
  background: #242836;
}

.tab-content .tab-panel {
  display: none;
}

.tab-content .tab-panel.active {
  display: block;
}

.site-footer .bottom-bar {
  background: #191b29;
}

.site-footer .bottom-bar .wrapper {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer .bottom-bar .wrapper .copyright-text a {
  color: #a7afd0;
}

.site-footer .bottom-bar .wrapper .payment-methods img {
  display: block;
}

.site-footer .main-content {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .site-footer .top-section .info-block .text-content {
    margin-bottom: 20px;
  }

  .site-footer .top-section .info-block .icon-container i {
    display: none;
  }

  .site-footer .top-section .info-block {
    text-align: center;
  }

  .site-footer .upper-section {
    flex-direction: column-reverse;
  }

  .site-footer .upper-section .alert-box .text-content {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
  }

  .site-footer .bottom-bar .wrapper {
    flex-direction: column;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}
.whatsapp-float i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}



.whatsapp-float:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}

.packet-options {
  text-align: center;
  margin-bottom: 20px;
}

.packet-options button {
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.device {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0;
}

.new-section {
  padding: 60px 0;
}

.new-section .wrapper {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.new-section .image-container {
  margin: 30px 0;
}

.new-section .image-container img {
  max-width: 100%;
  height: auto;
}

.new-section .centered {
  text-align: center;
}

.new-section .sub-heading {
  margin-top: 40px;
}

.new-section .sub-heading h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}

.close-lightbox {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.seo-content {
  padding: 40px 0;
}

.seo-wrapper {
  max-height: 400px;
  overflow-y: auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.seo-wrapper h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

.seo-wrapper p {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.seo-wrapper::-webkit-scrollbar {
  width: 8px;
}

.seo-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.seo-wrapper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.seo-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.testimonials {
  background: linear-gradient(135deg, #1e2130 0%, #2a3050 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-carousel {
  display: flex;
  transition: transform 0.5s ease;
  width: 200px;
}

.testimonial-item {
  flex: 0 0 100%;
  padding: 0 15px;
}

.testimonial-item img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.testimonial-item img:hover {
  transform: scale(1.05);
}

.carousel-controls {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.carousel-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px 20px;
  margin: 0 10px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.carousel-controls button:hover {
  background: rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
  .seo-wrapper h2 {
    font-size: 20px;
  }

  .seo-wrapper p {
    font-size: 15px;
  }
}

.privacy-policy {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.privacy-policy h1 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
}

.privacy-policy h2 {
  font-size: 1.8em;
  color: #444;
  margin-top: 30px;
  margin-bottom: 20px;
}

.policy-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.policy-content p {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #666;
}

.policy-content ul {
  margin-bottom: 15px;
  padding-left: 20px;
}

.policy-content ul li {
  margin-bottom: 5px;
  color: #666;
}

@media (max-width: 768px) {
  .privacy-policy .container {
    padding: 0 20px;
  }

  .privacy-policy h1 {
    font-size: 2em;
  }

  .privacy-policy h2 {
    font-size: 1.5em;
  }
}


.setup-guide {
  padding: 50px 0;
  background-color: #f5f5f5;
}

.setup-guide .wrapper {
  display: block;
}

.setup-guide h1 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.setup-category {
  margin-bottom: 40px;
}

.setup-category h2 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
}

.setup-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.setup-heading {
  padding: 15px 20px;
  font-size: 18px;
  color: #2c3e50;
  cursor: pointer;
  position: relative;
}

.setup-heading:after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.setup-heading.active:after {
  content: '-';
}

.setup-details {
  max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  display: none;
  padding: 20px;
  border-top: 1px solid #eee;
}

.setup-details p  {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}


.setup-details.active {
  max-height: 1000px;
  display: block;
}

@media (max-width:768px) {
  .setup-details img {
    width: 100%;
  }
}