/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #f0f2f5;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* Reset and base styles */

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Logo styles */
.UpxSXCkvCM h1 {
    font-size: 28px;
    font-weight: 800;
    background: linear-gradient(90deg, #3a7bd5, #00d2ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin: 0;
    letter-spacing: 1px;
}

/* Header styles */
header {
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #e1e4e8;
}

/* Mobile header */
.FvLmj {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: white;
}

.kPMUtlWJw {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
    width: 25px;
    padding: 0;
}

.kPMUtlWJw span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #3a7bd5;
    border-radius: 3px;
    transition: transform 0.3s ease;
}

.zTHCs {
    background: none;
    border: none;
    cursor: pointer;
    color: #3a7bd5;
    width: 24px;
    height: 24px;
    padding: 0;
}

.zTHCs svg {
    width: 100%;
    height: 100%;
}

/* Mobile navigation */
.oBlGWtlb {
    background-color: #f8f9fa;
    border-top: 1px solid #e1e4e8;
}

.oBlGWtlb .hYfsOjFflk {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
}

.oBlGWtlb .hYfsOjFflk::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}

.oBlGWtlb .hYfsOjFflk li {
    flex: 0 0 auto;
}

.oBlGWtlb .hYfsOjFflk a {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.oBlGWtlb .hYfsOjFflk a.BQmpRVJH,
.oBlGWtlb .hYfsOjFflk a:hover {
    color: #3a7bd5;
    border-bottom: 3px solid #3a7bd5;
}

.oBlGWtlb .iwdPvQG {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    stroke: currentColor;
}

/* Mobile search bar */
.TXgHM {
    display: none;
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e1e4e8;
}

.cAsiXi {
    display: flex;
    align-items: center;
    background-color: #f0f2f5;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e1e4e8;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.jQwlgUQ {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 20px;
    font-size: 14px;
    color: #333;
}

.jQwlgUQ::placeholder {
    color: #94a3b8;
}

.jERQf {
    background: none;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    color: #3a7bd5;
}

.jERQf svg {
    width: 20px;
    height: 20px;
}


.PvIqon {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background-color: white;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.PvIqon.BQmpRVJH {
    left: 0;
}

.rJjgXD {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e1e4e8;
    background: linear-gradient(135deg, #3a7bd5, #00d2ff);
}

.rJjgXD .UpxSXCkvCM h1 {
    color: white;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
}

.ofrNS {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
}

.ofrNS svg {
    width: 100%;
    height: 100%;
}

.JiBfay ul li {
    border-bottom: 1px solid #f0f2f5;
}

.JiBfay ul li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
}

.JiBfay ul li a:hover {
    background-color: #f0f2f5;
    color: #3a7bd5;
    padding-left: 25px;
}


.bcsnERYF {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 900;
    display: none;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

/* Desktop header */
.MegVKhG {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 70px;
    background-color: white;
}

.KbYnvUs ul {
    display: flex;
    gap: 5px;
}

.KbYnvUs a {
    display: block;
    padding: 25px 15px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    transition: all 0.3s;
}

.KbYnvUs a:hover,
.KbYnvUs a.BQmpRVJH {
    color: #3a7bd5;
}

.KbYnvUs a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #3a7bd5, #00d2ff);
    transition: all 0.3s;
}

.KbYnvUs a:hover::after,
.KbYnvUs a.BQmpRVJH::after {
    width: 100%;
    left: 0;
}

.hot-topic-icon {
    color: #ff3366;
    margin-left: 5px;
}

.dropdown-arrow {
    margin-left: 5px;
}

.has-dropdown {
    position: relative;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s;
    z-index: 100;
}

.dropdown li a {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f2f5;
}

.dropdown li a:hover {
    background-color: #f0f2f5;
}

.has-dropdown:hover .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.MegVKhG .zTHCs {
    color: #3a7bd5;
}

.nubjez {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.ztkgmgytzM {
    width: 600px;
    max-width: 90%;
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.cnEXv {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
}

.cnEXv svg {
    width: 100%;
    height: 100%;
}

.mysR h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0 15px;
    color: #333;
}

.cruiJw {
    font-size: 20px;
}

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

.lDxiFJZgwR {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f0f2f5;
    border-radius: 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid #e1e4e8;
}

.lDxiFJZgwR:hover {
    background-color: #3a7bd5;
    color: white;
    transform: translateY(-2px);
}

.EEMU {
    background: none;
    border: none;
    color: #3a7bd5;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
}

.EEMU svg {
    width: 100%;
    height: 100%;
}

.Rtmh {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #3a7bd5;
    margin-bottom: 30px;
}

.TxfLUt {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 0;
    font-size: 24px;
    color: #333;
    outline: none;
}

.TxfLUt::placeholder {
    color: #94a3b8;
    font-weight: 300;
}

.xJFLMtvK {
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #3a7bd5;
}

.xJFLMtvK svg {
    width: 24px;
    height: 24px;
}

main {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .FvLmj,
    .oBlGWtlb {
        display: none;
    }

    .MegVKhG {
        display: flex;
    }
}
  
ins{
    display: block !important;
}


.container_adBox {
    max-width: 512px;
    /* min-height: 250px;  */
    /* width: calc(100% - 20px); */
    width: 100%;
    margin-left: auto;
    margin-right: auto
}
