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

	.slider-one_image .icon-two {
		right: -150px;
	}

}

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

	.service-one_bg,
	.footer-style_three .bg,
	.slider-one_image-layer {
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		border-radius: 0px;
	}

	.slider-one .slider-one_pagination {
		left: 40px !important;
	}

	.slider-three_rocket {
		display: none;
	}

	.slider-two .slider-one_pagination {
		left: 40px !important;
	}

	.video-one_bg,
	.slider-two_image-layer {
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		border-radius: 0px;
	}

	.footer-three_bottom {
		margin-bottom: 0px;
	}

}

@media only screen and (max-width: 1550px) {}

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

	.header-phone_box {
		display: block;
	}

	.team-one .side-title,
	.slider-two .slider-one_pagination,
	.slider-one .slider-one_pagination {
		display: none !important;
	}

	.slider-one_image .icon-two {
		right: 0px;
	}

	.main-header {
		top: 0px;
	}

	.slider-three_socials {
		display: none;
	}

	.slider-three_image .icon-two {
		right: -50px;
	}

}

/* ------------------------------------
   1️⃣ TABLETS — Hide number & keep icon beside hamburger
------------------------------------ */
@media only screen and (min-width: 768px) and (max-width: 1177px) {

	.header-phone_box {
		display: flex;
		align-items: center;
		justify-content: center;
		background: transparent;
		color: var(--main-color);
		padding: 0;
		margin-right: 12px;
		font-size: 26px;
		width: auto;
		height: auto;
	}

	/* Hide the phone number */
	.header-phone_box span:not(.vibrate-icon) {
		display: none !important;
	}

	/* Phone icon styling */
	.vibrate-icon {
		background: var(--main-color) !important;
		width: 48px !important;
		height: 48px !important;
		margin: 0 !important;
		font-size: 26px !important;
		animation: vibrate 3s infinite !important;
		margin-top: 0.5rem !important;
	}

	/* Align phone icon + hamburger to right */
	.outer-box {
		display: flex !important;
		align-items: center;
		justify-content: flex-end;
		gap: 10px;
		flex-direction: row !important;
		width: 100%;
	}
}



/* ------------------------------------
   2️⃣ MOBILE — Floating button above WhatsApp
------------------------------------ */
@media only screen and (max-width: 767px) {
	.header-phone_box {
		position: fixed;
		right: 18px;
		bottom: 90px;
		/* sits above WhatsApp */
		width: 56px;
		height: 56px;
		background: var(--main-color);
		color: #fff;
		border-radius: 50%;
		display: flex !important;
		align-items: center;
		justify-content: center;
		font-size: 26px;
		z-index: 9999;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
		text-decoration: none;
		transition: .2s ease-in-out;
		overflow: hidden;
		/* hides number */
		padding: 0;
	}

	/* Hide number on mobile */
	.header-phone_box span:not(.vibrate-icon) {
		display: none !important;
	}

	.vibrate-icon {
		font-size: 26px !important;
		width: 100%;
		height: 100%;
		margin: 0 !important;
		background: var(--main-color) !important;
		animation: vibrate 3s infinite !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


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

	.about-one_content-outer {
		padding-left: 0px;
	}

	.contact-two_form-outer {
		padding-right: 0px;
	}

	.contact-two::before,
	.pricing-one_bg,
	.faq-one_bg {
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		border-radius: 0px;
	}

	.project-two::before {
		left: 0px;
		right: 0px;
	}

	.project-two_shadow {
		right: 0px;
	}

	.testimonial-two .color-layer {
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
	}

	.slider-three_image .icon-two {
		right: 0px;
	}

	.slider-three_big-title {
		font-size: 150px;
	}

}

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

	.main-header .main-menu .navigation>li {
		margin-right: 10px;
	}

	.counter-block_one-inner {
		padding-left: 30px;
		padding-right: 0px;
	}

	.counter-block_one-count {
		font-size: 48px;
	}

	.since-phone_box-outer {
		padding: 40px 30px;
	}

	.service-block_one-content {
		margin-top: 40px;
	}

	.contact-two_info-outer {
		padding: 0px 20px 20px;
	}

}

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

	h2 {
		line-height: 50px;
		font-size: 40px;
	}

	.time-table-section .table-outer {
		overflow-y: visible;
		overflow-x: auto;
	}

	.table-outer {
		position: relative;
		overflow-x: scroll;
	}

	.main-header_button {
		display: none;
	}

	.slider-one .swiper-slide {
		padding-bottom: 0px;
	}

	.slider-three_image,
	.slider-one_image {
		text-align: center;
	}

	.main-header.header-style-one .header-lower .inner-container {
		padding: 0px 0px;
	}

	.counter-block_one {
		margin-bottom: 30px;
	}

	.price-block_one-price {
		font-size: 50px;
	}

	.shop-detail_content-column .inner-column,
	.team-detail_content,
	.team-one_content-outer {
		padding-left: 0px;
	}

	.testimonial-one .inner-container {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 0px;
	}

	.testimonial-block_one-inner {
		padding: 40px 35px;
	}

	.contact-one_discuss {
		font-size: 100px;
	}

	.main-header.header-style-two .header-lower .inner-container {
		padding: 0px 0px;
	}

	.main-header.header-style-two .mobile-nav-toggler {
		color: var(--black-color);
	}

	.about-two_content-outer {
		padding-left: 0px;
	}

	.service-block_one-content {
		margin-left: 0px;
		margin-top: 0px;
		padding: 35px 30px;
		border-radius: 15px;
	}

	.news-block_two-content {
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.about-three_image-outer {
		padding-right: 0px;
	}

	.clients-four .client-block_one {
		width: 25%;
	}

	.video-one_play .play-box .fa {
		margin-top: 30px;
	}

}

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

	.main-header .main-menu .navigation>li {
		margin-right: 15px;
	}

	.main-header .main-menu .navigation>li>a {
		font-size: 14px;
	}

	.service-block_one-content {
		margin-top: 30px;
	}

	.main-header .header-lower {
		border-radius: 0px;
	}

	.main-header .header-lower .outer-box {
		margin-top: 0px;
	}

	.about-two_count-text {
		font-size: 16px;
	}

	.about-two_counts {
		padding: 25px 30px;
	}

	.about-two_text {
		font-size: 16px;
		line-height: 28px;
	}

	.service-block_one-content {
		border-radius: 15px;
		padding: 30px 30px;
	}



}

