.flipbook-theme {
    --w: 959px;
    --h: 850px;
    --dur: 1.1s;
    --ease: cubic-bezier(0.23, 1, 0.32, 1);
    --bg-color: #fafafa;
    --page1-color: #dfe9ff;
    --page2-color: #ffdfea;
    margin-top: 74px;
}
  .flipbook-wrapper {
    display: grid;
    place-content: center;
    min-height: 95vh;
    margin: 0;
    background: var(--bg-color);
    font-family: sans-serif;
  }
    .flipbook-book {
    position: relative;
    width: calc(var(--w) * 2);
    /* spread width  */
    height: var(--h);
    perspective: 2200px;
    /* Stronger 3D effect */
    transform: rotateY(-8deg) scale(1.01);
    /* Slight angle for realism */
  }
    .flipbook-leaf {
    width: var(--w);
    height: var(--h);
    position: absolute;
    top: 0;
    transform-style: preserve-3d;
  }
   .flipbook-leaf,
  .flipbook-leaf * {
    pointer-events: auto;
  }
    .flipbook-static {
    left: 0;
  }
    .flipbook-turnable {
    right: 0;
    /* start on the right side */
    left: 50%;
    /* cover the right half of the book */
    width: 50%;
    transform-origin: left;
    transition: transform 1.3s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.3s var(--ease);
    z-index: 10;
    /* ensure above static page */
    background: linear-gradient(to left, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    will-change: transform;
    position: absolute;
  }
  .flipbook-leaf.flipbook-turnable.flipbook-flipped {
    transform: rotateY(-180deg) skewY(0deg) scaleY(1.0);
    z-index: 1;
}
 .flipbook-leaf.flipbook-turnable.flipbook-flipped::before {
    opacity: 0.2;
  }
  
  .flipbook-leaf.flipbook-turnable.flipbook-flipped {
    transform: rotateY(-180deg) skewY(0deg) scaleY(1.0);
    z-index: 1;
    /* tuck under the next leaf */
  }
    .flipbook-leaf.flipbook-turnable:hover {
    /* No hover effect */
  }
    .flipbook-front,
  .flipbook-back {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    display: block;
    font-size: 2rem;
    user-select: none;
    /* Add a soft gradient to the edge */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.04) 0%, transparent 80%);
  }
   .flipbook-front {
    background: var(--page1-color);
  }

  .flipbook-back {
    background: var(--page2-color);
    transform: rotateY(180deg);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.04) 0%, transparent 80%);
  }
    .flipbook-leaf.flipbook-flipped {
    transform: rotateY(-180deg);
    z-index: 1;
    /* tuck under the next leaf */
  }
    .flipbook-controls {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -95px;
    padding: 0 85px;
  }
    .flipbook-btn {
    background: #fff;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    line-height: 23px;
    color: #1742a5;
    font-weight: 500;
    font-family: "Poppins";
    border: none;
    background-color: transparent;
  }
  .flipbook-btn:focus{
    background-color:transparent;
  }

  .flipbook-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
    #flipbook-counter {
    font-size: 0;
    min-width: 60px;
    text-align: center;
  }


.page-wrapper {
	display: flex;
	flex-wrap: wrap;
	height: 906px;
	padding-top: 88px;
	position: relative;
}

.left-page {
    height: 100%;
    min-height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 52px 85px  30px;
}
  .right-page {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
     padding: 52px 85px  30px;
  }

.last_creative_fig {
}

.left-page {
	background: #fff;
}

.right-page {
	background: #fff;
}

.page-heading {
	font-size: 18px;
	font-weight: 600;
}

.page-subheading {
	font-size: 32px;
	font-weight: 700;
}

.green-text {
	color: #63bd25;
}

.blue-text {
	color: #007bff;
}

.spiral-container {
    position: relative;
    width: 133px;
    display: flex;
    justify-content: center;
    transform: translateX(0%);
    position: relative;
    height: 885px;
    z-index: 1;
}

.vertical-bar {
	width: 25px;
	background-color: #332f30;
	height: 100%;
	z-index: -1;
}

.loop {
    position: absolute;
    width: 110px;
    height: 23px;
    background: linear-gradient(87deg, #c99b68 20%, #e3b98b 50%, #c99b68 63%);
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loop::after {
	content: "";
	width: 30px;
	height: 30px;
	background-color: #2a2525;
	border-radius: 50%;
	z-index: -36;
	position: relative;
	left: 8px;
}

.loop::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #2a2525;
    border-radius: 50%;
    z-index: -36;
    position: relative;
    right: 8px;
}
  .pagenetion1 {
    align-items: center;
    display: flex;
    position: relative;
    gap:10px;
  }

  .pagenetion2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    gap:10px;
  }

/* Position each loop at intervals */
.loop:nth-child(2) {
	top: 80px;
}

.loop:nth-child(3) {
	top: 180px;
}

.loop:nth-child(4) {
	top: 295px;
}

.loop:nth-child(5) {
	top: 410px;
}

.loop:nth-child(6) {
	top: 530px;
}

.loop:nth-child(7) {
	top: 636px;
}

.loop:nth-child(8) {
	top: 747px;
}

.number-box {
	border: 3px solid #333;
	display: inline-block;
	padding: 3px 12px;
	font-weight: bold;
	font-size: 23px;
}

.contact-info {
	font-weight: bold;
	margin-top: 20px;
}

.contact-number {
	color: #63bd25;
	font-size: 18px;
}

.footer {
	text-align: center;
	padding: 20px;
	font-size: 14px;
	background: #000;
	color: #fff;
}

