@charset "utf-8";
/* CSS Document */
/* Table of Contents ----------------------------------------------------------------------------- 1. Clean Base 2. Base Typography 3. Images 4. Links 5. Forms 6. Tables 7. Framework */

/* 1. Clean Base

------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio,
video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow-x: hidden;
}




img {
  border: none;
}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea { -webkit-appearance: none; outline: none; }

textarea:focus,
input:focus,
a,
div,
img {
  outline: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
  color: #000000;
  font-size: 18px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}

ul {
  margin: 20px 20px;
  padding: 0;
}

ul li {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  padding: 0 0 0 0;
  list-style: disc;
}

ol {
  margin: 20px 20px;
  padding: 0;
}

ol li {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  padding: 0 0 0 0;
  list-style: decimal;
  margin-left: 20px;
}

blockquote {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  background: #f3f3f3;
  padding: 20px 20px 10px 20px;
  border-left: 2px solid #1589cb;
}

blockquote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
  position: relative;
}

hr {
  border: 0 #000 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
  border: none;
  border-style: none;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
  color: #4777ac;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #4777ac;
  text-decoration: underline;
}

a:active,
a.current {
  color: #e8941a;
}

a:focus {
  outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  border: none;
  padding: 0 15px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  height: 33px;
  border-radius: 44px;
  margin-top: 0px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: none;
  padding: 10px 15px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  float: left;
  width: 100%;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  background: transparent;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  height: 30px;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  border-radius: 28px;
  padding: 0px 46px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background: #fff;
  color: #000;
}

label {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.two-hal .field-set {
  width: 48.5%;
  margin-left: 0;
}

.two-hal .field-set+.field-set {
  margin-right: 0;
}

.field-set {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.two-hal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {
  width: 100%;
  min-height: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.footer,
.push {
  height: 22px;
}

/* header */
header {
  width: 100%;
  height: auto;
  padding: 12px 0;
  box-sizing: border-box;
}

.logo {
  display: inline-block;
  width: 160px;
  float: left;
}

.logo figure {
  display: block;
  width: 100%;
}
.video-sec {
  width: 100%;
}
.logo figure img {
  display: block;
  width: 100%;
}

/* nav */
nav {
  width: 100%;
  height: auto;
}


/* footer */


footer {
  background-color: #000;
  /* Optional: background color for visibility */
}

footer .container {
  display: flex;
  justify-content: center;
  /* horizontal center */
  align-items: center;
  /* vertical center */
  height: 100px;
  /* adjust height as needed */
  text-align: center;
}

footer div p {
  margin: 0px;
}


/*--------- home page ------------*/
/* banner part */
/* start */
.banner {
  display: block;
  width: 100%;
  padding: 40px 0 40px 0;
  box-sizing: border-box;
}

.banner .two-col {
  display: flex;
}

.banner .two-col .col-left {
  width: 486px;
  margin-left: 0;
  padding-top: 87px;
}

.banner .two-col .col-right {
  width: 422px;
  margin-right: 0;
}

.banner .title-grp {
  display: block;
  width: 100%;
}

.banner .big-title {
  font-size: 86px;
  line-height: 96px;
  font-family: "Noto Sans", sans-serif;
  color: rgba(255, 255, 255, 0.15);
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}

.banner h1 {
  font-size: 95px;
  line-height: 95px;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  color: #8FBD3E;
}

.banner-subtitle {
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
}

.banner ul {
  margin-left: 0;
  margin-right: 0;
}

.banner ul li {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 4px;
}

.banner ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
}

.banner .two-col .col-left p {
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

.form-area {
  display: block;
  width: 420px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.form-area:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(37, 53, 81, 1) 0%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 68%);
  opacity: 0.5;
}

form {
  display: block;
  width: 100%;
  position: relative;
}

.form-area .form-title {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
}

