.breadcrumb-wrapper{
    background-image: url('/front/images/blog/blog-thumb.png');
}


.social-wrap {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}

/* Base icon style */
.social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  transition: 0.3s ease;
  text-decoration: none;
}

/* Facebook */
.social-icon.facebook {
  background: #1877F2;
}

/* Telegram */
.social-icon.telegram {
  background: #229ED9;
}

/* WhatsApp */
.social-icon.whatsapp {
  background: #25D366;
}

/* LinkedIn */
.social-icon.linkedin {
  background: #0A66C2;
}

/* Instagram (gradient look) */
.social-icon.instagram {
  background: radial-gradient(circle at 30% 107%,
    #fdf497 0%, #fdf497 5%, #fd5949 45%,
    #d6249f 60%, #285AEB 90%);
}

.social-icon.youtube {
   background: #b60303;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  padding: 10px;
  box-sizing: border-box;
}

/* dots */
.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #007bff;
  transform: scale(1.3);
}

/* stars */
.stars i {
  margin-right: 3px;
}

/* testimonial card */
.techin-t-slider-wrap {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

/* Hover effect */
.social-icon:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
}

.techin-p-item {
  padding: 0 12px;
  box-sizing: border-box;
}

.slider-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dot {
  width: 10px;
  height: 10px;
  background: #ccc;
  margin: 10px 6px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #007bff;
  transform: scale(1.3);
}

@media (max-width: 768px) {
  .hero-wrapper {
    height: auto; 
    margin-top: 13%;
  }

  .hero-content {
    position: absolute;
    left: 50%;
  }
}

.hero-section {
  width: 100%;
  min-height: 80vh;

  background-image: url('/upload/hero.gif'); /* change image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  align-items: center;

  position: relative;
}

/* dark overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* content wrapper */
.hero-content {
  position: relative;
  width: 100%;
}

/* LEFT TEXT */
.hero-text {
  max-width: 550px;
  color: #fff;
  text-align: left;
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.hero-text p {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
}

/* BUTTON */
.hero-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #00bcd4;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
}

.hero-btn:hover {
  background: #0097a7;
}
























.filter-bar {
    background: white;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.search-box {
    position: relative;
}

.search-box i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    z-index: 1;
}

.search-box input {
    padding-left: 45px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #e2e8f0;
    font-size: 14px;
    transition: all 0.3s;
    background: #f8f9fa;
    width: 100%;
}

.search-box input:focus {
    border-color: #ff0379;
    box-shadow: 0 0 0 3px rgba(255, 3, 121, 0.1);
    background: white;
}

/* Sort Buttons */
.sort-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sort-buttons .btn {
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
    white-space: nowrap;
}

.sort-buttons .btn-primary {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    border: none;
    color: white;
}

.sort-buttons .btn-outline-primary {
    border: 1px solid #ff0379;
    color: #ff0379;
    background: transparent;
}

.sort-buttons .btn-outline-primary:hover {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    color: white;
    border-color: transparent;
}

.result-count {
    font-size: 14px;
    color: #6c757d;
    padding: 8px 0 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 15px;
}

.result-count strong {
    color: #ff0379;
    font-weight: 700;
}

/* Provider Card Styles - Fixed for mobile */
.techin-service-wrap2 {
    background: white;
    border-radius: 16px;
    transition: all 0.3s;
    margin-bottom: 25px;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    padding: 20px;
    text-align: center;
    width: 100%;
    display: block;
}

.techin-service-wrap2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    border-color: #a3a3a3;
}

.techin-service-thumb {
    overflow: hidden;
    border-radius: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}



.techin-service-wrap2:hover .techin-service-thumb img {
    transform: scale(1.08);
}

.provider-name {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-top: 15px;
    transition: color 0.3s;
    text-align: center;
}

.techin-service-wrap2:hover .provider-name {
    color: #ff0379;
}

