/*
Theme Name: Parafishcontrol custom theme
Theme URI: https://parafishcontrol.eu/
Author: parafishdev
Author URI: https://parafishcontrol.eu/
Description: A custom WordPress theme designed for Parafish Control website.
Version: 1.0
Text Domain: parafishcontrol
*/



* {
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', Arial, sans-serif;
    margin: 0;
}

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

div#parafishcontrol-header {
    background: linear-gradient(135deg, #e0f7ff 0%, #ffffff 100%);
    padding: 20px 0px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 9999;
}

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

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

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

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

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

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

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

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

.parafishcontrol_content ol li {
    list-style: decimal;
}

.parafishcontrol_content ul li {
    list-style: disc;
}

.parafishcontrol_content ol,
.parafishcontrol_content ul {
    padding-left: 30px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 10px 0 !important;
}
ol, ul {
    box-sizing: border-box;
    padding: 0;
}
.parafishcontrol_content table {
    border-collapse: collapse;
    width: 100%;
    margin: 25px 0;
}

.parafishcontrol_content td,
.parafishcontrol_content th {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 16px;
}

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

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

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

.parafishcontrol_content li {
    line-height: 30px;
}

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

/* FontAwesome arrow for top-level menu items */
.menu-item-has-children > a::after {
    content: "\f078";
    font-family: "FontAwesome";
    margin-left: 5px;
    color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 10px;
}

.parafishcontrol-nav-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-180deg);
}
.toplist-ocf__offer {
    border: 1px solid #2b8fcb !important;
    background: #2b8fcb !important;
}
.toplist-ocf__offer-logo {
    border: 1px solid #000000 !important;
}
.toplist-ocf__offer-logo-wrapper:before {
    background: #000000 !important;
}
.toplist-ocf__offer-extra {
    background: #000000 !important;
}
.toplist-ocf__offer-cta-btn {
    color: #fff !important;
    background: #000000 !important;
}
/* Hide arrow for nested submenu items */
.sub-menu .menu-item-has-children > a::after {
    display: block;
   right: 33px;
    top: 5px;
}

.parafishcontrol-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
}

.parafishcontrol-navigation a {
    display: block;
    font-size: 17px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
}

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

.parafishcontrol-navigation li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

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

.parafishcontrol-navigation a:hover,
.parafishcontrol-navigation a:focus {
    color: #000;
}

.parafishcontrol-navbar-toggle-wrapper {
    display: none;
}

.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    background: #e2f7ff;
    width: 180px;
    text-align: left;
    padding: 10px 0;
    box-shadow: 0 0 6px #ddd;
    top: 34px;
    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;
}

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

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

.parafishcontrol-footer {
    text-align: center;
    background: linear-gradient(135deg, #e0f7ff 0%, #ffffff 100%);
    padding: 15px 0;
}
.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}

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

}

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

#displ_table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-items: center;
  align-items: start;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0 20px;
}

#displ_cell {
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

#displ_cell:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}


#displ_cell img {
  height: 100px;
  width: auto;
  margin-bottom: 10px;
}

#displ_cell strong span {
  color: #0077b6;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
}


#displ_cell p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
}


#button-wrap-inner .btn {
  display: inline-block;
  background: #0077b6;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 20px;
  transition: background 0.3s ease;
}

#button-wrap-inner .btn:hover {
  background: #023e8a;
}

.nspArtPage.nspCol10 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#gkBottom1 > .box,
#gkBottom2 > .box,
#gkBottom3 > .box,
#gkBottom4 > .box {
    padding: 0;
}
#gkBottom11,
#gkBottom11.gkSingleModule {
  padding: 35px 0 45px 0;
  background: #65a9df;
  display:none;
}
.nspMain.activated {
padding-top:25px;
}

.gkNspPM.gkNspPM-SpeakersList.active {
padding-top:12px;
}
#gkBottom10 {
  padding: 35px 0 65px 0;
  background: #65a9df;
}
#gkBottom10 > .gkPage {
    padding-left: 40px;
    padding-right: 40px;
}
#gkBottom1.gkSingleModule {
    padding: 60px 0 0 0;
}

