/* ===== Header – Aqua Leo (match Figma / design) ===== */
:root {
  --header-top-bg: #ffffff;
  --header-top-text: #000000;
  --header-top-icon: #01A9E2;
  --header-social-icon: #323544;
  --header-main-gradient-start: #009EE9;
  --header-main-gradient-end: #004C9C;
  --header-main-text: #ffffff;
  --header-cta-bg: #01A9E2;
  --header-cta-hover: #2380b8;
  --font-header:  "DM Sans", sans-serif;
}

/* Contact address and form */
.contact-address{
  padding: 60px 0 0 0;
}

.contact-address .ca-lines{
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.contact-address .ca-line{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  font-size: 16px;
}

.contact-address .ca-label{
  color: #01A9E2;
  font-weight: 800;
}

.contact-address .ca-value strong{
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.contact-address .ca-name{
  color: #8a8f9a;
}

.contact-address .ca-sep{
  color: #01A9E2;
  margin: 0 6px;
}
.ca-title{
  color: #1C5E9F;
  font-size: 16px;
  text-transform: uppercase;  
  font-weight: 800;
}
.ca-value{
  color: #000;
  font-weight: 800;
  text-decoration: none;
}
.ca-value strong:hover{
  color: #1C5E9F;
}
.contact-address .ca-icon-line{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  font-size: 16px;
}
.product-detail .breadcrumb_last{
  color: #01A9E2;
  
}
.contact-address .ca-icon{
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFD100;
}

.contact-address .ca-text{
  color: #000;
  text-decoration: none;
}

.contact-address a.ca-text:hover{
  color: #01A9E2;
}

@media (max-width: 576px){
  .contact-address .ca-line{
    gap: 6px;
    font-size: 15px;
  }
}
.contact-form-wrap{
  padding: 10px 0 0 0;
}
.contact-form-wrap .cf-title{
  color: #1C5E9F;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px 0;
}
.contact-form .cf-input,
.contact-form .cf-textarea{
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 16px;
  color: #333;
}
.contact-form .cf-input::placeholder,
.contact-form .cf-textarea::placeholder{
  color: #b6b6b6;
}
.contact-form .cf-input:focus,
.contact-form .cf-textarea:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(1,169,226,.3);
  background: #fff;
}
.contact-form .cf-submit{
  background: #01A9E2;
  color: #fff;
  border-radius: 10px;
  padding: .6rem 1.2rem;
}
.contact-form .cf-submit:hover{
  background: #2380b8;
  color: #fff;
}

.contact-form-wrap .wpcf7-form .cf-input,
.contact-form-wrap .wpcf7-form .cf-textarea{
  width: 100%;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 16px;
  color: #333;
}
.contact-form-wrap .wpcf7-form .cf-textarea{
  min-height: 220px;
  resize: vertical;
}
.contact-form-wrap .wpcf7-form .cf-input::placeholder,
.contact-form-wrap .wpcf7-form .cf-textarea::placeholder{
  color: #b6b6b6;
}
.contact-form-wrap .wpcf7-form .cf-input:focus,
.contact-form-wrap .wpcf7-form .cf-textarea:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(1,169,226,.3);
  background: #fff;
}
.contact-form-wrap .wpcf7-form .cf-submit{
  background: #01A9E2;
  color: #fff;
  border-radius: 10px;
  padding: .6rem 1.2rem;
  border: none;
}
.contact-form-wrap .wpcf7-form .cf-submit:hover{
  background: #2380b8;
  color: #fff;
}
.contact-form-wrap .wpcf7-spinner{
  margin-left: 10px;
}

.quote-modal-box .wpcf7-form input[type="text"],
.quote-modal-box .wpcf7-form input[type="email"],
.quote-modal-box .wpcf7-form input[type="tel"],
.quote-modal-box .wpcf7-form textarea{
  width: 100%;
  background: #f7f7f7;
  border: none;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}
.quote-modal-box .wpcf7-form textarea{
  min-height: 160px;
  resize: vertical;
}
.quote-modal-box .wpcf7-form input::placeholder,
.quote-modal-box .wpcf7-form textarea::placeholder{
  color: #b6b6b6;
}
.quote-modal-box .wpcf7-form input:focus,
.quote-modal-box .wpcf7-form textarea:focus{
  outline: none;
  box-shadow: 0 0 0 2px rgba(1,169,226,.3);
  background: #fff;
}
.quote-modal-box .wpcf7-form input[type="submit"],
.quote-modal-box .wpcf7-form .wpcf7-submit{
  background: #01A9E2;
  color: #fff;
  border-radius: 10px;
  padding: .6rem 1.2rem;
  border: none;
}
.quote-modal-box .wpcf7-form input[type="submit"]:hover,
.quote-modal-box .wpcf7-form .wpcf7-submit:hover{
  background: #2380b8;
  color: #fff;
}
.quote-modal-box .wpcf7-spinner{
  margin-left: 8px;
}
.contact-map{
  padding: 20px 0 0 0;
}
.contact-map .cm-title{
  color: #1C5E9F;
  font-size: 22px;
  font-weight: 800;
  margin: 0 0 12px 0;
}
.contact-map .map-embed{
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.contact-map .map-embed iframe{
  display: block;
  width: 100%;
  height: 420px;
}
.email-form{
  margin-bottom: 50px;
}
.email-form .wpcf7-form .form-control.cf-input[type="email"]{
  height: 56px;
  border-radius: 2px;
  background-color: #FFFBFA;
  padding: 12px 132px 12px 16px;
  font-size: 16px;
  color: #333;
  outline: none;
  transition: box-shadow .2s ease, border-color .2s ease;
  background-image:
    linear-gradient(#1DB2E8, #1DB2E8),
    linear-gradient(#FFFBFA, #FFFBFA);
  background-size: 72px 100%, 100% 100%;
  background-position: right center, left top;
  background-repeat: no-repeat;
}
.wpcf7-not-valid-tip{
  font-size: 15px;
}
.email-form .wpcf7-form .form-control.cf-input[type="email"]::placeholder{
  color: #b6b6b6;
}

.email-form .wpcf7 form .wpcf7-response-output,.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
color:#fff;
font-size: 14px;
}
/* Position the form for an overlaid submit button */
/* Inline wrapper around the email and submit for this specific form */
.email-form .cf-inline{
  position: relative;
  width: 100%;
}
/* Transform the submit into a right-side tick button */
.email-form .cf-inline .cf-submit{
  position: absolute;
    top: 0px;
    right: -2px;
    width: 128px;
    height: 56px;
  background-color: #1DB2E8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border: none;
  border-radius:0px;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
}
.email-form .cf-inline .cf-submit:hover{
  background-color: #18a5d6;
}
.email-form .cf-inline .cf-submit:focus-visible{
  outline: 2px solid rgba(1,169,226,.6);
  outline-offset: 2px;
}
/* Base radius for other forms kept minimal; this scoped rule overrides it */
.wpcf7-form .cf-submit{
  border-radius: 8px;
}
.what-we-do-card-plus{
  position: relative;
  cursor: pointer;
}
.what-we-do-card-plus[data-desc]::after{
  content: attr(data-desc);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(6px);
  background: rgba(28,94,159,.96);
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.15);
  z-index: 5;
}
.what-we-do-card-plus[data-desc]::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(28,94,159,.96);
  opacity: 0;
  transition: all .2s ease;
  z-index: 5;
}
.what-we-do-card-plus[data-desc]:hover::after,
.what-we-do-card-plus[data-desc]:focus::after,
.what-we-do-card-plus[data-desc]:hover::before,
.what-we-do-card-plus[data-desc]:focus::before{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.ty-block{
  text-align: left;
  padding-bottom: 12px;
}
.ty-title{
  color: #1C5E9F;
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  margin: 0 0 8px 0;
}
.ty-desc{
  color: #333;
  margin: 0 0 14px 0;
  max-width: 720px;
}
.ty-btn{
  border-radius: 10px;
  padding: .6rem 1.2rem;
}

.four04{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 10px 0;
}
.four04-inner{
  text-align: center;
}
.four04-digits{
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 8px;
}
.four04-digit,
.four04-hole{
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
  font-size: clamp(72px, 12vw, 140px);
  background: linear-gradient(135deg, var(--header-main-gradient-start), var(--header-main-gradient-end));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 8px 30px rgba(0,0,0,.15);
  animation: four04Float 4s ease-in-out infinite;
  margin: 0 10px;
}
.four04-hole{
  color: #fff !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}
.four04-zero{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.four04-ring{
  position: absolute;
  width: clamp(80px, 13vw, 160px);
  height: clamp(80px, 13vw, 160px);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.35), rgba(255,255,255,0) 60%), linear-gradient(135deg, var(--header-main-gradient-start), var(--header-main-gradient-end));
  box-shadow: 0 15px 40px rgba(0,0,0,.15), inset 0 6px 20px rgba(255,255,255,.25);
  animation: four04Spin 10s linear infinite;
  filter: saturate(110%);
}
.four04-title{
  color: #1C5E9F;
  font-weight: 900;
  font-size: clamp(20px, 3vw, 28px);
  margin: 6px 0 6px 0;
}
.four04-desc{
  color: #475569;
  margin: 0 0 12px 0;
}
.four04-btn{
  border-radius: 10px;
  padding: .6rem 1.2rem;
}
@keyframes four04Float{
  0% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}
@keyframes four04Spin{
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.ca-border{
  border:1px solid #D9D9D9;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  margin: 0;
  font-family: var(--font-header);
  overflow-x: hidden;
  max-width: 100%;
}
.content-block{
  padding: 120px 0;
}
@media (max-width: 991px) {
  .content-block{
    padding: 60px 0;
  }
}
/* ----- About Us / Who we are ----- */
.about-us {
  background: #fff;
}

.about-us-eyebrow {
  color: #1C5E9F;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 0.75rem 0;
}

.about-us-title,.about-us-title h2 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1.25rem 0;
  color: #000 !important;
  letter-spacing: -0.02em;
}
.why-abt,.why-abt h2{
    font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 1.25rem 0;
  color: #fff !important;
  letter-spacing: -0.02em;
}
.about-us-title h2  span,.why-abt h2 span,.why-abt span{
  color: #01A9E2 !important;
}
.breadcrumbs span{
   color: #01A9E2 !important;
}
.breadcrumbs span a,.breadcrumbs .breadcrumb_last{
   color: #fff !important;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.65;
}
.breadcrumbs span a:hover{
   color: #01A9E2 !important;
}
.about-us-title-accent {
  color: #01A9E2;
}
.about-us-title-accent-dot{
  color: #000;
}
.about-us-title-main {
  color: #1a1a1a;
}

.about-us-desc {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.65;
  margin: 0 0 1.75rem 0;
}

.about-us-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}