.icons img {
	width: 24px;
	margin: 0 5px;
}

.nav-buttons {
	display: flex;
	justify-content: space-between;
	position: relative;
	bottom: 30px;
}

.right_next {
	justify-content: flex-end;
}

.nav-buttons a {
	text-decoration: none;
	font-weight: 500;
	color: #000;
}

@media (max-width: 768px) {
	.left-page,
	.right-page {
		width: 100%;
	}

	.central-binding {
		display: none;
	}
}

.creative_sec .banner_title {
	font-size: 48px;
	line-height: 58px;
	font-family: "Poppins", sans-serif;
}

.creative_sec .banner_title span {
	color: #000000;
	font-weight: 300;
	font-size: 38px;
	line-height: 48px;
}

.left-page .creative_sec .banner_title span.ttlSub {
	color: #86ba0c;
	font-weight: 600;
	display: block;
	font-size: 48px;
	line-height: 58px;
}

.right-page .creative_sec .banner_title span.ttlSub {
	color: #0386f6;
	font-weight: 600;
	display: block;
	font-size: 48px;
	line-height: 58px;
}

.creative_sec p {
	font-size: 17px;
	padding: 1em 0em 1em;
	line-height: 26px;
	color: #202227;
	max-width: 649px;
	font-weight: 300;
	font-family: "Poppins", sans-serif;
}

.creative_sec {
	padding-top: 40px;
}

.loCalInfoArea {
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
}

.loCalInfoArea.seCTwo {
	width: 560px;
	padding: 47px 0 13px 16px;
}

.secContInfo .osmTabedArea {
	max-width: 320px;
}

.osmTabBox {
	width: 100%;
	float: left;
}

.secContInfo {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	z-index: 9;
	position: relative;
}

.osm-tab-content {
	display: none;
}

.osm-tab-content.active {
	display: inherit;
}

.caLLBtn {
	display: flex;
	position: relative;
	width: 100%;
	float: left;
	gap: 23px;
}

.secContInfo .caLLBtn {
	min-height: 40px;
	padding-left: 55px;
	align-items: center;
}

.thumbBoxSecTwo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.thumbBoxSecTwo {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100px;
	overflow: hidden;
}
.crSeoBannerright {
	padding-left: 16px;
}
.iconInfoList a:hover img,
.iconInfoList a.active img {
	animation: gtwss-vibrate 1.5s linear infinite;
}
@keyframes gtwss-vibrate {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg);
	}
}
.secContInfo .iconInfoList a.active img, .secContInfo .iconInfoList a:hover img {
    /* animation: none; */
}
.loCalInfoArea .secContInfo .active .telNumber a {
	animation: typinga 5s steps(50) 1s infinite;
}

@keyframes typinga {
	from {
		width: 0;
	}
	to {
		width: 500px;
	}
}
  .iconInfoList {
    display: flex;
    gap: 20px;
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-right: 15px;
  }
  .welcome-cro1 {
    padding: 0;
  }

.iconInfoList a {
	position: relative;
}

.iconInfoList .active:before {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: unset;
	content: "";
	background: #d82533;
	bottom: -6px;
}

.secContInfo .iconInfoList a img {
	width: 18px;
	transition: all 0.5s ease;
}

.loCalInfoArea .secContInfo .telNumber a {
	color: #0025a3;
	font-size: 17px;
	line-height: 27px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.5s ease;
	font-weight: 700;
	text-decoration: none;
	width: 500px;
	display: block;
}
.creative_tit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.creative_tit h1 {
	font-size: 363px;
	text-transform: uppercase;
	font-weight: 800;
	font-family: "Poppins", sans-serif;
	opacity: 0.9;

	/* Gradient text */
	background: linear-gradient(to top, #d6e4fb, #9fbef6);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	/* Text stroke (border) */
	-webkit-text-stroke: 2px #6c98e9;
	/* black border */
	text-stroke: 2px #6c98e9;
	/* fallback for some browsers */
}

.centerClass::after {
	width: 100%;
	height: 1px;
	background-color: #333;
	position: absolute;
	content: "";
	top: 0;
}

.call_no {
	display: flex;
	align-items: center;
	gap: 10px;
}

.call_no img {
	width: 18px;
}

.call_no a {
	color: #86ba0c;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.5s ease;
	font-weight: 700;
	text-decoration: none;
	display: block;
}
/* .call_no a{animation: typinga 5s steps(50) 1s infinite;}
@keyframes typinga {
	from {
		width: 0;
	}
	to {
		width: 500px;
	}
} */
.left-page .align-items-center:after {
    position: absolute;
    width: 77%;
    height: 2px;
    background-color: #86ba0c;
    content: "";
    right:15px;
}

.right-page .align-items-center:after {
    position: absolute;
    width: 77%;
    height: 2px;
    background-color: #698ab8;
    content: "";
    left: 15px;
}
.right_fig img {
	position: relative;
	left: -74px;
}
.left_fig{
	    padding-top: 9px;
}
.left_fig img {
    position: relative;
    width: 870px;
    height: 335px;
    right: 3px;
}

.butCrseo {
	padding-top: 20px;
}

.button_content h3 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000000;
	font-weight: 700;
	font-family: "Poppins";
	margin-bottom: 17px;
	position: relative;
}

.button_content h3::after {
	position: absolute;
	width: 26%;
	height: 1px;
	background-color: #ccc;
	content: "";
	bottom: -15px;
	left: 0;
}

.button_content {
	position: relative;
	z-index: 9;
}

.central-binding {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  width: 140px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media (max-width: 768px) {
  .central-binding {
    display: none;
  }
}
