/* svg.clipper {
    position: absolute;
    width: 0;
    height: 0;
} */



.clip-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    /* -webkit-clip-path: url(#exactClip); */
    /* clip-path: url(#exactClip); */
    transition: transform 0.5s ease;
}

.splide__slide {
    width: 100%;
    height: 750px;
    aspect-ratio: 2.48;
	clip-path: shape(from 100% 92%,curve to 96.77% 100% with 100% 96.42%/98.56% 100%,hline to 3.23%,curve to 0% 92% with 1.44% 100%/0% 96.42%,vline to 21.33%,curve to 3.23% 13.33% with 0% 16.92%/1.44% 13.33%,hline to 33.27%,curve to 36.08% 9.24% with 34.44% 13.33%/35.51% 11.77%,line to 37.25% 4.09%,curve to 40.06% 0% with 37.82% 1.56%/38.89% 0%,hline to 96.77%,curve to 100% 8% with 98.56% 0%/100% 3.58%,vline to 92%,close);
    position: relative;
    overflow: hidden; 
}

.splide__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
}

.splide__slide__container {    
    width: 90%;
    position: absolute;
    top: 60%;
    left: 5%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 5;
    pointer-events: auto;
    padding: 0px;
}

.splide__slide__container h1 {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.splide__slide__container p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.splide__track {
    position: relative;
}

.splide__list {
    margin: 0;
    padding: 0;
}


#home_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* min-height: 750px; */
    box-sizing: border-box;
    /* padding: 24px 0; */
}

.home_slides {
    width: 100%;
    max-width: 2100px;
    margin: 0 auto;      
    position: relative;
    padding: 24px;
}

