/*
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 */

.header-right-section-ds {
	display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.custom-language {
    position: relative;
    cursor: pointer;
}
.selected-language {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #b5b2b2;
    border-radius: 2px;
    padding: 4px 8px;
	background: #fff;
}
.selected-language img {
    width: 30px;
}
.language-options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    background:#fff;
    border:1px solid #ddd;
    min-width:140px;
    z-index:9999;
}
.language-item {
    padding:8px 12px;
    display:flex;
    align-items:center;
    gap:8px;
}
.language-item:hover {
    background:#f5f5f5;
}
.language-item img {
    width:24px;
}

.skiptranslate {
    display: none !important;
}
body {
    top: 0 !important;
}
.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}
.goog-logo-link,
.goog-te-gadget span {
    display: none !important;
}
.goog-te-gadget {
    color: transparent !important;
}
.notranslate {
    unicode-bidi: isolate;
}
a.get-quote-ds {
    padding: 14px 18px;
    background: #4EC5E1;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500;
}
a.get-quote-ds:hover {
	background: #368ca0;
}
.red-dot-ds {
	display: flex;
	align-items: center !important;
	gap: 4px !important;
}
.red-dot-ds::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: red;
    border-radius: 50%;
    margin-right: 8px;
	color: #D62828;
}
.ds-contact-footer ul li a span.elementor-icon-list-text:hover{
	color: #D62828 !important;
}
div#site-header-inner {
    width: 1442px !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
	display: none !important;	
}
a.custom-logo-link img {
    opacity: 1 !important;
}