@media only screen and (min-width: 768px) and (max-width: 1177px) {

	.main-header .main-box .logo-box {
		position: relative;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		margin: 0px;
		text-align: left;
	}

	.main-header .outer-box {
		position: static;
		display: block;
		margin-left: 0px;
	}

	.main-header .mobile-nav-toggler,
	.main-header .sticky-header .mobile-nav-toggler {
		display: block;
	}

	.main-header .nav-outer,
	.main-header .sticky-header .main-menu,
	.main-header .main-menu {
		display: none;
	}

	.main-header #navbarSupportedContent {
		display: block;
	}

	.main-header .mCSB_inside>.mCSB_container {
		margin-right: 0px;
	}

	.mobile-menu .navigation li.has-mega-menu>.mega-menu {
		display: none;
		overflow: hidden;
	}

	.main-header .mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column h6 {
		display: none;
	}

	.main-header .mobile-menu .navigation li.has-mega-menu .mega-menu .mega-menu-bar .column {
		width: 100%;
	}

	.team-one_title {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.team-one_arrow {
		right: 0px;
	}
}


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

	.main-header.header-style-one .main-header_button {
		display: block;
	}

	.main-header .header-lower .logo-box .logo {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	h1 {
		font-size: 70px;
		line-height: 90px;
	}

	.slider-one_content {
		padding-top: 0px;
	}

	.slider-one .swiper-slide {
		padding-top: 180px;
	}

	.faq-one_circle {
		margin-top: 30px;
	}

	.team-one_shadow,
	.gallery-block-two .text,
	.process-one .lower-box .text br {
		display: none;
	}

	.team-one_title {
		margin-bottom: 35px;
		padding-bottom: 35px;
	}

	.team-one {
		padding-bottom: 150px;
	}

	.team-one_image.active {
		position: relative;
		right: 0px;
	}

	.team-one_image-outer {
		height: auto;
	}

	.team-one .info-outer {
		margin-bottom: 50px;
	}

	.pricing-one_list {
		gap: 20px;
	}

	.testimonial-one .testimonial-one_slider {
		overflow: hidden;
	}

	.testimonial-one-title_column {
		margin-bottom: 50px;
	}

	.testimonial-one .inner-container {
		padding-bottom: 40px;
	}

	.pricing-one {
		padding-bottom: 80px;
	}

	.main-footer_text {
		max-width: 100%;
	}

	.main-footer .widgets-section {
		padding: 100px 30px 40px;
	}

	.about-three_content-column,
	.faq-two_accordion-column,
	.about-two_content-column {
		order: 1;
	}

	.about-three_image-column,
	.faq-two_images-column,
	.about-two_title-column {
		order: 2;
	}

	.contact-two_info-outer::before {
		top: 0px;
	}

	.contact-two_info-outer {
		margin-top: 40px;
		padding: 50px 25px 50px;
	}

	.contact-two_shadow {
		display: none;
	}

	.slider-three_big-title {
		font-size: 100px;
	}

	.clients-four .client-block_one {
		width: 30%;
	}

	.footer-three_logo {
		margin-bottom: 30px;
	}

	.footer-style_three .newsletter-box {
		width: 100%;
	}



	.project-detail_info {
		display: block;
	}

	.project-detail_info li {
		width: 33%;
		display: inline-block;
	}

}

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

	h1 {
		font-size: 60px;
		line-height: 80px;
	}

	.marketing-two .animation_mode h1 {
		font-size: 60px;
		padding: 0px 0px;
	}

	.service-one_icon,
	.marketing-two .animation_mode .marketing-one_icon {
		display: none;
	}

	.contact-one_discuss {
		font-size: 70px;
		margin-top: 40px;
	}

	.main-footer_navs li {
		margin-left: 0px;
		margin-right: 10px;
	}

	.main-footer_copyright {
		margin-bottom: 12px;
	}

	.gallery-block-two .content-outer {
		left: 20px;
		bottom: 20px;
	}

	.gallery-block-two .sub-title {
		display: none;
	}

	.project-three_arrow {
		position: relative;
	}

	.footer-three_marque .animation_mode .icon,
	.footer-three_marque .animation_mode h1 {
		font-size: 80px;
	}

	.error-section h1 {
		font-size: 200px;
	}

}

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

	.main-header .header-upper .logo-outer {
		position: relative;
		width: 100%;
	}

	.main-header .sticky-header .outer-box {
		display: block;
		right: 0px;
		left: auto;
		top: 0px;
	}

	.main-header .main-menu {
		width: 100%;
		display: none;
	}

	.slider-one_options,
	.main-header .main-menu .navbar-collapse>.navigation li.dropdown:after,
	.main-header .main-menu .navigation>li>ul:before {
		display: none !important;
	}

	.main-header .main-box .logo-box {
		float: none;
		text-align: center;
		padding-bottom: 10px;
	}

	.main-header .header-lower .outer-box {
		position: relative;
		z-index: 12;
		display: block;
	}

	.main-header .main-menu .navbar-header .navbar-toggler {
		display: inline-block;
		z-index: 12;
		width: 50px;
		height: 40px;
		float: none;
		padding: 0px;
		text-align: center;
		border-radius: 0px;
		background: none;
		border: 1px solid #ffffff;
	}

	.main-header .main-menu .navbar-header .navbar-toggler .icon-bar {
		position: relative;
		background: #ffffff;
		height: 2px;
		width: 26px;
		display: block;
		margin: 0 auto;
		margin: 5px 11px;
	}

	.main-header .nav-outer .mobile-nav-toggler {
		display: block;
	}

	.main-header #navbarSupportedContent {
		display: block;
	}

	.main-header .mCSB_inside>.mCSB_container {
		margin-right: 0px;
	}

	.main-header.header-style-one .main-header_button {
		display: block;
	}

	.clock-wrapper {
		display: none;
	}

	.coming-soon .content .content-inner h2 {
		margin-bottom: 30px;
	}

	.time-counter .time-countdown {
		margin-bottom: 30px;
	}

	.about-widget {
		display: none;
	}

	h1 {
		font-size: 40px;
		line-height: 55px;
	}

	.slider-one_text {
		font-size: 16px;
		line-height: 28px;
		margin-top: 0px;
	}

	.slider-one_heading {
		margin-bottom: 15px;
	}

	.slider-one_image {
		display: none;
	}

	.slider-one .swiper-slide {
		padding-bottom: 180px;
	}

	.about-one_image {
		margin-bottom: 25px;
	}

	.about-one_title-column {
		margin-bottom: 0px;
	}

	.about-one_video {
		margin-bottom: 30px;
	}

	.about-one .content {
		padding-top: 10px;
	}

	.about-two_image {
		margin-bottom: 30px;
	}

	.project-two_button {
		margin-top: 40px;
	}

	.team-two_arrow {
		position: relative;
	}

	.news-two .news-carousel {
		padding-top: 0px;
		margin-top: 0px;
	}

	.news-two_arrow {
		position: relative;
	}

	.slider-three_image {
		display: none;
	}

	.slider-three .swiper-slide {
		padding-bottom: 160px;
	}

	.clients-four .client-block_one {
		width: 46%;
	}

	.video-one .content .graph {
		position: relative;
		right: 0px;
		margin-top: 30px;
	}

	.footer-style_three .newsletter-box {
		border-radius: 10px;
		padding: 30px 20px;
		display: block !important;
	}

	.footer-style_three .newsletter-box label {
		margin-bottom: 20px;
	}

	.footer-style_three .newsletter-box input {
		width: 100% !important;
	}

	.project-detail_info {
		display: block;
		border: none;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.project-detail_info li {
		width: 49%;
		border: none;
		padding: 10px 0px;
		display: inline-block;
	}

	.main-header .mobile-nav-toggler {
		display: block;
	}
}

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

	.faq-one_authors,
	.gallery-block_one-overlay,
	.main-header.header-style-one .main-header_button {
		display: none;
	}

	h1 {
		font-size: 30px;
		line-height: 45px;
	}

	h2,
	.shop-detail_title {
		line-height: 40px;
		font-size: 30px;
	}

	h3 {
		line-height: 34px;
		font-size: 24px;
	}

	.sec-title_title {
		padding-left: 0px;
		font-size: 16px;
	}

	.sec-title.centered .sec-title_title {
		padding-right: 0px;
	}

	.sec-title.centered .sec-title_title::after,
	.sec-title_title:before {
		display: none;
	}

	.slider-one_title {
		font-size: 14px;
		padding: 0px 30px;
	}

	.slider-one .swiper-slide {
		padding: 160px 0px 170px;
	}

	.accordion-box .block .acc-btn {
		font-size: 18px;
	}

	.price-block_one-price span {
		font-size: 16px;
	}

	.faq-two_image-two,
	.sec-title_heading br,
	.sec-title_text br {
		display: none;
	}

	.contact-one_discuss {
		font-size: 50px;
	}

	.accordion-box .block .acc-btn {
		border-radius: 15px;
	}

	.accordion-box .block .image .btn-box {
		right: 20px;
	}

	.about-two_counter {
		font-size: 50px;
	}

	.about-two_count {
		margin-bottom: 20px;
	}

	.about-two_count:last-child {
		margin-bottom: 0px;
	}

	.slider-three_big-title {
		font-size: 60px;
	}

	.about-tabs .tab-btns .tab-btn {
		margin-right: 5px;
		margin-bottom: 8px;
	}

	.gallery-block-two .content-outer {
		position: relative;
		left: auto;
		bottom: auto;
		max-width: 100%;
	}

	.gallery-block-two .text {
		display: block;
	}

	.gallery-block-two .content {
		max-width: 100%;
		padding: 30px 0px 0px;
	}

	.question-widget .text,
	.category-list li a,
	.news-block_four-text,
	.error-section .text,
	.team-detail .emergenc-box {
		font-size: 16px;
	}

	.team-detail .emergenc-box a {
		margin-left: 0px;
	}

	.news-block_four .social-box {
		margin-top: 15px;
	}

	.post-share-options .post-tags span {
		display: block;
		margin-bottom: 15px;
	}

	.post-share-options .post-tags {
		margin-bottom: 15px;
	}

	.author-box_inner {
		padding-right: 0px;
	}

	.author-box .author-image {
		position: relative;
		margin-bottom: 20px;
	}

	.comments-area,
	.author-box {
		padding: 25px 25px;
	}

	.error-section h1 {
		font-size: 120px;
	}

	.reply-comment {
		margin-left: 0px;
	}

}

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

	h4 {
		font-size: 22px;
	}

	.main-header .header-lower .logo-box .logo {
		border: none;
		padding-right: 0px;
	}

	.faq-one_arrow {
		display: none;
	}

	.slider-one_socials {
		padding: 20px 10px;
	}

	.accordion-box .block .acc-btn {
		font-size: 16px;
		padding: 16px 60px 22px 20px;
	}

	.accordion-box .block .content {
		padding: 0px 15px 25px;
	}

	.process-block_one-text,
	.accordion-box .block .content .text {
		font-size: 16px;
		line-height: 26px;
	}

	.accordion-box .block.active-block {
		border-radius: 12px;
	}

	.price-block_one-inner {
		padding: 25px 25px;
	}

	.price-block_one-inner:before {
		display: none;
	}

	.pricing-one_list {
		gap: 10px;
	}

	.team-one_title {
		padding-left: 0px;
	}

	.team-one_icon-outer {
		position: relative;
		top: 0px;
		margin-bottom: 10px;
	}

	.team-one_tags li {
		margin-right: 3px;
		margin-bottom: 5px;
	}

	.testimonial-block_one-inner {
		padding: 25px 25px;
	}

	.testimonial-block_one-author {
		font-size: 16px;
	}

	.testimonial-block_one-quote {
		display: none;
	}

	.testimonial-one_bg {
		border-radius: 20px;
	}

	.testimonial-one .inner-container {
		padding-top: 60px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 60px;
	}

	.service-block_one-text,
	.slider-two_text,
	.contact-two_text,
	.slider-three_text,
	.about-three_list li,
	.news-block_three-text,
	.gallery-block-two .text,
	.testimonial-block_three-text,
	.about-tabs .tabs-content .text,
	.testimonial-block_one-text {
		font-size: 16px;
		line-height: 28px;
	}

	.price-block_one-text {
		font-size: 14px;
	}

	.contact-one_discuss {
		font-size: 34px;
	}

	.contact-one_list {
		gap: 15px;
	}

	.process-block_one-inner {
		padding: 25px 25px;
	}

	.accordion-box .block .image .btn-box .theme-btn {
		font-size: 16px;
		padding: 12px 28px;
	}

	.main-footer .widgets-section {
		padding: 70px 15px 40px;
	}

	.main-footer_links li {
		margin-bottom: 15px;
	}

	.main-footer_bottom {
		padding: 20px 20px;
		border-radius: 15px;
	}

	.slider-two_talk,
	.contact-two_list li a,
	.footer-contact_list li,
	.main-footer_text,
	.footer-three_links li a,
	.footer-three_list li,
	.testimonial-block_three-designation,
	.main-footer_links li a {
		font-size: 16px;
	}

	.slider-two_talk {
		margin-top: 15px;
	}

	.contact-two_info-outer {
		margin-top: 30px;
		padding: 40px 20px 20px;
	}

	.news-block_three-meta li,
	.news-block_three-date,
	.contact-form .form-group input,
	.contact-one_info-list li strong,
	.team-block_one-designation,
	.privacy-section .privacy-list li,
	.slider-three_video span,
	.slider-two_video span {
		font-size: 15px;
	}

	.news-block_two-content {
		padding: 20px 20px;
	}

	.slider-two_socials {
		padding: 15px 20px;
	}

	.service-block_two-inner {
		padding: 20px 20px 60px;
	}

	.testimonial-two_rate-outer {
		padding: 45px 20px;
	}

	.testimonial-block_two-author {
		margin-left: 0px;
	}

	.shipping-form .check-box label,
	.comment-box .comment-info,
	.project-detail_list li,
	.testimonial-block_two-text {
		font-size: 16px;
		line-height: 30px;
	}

	.news-block_two-meta li {
		font-size: 12px;
	}

	.contact-one_list li {
		font-size: 18px;
	}

	.header-style-three .header-lower .inner-container {
		padding-right: 0px;
	}

	.main-header.header-style-three .header-lower .search-box-btn {
		display: none;
	}

	.slider-three_big-title {
		font-size: 50px;
	}

	.about-three_image-two {
		display: none;
	}

	.about-three_image-outer {
		padding-bottom: 0px;
	}

	.about-three_icon {
		left: 0px;
	}

	.about-tabs .tab-btns .tab-btn {
		width: 100%;
		text-align: center;
		margin-right: 0px;
	}

	.process-two {
		padding-top: 60px;
	}

	.clients-four .client-block_one {
		width: 100%;
	}

	.process-block_two-content {
		padding-left: 0px;
	}

	.page-title_options,
	.shop-detail .prod-tabs .tab-btns::before,
	.process-block_two-inner::before {
		display: none;
	}

	.process-block_two-number {
		position: relative;
		top: 0px;
		margin-bottom: 25px;
	}

	.testimonial-block_three-inner {
		padding: 55px 20px 40px;
	}

	.testimonial-block_three .upper-box {
		padding-left: 120px;
	}

	.news-block_three-content {
		padding: 30px 20px 55px;
	}

	.footer-three_bottom .footer-three_copyright {
		padding: 15px 15px;
		font-size: 14px;
	}

	.clients-four .inner-container {
		gap: 0px;
	}

	.page-title .inner-container {
		padding: 100px 0px 100px;
	}

	.counter-block_two-inner {
		padding: 30px 30px;
	}

	.privacy-section .privacy-list {
		margin-left: 0px;
	}

	.comments-area,
	.testimonial-block_two-inner {
		padding: 30px 20px 25px;
	}

	.project-detail_info li {
		width: 100%;
	}

	.shop-detail .prod-tabs .tab-btns .tab-btn {
		width: 100%;
		padding: 12px 15px;
		margin: 5px 0px;
		font-size: 16px;
		text-align: center;
		margin-right: 0px;
	}

	.comment-box .author-thumb {
		position: relative;
		margin-bottom: 25px;
	}

	.reply-comment {
		padding: 25px 25px;
	}

	.reply-comment {
		margin-left: 0px;
	}

	.comment-box .comment {
		padding-left: 0px;
	}

	.voucher-box .form-group button {
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
	}

	.voucher-box .form-group {
		padding-right: 0px;
	}

	.blog-detail_content {
		padding: 30px 20px;
	}

	.blog-detail blockquote .blockquote-inner {
		padding: 0px 0px;
	}

	.blog-detail blockquote .quote {
		position: relative;
		margin-bottom: 15px;
		display: block;
	}

}