/* No Result */
.no-result {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.no-result i {
    font-size: 70px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-result h4 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 10px;
}

.no-result p {
    color: #718096;
    font-size: 16px;
}

.no-result .btn-primary {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .breadcrumb-title {
        font-size: 32px;
    }

    .techin-service-icon2 {
       bottom: 180px !important;
    }

    .breadcrumb-wrapper {
        padding: 50px 0;
    }

    .techin-section-padding2 {
        padding: 10px 0 30px;
    }

    .filter-bar {
        padding: 20px;
    }
    
    .sort-buttons {
        margin-top: 15px;
        justify-content: flex-start !important;
    }

    .sort-buttons .btn {
        padding: 8px 16px;
        font-size: 12px;
    }
    
    /* Mobile grid fix - 2 columns */
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .techin-service-wrap2 {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .techin-service-thumb img {
        max-height: 170px;
    }
    
    .provider-name {
        font-size: 11px;
        margin-top: 10px;
    }
    
    .result-count {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .techin-service-wrap2 {
        padding: 12px;
        margin-bottom: 12px;
    }
    
    .techin-service-thumb {
        padding: 5px;
    }
    
    .techin-service-thumb img {
        max-height: 200px;
    }
    
    .filter-bar {
        padding: 15px;
    }

    .search-box input {
        height: 45px;
        font-size: 13px;
    }
    
    .sort-buttons .btn {
        padding: 6px 12px;
        font-size: 11px;
    }
}

.promo-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 100px;
    position: relative;
    overflow: hidden;
}

.promo-hero-title {
    font-size: 48px;
    font-weight: 800;
    color: white;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.promo-hero-subtitle {
    font-size: 18px;
    color: rgba(255,255,255,0.9);
    margin-bottom: 40px;
    line-height: 1.6;
}

.promo-hero-buttons .btn-primary {
    background: white;
    color: #667eea;
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 50px;
}

.promo-hero-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.promo-hero-buttons .btn-outline-light {
    border: 2px solid white;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 50px;
}

.promo-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

/* Search Section */
.promo-search-section {
    padding: 60px 0 0;
    background: white;
}

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

.promo-search-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #667eea;
    font-size: 18px;
}

.promo-search-input {
    width: 100%;
    padding: 18px 50px 18px 50px;
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 60px;
    transition: all 0.3s;
    background: #f8f9fa;
}

.promo-search-input:focus {
    outline: none;
    border-color: #667eea;
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.promo-search-clear {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #a0aec0;
    cursor: pointer;
    font-size: 16px;
}

.promo-search-clear:hover {
    color: #e53e3e;
}

.promo-search-stats {
    text-align: center;
    color: #718096;
    font-size: 14px;
}

/* Tools Section */
.promo-tools-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.promo-tool-card {
    border-radius: 24px;
    padding: 30px;
    color: white;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    gap: 20px;
}

.promo-tool-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.promo-tool-icon {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    flex-shrink: 0;
}

.promo-tool-content {
    flex: 1;
}

.promo-tool-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.promo-tool-description {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 15px;
    line-height: 1.5;
}

.promo-tool-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.promo-feature-tag {
    font-size: 12px;
    background: rgba(255,255,255,0.2);
    padding: 4px 12px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
}

.promo-tool-actions {
    display: flex;
    gap: 12px;
}

.promo-btn-learn {
    background: rgba(255,255,255,0.2);
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

.promo-btn-learn:hover {
    background: white;
    color: #667eea;
}

.promo-btn-try {
    background: white;
    border: none;
    padding: 8px 24px;
    border-radius: 30px;
    color: #667eea;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
}

.promo-btn-try:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* No Results */
.promo-no-results {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 24px;
}

.promo-no-results i {
    font-size: 64px;
    color: #cbd5e0;
    margin-bottom: 20px;
}

.promo-no-results h3 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 10px;
}

.promo-no-results p {
    color: #718096;
    margin-bottom: 25px;
}

/* Stats Section */
.promo-stats-section {
    padding: 60px 0;
    background: white;
}

.promo-stat-card {
    text-align: center;
    padding: 20px;
}

.promo-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #667eea;
    margin-bottom: 10px;
}

.promo-stat-label {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
}

/* CTA Section */
.promo-cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f9a78e 0%, #5a09ad 100%);
    color: white;
}

.promo-cta-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}

.promo-cta-subtitle {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 35px;
}

.promo-cta-buttons .btn-primary {
    background: white;
    color: #667eea;
    border: none;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 50px;
}

.promo-cta-buttons .btn-outline-primary {
    border: 2px solid white;
    color: white;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 50px;
}

.promo-cta-buttons .btn-outline-primary:hover {
    background: white;
    color: #667eea;
}

