/*------------------------------------------------------------------------------------- 
Theme Name:		 Konstic Child Theme
Theme URI:		 http://gramentheme.com/wp/konstic/
Description:	 Konstic - Construction WordPress Theme
Author:			 Gramentheme
Author URI:		 https://themeforest.net/user/gramentheme
Template:		 konstic
Version:		 1.0.0
Text Domain:	 konstic-child-theme
-------------------------------------------------------------------------------------*/
/*
    Please Add your custom styles here
*/

.header-main .logo img {
    max-width: 180px;
    width: 75px;
}
.header-new .header-main {
    padding: 10px 0;
}
.theme-btn {
    padding: 18px 20px;
}
.offcanvas__logo a img {
    width: 118px;
}
.header-main .main-menu ul li a {
    font-size: 18px;
}
.header-main .main-menu ul li .sub-menu li a {
    font-size: 18px;
}
.contact-info-area .logo-img img {
    max-width: 50px;
}
.contact-info-area .contact-info-items .content h3 {
    font-size: 14px;
}
body{
	background-color:#eff1f2;
}
.header-main .main-menu ul li .sub-menu li a
{
	padding:4px 25px;
	line-height:28px;
}
.header-section-new {
    background-color: white;
}
.client-logos .swiper-slide-image {
    width: 170px;
    object-fit: cover;
    height: 110px;
}
.elementor-1220 .elementor-element.elementor-element-9bb210b {
    background-color: #044da5!important;
}
.news-image-items .news-content ul li i {
    color: #e7ebf0;
    margin-right: 8px;
}
.content-area ul {
    list-style: disc;
}
.breadcrumb-wrapper .page-heading h1 {
        font-size: 74px;
    text-transform: uppercase;
    font-weight: 600;
}
.padding-120 {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}
.contact-wrapper .contact-items .form-clt input, .contact-wrapper .contact-items .form-clt textarea
 {
    background:#eff1f2;
}
.service-type-wrapper {
    display: flex;
    flex-wrap: wrap; /* allow items to wrap to next row */
    text-align: center;
    gap: 20px; /* optional: adds spacing between items */
}

