p{
    text-align: justify;
   
}
@media (max-width: 768px) {
  .header-nav .nav > li > a {
    color: #000000 !important;
  }
}
.navbar-toggler span {
    background: #ffffff !important;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbfbfb;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  width: 365px;   /* increase size */
  max-width: 80%;
  height: auto;
}

/*popup-img-certificate*/
.popup-img {
  cursor: pointer;
  transition: transform 0.3s;
}

.popup-img:hover {
  transform: scale(1.05);
}

/* Modal */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
}

.img-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 85%;
}

.img-close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}

/*certificates*/

    .ribbon1 {
      background: linear-gradient(90deg, #1e40af, #3b82f6);
      color: white;
      padding: 1rem;
      border-radius: 10px;
      margin: 1.5rem 0;
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem 2rem;
      justify-content: center;
      font-size: 1.05rem;
    }
    .ribbon1 strong {
      color: #bfdbfe;
    }
    .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(367px, 1fr));
      gap: 2rem;
    }
    .cert-card {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      transition: transform 0.25s;
    }
    .cert-card:hover {
      transform: scale(1.03);
    }
    .cert-card img {
      width: 100%;
      height: auto;
      display: block;
    }
    .cert-title {
      padding: 1rem;
      text-align: center;
      background: #eff6ff;
      color: #1d4ed8;
      font-weight: 600;
      font-size: 1.1rem;
    }
    /*certificates*/

.black {
  color: #000;
}
.blue{
    color: #0d73bb;
}
.center{
    text-align: center;
}
@media (max-width: 768px) {
	.hero-section {
		height: 50vh !important;
	}
}

/*whychoose-home*/
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 28.333333% !important;
    }
}
footer a:active, footer a:focus, footer a:hover
 {
    color: #ffffff !important;
}





@media (min-width: 992px) {
    .col-lg-12 {
        flex: 0 0 auto;
        width: 86% !important;
    }
}

/*newproductpage*/

.custom-section {
  position: relative;
  max-width: 1200px;
  margin: 56px auto 0;
  background: #f8f8f8;
  overflow: hidden;
}

/* Triangle background */
.triangle-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.triangle-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 300px solid #0055a5;
  border-right: 600px solid transparent;
  z-index: 1;
}

/* Main content */
.custom-content {
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Image side */
.image-side {
  flex: 1 1 50%;
  min-width: 300px;
}

.image-side img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Text side */
.text-side {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333;
}

.text-side h2 {
  font-size: 32px;
  color: #003366;
  line-height: 1.1;
  margin-bottom: 14px;
}

.text-side p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.text-side ul {
  padding-left: 18px;
}

.text-side li {
  margin-bottom: 10px;
}

/* 📱 MOBILE */
@media (max-width: 768px) {
  .custom-content {
    flex-direction: column;
    text-align: left;
  }

  .triangle-shape {
    border-top: 200px solid #0055a5;
    border-right: 400px solid transparent;
  }

  .text-side h1 {
    font-size: 30px;
  }

  .text-side p {
    font-size: 16px;
  }
}

/* 📱 SMALL MOBILE */
@media (max-width: 480px) {
  .triangle-shape {
    border-top: 150px solid #0055a5;
    border-right: 300px solid transparent;
  }

  .text-side h1 {
    font-size: 26px;
  }
}
/* Reverse layout */
.reverse-layout .custom-content {
  flex-direction: row-reverse;
}

/* Move triangle to RIGHT */
.reverse-layout .triangle-shape {
  left: auto;
  right: 0;
  border-top: 300px solid #0055a5;
  border-left: 600px solid transparent;
  border-right: 0;
}

/* Mobile still stacks normally */
@media (max-width: 768px) {
  .reverse-layout .custom-content {
    flex-direction: column;
  }

  .reverse-layout .triangle-shape {
    border-top: 200px solid #0055a5;
    border-left: 400px solid transparent;
  }
}

/* Default: BIG screens */
.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    padding-top: 274px;
    background-color: transparent;
}

/* SMALL screens */
@media (max-width: 576px) {
  .dlab-bnr-inr .breadcrumb-row {
      padding: 0;
      padding-top: 0 !important;
      background-color: transparent;
  }
}



