.menu-text{
  font-size:14px;
  font-weight:600;
  margin-left:8px;
  letter-spacing:1px;
}

.elementskit-menu-hamburger{
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
}

/* FIXED */
@media (min-width:1025px){
  .menu-text{
    display:none;
  }
}

/* MOBILE MENU */
@media (max-width:1024px){
  #ekit-megamenu-header-menu{
    position:fixed;
    top:0;
    right:-100%;
    width:85%;
    height:100vh;
    background:#fff;
    z-index:9999;
    transition:0.3s;
    padding:50px 20px;
    overflow-y:auto;
  }

  #ekit-megamenu-header-menu.active{
    right:0;
  }

  .elementskit-menu-close{
    position:absolute;
    top:15px;
    right:15px;
    font-size:22px;
    background:none;
    border:none;
    cursor:pointer;
  }

  .submenu{display:none;}
  .has-dropdown.open > .submenu{display:block;}
}

.dropdown-right > .submenu {
  left: 100% !important;
  top: 0 !important;
  right: auto !important;
}

.dropdown-right {
  position: relative;
}



:root {
    --primary-color: #FF6600;
    --bg-light: #f9f9f9;
    --text-color: #333;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

/* --- Section --- */
.partners-section{
    padding:72px 20px;
    background:var(--bg-light);
    text-align:center;
    position:relative;
}

.section-header{
    max-width:800px;
    margin:0 auto 40px;
    text-align:center;
}

.custom-heading{
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.22em;
    color:var(--primary-color);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
}

.custom-heading img {
    width: 40px;
    height: auto;
    margin-right: 12px;
}

.elementor-heading-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
}

.section-description p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

/* --- Slider --- */
.slider-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 200px;
    padding: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    white-space: nowrap;
    scroll-behavior: smooth;

    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) #e0e0e0;
}

.slider-wrapper::-webkit-scrollbar {
    height: 8px;
}
.slider-wrapper::-webkit-scrollbar-track {
    background: #e0e0e0;
    border-radius: 4px;
}
.slider-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 4px;
}

.slider-wrapper:active {
    cursor: grabbing;
}

/* --- Track --- */
.partners-track {
    display: flex;
    gap: 60px;
    width: max-content;
    align-items: center;
}

/* --- Cards --- */
.partner-card {
    background: transparent;
    height: 150px;
    width: 200px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.partner-card img {
    max-width: 100%;
    max-height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.partner-card:hover img {
    transform: scale(1.1);
}

.partner-card:hover {
    transform: translateY(-5px);
}

/* --- Social Icons --- */
.social-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}

.social-group a {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--primary-color);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-group a i {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.3s ease;
}

/* ✅ FIXED HOVER */
.social-group a:hover {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.social-group a:hover i {
    color: #FF6600;
}

/* --- Mobile --- */
@media (max-width: 768px) {
    .partners-section { padding: 40px 15px; }

    .elementor-heading-title { font-size: 28px; }

    .slider-wrapper { height: 150px; }

    .partners-track { gap: 30px; }

    .partner-card {
        height: 100px;
        width: 150px;
    }

    .partner-card img {
        max-height: 70px;
    }
}



.social-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.boxx {
    width: 300px;
    height: 450px;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}

/* TWITTER FIX – post fully visible */
.twitter-fix {
    width: 300px;
    height: 450px;
    overflow-y: auto !important;
    padding: 0 5px;
}

.fb-container, .fb-page {
    width: 100% !important;
}

.boxx iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media(max-width: 900px) {
    .boxx {
        width: 48%;
    }
}

@media(max-width: 600px) {
    .boxx {
        width: 100%;
    }
}


 .orange-background {
            background-color: orangered; /* Orange circular background */
            border-radius: 50%; /* Make it circular */
            width: 35px; /* Background size */
            height: 35px; /* Maintain proportions */
            margin: 0 auto; /* Center the background */
        }
        
        
        
        
        