/* Oiyaa Technologies Responsive Styling */

/* =============================================================================
   RESPONSIVE STYLES
   Follows a mobile-first approach where base styles apply to mobile
   and media queries add styles for larger screens
============================================================================= */

/* Navbar and UI Elements for all screen sizes under 992px */
@media (max-width: 991.98px) {
	.nav-bar-custom {
		padding: 0px 0.5rem;
		display: flex !important;
		align-items: center !important;
	}

	.diff-box,
	.feature-box,
	.cta-box {
		min-height: 260px;
	}

	.navbar-collapse {
		padding: 1rem;
		border-radius: 8px;
		margin-top: 1rem;
	}

	.navbar-collapse .nav-link {
		color: var(--oiyaa-dark) !important;
		font-size: 1.1rem;
	}

	.nav-link {
		font-size: 1.1rem !important;
		padding: 0.5rem 1rem !important;
	}

	.btn-partner {
		font-size: 1.1rem !important;
		margin-top: 0.5rem;
		display: inline-block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	/* Navbar alignment and sizing */
	.navbar .navbar-nav {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.navbar .nav-item {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.navbar {
		padding: 0.5rem 0;
	}

	.logo-img {
		height: 55px;
	}

	.btn-partner {
		background-color: var(--oiyaa-orange);
		color: var(--text-white) !important;
		font-size: 1.1rem;
		padding: 0.4rem 1rem !important;
		margin: 0.5rem auto;
		display: block;
		max-width: 200px;
	}

	.about-logo {
		width: auto;
		height: 120px;
		margin-bottom: 1rem;
	}

	.cta-icon {
		width: 100px;
		height: 100px;
		margin-bottom: 1rem;
	}

	.hero-content {
		text-align: center;
	}

	.hero-text {
		max-width: 100%;
	}

	.hero-background-wrapper {
		background-position: center center;
	}


	.hero-content {
		padding: 3rem 1rem;
	}

	.hero-title {
		font-size: var(--font-xxxl);
	}
}

/* Partner Slider and Product Sections - Mobile and Small Tablets */
@media (max-width: 768px) {

	.diff-box,
	.feature-box,
	.cta-box {
		min-height: 220px;
		/* Even shorter on mobile */
	}

	.diff-icon,
	.cta-icon {
		width: 90px;
		height: 90px;
	}


	.product-icon {
		width: 50px;
		height: 50px;
	}


	.diff-title,
	.feature-title,
	.cta-box-title {
		font-size: 1.2rem;
	}

	.btn-light {
		font-size: 0.75rem;
		padding: 0.3rem 1rem;
		min-width: 100px;
	}

	.page-title {
		font-size: var(--font-xxl);
	}

	.page-header {
		padding: 2rem 0;
	}

	.partner-slide {
		min-width: 160px;
		padding: 0 15px;
	}

	.partner-logo {
		max-height: 60px;
		max-width: 140px;
		margin: 1rem;
	}

	.partner-slider::before,
	.partner-slider::after {
		width: 50px;
	}

	.products-section {
		clip-path: unset;
		padding: 50px 0;
	}

	.row-equal-height {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.product-card {
		padding: 1rem;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1.5rem;
		display: flex;
		flex-direction: column;
	}

	.product-card-body {
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
	}

	.product_btn {
		width: auto;
		margin: 1rem auto 0;
		padding: 8px 30px !important;
	}

	.diff-icon {
		width: 250px !important;
		height: 250px !important;
		object-fit: cover;
		margin-bottom: 1rem;
	}

	.diff-box {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 1rem;
		margin-bottom: 2rem;
	}

	.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	@keyframes scroll {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(calc(-160px * 14));
		}
	}

	.footer-logo {
		margin: 0 auto;
		display: block;
	}

	.hero-image {
		margin-top: 2rem;
	}

	.hero-section::after {
		height: 80px;
	}

	.section-title {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}

	.footer-links {
		margin-top: 2rem;
	}

	.footer-text {
		max-width: 100%;
		text-align: center;
	}

	.footer-section .oiyaa-logo {
		display: block;
		text-align: center;
		margin: 0 auto 1.5rem;
	}

	.about-section,
	.partners-section,
	.cta-section {
		padding: 40px 0;
	}

  .feature-boxes {
      bottom: 0px;
  }

  .Woiyaa-section {
      padding: 120px 30px 10px;
  }

  .Woiyaa-title {
      font-size: var(--font-xl);
  }
}

/* Extra Large Devices (Large Desktops, 1200px and up) */
@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	.hero-section {
		padding: 3rem 2rem 12rem 2rem;
	}

	.hero-content {
		padding: 5rem 2rem;
		text-align: center;
	}

	.hero-title {
		font-size: 3rem;
		line-height: 1.2;
	}

	.hero-text {
		font-size: 1.4rem;
		max-width: 70%;
		margin: 1rem auto 0;
	}


	.feature-box {
		min-height: 220px;
		padding: 2.5rem;
	}

	.feature-icon {
		width: 80px;
		height: 80px;
	}

	.feature-title {
		font-size: 1.7rem;
		margin-top: 1rem;
	}

	.section-title {
		font-size: 2.75rem;
		margin-bottom: 3rem;
	}


	.product-card {
		height: 100%;
		padding: 2rem;
	}

	.product-card-body {
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.product_btn {
		padding: 12px 40px !important;
		margin-top: 2rem;
	}


	.diff-icon {
		width: 350px;
		height: 280px;
		max-width: 350px;
		max-height: 280px;
		margin-bottom: 1.5rem;
	}
}

/* Large Devices (Desktops, 992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
	.container {
		max-width: 960px;
	}

	.hero-section {
		padding: 2rem 2rem 10rem 2rem;
	}

	.hero-content {
		padding: 4rem 2rem;
		text-align: center;
	}

	.hero-title {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	.hero-text {
		font-size: 1.25rem;
		max-width: 80%;
		margin: 0 auto;
	}


	.feature-box {
		min-height: 200px;
		padding: 2rem;
	}

	.feature-icon {
		width: 70px;
		height: 70px;
	}

	.feature-title {
		font-size: 1.5rem;
	}

	.about-section,
	.diff-section {
		padding: 80px 2vw;
	}

	.partners-section,
	.cta-section {
		padding: 70px 0;
	}

	.diff-box {
		padding: 1.5rem;
		margin-bottom: 2rem;
	}

	.diff-icon {
		width: 320px;
		height: 250px;
		max-width: 320px;
		max-height: 250px;
		margin-bottom: 1rem;
	}

	.product-card {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.product-card-body {
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
		padding: 1.5rem;
	}

	.product_btn {
		padding: 10px 30px !important;
		margin-top: 1.5rem;
	}

	.section-title {
		font-size: 2.5rem;
		margin-bottom: 2.5rem;
	}

    .Woiyaa-section {
    padding: 120px 120px 10px;
}
}

/* Medium Devices (Tablets, 768px to 991px) */
@media (min-width: 768px) and (max-width: 991.98px) {

  .Woiyaa-section {
    padding: 120px 120px 10px;
}

	.hero-section {
		padding: 4rem 2rem 6rem 2rem;
	}

	.hero-title {
		font-size: var(--font-display-sm);
		text-align: center;
	}

	.hero-text {
		font-size: var(--font-md);
		margin-bottom: 3rem;
		text-align: center;
	}

	.nav-link {
		font-size: var(--font-lg);
		padding: 0.4rem 0.8rem !important;
	}

	.feature-title,
	.diff-title,
	.cta-title {
		font-size: var(--font-xl);
	}

	.section-title {
		font-size: var(--font-xxl);
		text-align: center;
	}

	.about-content {
		font-size: var(--font-md);
		text-align: center;
	}

	.about-section,
	.partners-section,
	.cta-section {
		padding: 60px 0;
	}

	.about-section {
		text-align: center;
	}

	.feature-box,
	.cta-box,
	.diff-box {
		padding: 1.5rem;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.navbar-collapse {
		text-align: center;
	}

	.btn-partner {
		margin-left: auto;
		margin-right: auto;
		display: block;
		max-width: 220px;
	}


	.hero-section {
		padding: 2rem 2rem 8rem 2rem;
	}

	.hero-content {
		padding: 4rem 2rem;
	}

	.hero-title {
		font-size: 2.25rem;
	}

	.hero-text {
		font-size: 1.25rem;
	}


	.feature-box {
		min-height: 180px;
		padding: 1.75rem;
		width: 95%;
		margin-left: auto;
		margin-right: auto;
	}

	.feature-icon {
		width: 65px;
		height: 65px;
	}

	.feature-title {
		font-size: 1.5rem;
	}

	.section-title {
		font-size: 2.25rem;
		margin-bottom: 2rem;
	}

	.about-section,
	.partners-section,
	.cta-section {
		padding: 60px 0;
	}

	.navbar-brand .logo-img {
		height: 50px;
	}

	.product_btn {
		padding: 10px 40px !important;
		margin-top: 1rem;
	}

	.diff-icon {
		width: 280px;
		height: 280px;
		max-width: 280px;
		max-height: 280px;
		margin-bottom: 1rem;
	}

	.diff-box {
		margin-bottom: 2rem;
	}

	.product-card {
		height: 100%;
		display: flex;
		flex-direction: column;
	}

	.product-card-body {
		display: flex;
		flex-direction: column;
		flex: 1;
		justify-content: space-between;
	}


	.section-title {
		font-size: 2.25rem;
	}
}

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
	.hero-section {
		padding: 2rem 1rem 0rem 1rem;
		text-align: center;
	}

	.about-logo {
		width: auto;
		height: 100px;
	}

	.hero-image img {
		height: 60vw;
		margin: 0 auto;
		display: block;
	}

	.hero-title {
		font-size: var(--font-xxl);
		margin-top: 1rem;
	}

	.hero-text {
		font-size: var(--font-sm);
		margin-bottom: 2rem;
	}

	.navbar-brand .logo-img {
		height: 55px;
	}

	.navbar-collapse {
		padding: 1rem;
	}

	.navbar-collapse .nav-link {
		color: var(--oiyaa-dark) !important;
		font-size: var(--font-md);
		padding: 0.5rem 0.8rem !important;
	}

	.btn-partner {
		background-color: var(--oiyaa-orange);
		color: var(--text-white) !important;
		font-size: var(--font-sm);
		padding: 0.3rem 0.8rem !important;
		margin-top: 0.5rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 160px;
	}

	.nav-link {
		font-size: var(--font-md);
		padding: 0.4rem 0.8rem !important;
		text-align: center;
	}

	.section-title {
		font-size: var(--font-xxl);
		margin-bottom: 1.5rem;
		text-align: center;
	}

	.section-title::after {
		height: 3px;
		bottom: -6px;
	}

	.about-section {
		padding: 40px 0 80px;
		text-align: center;
	}

	.diff-section {
		padding: 80px 0 100px;
		margin-top: -30px;
		text-align: center;
	}

	.partners-section {
		padding: 70px 0 40px;
		text-align: center;
	}

	.cta-section {
		padding: 40px 0;
		text-align: center;
	}

	.about-content {
		font-size: var(--font-sm);
		text-align: center;
	}

	.feature-box,
	.cta-box,
	.diff-box {
		padding: 1.25rem;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.diff-link {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.cu-box-center-sm {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.feature-link,
	.cta-link {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.box_alignment_center {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.feature-title,
	.diff-title,
	.cta-title {
		font-size: var(--font-md);
	}

	.feature-icon {
		width: 80px;
		height: 80px;
	}

	.diff-icon {
		width: 250px !important;
		height: 250px !important;
		object-fit: cover;
	}

	.partner-logo {
		margin: 0.75rem;
	}

	.footer-section {
		text-align: center;
		padding: 2.5rem 0 1rem;
	}

	.footer-section .oiyaa-logo {
		font-size: var(--font-xl);
	}

	.footer-text {
		font-size: var(--font-sm);
	}

	.footer-links {
		margin-top: 1.5rem;
	}

	.social-link {
		font-size: var(--font-xxs);
		margin: 0 0.5rem;
	}

	h1,
	h2 {
		font-size: var(--font-xl);
	}

	h3 {
		font-size: var(--font-lg);
	}

	h4 {
		font-size: var(--font-md);
	}

	.about-logo {
		margin: 0 auto;
		display: block;
		max-width: 180px;
	}

	.hero-section {
		padding: 1rem 1rem 5rem 1rem;
	}

	.hero-content {
		padding: 2rem 1rem;
	}

	.hero-title {
		font-size: 1.75rem;
		margin-bottom: 1rem;
	}

	.hero-text {
		font-size: 1rem;
	}


	.feature-box {
		min-height: 160px;
	}

	.navbar-brand .logo-img {
		height: 45px;
	}

	.footer-logo {
		max-width: 180px;
	}
}

/* Print Styles */
@media print {

	.navbar,
	.footer-section,
	.cta-section {
		display: none !important;
	}

	body {
		font-size: 12pt;
		color: #000;
	}

	a {
		text-decoration: underline;
		color: #000;
	}

	.container {
		max-width: 100%;
		width: 100%;
	}

	.hero-section,
	.about-section,
	.diff-section,
	.partners-section {
		padding: 20pt 0;
		page-break-inside: avoid;
	}

	.hero-image img,
	.about-logo,
	.partner-logo {
		max-width: 100%;
		height: auto;
	}

	.section-title::after {
		display: none;
	}
}