/*mapcontainer*/
.map-container {
    width: 100%;
    height: 450px; /* Adjust based on your needs */
    overflow: hidden;
    position: relative;
}

.map-container iframe {
    position: absolute;
    top: -50px; /* This pushes the black header up and out of the container */
    left: 0;
    width: 100%;
    height: 500px; /* Make the iframe taller to compensate for the crop */
}

/*industries page*/
@media (min-width: 992px) {
    .equal-height {
        min-height: 500px;
        display: flex;
        align-items: center;
    }
}

.resp-padding {
    padding-left: 28px;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 28px;
}
@media (max-width: 991px) {
    .equal-height {
        min-height: auto;
        padding: 0px;
    }
}
/*eo industies*/

/*productspage*/
.main-layout {
      display: flex;
      gap: 30px;
      padding: 40px 0;
    }
    aside.sidebar {
      width: 280px;
      position: sticky;
      top: 20px;
      align-self: flex-start;
      background: var(--light-bg);
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    aside ul {
      list-style: none;
      padding: 0;
    }
    aside a {
      display: block;
      padding: 12px 0;
       
      text-decoration: none;
      border-bottom: 1px solid #eee;
      transition: color 0.3s;
    }
    
    .brochures {
      margin-top: 30px;
    }
    .brochures a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 12px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      margin-bottom: 10px;
      text-decoration: none;
      color: var(--primary);
    }
    main.content {
      flex: 1;
    }
    section.product {
      margin-bottom: 60px;
      padding: 30px;
      background: white;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,15%);
    }
    section h2 { 
      padding-bottom: 10px;
      margin-bottom: 20px;
    }
    .product-img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      margin: 20px 0;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }
    .sub-type {
      margin: 25px 0; 
      border-left: 4px solid var(--accent);
    }
    .btnw {
      display: inline-block;
      background: var(--accent);
      color: white;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      margin-top: 15px;
      font-weight: bold;
    }
    .btnw:hover {
      background: #26AA5D;
      color: #fff;
    }
    @media (max-width: 992px) {
      .main-layout { flex-direction: column; }
      aside.sidebar { width: 100%; position: static; }
    }
/*eo product*/















.pb-50{
    padding-bottom: 50px;;
}

.skew-content-box1 {
    display: inline;
    left: 10px;
    padding: 7px 34px;
    position: absolute;
    top: 154px;
    width: auto;
}

.skew-content-box1:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -21px;
    top: 0;
    transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(49deg);
    -o-transform: skewX(20deg);
    width: 46px;
    z-index: 1;
}

/*ribbon*/
.hero-caption {
			position: absolute;
			right: 60px;
			bottom: 80px;
			z-index: 9999;
			text-align: right;
			font-family: 'Poppins', sans-serif;
		}

		/* Main heading */
		.hero-caption h2 {
			color: #ffffff;
			font-size: 64px;
			line-height: 1.1;
			font-weight: 800;
			margin: 0 0 18px 0;
			text-transform: uppercase;
		}

		/* Blue ribbon base */
		.hero-ribbon {
			position: relative;
			display: inline-block;

			background: #2e39ff;
			color: #ffffff;

			padding: 12px 42px 12px 28px;
			font-size: 14px;
			font-weight: 600;
			letter-spacing: 1px;
			text-transform: uppercase;

			border-radius: 3px;
			overflow: hidden;
		}

		/* Green angled tail */
		.hero-ribbon::after {
			content: "";
			position: absolute;
			top: 0;
			right: -40px;

			width: 0;
			height: 0;
			border-top: 24px solid transparent;
			border-bottom: 24px solid transparent;
			border-left: 40px solid #3cb54a;
		}

		/* Optional subtle shadow */
		.hero-ribbon {
			box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
		}

		@media (max-width: 768px) {
			.hero-caption {
				right: 20px;
				bottom: 40px;
			}

			.hero-caption h2 {
				font-size: 36px;
			}

			.hero-ribbon {
				font-size: 12px;
				padding: 10px 34px 10px 22px;
			}
		}
				
/*eofribbon		*/

/*newribbon*/
.ribbon {
  position: relative;
  display: inline-block;
  padding: 14px 70px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
}

