/* 
	Theme Name: SUVARNA 2026
	Version: 5.0
	Description: SUVARNA NEW THEMES 2026
*/

@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

/* custom scroll bar */
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: none; }
::-webkit-scrollbar-thumb { background: linear-gradient(135deg,rgba(33, 150, 243, 1) 0%, rgba(111, 191, 115, 1) 100%); }

body { font-family: "Host Grotesk", sans-serif; font-optical-sizing: auto; font-weight: 300; font-style: normal; font-size: 1.5vw; line-height: 1.2; margin: 0; padding: 0; box-sizing: border-box; color: #000; }

a { text-decoration: none; color: inherit; }

strong { font-weight: 700; }
p { margin: 0 0 1.5em 0; }

.progress-container { width: 100%; height: 5px; background: none; position: fixed; top: 0; left: 0; z-index: 1000; }
.progress-bar { height: 100%; background: linear-gradient(135deg,rgba(19, 88, 163, 1) 0%, rgba(212, 190, 127, 1) 100%); width: 0%; }

.container { max-width: 90%; }

.text10 { font-size: 10vw; font-weight: 700; }
.text7 { font-size: 7vw; font-weight: 700; }
.text5 { font-size: 5vw; font-weight: 700; }
.text4 { font-size: 4vw; font-weight: 700; line-height: 1.4; }
.text3 { font-size: 3vw; font-weight: 700; line-height: 1.3; }
.text2 { font-size: 2vw; font-weight: 700; line-height: 1.2; }
.text1 { font-size: inherit; }

.toparea { position: absolute; z-index: 1001; width: 100%; left: 0; top: 0; }
.toparea.is-active { position: fixed; }
.toparea .wrapper { display: flex; justify-content: space-between; align-items: center; }
.toparea .logo { position: relative; z-index: 1001; top: 3.3em; margin: 0; transition: 0.1s ease-in-out; }
.toparea .logo img { width: 100%; height: auto; max-width: 250px; }
.toparea .logo.is-hide { top: -3.3em; opacity: 0; }
.toparea .nav { position: relative; z-index: 2; padding: 0 0 0 0; }
.menu-toggle { width: 50px; height: 50px; position: relative; top: 3em; background: transparent; border: none; cursor: pointer; padding: 0; z-index: 1002; }
.menu-toggle .bar { display: block; height: 7px; background-color: #FFF; position: absolute; right: 0; transition: all 0.3s ease-in-out; border-radius: 100px; }
.menu-toggle .bar:nth-child(1) { top: 0; width: 50px; animation: animated-bar1 linear 1s infinite; }
.menu-toggle .bar:nth-child(2) { top: 50%; transform: translateY(-50%); width: 50px; animation: animated-bar2 linear 1s infinite; }
.menu-toggle .bar:nth-child(3) { bottom: 0; width: 50px; animation: animated-bar3 linear 1s infinite; }
@keyframes animated-bar1 {
  0%   {width: 50px;}
  50%  {width: 0px;}
  100%  {width: 50px;}
}
@keyframes animated-bar2 {
  0%   {width: 25px;}
  25%  {width: 50px;}
  75%  {width: 0px;}
  100%  {width: 25px;}
}
@keyframes animated-bar3 {
  0%   {width: 25px;}
  25%  {width: 0px;}
  75%  {width: 50px;}
  100%  {width: 25px;}
}
.menu-toggle:hover .bar:nth-child(1) { top: 0; width: 20px; }
.menu-toggle:hover .bar:nth-child(2) { top: 50%; transform: translateY(-50%); width: 30px; }
.menu-toggle:hover .bar:nth-child(3) { bottom: 0; width: 10px; }
.menu-toggle.is-active .bar:nth-child(1) { top: 50%; transform: translateY(-50%) rotate(45deg); width: 100%; animation: none; }
.menu-toggle.is-active .bar:nth-child(2) { opacity: 0;  width: 100%; animation: none; }
.menu-toggle.is-active .bar:nth-child(3) { bottom: 50%; transform: translateY(50%) rotate(-45deg);  width: 100%; animation: none; }
.menu-toggle.is-active .bar { background-color: #FFF; }

.full-page-menu { position: fixed; z-index: 1002; top: 0; left: 0; width: 100%; height: 100vh; background: linear-gradient(0,#EFC573,#4497BA); background-size: 200% 200%; animation: gradientMenu 5s ease infinite; color: white; display: flex; align-items: flex-end; z-index: 1000; visibility: hidden; 
    clip-path: circle(25px at calc(100% - 0px) 0px); transition: clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0.7s; padding: 0 0 2.5% 0; }
.full-page-menu.is-active { visibility: visible; clip-path: circle(150% at calc(100% - 40px) 40px); transition: clip-path 0.7s cubic-bezier(0.65, 0, 0.35, 1), visibility 0s 0s; }
@keyframes gradientMenu {
  0% {
    background-size: 200% 200%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 200% 200%;
  }
}

.full-page-menu ul { list-style: none; padding: 0; margin: 0; }
.full-page-menu li { margin: 0; opacity: 0; transform: translateY(10px); transition: opacity 0.3s ease, transform 0.3s ease; margin-bottom: .5em; }
.full-page-menu.is-active li { opacity: 1; transform: translateY(0); }
.full-page-menu.is-active li:nth-child(1) { transition-delay: 0.5s; }
.full-page-menu.is-active li:nth-child(2) { transition-delay: 0.7s; }
.full-page-menu.is-active li:nth-child(3) { transition-delay: 0.9s; }
.full-page-menu.is-active li:nth-child(4) { transition-delay: 1.1s; }
.full-page-menu.is-active li:nth-child(5) { transition-delay: 1.3s; }
.full-page-menu.is-active li:nth-child(6) { transition-delay: 1.5s; }
.full-page-menu li a { color: #FFF; font-size: 5vw; font-weight: bold; transition: 0.5s ease; }
.full-page-menu li a:hover { margin-left: .5em; }

.display { position: relative; min-height: 100vh; overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center; background: #1358A3; color: #FFF; background: linear-gradient(150deg,rgba(19, 88, 163, 1) 0%, rgba(29, 140, 202, 1) 40%, rgba(105, 162, 172, 1) 60%, rgba(212, 190, 127, 1) 100%); }
.display .text4 { font-weight: 400; }
@property --reveal-radius {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 0%;
}
.display.radial-reveal {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background-color: #0f172a; /* Dark background so text is visible */
  color: #ffffff;
  padding: 200px 0;
}
.display.radial-reveal::after {
  content: "";
  position: absolute;
  inset: -50px; /* Slight overflow buffer to prevent edge artifacts */
  background-color: #ffffff;
  z-index: 99;
  pointer-events: none;
  --reveal-radius: 0%;
  -webkit-mask-image: radial-gradient(
    circle at 0% 0%,
    transparent 0%,
    transparent var(--reveal-radius),
    rgba(0, 0, 0, 0.2) calc(var(--reveal-radius) + 20%),
    black calc(var(--reveal-radius) + 80%)
  );
  mask-image: radial-gradient(
    circle at 0% 0%,
    transparent 0%,
    transparent var(--reveal-radius),
    rgba(0, 0, 0, 0.2) calc(var(--reveal-radius) + 20%),
    black calc(var(--reveal-radius) + 80%)
  );
  transition: --reveal-radius 10s cubic-bezier(0.16, 1, 0.3, 1) 0s;
}
.display.radial-reveal.is-revealed::after {
  --reveal-radius: 200%;
}

.home-area2 { position: relative; overflow: hidden; padding: 3em 0; }
.home-area2 .line { margin: 0 0 .5em 0; line-height: 1.4; font-weight: 800; }
.home-area2 span { background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1B325E 50%); padding: 0; background-size: 200%; background-position: 0 0; display: inline; transition: 0.5s ease-in-out; }
.home-area2:hover span { background-position: -100% 0; color: #FFF; padding: 0 .2em; }
.home-area2:hover span.block1 { transition-delay: 0.25s; }
.home-area2:hover span.block2 { transition-delay: 0.5s; }
.home-area2:hover span.block3 { transition-delay: 0.75s; }
.home-area2:hover span.block4 { transition-delay: 1s; }
.home-area2:hover span.block5 { transition-delay: 1.5s; }
.home-area2 a { background: linear-gradient(to right, #F0C571 50%, #1B325E 50%); padding: .5em 1em; background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; font-weight: 600; }
.home-area2 a:hover { background-position: -100% 0; color: #FFF; }

.home-area3 { position: relative; line-height: 0; width: 100%; max-width: 100%; overflow: hidden; margin: 0; }
.home-area3 video { width: 100%; height: 100%; object-fit: cover; display: block; pointer-events: none; }

.home-area4 { position: relative; padding: 6em 0 3em 0; overflow: hidden; background: #FFF; background: linear-gradient(40deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(196, 212, 231, 1) 100%); }
.home-area4 .text5 { margin: 0; text-align: center; }
.home-area4 .text5 span { display: inline-block; background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1B325E 50%); padding: 0; background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.home-area4:hover span { background-position: -100% 0; color: #FFF; padding: 0 .2em; }
.home-area4:hover span.block1 { transition-delay: 0.25s; }
.home-area4 .text1 { font-weight: 800; text-align: center; margin: 2em 0; }
.home-area4 .box { position: relative; overflow: hidden; width: 100%; padding: 2em 2em 10em 2em; background: #1358A3; background: linear-gradient(150deg,rgba(19, 88, 163, 1) 0%, rgba(29, 140, 202, 1) 40%, rgba(105, 162, 172, 1) 60%, rgba(212, 190, 127, 1) 100%); background-size: 200%; background-position: 0 0; transition: background 0.5s ease-in-out; }
.home-area4 .box:hover { background-size: 100%; background-position: 100% 0; }
.home-area4 .box .text { position: relative; z-index: 2; font-weight: 600; color: #FFF; line-height: 1.2; }
.home-area4 .box .box-img { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; overflow: hidden; }
.home-area4 .box .box-img img { position: relative; bottom: 0; left: 0; width: 100%; height: auto; object-fit: cover; opacity: .5; transition: 0.5s ease-in-out; }
.home-area4 .box:hover .box-img img { opacity: 1; }

.home-area5 { position: relative; padding: 3em 0; overflow: hidden; background: #FFF; }
.home-area5 .text5 { margin: 0; text-align: center; color: #1B325E; }
.home-area5 .text1 { font-weight: 800; text-align: center; margin: 2em 0 3em 0; }
.home-area5 ol { border-bottom: 2px dashed #539CB5; list-style: none; padding: 0; margin: 0; }
.home-area5 ol li { border-top: 2px dashed #539CB5; padding: 3em 0; transition: 0.5s ease-in-out; }
.home-area5 ol li:hover { background: #EAEFF8; }

.left-text { display: flex; justify-content: flex-start; align-items: flex-start; }
.left-text span { display: block; }
.left-text span:first-child { margin-right: .5em; }
.right-text { position: relative; }

.home-area6 { position: relative; padding: 3em 0; overflow: hidden; background: url('images/home-area6-bg.webp') no-repeat top right; background-size: contain; }
.home-area6 .image { position: relative; overflow: hidden; }
.home-area6 .image img { width: 100%; height: auto; object-fit: cover; }
.home-area6 .text4 { margin: 0 0 .5em 0; }

.home-area7 { position: relative; padding: 3em 0; overflow: hidden; }
.home-area7 .image { position: relative; overflow: hidden; }
.home-area7 .image img { width: 100%; height: auto; object-fit: cover; }
.home-area7 .text4 { margin: 0 0 .5em 0; }
.home-area7 span { background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1B325E 50%); padding: 0; background-size: 200%; background-position: 0 0; display: inline; transition: 0.5s ease-in-out; }
.home-area7:hover span { background-position: -100% 0; color: #FFF; padding: 0 .2em; }
.home-area7:hover span.block1 { transition-delay: 0.25s; }
.home-area7:hover span.block2 { transition-delay: 0.5s; }
.home-area7:hover span.block3 { transition-delay: 0.75s; }
.home-area7 .link-grad a { padding: 1em 3em; }

.home-area8 { position: relative; padding: 3em 0; overflow: hidden; }
.home-area8 .box { background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #FFF; }
.home-area8 .box .image { position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 50%; }
.home-area8 .box .image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.home-area8 .box .content { padding: 1.5em; }
.home-area8 .box .content .title { position: relative; margin: 0 0 .5em 0; }
.home-area8 .box .content .title:before { position: absolute; content: ''; width: 0; height: 2px; background: #F0C571; left: 0; bottom: -7px; transition: 0.5s ease-in-out; }
.home-area8 .box:hover .content .title:before { width: 100%; }
.home-area8 .box .content .excerpt { color: #ACBBD9; margin: 0 0 1em 0; }
.home-area8 .box .content .arrow { text-align: left; margin: 0; }
.home-area8 .box .content .arrow span { display: flex; justify-content: center; align-items: center; text-align: center; transform: rotate(-45deg); color: #F0C571; border: 1px solid #FFF; width: 50px; height: 50px; border-radius: 100%; transition: 0.5s ease-in-out; }
.home-area8 .box:hover .content .arrow span { transform: rotate(0deg); color: #FFF; border: 1px solid #F0C571; background: #F0C571; }

.content { position: relative; padding: 3em 0; overflow: hidden; }
.content img { width: 100%; height: auto; }
.content .text5 { margin: 0 0 .5em 0; color: #1B325E; }
.content ul.tradlist li { margin: 0 0 1.5em 0; }
.content ul.tradlist li span { display: block; }
.content ul.about-teamlist { list-style: none; margin: 0; padding: 0; }
.content ul.about-teamlist li { margin: 0 0 2em 0; }
.content ul.about-teamlist li span { display: block; }
.content ul.about-teamlist li .text2 { font-size: 1.5vw; color: #24427C; }
.content ul.about-teamlist li .text1 { font-size: 1.25vw; color: #777; }

.link-orange { margin: 0; }
.link-orange a { position: relative; display: inline-block; font-weight: 700; background: linear-gradient(to right, #F0C571 50%, #1B325E 50%); padding: 1em 3em; background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.link-orange a:hover { background-position: -100% 0; color: #FFF; }
.link-white { margin: 3em 0 0 0; }
.link-white a { position: relative; display: inline-block; color: #1A1375; font-weight: 700; background: linear-gradient(to right, #FFF 50%, #1B325E 50%); padding: 1em 3em; background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.link-white a:hover { background-position: -100% 0; color: #FFF; }
.link-grad { margin: 3em 0 0 0; }
.link-grad a { color: #FFF; padding: 1em 3em; font-weight: 700; background: #4497BA; background: linear-gradient(150deg,rgba(68, 151, 186, 1) 0%, rgba(239, 197, 115, 1) 100%); background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.link-grad a:hover { background-position: -100% 0; }
.link-grad-blue { margin: 3em 0 0 0; }
.link-grad-blue a { color: #FFF; padding: 1em 3em; font-weight: 700; background: #4497BA; background: linear-gradient(150deg,rgba(20, 121, 208, 1) 0%, rgba(10, 62, 106, 1) 100%); background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.link-grad-blue a:hover { background-position: -100% 0; }

.content .tab_hwh { width: 100%; margin: 3em 0 0 0; padding: 0;	position: relative; }
.content .tab_hwh input,
.content .tab_hwh section { clear: both; display: none; }
.content .tab_hwh label { position: relative; font-weight: 800; z-index: 2; display: inline-block; border: 2px solid #539CB5; border-bottom: 0; background: #FFF; color: #000; padding: .5em 1em; margin: 0; cursor: pointer; text-align: center; transition: 0.5s ease-in-out; }
.content .tab_hwh [id^="tab"] + label:before { position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); transition: 0.5s ease-in-out; }
.content .tab_hwh [id^="tab"] + label:hover:before { opacity: 0; }
.content .tab_hwh [id^="tab"]:checked + label:before { opacity: 0; }
.content .tab_hwh [id^="tab"] + label span { position: relative; z-index: 2; color: #FFF; transition: 0.5s ease-in-out; }
.content .tab_hwh [id^="tab"]:checked + label span,
.content .tab_hwh [id^="tab"] + label:hover span { color: #000; }
.content .tab_hwh #tab1:checked ~ #content1,
.content .tab_hwh #tab2:checked ~ #content2,
.content .tab_hwh #tab3:checked ~ #content3,
.content .tab_hwh #tab4:checked ~ #content4 { position: relative; z-index: 1; top: -2px; display: block; padding: 3em; border: 2px solid #539CB5; border-radius: 0 5em; }
.content .tab_hwh #tab1:checked ~ #content1 { background: url(images/hwh-tab1.webp) no-repeat right 2em; background-size: contain; }
.content .tab_hwh #tab2:checked ~ #content2 { background: url(images/hwh-tab2.webp) no-repeat right 2em; background-size: contain; }
.content .tab_hwh #tab3:checked ~ #content3 { background: url(images/hwh-tab3.webp) no-repeat right 2em; background-size: contain; }
.content .tab_hwh #tab4:checked ~ #content4 { background: url(images/hwh-tab4.webp) no-repeat right 2em; background-size: contain; }
.content .tab_hwh .tab-content > * { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; }
.content .tab_hwh .tab-content .link-orange a { padding: .5em 1em; }
.content .tab_hwh label .fa { font-size: 1.3em; margin: 0 0.4em 0 0; }
.content .tab_hwh p { margin: 0 0 1.5em 0; }

@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}


.about-area3 { position: relative; overflow: hidden; background: #000000; color: #FFF; padding: 0; }
.about-area3 .bg { position: absolute; z-index: 1; width: 100%; height: 100%; }
.about-area3 .bg img { position: absolute; left: 0; width: 100%; height: 100%; }
.about-area3 .content { position: relative; z-index: 2; }
.about-area3 .text5 { font-size: 3.5vw; margin: 0 0 .5em 0; line-height: 1.2; color: #FFF; }

.about-area4 img { border-radius: 0 5em; }

.about-area5 { position: relative; text-align: center; color: #FFF; padding: 5em 1em; overflow: hidden; background: url(images/bg-about-area5.webp) no-repeat center 0; background-size: cover; }
.about-area5 .text5 { margin: 0 0 .5em 0; color: #FFF; }
.about-area5 .logo { margin: 3em 0 0 0; }
.about-area5 .logo img { width: auto; height: auto; filter: grayscale(100) brightness(500); }

.about-area6 { position: relative; overflow: hidden; padding: 0; background: #DEDEE0; }
.about-area6 .bg { position: absolute; z-index: 1; width: 100%; height: 100%; }
.about-area6 .bg img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.about-area6 .content { position: relative; z-index: 2; }
.about-area6 .text5 { font-size: 3.5vw; font-weight: 800; margin: 0 0 .5em 0; line-height: 1.2; color: #000; }

.content .about-form { border: 1px solid #11519E; padding: 3em; background: url('images/bg-about-form.webp') no-repeat bottom left; }
.content .about-form .text4 { margin: 0 0 .5em 0; }
.content .about-form form label { font-size: 1vw; }
.content .about-form form input { font-size: 1.5vw; border: 1px solid #11519E; border-radius: 0; }
.content .about-form form textarea { font-size: 1.5vw; border: 1px solid #11519E; border-radius: 0; }
.content .about-form form button,
.content .about-form form input[type="submit"] { display: block; width: 100%; border: none; border-radius: 0; font-size: 1.5vw !important; color: #FFF; padding: .5em 1em; background: #4497BA; background: linear-gradient(150deg,rgba(68, 151, 186, 1) 0%, rgba(239, 197, 115, 1) 100%); background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.content .about-form form button:hover,   
.content .about-form form input[type="submit"]:hover { background-position: -100% 0; }
.content .about-form .small-text { color: #777; }


.work-clientlist { position: relative; text-align: center; overflow: hidden; padding: 3em 0; }
.work-clientlist .text5 { margin: 0; }
.work-clientlist ul.logolist { list-style: none; padding: 0; margin: 0; }
.work-clientlist ul.logolist li { display: inline; width: 20%; padding: 0; margin: 0; text-align: center; }
.work-clientlist ul.logolist li img { width: 100%; height: auto; }

.work-area4 { position: relative; overflow: hidden; padding: 0 0 3em 0; }
.work-area4 .box { position: relative; padding: 2em; overflow: hidden; color: #FFF; background: #0C368A; background: linear-gradient(150deg,rgba(12, 54, 138, 1) 0%, rgba(29, 143, 204, 1) 50%, rgba(239, 197, 115, 1) 100%); width: 100%; aspect-ratio: 1 / 1; display: flex; justify-content: center; align-items: center; text-align: center; }
.work-area4 .col-md-4:nth-child(even) .box { background: #EAEFF8; color: #000; }
.work-area4 .box .image { position: absolute; right: 0; bottom: 0; width: 100% !important; height: 100% !important; }
.work-area4 .box .image img { position: absolute; right: 0; bottom: 0; width: 100% !important; height: 100% !important; object-fit: cover; }
.work-area4 .box .text3 { font-weight: 800; }

.work-area5 { position: relative; overflow: hidden; padding: 3em 0; background: #EAEFF8; }
.work-area5 p { margin: 0 0 1em 0; }
.work-area5 img { width: 70%; height: auto; object-fit: cover; margin: 0 auto; display: block; }
.work-area5 .text5 { margin: 0 0 .5em 0; }

.work-area6 { position: relative; padding: 3em 0 0 0; font-size: 1.2vw; overflow: hidden; background: #FFF; }
.work-area6 .text5 { margin: 0 0 1em 0; text-align: center; }
.work-area6 .text4 { line-height: 1; margin: 0; }
.work-area6 .text2 { font-size: 1.5vw; margin: 0 0 1em 0; }
.work-area6 ol { border-bottom: 2px dashed #539CB5; list-style: none; padding: 0; margin: 0; }
.work-area6 ol li { position: relative; overflow: hidden; border-top: 2px dashed #539CB5; padding: 3em 0; transition: 0.5s ease-in-out; }
.work-area6 ol li:hover { background: #EAEFF8; }
.work-area6 ul { list-style: disc; list-style-position: inside; padding: 0; margin: 0; }
.work-area6 ul li { border: none; padding: 0; margin: 0; line-height: 1.5; background: none; }
.work-area6 .icon { position: absolute; z-index: 1; left: 20%; bottom: -1em; }
.animated-gradient { position: relative; top: -1em; font-size: 1.25vw; color: #FFF; padding: .5em 1em; border-radius: 100px; display: inline-block; background: linear-gradient(-45deg,#EFC573,#4497BA); background-size: 200% 200%; animation: gradientMove 2s ease infinite; }

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.work-area7 { position: relative; overflow: hidden; padding: 3em; background: #EAEFF8; }
.work-area7 p { margin: 0 0 1em 0; }
.work-area7 img { width: 100%; height: auto; object-fit: cover; margin: 0 auto; display: block; }
.work-area7 .text5 { margin: 0 0 .5em 0; }

.work-area8 { position: relative; overflow: hidden; padding: 0; background: #D4D0CD; }
.work-area8 .bg { position: absolute; left: 0; z-index: 1; width: 100%; height: 100%; }
.work-area8 .bg img { position: absolute; left: 0; width: 100%; height: 100%; object-fit: cover; }
.work-area8 .content { position: relative; z-index: 2; padding: 5em 0; }
.work-area8 .text5 { font-size: 3.5vw; margin: 0 0 .5em 0; line-height: 1.2; color: #000; }

.work-area9 { position: relative; text-align: center; color: #FFF; padding: 5em 1em; overflow: hidden; background: url(images/bg-work-area9.webp) no-repeat center right; background-size: cover; }
.work-area9 .text5 { margin: 0 0 .5em 0; color: #FFF; }
.work-area9 .logo { margin: 3em 0 0 0; }
.work-area9 .logo img { width: auto; height: auto; filter: grayscale(100) brightness(500); }

.insight-area2 { position: relative; padding: 3em 0; overflow: hidden; }
.insight-area2 .category-tab { display: flex; justify-content: center; align-items: center; text-align: center; width: 100%; margin: 0 0 1.5em 0; border: 1px solid #0C368A; }
.insight-area2 .category-item { position: relative; color: #000; display: flex; align-items: center; justify-content: center; background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #000; border-right: 1px solid #0C368A; font-size: 1vw; font-weight: 800; padding: 1em 2em; margin: 0; cursor: pointer; transition: 0.5s ease-in-out; }
.insight-area2 .category-item:before { position: absolute; z-index: 1; content: ''; width: 100%; height: 100%; left: 0; top: 0; background: #FFF; transition: 0.5s ease-in-out; }
.insight-area2 .category-item:hover:before { opacity: 0; }
.insight-area2 .category-item span { position: relative; z-index: 2; }
.insight-area2 .category-item:last-child { border-right: none; }
.insight-area2 .category-item:hover { background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #FFF; border-left-color: #FFF; }
.insight-area2 .category-item.active { color: #FFF; }
.insight-area2 .category-item.active:before { opacity: 0; }
.insight-area2 .box { border: 1px solid #0C368A; }
.insight-area2 .box .image { position: relative; overflow: hidden; width: 100%; height: 0; padding-bottom: 50%; }
.insight-area2 .box .image img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.insight-area2 .box .content { padding: 1em; }
.insight-area2 .box .content .title { position: relative; margin: 0 0 .5em 0; }
.insight-area2 .box .content .title:before { position: absolute; content: ''; width: 0; height: 2px; background: #0C368A; left: 0; bottom: -7px; transition: 0.5s ease-in-out; }
.insight-area2 .box:hover .content .title:before { width: 100%; }
.insight-area2 .box .content .excerpt { color: #666; margin: 0 0 1em 0; }
.insight-area2 .box .content .arrow { text-align: left; margin: 0; }
.insight-area2 .box .content .arrow span { display: flex; justify-content: center; align-items: center; text-align: center; transform: rotate(-45deg); color: #0C368A; border: 1px solid #0C368A; width: 50px; height: 50px; border-radius: 100%; transition: 0.5s ease-in-out; }
.insight-area2 .box:hover .content .arrow span { transform: rotate(0deg); color: #FFF; border: 1px solid #0C368A; background: #0C368A; }
.insight-area2 .pagination-area { padding: 3em 0 0 0; text-align: center; }
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a {
	border: 1px solid #0C368A;
	margin: 2px;
  padding: 0.375rem 1rem;
	text-decoration: none;
  transition: background 0.5s ease-in-out;
}

.wp-pagenavi span {
	border: 1px solid #0C368A;
	margin: 2px;
  padding: 0.375rem 1rem;
	text-decoration: none;
  transition: background 0.5s ease-in-out;
}

.wp-pagenavi a:hover { background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #FFF; }
.wp-pagenavi span.current { background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #FFF; }

.landing-area2 { position: relative; overflow: hidden; padding: 3em 0; }
.landing-area2 .text5 { color: #1B325E; }
.landing-area2 .logo { position: relative; margin: 3em 0 0 0; display: flex; justify-content: space-between; align-items: center; text-align: center; }

.landing-area3 { position: relative; overflow: hidden; padding: 3em 0 5em 0; background: #B8CBE2; background: linear-gradient(150deg,rgba(184, 203, 226, 1) 0%, rgba(250, 237, 213, 1) 100%); }
.landing-area3 .text5 { color: #1B325E; }
.landing-area3 .text1 { font-weight: 800; text-align: center; margin: 2em 0; }
.landing-area3 .text5 span.block1 { display: inline-block; background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #1B325E 50%); padding: 0; background-size: 200%; background-position: 0 0; transition: 0.5s ease-in-out; }
.landing-area3:hover span.block1 { background-position: -100% 0; color: #FFF; padding: 0 .2em; transition-delay: 0.25s; }
.landing-area3 .box { position: relative; overflow: hidden; background: #FFF; display: flex; justify-content: center; align-items: center; padding: 1em 0; color: #767676; }
.landing-area3 .box img { position: relative; display: inline-block; }
.landing-area3 .box span { position: relative; display: inline-block; padding: 0 2em; }

.landing-area4 { position: relative; overflow: hidden; padding: 3em 0 0 0; }
.landing-area4 .text5 { color: #1B325E; }
.landing-area4 .text5 span { display: block; }
.landing-area4 .text1 { font-weight: 800; margin: 2em 0; }
.landing-area4 .box-bg1 { background: #BD998D; background: linear-gradient(180deg,rgba(189, 153, 141, 1) 80%, rgba(174, 128, 102, 1) 100%); margin-bottom: 2em; }
.landing-area4 .box-bg2 { background: #FFFFFF; background: linear-gradient(180deg,rgba(255, 255, 255, 1) 86%, rgba(214, 214, 214, 1) 100%); margin-bottom: 2em; }
.landing-area4 .box-bg3 { background: #EBE13A; background: linear-gradient(180deg,rgba(235, 225, 58, 1) 80%, rgba(234, 192, 50, 1) 100%); }
.landing-area4 .box { position: relative; padding: 2em 5em 2em 2em; text-align: left; background: #1358A3; color: #FFF; background: linear-gradient(150deg,rgba(19, 88, 163, 1) 0%, rgba(29, 140, 202, 1) 40%, rgba(105, 162, 172, 1) 60%, rgba(212, 190, 127, 1) 100%); border-radius: 0 0 0 0; transition: 0.5s ease-in-out; }
.landing-area4 .box:hover { border-radius: 0 0 10em 0; }
.landing-area4 .box .text1 { margin: 0; font-weight: 300; }
.landing-area4 .box b { font-weight: 800; }
.landing-area4 .box ul { display: grid; grid-template-columns: repeat(2, 1fr); }
.landing-area4 .box ul li { margin: 0; padding: 0; }
.landing-area4 .box .text4 { display: flex; align-items: center; }
.landing-area4 .box .text4 span.recomended { position: relative; margin: 0 0 0 1em; display: inline-block; font-size: 1vw; color: #000; background: #FFD972; background: linear-gradient(150deg, rgba(255, 217, 114, 1) 0%, rgba(211, 173, 5, 1) 100%); padding: .5em 1em; border-radius: 100px; overflow: hidden; }
.landing-area4 .box .text4 span.recomended::after { content: ''; position: absolute; top: -50%; left: -150%; width: 100%; height: 200%; background: linear-gradient(60deg, transparent 20%, rgba(255, 255, 255, 0.7) 50%, transparent 80%); transform: rotate(25deg); animation: shineSweep 2.5s infinite linear; pointer-events: none; }
@keyframes shineSweep {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.landing-area5 { position: relative; overflow: hidden; padding: 0; background: #EAEFF8; }
.landing-area5 .content { padding: 2em; }
.landing-area5 .content .text1 { margin: 1.5em 0; }
.landing-area5 .content ul { margin-top: 1em; display: grid; grid-template-columns: repeat(2, 1fr); list-style-image: url('images/ellipse.webp'); font-size: 1.2vw; }
.landing-area5 .content ul li { margin: 0; padding: 0 1em 1em 0; }
.landing-area5 img { width: 100%; height: auto; }

.landing-area6 { position: relative; overflow: hidden; padding: 3em 0; background: #EAEFF8; }
.landing-area6 .text5 { color: #1B325E; }
.landing-area6 .text1 { font-weight: 300; margin: 1em 0 2em 0; }
.landing-area6 .box { position: relative; width: 100%; aspect-ratio: 1 / 1; padding: 2em; background: #1358A3; color: #FFF; background: linear-gradient(150deg,rgba(19, 88, 163, 1) 0%, rgba(29, 140, 202, 1) 40%, rgba(105, 162, 172, 1) 60%, rgba(212, 190, 127, 1) 100%); }
.landing-area6 .box img { position: relative; display: block; margin: 0 0 2em 0; }
.landing-area6 .box div { position: relative; display: block; }
.landing-area6 .col-12:nth-child(even) .box { background: #FFF; color: #767676; }
.landing-area6 .col-md-4 .box { aspect-ratio: inherit; }

.landing-area7 { position: relative; overflow: hidden; padding: 0; background: #000; }
.landing-area7 .wrap { padding: 2em; color: #FFF; }
.landing-area7 .wrap .text5 { color: #FFF; }
.landing-area7 .wrap .text1 { margin: 1.5em 0; }
.landing-area7 img { position: absolute; width: 100%; height: auto; left: 0; bottom: 0; }
.landing-area7 img.header { position: relative; display: inline-block; width: 450px; }

.landing-area8 { position: relative; overflow: hidden; padding: 3em 0; background: #EAEFF8; }
.landing-area8 .box .studycase { position: relative; display: inline-block; margin: 0 0 1em 0; font-size: 1vw; color: #000; background: #FFD972; background: linear-gradient(150deg, rgba(255, 217, 114, 1) 0%, rgba(211, 173, 5, 1) 100%); padding: .5em 1em; border-radius: 100px; overflow: hidden; }
.landing-area8 .box .studycase::after { content: ''; position: absolute; top: -50%; left: -150%; width: 100%; height: 200%; background: linear-gradient(60deg, transparent 20%, rgba(255, 255, 255, 0.7) 50%, transparent 80%); transform: rotate(25deg); animation: shineSweep 2.5s infinite linear; pointer-events: none; }
.landing-area8 .text5 { color: #000; margin: 0 0 .5em 0; text-align: center; }
.landing-area8 .text3 { font-weight: 800; }
.landing-area8 .text2 { font-weight: 600; margin: 1em 0; }
.landing-area8 .text1 { font-weight: 300; margin: 0; }
.landing-area8 .box { position: relative; width: 100%; aspect-ratio: 1 / 1; padding: 2em 1em; background: #1358A3; color: #FFF; background: linear-gradient(150deg,rgba(19, 88, 163, 1) 0%, rgba(29, 140, 202, 1) 40%, rgba(105, 162, 172, 1) 60%, rgba(212, 190, 127, 1) 100%); }
.landing-area8 .box img { position: absolute; width: 100%; height: auto; right: 0; bottom: 0; }

.landing-area9 { position: relative; padding: 3em 0; overflow: hidden; background: #FFF; }
.landing-area9 .text5 { margin: 0 0 1em 0; text-align: center; }
.landing-area9 ol { border-bottom: 2px dashed #539CB5; list-style: none; padding: 0; margin: 0; }
.landing-area9 ol li { border-top: 2px dashed #539CB5; padding: 3em 0; transition: 0.5s ease-in-out; }
.landing-area9 ol li:hover { background: #EAEFF8; }

.cta-area { position: relative; padding: 3em 0 7em 0; overflow: hidden; background: url('images/home-area8-bg.webp') no-repeat left top; background-size: 20% 250%; }
.cta-area .text5 {  margin: 0 0 .5em 0; text-align: center; }
.cta-area .text1 { text-align: center; }
.cta-area .link-grad { text-align: center; }
.cta-area .link-grad a { padding: 1em 2em; }
.cta-area .text5 i { background-image: linear-gradient(to right, #FFFFFF 50%, transparent 50%), linear-gradient(150deg, rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); padding: 10px; background-size: 200% 100%, 100% 100%; background-position: 0 0, 0 0; display: inline; transition: 0.5s ease-in-out; }
.cta-area:hover .text5 i { background-position: -100% 0, 0 0; color: #FFF; }

.footer { position: relative; overflow: hidden; background: #1B325E; background: linear-gradient(150deg,rgba(27, 50, 94, 1) 0%, rgba(56, 104, 196, 1) 100%); color: #FFF; padding: 3em 0; }
.footer .left-box { margin: 0 0 1em 0; }
.footer .left-box .logo-footer img { width: 100%; height: auto; max-width: 150px; margin-bottom: 1em; }
.footer .box { margin: 0 0 3em 0; }
.footer .text1 { font-size: 1vw; }
.footer .text2 { font-size: 1.5vw; margin: 0 0 1em 0; }
.footer .sosmed-footer i { margin: 0 .5em 0 0; }
.footer .box h3 { margin: 0 0 1em 0; }
.footer .box ul { list-style: none; padding: 0; margin: 0; }
.footer .box ul li { margin: 0 0 1em 0; line-height: 1.5; display: flex; justify-content: flex-start; align-items: flex-start; }
.footer .box span { display: inline-block; min-width: 20px; }
.footer .right-box { margin: 0 0 3em 0; }
.footer .right-box h3 { margin: 0 0 1em 0; }
.footer .right-box ul { list-style: none; padding: 0; margin: 0 0 3em 0; }
.footer .right-box ul li { margin: 0 0 1em 0; line-height: 1.5; display: flex; justify-content: flex-start; align-items: flex-start; }
.footer .right-box span { min-width: 90px; }
.footer .right-box span img { width: 70px; height: auto; }
.footer .right-box img.meta { width: 150px; height: auto; }

.wpcf7-not-valid-tip { font-size: 1vw !important; margin: 5px 0 0 0; }


 
/* Efek animasi pulsing */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.floating-wa {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 1em;
  right: 1em;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
  
  /* Panggil animasi pulse di sini */
  animation: pulse 2s infinite;
}

.floating-wa:hover {
  background-color: #1ebc57;
  transform: scale(1.1);
}

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

body { font-size: 4vw; line-height: 1.5; }

.container { max-width: 100%; }

.toparea .logo { top: 1.1em; }
.toparea .logo img { max-width: 150px; }

.menu-toggle { width: 30px; height: 30px; top: 1em; }
.menu-toggle .bar { height: 5px; }
.menu-toggle .bar:nth-child(1) { width: 30px; }
.menu-toggle .bar:nth-child(2) { width: 30px; }
.menu-toggle .bar:nth-child(3) { width: 30px; }
@keyframes animated-bar1 {
  0%   {width: 30px;}
  50%  {width: 0px;}
  100%  {width: 30px;}
}
@keyframes animated-bar2 {
  0%   {width: 15px;}
  25%  {width: 30px;}
  75%  {width: 0px;}
  100%  {width: 15px;}
}
@keyframes animated-bar3 {
  0%   {width: 15px;}
  25%  {width: 0px;}
  75%  {width: 30px;}
  100%  {width: 15px;}
}

.full-page-menu { align-items: center; text-align: center; }
.full-page-menu li a { font-size: 8vw; }

.text10 { font-size: 12vw; }
.text7 { font-size: 10vw; }
.text5 { font-size: 7vw; }
.text4 { font-size: 7vw; }
.text3 { font-size: 6vw; }
.text2 { font-size: 5vw; }
.text1 { font-size: 1.25em; }

.display { height: auto; min-height: auto; display: block; padding: 5em 0 3em 0; }
.display.radial-reveal { min-height: auto; padding: 5em 0 3em 0; }

.home-area2 span { background-position: -100% 0; color: #FFF; padding: 0 .25em; }

.home-area4 {  padding: 3em 0 0 0; }
.home-area4 .text5 span { background-position: -100% 0; color: #FFF; padding: 0 .2em; }
.home-area4 .box { padding: 1em 1em 7em 1em; background-size: 100%; background-position: 100% 0; }
.home-area4 .box .box-img img { opacity: 1; }

.home-area5 { padding: 3em 0; }
.home-area5 .text1 { margin: 1em 0; }
.home-area5 ol li { padding: 2em 0; }

.home-area7 span { background-position: -100% 0; color: #FFF; padding: 0 .2em; }

.left-text span { display: block; margin-right: 0; min-width: 40px; }
.left-text span:first-child { margin-right: 0; width: 40px; }
.right-text { margin: 0 0 0 40px; }

.work-area6 { font-size: 5vw; }
.work-area6 .text4 { margin: 0 0 1em 0; }
.work-area6 .text2 { font-size: 5vw; }
.work-area6 .icon { left: 20%; bottom: -2.5em; }
.animated-gradient { font-size: 4vw; }

.work-area7 { padding: 1em; }

.work-area8 .bg img { width: auto; height: 100%; object-fit: inherit; opacity: 0.25; }
.work-area8 .content { padding: 3em 1em; }
.work-area8 .text5 { font-size: 7vw; }

.about-area3 .bg { position: relative; }
.about-area3 .bg img { position: relative; width: 200%; height: auto; object-fit: inherit; }
.about-area3 .text5 { font-size: 7vw; margin: 0 0 1em 0; }

.about-area5 .logo img { width: 100%; max-width: 500px; }

.about-area6 .bg { position: relative; }
.about-area6 .bg img { position: relative; width: 200%; height: auto; object-fit: inherit; }
.about-area6 .text5 { font-size: 7vw; }

.content .about-form { padding: 1em; }
.content .about-form form label { font-size: 4vw; }
.content .about-form form input { font-size: 5vw; }
.content .about-form form textarea { font-size: 5vw; }
.content .about-form form button,
.content .about-form form input[type="submit"] { font-size: 4vw !important; padding: 1em 2em; }
.content .about-form .link-grad a { padding: 1em; }

.content ul.about-teamlist li .text2 { font-size: 5vw; }
.content ul.about-teamlist li .text1 { font-size: 4vw; }

.content .tab_hwh #tab1:checked ~ #content1,
.content .tab_hwh #tab2:checked ~ #content2,
.content .tab_hwh #tab3:checked ~ #content3,
.content .tab_hwh #tab4:checked ~ #content4 { padding: 2em 1em 1em 1em; border-radius: 0 1em; }
.content .tab_hwh #tab1:checked ~ #content1 { background-position: right bottom; }
.content .tab_hwh #tab2:checked ~ #content2 { background-position: right bottom; }
.content .tab_hwh #tab3:checked ~ #content3 { background-position: right bottom; }
.content .tab_hwh #tab4:checked ~ #content4 { background-position: right bottom; }
.content .tab_hwh p { margin: 0 0 1em 0; }

.insight-area2 .category-tab { display: inline-block; }
.insight-area2 .category-item { font-size: 5vw; padding: .5em 2em; }

.insight-area2 .box .content .title a { color: #0C368A; }
.insight-area2 .box:hover .content .title:before { width: 0; }
.insight-area2 .box .content .arrow span { transform: rotate(0deg); color: #FFF; border: 1px solid #0C368A; background: #0C368A; }
.insight-area2 .page-link { font-size: 5vw; }

.landing-area2 { padding: 3em 0 2em 0; }
.landing-area2 .logo { margin: 2em 0 0 0; }
.landing-area2 .logo img { max-width: 12%; }

.landing-area3 { padding: 3em 0; }
.landing-area3 .text1 { margin: 1em 0; }
.landing-area3 .box { padding: 2em 0; color: #333; font-size: 5vw; font-weight: 600; }
.landing-area3 .box img { position: absolute; left: 0; width: 20%; height: auto; }
.landing-area3 .box span { padding: 1em 1em 1em 25%; }
.landing-area3 .text5 span.block1 { background-position: -100% 0; color: #FFF; padding: 0 .2em; }

.landing-area4 { padding: 3em 0 0 0; }
.landing-area4 .text1 { margin: 1em 0; }
.landing-area4 .box-bg1 { margin-bottom: 1em; }
.landing-area4 .box-bg2 { margin-bottom: 1em; }
.landing-area4 .box { border-radius: 0 0 10em 0; padding: 3em 1em; }
.landing-area4 .box ul { display: block; grid-template-columns: repeat(1, 1fr); }
.landing-area4 .box .text4 { display: block; margin: 0 0 1em 0; }
.landing-area4 .box .text4 span.recomended { display: inline-block; font-size: 4vw; margin: 1em 0 0 0; }

.landing-area5 .content { padding: 1em; }
.landing-area5 .content ul { display: block; grid-template-columns: repeat(1, 1fr); font-size: 5vw; }

.landing-area6 .text1 { margin: 1em 0; }
.landing-area6 .box { aspect-ratio: auto; }

.landing-area7 .wrap { padding: 2em 1em; }
.landing-area7 img.header { width: 200px; }

.landing-area8 .box .studycase { font-size: 3vw; }

.landing-area9 ol li { padding: 2em 0; }
.landing-area9 .right-text { margin-top: 1em; }
.cta-area .text5 i { background-position: -100% 0, 0 0; color: #FFF; }
.footer .text1 { font-size: 4vw; }
.footer .text2 { font-size: 6vw; margin: 0 0 1em 0; }

.footer .sosmed-footer i { font-size: 5vw; }

.link-orange a,
.link-white a,
.link-grad a,
.link-grad-blue a { display: block; text-align: center; }

.hide-mobile { display: none; }

}