@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Orbitron:wght@500;700&display=swap");
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0.8vw;
  height: 0.8vw;
}
::-webkit-scrollbar-track {
  background: #2a2a2a;
}
::-webkit-scrollbar-thumb {
  background: #e17b2c;
  border-radius: 1vw;
  border: 0.2vw solid #2a2a2a;
  transition: background-color 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff8f42;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #e17b2c #2a2a2a;
}
body {
  margin: 0;
  padding: 0;
  background-color: #111;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1vw;
  overflow-x: hidden;
}
h1,
h2,
h3,
.tekfun-heading {
  font-family: "Orbitron", sans-serif;
}
.tekfun-header {
  background-color: #444;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5vw 4vw;
  font-family: Arial, sans-serif;
}
.tekfun-logo img {
  height: 3vw;
  transition: opacity 0.3s ease;
}
.tekfun-logo:hover img {
  opacity: 0.85;
}
.tekfun-contact {
  display: flex;
  align-items: center;
  gap: 1vw;
}
.tekfun-contact img {
  height: 2vw;
}
.tekfun-call-text .label {
  font-size: 1vw;
  color: #f07c2e;
  font-weight: 500;
}
.tekfun-call-text .number {
  font-size: 1.4vw;
  color: #fff;
  font-weight: bold;
}
.tekfun-shop {
  display: flex;
  align-items: center;
  background-color: #555;
  border: 0.2vw solid #444;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.tekfun-shop:hover {
  transform: scale(1.01);
}
.shop-label {
  color: white;
  font-size: 1.3vw;
  padding: 1vw 1vw;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  position: relative;
  padding-right: 4vw;
}
.shop-icon {
  background-color: #e17b2c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s ease;
}
.shop-icon img {
  height: 2vw;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}
.tekfun-hero-carousel {
  position: relative;
  width: 100vw;
  height: 40vw;
  overflow: hidden;
}
.tekfun-carousel-slides {
  display: flex;
  width: 400vw;
  transition: transform 0.5s ease-in-out;
}
.tekfun-carousel-slides {
  position: relative;
  width: 100vw;
  height: 40vw;
  overflow: hidden;
}
.tekfun-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 40vw;
  background-size: cover;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 0;
}
.tekfun-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.3vw;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
}
.tekfun-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.tekfun-slide-content {
  position: absolute;
  bottom: 7vw;
  left: 5vw;
  max-width: 45vw;
}
.tekfun-slide-content h2 {
  font-size: 2.5vw;
  color: #e17b2c;
  margin-bottom: 1vw;
  font-weight: 100;
}
.tekfun-slide-content p {
  font-size: 1.3vw;
  color: #444;
  margin-bottom: 3vw;
}
.tekfun-slide-cart-btn {
  width: 4vw;
  height: 4vw;
  background-color: #e17b2c;
  border: none;
  border-radius: 0.5vw;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.tekfun-slide-cart-btn img {
  height: 2.2vw;
  filter: brightness(0) invert(1);
}
.tekfun-slide-cart-btn:hover {
  transform: scale(1.1);
}
.tekfun-carousel-prev,
.tekfun-carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  font-size: 2vw;
  padding: 1vw;
  cursor: pointer;
  z-index: 2;
}
.tekfun-carousel-prev {
  left: 1vw;
}
.tekfun-carousel-next {
  right: 1vw;
}
.tekfun-hero-section {
  position: relative;
  height: 15vw;
  background-image: url("img/underslider.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5vw;
  color: white;
}
.tekfun-hero-content h1 {
  font-size: 3.5vw;
  color: #555;
  font-weight: 100;
  margin: 0;
}
.tekfun-hero-content p {
  font-size: 1.8vw;
  color: #666;
  margin: 1vw 0 0;
}
.tekfun-hero-button {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 1vw 2vw;
  border-radius: 0.5vw;
  font-size: 1.3vw;
  text-decoration: none;
  transition: background 0.3s ease;
}

.tekfun-hero-button:hover {
  background: #e85a00;
}
.tekfun-info-cards-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding: 4vw 2vw;
  background-color: #222;
}
.tekfun-info-card {
  width: 28vw;
  height: 20vw;
  background-size: cover;
  background-position: center;
  border-radius: 0.6vw;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}