/* Back layer (green depth) */
.ribbon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #4c9029;
  z-index: -2;

  clip-path: polygon(23% 14%, 100% 3%, 83% 109%, 0% 99%);
}

/* Front layer (blue ribbon) */
.ribbon::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2124cb;
  z-index: -1;

  clip-path: polygon(0% 9%, 81% 6%, 100% 100%, 22% 100%);
}

/* Tablet */
@media (max-width: 1024px) {
  .ribbon {
    padding: 12px 50px;
    font-size: 15px;
  }

  .ribbon::before {
    clip-path: polygon(26% 12%, 100% 6%, 84% 104%, 0% 98%);
  }

  .ribbon::after {
    clip-path: polygon(0% 6%, 78% 6%, 100% 100%, 22% 100%);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .ribbon {
    padding: 10px 32px;
    font-size: 14px;
  }

  .ribbon::before {
    clip-path: polygon(24% 10%, 100% 5%, 86% 102%, 0% 96%);
  }

  .ribbon::after {
    clip-path: polygon(0% 5%, 76% 5%, 100% 100%, 20% 100%);
  }
}

/* Small Mobile */
@media (max-width: 420px) {
  .ribbon {
    padding: 8px 24px;
    font-size: 13px;
  }

  .ribbon::before {
    clip-path: polygon(22% 8%, 100% 4%, 88% 100%, 0% 94%);
  }

  .ribbon::after {
    clip-path: polygon(0% 4%, 74% 4%, 100% 100%, 18% 100%);
  }
}
/*eof-newribbon*/



.hero-right {
  position: relative;
  z-index: 2;
}

.hero-right-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.35;
  left: -220px; /* shift left */
}

.hero-right-bg svg {
  width: 110%;  /* make SVG bigger */
  height: 120%;
}

/* Bring stats above SVG */
.stat {
  position: relative;
  z-index: 2;
}
		/* Container positioning */
		.hero {
  position: relative;
  min-height: 100vh;
  background: url("your-image.jpg") center/cover no-repeat;
  color: #ffffff;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.hero-overlay1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(9, 25, 66, 0.95) 0%,
    rgba(9, 25, 66, 0.85) 45%,
    rgba(9, 25, 66, 0.6) 100%
  );
}

.hero-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
}

/* LEFT */
.hero-eyebrow {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.9;
}

.hero-left h1 {
  margin: 20px 0 24px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 700;
  color: #fff;
}

.hero-left p {
  font-size: 14px;
  line-height: 1.7;
  max-width: 520px;
  opacity: 0.95;
  margin-bottom: 16px;
}

.hero-btn {
  display: inline-block;
  margin-top: 20px;
  background: #4cae2c;
  color: #ffffff;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* RIGHT */
.hero-right {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 162px;
  align-content: center;
}
.stat-tag {
  position: relative;
  display: inline-block;
  background: #4cae2c;
  padding: 6px 16px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1;
  color: #fff;
}

/* angled cut */
.stat-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -59px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;   /* MUST be px */
  border-left: 60px solid #4cae2c;
}

@media (max-width: 576px) {
  .stat-tag {
    font-size: 22px;
    padding: 5px 18px;
  }

  .stat-tag::after {
    right: -50px;
    border-top: 32px solid transparent;
    border-left: 50px solid #4cae2c;
  }
}


/* --- Tablet and small screens --- */
@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;  /* stack hero-left and hero-right */
    padding: 60px 20px;
    gap: 40px;
  }

  .hero-left h1 {
    font-size: 36px;
    line-height: 1.1;
  }

  .hero-left p {
    font-size: 14px;
    max-width: 100%;
  }

  .hero-btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  /* Hero right adjustments */
  .hero-right {
    display: grid;               /* use grid */
    grid-template-columns:repeat(2, 1fr);  /* 1 column for all stats */
    gap: 30px;                   /* space between stats */
    margin-top: 40px;
    justify-items: center;       /* center stats */
  }

  /* Stats mobile friendly */
  .stat {
    max-width: 150px;
    /*text-align: center;*/
  }

  .stat-tag, .stat-tag2 {
    font-size: 22px;
    padding: 2px 16px;
  }

  .stat-tag::after,
  .stat-tag2::after {
    right: -50px;
    border-left-width: 50px;
    border-top-width: 35px;
  }

  .stat p {
    font-size: 12px;
    line-height: 1.4;
  }

  /* SVG Background adjustments */
  .hero-right-bg {
    left: -100px; /* reduce left shift on mobile */
    opacity: 0.2; /* make it subtle */
  }

  .hero-right-bg svg {
    width: 130%;  /* keep visible */
    height: 120%;
  }
}