.about-us-actions .seprator {
  width: 1px;
  height: 35px;
  background: #000;
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .about-us-actions .seprator {
   display: none;
  }
}

.about-us-cta.btn-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--font-header);
  color: #fff;
  background: var(--header-cta-bg);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}
.elementor-widget-button .elementor-button{
    display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--font-header);
  color: #fff;
  background: var(--header-cta-bg);
  border: none;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s, transform 0.25s;
}
.about-us-cta.btn-more:hover,.elementor-widget-button .elementor-button:hover {
  background: var(--header-cta-hover);
  color: #fff;
}

.about-us-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.about-us-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #323544;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.2s, background 0.2s;
}

.about-us-social-link:hover {
  color: var(--header-cta-bg);
  background: rgba(1, 169, 226, 0.1);
}

.about-us-social-link i {
  font-size: 1.125rem;
}

.about-us-make-in-india {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .about-us-make-in-india {
    max-width: 520px;
  }
}

@media (min-width: 992px) {
  .about-us-make-in-india {
    max-width:50%;
  }
}

.about-us-make-in-india img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.3s ease;
}


.about-us-mii-logo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.about-us-mii-fallback {
  display: none;
  padding: 1rem 1.25rem;
  background: #2d2d2d;
  border-radius: 8px;
  text-align: center;
}

.about-us-mii-fallback.is-visible {
  display: block;
}

.about-us-mii-fallback .about-us-mii-text {
  color: #fff;
}

.about-us-mii-text {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333;
}

/* Right column: circular image + experience overlay */
.about-us-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.about-us-image-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: #e8e8e8;
  margin: 0 auto;
}

.about-us-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-us-experience-overlay {
  position: absolute;
  bottom: 8%;
  left: 8%;
  width: 42%;
  max-width: 160px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(145deg, #004c9c 0%, #003366 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.about-us-exp-number {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: #ffc107;
  line-height: 1.1;
  display: block;
}

.about-us-exp-label {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .about-us .order-1 { order: 1; }
  .about-us .order-2 { order: 2; }
  .about-us-visual {
    margin-bottom: 0;
  }
  .about-us-image-wrap {
    max-width: 340px;
  }
  .about-us-experience-overlay {
    width: 38%;
    max-width: 130px;
  }
}

@media (max-width: 575px) {
  .about-us-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .about-us-image-wrap {
    max-width: 280px;
  }
}

/* ----- Client / Logo slider ----- */


.client-slider-title {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 2rem 0;
}
.client-slider-carousel.owl-carousel .owl-nav button{
  display: none;
}
.client-slider-wrap {
  position: relative;
}

.client-slider-carousel .client-slide {
  padding: 0 0.75rem;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.25s, border-color 0.25s;
}


.client-logo img {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(0%);
  opacity: 1;
}
@media (max-width: 767px) {
  .client-logo img {
    max-height: 100px;
  }
}

.client-logo:hover img {

  filter: grayscale(100%);
  opacity: 0.8;
  transition: filter 0.25s, opacity 0.25s;
}

.client-logo.is-placeholder img {
  display: none;
}

.client-logo.is-placeholder {
  background: #f0f0f0;
}

.client-logo.is-placeholder::after {
  content: "Logo";
  color: #999;
  font-size: 0.875rem;
  font-weight: 500;
}



.client-slider-carousel.owl-carousel .owl-dots {
  margin-top: 1.5rem;
}

.client-slider-carousel.owl-carousel .owl-dots .owl-dot span {
  background: #ccc;
}

.client-slider-carousel.owl-carousel .owl-dots .owl-dot.active span,
.client-slider-carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background:#1C5E9F;
}

.product-slider.owl-carousel {
  position: relative;
  padding-bottom: 40px; /* Space for dots */
}

.product-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  z-index: 10;
}

