/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2026 | 13:21:42 */
.swiper-slide-inner {
	max-width: 1200px !important;
}




/* Top text */
.top-text {
  color: var(--e-global-color-text);
  font-size: 18px;
  margin-bottom: 10px;
}

/* Heading */
.heading-text {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--e-global-color-text);
  margin-bottom: 25px;
}





/* Buttons */
.btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s ease;
}

.btn-green { 
  background: var(--e-global-color-secondary); 
   color: var(--e-global-color-accent); 
}

.btn-blue { 
  background: var(--e-global-color-primary); 
  color: var(--e-global-color-accent); 
}


.btn-white { 
  background: #ffffff; 
  color: var(--e-global-color-primary); 
}

.btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


/* hero slider bg overlay */

/* Overlay */
.swiper-slide-bg {
    position: relative;
}

.swiper-slide-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.6) 0%,   /* stronger on left */
        rgba(255, 255, 255, 0.3) 30%,  /* softer */
        rgba(255, 255, 255, 0) 70%     /* fully transparent */
    );
    z-index: 1;
}

.sec-title {
    position: relative;
    padding-bottom: 20px;
}

.sec-title p {
    font-size: 18px;
    line-height: 26px;
    color: #666;
    margin: 0;
}

/* base separator */
.sec-title .separator {
    position: absolute;
    bottom: 0;
    left: 40px; /* default position */
    width: 6px;
    height: 6px;
    background: #39b54a;
}

/* when right line exists → shift center */
.sec-title.has-after .separator {
    left: 0px; /* adjusted position */
}

/* left line */
.sec-title .separator::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #39b54a;
    left: -35px;
    top: 2px;
}

/* right line ONLY when needed */
.sec-title.has-after .separator::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 2px;
    right: -40px;
    background: #39b54a;
}

/* just under line  */
.under-line-brand::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    left: 0;
    bottom: -10px; /* slight gap below text */
    background: #39b54a;
}

/* shade of image adjust css  */

#about-container-id {
	position: relative !important;
}

#shade-1 {
	position: absolute;
    left: 37px;
    top: 600px;
}


/* animated rotate circle  */
  .icon-holder {
    position: absolute;
    right: -78px;
    bottom: -60px;
    width: 170px;
    height: 170px;
    z-index: 1;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
    background: transparent;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    padding: 17px;
}


.icon-box {
    position: relative;
    display: inline-block;
    width: 128px;
    height: 128px;
    line-height: 128px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px 0px;
    font-size: 70px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    color: #39b54a;
    transition: 500ms;
    animation: 10s linear 0s infinite normal none running service_hexagon_2;
}


@keyframes service_hexagon_2 {
    0% {
    transform: rotateY(0deg);
}

100% {
    transform: rotateY(360deg);
}
}



/* btn animation & style  */
  .read-more {
  display: flex;              /* allows centering */
  justify-content: center;    /* horizontal center */
  align-items: center;
  font-size: 14px;
	  margin-top: 8px;
  gap:2px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;  /* 👈 makes text uppercase */
  letter-spacing: 0.5px;      /* optional: nicer spacing */
  color: #2e7d32;
  transition: all 0.3s ease;
}
 

.read-more svg {
  width: 20px;
  height: 20px;
  font-weight: 700;
  transition: transform 0.3s ease;
}

.read-more:hover {
  color: #1b5e20;
}

.read-more:hover svg {
  transform: translateX(4px);
}



/* we offers  */
.we-offer p {
	font-size: 36px;
    line-height: 48px;
    font-weight: 700;
	color: #fff;
}


/* progress left side  */
.progress-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 24px;
}

.progress-box h5 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  color: #ffffff;
}

/* bar background */
.bar {
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255,0.2); /* subtle track */
  overflow: hidden;
}

/* green line */
.bar-inner {
  height: 100%;
  width: 100%; /* since you're using 100% */
  background-color: #3cb54a;
  transition: width 0.6s ease;
}


/* right side  */
#we-offer-container-id  {
  background: 
    linear-gradient(rgba(13, 92, 143, 0.85), rgba(13, 92, 143, 0.85)),
    url('/wp-content/uploads/2026/04/experience-1-scaled.jpg');

  background-size: cover;
  background-repeat: no-repeat;
}




