/*---===== Logo =====*/
.logo-style{
    cursor: pointer; 
    position: fixed;
    width: 130px;
    top: 5px;
    z-index: 10000;
}

/* Slider Container */
/* ========== Base Styles ========== */
.slider-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 70px); /* Full height minus navbar */
  overflow: hidden;
}

.slider-container .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/* ========== Slider Controls ========== */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px 20px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 24px;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.3s;
  z-index: 5; /* ✅ above images and text */
}

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev {
  left: 10px;
  border-radius: 50%;
}

.next {
  right: 10px;
  border-radius: 50%;
}

/* ========== Overlay Content ========== */
.slide .content {
  position: absolute;  /* ✅ overlay on image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* above image */
}

/* Shared heading styles */
.slide h1 {
  position: absolute;
  color: white;
  font-weight: 400;
  line-height: 1.2;
      text-shadow: 0 0.05rem 0.1rem rgb(0 0 0 / 50%);
  font-family: 'Helvetica Neue', sans-serif;
  word-spacing: 10px;
  letter-spacing: 1px;
  z-index: 3; /* ✅ stays above everything */
  display: block;
}

/* Specific heading positions */
.slide .experience {
  font-size: 3.8rem;
  bottom: 8%;
  left: 30%;
}

.slide .experience1 {
  font-size: 3.8rem;
  bottom: 55%;
  left: 5%;
}

.slide .experience2 {
  font-size: 3.8rem;
  bottom: 10%;
  left: 70%;
  text-align: right;
}

.ongoing-section{
        padding: 80px 0 80px 80px;
}
.main-ongoing{
        display: flex;
    align-items: center;
    justify-content: center;
}
.right-ongoing{
        display: flex;
    justify-content: space-between;
flex-direction: column;
    align-items: center;
}
.ongoing-section h4{
            font-size: 1.4em;
                    color: #231f20;
}
.ongoing-section h3 {
 
    color: #231f20;
    font-size: 2em;
}
.ongoing-section h5 {
    font-size: 1em;
    color: #231f20;
    line-height: 30px;
    padding-bottom: 50px;
}
/*---===== Blog =====*/
.gallery-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
  transform-origin: center center;
}

.gallery-img img:hover {
  transform: scale(1.1);
  filter: brightness(1.2);
}
.gallery-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}

.blogs-style {
  margin-top: 20px;
}
.home-blog-btn{
       width: fit-content;
    text-decoration: none;
    color: #000;
    margin-top: 4%; 
}

/*---===== Medai Query =====*/
@media screen and (max-width: 768px) {
    .logo-style{
          width: 100px;  
    }
 .background-2{
     background:#e6e7e9 !important;
 }
 .section-title-content {
    margin-left: auto !important;
 }
 .post-item-body{
         margin-bottom: 10%;
 }
 .our-testimonial-content {
    padding-left: initial !important;
 }
 .content{
         position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
 }


}
@media screen and (min-width: 280px) and (max-width: 400px) {
.wcu-features{
    margin-left:-10%;
}
}

/* ========== Responsive Breakpoints ========== */

/* 1300px – 1400px */
@media screen and (min-width:1300px) and (max-width:1400px) {
  .slide .experience { font-size:  3.5rem; bottom: 5%; left: 18%; }
  .slide .experience1 { font-size:  3.5rem; text-align:center; bottom: 65%;left: 33%; }
  .slide .experience2 { font-size:  3.5rem; bottom: 10%; left: 70%; }
}

/* 1600px – 1800px */
@media screen and (min-width:1600px) and (max-width:1700px) {
  .slide .experience { font-size: 3.5rem; left: 20%; }
  .slide .experience1 { font-size: 3.5rem; left: 36%; bottom: 65%; }
  .slide .experience2 { font-size: 3.5rem; left: 70%; }
}
@media screen and (min-width:1701px) and (max-width:1799px) {
  .slide .experience { font-size: 3.5rem; left: 20%; }
  .slide .experience1 { font-size: 3.5rem; left: 36%; bottom: 65%; }
  .slide .experience2 { font-size: 3.5rem; left: 70%; }
}

/* 1800px – 1950px */
@media screen and (min-width:1800px) and (max-width:1950px) {
  .slide .experience { font-size: 3.8rem; bottom: 5%; left: 18%; }
  .slide .experience1 { font-size: 3.8rem; text-align:center; bottom: 65%;left: 35%; }
  .slide .experience2 { font-size: 3.8rem; bottom: 10%; left: 70%;}
}