.product-slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.product-slider.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.product-slider.owl-carousel .owl-dots .owl-dot.active,
.product-slider.owl-carousel .owl-dots .owl-dot:hover {
  background: #1C5E9F;
  transform: scale(1.1);
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}
/* ----- Container width: almost full on all resolutions ----- */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* From 1366px: use ~94% width so layout fits almost full */
@media (min-width: 1366px) {
  .container {
    max-width: 94%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 1920px and up: cap at ~1820px so it doesn’t over-stretch on ultra-wide */
@media (min-width: 1920px) {
  .container {
    max-width: min(94%, 1820px);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 2560px) {
  .container {
    max-width: min(92%, 2200px);
  }
}

.site-header {
  width: 100%;
  max-width: 100vw;
}

/* ----- Top bar (white) ----- */
.header-top {
  background: var(--header-top-bg);
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
}

.header-top-inner {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.header-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.header-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--header-top-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.header-contact-item i {
  color: var(--header-top-icon);
  font-size: 0.95rem;
}

.header-contact-sep {
  color: var(--header-top-text);
  margin-right: 5px;
}

.header-social-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-social {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.header-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--header-social-icon);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.header-social-link i{
  font-size: 18px;
}
.header-social-link:hover {
  color: var(--header-top-icon);
}

.header-top-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--header-top-text);
  cursor: pointer;
  font-size: 1.1rem;
}

.header-top-close:hover {
  color: #333;
}

/* ----- Main bar (blue gradient) ----- */
.header-main {
  background: linear-gradient(90deg, #009EE9 0%, #004C9C 100%);
  padding: 0.5rem 0;
}

.header-main .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-main .header-nav-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 0;
}

.header-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0; 
  text-decoration: none;
  color: var(--header-main-text);
}

.header-logo {
  object-fit: contain;
  display: block;
}

.header-brand-text {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--header-main-text);
}

.header-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem !important;
  margin: 0;
  padding: 0;
  list-style: none;

}

.header-nav-link {
  color: var(--header-main-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.35rem 0.5rem;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}



.header-nav-link.active {
  color: #51D3FF;
}
.header-nav-link:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.header-nav-link:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.header-cta {
  display: inline-block;
  padding: 12px 15px;
  background: var(--header-cta-bg);
  color: var(--header-main-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  white-space: nowrap;
  transition: background 0.2s;
}
.header-cta:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.header-cta:focus {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}


/* Responsive: mobile header from 1199px down */
@media (max-width: 1199px) {
  .header-main-inner {
    justify-content: center;
  }

  .header-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }
}

/* ----- Header top: mobile styles ----- */
@media (max-width: 767px) {
  .header-top {
    padding: 0.75rem 0;
    border-bottom: 1px solid #eee;
  }

  .header-top-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 0.875rem;
    text-align: center;
  }

  .header-contact {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .header-contact > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
  }

  .header-contact-item {
    font-size:12px;
    padding: 0;
    border-radius: 6px;
    transition: background 0.2s;
  }

  .header-contact-item:hover {
    background: rgba(1, 169, 226, 0.08);
  }

  .header-contact-item i {
    font-size:12px;
  }

  .header-contact-sep {
    display: none;
  }

  .header-contact .header-email {
    word-break: break-all;
    max-width: 100%;
    font-size:12px;
  }

  .header-contact .header-email span {
    font-size:12px;
  }

  .header-social-wrap {
    justify-content: center;
    gap: 0.75rem;
  }

  .header-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(50, 53, 68, 0.08);
    transition: background 0.2s, color 0.2s;
  }

  .header-social-link i {
    font-size: 1rem;
  }

  .header-social-link:hover {
    background: rgba(1, 169, 226, 0.15);
    color: var(--header-top-icon);
  }
}

@media (max-width: 480px) {
  .header-top {
    padding: 0.65rem 0;
  }

  .header-social-link {
    width: 32px;
    height: 32px;
  }

  .header-social-link i {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
 



  .header-brand-text {
    font-size: 1.15rem;
  }

  .header-nav-link {
    font-size: 0.9rem;
  }
}

/* ----- Custom hamburger (CodePen-style) ----- */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1002;
  transition: transform 0.3s ease;
}

.hamburger-line {
  display: block;
  width: 26px;
  height: 2.5px;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.25s ease, margin 0.25s ease;
}

.hamburger-line:nth-child(1) {
  margin-bottom: 6px;
}

.hamburger-line:nth-child(2) {
  margin-bottom: 6px;
}

.hamburger-line:nth-child(3) {
  margin-bottom: 0;
}

/* Hamburger → X when open */
.hamburger.open .hamburger-line:nth-child(1) {
  transform: translateY(8.5px) rotate(45deg);
  margin-bottom: 8;
}

.hamburger.open .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
  margin-bottom: 4;
}

.hamburger.open .hamburger-line:nth-child(3) {
  transform: translateY(-8.5px) rotate(-45deg);
  margin-bottom: 4;
}

/* ----- Mobile menu overlay (full-screen, slide like CodePen) ----- */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #009EE9 0%, #004C9C 100%);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  overflow: auto;
}

.mobile-menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 2rem;
  text-align: center;
  transform: translateX(-30px);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.mobile-menu-overlay.open .mobile-menu-inner {
  transform: translateX(0);
  opacity: 1;
}

.mobile-menu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.mobile-menu-link {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: inline-block;
  transition: color 0.2s, transform 0.2s;
  font-family: var(--font-header);
}

.mobile-menu-link:hover {
  color: rgba(255, 255, 255, 0.9);
  transform: translateX(6px);
}

.mobile-menu-cta {
  margin-top: 0.5rem;
  padding: 0.75rem 2rem;
  background: var(--header-cta-bg);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  font-size: 1.1rem;
  transition: background 0.2s;
}

.mobile-menu-cta:hover {
  background: var(--header-cta-hover);
  color: #fff;
}

/* Prevent body scroll when overlay open */
body.menu-open {
  overflow: hidden;
}

body.quote-modal-open {
  overflow: hidden;
}

/* ----- Get a Quote popup modal ----- */
.quote-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.quote-modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.quote-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.quote-modal-box {
  position: relative;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  padding: 1.75rem 1.5rem;
  z-index: 1;
}

.quote-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  background: transparent;
  color: #333;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}

.quote-modal-close:hover {
  background: #f0f0f0;
  color: #000;
}

.quote-modal-title {
  margin: 0 0 0.25rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
}

.quote-modal-desc {
  margin: 0 0 1.25rem 0;
  font-size: 0.9rem;
  color: #555;
}

.quote-form .quote-form-row {
  margin-bottom: 1rem;
}

.quote-form label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}

.quote-form label .required {
  color: #c00;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form input[type="tel"],
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 0.6rem 0.75rem;
  font-size: 0.95rem;
  font-family: var(--font-header);
  border: 1px solid #ccc;
  border-radius: 8px;
  transition: border-color 0.2s;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--header-cta-bg);
}

.quote-form textarea {
  resize: vertical;
  min-height: 80px;
}

.quote-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.quote-form-submit {
  padding: 0.65rem 1.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: var(--font-header);
  color: #fff;
  background: var(--header-cta-bg);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
}

.quote-form-submit:hover {
  background: var(--header-cta-hover);
}

.quote-form-cancel {
  padding: 0.65rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 500;
  font-family: var(--font-header);
  color: #555;
  background: #f0f0f0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.quote-form-cancel:hover {
  background: #e0e0e0;
  color: #333;
}

/* ----- What we do / Core Services (match image) ----- */
.what-we-do {
  background:url(../images/we-banner.png) no-repeat center center;
  background-size: cover;
}

