/* 
Theme Name: Hello Elementor 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://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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 */



body {
	
  background-color:#000000; 
  background-image: url("https://www.briefsmith.ai/wp-content/uploads/2025/09/Frame-2147226794.png"); 
  background-repeat: no-repeat; 
  background-size: contain; 
  background-position: center 350px; 
	
}

body.single-post {
	 background-image: none;
}

/* body.wp-singular {
	 background-image: none;
} */


.btn-grb a{
	background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%) !important;
	
}


.price-list {
	 box-shadow: 0px 5.66px 20.1px 0px #034257;
	  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.price-list:hover {
 
  box-shadow: 0 0 0 4.25px transparent; /* reset */
}



.gradient-text {
 background: linear-gradient(270deg, #106393 25%, #6CD5FF 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.elementor-element.elementor-element-8feac37 .ekit_navSidebar-button svg path {
    stroke: #6CD5FF !important;
    fill: #106393 !important;
}




/* card container */

.card-container {
 
  background: transparent; /* Transparent background */
 
	
 
}


.elementor-13 .elementor-element.elementor-element-48286eb .elementskit-navbar-nav > li > a:hover {
	 background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
 


.elementor-67 .elementor-element.elementor-element-c490a60 .elementskit-navbar-nav > li > a:hover {
	  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.elementor-13 .elementor-element.elementor-element-48286eb .elementskit-navbar-nav > li.current-menu-item > a {
		  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


.ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb>img {
	transform:none !important;
	opacity:1 !important;
}

/* boder bottom hover */

.elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li > a {
  position: relative; /* needed for the pseudo-element */
}

.elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  bottom:20px;
  left: 0;
  width: 0%;
  height:2px; /* thickness of border */
  background: linear-gradient(90deg, #4e6a8d 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
  transition: width 0.3s ease-in-out;
}

.elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li > a:hover::after {
  width: 100%; /* animate border on hover */
}

/*activ bottom */

 .elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li.current-menu-item > a {
  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  position: relative; /* required for the border (::after) */
}

.elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li.current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom:20px;
  left: 0;
  width: 100%; /* full width for active */
  height:2px; /* thickness of border */
  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
}


/*footer */

.elementor-67 .elementor-element.elementor-element-932268d .elementor-icon-list-text:hover {

  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* red more  */

.btn-wraper {
	display:inline !important;
	
}

.elementskit-btn whitespace--normal {
	display:inline !important;
}
.elementor-511 .elementor-element.elementor-element-0e9c3f2 .elementskit-post-body > p {
	display:inline;
}
 

/* .elementor-511 .elementor-element.elementor-element-0e9c3f2 .elementskit-post-body .entry-title {
    min-height: 80px;
} */

.ekit-wid-con .elementskit-post-image-card .entry-title {
    
    margin-bottom: 10px !important;
}

.ekit-wid-con .elementskit-post-image-card .elementskit-post-body {
    padding: 0px 40px 40px !important;
	min-height:200px;
}



.bg-drop-gradients {
    position: relative;
    background-image: url('http://localhost/Briefsmith/wp-content/uploads/2025/09/checker-2.png');
    background-size: contain;
    overflow: hidden;
}

.bg-drop-gradients:before {
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(18px)
}


.bg-drop-gradients:after {
    content: "";

    position: absolute;
    width: 94px;
    height: 90px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(18px)
}

.box-color {
  overflow: hidden;
}

.box-color:before {
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px)
}

.box-color:after{
    content: "";

    position: absolute;
    width: 64px;
    height: 60px;
    bottom: -20px;
    right: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px)
}


.box-color:before {
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(34px)
}

  .ekit-wid-con .elementskit-post-image-card .elementskit-entry-header .elementskit-entry-thumb:before {
    content: "";
    position: absolute;
    width: 94px;
    height: 90px;
    top: -20px;
    left: -10px;
    opacity: 0.56;
    background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #6CD5FF 100%);
    border-radius: 50%;
    z-index: -1;
    filter: blur(18px)
}

/* Contact Form Container */
.custom-contact-form {
  background: #0b0b0b;
  border: 1px solid rgba(33, 157, 215, 0.5);
  border-radius: 8px;
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

/* Heading */
.custom-contact-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

/* Row Layout */
.custom-contact-form .form-row {
  display: flex;
  gap: 20px;
}

.custom-contact-form .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.custom-contact-form .full-width {
  margin-top: 20px;
}

/* Labels */
.custom-contact-form label {
 font-size: 16px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #ffff;
}

/* Input + Textarea */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
background: #000000;
    border: 1px solid #17699830;
    border-radius: 25px;
    padding: 14px 20px;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: border 0.3s ease;
} 

.custom-contact-form textarea {
  height: 116px;
  border-radius: 12px;
}

/* Input Focus */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
  border-color: #219dd7;
}

/* Submit Button */

 .form-submit p {
  display: flex;
  justify-content: flex-start;
  flex-direction:row-reverse;	 
 }


 .form-submit input[type="submit"] {
  background: linear-gradient(270deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%) !important;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 70px; 
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 20px;
  transition: 0.3s ease;
 
}
 

.wpcf7 .wpcf7-spinner {
 
  right: 10px;   
  top: 50%;
  transform: translateY(101%);
}
.wpcf7 .form-submit {
  position: relative;
}

.custom-contact-form .form-submit input[type="submit"]:hover {
  opacity: 0.9;
}


.wpcf7 form.sent .wpcf7-response-output {
		color:#ffff !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #ffff !important;
}
	.wpcf7-spinner {
	     display:none !important;
	}


/* Mobile: Stack menu items vertically */

@media (max-width: 1024px) {
	
 .elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li.current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%; /* full width for active */
  height:2px; /* thickness of border */
  background: linear-gradient(90deg, #1F84FF 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
}

.elementor-13 .elementor-element.elementor-element-48286eb 
.elementskit-navbar-nav > li > a::after {
  content: "";
  position: absolute;
  bottom:0px;
  left: 0;
  width: 0%;
  height:2px; /* thickness of border */
  background: linear-gradient(90deg, #4e6a8d 0%, #106393 25%, #219DD7 50%, #075A7B 100%);
  transition: width 0.3s ease-in-out;
}	
	

}
@media (max-width: 768px) {
  .elementor-inline-items {
    display: block !important; /* disable inline layout */
  }

  .elementor-inline-items .elementor-icon-list-item {
    display: block !important;
    margin-bottom: 10px; /* spacing between items */
  }

  .elementor-67 .elementor-element.elementor-element-932268d > .elementor-widget-container {
  margin-left: 8px;
}
  
.form-submit p {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}

.custom-contact-form label {
    font-size:12px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #ffff;
}

/* contact us form */

.custom-contact-form {
    padding: 20px;
  }

  .custom-contact-form h2 {
    font-size: 22px;
  }

  .custom-contact-form .form-row {
    flex-direction: column;
    gap: 15px;
  }

  .custom-contact-form input[type="text"],
  .custom-contact-form input[type="email"],
  .custom-contact-form textarea {
    font-size: 14px;
    padding: 12px 16px;
  }

  .form-submit input[type="submit"] {
    width: 100%;
    padding: 14px;
    font-size: 15px;
  }

}
