/* Hero video responsive overrides */
/* Large desktop (1400px+) — full viewport, no change needed */

/* Country dropdown responsive */
@media (max-width: 991px) {
    .nav-item.dropdown {
        width: 100%;
    }
    .country-dropdown-menu {
        min-width: 100% !important;
        width: 100% !important;
        position: static !important;
        float: none !important;
        box-shadow: none !important;
        border-radius: 8px !important;
        border: 1px solid #eee !important;
        padding: 10px !important;
        margin-top: 4px !important;
        background: #fff;
    }
    .country-dropdown-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }
    .country-dropdown-menu .dropdown-item {
        font-size: 13px;
        padding: 8px 10px;
        color: #333;
        border-radius: 6px;
    }
    .country-dropdown-menu .dropdown-item:hover {
        background: #e91327;
        color: #fff;
    }
}

@media (max-width: 576px) {
    .country-dropdown-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {
	.product-category-wrap {
		margin-bottom: 26px;
	}
	.product-category-card {
		padding: 10px;
	}
	.product-category-card h5 {
		font-size: 12px;
	}
	.footer-box {
		padding: 45px 0 0;
	}
	.footer-col {
		margin-bottom: 24px;
	}
	.footer-title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.footer-text,
	.footer-links li,
	.footer-contact-list li {
		font-size: 13px;
	}
	.footer-social li a {
		width: 34px;
		height: 34px;
	}
	.footer-subscribe-form {
		flex-direction: column;
	}
	.footer-subscribe-btn {
		width: 100%;
	}
	#blog .blog-slider-row {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		gap: 12px;
		margin-left: 0;
		margin-right: 0;
		padding: 0 10px 12px;
	}
	#blog .blog-slider-row::-webkit-scrollbar {
		display: none;
	}
	#blog .blog-slider-row .blog-col {
		flex: 0 0 82%;
		max-width: 82%;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		scroll-snap-align: start;
	}
    .product-title {
        font-size: 11px;
        height: 30px;
    }
    .current-price {
        font-size: 13px;
    }
    .product-info {
        padding: 8px;
    }
    .prod-btn {
        font-size: 10px;
        padding: 5px 0;
    }
    .meta-row {
        font-size: 9px;
    }
    .action-btn {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
}

@media (max-width: 479px) {
	.product-category-card h5 {
		font-size: 11px;
	}
	.footer-box .footer-company-name {
		font-size: 12px;
	}
	#blog .blog-slider-row .blog-col {
		flex: 0 0 86%;
		max-width: 86%;
	}
    .product-title {
        font-size: 10px;
    }
    .btn-row {
        gap: 4px;
    }
    .prod-btn {
        font-size: 9px;
    }
}

/* Standard desktop / laptop (1200px–1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
	.ulockd-home-slider {
		height: 100vh;
		height: 100svh;
	}
}

/* Small laptop / large tablet landscape (992px–1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
	.ulockd-home-slider {
		height: 100vh;
		height: 100svh;
	}
}

/* Tablet portrait (768px–991px) */
@media (min-width: 768px) and (max-width: 991px) {
	.ulockd-home-slider {
		height: 70vh;
		min-height: 420px;
	}
}

/* Mobile landscape (480px–767px) */
@media (min-width: 480px) and (max-width: 767px) {
	.ulockd-home-slider {
		height: 40vh;
		min-height: 220px;
	}
}

/* Mobile portrait (up to 479px) */
@media (max-width: 479px) {
	.ulockd-home-slider {
		height: 35vh;
		min-height: 180px;
	}
	.gallery-box ul li {
		width: 98%;
		margin: 0 1% 16px !important;
	}
	.gallery-box ul li a img {
		height: 200px;
	}
}

/* only small desktops */
/* tablets */
@media (min-width: 992px) and (max-width: 1190px) {
	.countdown{
		height: 285px;
	}
	.top-header .navbar .navbar-collapse ul li a{
		font-size: 14px;
	}
	.lbox-details h2{
		font-size: 26px;
	}
}
/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.top-header .navbar .navbar-collapse ul li a{
		padding: 5px 15px;
	}
	.about-img{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.gallery-box ul li{
		width: 31.33%;
	}
	.gallery-box ul li a img {
		height: 160px;
	}
	.lbox-details{
		display: block;
		position: relative;
		width: 100%;
	}
	.countdown #timer div#days, .countdown #timer div#hours, .countdown #timer div#minutes, .countdown #timer div#seconds{
		position: inherit;
		margin: 12px 0px;
	}
	.lbox-details::before{
		background: rgba(0,0,0,0.9);
	}
	.countdown{
		height: 188px;
		border-radius: 0px;
	}
	.countdown #timer div{
		width: 23%;
		font-size: 24px;
	}
	figure.effect-service h2{
		font-size: 12px;
	}
}

/* mobile or only mobile */
@media (max-width: 767px) {
	.navbar-brand{
		margin-left: 10px;
		margin-right: 10px;
	}
	.top-header .navbar .navbar-collapse ul li a{
		padding: 5px 15px;
	}
	.lbox-details h1{
		font-size: 24px;
	}
	.lbox-details h2{
		font-size: 18px;
	}
	.lbox-details p strong{
		font-size: 20px;
	}
	.lbox-details a.btn{
		display: none;
	}
	.title-box h2{
		font-size: 38px;
	}
	.about-main-info h2{
		font-size: 24px;
	}
	.about-img{
		margin-bottom: 30px;
	}
	.main-timeline-box .separline::before{
		left: 15px !important;
	}
	.main-timeline-box .iconBackground{
		left: 15px !important;
	}
	.main-timeline-box .timeline-text-content{
		margin-left: 0px;
	}
	.main-timeline-box .reverse .timeline-text-content{
		margin-right: 0px;
	}
	.main-timeline-box .time-line-date-content{
		margin-right: 0px;
	}
	.main-timeline-box .time-line-date-content p{
		float: left;
	}
	.main-timeline-box .timeline-element{
		padding: 0px 15px;
	}
	.gallery-box ul li {
		width: 48%;
	}
	.gallery-box ul li a img {
		height: 140px;
	}
	.lbox-details{
		position: relative;
		width: 100%;
		padding: 5% 0%;
	}
	.about-m{
		margin-top: 30px;
	}
	.countdown #timer div#days, .countdown #timer div#hours, .countdown #timer div#minutes, .countdown #timer div#seconds{
		position: inherit;
		margin: 12px 0px;
	}
	.lbox-details::before{
		background: rgba(0,0,0,0.9);
	}
	.countdown{
		height: 188px;
		border-radius: 0px;
	}
	.countdown #timer div{
		width: 23%;
		font-size: 24px;
	}
	.about-m{
		margin-bottom: 30px;
	}
	.timeLine .row .item{
		margin-bottom: 30px;
	}
	.filter-button-group button{
		margin-bottom: 5px;
	}
	.navbar-brand img {
        width: 220px;
    }


.about-main-info div.full > img {

            height: auto;
        margin-bottom: 0px;
        Margin-top: 40px;

}


}