/* About */
/* -----------------------------------------
   Choose Content Responsive Fix
--------------------------------------------*/
@media (max-width: 992px) {
	.choose-content {
		flex-direction: column;
		/* stack boxes vertically */
		gap: 30px;
		/* reduce gap for mobile */
	}

	.left-box,
	.right-box {
		width: 100%;
		/* full width */
		min-width: 0;
		/* prevent overflow */
		flex: none;
		/* remove flex:1 on mobile */
		display: block;
		/* block layout for stacking */
		height: auto;
		/* auto height for mobile */
	}

	.stats-card {
		flex-direction: column;
		/* stack image + text */
		align-items: flex-start;
		text-align: left;
		height: auto;
		padding: 20px;
	}

	.stats-card img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		border-radius: 15px;
	}

	.right-box img {
		width: 100%;
		height: auto;
		/* scale properly */
		border-radius: 20px;
	}

	.highlight-box {
		position: relative;
		/* stack below image */
		bottom: auto;
		left: auto;
		margin-top: 15px;
	}
}

/* Extra small mobile adjustments */
@media (max-width: 480px) {
	.choose-text {
		font-size: 15px;
		line-height: 1.6;
	}

	.stats-card h4 {
		font-size: 20px;
	}

	.stats-card ul li {
		font-size: 16px;
	}

	.highlight-box h4 {
		font-size: 14px;
	}
}


