* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Open Sans', sans-serif;
	  background:#fff url(https://1111customsxxx.com/custom_assets/images/bg.jpg) fixed;
    }
	.orbitron-<uniquifier> {
	  font-family: "Orbitron", sans-serif;
	  font-optical-sizing: auto;
	  font-weight: <weight>;
	  font-style: normal;
	}
    header {
      background-color: #fceeee;
      padding: 10px 40px 0px;
      display: inline-block;
	  width: 100%;
/*      justify-content: flex-end;
      align-items: center;
      gap: 25px;*/
    }
	
	header .logo {
		float: left;
		margin: 0;
		padding:0;
	}
	header .logo img{ width:220px;}
	
	header .topNav{float:right; padding:0;}

    nav a {
      text-decoration: none;
      color: #009688;
      font-weight: 500;
      margin-right: 15px;
	  font-size: 20px;
	  line-height: 50px;
    }

    .button {
      padding: 10px 18px;
      border: none;
      border-radius: 3px;
      cursor: pointer;
      font-weight: bold;
    }

    .login-btn {
      background-color: #f6bfc7;
      color: white;
    }

    .signup-btn {
      background-color: #009688;
      color: white;
    }

    .hero-image {
      width: 100%;
      height: calc(100vh - 80px); /* adjust based on header height */
      background: url("/nats_images/banner.jpg") no-repeat center center/cover;
    }
	
	.text-block{
		text-align: center;
		margin: 30px;
	}
	.text-block p{
		margin: 15px 0 15px 0px;
		text-align: center;
		display:inline-table;
	}
	
	.mainblock{display:inline-block;width:100%;background:none;}
	
	.info-section {
  background-color: #008080;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.logo {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.description {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 1rem;
  line-height: 1.6;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.card {
  background-color: white;
  color: #008080;
  padding: 25px 20px;
  width: 300px;
  border-radius: 10px;
  text-align: left;
}

.card h2 {
  font-size: 2rem;
  color: #ff4f8b;
  font-family: "Orbitron", sans-serif;
}

.card h3 {
  margin-top: 5px;
  margin-bottom: 15px;font-family: "Orbitron", sans-serif;
}
.card p {
    font-size: 0.9rem;
    color: #119893;
}

.cta-button button {
  background-color: #ff4f8b;
  color: white;
  font-size: 1.2rem;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  border-radius:5px;
}

.gallery-section {
  /*background-color: #f8f8f8;*/
  padding: 60px 20px;
  text-align: center;
}

.gallery-heading {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #008080;
   font-family: "Orbitron", sans-serif;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.image-item img {
  width: 100%;
  height: auto;
}

.image-caption {
  margin-top: 10px;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #00a6a6;
  border-bottom: 1px solid #119893;
  padding-bottom: 5px;
  font-family: "Orbitron", sans-serif;
}

.cta-button button {
  font-family: "Orbitron", sans-serif;
  background-color: #ff4f8b;
  color: white;
  font-size: 2.2rem;
  padding: 15px 40px;
  border: none;
  cursor: pointer;
  text-transform:uppercase;
}

.info-split-section {
  /*background-color: #ffffff;*/
  padding: 60px 20px;
}

.info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

/*.info-row.reverse {
  flex-direction: row-reverse;
}*/

.info-text {
  flex: 1;
  padding: 20px;
  max-width: 50%;
}

.info-text h2 {
	font-family: "Orbitron", sans-serif;
  color: #00a6a6;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align:center;
}

.info-text p {
  color: #444;
  font-size: 1rem;
  line-height: 1.6;
  text-align:center;
}

.info-image {
  flex: 1;
  padding: 20px;
  max-width: 50%;
}

.info-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.program-box{
    border: 1px solid pink;
    padding: 1.5rem;
    text-align: center;
    line-height: 2.2;
	border-radius:10px;
}

.program-box h3{
	font-size: 36px;
    font-weight: 900;
    color: #008080;
    margin-top: 20px;
    line-height: normal;
}
.program-box h3 small{
	display: block;
    font-size: 18px;
    color: #484848;
    font-weight: 700;
	margin-bottom: 3px;
}

.program-grid img {
    width: 212px;
}

.program-arrow{
	width: 63px;
    height: 63px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    position: relative;
    bottom: -19px;
    left: 48%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #ff4f8b;
    color: white;
    transition: transform 0.4s ease;
    z-index: 3;
}

.partnerSec{padding: 0 20px 40px; /*background:#fff;*/}
.partnerSec h2{font-family: "Orbitron", sans-serif;text-transform: uppercase;
    text-align: center;
    color: #119893;
    font-size: 2.2rem;
    line-height: 1.2;}

.partnerImg{ background: url("/nats_images/partner.png") no-repeat center 125PX;    padding: 850px 0 0;}
.partnerPara {background: #e890a0;}
.partnerPara p {
    text-align: center;
    /*text-transform: uppercase;*/
    color: #fff;
    font-size: 1.1rem;
    padding: 30px 5%;
    width: 100%;
    line-height: 2;
}

.contact-boxes {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 4rem;
}

.contact-box {
  border: 1px solid pink;
  padding: 1.5rem;
  text-align: center;line-height: 2.2;
}
.contact-box h3{ color:#0597C5; font-size:1.2rem;font-family: "Orbitron", sans-serif;font-weight: normal;}
.contact-box p {color: #E890A0;}
.contact-box p span {color: #0597C5;}
.contact-box a { color: #0597C5; text-decoration:none;}

.footer {
  background-color: #081126;
  color: white;
  text-align: center;
  padding: 2rem;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.footer-links a {
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
  text-transform: uppercase;
  font-weight: normal;font-size: 0.9rem;
}

nav.footer-links {
    padding: 10px 0;
}
footer p {
    padding: 6px 0;
    font-size: 0.9rem;
}
.hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  color: #009688;
  cursor: pointer;
}

.external-box{width: 400px; margin: auto;}
.external-wrap-center{width: 400px;margin: auto;}
.external-box .ext-content{ width: 100%;float: left;padding-bottom: 10px;}
.external-box{height:auto; background:#ea8597;}
.external-box .ext-title{ text-align: center;}
.external-box .ext-title h2{color: #333; float:none;padding: 0 0 10px 0;}
.table-container4 input {padding: 14px 10px; font-size: 14px;border-radius: 5px;width: 100%;}
.tools .button {
    font-size: 14px;
    padding: 10px;
    height: auto;
    background: #009688;
    color: #fff;
    border: none;
}
.external-box .ext-content .setLink { margin-left: 5px; color: #fff;}
.table-container4 {width: 100%;}
.left-align{padding: 0;text-align: left;float: left;width: 100%;}
.tab-column {padding: 0;float: left; width: 100%;margin: 5px 0;}
.left-align {margin: 5px 0 5px 0;}


.custom-signup td.tab-column {
    padding: 10px 5px;
    float: none;
    width: auto;
}

.table-container{padding:0;}
.mainblock .heading { background: none;}
.mainblock .heading h2 { color: #333; text-align: center; font-size: 20px;}
.mediumblock .content{margin:20px auto 40px;}
.section_header4, .section_header5, .section_header2 {
    background: #ea8597; margin: 0;border-radius: 0;padding: 5px 10px; height: auto; font-size: 14px;}
.data-row-even .tab-column, .data-row-odd .tab-column, .data-row-even-off .tab-column, .data-row-odd-of .tab-column{border-bottom: 1px #D1D1D1 solid; padding: 10px 5px; height: auto;}
.edit-form-text {width: 180px;font-size: 14px;border-radius: 5px;padding: 6px 10px;}
.edit-form-select-veryshort, .edit-form-select-short, .edit-form-select {
    width: 180px; font-size: 14px;border-radius: 5px;padding: 5px;}
.tools .button { background: #009688;font-size: 16px;padding: 10px 10px;height: auto;}
.data-row-even .tab-column, .data-row-odd .tab-column, .data-row-even-off .tab-column, .data-row-odd-off .tab-column{border-bottom:none;}

.no-foot-line .tab-column { border-top: 0px; padding: 0;}
.footer-row .tools {text-align: center; margin: 40px 0 20px;}
.footer-row .tools input {float: none; margin: 0;}

/** Our Programs section **/
.box {
     /* border: 2px solid #fdba47;*/
      border-radius: 50%;
      width: 282px;
      height: 285px;
      padding: 20px;
      text-align: center;
      position: relative;
      /* transition: all 0.4s ease;
      cursor: pointer;
      box-sizing: border-box;*/
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
	 /* background-color: #fdba47;*/
    }

    .box.expanded {
      height: auto;
      border-radius: 150px 150px 0 0;
      padding-bottom: 60px;
	  border: 2px solid #fdba47;
	  background: #fff;
    }
	.program-box.expanded {
      height: auto;
    }

    .value {
      font-size: 40px;
      font-weight: bold;
      margin-top: 50px;
      z-index: 2;
      position: relative;
	  color: #fff;
    }
	
	.expanded .value {
		color: #ff4f8b;
	}

    .label {
      font-size: 34px;
      color: #FFF;
      text-transform: capitalize	;
      margin-top: 2px;
      z-index: 2;
      position: relative;
	  font-weight: 600;
    }
	
	.expanded .label {
		color: #008080;
	}

    .box-content {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: all 0.4s ease;
      margin-top: 10px;
      font-size: 16px;
      line-height: 1.4;
      color: #ccc;
    }

    .box.expanded .box-content {
      max-height: 750px;
      opacity: 1;
    }
	
	.program-box.expanded .box-content {
      max-height: 1050px;
      opacity: 1;
    }
	.program-box.expanded .box-content {
		color: #008080;
	}
	
	.expanded .box-content {
		color: #119893;
	}

    .arrow {
      width: 63px;
      height: 63px;
      border: 2px solid #ffffff;
      border-radius: 50%;
      position: absolute;
      bottom: -19px;
      left: 48%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      background-color: #ff4f8b;
      color: white;
      transition: transform 0.4s ease;
      z-index: 3;
    }

    .box.expanded .arrow {
      transform: translateX(-50%) rotate(180deg);
	    bottom: -20px;
		left: 48%;
    }
	
	.program-box.expanded .program-arrow {
		transform: translateX(-50%) rotate(180deg);
	    bottom: -20px;
		left: 48%;

    }

    /* Background images */
    .chakra1 {
      background-image: url('/nats_images/chakra1.png');
    }

    .chakra2 {
      background-image: url('/nats_images/chakra2.png');
    }

    .chakra3 {
      background-image: url('/nats_images/chakra3.png');
    }
	
	.program-box .box-content p{padding-bottom: 10px;}
	.program-box .box-content li {
	  padding: 3px 0 3px 5px;
	  text-align: left;
	}

/*** end of program section ***/


/* Tablets and smaller (up to 1024px wide) */
@media (max-width: 1024px) {
  .cards,
  .contact-boxes,
  .info-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info-text, .info-image {
    max-width: 100%;
    padding: 10px;
  }

  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .card {
    width: 90%;
  }

  .cta-button button {
    font-size: 1.5rem;
    padding: 12px 24px;
  }

  .partnerImg {
   /* padding-top: 400px;
    background-size: cover;*/
  }
  .program-grid{
	  grid-template-columns:repeat(1, 1fr);
}

/* Mobile devices (phones, up to 767px wide) */
@media (max-width: 767px) {
  header {
    flex-direction: column;
    gap: 10px;
    padding: 15px;
  }

  nav a {
    margin-right: 0;
  }

  .hero-image {
    height: 300px;
    background-position: center top;
  }

  .cards,
  .image-grid {
    flex-direction: column;
    display: flex;
    align-items: center;
  }

  .image-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gallery-heading,
  .info-text h2 {
    font-size: 1.5rem;
  }

  .card h2,
  .cta-button button,
  .partnerSec h2 {
    font-size: 1.3rem;
  }

  .cta-button button {
    width: 90%;
    font-size: 1.4rem;
    padding: 12px;
  }

  .partnerImg {
    padding-top: 50px;
    background-size: contain;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
  }

  .contact-boxes {
    flex-direction: column;
    gap: 1rem;
  }

  .info-image img {
    max-width: 100%;
    height: auto;
  }
  .info-split-section { padding: 60px 20px 0;}
  
}


@media (max-width: 767px) {
  .hamburger {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1001;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #fceeee;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    z-index: 1000;
    gap: 15px;
  }

  .nav-links a,
  .nav-links .button {
    margin: 10px 0;
  }

  .nav-links.show {
    display: flex;
  }

  header {
    position: relative;
    flex-direction: column;
    align-items: flex-end;
  }
}

