/*
Theme Name: MarketPlan Custom Theme
Theme URI: https://marketplan.io/
Author: MarketPlan
Author URI: https://marketplan.io/
Description: A custom WordPress theme for MarketPlan, optimized for planning & strategy content.
Version: 1.0
Text Domain: marketplan
*/





* {
    box-sizing: border-box;
}

img.custom-logo {
    max-width: 180px;
    width: 100%;
    height: 80px;
}


.market-page-content {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

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

.market-page-content h1 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}

.market-page-content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}

.market-page-content h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 35px;
   
}

.market-page-content h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    
}

.market-page-content h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
 }

.market-page-content h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
   
}

.market-page-content ol li {
    list-style: decimal;

}

.market-page-content ul li {

    list-style: disc;
}

.market-page-content ol,
.market-page-content ul {
    box-sizing: border-box;
    padding-left: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 10px 0 !important;

}

.market-page-content table {

    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.market-page-content td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}
.market-page-content dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
   
}

.market-page-content dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #0e0840;
    border-bottom: 1px solid #ddd;
}

.market-page-content dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #0e0840;
    background-color: #0e083f;
}


.market-page-content li {
    line-height: 30px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.accordionButton {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
}

.accordionButton::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}
/* ===============================
   MAIN NAV BAR
================================= */
.w-layout-vflex.navigation-desktop {
    width: 100%;
}

#menu-header-menu.navigation-desktop {
    display: flex;
    align-items: center;
    gap: 40px;
    background: linear-gradient(180deg, #0b0630 0%, #130a4a 100%);
    padding: 18px 60px;
    list-style: none;
    margin: 0;
}

/* ===============================
   MENU ITEMS
================================= */
#menu-header-menu > li {
    position: relative;
}

/* ===============================
   TOP LEVEL LINKS
================================= */
#menu-header-menu > li > a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    transition: opacity 0.3s ease;
}

#menu-header-menu > li > a:hover {
    opacity: 0.8;
}

/* ===============================
   DROPDOWN ARROW
================================= */
.menu-item-has-children > a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
}

/* ===============================
   SUB MENU
================================= */
.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #0b0630;
    padding: 10px 0;
    min-width: 220px;
    list-style: none;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* ===============================
   SHOW SUB MENU ON HOVER
================================= */
.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ===============================
   SUB MENU LINKS
================================= */
.sub-menu li a {
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: background 0.3s ease;
}

.sub-menu li a:hover {
    background: rgba(255,255,255,0.08);
}

/* ===============================
   REMOVE DEFAULT WORDPRESS STYLES
================================= */
#menu-header-menu li {
    list-style: none;
}

#menu-header-menu a {
    text-decoration: none;
}

/* Add FontAwesome arrow only to top-level menu items with children */
.menu-item-has-children>a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: -18px;
    font-size: 10px;
}
li.menu-item-has-children:hover>a::after {
    	transform: rotate(-180deg);
	}


.campaign-list-item_key-features ul li {
    list-style: none;

}

.campaign-list-item_key-features ul {
    padding-left: 0;
}


.aligncenter {

    display: block;
    margin: auto;
}

.market-page-content table {
    margin: 25px 0;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #ccc;
}
.su-button-center a span {
    color: #100949 !important;
}

.su-button span{
	background-color: #fff;
}

footer.site-footer {
    background: #100949;
    padding: 10px;
}
p.footer-copyright {
    color: #fff;
    text-align: center;
}
/*AUTHOR SECTION START*/
.market-
main-title{
    text-align:left;
}
.market-custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #0d073c;
    border-radius: 10px;
    padding: 10px;
    
}
.market-author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.market-name_author_out {
    display: flex;
}
.market-name_author_out span.lbl {
    margin-right: 5px;
}
.market-name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.market-name_author_out p{
margin:0 !important;
}
 
 
/*AUTHOR SECTION And Page START*/
 
.market-main-title {
    text-align: left;
}
 
.market-custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
}
 
.market-author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.market-name_author_out {
    display: flex;
    align-items: center;
}
 
.market-name_author_out span.lbl {
    margin-right: 5px;
}
 
.market-name_author_out h4,
.market-name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
 
.market-name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}
 
.market-name_author_out a:hover p {
    color: #fff;
}
 
.market-modifyDetails {
    background: #F2F2F2;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
 
.market-author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
 
.market-author_imag {
    line-height: 0;
}
 
.market-name_author_out {
    display: flex;
}
 
.market-name_author_out span.lbl {
    margin-right: 5px;
}
 
.market-name_author_out a {
    color: inherit;
}
 
/*Author Page css*/
.market-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.market-profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
 
.market-header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
 
.market-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}
 
.market-profile-fields-group.profile-fields-group-1 {
    border: 1px solid #eee;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    letter-spacing: 1px;
}
 
.market-profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}
.market-home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}
 
.market-author-f-name .label, .market-author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}
 
.market-author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}
 
.market-author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.market-name_author_out a:hover,
.market-name_author_out a:hover p {
    color: #fff ;
    text-decoration-color: #fff ;
}
 
/*AUTHOR SECTION And Page END*/
 


 /* ===============================
   MOBILE MENU BASE
================================= */
@media (max-width: 1024px) {



.mobile-nav-links {
    display: block;
    background: linear-gradient(180deg, #0b0630 0%, #130a4a 100%);
    color: #fff;
    font-family: sans-serif;
}

#menu-header-menu-1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-header-menu-1 > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    position: relative;
}

#menu-header-menu-1 > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}


    .dropdown-toggle {
        position: absolute;
        right: -7px;
        width: 40px;
        height: 30px;
        font-size: 15px;
        transform: rotate(0deg);
        text-align: center;
        top: 7px;
        cursor: pointer;
        z-index: 999;
        display: block;
        color: #000;
    }

    .dropdown-toggle i {
        transition: transform 0.3s ease;
    }
 
    .dropdown-toggle.on i {
        transform: rotate(180deg);
    }


/* Submenu */
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background: #130a4a;
}

.menu-item-has-children.open > .sub-menu {
    max-height: 500px; /* Enough to show content */
}

/* Submenu links */
.sub-menu li a {
    padding: 12px 40px; /* Indent for mobile */
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 15px;
}

.sub-menu li a:hover {
    background: rgba(255,255,255,0.08);
}

}

/* techcity */

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
    .toplist-techcity__offer-logo:before {
        right: 40px !important;
    }
}

.toplist-techcity__offer-cta-btn {
    text-decoration: none !important;
    color: #fff !important;
    background: #7c023d !important;
}

.toplist-techcity__offer-cta-btn:hover {
    text-decoration: none !important;
    color: #000 !important;
    background: #d1344e !important;
}

.toplist-techcity__offer-logo
 {
	 background: #7d6b70 !important;
}