/*Clients*/
/* Tablets (1024px and below) */
@media (max-width: 1024px) {
	.clients-one .client-image {
		height: 90px;
		max-width: 200px;
		border-radius: 12px;
	}

	.clients-one .client-image img {
		padding: 8px;
	}
}

/* Small Tablets / Large Phones (768px and below) */
@media (max-width: 768px) {

	.clients-one {
		margin-bottom: 20px;
	}

	.clients-one .client-image {
		height: 80px;
		max-width: 170px;
		border-radius: 12px;
	}

	.clients-one .client-image img {
		padding: 8px;
	}
}

/* Mobile (480px and below) */
@media (max-width: 480px) {

	.clients-one {
		margin-bottom: 15px;
	}

	.clients-one .client-image {
		height: 70px;
		max-width: 140px;
		border-radius: 10px;
	}

	.clients-one .client-image img {
		padding: 6px;
	}
}

/* Very Small Mobile (360px and below) */
@media (max-width: 360px) {

	.clients-one .client-image {
		height: 60px;
		max-width: 120px;
		border-radius: 8px;
	}

	.clients-one .client-image img {
		padding: 5px;
	}
}




@media only screen and (max-width: 430px) {
	.slider-one {
		height: 100vh;
		min-height: 650px;
	}

	.slider-one .swiper-slide {
		padding: 100px 10px 50px;
	}

	.slider-one_image img {
		height: 65vh;
		/* scale down for mobile */
		max-height: 500px;
		width: auto;
		top: 0;
	}

	/* Shift icons to avoid covering person image */
	.slider-one_image .icon-one {
		left: 20px;
		top: 50px;
	}

	.slider-one_image .icon-two {
		right: -80px;
		top: 200px;
	}

	/* Pagination reposition */
	.slider-one .slider-one_pagination {
		left: 20px !important;
		top: 35% !important;
	}

	/* Text resizing */
	.slider-one_heading {

		font-size: 52px;
		-webkit-text-stroke-width: 1.5px;
		line-height: 48px;
		/* line-height: 30px; */
		margin-bottom: 20px;
		/* margin-bottom: 5px; */
	}

	.slider-one_content {
		padding-top: 23px;
	}

	.slider-one_text {
		font-size: 14px;
		line-height: 24px;
		/* margin-bottom: 25px;	 */
		margin-bottom: 15px;
	}

	.slider-one_button {
		gap: 10px;
	}
}