.form-area ul {
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-area ul li {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: relative;
  padding-left: 20px;
  box-sizing: border-box;
  margin-bottom: 4px;
  font-weight: 400;
}

.form-area ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 9px;
  top: 8px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.form-area p {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.field-set.center-cell {
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.textarea-field-set {
  margin-bottom: 8px;
}

/* end */

/* testimonial sec */
/*   start */
.testimonial-sec {
  background: #161717;
  padding: 80px 60px 60px 60px;
  box-sizing: border-box;
}

.testimonial-slider {
  display: block;
  width: 100%;
}

.testimonial-slider .item {
  display: block;
  width: 100%;
  text-align: center;
}

.testimonial-slider .testimonial-inner {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 850px;
  position: relative;
}

.testimonial-slider .item p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

/* .testimonial-slider .testimonial-inner p:before{ content: ''; display: block; position: absolute; left: -30px; top: 0; width: 23px; height: 17px; background: url(../images/left-quote.png) no-repeat; background-size: cover; }  */
/* .testimonial-slider .testimonial-inner p:after{ content: ''; display: block; position: absolute; right: -15px; bottom: 0; width: 23px; height: 17px; background: url(../images/right-quote.png) no-repeat; background-size: cover; }  */
.testimonial-name {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}

.testimonial-slider .slick-prev {
  left: 0;
  z-index: 9;
}

.testimonial-slider .slick-next {
  right: 0;
  z-index: 9;
}

.testimonial-slider .slick-prev:before {
  display: none;
}

.testimonial-slider .slick-next:before {
  display: none;
}

.testimonial-slider .slick-prev:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
  background: url(../images/left-arrow.svg) no-repeat;
  background-size: cover;
}

.testimonial-slider .slick-next:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
  background: url(../images/right-arrow.svg) no-repeat;
  background-size: cover;
}

/* end */

/* welcome sec */
/* start */
.welcome-sec {
  display: block;
  padding: 60px 0 70px 0;
  box-sizing: border-box;
}

.welcome-sec h2 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

p.p-15 {
  margin-bottom: 0px !important;
}

.welcome-sec .two-col {
  display: flex;
}

.welcome-sec .two-col .col-left {
  width: 40%;
  margin-left: 0;
}

.welcome-sec .two-col .col-left figure {
  display: block;
  width: 100%;
}

.welcome-sec .two-col .col-left figure img {
  display: block;
  width: 100%;
}

.welcome-sec .two-col .col-right {
  width: 60%;
  margin-right: 0;
  padding-left: 32px;
  box-sizing: border-box;
}

.welcome-sec .two-col .col-right h6 {
  color: #000;
  margin-bottom: 0;
}

.welcome-sec .two-col .col-right p {
  margin-bottom: 30px;
}

/* end */

/* services sec */
/* start */
.services-sec {
  display: block;
  width: 100%;
  padding: 80px 0 80px 0;
  box-sizing: border-box;
}

.services-sec p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  max-width: 1064px;
  margin: 0 auto;
  display: block;
}

/* .services-sec p:before{ content: ''; display: block; position: absolute; left: -20px; top: 0; width: 14px; height: 10px; background: url(../images/left-quote.png) no-repeat; background-size: cover; }  */
/* .services-sec p:after{ content: ''; display: block; position: absolute; right: 240px; bottom: 0; width: 14px; height: 10px; background: url(../images/right-quote.png) no-repeat; background-size: cover; }  */
.services-sec h6 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: 400;
  color: #fff;
  padding-top: 30px;
  margin-bottom: 35px;
}

.services-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.services-gallery .gallery-cell {
  display: block;
  width: 32.2%;
  height: 286px;
  margin: 0;
}

p.u-text.u-align-center.u-text-grey-70 {
  font-weight: 600;
}

.play-icon {
  margin-bottom: 61px;
}

/* end */
p.p-text {
  margin: 0px;
  padding-top: 15px;
}

/* Video sec */
.video-sec iframe {
  padding-bottom: 16px;
}

.video-sec {
  text-align: center !important;
  padding: 10px 0px;
}

section.video-sec {
  padding: 60px 0 70px 0;
}

section.microbial-sec div p {
  text-align: center;
}

/* end */
.img-sectin-pro img {
  width: 50%;
}



/* Video sec */

/* microbial-sec */
.text-center {
  text-align: center;
}

/* .full-img.img-style figure img { text-align: center; width: 100%; } */

