/*

Theme Name: WMD Theme

*/



/*html :where(img){height:inherit;max-width:none;}*/




* {
    box-sizing: border-box;
}
body{
	font-family: "Kameron", Georgia, serif;
	margin: 0;
}

div#header {
    padding: 10px 0;
	background:#f7e7ff;
}
.header-inner img.custom-logo {
    margin-top: 6px;
}

img.custom-logo {
    max-width: 230px;
    width: auto;
    height: auto;
}


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

.container
{
    max-width: 1200px;
    width: auto;
    margin: auto;
    padding: 0 15px;
}


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

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

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

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

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

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

.content-area ol li {
    list-style: decimal;

}

.content-area ul li {

    list-style: disc;
}

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

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

}

.content-area table {

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

.content-area td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

.content-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

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

.content-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}


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

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

}


/* 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: #000;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 10px;
}
.nav-menu li.menu-item-has-children:hover>a::after {
    	transform: rotate(-180deg);
	}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children>a::after {
    display: block;
    right: 0;
}

.navigationcl {
    position: relative;
    left: auto;
    padding-top: 0;
    display: inline-block;
    width: auto;
}

.navigationcl a {
    display: block;
    position: relative;
    margin 0 5px 0 5px; 
    height: auto;
    font-size: 17px;
    line-height: 35px;
    color: #000;
    overflow: visible;
    text-decoration: none;

}

.sub-menu li a {
    line-height: 24px;
    margin: 5px 0;
    Color: #000;

}
ul {
    box-sizing: border-box;
    display: flex;
    gap: 10px;
}

 .wp-menu li a{padding: 5px 10px;}
.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0px;
}

.nav-select {
    display: inline-block;
    visibility: visible;
    width: auto;
    text-align: right;
}

.wp-menu .current-menu-item a{
    color: #fff;
    background: #6b298b;
    border-radius: 50px;
}
.navigationcl a:hover,
.navigationcl a:focus {
    color: #fff;
    background: #6b298b;
    border-radius: 50px;
}


.navbar-togglecl {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    word-break: break-word;
    z-index: 999;
}

.menu-item:hover .sub-menu {
    display: block;
}

.sub-menu li {
    width: 100%;
}

.sub-menu .sub-menu {
    left: auto;
    right: 100%;
    top: -10px;

}

.nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: absolute;

}

.nav-select .menu__list>li:hover>.sub-menu,
.nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

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

}

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


.aligncenter {

    display: block;
    margin: auto;
}

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

th {
    border: 1px solid #ccc;
}

.footer {
    text-align: center;
    padding: 10px 0;
	background:#f7e7ff;
}


.gallery-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 15px; 
  max-width: 1200px;
  margin: 0 auto; 
  padding: 20px;
}

.slide-wrapper {
  overflow: hidden;
  border-radius: 10px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
  transition: transform 0.3s ease;
}

.slide-wrapper:hover {
  transform: scale(1.03); 
}

.slide img {
  width: 100%;
  height: 250px; 
  object-fit: cover; 
  display: block;
}
/* ===== Wrapper ===== */
.menu-block {
  font-family: "Poppins", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 15px;
  color: #333;
}

/* ===== Tab Navigation ===== */
.menu-selector {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
  border-bottom: 2px solid #eee;
}

.menu-select-labels {
  cursor: pointer;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #666;
  transition: all 0.3s ease;
}

.menu-select-labels:hover {
  color: #000;
}

.menu-select-labels--active {
  color: #000;
  border-bottom: 3px solid #c59d5f; /* gold accent */
}

/* ===== Menu Panels ===== */
.menu {
  display: none;
  animation: fadeIn 0.4s ease-in-out;
}

.menu[style*="display: block"] {
  display: block !important; /* ensure active tab is visible */
}

/* ===== Section Titles ===== */
.menu-section-header {
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 10px;
  color: #c59d5f; /* highlight color */
  text-transform: uppercase;
  border-left: 4px solid #c59d5f;
  padding-left: 10px;
}

/* ===== Menu Items ===== */
.menu-item {
  display: flex;
  flex-direction: column;
  padding: 15px 0;
 
}

.menu-item:last-child {
  border-bottom: none;
}

.menu-item-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222;
}

.menu-item-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.menu-item-price-top,
.menu-item-price-bottom {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  align-self: flex-end;
}

/* ===== Animation ===== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}


/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
   background: #F2F2F2;
    border-radius: 10px;
    padding: 10px;
    
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
	    border: 1px solid #004fbb;
    padding: 2px;
}
.name_author_out {
    display: flex;
}
.name_author_out span.lbl {
    margin-right: 5px;
}
.name_author_out h4 {
    margin: 0;
    color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
}
.name_author_out p{
margin:0 !important;
}


/*AUTHOR SECTION And Page START*/

.main-title {
    text-align: left;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
	border-radius: 60px;
	border: 1px solid #dadada;	
	background: #f7e7ff61;
    border-radius: 60px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15.5px);
    -webkit-backdrop-filter: blur(15.5px);
    border: 1px solid #c4c4c4;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}

.name_author_out a:hover p {
    color: #ea0101;
}

