/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* aakib */
@font-face {
    font-family: 'Brockmann';
    src: url('fonts/Brockmann-Regular.woff2') format('woff2'),
        url('fonts/Brockmann-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brockmann';
    src: url('fonts/Brockmann-SemiBold.woff2') format('woff2'),
        url('fonts/Brockmann-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Perfectly Nostalgic';
    src: url('fonts/PerfectlyNostalgic.woff2') format('woff2'),
        url('fonts/PerfectlyNostalgic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brockmann';
    src: url('fonts/Brockmann-Medium.woff2') format('woff2'),
        url('fonts/Brockmann-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brockmann';
    src: url('fonts/Brockmann-Bold.woff2') format('woff2'),
        url('fonts/Brockmann-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body,p,a,ul,li,span ,h1,h2,h3,h4,h5,h6{
	font-family: 'Brockmann';
/* 	font-weight: 400; */
}
.e-heading,
.ekit-heading--title span {
    font-family: 'Perfectly Nostalgic';
	font-style: italic;
	font-weight: 400;
}
.head{font-family: 'Perfectly Nostalgic';    font-style: italic; font-weight: 400;}
.elementskit-card-body img {
    display: none;
}
.elementor-element .kreat_faq .elementskit-card .elementskit-card-body.ekit-accordion--content.none_cont {
    padding: 0;
}

/*====== menu description===== */
.menu-desc {
    display: block;
    font-size: 13px;
	line-height:15px;
    color: #000;
    font-weight: 400;
    margin-top: 3px;
}

/* Change color on hover and active state */
.elementskit-dropdown li a:hover span,
.elementskit-dropdown li.current-menu-item a span {
    color: white;
}

.dropdown-item img{
	margin-right:5px;
	max-width:21px !important;
}

.elementskit-dropdown li a:hover img,
.elementskit-dropdown li.current-menu-item a img{
	filter:contrast(0) brightness(100);
}

.elementskit-dropdown li a{
	border-radius:10px;
	margin-bottom:5px;
}
.elementskit-navbar-nav .elementskit-submenu-panel > li > a {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
/*==== menu description end==== *


/*======= sticky header====== */
.my-sticky-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}

.scrolled {
	top:20px;
	border-radius: 6em; 
    width: 90%;
    background-color: #fff; 
	box-shadow: 0px 0px 80px 0px rgba(17, 20, 55, 0.12);
}

body {
    padding-top: 80px; /* Prevent content from being hidden under sticky header */
}

/* Fix for Mobile Menu */
@media (max-width: 1024px) {
    .my-sticky-header {
        width: 100%;
        left: 0;
        transform: none;
        border-radius: 0 !important; /* normal on mobile */
    }
    
    .scrolled {
        width: 100%;
        border-radius: 0 !important;
		top: 0;
    }

    /* Ensure the menu is visible */
    .elementor-nav-menu {
        z-index: 10000;
     	position: relative;
    }
}

/* button hover effect svg */
.cb:hover svg,
.cb:active svg{
    filter: invert(1);
}


/*table scroll */
@media (max-width: 767px) {
    .table-wrapper {
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }

    .table-wrapper table {
        min-width: 600px; /* Adjust based on your table's actual width */
        white-space: nowrap;
    }
}
/* table scroll end */


/* for pricing page show hide data */

.pri_li span.elementor-icon-list-text img {
        max-width: 17px;
    }
    .pri_li span.elementor-icon-list-text .more {
    color: #3843D0;
    font-weight: 500;
    font-style: italic;
}
.dp_arr {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000000;
    border-radius: 6px;
    transition: .3s linear;
}
.dp_arr.active {
    background-color: #3843d0;
    border-color: #3843d0;
    transform: rotate(90deg);
}
.ove_txt .elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 5px;
    width: 73%;
    border-bottom: 1px solid;
}

.ove_txt .elementor-heading-title {
    position: relative;
}
.dp_arr.active svg path {
    stroke: #fff;
}

/* end pring page */