.what-we-do-subtitle {
  color: #01A9E2;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}

.what-we-do-title {
  color: #fff;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1.25rem 0;
  letter-spacing: 0.01em;
}

.what-we-do-desc {
  color: #fff;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  opacity: 0.95;
}

/* Row 1: text + 2 cards on same row; Row 2: 4 cards full width */
.what-we-do-row1 {
  margin-bottom: 0;
}

.what-we-do-row2 {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .what-we-do-row2 {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .what-we-do-row2 {
    margin-top: 2.25rem;
  }
}

.what-we-do-row1 .row.g-4,
.what-we-do-row2.row.g-4 {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}

@media (min-width: 768px) {
  .what-we-do-row1 .row.g-4,
  .what-we-do-row2.row.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
}

@media (min-width: 992px) {
  .what-we-do-row1 .row.g-4,
  .what-we-do-row2.row.g-4 {
    --bs-gutter-x: 1.75rem;
    --bs-gutter-y: 1.75rem;
  }
}

/* Card: dark blue, thin white border (1–2px), rounded ~10–15px */
.what-we-do-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 160px;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  background: #1C5E9F;
  border-bottom: 5px solid #fff;
  border-radius: 12px;
  transition: border-color 0.2s, background 0.2s;
  overflow: hidden;
}

.what-we-do-card:hover {
  background: #002038;
  border-color: rgba(255, 255, 255, 0.55);
}

/* Title: bold white, top-left */
.what-we-do-card-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
  padding-right: 3.5rem;
}

/* Plus: small white circle outline, below title / bottom-left */
.what-we-do-card-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-top: auto;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}

.what-we-do-card-plus span {
  display: block;
  line-height: 1;
}

.what-we-do-card-plus:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

/* Icon: light blue, bottom-right of card (img or i) */
.what-we-do-card-icon {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  color: #01A9E2;
  font-size: 2.25rem;
  line-height: 1;
}

.what-we-do-card-icon i {
  display: block;
}

.what-we-do-card-icon-img {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  display: block;
}

.what-we-do-card-desc{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  background: #002038;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  margin-bottom: 0;
}
.what-we-do-card-plus:hover ~ .what-we-do-card-desc,
.what-we-do-card-plus:focus ~ .what-we-do-card-desc,
.what-we-do-card-plus:focus-visible ~ .what-we-do-card-desc{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 575px) {
  .what-we-do {
    padding: 3rem 0;
  }

  .what-we-do-card {
    min-height: 160px;
    padding: 1.25rem;
  }

  .what-we-do-card-title {
    font-size: 14px;
    padding-right: 0;
    justify-content:left !important;
  }

  .what-we-do-card-plus {
    width: 26px;
    height: 26px;
    font-size: 1rem;
  }

  .what-we-do-card-icon {
    font-size: 1.75rem;
    bottom: 1rem;
    right: 1rem;
  }
}

@media (max-width: 575px) {
  .quote-modal-box {
    padding: 1.5rem 1.25rem;
  }

  .quote-modal-title {
    font-size: 1.35rem;
  }

  .quote-form-actions {
    flex-direction: column;
  }

  .quote-form-submit,
  .quote-form-cancel {
    width: 100%;
  }
}

/* ----- Hero banner slider (responsive Owl Carousel) ----- */
.hero-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 70vh;
}

.hero-banner-slider {
  width: 100%;
  display: block;
}

/* Ensure Owl structure is visible (fallback if Owl CSS fails to load) */
.hero-banner-slider.owl-carousel {
  display: block;
}

.hero-banner-slider .owl-stage-outer {
  overflow: hidden;
  width: 100%;
}

.hero-banner-slider .owl-stage {
  display: flex;
  width: 100%;
}

.hero-banner-slider .owl-item {
  width: 100%;
  min-height: 70vh;
  display: flex;
  align-items: stretch;
}

.hero-banner-slider .owl-item .hero-slide {
  width: 100%;
}

.hero-slide {
  min-height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem 4rem;
}

@media (min-width: 768px) {
  .hero-slide {
    min-height: 80vh;
    padding: 3rem 2rem 4.5rem;
  }
}

@media (min-width: 992px) {
  .hero-slide {
    min-height: 85vh;
    padding: 3rem 2rem 5rem;
  }
}

/* BG overlay: full dark layer + left-side gradient for depth */
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:  linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), ;
  pointer-events: none;
  z-index: 0;
}

.hero-slide-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-content {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 576px) {
  .hero-content {
    max-width: 42rem;
  }
}

@media (min-width: 1200px) {
  .hero-content {
    max-width: 48rem;
  }
}

.hero-title {
  color: #fff;
  font-size: clamp(1.35rem, 3.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.75rem 0;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(0.8rem, 1.4vw, 1rem);
  font-weight: 500;
  margin: 0 0 1.5rem 0;
  letter-spacing: 0.02em;
  text-align: center;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  justify-content: center;
  align-items: center;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 16px;
  font-size: clamp(0.875rem, 1.5vw, 0.95rem);
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  font-family: var(--font-header);
}

@media (min-width: 576px) {
  .hero-btn {
    padding: 12px 20px;
  }
}

.hero-btn-primary {
  background: var(--header-cta-bg);
  color: #fff;
  border: 2px solid var(--header-cta-bg);
}

.hero-btn-primary:hover {
  background: var(--header-cta-hover);
  border-color: var(--header-cta-hover);
  color: #fff;
}

.hero-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.hero-btn-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-color: #fff;
}

/* Owl dots: single row, no duplication – override theme defaults */
.hero-banner .owl-dots {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  line-height: 1;
}

.hero-banner .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  transition: background 0.2s, transform 0.2s;
}

.hero-banner .owl-dots .owl-dot span {
  display: none !important;
}

.hero-banner .owl-dots .owl-dot.active,
.hero-banner .owl-dots .owl-dot:hover {
  background: #fff;
}

.hero-banner .owl-nav {
  display: none !important;
}
/* Partnership Section */
.partnership {
  background: #F6F6F6;
  padding: 80px 0;
}

.partnership .section-title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: var(--font-header);
  font-style: italic;
}
.partnership .section-title span {
  color:#01A9E2;
}
.partnership-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.partner-logo:hover {
  transform: translateY(-5px);
}

.partner-logo img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;

}


/* Responsive adjustments */
@media (max-width: 991px) {

  
  .partner-logo {
    height: 130px;
    padding: 20px;
  }
  
  .partner-logo img {
    max-height: 60px;
  }
}

@media (max-width: 575px) {
  .partnership {
    padding: 60px 0;
  }
  
  .partnership .section-title {
    font-size:20px;
    margin-bottom: 10px;
  }
  
  .partnership-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }
  
  .partner-logo {
    height: 120px;
    padding: 0;
  }
}
/* Products Section */
.products-section {
  width: 100%;
}