.service-type-item {
    flex: 0 0 calc(50% - 20px); /* 100% / 5 items per row - spacing */
    box-sizing: border-box;
}
.service-brochure {
    text-align: center;
    padding: 73px;
    font-size: 25px;
    padding-top: 0;
}
.double-col > .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 590px;
    gap: 0.5rem;
}
.swiper-slide {
    width: 540px;
    height: 540px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.my-gallery-swiper .swiper-slide img, .project-wrapper-new .swiper-slide img{
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    display: block;
    border-radius: 10px!important;
}
.single-project .my-gallery-swiper .swiper-slide img, .project-wrapper-new .swiper-slide img{
    height: 100%!important;
}
.my-gallery-swiper .swiper-slide a{
	width: 100%;
    height: 100%!important;
}
.header-top-wrapper-new .contact-list {
    gap: 20px;
}
.service-title {
    font-weight: 500;
}
.service-type-item .service-image {
    height: 500px;
}
.service-image img{
    height:100%!important;
	width:100%!important;
	object-fit:cover;
	object-position: top;
}
.service-type-item {
    background-color: white;
}
.content-wrap {
	padding: 25px 12px;
    text-align: left;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    background: white;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: grid;
    align-content: center;
    justify-content: center;
}
.hero-banner .swiper-slide{
	height:100vh;
}
.elementor-1220 .elementor-element.elementor-element-a7ecb2a .elementor-background-slideshow__slide__image {
    background-size: 100% 100%;
    background-position: center center;
}
.service-description {
    line-height: 25px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -40px;
}
.service-description p{
	color:black;
	font-size:18px;
}
.new-service-card-items{
    width: 100%;
}
.new-project-area {
    width: 100%;
	height:100%;
}
.project-image{
	height:100%;
}
/* Grid layout */
.downloads-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

/* Card style */
.download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* File name */
.file-name {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Download button */
.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #0073aa;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.download-btn:hover {
  background: #005f8a;
}

/* Elementor icon inside button */
.download-btn .elementor-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.download-btn .icon-download:before {
  content: "\e800"; /* fallback if icon font is loaded */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .downloads-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .downloads-wrapper {
    grid-template-columns: 1fr;
  }
}
.download-btn .elementor-icon{
	color:white;
}

.download-section .elementor-widget-shortcode{
	width:100%;
}

.jobs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.job-item {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 16px 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-content {
    text-align: center;
}

.job-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 6px;
}

.job-description {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Responsive: 2 per row on tablets, 1 per row on phones */
@media (max-width: 1024px) {
    .jobs-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .jobs-wrapper {
        grid-template-columns: 1fr;
    }
}
    .jobs-accordion {
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        overflow: hidden;
    }
    .download-section .accordion-item {
        border-bottom: 1px solid #e6e6e6;
    }
    .download-section .accordion-header {
        width: 100%;
        text-align: left;
        padding: 14px 18px;
        font-size: 16px;
        font-weight: 600;
        background: #044DA5;
        color: white;
        border: none;
        outline: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        transition: background 0.3s;
    }
    .download-section .accordion-header:hover {
        background: #2372d2;
    }
    .download-section .accordion-icon {
        font-size: 18px;
        line-height: 1;
        color: white;
        transition: transform 0.3s ease;
    }
    .download-section .accordion-content {
        overflow: hidden;
        transition: visibility 0.3s ease;
        padding: 0 18px;
        background: #fff;
        visibility: hidden;
    }
    .download-section .accordion-content p {
        margin: 0 0 12px 0;
    }
    /* First item open by default */
    .download-section .accordion-item.active .accordion-content {
        visibility: visible;
    }

    /* Responsive adjustments */
    @media (max-width: 560px) {
        .download-section .accordion-header, .accordion-content {
            padding: 12px 14px;
        }
		
		.contact-info-area .contact-info-items .icon {
			height: 51px;
    		width: 53px;
		}
    }

.download-section .faq-wrapper .faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #fbfcff;
}
/* swiper-slide cards*/
.swiper-slide .new-service-card-items .content p,
.swiper-slide .new-service-card-items .content h3 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 80px;
}

.swiper-slide .new-service-card-items .content h3 {
    max-height: 56px;
    -webkit-line-clamp: 2;
}

.swiper-slide .new-service-card-items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.swiper-slide .new-service-card-items .service-image {
    height: 250px;
}

.swiper-slide .new-service-card-items .content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.swiper-slide .new-service-card-items .content p,
.swiper-slide .new-service-card-items .content h3 {
   flex: 1;
}

.service-slider-2.new {
    margin-right: 0;
}

.swiper-slide {
    height: 550px;
}
.client-info img {
    width: 150px;
    height: 150px;
}
/* nav menu */
.header-main .menu-item:has(.sub-menu)::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transition: all 0.3s ease;
    top: 36%;
    transform: translateY(50%) rotate(45deg);
    right: -18px;

}

.header-main .menu-item:hover::after {
    transform: rotate(225deg);
    top: 45%;
}
/* Only apply to non-Elementor content */
body:not(.elementor-editor-active) p {
    font-size: 18px;
    font-weight: normal;
}

.project-cat-completed-projects .elementor-post__thumbnail, .project-cat-ongoing-projects .elementor-post__thumbnail  {
   position: relative;

   &::after {
         content: "";
         position: absolute;
          width: 40px;
    height: 40px;
         top: 10px;
         left: 10px;
         z-index: 1;
         background-image: url("https://hulas-infra.yipl.net/wp-content/uploads/2025/08/img2.png");
          background-repeat: no-repeat;
    		background-position: center center;
    		background-size: contain;
    }
}