.tekfun-info-card:hover {
  transform: scale(1.03);
  box-shadow: 0 1vw 2vw rgba(0, 0, 0, 0.4);
}
.tekfun-info-card-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.tekfun-info-card-title {
  font-size: 1.5vw;
  color: #fff;
  margin: 0;
  line-height: 2vw;
  z-index: 1;
  max-width: 90%;
  word-wrap: break-word;
  text-align: center;
}
.tekfun-info-card-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 4vw;
  height: 4vw;
  background-color: #f5f0d6;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.tekfun-info-cards-section a.tekfun-info-card {
  text-decoration: none;
  display: block;
  border-radius: 0.6vw;
  overflow: hidden;
}
.tekfun-info-card-arrow::after {
  content: "›";
  font-size: 2.8vw;
  color: #333;
  font-weight: bold;
  margin-left: 2vw;
  margin-top: 0.7vw;
}
.tekfun-distributors-section {
  background-color: #222;
  padding: 1vw 2vw;
  padding-bottom: 4vw;
  text-align: center;
}
.tekfun-distributors-title {
  color: #ccc;
  font-size: 1.5vw;
  margin-bottom: 2vw;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.05vw;
}
.tekfun-distributors-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
}
.tekfun-distributor-logo {
  background-color: #fff;
  padding: 1.5vw;
  border-radius: 0.3vw;
  box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
  width: 8vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.tekfun-distributor-logo:hover {
  transform: scale(1.05);
}
.tekfun-distributor-logo img {
  width: 10vw;
  height: 10vw;
  object-fit: contain;
}
.tekfun-footer {
  display: flex;
  justify-content: space-between;
  padding: 4vw 5vw;
  background-color: #222;
  color: #eee;
  flex-wrap: wrap;
  gap: 3vw;
}
.tekfun-footer-column {
  flex: 1;
  min-width: 220px;
  max-width: 33%;
}
.tekfun-footer-column h3 {
  font-size: 1.2vw;
  margin-bottom: 1vw;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.tekfun-footer-column p {
  font-size: 1vw;
  line-height: 1.6vw;
  margin: 0 0 1vw;
}
.tekfun-footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tekfun-footer-column ul li {
  margin-bottom: 0.8vw;
}
.tekfun-footer-column ul li a {
  text-decoration: none;
  color: #eee;
  font-size: 1vw;
  transition: color 0.3s ease;
}
.tekfun-footer-column ul li a:hover {
  color: #e17b2c;
}
.tekfun-footer-bottom {
  background-color: #111;
  color: #ccc;
  padding: 0.2vw 10vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1vw;
  flex-wrap: wrap;
}
.tekfun-footer-bottom a {
  color: #ccc;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.tekfun-footer-bottom a:hover {
  color: #e17b2c;
}
.tekfun-payment-icons img {
  height: 2vw;
  margin-left: 1vw;
  vertical-align: middle;
}
.tekfun-privacy-section {
  background-color: #222;
  color: #ddd;
  padding: 2vw 6vw;
  font-family: "Poppins", sans-serif;
}
.tekfun-privacy-title {
  font-size: 2.5vw;
  color: #fff;
  margin-bottom: 2vw;
  border-bottom: 0.3vw solid #e17b2c;
  padding-bottom: 1vw;
  text-transform: uppercase;
}
.tekfun-privacy-intro {
  font-size: 1.2vw;
  line-height: 1.8vw;
  margin-bottom: 3vw;
  color: #ccc;
}
.tekfun-privacy-accordion details {
  margin-bottom: 2vw;
  background-color: #2a2a2a;
  border: 1px solid #444;
  border-radius: 0.5vw;
  padding: 1.2vw 1.5vw;
  transition: all 0.3s ease;
}
.tekfun-privacy-accordion summary {
  font-size: 1.3vw;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  position: relative;
  list-style: none;
}
.tekfun-privacy-accordion summary::after {
  content: "+";
  position: absolute;
  right: 0;
  font-size: 1.5vw;
  color: #e17b2c;
  transition: transform 0.3s ease;
}
.tekfun-privacy-accordion details[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}
.tekfun-privacy-accordion p,
.tekfun-privacy-accordion ul {
  font-size: 1.1vw;
  line-height: 1.7vw;
  color: #bbb;
  margin-top: 1vw;
}
.tekfun-privacy-accordion ul {
  padding-left: 1.5vw;
  list-style-type: disc;
}
.tekfun-privacy-footer {
  margin-top: 4vw;
  font-size: 1vw;
  color: #aaa;
  text-align: center;
}
.tekfun-privacy-footer a {
  color: #e17b2c;
  text-decoration: underline;
  transition: color 0.3s ease;
}
.tekfun-privacy-footer a:hover {
  color: #fff;
}
.tekfun-about-section {
  background-color: #2f2f2f;
  color: #ddd;
  padding: 3vw 5vw;
}
.tekfun-about-title {
  color: #fff;
  font-size: 2vw;
  margin-bottom: 2vw;
  text-transform: uppercase;
}
.tekfun-about-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: space-between;
}
.tekfun-about-card {
  flex: 1 1 30%;
  margin-bottom: 2vw;
}
.tekfun-about-image {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.tekfun-about-subtitle {
  color: #fff;
  font-size: 1.3vw;
  margin-bottom: 0.5vw;
}
.tekfun-about-text {
  font-size: 1vw;
  line-height: 1.6vw;
  color: #ccc;
}
.tekfun-about-philosophy {
  margin-top: 3vw;
}
.register-section {
  max-width: 35vw;
  margin: 2vw auto;
  background-color: #1a1a1a;
  padding: 2vw;
  border-radius: 0.8vw;
  color: #fff;
  font-family: "Segoe UI", sans-serif;
}
.register-heading {
  text-align: center;
  font-size: 1.4vw;
  margin-bottom: 1.5vw;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05vw;
}
.register-form {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
}
.register-group label {
  font-size: 0.9vw;
  margin-bottom: 0.3vw;
  display: block;
  color: #ccc;
}
.register-group input {
  width: 96.2%;
  padding: 0.6vw;
  border: 1px solid #333;
  background-color: #2a2a2a;
  color: #fff;
  border-radius: 0.4vw;
  font-size: 0.9vw;
}
.register-submit-btn {
  margin-top: 1.5vw;
  padding: 0.8vw;
  font-size: 1vw;
  background: linear-gradient(45deg, #ff6600, #ff4500);
  border: none;
  border-radius: 0.4vw;
  color: white;
  cursor: pointer;
  transition: background 0.3s;
}
.register-submit-btn:hover {
  background: linear-gradient(45deg, #e55b00, #cc3700);
}
.register-popup-message {
  position: fixed;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 69, 0, 0.95);
  color: #fff;
  padding: 0.8vw 1.5vw;
  border-radius: 0.5vw;
  font-size: 0.9vw;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 9999;
}
.register-popup-message.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(-0.5vw);
}
.tekfun-register-thankyou-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30vw;
  background: linear-gradient(to bottom right, #0d0d0d, #1c1c1c);
  padding: 4vw 2vw;
  text-align: center;
}
.tekfun-register-thankyou-wrapper {
  background: #1a1a1a;
  border: 1px solid #ff6a00;
  padding: 3vw;
  border-radius: 1vw;
  max-width: 40vw;
  width: 100%;
  box-shadow: 0 0 1vw rgba(255, 106, 0, 0.4);
}
.tekfun-register-thankyou-title {
  font-size: 2vw;
  color: #fff;
  margin-bottom: 1vw;
  border-bottom: 0.2vw solid #ff6a00;
  display: inline-block;
  padding-bottom: 0.5vw;
}
.tekfun-register-thankyou-subtitle {
  font-size: 1.1vw;
  color: #ccc;
  margin-bottom: 2vw;
  line-height: 1.6vw;
}
.tekfun-register-thankyou-button {
  display: inline-block;
  background: #ff6a00;
  color: #fff;
  padding: 0.8vw 2vw;
  border-radius: 0.5vw;
  font-size: 1vw;
  text-decoration: none;
  transition: background 0.3s ease;
}
.tekfun-register-thankyou-button:hover {
  background: #e85a00;
}
.tekfun-contact-section {
  background-color: #121212;
  padding: 1vw 2vw;
  padding-bottom: 3vw;
  color: #fff;
  text-align: center;
}
.tekfun-contact-title {
  font-size: 2.2vw;
  margin-bottom: 2vw;
  border-bottom: 0.3vw solid #ff6a00;
  display: inline-block;
  padding-bottom: 0.5vw;
}
.tekfun-contact-form {
  max-width: 40vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.tekfun-contact-form input,
.tekfun-contact-form textarea {
  background-color: #1f1f1f;
  border: 1px solid #333;
  padding: 1vw;
  color: #fff;
  font-size: 1vw;
  border-radius: 0.4vw;
  outline: none;
  transition: border-color 0.3s;
}
.tekfun-contact-form input:focus,
.tekfun-contact-form textarea:focus {
  border-color: #ff6a00;
}
.tekfun-contact-form textarea {
  min-height: 10vw;
  resize: vertical;
}
.tekfun-contact-form button {
  background-color: #ff6a00;
  color: #fff;
  border: none;
  padding: 1vw;
  font-size: 1.1vw;
  border-radius: 0.4vw;
  cursor: pointer;
  transition: background-color 0.3s;
}
.tekfun-contact-form button:hover {
  background-color: #e55c00;
}
.tekfun-blog-section {
  padding: 4vw 5vw;
  background-color: #f1f1f1;
}

.tekfun-blog-title {
  font-size: 3vw;
  color: #2c2c2c;
  text-align: center;
  margin-bottom: 3vw;
  font-weight: bold;
}

.tekfun-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30vw, 1fr));
  gap: 2vw;
}

