div#block-13 {
    margin-top: 0 !important;
}









/* --- FINAL ADJUSTED DROPDOWN STYLE --- */

/* 1. Asal Widget Hide */
.gt-hidden-widget, #gtranslate_wrapper {
    display: none !important;
}

/* 2. Main Container */
.editorial-lang-switch {
    position: relative;
    display: inline-block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-left: 20px;
    
    /* ALIGNMENT FIX: Isay thora neechay laane k liye */
    top: 1px; 
}

/* 3. Current Language Label (Button) */
.current-lang {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    padding: 10px 5px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Text aur Arrow k beech gap */
}

/* Arrow Styling (BIGGER SIZE) */
.current-lang .arrow {
    font-size: 16px; /* Arrow bara kar diya */
    line-height: 1;  /* Line height fix taake upar na bhage */
    color: #999;
    transition: transform 0.3s;
    margin-top: -2px; /* Thora sa align karne k liye */
}

/* 4. Dropdown List (White Box) - WIDER */
.lang-list {
    display: none;
    position: absolute;
    top: 100%;
    
    /* Center Alignment Formula */
    left: 50%;
    transform: translateX(-50%);
    
    background: #ffffff;
    min-width: 120px; /* WIDTH BARHA DI (Pehle 90px thi) */
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
    padding: 8px 0;
    z-index: 99999;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
}

/* Show on Hover */
.editorial-lang-switch:hover .lang-list {
    display: block;
}

.editorial-lang-switch:hover .arrow {
    transform: rotate(180deg);
}

/* 5. List Items */
.lang-item {
    display: block;
    padding: 12px 0; /* Vertical spacing thori aur khuli */
    text-decoration: none !important;
    color: #666; 
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s;
    text-align: center;
}

/* Hover Effect */
.lang-item:hover {
    color: #dcb360; 
    background-color: #fafafa;
    font-weight: 700;
}


div#currentLangLabel {
    padding-top: 26px !important;
}


/* --- FOOTER LANGUAGE SWITCHER (WHITE) --- */

/* 1. Label Text (EN/ES) ko White karna */
footer .editorial-lang-switch .current-lang,
.site-footer .editorial-lang-switch .current-lang {
    color: #ffffff !important;
}

/* 2. Arrow (Icon) ko bhi White karna */
footer .editorial-lang-switch .current-lang .arrow,
.site-footer .editorial-lang-switch .current-lang .arrow {
    color: #ffffff !important;
    opacity: 0.8; /* Thora sa soft look k liye */
}

/* 3. Hover karne par Gold color waisa hi rahe */
footer .editorial-lang-switch:hover .current-lang,
.site-footer .editorial-lang-switch:hover .current-lang {
    color: #dcb360 !important;
}

footer .editorial-lang-switch:hover .current-lang .arrow,
.site-footer .editorial-lang-switch:hover .current-lang .arrow {
    color: #dcb360 !important;
    opacity: 1;
}


/* Blog post images hover */
.single-post .entry-content img {
  transition: transform 0.8s ease, box-shadow 0.8s ease;
	border-radius:7px
	
}

.single-post .entry-content img:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.api-member-box{
    display:flex;
    align-items:center;
    background:transparent;
    padding:18px 28px;
    border-radius:4px;
    max-width:750px;
}

/* LEFT SIDE */

.api-left{
    display:flex;
    align-items:center;
    gap:10px;
}

.api-logo img{
    width:55px !important;
    height:auto;
    display:block;
}

.api-logo img{
    width:150px;
    height:auto;
    display:block;
}

.api-side-text{
    color:#d8d8d8;
    font-size:14px;
    line-height:1.2;
    margin-left:6px;
    text-transform:lowercase;
}

/* DIVIDER */

.api-divider{
    width:1px;
    height:85px;
    background:#b6923a;
    margin:0 24px;
}

/* RIGHT CONTENT */

.api-content h4{
    margin:0 0 10px;
    color:#ffffff;
    font-size:13px;
    font-weight:400;
    line-height:1;
}

.api-content p{
    margin:0 0 10px;
    color:#d7d7d7;
    font-size:14px;
    line-height:1.4;
    max-width:340px;
}

.api-content span{
    color:#d4a43c;
    font-size:18px;
    font-weight:600;
}
.api-content span {
    color: #ffffff; /* API nº white */
    font-size: 14px;
}


.gold-number {
  
    font-weight: 700;
    display: inline-block;
}
.page-id-4629 footer {
    display: none !important;
}