.splide__pagination {
    bottom: 3em !important;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.serviceCenter_link {
    margin-top: 200px; 
}

.serviceCenter_link a {
    display: flex;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: color 0.3s ease, transform 0.3s ease;
}

.serviceCenter_link a p {
    margin: 0;
    margin-right: 8px;
    font-size: 1rem;
}

.serviceCenter_link a i {
    display: inline-block;
    font-size: 1.2rem;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #ffffff;
    transform: rotate(45deg);
}

@media (max-width: 1400px) {

    .home_slides {
        padding: 15px;
        margin-top: 8px;
    }

    .serviceCenter_link {
        margin-top: 120px;
    }

    .splide__slide__container h1 {
    font-size: 40px;
}
}

@media (max-width: 1200px) {

    /* svg.clipper {
        display: none;
    } */

    /* .clip-img {
        -webkit-clip-path: none;
        clip-path: none;
        border-radius: 30px;
    } */

    .home_slides {
        padding: 15px;
        margin-top: 0px;
    }

    .splide__slide {
        height: 450px;
        aspect-ratio: 2.667;
	    clip-path: shape(from 100% 86.67%,curve to 95% 100% with 100% 94.03%/97.76% 100%,hline to 5%,curve to 0% 86.67% with 2.24% 100%/0% 94.03%,vline to 34.89%,curve to 5% 21.56% with 0% 27.53%/2.24% 21.56%,hline to 36.04%,curve to 40.66% 13.36% with 38.06% 21.56%/39.88% 18.32%,line to 41.47% 8.2%,curve to 46.08% 0% with 42.24% 3.23%/44.06% 0%,hline to 95%,curve to 100% 13.33% with 97.76% 0%/100% 5.97%,vline to 86.67%,close);
    }

    .splide__slide__container h1 {
        font-size: 38px;
    }

    .serviceCenter_link {
        margin-top: 20px;
    }

    .splide__pagination {
    bottom: 2em !important; 

}
}

@media (max-width: 992px) {


    .home_slides {
        padding: 15px;
        margin-top: 0px;
    }

    .splide__slide {
        aspect-ratio: 1.707;
        clip-path: shape(from 100% 88.89%,curve to 93.49% 100% with 100% 95.03%/97.09% 100%,hline to 6.51%,curve to 0% 88.89% with 2.91% 100%/0% 95.03%,vline to 30.44%,curve to 6.51% 19.33% with 0% 24.31%/2.91% 19.33%,hline to 23.91%,curve to 30.27% 10.61% with 26.97% 19.33%/29.61% 15.71%,line to 30.51% 8.72%,curve to 36.87% 0% with 31.17% 3.63%/33.82% 0%,hline to 93.49%,curve to 100% 11.11% with 97.09% 0%/100% 4.97%,vline to 88.89%,close);
    }

    .splide__slide__container h1 {
        font-size: 28px;
    }

    .splide__slide__container p {
    font-size: 18px;
}

    .serviceCenter_link {
        margin-top: 60px;
    }

    .serviceCenter_link a {
    align-items: center;
}

.serviceCenter_link a p {
    font-size: 18px;
}
}

@media (max-width: 880px) {
    .serviceCenter_link {
        margin-top: 20px;
    }

}

@media (max-width: 767px) {

    .home_slides {
        padding: 15px;
        margin-top: 0px;
    }

    .splide__slide {
        height: 375px;
        aspect-ratio: 1.536;
        clip-path: shape(from 100% 89.33%,curve to 93.06% 100% with 100% 95.22%/96.89% 100%,hline to 6.94%,curve to 0% 89.33% with 3.11% 100%/0% 95.22%,vline to 34.67%,curve to 6.94% 24% with 0% 28.78%/3.11% 24%,hline to 56.42%,curve to 63% 16.74% with 59.4% 24%/62.05% 21.08%,line to 65.07% 7.26%,curve to 71.66% 0% with 66.03% 2.92%/68.67% 0%,hline to 93.06%,curve to 100% 10.67% with 96.89% 0%/100% 4.78%,vline to 89.33%,close);
    }

    .splide__slide__container {
        padding: 0px 30px;
    }

    .splide__slide__container h1 {
        font-size: 24px;
        margin-bottom: 10px;
    }

        .splide__slide__container p {
        font-size: 16px;
    }

    .serviceCenter_link {
        margin-top: 30px;
    }

    .splide__pagination {
        bottom: 1em !important;
    }


}

@media (max-width: 700px) {

    .home_slides {
        padding: 15px;
        margin-top: 0px;
    }

    .serviceCenter_link a p {
        font-size: 16px;
    }

    .serviceCenter_link {
        margin-top: 10px;
    }

    .splide__slide {
        height: 375px;
        aspect-ratio: 1.536;
        clip-path: shape(from 100% 89.33%,curve to 93.06% 100% with 100% 95.22%/96.89% 100%,hline to 6.94%,curve to 0% 89.33% with 3.11% 100%/0% 95.22%,vline to 34.67%,curve to 6.94% 24% with 0% 28.78%/3.11% 24%,hline to 56.42%,curve to 63% 16.74% with 59.4% 24%/62.05% 21.08%,line to 65.07% 7.26%,curve to 71.66% 0% with 66.03% 2.92%/68.67% 0%,hline to 93.06%,curve to 100% 10.67% with 96.89% 0%/100% 4.78%,vline to 89.33%,close);
    }

}

@media (min-width: 300px) and (max-width: 578px) {

    .splide__slide {
        aspect-ratio: 1.536;
	    clip-path: shape(from 100% 92%,curve to 94.79% 100% with 100% 96.42%/97.67% 100%,hline to 5.21%,curve to 0% 92% with 2.33% 100%/0% 96.42%,vline to 29.87%,curve to 5.21% 21.87% with 0% 25.45%/2.33% 21.87%,hline to 71.31%,curve to 76.06% 17.15% with 73.36% 21.87%/75.22% 20.02%,line to 79.7% 4.72%,curve to 84.45% 0% with 80.54% 1.85%/82.4% 0%,hline to 94.79%,curve to 100% 8% with 97.67% 0%/100% 3.58%,vline to 92%,close);
    }


    .home_slides {
        padding: 10px 24px;
        margin-top: 0px;
    }

    .splide__slide__container {
        top: clamp(52%, 55%, 58%);
    }

    .splide__slide__container h1 {
        font-size: clamp(18px, 4.5vw, 24px);
        margin-bottom: clamp(6px, 2vw, 10px);
        max-width: clamp(220px, 70vw, 300px);
    }

    .splide__slide__container p {
        font-size: clamp(12px, 3.5vw, 14px);
        line-height: 1.4;
    }

    .serviceCenter_link {
        margin-top: clamp(-20px, -2vw, -10px);
    }

    .serviceCenter_link a p {
        font-size: clamp(12px, 3.5vw, 14px);
    }

    #home_slide {
        /* padding: clamp(12px, 4vw, 18px) 0; */
        padding: 0px;
    }

    .splide__pagination {
        bottom: 5px !important;
    }
}