/* breadcrumb-link */
.breadcrumb-link {
  position: relative;
  text-decoration: none;
}

.breadcrumb-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* space below text */
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.breadcrumb-link:hover::after {
  width: 100%;
}


/* fill the background color on left side */ 
.breadcrum-bg:before {
	position: absolute;
    content: '';
    width: 500px;
    height: 100%;
    top: 0px;
   left: 0px;
    border-top-right-radius: 30px;
	background: #39b54a;
}

.home-message-banner:before {
	position: absolute;
    content: '';
    width: 500px;
    height: 160px;
    top: 0px;
    left: 0px;
    border-top-right-radius: 30px;
	background: #39b54a;
}


/* end of fill background --- just to make compatible with max-w 1200px */


.list-items li {
	margin-bottom: 10px !important;
}

#overlap-image::before {
    content: '';
    position: absolute;
    inset: 0; /* shorthand for top, right, bottom, left = 0 */
    background: #39b54a85; /* transparency here */
    z-index: 1;
}



/* about us  */
.contact-text-value {
	font-size: 14px !important;
}



/* Responsive */
@media (max-width: 768px) {
  .heading-text {
    font-size: 34px;
  }
	
	.btn {
		padding: 10px 18px;
	}
	
	.top-text {
		font-size: 15px;
	}
	
	.swiper-slide-inner {
	  max-width: 1200px !important;
		padding: 20px;
	}
	
	#hero-slider-custom-id .swiper-slide-inner::after {
		top: 50px; 
		font-size: 15px;
		right: unset;
		left: 20px;
	}
	
	
	
	
/* 	animation flip over rotate  */
	.icon-holder {
		right: 11px;
	}
	
	#shade-1 {
     top: 340px;
   }
	
	.we-offer p {
    font-size: 28px; 
	}
	
	
	
	.breadcrum-bg:before  {
		position: unset;
	}
	
	
	
.home-message-banner:before {
	position: unset;
	width: unset;
	height: unset;
    
}
	
}


/* apply only on large screens */
@media (min-width: 1024px) {

  .image-hover-effect {
    position: relative !important;
    overflow: hidden !important;
    background-size: 100% !important;
    background-position: center !important;
    transition: background-size 0.4s ease !important;
  }

  .image-hover-effect:hover {
    background-size: 110% !important;
  }

  .image-hover-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 102, 255, 0.35);
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .image-hover-effect:hover::before {
    opacity: 1;
  }

}






/* card container  */
        :root {
            --primary-blue: #2c5ba7;
            --primary-green: #76bc43;
            --bg-light: #f9fbfd;
            --text-dark: #333;
            --text-muted: #555;
        }


        .container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .header-sub {
            color: var(--primary-green);
            text-transform: uppercase;
            font-size: 0.85rem;
            font-weight: bold;
            letter-spacing: 1px;
            margin-bottom: 5px;
        }

        .header-main {
            color: var(--primary-blue);
            font-size: 2.2rem;
            margin-top: 0;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
        }

        .card {
            background: white;
            padding: 25px;
            border-top: 6px solid;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
            transition: transform 0.2s;
			box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 47%)
        }

        .card.blue { 
			border-top-color: var(--primary-blue);
			background: #1f70f31a;


}
        .card.green { 
			border-top-color: var(--primary-green);
			background: #60d13314;
}

        .card-num {
            font-weight: bold;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }
        .blue .card-num { color: var(--primary-blue); }
        .green .card-num { color: var(--primary-green); }

        .card-title {
            font-size: 1.2rem;
            margin-bottom: 12px;
            font-weight: 700;
            line-height: 1.2;
            min-height: 2.4em;
            display: flex;
            align-items: center;
        }

        .card-desc {
            font-size: 0.9rem;
            line-height: 1.5;
            color: var(--text-muted);
            margin-bottom: 15px;
            flex-grow: 1;
        }

        .card-desc ul {
            padding-left: 18px;
            margin: 0;
            list-style-type: disc;
        }

        .card-desc li {
            margin-bottom: 2px;
        }

.card:hover {
	cursor: pointer;
	opacity: 0.9;
}

        @media (max-width: 600px) {
            .header-main { font-size: 1.8rem; }
            .services-grid { grid-template-columns: 1fr; }
        }


.services-features span {
	color: var(--primary-blue);
    font-weight: 700;
}