.microbial-sec {
  background: url('../images/services-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0px;
  color: #fff;
}

section.microbial-sec div p {
  color: #fff;
}

/* end */

/* video slider sec */
.video-slider .item {
  padding: 0 10px;
  box-sizing: border-box;
}

.video-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 400px;
  cursor: pointer;
}

.video-slide:hover {
  text-decoration: none;
}

.video-slide .center-info {
  transition: all 0.3s ease-in-out;
  position: absolute;
    bottom: 50px;
}

.video-slide:hover .center-info {
  margin-top: -20px;
}



.banner-bg {
  background: url(images/banner-bg2.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.video-slider-sec {
  padding: 0px 0px;
}

.table-info-img {
  display: block;
  text-align: center;
}

.video-slider-sec .container {
  max-width: 100% !important;
}

.shop-p {
  padding-bottom: 30px;
}

.video-slider .item {
  padding: 0 0px;
  box-sizing: border-box;
  margin: 60px 0px;
}

.video-slider-sec {
  padding: 0px 0px;
  background-color: #e4e4e4ad;
}

.table-info-img img {
  text-align: center;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}

.video-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.video-title {
  position: relative;
  z-index: 2;
  top: 0px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  /* Adjust as needed */
}

/* end */

/* trusted-customer-sec */
.trusted-customer-sec {
  padding-bottom: 60px;
  background: url('../images/services-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0px;
}

.text-white {
  color: #fff;
}

.trusted-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.logo-cell {
  padding: 25px 10px;
  background-color: #fdfdfd36;
}

.trusted-slider .item {
  flex: 1 1 calc(25% - 20px);
  /* 4 columns with spacing */
  box-sizing: border-box;
  padding: 23px 16px;
  border-radius: 8px;
}

.trusted-title h6 {
  margin: 0px;
}

.logo-slider {
  display: flex;
  flex-direction: row;
}

section.logo-slider-sec {
  background-color: #D9D9D9;
  padding: 70px 0px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .trusted-slider .item {
    flex: 1 1 calc(50% - 20px);
    /* 2 columns for tablets */
  }
}

@media (max-width: 600px) {
  .trusted-slider .item {
    flex: 1 1 100%;
    /* 1 column for mobile */
  }
}

/* end  */


/* shop-area */
.shop-cell-grp {
  display: flex;
  flex-direction: row;
}

/* end  */


/* gray-two-col  */

.two-col {
  display: flex;
  flex-direction: row;
}

/* end  */


/* shop-area sec  */
.shop-area {
  background: url('../images/services-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0px;
}

.shop-cell {
  background: url('../images/services-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 36px 0px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}

a.btn-cta {
  padding: 7px 30px;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.btn-cta:hover,
a.btn-cta:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  outline: none;
}

a.b-btn-cta {
  padding: 7px 30px;
  border-radius: 50px;
  border: 1px solid #000000;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}

a.b-btn-cta:hover,
a.b-btn-cta:focus {
  background-color: black;
  /* keep it transparent */
  color: #fff;
  /* keep text white on hover */
  text-decoration: none;
  outline: none;
}

/* end  */

/* gray-two-col  */
.gray-two-col {
  padding: 70px 0px;
}

.sp-right {
  padding-left: 35px;
}

.sp-left {
  padding-left: 35px;
}

.blue-two-col {
  background: url('../images/services-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0px;
  color: #fff !important;
}

ul.text-white li {
  color: #fff;
}

/* end  */
.table-inf {
  display: flex;
  flex-direction: row;
}

.logo-slider .item {
  padding: 0 10px;
  box-sizing: border-box;

}

.trusted-slider .item {
  padding: 0 10px;
  box-sizing: border-box;
}

.trusted-box {
  min-height: 200px;
  text-align: center;
  /* height: 100% !important; */
  background: #f8f8f8;
  padding: 34px 70px;
  border-radius: 10px;
}

.two-col.new08 {
  align-items: center;
}

.service-info-box h6 {
  margin: 0px;
}

.two-col.new322 {
  align-items: center;
}

.two-col.new222 {
  align-items: center;
}

.custom-arrow {
  background: transparent;
  border: none;
  font-size: 20px;
  color: black !important;
  z-index: 1000;
}

.slick-next {
  right: 98px;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  display: none;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-arrow:hover {
  color: #000;
  /* stays black on hover */
}

.custom-arrow {
  margin-left: 117px;
  background: transparent;
  border: none;
  font-size: 25px;
  color: rgb(255, 255, 255) !important;
  z-index: 1000;
}

figure.img-p img {
  width: 75px;
}

.qoute-p {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  /* To create space for the right quote */
}

.qoute-p:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  width: 14px;
  height: 10px;
  background: url(../images/left-quote.png) no-repeat;
  background-size: cover;
}

.qoute-p:after {
  content: '';
  display: block;
  position: absolute;
  right: 41%;
  /* Adjust as needed */
  bottom: 0;
  width: 14px;
  height: 10px;
  background: url(../images/right-quote.png) no-repeat;
  background-size: cover;
}

.u-text .u-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
  font-size: 1em;
  white-space: nowrap;
}

.u-icon img {
  vertical-align: middle;
}


/* ---------- */






/* Thankyou page css  */

 /* ========== HERO (unique + premium) ========== */
 .thankyou-sec {
  position: relative;
  padding: 120px 20px 110px;
  color: #fff;
  background:  radial-gradient(circle at 70% 30%, #1d2730, #11161c);
   
  overflow: hidden;
  isolation: isolate;
}

.thankyou-sec:after {
  animation-duration: 24s;
  opacity: .7;
}
@keyframes floatBlobs {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-2%) scale(1.05); }
}

/* Glassmorphism Card */
.ty-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 42px 32px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 40px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.06);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
}

/* Animated success icon */
.ty-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 14px;
  position: relative;
}
.ty-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,176,255,.25), transparent 60%);
  animation: pulse 2.4s ease-out infinite;
  filter: blur(6px);
}
@keyframes pulse {
  0% { transform: scale(.7); opacity: .9; }
  100% { transform: scale(1.2); opacity: 0; }
}
.ty-check svg {
  display: block;
  width: 88px;
  height: 88px;
}
.ty-circle {
  stroke: rgba(255,255,255,.45);
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 210;
  stroke-dashoffset: 210;
  animation: draw 1s ease forwards .1s;
}
.ty-tick {
  stroke: #00b0ff;
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  filter: drop-shadow(0 2px 6px rgba(0,176,255,.45));
  animation: draw 1s ease forwards .45s;
}
@keyframes draw {
  to { stroke-dashoffset: 0; }
}

