@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
* {margin: 0;padding: 0;font-family: 'PT Sans', sans-serif;}
h1{margin-bottom: 20px;font-size: 30px;color: #197a3d}
p{font-size:  22px;margin-bottom: 15px;line-height: 1.6}
ul li{list-style-image: url(../images/check.png);margin-bottom: 15px;margin-left: 35px;    font-size: 18px;}
body{font-family: 'PT Sans', sans-serif;line-height: normal} 
.wrapper{max-width: 85%;margin: auto}
.ptb{padding: 30px 0}.cent{text-align: center}.fx{display: flex}.spc{gap:30px} .al-cn{align-items: center}.logo a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

.mb{margin-bottom:30px}

.kkt23d-header {
    background: #000;
    border-bottom: 3px solid #f41a2f;padding: 15px 0
}
.kkt23d-hero {
    background-image: radial-gradient(circle at 29% 29%, #9cc9e9 0%, #1c1c38 21%, #1c1c38 47%, #1c1c38 53%), linear-gradient(to bottom, #1c1c38, #1c1c38);
    color: #fff;
}
.kkt23d-fet{background-image: radial-gradient(circle at 29% 29%, #1c1c38 0%, #1c1c38 21%, #1c1c38 47%, #1c1c38 53%), linear-gradient(to bottom, #1c1c38, #1c1c38);
    color: #fff;}
.kkt23d-abt{background-image:url(../images/abt-bg.png);background-repeat: no-repeat;background-size: cover;background-attachment: fixed}

img{max-width: 100%;height: auto}

.hgsdt{background-image:linear-gradient(to bottom, #83aa3f, #22813f, #197a3d), linear-gradient(to bottom, #d8d8d8, #d8d8d8);
   
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 20px;}
.content {
    display: flex;
    align-items: center;
    padding: 40px 0;   gap: 30px;
}
.kkt23d-pr-text {
    flex: 50%;
}
.kkt23d-fest-text {
    border:2px solid #efefef;
    border-radius:10px;
    flex: 33.33%;
    padding:20px;
}
.kkt23d-pr-img{flex: 50%}
.kkt23d-pr-text h1 {font-size: 35px;font-weight: 700;color: #fff}
.kkt23d-why{background:#eaecf0}
.kkt23d-why-t {max-width: 800px;margin: 0 auto 25px;}
.kkt23d-why-inf-img{flex: 50%}
.kkt23d-why-inf-ctn {flex: 50%;}
.kkt23d-neuro-adv-li{margin-bottom: 20px}
.kkt23d-neuro-adv-li-box{width: 50%;padding: 15px}
.kkt23d-neuro-adv-li-box img {padding: 15px;width: 65px;height: 65px;}
/*pop-up*/
     .modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    display: none;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    text-align: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.btn-css {
    background-color: #008cba;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}
.cta-button {
  display: inline-block;
  padding: 10px 28px;
  background-color: #f6e44b; 
  color: #000;
  font-size: 35px;
  font-weight:500;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: pulse 2s infinite;
}

.cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.6);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
/*btn-css*/
.btn-css{max-width:250px; background-color:#a00000; padding:15px 20px;margin:auto;color:#fff;border-radius:10px;}

footer{background-color:#000;color:#fff;text-align: center}

.kkt23d-prcs-wrp-box{width: 33.3%;}
input[type=text], select, textarea {
  width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
}
input[type=submit] { background-color: #04AA6D; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
input[type=submit]:hover {background-color: #45a049;}
@media (max-width: 767px){.kkt23d-pr-text h1{font-size: 30px}.kkt23d-neuro-adv-li-box{width: 100%}.fx-dr{flex-direction: column}.kkt23d-prcs-wrp-box{width: 100%}.kkt23d-bonu-bt-box{width: 100%} .popup-content{width:60vw;} .txt-m{text-align:center}}

