.elementor-1451 .elementor-element.elementor-element-b106213{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1451 .elementor-element.elementor-element-c37287b{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-1451 .elementor-element.elementor-element-b106213{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a1e0f66 *//* IPTV Header - Elementor Compatible */
.iptv-header {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    width: 100%;
}

.logoo img {
  height: 48px;
}

.iptv-header .header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.iptv-header .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #1a202c;
}

.iptv-header .logo-placeholder {
    width: 32px;
    height: 32px;
    border: 2px dashed #cbd5e0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
}

/* Navigation */
.iptv-header .nav-menu {
    display: flex;
    align-items: center;
    gap: 40px;
    list-style: none;
}

.iptv-header .nav-menu a {
    text-decoration: none;
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.2s ease;
    position: relative;
}

.iptv-header .nav-menu a:hover {
    background: linear-gradient(135deg, #000d33 0%, #001a4d 50%, #002966 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Right Side */
.iptv-header .header-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.iptv-header .contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iptv-header .contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.iptv-header .contact-item:hover {
    background: linear-gradient(135deg, #000d33 0%, #001a4d 50%, #002966 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-header .contact-item i {
    font-size: 16px;
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-header .whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.iptv-header .whatsapp-btn:hover {
    background: linear-gradient(135deg, #128c7e 0%, #0d7250 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.iptv-header .whatsapp-btn i {
    font-size: 16px;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Mobile Menu Toggle */
.iptv-header .mobile-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 20px;
    color: #4a5568;
    cursor: pointer;
}

/* Mobile Menu */
.iptv-header .mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.iptv-header .mobile-menu.active {
    display: block;
}

.iptv-header .mobile-menu-content {
    padding: 20px;
}

.iptv-header .mobile-nav {
    list-style: none;
    margin-bottom: 20px;
}

.iptv-header .mobile-nav li {
    margin-bottom: 15px;
}

.iptv-header .mobile-nav a {
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 8px 0;
}

.iptv-header .mobile-contact {
    border-top: 1px solid #e2e8f0;
    padding-top: 20px;
}

.iptv-header .mobile-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 0;
}

.iptv-header .mobile-contact-item i {
    background: linear-gradient(135deg, #001C64 0%, #003580 50%, #0052CC 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 16px;
}

.iptv-header .mobile-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.iptv-header .mobile-menu .whatsapp-btn {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    padding: 8px 0;
    font-size: 16px;
}

.iptv-header .mobile-menu .whatsapp-btn i {
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .iptv-header .nav-menu,
    .iptv-header .contact-info,
    .iptv-header .whatsapp-btn {
        display: none;
    }

    .iptv-header .mobile-toggle {
        display: block;
    }

    .iptv-header .header-container {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .iptv-header .nav-menu {
        gap: 25px;
    }

    .iptv-header .header-right {
        gap: 15px;
    }

    .iptv-header .contact-info {
        gap: 15px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb371b3 */.contact-page {
  padding: 80px 20px;
  background: linear-gradient(to bottom, #000000, #0048FF, #000000); /* Black on top and bottom, blue in the middle */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h2 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.contact-header p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 1.6;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.contact-info {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); /* Larger shadow for depth */
  text-align: center;
  max-width: 450px;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}

.contact-info:hover {
  transform: scale(1.05); /* Slight zoom-in effect */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15); /* Stronger shadow on hover */
}

.contact-info h3 {
  margin-bottom: 20px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}

.contact-info p {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

.contact-info a {
  color: #0048FF; /* Blue color for links */
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #0032cc; /* Darker blue on hover */
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */