.item_card_img {
    margin-bottom: 35px;
    border: 2px solid #fff;
    font-size: 0;
}
.slider_item{
    padding: 0 15px;
    position: relative;
    width: 33.33%;
}
.slider_item_card {
    padding: 30px;
    background-color: #fff;
    filter: drop-shadow(2px 3px 7px rgba(0,0,0,0.15));
    position: relative;
    transition: all .5s;
    height: 100%;
}
.slider-home-new{
    position: relative;
    z-index: 21;
    margin-top: -100px;
}
.slider_item_card h3 {
    font-size: 28px; font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    transition: all .5s;
}
.slider_wrapper{
    display: flex;
    margin: 0 -15px;
}
.slider-card-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;    
}
.slider_item_card:hover {
    height: calc(100% + 30px);
    margin-top: -15px;
    background-color: #96c941;
    h3 {
        color: #fff;
    }
}
.item_card_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 230px;
}
.cust-slider-container{
    overflow: hidden;
    padding: 15px 0;
}

.hero-card {
	 position: relative;
	 height: 610px;
}
.hero-card figure {
    position: relative;
}
.hero-card figure:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.902;
    background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.30) 1%, rgba(0, 0, 0, 0) 100%);
	z-index: 99;
}
 .hero-card figure {
	 width: 100%;
	 height: 100%;
}
 .hero-card figure > * ,
 .hero-card figure img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 .hero-card .hero-card-text {
	 position: absolute;
	 top: 42%;
	 width: 100%;
	 left: 0;
	 transform: translateY(-50%);
	 color: #fff;
	 z-index: 999;
}
 .hero-card .hero-card-text h2 {
	 color: #fff;
	 margin: 0;
	 font-size: calc(30px + (72 - 30) * ((100vw - 320px) / (1920 - 320)));
}
 .hero-card .hero-card-text h6 {
	 font-weight: 600;
	 text-transform: uppercase;
	 font-size: calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
 .hero-card .hero-card-text .btn {
	 filter: drop-shadow(3.28px 3.774px 6.5px rgba(0, 0, 0, 0.4));
}
.main_heading {
    font-size: calc(22px + (46 - 22) * ((100vw - 320px) / (1920 - 320)));
    text-transform: uppercase;
    color: #002d73;
    line-height: 1.1;
    padding-bottom: 30px;
    position: relative;
     text-align: center;
     margin-bottom: 25px;
}
.main_heading:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 90%;
    background-image: url('https://www.falconplastics.com/wp-content/uploads/2026/02/line.png');
    background-size: contain;
    height: 7px;
    background-repeat: no-repeat;
    background-position: center;
   
}
/* Native Video controls hide karne ke liye */
video::-webkit-media-controls {
    display: none !important;
}
video {
    pointer-events: none; /* Isse user click karke pause nahi kar payega */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Iframe (YouTube) ke liye pointer-events none kar sakte hain agar controls hide karne hain */
.hero-slider iframe {
    pointer-events: none;
    width: 100%;
    height: 100%;
}


/* Hero Slide ka container fix karein */
.hero-card {
    position: relative;
    width: 100%;
    height: 100vh; /* Ya jitni aapki section height hai */
    overflow: hidden;
	max-height: 660px;
}

.hero-card figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Video ko stretch karke cover karne ke liye */
.hero-card figure iframe, 
.hero-card figure video {
    width: 100vw;
    height: 56.25vw; 
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; 
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {    width: 50%;  max-width: 50%;} 
.gform_wrapper .gform_body .gform_fields .gfield.gfield--type-address.field_sublabel_above .ginput_complex.ginput_container label {
    color: #000000 !important;
    line-height: 32px !important;
    font-size: 21px !important;
}
@media(max-width: 1199px) {
    .slider_item_card h3 {
        font-size: 24px;
    }
    .slider_item_card {
        padding: 25px;
    }
}
@media(max-width: 991px) {
    .slider_item_card h3 {
        font-size: 20px;
    }
    .slider_item_card {
        padding: 15px;
    }
    .slider_item{
        padding: 0 5px;
    }
    .item_card_img {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px) {
    .slider_item{
        padding: 0 10px;
        width: 50%;
    }
    .slider_wrapper{
        flex-wrap: wrap;
        row-gap: 20px;
    }
     .hero-card .hero-card-text  {
        top: 50%;
     }
      .hero-card .hero-card-text h1 {
        margin-bottom: 10px;
      }
     .slider-home-new{
        margin-top: 35px
    }
    .hero-card{
        height: 480px;
    }
	.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-half {    width: 100%;  max-width: 100%;} 
}
@media(max-width: 575px) {
    .slider_item{
        padding: 0;
        width: 100%;
    }
    .slider_item_card h3 {
        font-size: 24px;
    }
    .slider_item_card {
        padding: 25px;
    }
    .slider_wrapper{
        margin:  0
    }
    .hero-card{
        height: 540px;
    }
}