.project-cat-completed-projects .elementor-post__thumbnail::before, .project-cat-ongoing-projects .elementor-post__thumbnail::before {
  content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    background-image: url(https://hulas-infra.yipl.net/wp-content/uploads/2025/08/img1-e1755506351927.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1;
}
.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb {
    position: relative;
    width: 80px;
    height: 80px;
}
.team-content a {
  pointer-events: none;
  cursor: default; /* optional: removes hand cursor */
  color: inherit;  /* optional: removes link color */
  text-decoration: none; /* optional: removes underline */
}

@media (max-width: 768px) {
.client-logos .swiper-wrapper .swiper-slide {
height: 200px;
}
	
.testimonial-card-items .client-info-items .client-info {
flex-direction: column;
}
	.testimonial-card-items {
		margin-top: 9rem
	}
	
	.page-id-1063 .elementor-1063 .elementor-element.elementor-element-a44a83f:not(.elementor-motion-effects-element-type-background) {
		padding-bottom: 9rem;

	}
	
	.service-type-wrapper {
		flex-direction: column;
	}
}

.testimonial-card-items .client-info-items .client-info .content .star {
	padding-bottom: 30px;
}

.footer-section .contact-info-area .inner {
	border-radius: 10px;
}

@media (max-width:1200px) {
	.footer-section .contact-info-area .inner {
	align-items: baseline;	
}
	.footer-section .contact-info-area .contact-info-items {
		flex-wrap: nowrap;
	}
	
	.contact-info-area .logo-img {
		display: flex;
		flex-basis: 100%;
	}
}
.breadcrumb-wrapper::before {
    background: #000000a8 !important;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb .icon::after {
	background-color: #528FDF;
}

.footer-widgets-wrapper .single-footer-widget .footer-gallery .gallery-wrap .gallery-item .thumb:hover .icon::after {
    opacity: 0.6;
}
@media (max-width: 1530px) {
    .header-main .main-menu ul li {
        margin-inline-end: 12px;
    }
}
.menu-item-has-children {
    margin-inline-end: 28px !important;
}
.news-image-items .news-content h3 a:hover {
    color: #93cff8;
}
.team-box-items .team-image {
    aspect-ratio: 380 / 400;
	width:100%;
}
.team-box-items .team-image img {
    object-fit: cover;
    object-position: top center;
}
@media (max-width: 1300px) {
    .header-top-wrapper-new .container-fluid, .header-button .theme-btn.black {
        display: none;
    }
}

@media (max-width: 1350px) {
    .header-top-wrapper-new .container-fluid, .header-button .theme-btn.black {
        display: block;
    }
}
@media (max-width: 1350px) {
 .header-top-wrapper-new .top-right .social-icon {
position: absolute;
    top: 8px;
    right: 80px;
}

.header-top-wrapper-new .container-fluid:before {
width: 380px;
}
.header-top-wrapper-new .shape-box::before {
right:25.5%;
}

.header-top-wrapper-new .shape-box::after {
right: 27%
}
}
@media (max-width:1350px) {
.header-main .main-menu ul li a {
    font-size: 14px;
}
}
.footer-content a {
    color: rgba(217, 217, 217, 0.8);
	display:block;
}
.footer-content a:hover {
    color: var(--theme);;
}
@media (max-width: 1024px) {
.header-top-wrapper-new {
display: none;
}
}
@media (max-width: 575px) {
    .theme-btn.black {
        display:none!important;
    }
}
@media (max-width: 767px) {
    .elementor-1220 .elementor-element.elementor-element-a7ecb2a .elementor-background-slideshow__slide__image {
        background-size: 140% 60%!important;
        background-repeat: no-repeat;
    }

 .elementor-1220 .elementor-element.elementor-element-a7ecb2a .elementor-background-slideshow__slide__image {
    background-position: left top!important;
}
}
@media (max-width: 1200px) {
.mean__menu-wrapper {
    display: none;
}
}