/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Your Name
Template: hello-elementor
Version: 1.0.0
*/

/* Custom CSS */



.hero-accent {
    color: #a5d94b;
}

.counter-num .elementor-counter-number {
    display: none;
}


.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(9, 14, 33, .96) 0%, rgba(12, 21, 48, .90) 48%, rgba(14, 25, 56, .55) 100%);
}


/* .hero-section {
    animation: kenburns 22s ease-in-out infinite alternate;
    z-index: -2;
    overflow: hidden;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
} */

.logo-marquee .deensimc-img{
        background: #fff;
    border-radius: 12px;
    padding: 9px 20px;
    display: inline-flex;
    align-items: center;
    flex: none;
}

.logo-marquee .deensimc-img img {
    height: 38px;
    width: auto;
    object-fit: contain !important;
    display: block;
}

.cta-div{
    position: relative;
    overflow: hidden;
}
.cta-div::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(165, 217, 75, .14);
}

.footer-cont-text a{
    color: #9AA5BD !important;
}

.cf7-contact-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 32px -4px rgba(16, 24, 40, 0.08);
  box-sizing: border-box;
}

.cf7-form-header {
  margin-bottom: 25px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 16px;
}

.cf7-form-header h3 {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 6px 0;
  text-transform: capitalize;
  letter-spacing: -0.3px;
}

.cf7-form-header p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

.cf7-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.cf7-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cf7-row.single-field .cf7-field {
  flex: 1 1 100%;
}

/* Labels */
.cf7-field label {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.cf7-req {
  color: #ef4444;
  font-weight: 700;
}

.cf7-control {
  width: 100% !important;
  height: 48px;
  padding: 0 16px !important;
  font-size: 14px !important;
  color: #0f172a !important;
  background-color: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out !important;
  outline: none !important;
  box-sizing: border-box !important;
}

.cf7-control.cf7-textarea {
  height: auto !important;
  min-height: 110px;
  padding: 12px 16px !important;
  resize: vertical;
}

.cf7-control:focus {
  background-color: #ffffff !important;
  border-color: #f59e0b !important;
  box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.15) !important;
}

.cf7-select-wrap {
  position: relative;
  width: 100%;
}

.cf7-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2364748b%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px;
  cursor: pointer;
}

.cf7-submit {
  background-color: #0f172a !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 13px 36px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  letter-spacing: 0.3px !important;
  transition: all 0.25s ease !important;
  display: inline-block !important;
  width: 100% !important;
}

.cf7-submit:hover {
  background-color: #f59e0b !important;
  color: #0f172a !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25);
}

.wpcf7-not-valid-tip {
  color: #ef4444 !important;
  font-size: 12px !important;
  margin-top: 4px;
}

div.wpcf7-response-output {
  margin: 18px 0 0 0 !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  text-align: center;
}

/* Mobile Responsive */
@media (max-width: 640px) {
  .cf7-row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
  .cf7-contact-card {
    padding: 24px 18px;
  }
}

/* Floating WhatsApp Button Styling */
.wa-float {
  position: fixed;
  width: 58px;
  height: 58px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 999999;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* Subtle Pulse Animation */
.wa-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #25d366;
  z-index: -1;
  opacity: 0.7;
  animation: wa-pulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

/* Hover Effect */
.wa-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
}

.wa-float svg {
  display: block;
}

/* Keyframes for Pulse Animation */
@keyframes wa-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
  .wa-float {
    width: 52px;
    height: 52px;
    bottom: 20px;
    right: 20px;
  }
  
  .wa-float svg {
    width: 28px;
    height: 28px;
  }
}




/* ============ */

.header-menu .hfe-nav-menu li:not(.hfe-button-wrapper) > a.hfe-menu-item {
  position: relative !important;
  text-decoration: none !important;
  padding-bottom: 8px !important;
  display: inline-block !important;
  transition: color 0.3s ease !important;
}

.header-menu .current-menu-item a.hfe-menu-item::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2.5px !important;
  background-color: #a5d94b !important; 
  transform: scaleX(0) !important;
  transform-origin: left !important; 
  transition: transform 0.3s ease-in-out !important;
  opacity: 1 !important;
}

.header-menu .hfe-nav-menu li:not(.hfe-button-wrapper) > a.hfe-menu-item::after {
  content: "" !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 2.5px !important;
  background-color: #a5d94b !important; 
  transform: scaleX(0) !important;
  transform-origin: left !important; 
  transition: transform 0.3s ease-in-out !important;
}

.header-menu .hfe-nav-menu li:not(.hfe-button-wrapper) > a.hfe-menu-item:hover::after {
  transform: scaleX(1) !important;
}

.header-menu .hfe-nav-menu li.current-menu-item > a.hfe-menu-item::after {
  transform: scaleX(1) !important;
}

.header-menu .hfe-nav-menu li:not(.hfe-button-wrapper) > a.hfe-menu-item:hover,
.header-menu .hfe-nav-menu li.current-menu-item > a.hfe-menu-item {
  color: #0f172a !important;
}

/* ================== */
ul.sub-menu {
  min-width: 320px !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 36px -6px rgba(15, 23, 42, 0.16) !important;
  padding: 10px !important;
  border: 1px solid #f1f5f9 !important;
  list-style: none !important;
  margin: 0 !important;
  z-index: 9999 !important;
}

ul.sub-menu li.menu-item {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.sub-menu li.menu-item > a {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 10px !important;
  border-radius: 14px !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease !important;
}

ul.sub-menu li.menu-item > a:hover {
  background-color: #f8fafc !important;
}

ul.sub-menu .dm-ic {
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  background-color: #f3f7ea !important; 
  border-radius: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

ul.sub-menu .dm-ic svg {
  width: 22px !important;
  height: 22px !important;
  stroke: #1e293b !important;
}

ul.sub-menu .dm-content {
  display: flex !important;
  flex-direction: column !important;
  text-align: left !important;
}

ul.sub-menu .dm-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  line-height: 1.3 !important;
  margin-bottom: 3px !important;
  display: block !important;
}

ul.sub-menu .dm-content small {
  font-size: 12.5px !important;
  color: #64748b !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  display: block !important;
}

ul.sub-menu li.menu-item > a::after {
  display: none !important;
}