/* ===================
hero css
====================== */
.hero-section{
    min-height: 914px;
}

.carousel-indicators {
    bottom: 20px;
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000;
    opacity: 0.5;
    transition: all 0.3s ease;
    margin: 0 6px;
}

.carousel-indicators .active {
    background-color: var(--m);
    opacity: 1;
}

.hero-wrapper{
    padding-top: 250px;
    padding-bottom: 120px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-wrapper::before{
    content: "";
    position: absolute;
    background: rgba(7, 9, 36, .9);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero-shape{
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.hero-img{
    position: relative;
    z-index: 1;
}

.hero-wrapper .hero-sub-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
}

.hero-wrapper .hero-title{
    font-size: 45px;
    color: #fff;
    line-height: 1.4;
    text-transform: uppercase;
}

.hero-wrapper .hero-title span{
    color: var(--m);
}

.hero-wrapper p{
    font-size: 17px;
    color: #fff;
}

.hero-wrapper .hero-btn{
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.hero-single {
    width: 100vw;
    height: 90vh;
    min-height: 914px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color:#000000;
}

@media(max-width: 992px) {
    .hero-section .owl-item .video{
        background-image: url("../images/slider-3.jpg");
        background-image: -webkit-image-set(url("../images/slider-3.webp") 1x,url("../images/slider-3-min.webp") 2x);
        background-image: image-set(url("../images/slider-3.webp") 1x,url("../images/slider-3-min.webp") 2x);
    }
    .hero-section .hero-single #video{
        display: none !important;
    }
}

#index_video {
    object-position: center;
    object-fit: cover;
}

@media(min-width: 600px) {
    #index_video {
        /*position: relative;*/
        /*left: 0;*/
        /*z-index: 100;*/
        /*width: 100vw;*/
        /*height: 100vh;*/
    }
}

.hero-single .hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* background-color: #fff; */
    padding:30px ;
}
.hero-single .hero-content h1,.hero-single .hero-content h2{
    line-height:2.2rem;
    margin-bottom:20px;
    color:#fff !important;
}
.hero-single .hero-content h1 span{
  color:#fff;
}

.hero-single .hero-content .hero-title {
    color: #fff;
    font-size: 35px;
    line-height: 1.3;
    text-transform: uppercase;
 
}

.hero-single .hero-content .hero-title span{
    color: #ffff;
}

.hero-single .hero-content .hero-sub-title {
    color: #fff;
    font-size: 25px;
    position: relative;
    text-transform: uppercase;
}

.hero-single .hero-content p {
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
}

.hero-single .hero-content .hero-btn {
    gap: 2rem;
    display: flex;
    margin-top: 1rem;
    justify-content: start;
}

.hero-title {
    margin: 20px 0;
}

.hero-sub-title {
    font-size: 2rem;
    line-height: 1;
}

.hero-btn .video-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.hero-btn .play-btn{
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.hero-slider.owl-theme .owl-nav {
    margin-top: 0px;
}

.hero-slider.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.4);
    display: inline-block;
    cursor: pointer;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    transition: all .5s ease-in-out;
}

.hero-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: var(--light-purple-color);
}

.hero-slider.owl-theme .owl-nav .owl-prev {
    left: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
}

.hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 50%;
}
.hero-slider.owl-theme .owl-nav .owl-prev i, .hero-slider.owl-theme .owl-nav .owl-next i{
    font-style: normal;
}

.fa-long-arrow-left:before{
    content: "\e902";
    font-family: icomoon;
}

.fa-long-arrow-right:before{
    content: "\e903";
    font-family: icomoon;
}

@media all and (max-width: 1199px) {
    .hero-single .hero-content .hero-title {
        font-size: 37px;
    }
    .hero-slider.owl-theme .owl-nav .owl-prev, .hero-slider.owl-theme .owl-nav .owl-next {
        top: unset;
        bottom: 20px !important;
    }
    .hero-slider.owl-theme .owl-nav .owl-next {
        left: 120px;
    }
}

@media all and (max-width: 991px) {
    .hero-single .hero-content .hero-title {
        font-size: 35px;
    }

    .hero-wrapper{
        padding-top: 260px;
        padding-bottom: 160px;
    }

    .hero-wrapper .hero-title{
        font-size: 32px;
    }

    .hero-wrapper .hero-img{
        margin-top: 70px;
    }

}