#gkBottom2.gkSingleModule
{
    padding: 60px 0 5px 0;
    background: #efeeee;
}

#gkBottom3.gkSingleModule
{
    padding: 60px 0 40px 0;
    background: #65a9df;
}

#gkBottom4.gkSingleModule {
    padding: 60px 0 20px 0;
    /*width:70%;*/
}
#gkBottom5.gkSingleModule
{
    padding: 60px 0 95px 0;
    background: #efeeee;
}
#gkBottom1.gkSingleModule .box,
#gkBottom4.gkSingleModule .box {
    padding: 0;
}

#gkBottom2.gkSingleModule .box {
/*width:85%;  padding-left: 15%;*/
}
#gkBottom3.gkSingleModule .box {
width:100%;
}
#gkBottom5.gkSingleModule .box {
/*width:85%;  padding-left: 15%;*/
}
.bottom1-bar #gkBottom1,
.bottom2-bar #gkBottom2,
.bottom3-bar #gkBottom3,
.bottom4-bar #gkBottom4 {
    padding: 0;
}

.bottom1-bar #gkBottom1 > div,
.bottom2-bar #gkBottom2 > div,
.bottom3-bar #gkBottom3 > div,
.bottom4-bar #gkBottom4 > div {
    display: table;
    width: 100%;
}

.bottom1-bar #gkBottom1 .box,
.bottom2-bar #gkBottom2 .box,
.bottom3-bar #gkBottom3 .box,
.bottom4-bar #gkBottom4 .box {
    display: table-cell;
    float: none;
    margin: 0;
    padding: 30px;
    position: relative;
    vertical-align: top;
}
.nspTopInterface , div#gkLang {
    display: none;
}

.nspArt h4.nspHeader a {
    color: #59595b;
    font-size: 18px;
}
.readon.fleft {
    float: initial;
    float: initial;
    border-radius: 7px !important;
    font-family: Montserrat !important;
    color: #ffffff !important;
    font-size: 18px !important;
    background: #65a9df!important;
    padding: 10px 25px 10px 25px !important;
    text-decoration: none !important;
    text-transform: uppercase;
}
.nspArt p.nspText {
    color: #888;
    display: block!important;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 15px 0 35px 0 !important;
}

.contact-section {
    background-color: #f0f0f0; /* light grey background */
    padding: 50px 0;
    text-align: center;
    font-family: Arial, sans-serif;
}

.contact-container {
    display: flex;
    justify-content: center;
    gap: 60px; /* spacing between columns */
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 200px;
}

.contact-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border-radius: 50%; /* circular icon look */
    border: 2px solid #2aa5e0; /* optional border */
    padding: 10px;
    background-color: #fff;
}

.contact-item p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.contact-item a {
    color: #2aa5e0;
    text-decoration: none;
    transition: color 0.3s;
}

.contact-item a:hover {
    color: #005bb5;
}
h3.header.gkPage {
    text-align: center;
}

div#displ_row {
  display: grid;
  grid-template-columns: calc(100% - 10px) calc(100% - 10px); /* do columns, 10px gap ke liye adjust */
  gap: 20px; /* columns ke beech ka gap */
  width: 100%;
}
@media only screen and (max-width: 590px) {
	  .parafishcontrol_content 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;
    }

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

  

    .parafishcontrol-navigation {
        position: absolute;
        right: 0;
        top: 100%;
        width: 100%;
        cursor: pointer;
        text-align: left;
        background: #e2f7ff;
        box-shadow: 0 0 4px #ddd;
        display: none;
        padding: 14px;
        z-index: 999;
    }

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

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

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

    .parafishcontrol-navbar-toggle-wrapper span::before {
        top: -7px;
    }

    .parafishcontrol-navbar-toggle-wrapper span::after {
        top: 7px;
    }


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

    }


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

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

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

    .parafishcontrol-toggle-menu i {
        transition: transform 0.3s ease;
    }

    .parafishcontrol-toggle-menu.on i {
        transform: rotate(180deg);
    }

    .parafishcontrol-nav-select {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .parafishcontrol-nav-select .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
}

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

}
