/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme of Hello Elementor.
Author: Your Name
Author URI: https://yourwebsite.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles below */
.site-header .header-inner .site-branding .site-logo img {
    display: block;
    max-width: 200px;
}


.h1-home h1, .h2-home h2 {
	background: linear-gradient(90deg, #142e93, #5bfdf5);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
	color: transparent;
}
.custom-container {
    max-width: 1722px !important;
}

/* === Header Styling === */
/* === Sticky Header with Shadow === */
.ekit-template-content-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* === Menu Hover Effect === */
.elementskit-navbar-nav-default .ekit-menu-nav-link {
  position: relative;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.elementskit-navbar-nav-default .ekit-menu-nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: linear-gradient(90deg, #142e93, #5bfdf5);
  transition: width 0.3s ease;
}

.elementskit-navbar-nav-default .ekit-menu-nav-link:hover {
  color: #142e93;
}

.elementskit-navbar-nav-default .ekit-menu-nav-link:hover::after {
  width: 100%;
}


/* === Menu Hover Effect end === */
.bg-blue{ background: linear-gradient(to right, #4fdae4 0, #023866 95%);}
.site-footer .footer-inner .site-branding .site-logo img
 {
    display: block;
    max-width: 200px;
}
@media (max-width: 991px) {
/* 	.elementor-element-9797b71{
		position: absolute;
    
    right: 10px;
    top: 15px;
	}
	.elementor-element-04d702d{
		position: absolute;
    width: 170px;
    left: 10px;
    top: 15px;
	} */
	[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #c5dcff !important;
    color: #fff;
    text-decoration: none;
}
}

/* contact form */
/* ===== Overall Form Container ===== */
.contact_us_two_frm {
  margin: 2rem auto;
  transition: all 0.3s ease;
}

.contact_us_two_frm:hover {
  transform: translateY(-4px);
}

/* ===== Input Fields ===== */
.contact_us_two_frm input[type="text"],
.contact_us_two_frm input[type="email"],
.contact_us_two_frm input[type="tel"],
.contact_us_two_frm input[type="url"],
.contact_us_two_frm textarea {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact_us_two_frm input::placeholder,
.contact_us_two_frm textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact_us_two_frm input:focus,
.contact_us_two_frm textarea:focus {
  border-color: #4fdae4;
  box-shadow: 0 0 10px rgba(79, 218, 228, 0.5);
  outline: none;
  background-color: rgba(255, 255, 255, 0.15);
}

/* ===== Checkbox Styling ===== */
.text-checkbox label {
  display: flex;
  align-items: flex-start;
  font-size: 0.9rem;
  color: #fff;
  line-height: 1.4;
}

.text-checkbox input[type="checkbox"] {
  accent-color: #4fdae4;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  transform: scale(1.1);
}

/* ===== Submit Button ===== */
.submit-btn input[type="submit"] {
  width: 100%;
  background: linear-gradient(135deg, #4fdae4, #023866);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 2rem;
  padding: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.submit-btn input[type="submit"]:hover {
  background: linear-gradient(135deg, #023866, #4fdae4);
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(79, 218, 228, 0.5);
}

/* ===== Responsive Adjustments ===== */
@media (max-width: 767px) {
  .contact_us_two_frm {
    padding: 1.5rem;
  }
  .submit-btn input[type="submit"] {
    font-size: 1rem;
  }
  .text-checkbox label {
    font-size: 0.85rem;
  }
	.elementor-85 .elementor-element.elementor-element-04d702d.e-con{
		    position: absolute;
    width: 50%;
    left: 20px;
	}
	.elementor-85 .elementor-element.elementor-element-7043564{
		padding-right: 20px;
	}
}
.contact_us_two_frm textarea {

    max-height: 100px;
}
.elementor-7 .elementor-element.elementor-element-9781b5b .gallery-item img, .elementor-712 .elementor-element.elementor-element-de491f8 .gallery-item img{
    border-style: solid;
    border-color: #E7E7E7;
        height: 230px;
    width: auto !important;
}
.ekit-template-content-footer .elementor-social-icons-wrapper .elementor-icon svg{
	    padding: 10px;
}
.ekit-template-content-footer .elementor-social-icons-wrapper .elementor-icon svg path{
	fill: #fff;
}
.ekit-template-content-footer ul .elementor-icon-list-item{
	    list-style: none;
}