/* -----------------------------------------
   RESPONSIVE BUTTON FIX (1300px → 320px)
--------------------------------------------*/

/* Make text perfectly center inside button */
.btn-style-two {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	/* spacing between text and icon */
}

/* Remove float that breaks alignment */
.btn-style-two .btn-wrap {
	float: none;
	text-align: center;
	display: inline-block;
}

/* Medium screens – reduce padding & icon size */
@media (max-width: 1300px) {
	.btn-style-two {
		padding: 10px 20px;
		font-size: 15px;
		border-radius: 45px;
	}

	.btn-style-two i {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
}

/* Tablets – make button full width & balanced */
@media (max-width: 992px) {
	.btn-style-two {
		width: 100%;
		padding: 12px 20px;
		font-size: 15px;
		border-radius: 40px;
	}

	.btn-style-two i {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
}

/* Mobile Large (768px) */
@media (max-width: 768px) {
	.btn-style-two {
		width: 100%;
		padding: 12px 18px;
		font-size: 14px;
	}

	.btn-style-two i {
		width: 34px;
		height: 34px;
		line-height: 34px;
	}
}

/* Mobile Small (480px) */
@media (max-width: 480px) {
	.btn-style-two {
		padding: 10px 16px;
		font-size: 13.5px;
		border-radius: 35px;
		gap: 8px;
	}

	.btn-style-two i {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}

	.why-choose-us {
		background: linear-gradient(90deg, #51A1EC 0%, var(--main-color) 100%);
		padding: 20px 0px;
	}

	.main-footer_navs {
		display: flex;
		flex-wrap: wrap;
		gap: 9px;
		white-space: nowrap;
		align-items: center;
		row-gap: 0px;
	}

	.about-title_heading {
		line-height: 41px;

	}

	.keystrength-box,
	.keystrength-box:nth-child(n+5) {
		width: 100%;
	}

	.service-detail .content-box p {
		text-align: justify;
	}
}

/* Mobile Extra Small (360px) */
@media (max-width: 360px) {
	.btn-style-two {
		font-size: 13px;
		padding: 10px 14px;
		gap: 6px;
	}

	.btn-style-two i {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}




/*Footer*/
/* Slightly smaller on very small screens */
@media (max-width: 360px) {
	.whatsapp-float {
		width: 56px;
		height: 56px;
		right: 12px;
		bottom: 14px;
	}

	.whatsapp-float i {
		font-size: 26px;
	}
}

/* ----------------------------------------------------
   RESPONSIVE FOOTER FIXES (ALL SCREENS)
---------------------------------------------------- */

/* Large Screens (up to 1400px) */
@media(max-width: 1400px) {
	.main-footer .widgets-section {
		padding: 40px 25px;
	}
}

/* Laptops & Tablets Landscape (max-width: 1024px) */
@media(max-width: 1024px) {

	.main-footer .widgets-section {
		padding: 35px;
	}

	/* Footer columns become 2 in a row */
	.main-footer_column {
		width: 48%;
	}

	.footer-style_three .newsletter-box input {
		width: 100% !important;
	}
}

/* Tablets (max-width: 768px) */
@media(max-width: 768px) {

	/* Footer columns become 1 under each other */
	.main-footer_column {
		width: 100% !important;
		margin-bottom: 25px;
	}

	.footer-two_list {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	.main-footer_navs li {
		display: block;
		margin: 6px 0;
	}

	.main-footer_bottom {
		text-align: center;
		border-radius: 20px;
		padding: 20px;
	}
}

/* Mobile Screens (max-width: 600px) */
@media(max-width: 600px) {

	.main-footer {
		padding-top: 60px;
	}

	.main-footer .widgets-section {
		padding: 30px 20px;
		border-radius: 20px;
	}

	.main-footer_text {
		font-size: 16px;
		max-width: 100%;
	}

	.main-footer_links li a {
		font-size: 16px;
	}

	.footer-contact_list li {
		font-size: 16px;
	}

	.main-footer_bottom {
		padding: 18px;
		border-radius: 15px;
	}

	.main-footer_navs li {
		display: block;
		margin: 8px 0;
	}

	/* Footer Two */
	.footer-two_list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.footer-two_socials a {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
	}
}

/* Very Small Screens (max-width: 400px) */
@media(max-width: 400px) {

	.newsletter-box .form-group input {
		height: 55px;
		padding: 8px 20px;
		font-size: 14px;
	}

	.newsletter-box .form-group button {
		width: 48px;
		height: 48px;
		font-size: 18px;
		right: 3px;
		top: 3px;
	}

	.footer-three_marque .animation_mode h1 {
		font-size: 70px;
	}
}








/*Header*/



@media (max-width: 991px) {

	.company-name {

		display: block;

		margin-right: 10px;

	}

	.company-name h4 {

		font-size: 1.7rem;
	}

	.company-name small {

		font-size: 10px;
	}

	.nav-outer {

		display: none;

	}

}


/* Gentle vibration keyframes */

@keyframes vibrate {

	0%,
	100% {
		transform: translate(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate(-1px, 1px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate(1px, -1px);
	}

}




/*Pricing*/



/* Responsive Fix */
@media(max-width: 520px) {
	.options-area select {
		width: 100%;
	}
}


@media (max-width: 768px) {

	.table-head,
	.table-row {
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 10px;
	}

	.billing-box {
		width: 100%;
	}
}

/* ============================================
   RESPONSIVE
===============================================*/
@media (max-width: 768px) {

	.wrapper {
		padding: 20px;
	}

	.form-grid {
		grid-template-columns: 1fr;
	}

	.full-row {
		grid-column: 1 / 2;
	}

	.form-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.options-area select {
		width: 100%;
	}
}




/* Process */
@media (max-width: 768px) {

	.process-grid,
	.bottom-boxes {
		grid-template-columns: repeat(1, 1fr);
	}
}






/*RTL*/




/* Media Quries */

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

	.contact-two_shadow {
		display: none;
	}

}

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

	.rtl .service-block_one-content {
		margin-right: 0px;
	}

}

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

	.rtl .accordion-box .block .acc-btn {
		padding-right: 30px;
		padding-left: 60px;
	}

	.rtl .team-one_title {
		padding-right: 0px;
	}

	.rtl .team-one_arrow {
		display: none;
	}

}

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

	.rtl .comment-box .comment {
		padding-right: 0px;
	}

}





/*Services*/

/* Responsive */

@media (max-width: 992px) {

	.services-grid {

		grid-template-columns: repeat(2, 1fr);

	}

}



@media (max-width: 768px) {

	.services-grid {

		grid-template-columns: 1fr;

	}



	.service-block {

		max-width: 350px;

		margin: 0 auto;

	}



	.service-points {

		/* padding-left: 18px; */

	}

}

@media only screen and (max-width:375px) {
	.slider-one_heading {
		font-size: 32px;
		-webkit-text-stroke-width: 1.5px;
		line-height: 40px;
		line-height: 30px;
		/* margin-bottom: 20px; */
		margin-bottom: 5px;
	}

	.btn-style-one {
		padding: 6px 6px 6px 21px;
	}

}