/* Gradient highlight heading */
.ty-title {
  font-size: 44px;
  line-height: 1.15;
  margin: 8px 0 6px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.gradient-text {
  background: linear-gradient(90deg, #00b0ff, #22d3ee 30%, #a855f7 70%, #00b0ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: shine 7s linear infinite;
}
@keyframes shine {
  to { background-position: 200% center; }
}

.ty-sub { font-size: 18px; opacity: .92; margin-bottom: 18px; color: #fff;}
.ty-note { font-size: 14px; color: #cbd5e1; margin-top: 14px; }

/* Inline meta row */
.ty-meta {
  display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
  margin: 16px 0 6px;
  color: #bfe3ff;
  font-size: 14px;
}
.ty-badge {
  padding: 6px 10px;
  border: 1px dashed rgba(255,255,255,.25);
  border-radius: 999px;
  background: rgba(0,0,0,.18);
}

/* CTAs */
.ty-cta { margin-top: 22px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.ty-btn {
  display: inline-block;
  min-width: 190px;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .2px;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.ty-btn.primary {
  color: #0b1220;
  background: linear-gradient(135deg, #00b0ff, #22d3ee);
}
.ty-btn.primary:hover { transform: translateY(-2px);}
.ty-btn.ghost {
  color: #fff;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.06);
}
.ty-btn.ghost:hover { transform: translateY(-2px); background: rgba(255,255,255,.12); }

/* Responsive tweaks */
@media (max-width: 767px) {
  .ty-card { padding: 30px 22px; }
  .ty-title { font-size: 36px; }
}