/* --- Very Small Screens (phones) --- */
@media (max-width: 600px) {
  .hero-left h1 {
    font-size: 28px;
  }

  .hero-left p {
    font-size: 13px;
  }

  .hero-btn {
    padding: 10px 20px;
    font-size: 13px;
  }

  .hero-right {
    grid-template-columns: repeat(2, 1fr); /* still 1 column */
    gap: 25px;
  }

  .stat {
    max-width: 120px;
    margin: 0 auto;
  }

  .stat-tag, .stat-tag2 {
    font-size: 20px;
    padding: 2px 12px;
  }

  .stat-tag::after,
  .stat-tag2::after {
    right: -40px;
    border-left-width: 40px;
    border-top-width: 24px;
  }

 .hero-right-bg {
    position: absolute;
    /* We use 'top' to move the drawing vertically behind the text or stats */
    top: 10%; 
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35; /* Slightly more visible on small screens */
    z-index: -1;
    pointer-events: none; /* Ensures the SVG doesn't block clicks on buttons */
    overflow: visible; 
  }

  .hero-right-bg svg {
            width: 97vw;
        height: auto;
        position: absolute;
        left: -3vw;
        top: -54%;
        max-width: none;
        filter: blur(1px);
  }
}
/*banner*/
.highlight-text {
			color: #4CAE2C;
			/* green */
			font-weight: 700;
		}

		/* HERO SECTION */
		.hero-section {
			position: relative;
			width: 100%;
			height: 100vh;
			overflow: hidden;
		}

		.hero-video {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			object-fit: cover;
			z-index: 1;
		}

		.hero-overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			z-index: 2;
		}

		/* TEXT CONTAINER - VERSION 2 */
		.hero-caption_v2 {
    position: absolute;
    top: 87%;
    left: 39%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 90%;
    max-width: 1000px;
    text-align: left;
    padding: 0 15px;
}

		.text-slider_v2 {
			height: 400px;
			overflow: hidden;
		}

		.text-track_v2 {
			display: flex;
			flex-direction: column;
			animation: slideText_v2 12s infinite;
		}

		.slide-item_v2 {
			height: 400px;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			color: #fff;
		}

		.slide-title_v2 {
			font-size: 64px;
			font-weight: 700;
			margin-bottom: 20px;
			text-transform: uppercase;
			line-height: 1.1;
			color: #ffffff;
		}

		.slide-subtitle_v2 {
			font-size: 20px;
			font-weight: 400;
			max-width: 700px;
			margin-bottom: 30px;
			color: #ffffff;
		}

		.slide-btn_v2 {
			display: inline-block;
			padding: 15px 35px;
			background-color: #007bff;
			color: #fff !important;
			text-decoration: none;
			font-weight: bold;
			border-radius: 5px;
			transition: 0.3s;
		}

		.slide-btn_v2:hover {
			background-color: #fff;
			color: #000 !important;
		}
		@media (max-width: 768px) {
	.text-slider_v2 {
		height: auto;
	}

	.slide-item_v2 {
		height: auto;
	}

	.slide-title_v2 {
		font-size: 32px;
		line-height: 1.2;
	}

	.slide-subtitle_v2 {
		font-size: 16px;
	}

	.hero-caption_v2 {
	    
        position: absolute;
        top: 80%;
        left: 45%;
        transform: translate(-50%, -50%);
        z-index: 3;
        width: 90%;
        max-width: 1000px;
        text-align: left;
        padding: 0 15px;
    }
	
}
/*eof banner*/


/*homepage-whychoose section*/
	.services-section{
  padding:80px 40px;
  background:#f3f5f7;
}
.services-container{
  display:flex;
  gap:40px;
}

