html, body, #page, #content, .site-content, .entry-content {
    overflow: visible !important;
}
body{line-height: 1.5 !important;}
/*about us*/

.intro-banner .left-square,
.intro-banner .right-square {
	border-radius: 24px;
	overflow: hidden;
	height: 506px;
}

.left-square {
  position: relative;
}

.right-square {
  background-color: #F65421;
  padding: 0 40px;
}

.right-square p {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

.right-square ul {
  color: #fff;
  list-style-type: disc;
  padding-left: 5px;
}

.right-square ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.right-square button {
  background-color: #fff;
  color: #1E1E1E;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 40px;
  border: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.right-square button:hover {
  background-color: #f65421;
  color: #fff;
}

.left-square .tag {
	position: absolute;
	top: 16px;
	left: 12px;
	color: white;
	font-weight: 600;
	background: #f65421;
	padding: 12px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
}

.aboutus-box {
}

.aboutus-box .text-area {
  flex-direction: column;
  justify-content: center;
  color: #1E1E1E;
}

.aboutus-box .text-area h4 {
  font-size: 40px;
  font-weight: 600;
}

.aboutus-box .text-area p {
  font-size: 17px;
  font-weight: 300;
}

.aboutus-box img{
	width: 390px;
	height: 640px;
	border-radius: 24px;
	object-fit: cover;
}



 /* Squares Animation */
.squares-animation-section {
	position: relative;
	height: 100vh;
	margin-bottom: 270px;
}

.squares-container {
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transform-origin: center;
    overflow: visible;
}

.center-square,
.expanding-square {
	width: 30vmin; /* Scales with container */
	height: 30vmin;
	max-width: 256px;
	max-height: 264px;
	position: absolute;
    background: #ECEFF6 !important;
    border-radius: 24px;
	display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    text-align: left;
    padding: 24px 16px 24px 24px;
    box-sizing: border-box;
	top: 50%;
    left: 50%;
}

.center-square {
    width: 27vmin; /* Scales with container */
	height: 27vmin;
	max-width: 236px;
	max-height: 244px;
    transform: translate(-50%, -50%);
	opacity: 1;
    display: flex;
    transition: all 0.3s ease;
    cursor: pointer;
}

.center-square i,
.expanding-square i {
    font-size: 35px;
    color: #f65421;
	margin-bottom: 15px;
}

.center-square img,
.expanding-square img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  display: block;
}
.expanding-square:has(img):not(:has(i)) {
  padding: 0 !important;
}

.center-square span,
.expanding-square span {
	font-size: 20px;
	font-weight: 600;
	color: #1E1E1E;
	line-height: 1;
	margin-bottom: 10px;
}

.center-square p,
.expanding-square p {
	font-size: 15px;
	font-weight: 400;
	color: #848484;
	line-height: 1;

}

.expanding-square {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


/* POSITIONING */
/* center Squares */
.animated .expanding-square:nth-child(1) {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  transition-delay: 0.1s;
}
.animated .expanding-square:nth-child(2) {
  transform: translate(-50%, 55%) scale(1);
  opacity: 1;
  transition-delay: 0.15s;
}

/* Left Column */
.animated .expanding-square:nth-child(3) {
  transform: translate(-160%, -150%) scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}
.animated .expanding-square:nth-child(4) {
  transform: translate(-160%, -40%) scale(1);
  opacity: 1;
  transition-delay: 0.25s;
}
.animated .expanding-square:nth-child(5) {
  transform: translate(-160%,70%) scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}
.animated .expanding-square:nth-child(6) {
  transform: translate(-160%, 180%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* Right Column (now 4) */
.animated .expanding-square:nth-child(7) {
  transform: translate(60%, -150%) scale(1);
  opacity: 1;
  transition-delay: 0.2s;
}
.animated .expanding-square:nth-child(8) {
  transform: translate(60%, -40%) scale(1);
  opacity: 1;
  transition-delay: 0.25s;
}
.animated .expanding-square:nth-child(9) {
  transform: translate(60%, 70%) scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}
.animated .expanding-square:nth-child(10) {
  transform: translate(60%, 180%) scale(1);
  opacity: 1;
  transition-delay: 0.35s;
}

/* Far Left Column (2) */
.animated .expanding-square:nth-child(11) {
  transform: translate(-270%, -100%) scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}
.animated .expanding-square:nth-child(12) {
  transform: translate(-270%, 10%) scale(1);
  opacity: 1;
  transition-delay: 0.45s;
}

/* Far Right Column (2) */
.animated .expanding-square:nth-child(13) {
  transform: translate(170%, -100%) scale(1);
  opacity: 1;
  transition-delay: 0.4s;
}
.animated .expanding-square:nth-child(14) {
  transform: translate(170%, 10%) scale(1);
  opacity: 1;
  transition-delay: 0.45s;
}

.animated .center-square {
  background: var(--dark);
  transform: translate(-50%, -50%) scale(1.1);
}
/*popup squares*/




        /* mobile scroll feature */
        .scroll-container {
			display: grid;
			grid-template-columns: 1fr auto 1fr;
			min-height: 400vh;
			position: relative;
			}

		.scroll-container .phone-sticky {
			height: 100vh;
			position: sticky;
			top: 0;
			display: flex;
			justify-content: center;
			align-items: center;
			grid-column: 2;
			padding: 2rem;
			z-index: 2;
			pointer-events: none;
		}

.scroll-container .phone-mockup {
  width: 340px;
  height: 640px;
  background: #ff4D00;
  border-radius: 20px;
  border: 2px solid #f65421 ;
  padding: 1px;
}

		.scroll-container .phone-screen {
			width: 100%;
			height: 100%;
			border-radius: 20px;
			overflow: hidden;
			background: white;
			position: relative;

		}

		.scroll-container .text-sections {
			grid-column: 1 / -1;
			position: relative;
			z-index: 1;
		}

		.scroll-container .text-section {
			height: 100vh;
			position: relative;
			display: flex;
			align-items: center;
		}

.scroll-container .phone-content {
			position: absolute;
			width: 100%;
			height: 400%;
			will-change: transform;
			transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.scroll-container .phone-section {
  height: 25%;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.6s ease;
  box-sizing: border-box;
}

.scroll-container .phone-section.section-1 {
  padding: 10px;
  gap: 0;
}

.scroll-container .phone-section.section-1 .text-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 12px;
  background: #ECEFF6;
  border-radius: 10px;
  margin: 0 0 5px 0;
}

.scroll-container .phone-section.section-1 .text-frame i {
  font-size: 24px;
  color: #f65421;
}

.scroll-container .phone-section.section-1 .text-frame .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #161616;
}

.scroll-container .phone-section.section-1 .text-frame h2 {
  font-size: 15px;
  font-weight: 700;
  margin:0 0 12px 0;
  line-height: 1;
}

.scroll-container .phone-section.section-1 .text-frame h4 {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}


.scroll-container .phone-section .card {
  width: 340px;
  height: 640px;
}

.scroll-container .phone-section.section-2 .card-btns-au {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: center;
}

.scroll-container .phone-section.section-2 .card-btns-au a {
  font-size: 15px;
  color: #1E1E1E;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 40px;
  padding: 8px 24px;
  transition: all 0.5s;
}

.scroll-container .phone-section.section-2 .card-btns-au a:hover {
  background-color: #F65421;
  color: #fff !important;
}

.scroll-container .phone-section.active {
  opacity: 1;
}

.scroll-container .phone-section.section-4 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*external text*/
.scroll-container .text-column {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
  text-align: left;
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.scroll-container .left-column {
  left: 10%;
  padding-right: 2rem;
}

.scroll-container .right-column {
  right: 10%;
  padding-left: 2rem;
}

.scroll-container .text-column.active {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.scroll-container .text-column h3 {
  font-size: 32px;
  font-weight: 600;
  color: #1E1E1E;
  margin: 0;
}

.scroll-container .text-column p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #666767;
  margin: 0;
}

.scroll-container .text-column span {
  padding: 16px 12px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #f65421;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
}

.scroll-container .text-column .list-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scroll-container .text-column .list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.scroll-container .text-column .list-item i {
  color: #f65421;
  font-size: 18px;
}

.scroll-container .text-column .list-text {
  color: black;
}


@media (max-width: 768px) {
  .scroll-container {
  grid-template-columns: 1fr;
}
.scroll-container .phone-sticky {
  grid-column: 1;
  padding: 1rem;
}
.scroll-container .text-column {
  width: 90%;
  position: static;
  transform: none;
  padding: 2rem !important;
  text-align: center !important;
}
.scroll-container .left-column, .right-column {
  position: absolute;
  top: auto;
  bottom: 20px;
  }
}
/*about us*/
