/*
Theme Name: Detailed Space Ltd
Theme URI:  https://www.acesolutionafrica.com/
Author:     Bethulow
Author URI: https://www.acesolutionafrica.com/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{	
	font-family: "Inter", sans-serif !important;
	line-height:1.8 !important;
	font-size:16px !important;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Poppins", sans-serif !important;
}

.cta-btn .gm-menu-item__txt{
  background: linear-gradient(135deg, #ff7a00, #ff5c00);
  color: #ffffff;
  border: none;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px; /* pill shape */
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(255, 122, 0, 0.35);
  transition: all 0.25s ease;
}

.cta-btn .gm-menu-item__txt:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(255, 122, 0, 0.45);
}

.cta-btn .gm-menu-item__txt:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(255, 122, 0, 0.35);
}


.elementor-15 .elementor-element.elementor-element-7461727 .ekit-stylish-list-content-icon {
    position: relative;
    width:unset !important;
    height: 50px;
    margin: 0px 6px 3px 0px;
    display: flex;
	padding:17px !important;
    align-items: center;
	background-color:transparent !important;
    justify-content: center;
}

/* Skewed background */
.elementor-15 .elementor-element.elementor-element-7461727 .ekit-stylish-list-content-icon::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ff6b19 !important;
    border-radius: 6px;
    transform: skew(-12deg);
    z-index: -1;
}


.elementskit-info-image-box .elementskit-box-header img {
    height: 250px !important;
    object-fit: cover !important;
    opacity: 1;
}
.ekit-wid-con svg {
    width: 1em;
    height: 1em;
    margin-left: 10px !important;
}
.particles-js-canvas-el{
/* 	opacity:0.6 !important; */
}
.ekit-form form label {
    width: 100% !important;
}