.service-box{
  flex:1;
  padding:63px 30px;
  background:#f3f5f7;
  position:relative;
  overflow:hidden;
  transition:.4s ease;
  cursor:pointer;
}

/* background image layer */
.service-box::before{
  content:"";
  position:absolute;
  inset:0;
  background:var(--bg) center/cover no-repeat;
  opacity:0;
  transition:.4s ease;
}
.service-box::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,130,0,.75);
  opacity:0;
  transition:.4s ease;
}

/* hover */
.service-box:hover::before,
.service-box:hover::after,
.service-box.active::before,
.service-box.active::after{
  opacity:1;
}

.service-box *{
  position:relative;
  z-index:2;
}

.tag{
  color:#6bbf4b;
  font-size:14px;
  font-weight:600;
}
.service-box h3{
  margin:20px 0 40px;
  font-size:20px;
  line-height:1.2;
  color:#0c1f44;
}
.service-box .line{
  width:60px;
  height:3px;
  background:#0c1f44;
  margin-bottom:20px;
}
.service-box a{
  text-decoration:none;
  color:#333;
  font-weight:600;
}

/* text turns white on hover */
.service-box:hover h3,
.service-box:hover a,
.service-box:hover .tag,
.service-box.active h3,
.service-box.active a,
.service-box.active .tag{
  color:#fff;
}
.service-box:hover .line,
.service-box.active .line{
  background:#fff;
}

/* Mobile */
@media(max-width:992px){
  .services-container{
    flex-direction:column;
  }
  .service-box{
  flex:1;
  padding:5px 20px;
  background:#f3f5f7;
  position:relative;
  overflow:hidden;
  transition:.4s ease;
  cursor:pointer;
}
}

.core-values {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.core-values h2 {
  font-size: 42px;
  color: #fff;
}

.core-values h2 span {
  color: #4da3ff;
}

.subtitle {
  color: #aaa;
  margin-bottom: 50px;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.value-card {
  background: #050505;
  border: 1px solid rgba(77 163 255 / 40%);
  border-radius: 18px;
  padding: 3px 25px;
  transition: 0.3s ease;
}

.value-card:hover {
  transform: translateY(-8px);
  border-color: #4da3ff;
}

.icon {
  font-size: 42px;
  margin-bottom: 15px;
  color: #4da3ff;
}

.value-card h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
}

.value-card p {
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .values-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .values-grid {
    grid-template-columns: 1fr;
  }
}


/*popup*/
.service-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 10px;
}

.popup-content {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  border-radius: 16px;
  padding: 25px;
  position: relative;
  max-height: 95vh;
  overflow-y: auto;
}

.close-popup {
  position: sticky;
  top: 0;
  right: 0;
  font-size: 26px;
  cursor: pointer;
  float: right;
  z-index: 10;
}

.popup-row {
  display: flex;
  gap: 25px;
  align-items: center;
}

/* Desktop */
.popup-text {
  flex: 1;
}

.popup-text h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.popup-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.popup-img {
  flex: 1;
}

.popup-img img {
  width: 100%;
  border-radius: 14px;
}

/* ✅ Mobile optimization */
@media(max-width:768px){
  .popup-row {
    flex-direction: column;
  }

  .popup-text h2 {
    font-size: 22px;
  }

  .popup-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .popup-content {
    padding: 15px;
  }

  .popup-img img {
    border-radius: 10px;
  }
}

/* Extra small phones */
@media(max-width:480px){
  .popup-text h2 {
    font-size: 20px;
  }
  .popup-text p {
    font-size: 13px;
  }
}




/*icon*/
.custom-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  text-align: center;
  line-height: 40px;
  font-size: 16px; /* icon size */
}

.service-box-3 .title:after {
    content: none !important;
}




/*headerservicemenu*/
	@media (max-width: 991px){
  .navbar-nav li .sub-menu {
    display: none !important;
  }

  .navbar-nav li.open > .sub-menu {
    display: block !important;
  }

  .service-toggle i {
    transition: transform 0.3s ease;
  }

  .navbar-nav li.open > a.service-toggle i {
    transform: rotate(180deg);
  }
}

 .contact-no .no {
    font-size: 27px !important;
 }











