/* 
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 */
/* Common Elementor Button Left → Right Hover Slide */
.btn-slide-lr .elementor-button {
  position: relative;
  overflow: hidden;
  background-color: #1f2937; /* original color */
  color: #ffffff;
  transition: color 0.3s ease;
}

.btn-slide-lr {
  height:57px !important;
}

/* Sliding background */
.btn-slide-lr .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #2183C6; /* hover color */
  z-index: 0;
  transition: left 0.4s ease;
}

/* Keep text & icon above overlay */
.btn-slide-lr .elementor-button-content-wrapper {
  position: relative;
  z-index: 1;
}

/* Hover animation */
.btn-slide-lr:hover .elementor-button::before {
  left: 0;
}

a.elementor-post__read-more:hover {
    color: #1E4F76 !important;
}
.elementor-slideshow__title {
	font-size: 20px;
	color: white;
}

/* Optional icon movement */
.btn-slide-lr .elementor-button-icon {
  transition: transform 0.3s ease;
}

.btn-slide-lr:hover .elementor-button-icon {
  transform: translateX(6px);
}

.world-map {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.map-img {
  width: 100%;
  height: auto;
}

.menu-header a {
	text-transform: uppercase;
    color: #515151 !important;
}

/* Marker */
.marker {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #1e90ff;
  border-radius: 50%;
  cursor: pointer;
}

/* Example position (adjust as needed) */
.marker.india {
  top: 55%;
  left: 60%;
}

/* Pulse effect */
.marker .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(30,144,255,0.5);
  border-radius: 50%;
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2.5); opacity: 0; }
}

/* Tooltip */
.tooltip {
  position: absolute;
  bottom: 160%;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #fff;
  padding: 12px 16px;
  width: 240px;
  border-radius: 6px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}

.marker:hover .tooltip {
  opacity: 1;
}

.header-search-bar{
  height:0;
  overflow:hidden;
  background:#1f2a44;
  transition:height .35s ease;
}
.header-search-bar.active{
  height:20px; /* adjust to search height */
}
.tab-btn {
	border: 1px solid #0f172a;
    color: #1E4F76;
	margin-right: 10px;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #2183C6;
    color: #fff;
    text-decoration: none;
}
button.tab-btn.active {
    background: #1E4F76;
    color: #fff;
}
.project-wrap {
  position: relative;
  overflow: hidden;
}

/* Title default position (down) */
.project-title {
  transform: translateY(50px);
  transition: transform 0.4s ease;
}

/* Button hidden by default */
.show-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Hover effect */
.project-wrap:hover .project-title {
  transform: translateY(0);
}

.project-wrap:hover .show-hide {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.elementor-top-header {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.header-hide {
    transform: translateY(-100%);
    opacity: 0;
}

.header-show {
    transform: translateY(0);
    opacity: 1;
}

.service-single-wrap ul, .service-single-wrap ol {
    padding-bottom: 15px;
}

.service-single-wrap h1,
.service-single-wrap h2,
.service-single-wrap h3,
.service-single-wrap h4,
.service-single-wrap h5,
.service-single-wrap h6 {
    color: #454545 !important;
    padding-top: 15px;
}

/* ======================================
   FORCE FULL WIDTH (Elementor Fix)
====================================== */

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-column-wrap,
.elementor-widget-wrap,
.elementor-widget-container {
    width: 100%;
    max-width: 100%;
}

/* ======================================
   Products Category Menu
====================================== */

.products-category-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.products-category-menu .cat-item {
    padding: 14px 20px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    font-weight: 600;
    color: #2b2b2b;
    background: #fff;
    transition: all 0.3s ease;
    width: 100%;
}

.products-category-menu .cat-item:hover {
    background: #f5f5f5;
}

.products-category-menu .cat-item.active {
    background: #f15a00;
    color: #fff;
    border-color: #f15a00;
}

.products-category-menu .sub-cat {
    margin-left: 20px;
    font-size: 14px;
}

/* ======================================
   Accordion Wrapper (FULL WIDTH)
====================================== */

.products-category-accordion {
    display: grid;
    grid-template-columns: 1fr; /* Desktop */
    gap: 12px;
    width: 100%;
    max-width: 100%;
}

/* ======================================
   Accordion Item
====================================== */

.accordion-item {
    width: 100%;
}

/* ======================================
   Accordion Title
====================================== */

.accordion-title {
    padding: 14px 20px;
    background: #1e4f76;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    width: 100%;
}

/* Plus / Minus Icon Centered */
.accordion-title::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

/* Open State */
.accordion-item.open .accordion-title::after {
    content: "−";
}

/* ======================================
   Accordion Content
====================================== */

.accordion-content {
    display: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 100%;
	font-size: 16px;
}

.accordion-item.open .accordion-content {
    display: block;
}

/* Category Links */
.accordion-content .cat-item {
    display: block;
    padding: 12px 20px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    width: 100%;
}

/* Active State */
.accordion-content .cat-item.active,
.accordion-title a.cat-item {
    background: #1e4f76 !important;
    color: #fff;
	font-size: 16px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */
.product-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: transform .3s ease;
}

.product-card:hover {
  transform: translateY(-2px);
}

/* Image */
.product-image img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Content */
.product-content {
  padding: 20px;
}

.product-content h3 {
  font-size: 18px;
  margin: 0 0 18px;
  color: #0a1f44;
}

/* Footer */
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-text {
  color: #8a8f98;
  font-size: 14px;
}

/* Arrow Button */
.arrow-btn {
  width: 38px;
  height: 38px;
  background: #bfc3c9;
  color: #000;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: background .3s ease;
}

.product-card:hover .arrow-btn {
  background: #0a1f44;
  color: #fff;
}

.view-link-txt {
	color: #0F172A8C !important;
}

.view-link-txt:hover {
	color: #0F172A !important;
}

.e-link-in-bio__icons {
	margin-block-start: 0px !important;
}

.e-link-in-bio__cta-text {
  display: none !important;
}

.btn-border button:not([tabindex="0"]) {
    border: 2px solid #1e4f7633 !important;
    border-bottom: none !important;
    border-radius: 3px;
}

.elementor-field-type-html {
	background: beige;
    padding: 15px 15px !important;
    border-radius: 5px;
    text-transform: uppercase;
}


/* Responsive */
@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image img {
    height: 200px;
  }
}


/* ======================================
   RESPONSIVE BREAKPOINTS
====================================== */

@media (min-width: 1025px) {
    .mega-menu .e-n-menu-title {
        border-color: #ffffff00 !important;
    }
}


/* Tablet: 2 Columns */
@media (max-width: 1024px) {
    .products-category-accordion {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile: 1 Column */
@media (max-width: 767px) {
    .products-category-accordion {
        grid-template-columns: 1fr;
    }

    .accordion-content {
        margin-left: 0;
    }
}



@media(max-width:767px){
  .header-search-bar.active{
    max-height:160px;
  }
}