/* Responsive */
@media (max-width: 768px) {
    .promo-hero {
        padding: 50px 0 70px;
    }
    
    .promo-hero-title {
        font-size: 32px;
    }
    
    .promo-hero-subtitle {
        font-size: 16px;
    }
    
    .promo-tool-card {
        flex-direction: column;
        text-align: center;
    }
    
    .promo-tool-icon {
        margin: 0 auto;
    }
    
    .promo-tool-features {
        justify-content: center;
    }
    
    .promo-tool-actions {
        justify-content: center;
    }
    
    .promo-stat-number {
        font-size: 28px;
    }
    
    .promo-cta-title {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .promo-hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .promo-hero-buttons .btn {
        margin: 0 !important;
    }
    
    .promo-tool-actions {
        flex-direction: column;
    }
    
    .promo-btn-learn, .promo-btn-try {
        width: 100%;
        text-align: center;
    }
}

input,
textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

button:disabled {
    opacity: 0.6;
}

.responsive-map {
    position: relative;
}

.techin-contact-us-info {
    margin-top: 20px;
}

.terms-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: white;
}

.terms-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.terms-hero-subtitle {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 20px;
}

.terms-last-updated {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
}

/* Content Section */
.terms-content {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Sidebar */
.terms-sidebar {
    background: white;
    border-radius: 20px;
    padding: 25px;
    position: sticky;
    top: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.terms-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #667eea;
}

.terms-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.terms-nav li {
    margin-bottom: 10px;
}

.terms-nav li a {
    display: block;
    padding: 10px 15px;
    color: #4a5568;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.terms-nav li a:hover {
    background: #f0f2ff;
    color: #667eea;
}

.terms-nav li a.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

/* Main Content */
.terms-main {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.terms-section {
    margin-bottom: 50px;
    scroll-margin-top: 80px;
}

.terms-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.terms-section-title i {
    color: #667eea;
}

.terms-section p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.terms-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.terms-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #4a5568;
    line-height: 1.6;
}

.terms-list li:before {
    content: "•";
    color: #667eea;
    font-weight: bold;
    position: absolute;
    left: 5px;
}

/* Alert Boxes */
.terms-alert {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px 0;
    color: #856404;
}

.terms-alert.info {
    background: #d1ecf1;
    border-left-color: #17a2b8;
    color: #0c5460;
}

.terms-alert.success {
    background: #d4edda;
    border-left-color: #28a745;
    color: #155724;
}

.terms-alert.warning {
    background: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}

/* Pricing Table */
.pricing-table {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.pricing-row:last-child {
    border-bottom: none;
}

.pricing-label {
    font-weight: 600;
    color: #2d3748;
}

.pricing-value {
    color: #4a5568;
}

/* SLA Grid */
.sla-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.sla-item {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 12px;
}

.sla-percentage {
    font-size: 28px;
    font-weight: 800;
    color: #667eea;
}

.sla-label {
    font-size: 12px;
    color: #718096;
    margin-top: 8px;
}

/* Contact Cards */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.contact-card {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.contact-card i {
    font-size: 40px;
    color: #667eea;
    margin-bottom: 15px;
}

.contact-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card a {
    color: #667eea;
    text-decoration: none;
}

.contact-card p {
    color: #718096;
    font-size: 14px;
}

/* Accept Button */
.terms-accept {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.btn-outline-secondary {
    border: 2px solid #cbd5e0;
    color: #4a5568;
    padding: 12px 30px;
    border-radius: 50px;
}

/* Responsive */
@media (max-width: 992px) {
    .terms-hero-title {
        font-size: 36px;
    }
    
    .terms-main {
        padding: 25px;
    }
    
    .terms-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .terms-hero {
        padding: 50px 0 40px;
    }
    
    .terms-hero-title {
        font-size: 28px;
    }
    
    .terms-hero-subtitle {
        font-size: 16px;
    }
    
    .terms-section-title {
        font-size: 20px;
    }
    
    .pricing-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
    
    .terms-accept {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .terms-accept .btn {
        margin: 0 !important;
        width: 100%;
    }
}

.privacy-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 80px 0 60px;
    text-align: center;
    color: white;
}

.privacy-hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.privacy-hero-subtitle {
    font-size: 18px;
    opacity: 0.95;
    margin-bottom: 20px;
    line-height: 1.6;
}

.privacy-last-updated {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
}

/* Content Section */
.privacy-content {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Sidebar */
.privacy-sidebar {
    background: white;
    border-radius: 20px;
    padding: 25px;
    position: sticky;
    top: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.privacy-sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #1a1a2e;
}

.privacy-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.privacy-nav li {
    margin-bottom: 8px;
}

.privacy-nav li a {
    display: block;
    padding: 10px 15px;
    color: #4a5568;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.privacy-nav li a:hover {
    background: #f0f2ff;
    color: #1a1a2e;
}

.privacy-nav li a.active {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
}

/* Main Content */
.privacy-main {
    background: white;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.privacy-section {
    margin-bottom: 50px;
    scroll-margin-top: 80px;
}

.privacy-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e2e8f0;
}

.privacy-section-title i {
    color: #1a1a2e;
}

.subsection-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 20px 0 15px;
}

.privacy-section p {
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 15px;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.privacy-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #4a5568;
    line-height: 1.6;
}

.privacy-list li:before {
    content: "•";
    color: #1a1a2e;
    font-weight: bold;
    position: absolute;
    left: 5px;
}

/* Alert Boxes */
.privacy-alert {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px 20px;
    border-radius: 10px;
    margin: 20px 0;
    color: #856404;
}

.privacy-alert.info {
    background: #d1ecf1;
    border-left-color: #17a2b8;
    color: #0c5460;
}

.privacy-alert.success {
    background: #d4edda;
    border-left-color: #28a745;
    color: #155724;
}

.privacy-alert.warning {
    background: #f8d7da;
    border-left-color: #dc3545;
    color: #721c24;
}

/* Usage Grid */
.usage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.usage-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s;
}

.usage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.usage-card i {
    font-size: 32px;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.usage-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.usage-card p {
    font-size: 13px;
    margin: 0;
}

/* Cookie Table */
.cookie-table {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
}

.cookie-row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.cookie-row.header {
    background: #1a1a2e;
    color: white;
    font-weight: 600;
}

.cookie-row:last-child {
    border-bottom: none;
}

/* Security Features */
.security-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.security-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 10px;
}

.security-item i {
    width: 30px;
    color: #1a1a2e;
    font-size: 18px;
}

/* Rights Grid */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.right-card {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
}

.right-card i {
    font-size: 28px;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.right-card h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.right-card p {
    font-size: 12px;
    margin: 0;
}

/* Retention Table */
.retention-table {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
}

.retention-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 12px 20px;
    border-bottom: 1px solid #e2e8f0;
}

.retention-row:first-child {
    background: #1a1a2e;
    color: white;
    font-weight: 600;
}

.retention-row:last-child {
    border-bottom: none;
}

/* Contact Cards */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.contact-card {
    text-align: center;
    padding: 25px;
    background: #f8f9fa;
    border-radius: 16px;
    transition: all 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.contact-card i {
    font-size: 40px;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.contact-card h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-card a {
    color: #1a1a2e;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

.contact-card p {
    color: #718096;
    font-size: 14px;
}

/* Accept Button */
.privacy-accept {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
    text-align: center;
}

.btn-primary {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(26, 26, 46, 0.3);
}

.btn-outline-secondary {
    border: 2px solid #cbd5e0;
    color: #4a5568;
    padding: 12px 30px;
    border-radius: 50px;
}

/* Responsive */
@media (max-width: 992px) {
    .privacy-hero-title {
        font-size: 36px;
    }
    
    .privacy-main {
        padding: 25px;
    }
    
    .privacy-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
    }
    
    .cookie-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }
    
    .retention-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }
}

@media (max-width: 768px) {
    .privacy-hero {
        padding: 50px 0 40px;
    }
    
    .privacy-hero-title {
        font-size: 28px;
    }
    
    .privacy-hero-subtitle {
        font-size: 16px;
    }
    
    .privacy-section-title {
        font-size: 20px;
    }
    
    .usage-grid {
        grid-template-columns: 1fr;
    }
    
    .rights-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
    }
    
    .privacy-accept {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .privacy-accept .btn {
        margin: 0 !important;
        width: 100%;
    }
}

.techin-blog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.teching-slect-wrapper {
    min-width: 300px;
}

.blog-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.pagi-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 768px) {
    .techin-blog-header {
        flex-direction: column;
        align-items: stretch;
    }

    .teching-slect-wrapper {
        width: 100%;
    }
}



.filter-bar {
    background: white;
    padding: 25px 30px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.search-box input {
    width: 100%;
}

.sort-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.sort-buttons .btn {
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
}

.sort-buttons .btn-primary {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    border: none;
    color: white;
}

.sort-buttons .btn-outline-primary {
    border: 1px solid #ff0379;
    color: #ff0379;
    background: transparent;
}

.sort-buttons .btn-outline-primary:hover {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    color: white;
    border-color: transparent;
}

.result-count {
    font-size: 14px;
    color: #6c757d;
    padding: 8px 0 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 15px;
}

.result-count strong {
    color: #ff0379;
    font-weight: 700;
}

/* Game Card Styles */
.techin-service-wrap2 {
    background: white;
    border-radius: 16px;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid #e2e8f0;
    padding: 5px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.techin-service-wrap2:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.techin-service-wrap2.wrap3 {
    margin-bottom: 3px !important;
}

.techin-service-thumb {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.techin-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    display: block;
}

.techin-service-wrap2:hover .techin-service-thumb img {
    transform: scale(1.08);
}

.provider-name {
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    margin-top: 15px;
    transition: color 0.3s;
    word-break: break-word;
    line-height: 1.3;
}

.techin-service-wrap2:hover .provider-name {
    color: #ff0379;
}


.techin-service-wrap2 {
    width: 100%;
}

/* Pagination Styles */
.techin-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.techin-pagination ul {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
}


.techin-pagination ul li a.dots {
    cursor: default;
    background: transparent;
    box-shadow: none;
    border: none;
}

.pagi-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* No Result */
.no-result {
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.no-result i {
    font-size: 70px;
    color: #dee2e6;
    margin-bottom: 20px;
}

.no-result h4 {
    font-size: 24px;
    color: #2d3748;
    margin-bottom: 10px;
}

.no-result .btn-primary {
    background: linear-gradient(135deg, #ff0379 0%, #9208ad 100%);
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
}

/* Responsive Image Heights */
@media (min-width: 1400px) {
    .techin-service-thumb {
        height: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .techin-service-thumb {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .techin-service-thumb {
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .techin-service-thumb {
        height: auto;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .techin-service-thumb {
        height: auto;
    }

    .techin-service-wrap2 {
        padding: 15px;
    }

    .col-md-3 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 575px) {
    .techin-service-thumb {
        height: auto;
    }

    .techin-service-wrap2 {
        padding: 12px;
        margin-bottom: 15px;
    }

    .provider-name {
        font-size: 11px;
        margin-top: 10px;
    }

    .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Mobile Pagination */
    .techin-pagination ul li a,
    .pagi-btn {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
        padding: 0 8px;
    }
}

@media (max-width: 380px) {
    .techin-service-thumb {
        height: auto;
    }

    .techin-service-wrap2 {
        padding: 10px;
    }

    .provider-name {
        font-size: 10px;
        margin-top: 8px;
    }

    .techin-pagination ul li a,
    .pagi-btn {
        min-width: 28px;
        height: 28px;
        font-size: 11px;
        padding: 0 6px;
    }
}

.col-md-3.text-md-end {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.col-md-3.text-md-end .salary {
    text-align: right;
}

.col-md-3.text-md-end .btn-apply,
.col-md-3.text-md-end .btn-save {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

@media (max-width: 767px) {
    .col-md-3.text-md-end {
        margin-top: 20px;
    }

    .col-md-3.text-md-end .salary {
        text-align: center;
    }
}

.job-info-card {
    background: linear-gradient(150deg, #ff0379 10%, #9208ad 100%);
    padding: 25px;
    border-radius: 20px;
    color: white;
}

.company-logo {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
}

.job-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.company-name {
    color: rgba(255,255,255,0.9);
    margin-bottom: 15px;
}

.job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    background: rgba(255,255,255,0.15);
    padding: 5px 12px;
    border-radius: 20px;
}

.application-form-card {
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.form-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    padding-bottom: 15px;
    border-bottom: 2px solid #667eea;
}

.form-section {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 15px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.form-label {
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
}

.form-label.required::after {
    content: '*';
    color: #e53e3e;
    margin-left: 4px;
}

.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all 0.3s;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.file-upload-wrapper {
    position: relative;
    border: 2px dashed #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.file-upload-wrapper:hover {
    border-color: #667eea;
    background: #f7fafc;
}

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-upload-info {
    color: #718096;
}

.file-upload-info i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #667eea;
}

.form-actions {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.btn {
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
    background: #e2e8f0;
    color: #4a5568;
    border: none;
}

.btn-secondary:hover {
    background: #cbd5e0;
}

.sidebar-card {
    background: white;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #667eea;
}

.tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tips-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #4a5568;
}

.date-info {
    text-align: center;
    padding: 15px;
}

@media (max-width: 768px) {
    .job-info-card {
        padding: 20px;
    }
    
    .application-form-card {
        padding: 20px;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .form-actions .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

