/*

Theme Name: WMD Theme

*/



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




* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Archivo,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #132249;
}
img.custom-logo {
    max-width: 250px;
    width: 100%;
    height: 60px;
}


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

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

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

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

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


.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: #fff;
    position: absolute;
    top: 0px;
    right: -18px;
    font-size: 10px;
}

/* 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: 100%;
}

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

}

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

}

.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0 10px !important;
}

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

.navigationcl a:hover,
.navigationcl a:focus {
    color: #fff;
}

.navbar-togglecl {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background:#132249;;
    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;
    background: #0F1922;
    padding: 10px;
}

/*AUTHOR SECTION START*/
.main-title{
    text-align:left;
}
.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
 border-radius: 10px;
    padding: 10px;
  border: 5px solid;
    
}
.author_imag img {
    width: 60px;
    min-width:60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.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;
}

.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: #F2F2F2;*/
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    border-color: #fff;
}

.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: #fff;
}
.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: #fff ;
    text-decoration-color: #fff ;
}

/*AUTHOR SECTION And Page END*/
/*homepage */
/* General Section Styling */
.section.hero {
  background-color: #0a1a45; /* dark navy background */
  color: #fff;
  padding: 60px 20px;
  text-align: left;
}

/* Headline */
.section.hero .headline {
  font-size: 2.2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Description text */
.section.hero .description p {
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d8e0; /* lighter gray-blue for readability */
  max-width: 700px;
}

/* Action Buttons / Cards */
.section.hero .actions {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.section.hero .button .card {
  display: block;
  text-decoration: none;
  border-radius: 6px;
  padding: 25px 20px;
  min-height: 120px;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Card hover effect */
.section.hero .button .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Card Colors */
.bg-blue-lighter {
  background-color: #3b82f6; /* bright blue */
}

.bg-pink {
  background-color: #d946ef; /* bright pink */
}

/* Card Body */
.section.hero .card-body {
  padding: 0;
}

.section.hero .card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.section.hero .card-text {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/* Quote Section */
.section.quote {
  background-color: #0a1a45; /* dark navy background */
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
}

/* Background image */
.section.quote .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* Overlay for dark effect */
.section.quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 26, 69, 0.7); /* dark overlay */
  z-index: 1;
}

/* Quote text */
.section.quote .quote-text p {
  position: relative;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

/* Button */
.section.quote .quote-author a {
  position: relative;
  z-index: 2;
  background-color: #8b5cf6; /* purple button */
  color: #fff !important;
  font-weight: 700;
  padding: 12px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.section.quote .quote-author a:hover {
  background-color: #7c3aed;
  transform: translateY(-3px);
}
/* Audiences Section */
.section.audiences {
  background-color: #0a1a45; /* dark navy background */
  color: #fff;
  padding: 80px 20px;
}

/* Headline */
.section.audiences h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* Description */
.section.audiences .description p {
  font-size: 1rem;
  line-height: 1.6;
  color: #d1d8e0; /* light gray-blue */
  margin-bottom: 30px;
}

/* Audience list */
.section.audiences .audiences-list ul {
  columns: 2; /* two columns like screenshot */
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 50px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.section.audiences .audiences-list li {
  margin-bottom: 12px;
}

/* Audience list links */
.section.audiences .audiences-list a {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.section.audiences .audiences-list a:hover {
  color: #3b82f6; /* bright blue on hover */
  text-decoration: underline;
}

/* Responsive embed video */
.section.audiences .embed-responsive {
  margin-top: 30px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

/* Right column (Twitter feed) */
.section.audiences .col-lg-4 {
  color: #fff;
  font-size: 0.9rem;
  margin-top: 30px;
}

.section.audiences .col-lg-4 a {
  color: #8b5cf6; /* purple links */
  text-decoration: none;
}

.section.audiences .col-lg-4 a:hover {
  text-decoration: underline;
}

/* Subscribe Section */
.section.subscribe {
  background-color: #0a1a45; /* dark navy */
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

/* Subscribe Box */
.section.subscribe .subscribe-box {
  background: #14285e; /* slightly lighter navy box */
  border-radius: 10px;
  padding: 40px 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}

/* Heading */
.section.subscribe h3 {
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

/* Form */
.section.subscribe form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

/* Input */
.section.subscribe .form-control {
  flex: 1 1 auto;
  min-width: 250px;
  padding: 12px 15px;
  border-radius: 5px 0 0 5px;
  border: none;
  font-size: 1rem;
  outline: none;
}

/* Button */
.section.subscribe .btn {
  background-color: #3b82f6; /* bright blue */
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-weight: 700;
  padding: 10px 25px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 10px 0;
}

.section.subscribe .btn:hover {
  background-color: #2563eb; /* darker blue */
  transform: translateY(-2px);
}
/* 404 page style */
section.page-section-404 {
    padding: 20px 0;
    width: 100%;
    max-width: 920px;
    margin: auto;
}
section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}
.description-404 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}
.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}
.links-group-404 a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}
.search-bar-404 {
    padding: 12px 0;
}
.links-group-404 {
    font-size: 18px;
    line-height: 26px;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #8d8d8d;
}
.search-bar-404 button {
    width: 100%;
    color: #fff;
    background: #c8377b;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.links-group-404 ul {
    line-height: 26px;
    padding: 5px 20px;

}
.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.links-group-404 ul li {
    list-style: decimal;
}
.links-group-404 a:hover {
    color:#c8377b;
}
h2.search-title a {
    color: #fff;
}

.search-content {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
}
header.search-header > h1 {
    text-align: center;
	word-break: break-all;
}
.nav-links span, .nav-links a {
    border: 1px solid #aba8a8;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f1f1f1;
    color: #000;
}
nav.navigation.pagination {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
/* Responsive */
@media (max-width: 768px) {
  .section.subscribe form {
    flex-direction: column;
  }
  .section.subscribe .form-control,
  .section.subscribe .btn {
    border-radius: 5px;
    width: 100%;
  }
}
/* Collections Section */
.section.collections {
  background-color: #0a1a45; /* dark navy */
  padding: 80px 20px;
  color: #fff;
  text-align: center;
}

/* Card Styles */
.section.collections .card {
  background: #14285e; /* slightly lighter navy */
  border: none;
  border-radius: 12px;
  padding: 40px 20px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.section.collections .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}

/* Icon container */
.section.collections .icon {
  margin-bottom: 20px;
  font-size: 2.5rem;
  color: #3b82f6; /* default blue */
}

/* Different icon circle colors */
.section.collections .collection:nth-child(1) .fa-circle {
  color: #3b82f6; /* blue */
}

.section.collections .collection:nth-child(2) .fa-circle {
  color: #10b981; /* green */
}

.section.collections .collection:nth-child(3) .fa-circle {
  color: #f59e0b; /* amber */
}

/* Card Titles */
.section.collections h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.row.row-cols-1.row-cols-lg-3 {
    display: flex;
    justify-content: space-around;
}
.campaign-compact-table__offer-key-features li {
    
    color: #000;
}
.campaign-compact-table__offer-key-features ul  li{
    list-style: none !important;
}
/* Responsive */
@media (max-width: 768px) {
  .section.collections .card {
    margin-bottom: 20px;
  }
}


/*homepage end*/

@media only screen and (max-width: 576px) {
	  .content-area table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
/*—-------------------------------------------------------*/
@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: thin;
    }

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

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

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

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

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

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

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

    }


    .navigationcl a {
        font-size: 17px;
        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;
    }

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

    .nav-select {
        display: inline-block;
        visibility: visible;
        width: 100%;
        text-align: left;
        margin: 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;
    }
.sub-menu li a {
  Color: #000;
}
    .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;
    }


}