/* Tablets (768px – 1024px) */
@media screen and (min-width:768px) and (max-width:1024px) {
  .slide .experience { font-size: 2.4rem; left: 30px; bottom: 8%; }
  .slide .experience1 { font-size: 2.4rem; left: 25%; bottom: 50%; }
  .slide .experience2 { font-size: 2.4rem; left: 60%; bottom: 8%; }
}
@media screen and (min-width:1025px) and (max-width:1299px) {
  .slide .experience { font-size: 3.8rem; left: 20%; bottom: 1%; }
  .slide .experience1 { font-size: 3.8rem; left: 30%; bottom: 60%; }
  .slide .experience2 { font-size: 3.8rem; left: 60%; bottom: 8%; }
}

/* Mobile (max 767px) */
@media screen and (max-width:767px) {
  .slide .experience { font-size: 1.5rem; left: 50% !important;  top: 50% !important;  transform: translate(-50%, -50%); }
  .slide .experience1 { font-size: 1.5rem;  left: 50% !important; top: 50% !important;  transform: translate(-50%, -50%);}
  .slide .experience2 { font-size: 1.5rem;  left: 50% !important; top: 50% !important;  transform: translate(-50%, -50%); }
}
@media screen and (min-width: 280px) and (max-width: 400px) {
  .slide .experience,
  .slide .experience1,
  .slide .experience2 {
    position: absolute;
    font-size: 1.8rem; /* Adjust for readability on small screens */
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%); /* Centers horizontally & vertically */
    text-align: center;
    width: 100%; /* Ensures text doesn't cut off */
  }
}

.why-choose-us-section {
        background-color: #f2f2f2; /* White background for this section */
        /*border-top: 1px solid #e9ecef;*/
        /*border-bottom: 1px solid #e9ecef;*/
        
    }

    .why-choose-us-container {
        display: flex;
        align-items: center;
        gap: 50px;
    }

    /* Image Part */
    .wcu-image-part {
        flex: 1; /* Takes up 50% of the space */
        max-width: 50%;
    }
    .wcu-image-part img {
        width: 100%;
        height: auto;
        /*border-radius: 10px;*/
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        object-fit: cover;
        margin-top:10%;
        margin-bottom: 10%;
    }
    
    /* Content Part */
    .wcu-content-part {
        flex: 1; /* Takes up 50% of the space */
        max-width: 50%;
        padding-left: 30px;
    }
    .wcu-content-part .section-title-small {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        color: #FAB900;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .wcu-content-part .section-title-large {
        font-size: 42px;
        color: #212529;
        margin-bottom: 20px;
    }
    .wcu-content-part .section-description {
        color: #6c757d;
        margin-bottom: 40px;
    }

    /* Feature Highlights */
    .wcu-features-list {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 40px;
    }
    .wcu-feature-item {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .wcu-feature-item .icon-box {
        width: 60px;
        height: 60px;
        background-color: #fff8e1; /* Light yellow accent */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 20px;
        font-size: 24px;
        color: #FAB900;
    }
    .wcu-feature-item .feature-text h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        font-weight: 700;
        color: #343a40;
        margin-bottom: 3px;
    }
    .wcu-feature-item .feature-text p {
        margin: 0;
        color: #6c757d;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 992px) {
        .why-choose-us-container {
            flex-direction: column; /* Stack items vertically */
            gap: 40px;
        }
        .wcu-image-part,
        .wcu-content-part {
            max-width: 100%;
        }
        .wcu-content-part {
            padding-left: 0;
            text-align: center; /* Center align text on mobile */
        }
        .wcu-feature-item {
            flex-direction: column; /* Stack icon and text */
            text-align: center;
        }
        .wcu-feature-item .icon-box {
            margin-right: 0;
            margin-bottom: 15px;
        }
    }
    @media (max-width: 768px) {
        .wcu-content-part .section-title-large {
            font-size: 36px;
        }
    }
    
    
    .our-blog{

	background: url('../images/section-bg-shape-2.svg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	margin-top:2%;
}

.post-item{
	height: calc(100% - 30px);
    margin-bottom: 30px;
}

.post-featured-image{
    margin-bottom: 20px;
}

.post-featured-image a{
    cursor: none;
}

.post-featured-image figure,
.post-featured-image a{
    display: block;
}

.post-featured-image img{
    width: 100%;
    aspect-ratio: 1 / 0.85;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image img{
    transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 15px;
}

.post-item-content h3{
	color: var(--primary-color);
    font-size: 16px;
	line-height: 1.4em;
}

.post-item-content h3 a{
    color: inherit;
}

.post-item-btn a{
	position: relative;
	color: var(--primary-color);
	font-weight: 500;
	text-transform: capitalize;
	padding-right: 25px;
}

.post-item-btn a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0px , -50%);
	width: 17px;
	height: 16px;
	background: url('img/arrow-dark.svg') no-repeat;
	background-position: right center;
	background-size: cover;
	transition: all 0.4s ease-in-out;
}