.modifyDetails {
    background: none;
    border-radius: 60px;
    padding: 0px;
    margin-bottom: 20px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.author_imag {
    line-height: 0;
}

.name_author_out {
    display: flex;
}

.name_author_out span.lbl {
    margin-right: 5px;
}

.name_author_out a {
    color: inherit;
}

/*Author Page css*/
.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.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;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000;
}
.home-page.author-box-wrapper {
    padding: 30px 0;
    box-shadow: none;
}

.author-f-name .label, .author-description-name .label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
}

.author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.author-description-name {
    margin-top: 20px;
    font-size: 20px;
}
.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000 ;
    text-decoration-color: #000 ;
}
a.toplist-techcity__offer-logo {
    background: #83867966 !important;
}
/*AUTHOR SECTION And Page END*/
.footer-menu{
	justify-content: center !important;
}
.author_imag {
    border: 1px solid #4a97ff;
    border-radius: 100%;
    padding: 2px;
}
@media only screen and (max-width: 583px) {
	    .content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
/*—-------------------------------------------------------*/
@media (min-width:320px) and (max-width:768px){
	.navbar-togglecl {
        background-color: unset !important;
        top: 10px !important;
		width: 28px !important;
	}
	.navigationcl{
		position: absolute !important;
        right: -20px !important;
        left: -20px !important;
        background: #f7e7ff !important;
        width: auto !important;
        box-shadow: none !important;}
	img.custom-logo{max-width: 180px}

}
@media (min-width: 768px) and (max-width: 1024px) { 
	.navbar-togglecl{background:unset !important; top: 20px !important; width: 28px !important;}
	.navigationcl{
		position: absolute !important;
        right: -20px !important;
        left: -20px !important;
        background: #f7e7ff !important;
        width: auto !important;
        box-shadow: none !important;}


}
@media (max-width: 1024px) {
  .wp-menu li a:hover {
    background: none !important;
	color: inherit;
  }
	.navbar-togglecl{ 
	position: absolute !important;
	right: -3px !important;
	}

  .wp-menu li.current-menu-item a,
  .wp-menu li.active a {
    background: #6b298b !important;
	display: inline;
	padding: 10px 15px !important;
  }

  .wp-menu li.current-menu-item a:hover,
  .wp-menu li.active a:hover {
    background: #6b298b !important;
	color:#FFF;
  }
	.navigationcl li {padding: 5px 20px !important}
}

@media only screen and (max-width: 991px) {

    .menu-item-has-children>a::after,
    .sub-menu .menu-item-has-children>a::after {
        display: none;
    }
 

    .table-auto {
        overflow-x: scroll;
        width: 100%;
    }



    *:not(.simulator) {
        scrollbar-width: none;
    }

    .navigationcl {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #fff;
        left: auto;
        box-shadow: 0 0 4px #ddd;
        display: none;
        Z-index:999;
    }

    .navbar-togglecl {
        display: block !important;
    }

    .navbar-togglecl {
       background-color: #050104;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 20px;
        right: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: transparent;
    }

    .navbar-togglecl span {
        width: 20px;
        height: 2px;
        background-color: #000;
        display: inline-block;
        position: relative;
        top: 5px;
        right: 0;
    }

    .navbar-togglecl span::before,
    .navbar-togglecl span::after {
        content: "";
        position: absolute;
        background-color: #000;
        width: 100%;
        height: 2px;
        left: 0;
        top: -7px;
    }

    .navbar-togglecl span::after {
        top: 7px;
    }

    .navigationcl li {
        position: relative;
        display: inline-block;
        margin: 0;
        width: 100%;
        box-sizing: border-box;

    }


    .navigationcl a {
        font-size: 15px;
        color: #000;
        height: auto;
        padding: 5px 10px;
        margin: 0;
        line-height: 36px;
        text-align: center;
    }

    .navigationcl ul {
        visibility: visible;
        position: relative;
        display: block;
        left: 0;
        top: 0;
        margin: 0 !important;
        width: 100%;
        padding: 0 !important;
    }

    .navigationcl ul a {
        height: auto;
        width: 100%;
        overflow: visible;
        line-height: 26px;
        background-image: none;
        border-width: 0;
        text-align: left;
    }

    .navigationcl li:hover>ul {
        visibility: visible;
        top: auto;
    }

    .toggle-menu {
        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;
    }

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

    .sub-menu .toggle-menu {
        top: 10px;
    }

    .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 0;
		padding: 10px 0 20px 0;
    }

    .sub-menu {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        width: 100%;
        text-align: left;
        padding: 0 !important;
        box-shadow: none;
        top: auto;
    }

    .sub-menu .sub-menu {
        left: 0;
        right: 0;
        top: 0;
    }

    .nav-select .sub-menu>li>.sub-menu {
        display: block;
        position: relative;

    }

    .nav-select .menu__list>li:hover>.sub-menu,
    .nav-select .sub-menu>li:hover>.sub-menu {
        display: block;
    }


}

@media (max-width: 991px) and (min-width: 536px) {
.toplist-techcity__offer-logo:before {
    top: 8px !important;
    right: 0 !important;
    width: 28px !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
    left: 7px !important;
}}

