/* 
Theme Name: Swiftcheq Hello Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://www.zylitix.ai/
Template: hello-elementor
Version: 2.0.0
Text Domain: Swiftcheq-child-theme
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.toggle-title{
    width: 25vw;
    margin-right: 20px;
    align-self: center;
}

.toggle-style{
    padding: 10px;
     border-bottom: 1px solid #2f579f; 
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 20px;
    }
.toggle-heading{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight:600;
    background: linear-gradient(45deg, #EA3341,#2F579F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 5em;
}
/* Hide main content for screens less than 1600px width and 900px height */
/* @media (max-width: 1366px) {
 body > * {
        display: none !important; 
    }
} */

/* Display a message for smaller screens */
/* @media (max-width: 1366px) {
    body::before {
        content: "Please view this site on a screen resolution of 1600 or higher (Full HD) for the best experience.";
        display: block;
        text-align: center;
        font-size: 24px;
        color: red;
        padding: 100px;
    }
} */
/*This code is for hiding the plugin sponsor name in the cookie section*/
.moove-gdpr-branding-cnt{
	display:none !important;
}

/*Design for the service from custom code*/
.menu {
    border: none;
}

div.red-font{
	display:inline;
	color:#e5392f;
	margin:0;
	padding:0
}

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {
    --ease-standard: cubic-bezier(0.2, 0, 0.1, 1);
}

.float-image {
    animation: cf-float 6s var(--ease-standard) infinite;
}

@keyframes cf-float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}

.ekit-wid-con .elementskit-section-title span{
	display:inline !important;
}

.box-timelines .ekit-icon-box-badge:after{
	content:"";
	height: 1px;
    background: #dce3ec;
    width: 1000%;
    display: inline-block;
    position: absolute;
    top: 31px;
}

.how-timelines .elementskit-infobox:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #dce3ec;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 19px;
}	
.menu-wrapper {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
	margin-top:-6px;
	margin-right: -13px;
}

.decimal-listing ul {
    list-style: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
.decimal-listing ul li {
    counter-increment: item;
    position: relative;
	padding-left: 33px !important;
}
.decimal-listing ul li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;

    width: 22px;
    height: 22px;
    border-radius: 50%;

    background: #fff; /* Circle color */
    color: #2b3a4f;         /* Number color */

    display: flex;
    align-items: center;
    justify-content: center;
	font-family:'JetBrains Mono';
    font-size: 11px;
    font-weight: 700;
}

/* Style for the menu selector dropdown */
#menu-selector {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    cursor: pointer;
}

/* Hover effect for the dropdown */
#menu-selector:hover {
    border-color: #888;
}

/* Custom menu container styling */
.custom-menu-container {
    display: none;
    padding: 10px;
    margin-top: 10px;
}

/* Fade-in effect for the menu container */
.custom-menu-container {
    transition: opacity 0.3s ease, display 0.3s ease;
    opacity: 0;
}

.custom-menu-container[style*="display: block"] {
    opacity: 1;
}

.custom-menu {
    font-size: 16px;
}

/* Style for the individual menu items */
.custom-menu ul li {
    list-style: none;
}

.custom-menu ul li a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.custom-menu ul li a:hover {
    color: #2F579F;
    text-decoration: none;
}
.elementor-element elementor-element-9be5302 elementor-widget elementor-widget-shortcode{
	margin-top:5px;
}

.lds-facebook{
	display:none !important;
	width:0;
	height:0;
}

.cf7-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    padding-right: 50px;
}


.border-left-color-accent{
	border-left: 4px solid #1d5fbf !important;
}
.ekit-wid-con .elementskit-accordion .elementskit-card-header>.elementskit-btn-link{
	border-radius: 12px !important;
}

.ekit-wid-con  .elementskit-accordion .elementskit-card.active .elementskit-card-header>.elementskit-btn-link{
	border-radius: 12px 12PX 0 0 !important;
}