.post-item-btn a:hover::after{
	transform: translate(2px , -50%);
}

.our-blog-footer{
	margin-top: 30px;
	text-align: center;
}

@media (min-width: 1200px) {
    .container1 {
        width: 1750px !important;
    }
}

@media screen and (max-width: 1344px) {
  
  .container1 {
        width: 1200px !important;
    }
}


.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-title-content {
    margin-left: -50px;
    margin-top: 25px;
    text-align: justify;
}

.btn-default{
	position: relative;
    display: inline-block;
    background: #4d4d4d;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-transform: capitalize;
    border: none;
    padding: 17px 46px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover{
	/*background: transparent;*/
    color: white;
    background-color: #4D4D4D !important;
}


.btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background-image: url(img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: translate(-20px, -50%);
    transition: all 0.4s ease-in-out;
}

.btn-default:hover::before{
	transform: translate(-18px, -50%);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(45deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted{
	background-color: #4D4D4D ;
	color: black;
}

.btn-default.btn-highlighted:hover{
	color: #4D4D4D;
}

.btn-default.btn-highlighted::before{
	background-image: url(../images/arrow-accent.svg);
}

.btn-default.btn-highlighted:hover::before{
    filter: brightness(0) invert(1);
}

.btn-default.btn-highlighted::after{
	background-color:  black;
}

.our-testimonials{
	background: var(--secondery-color);
	margin-top:3%;
}

.our-testimonials .container-fluid{
	padding: 0;
}

.our-testimonials-image{
	height: 100%;
}

.our-testimonials-image figure,
.our-testimonials-image figure img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}

.our-testimonial-content{
	  margin-top:5%;
    padding-left: 10%;
	background-color:white;
}

.our-testimonial-content .section-title{
	background: url('../images/testimonial-quote.svg') no-repeat;
	background-position: top right;
	background-size: 162px auto;
	
}

.testimonial-slider{
	width: 100%;
	max-width: 620px;
	/*margin-bottom: 40px;*/
	padding-bottom: 40px;
	border-bottom: 1px solid var(--divider-color);
}

.testimonial-slider .swiper-wrapper{
	
}

.testimonial-rating{
	margin-bottom: 20px;
}

.testimonial-rating i{
	font-size: 18px;
	color: var(--primary-color);
	margin-right: 2px;
}

.testimonial-rating i:last-child{
	margin-right: 0;
}

.testimonial-content{
	margin-bottom: 40px;
}

.testimonial-content p{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}

.testimonial-body{
	display: flex;
	align-items: center;
}

.testimonial-body .author-image{
	margin-right: 15px;
}

.testimonial-body .author-image img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.testimonial-body .author-content{
	width: calc(100% - 75px);
}

.testimonial-body .author-content h3{
	font-size: 20px;
	text-transform: capitalize;
}

.testimonial-body .author-content p{
	text-transform: capitalize;
	margin: 0;
}

.testimonial-rating-counter{
	display: flex;
	align-items: center;
	gap: 20px;
}

.testimonial-rating-counter .rating-counter h2{
	font-size: 58px;
}

.testimonial-client-rating{
	display: inline-block;
	/*background: var(--accent-color);*/
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}

.testimonial-client-rating i{
	font-size: 10px;
	color: var(--white-color);
}

.testimonial-rating-content p{
	color: var(--primary-color);
	font-weight: 500;
	margin: 0;
}
/* Swiper Navigation Buttons */
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
    background: var(--accent-color);
    color: var(--white-color);
}

/* Swiper Pagination Dots */
.testimonial-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
    text-align: left;
}

.testimonial-slider .swiper-pagination-bullet {
    background: var(--divider-color);
    opacity: 0.6;
    width: 12px;
    height: 12px;
    margin: 0 6px !important;
    transition: 0.3s;
}

.testimonial-slider .swiper-pagination-bullet-active {
    background: var(--primary-color);
    opacity: 1;
    transform: scale(1.2);
}

@media screen and (min-width:1300px) and (max-width:1400px) {
  .our-testimonial-content {
    margin-top: 10%;   /* Example adjustment */
    padding-left: 8%; /* Example adjustment */
    background-color: white; /* Keep as is */
  }
}

/* ✅ For 1600px to 1950px screen size */
@media screen and (min-width:1600px) and (max-width:1950px) {
  .our-testimonial-content {
    margin-top: 20%;   /* Example adjustment */
    padding-left: 12%; /* Example adjustment */
    background-color: white; /* Keep as is */
  }
}