/* Products Banner */
.products-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/products/banner-bg.jpg') no-repeat center center/cover;
  color: #fff;
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.products-banner h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.products-banner p {
  font-size: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Products Slider */
.products-slider-section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #1a1a1a;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}


.section-header p {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.products-slider {
  margin: 30px 0;
  position: relative;
}

.product-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  margin: 15px;
}

.product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Work Process Section */
.work-process-section {
  position: relative;
  overflow: hidden;
}

.work-process-header {
  display: flex;
  align-items: center;
  gap: 40px;
}

.work-process-title-wrap{

  width: 20%;
}
@media (max-width: 1660px) {
  .work-process-title-wrap{
    width: 25%;
  }
}
@media (max-width: 1550px) {
  .work-process-title-wrap{
    width: 30%;
  }
}
@media (max-width: 1440px) {
  .work-process-title-wrap{
    width: 38%;
  }
}
@media (max-width: 1366px) {
  .work-process-title-wrap{
    width: 40%;
  }
}
@media (max-width: 1280px) {
  .work-process-title-wrap{
    width: 45%;
  }
}
@media (max-width: 1200px) {
  .work-process-title-wrap{
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .work-process-title-wrap{
    width: 78%;
  }
}
@media (max-width: 991px) {
  .work-process-title-wrap{
    width: 100%;
  }
}
.work-process-title {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  position: relative;
}

.work-process-title .highlight::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #01A9E2, #004C9C);
  border-radius: 2px;
}

.work-process-separator {
  width: 1px;
  height: 100%;
  min-height: 80px;
  background-color: #D9D9D9;
  margin: 0 20px;
  position: relative;
  flex-shrink: 0;
}

.work-process-subtitle-wrap {
  display: flex;
  align-items: center;
}

.work-process-subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  position: relative;
}

/* Process Steps Section */

.process-steps {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.process-step {
  flex: 1;
  min-width: 200px;
  text-align: center;
  padding: 30px 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
}

.process-step:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.step-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0 10px;
}

/* Responsive styles */
@media (max-width: 1199px) {
  .process-step {
    min-width: calc(33.333% - 20px);
  }
}

@media (max-width: 991px) {
  .process-step {
    min-width: calc(50% - 20px);
  }
}

@media (max-width: 575px) {
  .process-steps {
    flex-direction: column;
    gap: 20px;
  }
  
  .process-step {
    width: 100%;
    min-width: 100%;
  }
}

/* Responsive styles */
@media (max-width: 991.98px) {
  .work-process-header {
    flex-direction: column;
    gap: 20px;
  }
  
  .work-process-title-wrap,
  .work-process-subtitle-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  
  .work-process-separator {
    display: none;
  }
  
  .work-process-subtitle {
    padding-left: 0;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
  }
  
  .work-process-subtitle::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .work-process-title {
    font-size: 2rem;
  }
  
  .work-process-subtitle {
    font-size: 1rem;
  }
}

.process-steps {
  position: relative;
  padding-left: 2rem;
}

.process-steps::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e0e0e0;
  z-index: 1;
}

.process-step {
  position: relative;
  padding: 0 0 2.5rem 3rem;
}

.process-step:last-child {
  padding-bottom: 0;
}

.step-number {
  position: absolute;
  left: -2rem;
  top: 0;
  width: 40px;
  height: 40px;
  background: #01A9E2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(1, 169, 226, 0.3);
}