@media all and (max-width: 767px) {
    .hero-single .hero-content .hero-sub-title {
        font-size: 15px;
    }
    .hero-single .hero-content .hero-btn {
        gap: 1rem;
    }
}

.owl-controls .owl-dots {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.owl-controls .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-controls .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec5863;
    width: 20px;
}

.owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all ease .5s;
}

.about-area {
    width: 100%;
    /* min-height: 914px; */
    padding: 60px 0;
}

.int-main {
    padding: 80px 0;
    background-color: #f1f3f9;
    width:100%;
}

.int-section-title {
    text-align: center;
    margin-bottom: 30px;
    /* font-size: 28px; */
    color: #333;
}


.int-image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.int-image-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background-color: #fff;
}

.int-image-item:hover {
    transform: translateY(-5px);
}

.int-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.int-image-area{
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    object-fit: cover;
    overflow: hidden;
}
.int-image-area img{
    width: 100%;
    /* max-width: 100%;
    height:auto;
    max-height:100%; */
    object-fit: cover;
}

.int-image-caption {
    padding: 15px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    color: #000;
    /* min-height:80px; */
}
.int-image-caption strong{
    display: block;
    margin-bottom:10px;
    font-size:1.3rem;
}
.int-image-caption p{
    margin-bottom:0px;
    padding-bottom:0px;
}
.turnwidth{width:92%;margin:auto;overflow: hidden;}
.hotser .int-image-caption p{
        min-height:200px;
}
.hotpro .int-image-caption p{
    min-height:240px;
}
.int-image-caption span{
    color:#888;
}
.int-btn-catnum{
    background-color: #7293be;
    color:#fff;
    text-align: center;
    padding:10px;
    position: relative;
}

.int-btn-catnum .int-btn-catnum-tag{
    position: absolute;
    top:0px;
    left:0px;
    background-color: var(--m);
    color:#fff;
    border-radius:8px;
    font-size:12px;
    padding:0 5px;
}

.int-btn-area{
    background-color: #fff;
    text-align: center;
    padding: 10px 10px 20px 10px;
}
.int-btn-area a,.int-btn-pro a{
    border-radius: 8px;
    padding:8px 20px;
    background-color: var(--m);
    color:#fff;
}
.int-btn-area a:hover,.int-btn-pro a:hover{
    background-color: var(--dark-blue-color);
}

.int-btn-pro{
    text-align: center;
    padding:50px;
}

@media (max-width: 1024px) {
    .int-image-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media (max-width: 768px) {
    .int-image-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .int-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background-color: #f5f5f5;
        flex-direction: column;
        padding: 20px;
        gap: 15px;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .int-nav.active {
        display: flex;
    }
    
    .int-menu-toggle {
        display: block;
    }
}


@media (max-width: 480px) {
    .int-image-grid {
        grid-template-columns: 1fr;
    }
    
    .int-section-title {
        font-size: 24px;
    }
    
    .int-image-caption {
        font-size: 14px;
    }
}

.hotprobg{
    padding: 80px 0;
    background-color: #f1f3f9;
    width:100%; 
}
.hotpro .int-image-item,.hotser .int-image-item{
    margin:20px;
}

.int-ser-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding:80px 0;
}
.int-services {
    flex: 1 1 300px;
    padding: 20px;
    background-color: #fff;
}
.int-service-item {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}
.int-service-icon {
    flex: 0 0 60px;
    margin-right: 15px;
}
.int-service-icon svg {
    width: 40px;
    height: 40px;
    fill: var(--m);
}
.int-service-content h3 {
    margin-bottom: 8px;
    color: #212121;
      font-size:1.3rem;
    line-height:1.5rem;
}
.int-service-content p {
    color: #555;
}
.int-banner {
    flex: 1 1 500px;
    position: relative;
    overflow: hidden;
}
.int-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.int-banner-overlay {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-20%, -50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    max-width: 90%;
}
.int-banner-overlay h2 {
    font-size: 1.5rem;
    line-height:1.8rem;
    margin-bottom: 15px;
    color: #212121;
}
.int-banner-overlay p {
    font-size: 1rem;
    color: #333;
}

@media (max-width: 768px) {
    .int-services, .int-banner {
        flex: 1 1 100%;
    }
    .int-banner-overlay {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        margin-top: 20px;
    }
}