.tekfun-blog-theme-blog {
  background-color: #fff;
  border-left: 0.3vw solid #e77f30;
  padding: 2vw;
  border-radius: 1vw;
  box-shadow: 0 0.5vw 1.2vw rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

.tekfun-blog-theme-blog:hover {
  transform: translateY(-0.5vw);
}

.tekfun-blog-heading {
  font-size: 1.6vw;
  color: #333;
  margin-bottom: 1vw;
}

.tekfun-blog-text {
  font-size: 1.2vw;
  color: #555;
  flex-grow: 1;
  margin-bottom: 1.5vw;
}

.tekfun-blog-btn {
  background-color: #e77f30;
  color: #fff;
  padding: 0.9vw 2vw;
  font-size: 1.1vw;
  text-decoration: none;
  border-radius: 0.5vw;
  text-align: center;
  transition: background-color 0.3s ease;
}

.tekfun-blog-btn:hover {
  background-color: rgb(180, 66, 8);
}
.tekfun-about-blog-wrapper {
  max-width: 85vw;
  margin: 0 auto;
  padding: 5vw 3vw;
  font-family: "Segoe UI", Tahoma, sans-serif;
  color: #2c2c2c;
  line-height: 1.6;
}

.tekfun-about-blog-title {
  font-size: 3vw;
  text-align: center;
  color: #f75a0a;
  margin-bottom: 2vw;
  font-weight: bold;
}

.tekfun-about-blog-subtitle {
  font-size: 2.2vw;
  color: #333;
  margin: 3vw 0 1.5vw;
  border-left: 1vw solid #f75a0a;
  padding-left: 1vw;
  background: linear-gradient(to right, #fff5f0 0%, #ffffff 100%);
}

.tekfun-about-blog-paragraph {
  font-size: 1.2vw;
  margin-bottom: 1.8vw;
  color: #ffffff;
}

.tekfun-about-blog-list {
  margin-left: 2vw;
  margin-bottom: 2vw;
  font-size: 1.2vw;
  color: #ffffff;
}

.tekfun-about-blog-list li {
  margin-bottom: 1vw;
  padding-left: 1vw;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .tekfun-call,
  .tekfun-shop-btn,
  .tekfun-nav {
    display: none;
  }
  .burger-icon {
    display: flex;
  }
  .tekfun-nav {
    position: absolute;
    top: 6vw;
    right: 0;
    background-color: #ccc;
    width: 100vw;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 3vw;
  }
  .tekfun-nav ul {
    flex-direction: column;
    gap: 3vw;
    width: 100%;
  }
  .menu-toggle:checked + .burger-icon + .tekfun-nav {
    display: flex;
  }
  .tekfun-logo img {
    height: 8vw;
    transition: opacity 0.3s ease;
  }
  .tekfun-contact img {
    height: 5vw;
  }
  .tekfun-call-text .label {
    font-size: 3vw;
    color: #f07c2e;
    font-weight: 500;
  }
  .tekfun-call-text .number {
    font-size: 2.8vw;
    color: #fff;
    font-weight: bold;
  }
  .shop-label {
    color: white;
    font-size: 3.3vw;
    padding: 1vw 1vw;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 1;
    position: relative;
    padding-right: 4vw;
  }
  .tekfun-hero-carousel {
    position: relative;
    width: 100vw;
    height: 110vw;
    overflow: hidden;
  }
  .tekfun-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vw;
    background-size: cover;
    background-position: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    z-index: 0;
  }
  .tekfun-carousel-slides {
    position: relative;
    width: 100vw;
    height: 110vw;
    overflow: hidden;
  }
  .tekfun-slide-content h2 {
    font-size: 6.5vw;
    color: #e17b2c;
    margin-bottom: 1vw;
    font-weight: 100;
  }
  .tekfun-slide-content p {
    font-size: 4.3vw;
    color: #444;
    margin-bottom: 3vw;
  }
  .tekfun-slide-content {
    position: absolute;
    bottom: 7vw;
    left: 7vw;
    max-width: 80vw;
  }
  .tekfun-slide-cart-btn {
    width: 8vw;
    height: 8vw;
    background-color: #e17b2c;
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .tekfun-hero-content h1 {
    font-size: 6.5vw;
    color: #555;
    font-weight: 100;
    margin: 0;
  }
  .tekfun-hero-content p {
    font-size: 3.8vw;
    color: #666;
    margin: 1vw 0 0;
  }
  .tekfun-hero-button {
    background-color: #e17b2c;
    color: white;
    font-size: 2.5vw;
    width: 6.5vw;
    height: 6.5vw;
    border: none;
    border-radius: 0.5vw;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tekfun-carousel-prev,
  .tekfun-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 6vw;
    padding: 1vw;
    cursor: pointer;
    z-index: 2;
  }
  .tekfun-info-card {
    width: 80vw;
    height: 30vw;
    background-size: cover;
    background-position: center;
    border-radius: 0.6vw;
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
  }
  .tekfun-info-card-title {
    font-size: 6.5vw;
    color: #fff;
    margin: 0;
    line-height: 8vw;
    z-index: 1;
    max-width: 90%;
    word-wrap: break-word;
    text-align: center;
  }
  .tekfun-distributors-title {
    color: #ccc;
    font-size: 3.5vw;
    margin-bottom: 2vw;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.05vw;
  }
  .tekfun-distributor-logo {
    background-color: #fff;
    padding: 1.5vw;
    border-radius: 0.3vw;
    box-shadow: 0 0.5vw 1vw rgba(0, 0, 0, 0.2);
    width: 30vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
  }
  .tekfun-distributor-logo img {
    width: 18vw;
    height: 16vw;
    object-fit: contain;
  }
  .tekfun-footer-column h3 {
    font-size: 5.2vw;
    margin-bottom: 1vw;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
  .tekfun-footer-column p {
    font-size: 4vw;
    line-height: 5.6vw;
    margin: 0 0 1vw;
  }
  .tekfun-footer-column {
    flex: 1;
    min-width: 220px;
    max-width: 90%;
  }
  .tekfun-footer-column ul li a {
    text-decoration: none;
    color: #eee;
    font-size: 4vw;
    transition: color 0.3s ease;
  }
  .tekfun-footer-bottom {
    background-color: #111;
    color: #ccc;
    padding: 0.2vw 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2.5vw;
    flex-wrap: wrap;
  }
  .tekfun-payment-icons img {
    height: 4vw;
    margin-left: 1vw;
    vertical-align: middle;
  }
  .register-section {
    max-width: 90vw;
    margin: 2vw auto;
    background-color: #1a1a1a;
    padding: 2vw;
    border-radius: 0.8vw;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
  }
  .register-heading {
    text-align: center;
    font-size: 4.4vw;
    margin-bottom: 1.5vw;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05vw;
  }
  .register-group label {
    font-size: 4.9vw;
    margin-bottom: 0.3vw;
    display: block;
    color: #ccc;
  }
  .register-group input {
    width: 98.2%;
    padding: 1vw 0.6vw;
    border: 1px solid #333;
    background-color: #2a2a2a;
    color: #fff;
    border-radius: 0.4vw;
    font-size: 3.9vw;
  }
  .register-submit-btn {
    margin-top: 1.5vw;
    padding: 1.8vw;
    font-size: 4vw;
    background: linear-gradient(45deg, #ff6600, #ff4500);
    border: none;
    border-radius: 0.4vw;
    color: white;
    cursor: pointer;
    transition: background 0.3s;
  }
  .tekfun-privacy-section {
    background-color: #222;
    color: #ddd;
    padding: 1vw 2vw;
    font-family: "Poppins", sans-serif;
  }
  .tekfun-privacy-title {
    font-size: 6.5vw;
    color: #fff;
    margin-bottom: 2vw;
    border-bottom: 0.3vw solid #e17b2c;
    padding-bottom: 1vw;
    text-transform: uppercase;
  }
  .tekfun-privacy-intro {
    font-size: 4.2vw;
    line-height: 4.8vw;
    margin-bottom: 3vw;
    color: #ccc;
  }
  .tekfun-privacy-accordion summary {
    font-size: 5.3vw;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    position: relative;
    list-style: none;
  }
  .tekfun-privacy-accordion summary::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 5.5vw;
    color: #e17b2c;
    transition: transform 0.3s ease;
  }
  .tekfun-privacy-accordion p,
  .tekfun-privacy-accordion ul {
    font-size: 4.1vw;
    line-height: 4.7vw;
    margin-left: 3vw;
    color: #bbb;
    margin-top: 1vw;
  }
  .tekfun-privacy-footer {
    margin-top: 4vw;
    font-size: 3vw;
    color: #aaa;
    text-align: center;
  }
  .tekfun-privacy-accordion details {
    margin-bottom: 2vw;
    background-color: #2a2a2a;
    border: 1px solid #444;
    border-radius: 0.5vw;
    padding: 1.2vw 1.5vw;
    transition: all 0.3s ease;
    font-size: 3vw;
  }
  .tekfun-contact-title {
    font-size: 6.2vw;
    margin-bottom: 2vw;
    border-bottom: 0.3vw solid #ff6a00;
    display: inline-block;
    padding-bottom: 0.5vw;
  }
  .tekfun-contact-form {
    max-width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .tekfun-contact-form input,
  .tekfun-contact-form textarea {
    background-color: #1f1f1f;
    border: 1px solid #333;
    padding: 3vw 2vw;
    color: #fff;
    font-size: 3vw;
    border-radius: 0.4vw;
    outline: none;
    transition: border-color 0.3s;
  }
  .tekfun-contact-form button {
    background-color: #ff6a00;
    color: #fff;
    border: none;
    padding: 2vw;
    font-size: 4.1vw;
    border-radius: 0.4vw;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .tekfun-register-thankyou-section {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vw;
    background: linear-gradient(to bottom right, #0d0d0d, #1c1c1c);
    padding: 4vw 2vw;
    text-align: center;
  }
  .tekfun-register-thankyou-wrapper {
    background: #1a1a1a;
    border: 1px solid #ff6a00;
    padding: 3vw;
    border-radius: 1vw;
    max-width: 75vw;
    width: 100%;
    box-shadow: 0 0 1vw rgba(255, 106, 0, 0.4);
  }
  .tekfun-register-thankyou-title {
    font-size: 5vw;
    color: #fff;
    margin-bottom: 1vw;
    border-bottom: 0.2vw solid #ff6a00;
    display: inline-block;
    padding-bottom: 0.5vw;
  }
  .tekfun-register-thankyou-subtitle {
    font-size: 4.1vw;
    color: #ccc;
    margin-bottom: 2vw;
    line-height: 4.6vw;
  }
  .tekfun-register-thankyou-button {
    display: inline-block;
    background: #ff6a00;
    color: #fff;
    padding: 0.8vw 2vw;
    border-radius: 0.5vw;
    font-size: 4vw;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  .tekfun-about-title {
    color: #fff;
    font-size: 5vw;
    margin-bottom: 2vw;
    text-transform: uppercase;
  }
  .tekfun-about-card {
    flex: 1 1 50%;
    margin-bottom: 2vw;
  }

  .tekfun-about-subtitle {
    color: #fff;
    font-size: 5.3vw;
    margin-bottom: -2.5vw;
  }
  .tekfun-about-image {
    width: 100%;
    height: auto;
    margin-bottom: -3vw;
  }
  .tekfun-about-text {
    font-size: 4vw;
    line-height: 4.6vw;
    color: #ccc;
  }
  .tekfun-blog-title {
    font-size: 7vw;
    color: #2c2c2c;
    text-align: center;
    margin-bottom: 3vw;
    font-weight: bold;
  }
  .tekfun-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50vw, 1fr));
    gap: 2vw;
  }
  .tekfun-blog-heading {
    font-size: 4.6vw;
    color: #333;
    margin-bottom: -1vw;
    margin-top: -0.8vw;
  }
  .tekfun-blog-text {
    font-size: 4.2vw;
    color: #555;
    flex-grow: 1;
    margin-bottom: 1.5vw;
  }
  .tekfun-blog-btn {
    background-color: #e77f30;
    color: #fff;
    padding: 0.9vw 2vw;
    font-size: 4.1vw;
    text-decoration: none;
    border-radius: 0.5vw;
    text-align: center;
    transition: background-color 0.3s ease;
  }
  .tekfun-about-blog-wrapper {
    max-width: 95vw;
    margin: 0 auto;
    padding: 5vw 3vw;
    font-family: "Segoe UI", Tahoma, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
  }
  .tekfun-about-blog-title {
    font-size: 6vw;
    text-align: center;
    color: #f75a0a;
    margin-bottom: 2vw;
    font-weight: bold;
  }
  .tekfun-about-blog-wrapper {
    max-width: 95vw;
    margin: 0 auto;
    padding: 5vw 3vw;
    padding-top: 0vw;
    font-family: "Segoe UI", Tahoma, sans-serif;
    color: #2c2c2c;
    line-height: 1.6;
  }
  .tekfun-about-blog-paragraph {
    font-size: 4.2vw;
    margin-bottom: 1.8vw;
    color: #ffffff;
  }
  .tekfun-about-blog-subtitle {
    font-size: 4.2vw;
    color: #333;
    margin: 3vw 0 1.5vw;
    border-left: 1vw solid #f75a0a;
    padding-left: 1vw;
    background: linear-gradient(to right, #fff5f0 0%, #ffffff 100%);
  }
  .tekfun-about-blog-list {
    margin-left: 2vw;
    margin-bottom: 2vw;
    font-size: 4.2vw;
    color: #ffffff;
  }
}