.step-content {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover .step-content {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.step-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.step-description {
  color: #666;
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .work-process-title {
    font-size: 2rem;
  }
  
  .process-steps {
    padding-left: 1.5rem;
  }
  
  .step-number {
    width: 36px;
    height: 36px;
    left: -1.75rem;
  }
}

@media (max-width: 767.98px) {
  .work-process-title {
    font-size: 1.75rem;
  }
  
  .process-step {
    padding-left: 2.5rem;
  }
  
  .step-content {
    padding: 1.25rem;
  }
  
  .step-title {
    font-size: 1.1rem;
  }
  
  .step-description {
    font-size: 0.9rem;
  }
}

.product-image {
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-item:hover .product-image img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-item:hover .product-overlay {
  opacity: 1;
}

.btn-view-more {
  display: inline-block;
  padding: 10px 25px;
  background: #fff;
  color: #01A9E2;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-view-more:hover {
  background: #1a1a1a;
  color: #fff;
}

.product-info {
  padding: 20px;
  text-align: center;
}

.product-info h3 {
  font-size: 1.25rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.product-info p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

/* Work Process Section */
.work-process-section {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .work-process-section {
    padding: 20px 0;
  }
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.process-step {
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.process-step:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.step-number {
  font-size: 3rem;
  font-weight: 700;
  color: rgba(1, 169, 226, 0.1);
  margin-bottom: 15px;
  line-height: 1;
}

.step-content h3 {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.step-content p {
  color: #666;
  margin: 0;
  font-size: 0.95rem;
}

/* Owl Carousel Navigation */
.products-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 15px;
  pointer-events: none;
}

.products-slider .owl-prev,
.products-slider .owl-next {
  width: 50px;
  height: 50px;
  background: #fff !important;
  border-radius: 50% !important;
  color: #01A9E2 !important;
  font-size: 24px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  pointer-events: auto;
}

.products-slider .owl-prev:hover,
.products-slider .owl-next:hover {
  background: #01A9E2 !important;
  color: #fff !important;
}

.products-slider .owl-prev {
  left: -25px;
}

.products-slider .owl-next {
  right: -25px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .products-banner {
    padding: 100px 0;
  }
  
  .products-banner h1 {
    font-size: 2.5rem;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
  
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .products-banner {
    padding: 80px 0;
  }
  
  .products-banner h1 {
    font-size: 2rem;
  }
  
  .products-banner p {
    font-size: 1.1rem;
    padding: 0 15px;
  }
  
  .section-header h2 {
    font-size: 1.75rem;
  }
  
  .process-steps {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 575px) {
  .products-banner h1 {
    font-size: 1.75rem;
  }
  
  .section-header h2 {
    font-size: 1.5rem;
  }
  
  .product-info h3 {
    font-size: 1.1rem;
  }
  
  .product-info p {
    font-size: 0.9rem;
  }
}

/* Product Showcase Section */
.product-showcase {
  padding: 80px 0 100px; /* Increased bottom padding to accommodate dots */
  background: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../images/product-banner.png) no-repeat center center/cover;
}

/* Product Showcase Header */
.product-showcase .section-header {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-align: left;
}

.product-showcase .section-title h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  margin: 0;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.product-showcase .section-subtitle {
  color: #666;
  font-size: 1rem;
  margin: 8px 0 0;
  line-height: 1.5;
  font-weight: 400;
  max-width: 500px;
}

.view-all-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  border-radius: 4px;
  white-space: nowrap;
  padding:0;
}

.view-all-link i {
    margin-left: 8px;
    font-size: 0.9rem;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: auto;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.view-all-link:hover {
  color: #01A9E2;
  text-decoration: none;
}

.view-all-link:hover i {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  .product-showcase .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  
  .view-all-link {
    margin-top: 15px;
    align-self: flex-start;
  }
}



.product-showcase .section-subtitle {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  max-width: 800px;
  margin: 25px auto 0;
  line-height: 1.6;
  font-weight: 400;
}

/* Product Card */
.product-card {
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin: 10px;
  position: relative;
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(10px);
  background-color: #0000009a;
}

.product-card:hover .product-overlay {
  opacity: 1;
  transform: translateY(0);
}

.btn-quick-view {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  background: #01A9E2;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.btn-quick-view:hover {
  background: #0188b8;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.product-details {
  padding: 15px;
  text-align: left;
  background: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 0.95rem;
  font-weight: 600;
  background-color: #01A9E2;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}



.product-rating {
  color: #ffc107;
  margin: 0 0 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.75rem;
  padding: 0;
}

.product-rating .far {
  color: #ddd;
}

.rating-count {
  color: #7f8c8d;
  font-size: 0.75rem;
  margin-left: 5px;
  font-weight: 500;
}

.product-price {
  display: flex;
  align-items: center;
  margin: auto 0 0 0;
  padding: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.current-price {
  font-size: 1rem;
  font-weight: 700;
  color: #E74C3C;
  line-height: 1.2;
}

.original-price {
  font-size: 0.8rem;
  color: #95a5a6;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 1.2;
}

.product-actions {
  display: flex;
  gap: 8px;
  margin: 15px 0 0 0;
  padding: 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}

.btn-add-to-cart {
  flex: 1;
  background: #01A9E2;
  color: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
  line-height: 1.3;
}

.btn-add-to-cart:hover {
  background: #0188b8;
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(1, 169, 226, 0.2);
}

.btn-add-to-cart i {
  font-size: 1rem;
}

.btn-wishlist {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-radius: 3px;
  color: #7f8c8d;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  padding: 0;
  flex-shrink: 0;
}

.btn-wishlist:hover, .btn-wishlist.active {
  color: #e74c3c;
  border-color: #e74c3c;
  background: #fff5f5;
}

/* Product Hover Effects */
.product-card {
  transition: all 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.product-card .product-image img {
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}


/* Responsive Styles */
@media (max-width: 991px) {
  .product-showcase {
    padding: 60px 0;
  }
  
  .product-showcase .section-header h2 {
    font-size: 2rem;
  }
  
}

@media (max-width: 767px) {
  .product-showcase {
    padding: 50px 0;
  }
   .product-showcase .section-header {
    width:100%;
  }
  .product-showcase .section-header h2 {
    font-size: 1.75rem;
    text-align: left;
    width:100%;
  }
  
  .product-showcase .section-subtitle {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  .product-slider .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }
}

/* Fully responsive hero */
@media (max-width: 575px) {
  .hero-slide {
    min-height: 60vh;
    padding: 2rem 1rem 3.5rem;
  }
   .product-showcase .section-header .section-title{
    width:100%;
  }
  .product-showcase .section-header h2 {
    font-size: 1.75rem;
    text-align: left;
    width:100%;
  }
  .hero-title {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 0.8rem;
    margin-bottom: 1.25rem;
  }

  .hero-ctas {
    flex-direction: column;
    gap: 0.75rem;
  }

  .hero-btn {
    justify-content: center;
    width: 100%;
    max-width: 260px;
    padding: 10px 14px;
    font-size: 0.875rem;
  }

  .hero-banner .owl-dots {
    bottom: 1rem;
  }

  .hero-banner .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hero-content {
    max-width: 36rem;
  }

  .hero-ctas {
    gap: 0.75rem 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
  }
}

@media (min-width: 1200px) {
  .hero-slide {
    padding: 4rem 2rem 5.5rem;
  }

  .hero-title {
    font-size: 2.75rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .header-nav {
    gap: 4rem !important;
  }
}


/* Process Steps Section */
.process-steps-container .row {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -15px;
}

.col-md-15 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}

.process-step {
  text-align: center;
  padding: 30px 15px;
  border-radius: 8px;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.process-step:hover {
  
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;

}

.step-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin-top: 15px;
}

.step-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Responsive styles */
@media (max-width: 1199px) {
  .col-md-15 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .col-md-15 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .col-md-15 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .process-steps-container .row {
    flex-wrap: wrap;
  }
}

.btn-cmn,.elementor-widget-button .elementor-button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn-cmn:before,.elementor-widget-button .elementor-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-cmn {
  cursor: pointer;
  background: var(--header-cta-bg);
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-cmn:hover,
.btn-cmn:focus,
.btn-cmn:active {
  color: #fff;
}

.btn-cmn:hover:before,
.btn-cmn:focus:before,
.btn-cmn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Add this to your CSS file */
.btn-download i{
  display: inline-block;
  transition: transform 0.3s ease;
}

.btn-download:hover i {
  animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(4px);
  }
}

/* Plus icon animation */
.btn-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s ease;
}

.btn-plus:hover {
  transform: rotate(90deg);
}

/* If you want the transition to be smoother for the plus icon inside buttons */
.what-we-do-card-plus {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.what-we-do-card:hover .what-we-do-card-plus {
  transform: rotate(90deg);
}

/* Custom Column Classes for Process Steps */
.col-md-2dot4 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

/* Process Steps Section */
.process-steps-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

/* Responsive adjustments for process steps */
@media (max-width: 991.98px) {
  .col-md-2dot4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .col-md-2dot4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.process-step {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 45px;
  right: -40px;
  width: 60px;
  height: 2px;
  background-color: #01A9E2;
  z-index: 1;
}

.step-number {
  width: 40px;
  height: 40px;
  background-color: #01A9E2;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
}

.step-content {
  padding: 30px 15px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  z-index: 1;
}

.step-icon {
  width: 100px;
  height: 100px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-wrapper:after {
  content: '';
  width: 25px;
  height: 25px;
  background-color: #01A9E2;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  right: 18px;
}

.step-icon img {
  width: 100%;
  height: auto;
  z-index: 1;
}

.step-title {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  margin: 10px 0 10px;
  margin-top: 35px;
  line-height: 1.3;
}

.step-description {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0 5px;
}
.brdr {
  position: relative;
  top: 120px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, #1C5E9F 0%, #FFD100 50%, #1C5E9F 100%);
  border: none;
}
/* Responsive Styles */
@media (max-width: 1199px) {
  .process-step {
    flex: 0 0 33.333%;
    margin-bottom: 40px;
  }
  
  .process-step:nth-child(3n)::after {
    display: none;
  }
  
  .process-step:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 992px) {
  .process-steps {
    flex-wrap: wrap;
  }
  .col-mdd{
    display: block;
    flex: 1;
  }
  
  .process-step {
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }
  .brdr {
   display:none;
  }
 /* Process Steps Section */
.process-steps-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  counter-reset: step-counter; /* Initialize counter here */
}

.process-step {
  position: relative;
  text-align: center;
  padding: 0 10px;
  counter-increment: step-counter; /* Increment for each step */
}

/* ... other styles ... */

.icon-wrapper:after {
  /* content: counter(step-counter); 
  width: 25px;
  height: 25px;
  background-color: #01A9E2;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 75px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1; */
  display:none;
}
.step-icon{
    height: 70px;
}
.step-title {
  margin-top: 5px;
}
  .process-step::after {
    display: none !important;
  }
  
  .section-title {
    font-size: 28px;
  }
  
  .section-subtitle {
    font-size: 16px;
  }
}

/* Plus icon animation for View All Products */
.btn-pls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.8s ease;
}

.btn-pls i {
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-pls:hover i {
  transform: rotate(90deg);
}

/* ===== Our Projects Section ===== */
.our-projects {
  background: #fff;
  padding: 80px 0 100px;
}

.our-projects .section-header {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.our-projects .section-title h2 {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0;
  letter-spacing: 0.5px;
}

.our-projects .section-subtitle {
  color: #000;
  font-size: 16px;
  margin: 8px 0 0;
  max-width: 800px;
  line-height: 1.4;
}

.our-projects .view-all-link {
  display: inline-flex;
  align-items: center;
  color: #1C5E9F;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 0;
  border-radius: 4px;
  white-space: nowrap;
}

.our-projects .view-all-link i {
    margin-left: 4px;
    transition: transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-top: auto;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.our-projects .view-all-link:hover {
  color: #01A9E2;
  text-decoration: none;
}

.our-projects .view-all-link:hover i {
  transform: translateX(3px);
}



.projects-slider .owl-stage {
  padding: 1rem 0;
}


.project-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: 0;
}

.project-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.projects-slider .owl-nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.projects-slider .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #01A9E2;
  border: none;
  color: white;
  font-size: 16px;
  transition: background 0.3s ease, transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.projects-slider .owl-nav button:hover {
  background: #2380b8;
  transform: scale(1.1);
}

.projects-slider .owl-nav button.disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: scale(1);
}

.projects-slider.owl-carousel {
  position: relative;
}

.projects-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 1.5rem;
  z-index: 10;
}

.projects-slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  transition: all 0.3s ease;
  cursor: pointer;
}

.projects-slider.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.projects-slider.owl-carousel .owl-dots .owl-dot.active,
.projects-slider.owl-carousel .owl-dots .owl-dot:hover {
  background: #1C5E9F;
  transform: scale(1.1);
}




.project-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  order: 1;
}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.project-card:hover .project-image img {
  transform: scale(1.05);
}

.project-content {
  padding: 1.5rem;
  order: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.project-title {
  color: #01A9E2;
  font-size: 24px;
  font-weight:900;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
  order: 1;
}

.project-subtitle {
  color: #D9D9D9;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  order: 2;
  position: relative;
}

.project-subtitle::before {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  /* transform: translateY(-50%); */
  width: 100px;
  height: 1px;
  background: #B5B5B5;
  border-radius: 50%;
}

.project-description {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 1.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 44.8px; /* 14px * 1.6 * 2 lines */
  order: 3;
  flex: 1;
}

.project-read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #D9D9D9 !important;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  border-radius: 6px;
  transition: background 0.3s ease, transform 0.3s ease, gap 0.3s ease;
  order: 4;
  align-self: flex-start;
}

.project-read-more:hover {
  transform: translateY(-2px);
  gap: 0.75rem;
  color: #2380b8;
}

.project-read-more i {
  font-size: 0.75rem;
  transition: transform 0.3s ease;
}

.project-read-more:hover i {
  transform: rotate(90deg);
}

.project-overlay{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  background: #002038;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  margin-bottom: 0;
  z-index: 2;
}
.project-overlay-desc{
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.project-card.is-open .project-overlay{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.projects-indicators {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.projects-indicators .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.projects-indicators .dot.active {
  background: #01A9E2;
  transform: scale(1.2);
}

.projects-indicators .dot:hover {
  background: #2380b8;
}

/* Responsive Design */
@media (max-width: 991px) {
  .our-projects {
    padding: 60px 0;
  }
  
  .our-projects .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .our-projects {
    padding: 50px 0;
  }
  
  .our-projects .section-header {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px;
  }
  
  .our-projects .section-title h2 {
    font-size: 1.75rem;
  }
  
  .our-projects .section-subtitle {
    font-size: 1rem;
    padding: 0 15px;
  }
  
  .projects-slider .owl-item {
    padding: 0 0.5rem;
  }
  
  .project-content {
    padding: 1.25rem;
  }
  
  .project-title {
    font-size: 1.125rem;
  }
  
  .projects-slider .owl-nav {
    margin-top: 1rem;
  }
  
  .projects-slider .owl-nav button {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 576px) {
  .our-projects {
    padding: 40px 0;
  }
  
  .projects-slider .owl-item {
    padding: 0 0.25rem;
  }
  
  .project-image {
    height: 200px;
  }
  
  .project-content {
    padding: 1rem;
  }
  
  .our-projects .section-subtitle {
    font-size: 0.9rem;
    padding: 0;
  }
  
  .projects-slider .owl-dots {
    margin-top: 1rem;
    gap: 6px;
  }
  
  .projects-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
  }
  
  .projects-slider .owl-nav button {
    width: 30px;
    height: 30px;
  }
  
  .projects-slider .owl-nav button span {
    font-size: 14px;
  }
}

/* ===== Footer Section ===== */
.footer-banner {
  background: url('../images/footer-banner.png') no-repeat center center/cover;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

.footer-banner:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 28, 56, 0.55);
}

.footer-banner > .container {
  position: relative;
  z-index: 1;
}

.footer-logo-section {
  text-align: center;
  padding: 40px 0;
}

.footer-brand {
  color: #fff;
}

.footer-brand-logo {
  height: 64px;
  width: auto;
}

.footer-brand-name {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.footer-links .active{
  color:#009EE9;
}
.footer-brand-desc {
    max-width: 520px;
    margin: 8px 0 16px;
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
    line-height: 30px;
}
.footer-brand-social span{
    font-size: 16px;
}
.footer-brand-social .footer-social-link {
  color: #01A9E2;
}

.footer-brand-social .footer-social-link:hover {
color:#fff
}

.footer-logo-img {
  height: 60px;
  width: auto;
}

.site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 0;
}

.footer-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: 0.05em;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
  display:flex;
  align-items: center;
}

.footer-links li {
  position: relative;
  padding-left: 18px;
}

.footer-links li:before {
  content: url('../images/angle-double-left.svg');
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 16px;
  height: 16px;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(22%) sepia(96%) saturate(6435%) hue-rotate(185deg) brightness(96%) contrast(95%);
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s ease;
}

/* Owl projects slider nav hidden */
#projects-slider .owl-nav {
  display: none !important;
}

.footer-links a:hover {
  color: #01A9E2;
}

.footer-contact {
  margin-bottom: 1.5rem;
}
.info-bx .elementor-widget-container{
  border-radius: 10px 10px 0 0 !important;
  border: 1px solid #d9d9d9;
  border-bottom:5px solid #01A9E2 !important ;
  padding:20px 15px;
}
.info-bx1 .elementor-icon-box-title{
  border-bottom: 1px solid #d9d9d9;
  padding:5px 0;
}
.products-page .product-tabs .nav-link{
  background: #f2f4f7;
  color: #1a1a1a;
  border-radius: 999px;
  padding: .6rem 1rem;
}
.products-page .product-tabs .nav-link.active{
  background: #FFEE58;
  color: #000;
}
.product-card{
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-card .pc-img{
  padding: 18px 18px 0 18px;
  text-align: center;
}
.product-card .pc-img img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.product-card .pc-body{
  padding: 16px 18px 20px 18px;
}
.product-card .pc-title{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px 0;
  color: #1a1a1a;
}
.product-card .pc-desc{
  font-size: 14px;
  color: #4a4a4a;
  margin: 0 0 14px 0;
}
.product-card .btn-view{
  background: #01A9E2;
  color: #fff;
  border-radius: 10px;
  padding: .5rem 1rem;
  display: inline-block;
}
.product-card .btn-view:hover{
  background: #2380b8;
  color: #fff;
}
/* Product detail */
.product-detail .pd-title{
  font-size: clamp(22px, 3.2vw, 32px);
  font-weight: 800;
}
.product-detail .pd-specs-title{
  font-size: 18px;
  font-weight: 800;
}
.product-detail .pd-specs-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-detail .pd-specs-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 8px 0;
  color: #1a1a1a;
}
.product-detail .pd-specs-list i{
  color: #01A9E2;
  margin-top: 2px;
}
.product-detail .btn-view-all{
  background: #004C9C;
  color: #fff;
  border-radius: 10px;
  padding: .6rem 1rem;
  display: inline-block;
}
.product-detail .btn-view-all:hover{
  background: #013a76;
  color: #fff;
}
.product-detail .pd-why{
  padding-top: 20px;
}
.product-detail .pd-why-inner{
  background: linear-gradient(90deg, #009EE9 0%, #004C9C 100%);
  border-radius: 12px;
  padding: 24px;
  color: #fff;
}
.inner-banner{
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 280px;
  display: flex;
  align-items: center;
  color: #fff;
}
.inner-banner-overlay{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
}
.inner-banner-container{
  position: relative;
  z-index: 1;
  padding: 60px 30px;
}
.inner-banner-title{
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
  margin: 0 0 10px 0px;
}
@media (max-width: 1280px){
  .inner-banner-container {
    padding: 60px 62px;
}
}
@media (max-width: 1024px){
  .inner-banner-container {
    padding: 60px 10px;
}
}
.inner-banner-breadcrumbs .breadcrumbs{
  color: rgba(255,255,255,0.85);
}
.inner-banner-breadcrumbs a{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
}
.inner-banner-breadcrumbs a:hover{
  color: #fff;
}

.footer-address {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.footer-contact-info p {
  color: #fff;
  font-size: 14px;
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.footer-contact-info i {
  color: #01A9E2;
  margin-right: 0.75rem;
  width: 16px;
  text-align: center;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.footer-social-link:hover {
  transform: translateY(-2px);
}

.footer-social-link i {
  font-size: 16px;
  padding:5px;
}

.footer-map {
  background: #000;
  padding: 40px 0;
}

.map-title {
  color: #01A9E2;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}

.map-container {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.footer-bottom {
  background: #1C5E9F;
  padding: 10px 0;
  border-top: none;
}

.footer-logo {
  text-align: center;
  margin-bottom: 1rem;
}

.footer-logo-img {
  height: 40px;
  width: auto;
}

.footer-copyright {
  text-align: center;
}

.footer-copyright p {
  color: #fff;
  font-size: 13px;
  margin: 0;
}

/* Footer Responsive Design */
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0 0;
  }
  
  .footer-title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  
  .footer-social {
    gap: 0.75rem;
  }
  
  .footer-social-link {
    width: 32px;
    height: 32px;
  }
  
  .footer-map {
    padding: 30px 0;
  }
}

@media (max-width: 576px) {
  .site-footer {
    padding: 30px 0 0;
  }
  
  .footer-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  
  .footer-contact-info p {
    font-size: 13px;
  }
  
  .footer-social-link {
    width: 28px;
    height: 28px;
  }
  
  .footer-map {
    padding: 20px 0;
  }
}


.service_bx .elementor-widget-container{
    min-height: 300px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 30px;
    border-radius: 10px;
    font-family: var(--font-header);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 5px solid var(--header-cta-bg);
    position: relative;
    flex-direction: column;
}
.service_bx h2{
  font-size: 20px;
  font-family: var(--font-header);
  color: #fff;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  transition: all 0.3s ease;
}

.service_bx p{
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition:  all 0.3s ease;
}
.plus_icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  bottom: 15%;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff'><path d='M16 30C8.268 30 2 23.73 2 16C2 8.27 8.268 2 16 2C23.732 2 30 8.27 30 16C30 23.73 23.732 30 16 30ZM16 0C7.163 0 0 7.16 0 16C0 24.84 7.163 32 16 32C24.837 32 32 24.84 32 16C32 7.16 24.837 0 16 0ZM22 15H17V10C17 9.45 16.553 9 16 9C15.447 9 15 9.45 15 10V15H10C9.447 15 9 15.45 9 16C9 16.55 9.447 17 10 17H15V22C15 22.55 15.447 23 16 23C16.553 23 17 22.55 17 22V17H22C22.553 17 23 16.55 23 16C23 15.45 22.553 15 22 15Z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.service_bx:hover p{
  font-size: 16px;
  color: #fff;
  visibility: visible;
  opacity: 1;
}
.service_bx:hover .plus_icon{
  display: none;
}

.prjct_bx {
  border: 1px solid #00000024;
  gap: 0;
  border-radius: 10px 10px 0 0 ;
  border-top: none;
}
.prjct_bx img{
  width: 100%;
}
/* .prjct_bx h3{
  font-size: 24px;
  color: var(--header-cta-bg);
  font-family: var(--font-header);
  font-weight: 900;
  text-transform: normal;
}
.prjct_bx .sub_ttl{
  font-family: var(--font-header);
  color: #B5B5B5;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
  font-weight: 600;
  margin-top: 10px;
}
.pr_cnt_wrap{
  padding: 20px;
}
.prjct_bx p{
  font-size: 16px;
  color: #000;
}
.prdct_bx_wrap {
  border-radius: 14px;
  overflow: hidden;
}

.prdct_bx_wrap h3{
  font-size: 20px;
  color: #1C5E9F;
  font-family: var(--font-header);
  font-weight: 600;
  text-transform: capitalize;
  min-height: 45px;
} */
.des_txt{
  font-size: 14px;
  color: #000;
   display: -webkit-box;
  -webkit-line-clamp: 2;     /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 1599px){
   .service_bx h2 br{
      display: none;
    }
    .service_bx h2{
      font-size: 16px;
      gap:15px;
    }
    .plus_icon{
      width: 25px;
      min-width: 25px;
      height: 25px;
    }
    .service_bx:hover p{
      font-size: 13px;
    }
    .service_bx .elementor-widget-container{
      padding: 20px;
    }
    .prdct_bx_wrap h3{
      font-size: 18px;
    }
    .des_txt{
      font-size: 13px;
    }
}
@media (max-width: 1199px) {
  .service_bx .elementor-widget-container{
    min-height: 250px;
    padding: 20px;
  }
  .service_bx .plus_icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
  .service_bx h2{
    font-size: 16px;
  }
  .service_bx:hover p,
  .prjct_bx p{
    font-size:13px;  
  }
  .prjct_bx .sub_ttl{
    font-size: 13px;
    margin-bottom: 20px;
  }
  .prjct_bx h3{
    font-size: 20px;
  }
}


main {
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 2rem 0;
}

.masonry-grid {
    column-count: 1;
    column-gap: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex-wrap: wrap;
}

@media (min-width: 640px) { .masonry-grid { column-count: 2;  } }
@media (min-width: 768px) { .masonry-grid { column-count: 3;display: inherit; } }
@media (min-width: 1024px) { .masonry-grid { column-count: 4; } }

.masonry-item {
    display: block;
    break-inside: avoid;
    margin-bottom: 1.5rem;
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    text-decoration: none;
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.masonry-item:hover img {
    transform: scale(1.03);
    filter: brightness(1.1);
}

.overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s ease;
}

.masonry-item:hover .overlay {
    background-color: rgba(0,0,0,0.1);
}

/* CSS-Only Lightbox (Using :target) */
.lightbox {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(4px);
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.lightbox:target {
    opacity: 1;
    pointer-events: auto;
}

.lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 0.375rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.lightbox:target img {
    transform: scale(1);
}

.close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.close-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.close-btn svg {
    width: 2rem;
    height: 2rem;
}

/* Transparent overlay behind image to close when clicking outside */
.lightbox-bg-close {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
    cursor: default;
}

/* @media (max-width: 767px){
  .prjct_bx_wrap .e-n-tabs-content .elementor-element-7edfdf2{
    display: block;
  }
} */