@media screen and (max-width:450px) {

    .home_slides {
        padding: 10px 18px;
        margin-top: 0px;
    }

    .splide__slide {
        aspect-ratio: 0.933;
	    clip-path: shape(from 100% 94.67%,curve to 94.29% 100% with 100% 97.61%/97.44% 100%,hline to 5.71%,curve to 0% 94.67% with 2.56% 100%/0% 97.61%,vline to 20.53%,curve to 5.71% 15.2% with 0% 17.59%/2.56% 15.2%,hline to 67.89%,curve to 73.24% 11.75% with 70.27% 15.2%/72.4% 13.83%,line to 76.6% 3.45%,curve to 81.95% 0% with 77.44% 1.37%/79.57% 0%,hline to 94.29%,curve to 100% 5.33% with 97.44% 0%/100% 2.39%,vline to 94.67%,close);
    }

}

@media screen and (max-width:375px) {

    .home_slides {
        padding: 10px 15px;
        margin-top: 0px;
    }

}

@media screen and (max-width:320px) {

    .home_slides {
        padding: 10px;
        margin-top: 0px;
    }

}


/* Home service Section */

.clipped-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.clipped-image img {
    width: 530px;
    height: 520px;
    object-fit: cover;
    display: block;
    -webkit-clip-path: url(#customClip);
    clip-path: url(#customClip);
    transition: transform 0.3s ease;
}

.secondimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 520px;
    background-image: linear-gradient(137deg, rgba(112, 34, 130, 0.80) 5.57%, rgba(185, 28, 222, 0.80) 95.36%);
    -webkit-clip-path: url(#customClip);
    clip-path: url(#customClip);
    pointer-events: none; 
    opacity: 80%;
}

.clipped-image.firstimg {
    position: absolute;
    z-index: 4;
    padding-left: 30px;
    margin-top: -30px;
    width: 560px;
}

.firstimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 520px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-clip-path: url(#customClip);
    clip-path: url(#customClip);
    pointer-events: none;
    padding-left: 30px;
    margin-left: 30px;
}

.home-service-section {
    padding: 80px 0; 
}

.home-service-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.home-service-content {
    padding-left: 30px;
}

.home-service-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #2D2D2D;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.home-service-subtitle {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.home-service-text {
    font-size: 20px;
    line-height: 1.8;
    color: #2D2D2D;
    margin-bottom: 30px;
}

.read-more {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    background: linear-gradient(69deg, #702282 0%, #B91CDE 102.41%);
    transition: all 0.3s ease;
}

.read-more i {
    margin-left: 12px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: rotate(45deg); 
}


.read-more:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(185, 28, 222, 0.5);
    color: #fff;
}

@media (max-width: 1400px) {

    .clipped-image.firstimg {
        max-width: clamp(480px, 35vw, 560px); 
        left: clamp(20px, 3vw, 30px);         
        top: clamp(-20px, -2vw, -30px);      
    }

    .secondimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 530px;
    height: 520px;
    background-image: linear-gradient(137deg, rgba(112, 34, 130, 0.80) 5.57%, rgba(185, 28, 222, 0.80) 10%);
    -webkit-clip-path: url(#customClip);
    clip-path: url(#customClip);
    pointer-events: none;
    opacity: 10%;
}

    .clipped-image.firstimg {
        display: none;
    }
}

@media (max-width: 1200px) {
    .clipped-image img {
    width: 440px;
    height: 440px;
}

    .secondimg::after {
        width: 440px;
        height: 440px;
        opacity: 10%;
    }
}


@media (max-width: 992px) {

    .home-service-section {
        padding: 80px 3vw; 
    }

    /* #home-service  .container, .container-md, .container-sm {
        max-width: 900px;
    } */

    .clipped-image img {
        width: 420px;
        height: 420px;
    }

        .secondimg::after {
        width: 330px;
        height: 330px;
        opacity: 10%;
    }

    .home-service-title {
    font-size: 30px;
}

    .home-service-text {
        font-size: 16px;
    }
}

@media (max-width: 893px) {
    /* #home-service .container, .container-md, .container-sm {
        max-width: 840px;
    } */

    .clipped-image img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }

    .home-service-title {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .home-service-subtitle {
    font-size: 18px;
    margin-bottom: 10px;
}

.home-service-text {
    margin-bottom: 20px;
}

.read-more {
    font-size: 16px;
}
}

@media (max-width: 768px) {
    
    .home-service-section {
        padding: 80px  8.571vw;
    }

    .home-service-section .row {
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }

    .service-image {
        min-height: auto;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .clipped-image img {
        max-width: 100%;
    }

    .home-service-title, 
    .home-service-subtitle, 
    .home-service-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .read-more {
        display: inline-block;
        margin: 0 auto;
    }

    .clipped-image, .clipped-image.firstimg {
        position: relative;
        left: 0;
        top: 0;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .clipped-image, .clipped-image.firstimg img {
        width: 100%;
    }

    .button{
        justify-content: center
    }

        .secondimg::after {
            display: none;

    }

.button {
    display: flex;           
    justify-content: center; 
    align-items: center;    
    margin-top: 20px;        
}

.button .read-more {
    display: inline-flex;  
    align-items: center;
}

    

}


@media (max-width: 480px) {
    .clipped-image img {
        aspect-ratio: 1 / 1.1;
        height: 350px;
    }

    .home-service-section {
        padding: 50px 0;
    }

    .home-service-text {
        line-height: 1.6;
    }
}


/* Home About Section */

.home-about-us {
    padding: 100px 0;
    position: relative;
}

.about-wrapper {
    position: relative;
    margin: 0 auto;
}

.about-background img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
}
.about-content {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateY(-50%);
    max-width: 520px;
    z-index: 2;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
}

.about-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

.about-content p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 25px;
    opacity: 0.9;
}

.read-more-white {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #fff;
    color: #2d2d2d;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.read-more-white i {
    transition: transform 0.3s ease;
}

.read-more-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
    color: #333;
}

.read-more-white:hover i {
    transform: rotate(45deg);
    color: #333;
}

@media (max-width: 991px) {
    .about-content {
        max-width: 100%;
    }

    .about-content {
    top: 24%;
}
}

@media (max-width: 576px) {

    .home-about-us {
    padding: 0px 0;
    position: relative;
}

    .about-content h2 {
        font-size: 32px;
    }

        .about-content {
        top: 20%;
        width: 80%;
    }
}

/* Gallery */
section.home-gallery h2 {
    text-transform: uppercase;
    font-family: var(--secondary-font);
    font-weight: 700;
    padding-bottom: 20px;
}

.home-gallery {
    padding: 80px 0 120px;
}

.carousel-indicators {
    margin-bottom: -1.5rem;
}

.carousel-indicators.custom-indicators {
  bottom: -30px; 
}

.carousel-indicators.custom-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%; 
  background-color: transparent; 
  border: 2px solid #B91CDE;
  margin: 0 5px;
  transition: background-color 0.3s;
}

.carousel-indicators.custom-indicators button.active {
  background-color: var(--primary-color); 
}

.home-gallery img {
    border-radius: 30px;
    position: relative;
}

.gallery-img {
    max-width: 100%;
    height: auto;
    border-radius: 30px 30px 0px 30px;
    position: relative;
    overflow: hidden;
}

.gallery-img::after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px;
    border-left-color: transparent;
    border-bottom-color:  transparent;
    border-right-color: #fff;
    border-top-color: #fff;
    top: 0;
    right: 0;
}

.home-gallery img {
    border-radius: 30px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px){

    .gallery-img::after {
        border-width: 30px;
    }

    .home-gallery {
        padding: 80px 3vw 100px;
    }

}

@media (max-width: 768px){
    .gallery-img::after {
        border-width: 20px;
    }

    .home-about-us { 
        padding: 0px;
    }

    .home-gallery {
        padding: 80px 8.571vw 100px;
    }

}

@media (max-width: 576px) {
    .gallery-img::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 20px;
        border-left-color: transparent;
        border-bottom-color: transparent;
        border-right-color: #fff;
        border-top-color: #fff;
        top: 0;
        right: 0;
    }

    .home-gallery img {
        border-radius: 20px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .home-gallery {
        padding: 80px 7.059vw;
    }

}

@media (max-width: 400px) {
    .home-gallery {
        padding: 80px 5.333vw 100px;
    }

    .home-gallery img {
        border-radius: 10px;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }
}
