/*
Theme Name: Divi Child
Author: 
Description: Your description goes here
Version: 1.0
Template: Divi

This is the child theme for Divi theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');

body{
  background-color: #F7F9FC;
}
div,p{
  font-weight: 400 ;

}
.scroll-reveal-text {
    font-size: clamp(32px, 5vw, 47px);
    line-height: 1.25;
    font-weight: 400;
    color: #BBBFC6;
}
.scroll-reveal-text span {
  transition: color 0.15s linear;
  color: #BBBFC6;
}

.scroll-reveal-text span.active {
  color: #363A41;
}

.scroll-subheading-text{
    font-size: clamp(5vw, 20px);
    line-height: 1.25;
    font-weight: 400;
    color: #BBBFC6;
}
.scroll-subheading-text span {
  transition: color 0.15s linear;
  color: #BBBFC6;
}

.scroll-subheading-text span.active {
  color: #363A41;
}




.comn-text-font div {
    font-weight: 400;
}
li#menu-item-28 a:hover {
    background: #fff;
    color: #2D3034 !important;
    opacity: 1;
}
li#menu-item-28 a
 {
    border: 1px solid #FFFFFF;
    padding: 17px 32px !important;
    height: auto;
    margin: auto;
    border-radius: 33px;
    font-weight: 700 !important;
}
ul#menu-main-menu li a {
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 12px;
}
.area-cord-sec {
    background-size: 100% 100%;
    transition: 0.5s ease;
}
.commission-wrap:after {
    display: none;
}
.area-cord-sec:hover {
    background-size: 103% 103%;
}

.black-overlay::before {
    content: "";
    position: absolute;
    background: hsl(0deg 0% 0% / 20%);
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.black-overlay {
    position: relative;
}
.comn-heading-text h5 {
    color: #0B1F33;
    font-size: 60px;
    font-family: 'Roboto Serif';
    font-weight: 600;
    line-height: 73px;
}
.comn-sub-text p, .comn-sub-text div {
    font-size: 25px;
    font-family: 'Roboto';
    color: #2D3034;
    line-height: 37px;
}
/******************** news slider ****************************/
.news-slider .slick-list.draggable {
    overflow: hidden;
}
.news-card {
    margin: 0px 12px;
    background: #fff;
    padding: 21px;
}
.publication-wrap {
    display: flex;
    gap: 20px;
}
.publication-wrap p {
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 0px 8px;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.pubc-name {
    color: #4E95FF;
    border: 1px solid #4E95FF;
   
}
.publication-wrap  .pubc-date {
    background: #ECF0F6;
    color: #8A929D;
    font-weight: 400 !important;
    padding-top: 2px;
}
.news-card h6 {
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-size: 25px;
    line-height: 29px;
    margin-top: 19px;
    font-weight: 600;
}
p.news-content {
    font-size: 18px;
    line-height: 25px;
    color: #2D3034 !important;
    min-height: 100px;
    font-family: 'Roboto';
    opacity: 1 !important;
}
.news-img-wrap img:first-child {
    height: 214px;
    width: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
img.arrow-img {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0000004A;
    height: 47px;
    width: 47px;
    border-radius: 50%;
    padding: 11px;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 99;
}
.news-img-wrap:hover img.arrow-img {
  opacity: 1;
}
.news-img-wrap:hover img:first-child {
    transform: scale(1.06);
        height: 208px;
}
.news-img-wrap {
    position: relative;
    overflow: hidden;
     height: 214px;
}

.news-img-wrap:hover:before {
    background: #0000005C;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    height: 100%;
        z-index: 11;  
}
button.slick-prev.slick-arrow:before ,button.slick-next.slick-arrow:before{
    display: none;
}
button.slick-prev.slick-arrow {
    left: 92%;
    position: absolute;
    top: -94px;
    font-size: 0px;
    background: no-repeat;
    border: none;
    background-image: url(/wp-content/uploads/2026/02/Arrow-Right-2.svg);
    width: 41px;
    height: 41px;
    background-color: #E2EDFF;
    border-radius: 50%;
    background-position: center;
    transform: rotate(180deg);
    cursor:pointer;
}
button.slick-next.slick-arrow{
  left: 96%;
    position: absolute;
    top: -74px;
    font-size: 0px;
    background: no-repeat;
    border: none;
    background-image: url(/wp-content/uploads/2026/02/Arrow-Right-2.svg);
    width: 41px;
    height: 41px;
    background-color: #E2EDFF;
    border-radius: 50%;
    background-position: center;
     cursor:pointer;
}
.footer-menu-border {
    border-top: 1px solid;
    border-image-source: linear-gradient(90deg, #363A41 0%, #FFFFFF 50%, #363A41 100%);
    border-image-slice: 1;
    border-bottom: 1px solid;
}
ul#menu-footer-menu li a {
    text-transform: uppercase;
    font-weight: 400;
}
ul#menu-footer-menu li {
    padding: 0px 23px;
}
.leo-hero-wrapper {
    padding: 112px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 114px 0px #00000040;
    background-image: url(/wp-content/uploads/2026/02/aboutback.webp);
    background-size: 100% 100% !important;
        min-height: 479px;
            transition: 0.5s ease !important;
}
.leo-hero-wrapper:hover {
    background-size: 103% 103% !important;
}
/* Hero image container */
.leo-hero {
  position: relative;
  width: 85%;
  max-width: 1200px;
  min-height: 500px;
  background: url('your-image.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

/* Dark overlay */
.leo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

/* Content */
.leo-hero-content {
    position: relative;
    padding: 0px 45px;
    text-align: center;
}
.leo-hero-content p {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    line-height: 30px;
}
.leo-hero-content h1 {
    font-size: 35px;
    font-family: 'Roboto Serif';
    color: #fff;
}
/* Small top label */
.leo-badge {
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #fff;
    background: #FFFFFF38;
    font-weight: 500;
}



/* Paragraph */
.leo-hero p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Button */
.leo-btn {
    display: inline-block;
    padding: 7px 18px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
    margin-top: 27px;
    font-weight: 600;
}
.mission-design {
    background: url(/wp-content/uploads/2026/02/5219b1d31b48a926843f059de85d0b50f8929e22.jpg) !important;
    background-size: cover !important;
}
.leo-btn:hover {
  background: #fff;
  color: #000;
}
.leo-hero-wrapper:before {
    position: absolute;
    content: "";
    background: #00000054;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}
.main-row .et_pb_row {
    width: 92%;
    max-width: 1665px;
}
span.pubc-name-text {
    font-size: 14px !important;
    color: #4E95FF;
    border: 1px solid #4E95FF;
    padding: 3px 9px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}
ul.list-icons li:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/Frame-57.svg);
    left: -10px;
    width: 20px;
    height: 20px;
    top: 3px;
}
ul.list-icons li {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto';
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
    font-weight: 400;
}
ul.list-icons {
    list-style: none;
        padding-bottom: 0px;
}
.align-centered {
    display: flex;
    align-items: center;
}
/* Section background */
.scientific-section {
  background: #f1f3f6;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

/* Inner box */
.scientific-box {
    width: 100%;
    background: #F3F5F7;
    padding: 27px 34px;
}
/* Top label */
.scientific-tag {
    display: inline-block;
    padding: 2px 8px;
    border: 0.5px solid #4E95FF;
    color: #4E95FF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    background: #fff;
    POSITION: ABSOLUTE;
    top: -15px;
}

/* Quote */
.scientific-quote {
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    color: #000;
    margin-bottom: 4px;
    margin-top: 17px;
    line-height: 1.5;
    font-family: 'Roboto Serif';
}

/* Divider */
.scientific-divider {
  height: 1px;
  background: #d9dde3;
  margin-bottom: 20px;
}

/* Verified section */
.scientific-verified {
    font-size: 16px;
    color: #26292D75;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto';
}

/* Green icon */
.verified-icon {
  color: #1bb34a;
  font-size: 16px;
}
.timeline-item {
    position: relative;
    padding-top: 63px;
    text-align: center;
    margin-top: 18px;
    height: 100%;
}

/* Vertical Line */
.timeline-item::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 0.5px;
    height: 100%;
    background: #D6DDE7;
}

/* Blue Dot */
.timeline-item::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
}

/* Year Badge */
.year {
    display: inline-block;
    padding: 2px 13px;
    border: 1px solid #4E95FF;
    border-radius: 20px;
    color: #4E95FF;
    font-weight: 500;
    background: #fff;
    position: absolute;
    top: 7px;
    font-size: 15px;
    left: 58%;
    font-weight: 600;
}
.century-row {
    display: flex;
}
.century-row  .et_pb_code_inner {
    height: 100%;
}
.last-timeline::before{
  display: none;
}
.commission-wrap {
    display: flex;
    gap: 27px;
}
p.austin-text {
    background: #0B1F33;
    color: #fff !important;
    display: inline;
    padding: 10px 11px !important;
    text-transform: uppercase;
    font-weight: 400;
}
.global-card-wrap p {
    font-size: 18px;
    color: #000;
    font-family: 'Roboto';
}
.global-card-wrap h6 {
    font-size: 25px;
    color: #000;
    font-family: 'Roboto Serif';
    margin-top: 18px;
}
.global-card-wrap span {
    font-family: 'Roboto';
    color: #4E95FF;
    border: 1px solid #4E95FF;
    padding: 1px 10px;
    display: inline-block;
    font-weight: 600;
}
.global-card-wrap {
    margin-left: 81px;
    position: relative;
    padding-bottom: 63px;
}
.global-card-wrap:after {
    content: "";
    background: #0B1F3338;
    position: absolute;
    width: 1px;
    height: 100%;
    left: -50px;
    top: 0px;
    z-index: -1;
}
.global-card-wrap:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2026/02/Group-113-1.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: -59px;
}
p.quote-msg {
    font-size: 16px;
    background: #ECEFF4;
    padding: 6px 10px !important;
    font-style: italic;
    color: hsl(0deg 0% 0% / 70%);
    display: inline-block;
}
.last-global-card:after{
    display: none;
}
.mission-cards>div {
    margin: 0px;
    width: 32%;
        padding: 28px;
}
.mission-cards {
    display: flex;
    gap: 26px;
}
.mission-cards p.news-content {
    font-size: 18px;
    line-height: 25px;
    color: #000 !important;
    min-height: 69px;
    font-weight: 500;
}
.news-card h6{
    margin-top: 0px;
}
.mission-cards img {
    height: 184px;
    width: 100%;
    object-fit: cover;
}
.services-list-card h6 {
    font-size: 25px;
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.services-list-card ul li:before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2026/02/Frame-57.svg);
    width: 100%;
    height: 100%;
    left: 26px;
    background-repeat: no-repeat;
    top: 4px;
}
.services-list-card ul li {
    color: #000000;
    font-size: 18px;
    font-family: 'Roboto';
    padding-bottom: 28px;
    padding-left: 57px;
    position: relative;
}
.services-list-card ul {
    list-style: none;
    margin-top: 19px;
        padding-bottom: 27px;
}
.services-list-card {
    display: flex;
}
.services-list-card>div {
    width: 50%;
}
.right-side-services {
    border-left: 1px solid hsl(0deg 0% 0% / 18%);
    padding-left: 60px;
}
span.leadership-year {
    background: #FFFFFF36;
    border-radius: 23px;
    padding: 4px 16px;
    display: inline-block;
    font-weight: 600;
    margin-top: 9px;
}
.mass-text-wrap p {
    font-size: 14px;
    font-family: 'Roboto';
    border: 1px solid #4E95FF;
    padding: 1px 14px;
    color: #4E95FF;
    font-weight: 500;
    text-transform: uppercase;
}
.mass-text-wrap {
    display: flex;
    gap: 7px;
}
.mass-text-wrap p:last-child {
    color: #05853D;
    border-color: #05853D;
}
.gravity-wrap {
    display: flex;
}
.gravity-wrap>div:last-child {
    margin-left: 27px;
}
.quantum-list {
    display: flex;
    gap: 18px;
}
.quantum-list p {
    color: #4E95FF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.quantum-list {
    display: flex;
    gap: 52px;
}
.emerging-text p {
    border: 1px solid #4E95FF !important;
    color: #4E95FF !important;
}
.launch-date-wrap {
    display: flex;
}
.launch-date-wrap p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Roboto';
    color: hsl(214.29deg 7.22% 19.02% / 70%);
    letter-spacing: 1px;
}
.launch-date-wrap h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Roboto';
    color: #2D3034;
    margin-top: 5px;
}
.launch-date-wrap>div {
    width: 50%;
}
.first-column,.second-column {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #FFFFFF 0%, #4E95FF 100%);
    border-image-slice: 1;
}
.main-edge-wrap::after {
    display: none !important;
}
.main-edge-wrap {
    display: flex;
    gap: 25px;
}
.monitoring-card .et_pb_blurb {
    width: 48%;
    display: inline-block;
}
.monitoring-card .et_pb_blurb_1 {
    margin-right: 24px !important;
    display: inline-block;
}


.stats-container {
    margin: 0 auto;
    gap: 27px;
    display: flex;
    flex-wrap: wrap;
}
.stat-box {
    border: 1px solid #FCFCFC3D;
    padding: 25px 20px;
    text-align: center;
    color: #fff;
    background: #65A3FF;
    width: 47%;
    height: 164px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.stat-box h2 {
    font-size: 40px;
    margin: 0 0;
    font-weight: 600;
    color: #FFFFFF;
    font-family: 'Roboto Serif';
}
.stat-box p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
    opacity: 0.7;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 400;
    text-transform: uppercase;
}
.innovative-laser-wrap .monitoring-card .et_pb_blurb {
    width: 37%;
    display: inline-block;
}
.innovative-laser-wrap .monitoring-card .et_pb_blurb_description {
    font-weight: 600;
}
.innovative-laser-wrap .monitoring-card  .et_pb_module_header{
    font-weight: 300;
}
.listing-sec p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto';
}
.listing-sec span {
    color: #4E95FF;
    margin-right: 12px;
}
.listing-sec p {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto';
    margin-bottom: 5px;
}
.publication-container {
 
  margin: 0 auto;
}

.publication-item {
    display: flex;
    align-items: center;
    gap: 93px;
    padding: 25px 85px;
    position: relative;
    border-left: 5px solid transparent;
    transition: all 0.5s linear ;
}

.pub-number {
    font-size: 70px;
    font-weight: 700;
    color: hsl(210deg 64.52% 12.16% / 10%);
    font-family: 'Roboto Serif';
    font-style: italic;
    position: relative;
}
.pub-number:before {
    position: absolute;
    content: "";
    background: #00000021;
    height: 123px;
    width: 1px;
    left: 151%;
    top: -49px;
}
.pub-content {
  flex: 1;
}

.pub-meta {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #4E95FF;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-family: 'Roboto';
}

.pub-content p {
    margin: 0;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    font-family: 'Roboto';
}
/* spacing between items */
.publication-item + .publication-item {
  margin-top: 20px;
}

.publication-item:hover {
    background: #fff;
    border-left: 5px solid #4E95FF;
    box-shadow: 0px 4px 54px 0px #96969640;
}
.team-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.team-card {
  background: #ffffff;
  padding: 30px;
transition: all 0.5s ease;
  border:1px solid transparent;

}
.team-card:hover {
    border: 1px solid #4E95FF;
    box-shadow: 0px 34px 34px 0px #CFCFCF8F;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 21px;
}

.card-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card-header h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    color: #0B1F33;
    font-family: 'Roboto Serif';
}

.card-meta {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #4E95FF;
    margin-bottom: 15px;
    font-family: 'Roboto';
}
.team-card p {
    font-size: 18px;
    color: #0B1F33;
    line-height: 1.6;
    margin-bottom: 20px;
}
.btn {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #0B1F33;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #0B1F33;
    transition: 0.3s ease;
}

.thesis-container {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}
.first-thesis-wrap {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.thesis-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #FFFFFF;
    padding: 31px 25px;
   border-left:5px solid transparent;
    transition: 0.3s ease;
     width: 100%;
}

.thesis-item:hover
 {
    box-shadow: 0px 4px 34px 0px #00000040;
    border-left: 5px solid #4E95FF;
}

.thesis-number {
    font-size: 18px;
    font-weight: 600;
    color: #4E95FF;
    min-width: 35px;
    margin-top: 5px;
    font-family: 'Roboto';
}
.thesis-content h3 {
    margin: 0 0 6px;
    font-size: 25px;
    font-weight: 500;
    color: #0B1F33;
    font-family: 'Roboto Serif';
}

.thesis-content p {
    margin: 0;
    font-size: 18px;
    color: hsl(210deg 64.52% 12.16% / 81%);
    line-height: 1.6;
    font-family: 'Roboto';
}
.hero-banner-video:before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 29.87%);
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}
.hero-banner-video {
    position: relative;
}
.page-id-26 .news-card h6 {
    margin-top: 22px;
        color: #0B1F33;
}

/**************************** card animation************************* */
:root {
    --card-height: min(80svmax, 80svh);
    --card-margin: 5vw;
    --card-top-offset: 2rem;
    --outline-width: 0px;
  }
  
  #stack_cards {
    /* Make place at bottom, as items will slide to that position*/
    padding-bottom: calc(var(--numcards) * var(--card-top-offset));
    /* Don't include the --card-margin in padding, as that will affect the scroll-timeline*/
    margin-bottom: var(--card-margin);
  }
  
  #card_1 {
    --index: 1;
  }
  
  #card_2 {
    --index: 2;
  }
  
  #card_3 {
    --index: 3;
  }
  
  #card_4 {
    --index: 4;
  }
  #card_5 {
    --index: 5;
  }
  .card {
    position: sticky;
    top: 8%;
    padding-top: calc(var(--index) * var(--card-top-offset));
  }
  
  .card__content {
    min-height: 75svh;
    transform-origin: 50% 0%;
    will-change: transform;
  }
  
  
  #stack_cards {
    list-style: none;
    outline: calc(var(--outline-width) * 10) solid hotpink;
  
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(var(--numcards), var(--card-height));
    gap: calc(var(--card-margin) + calc(var(--card-height) / 3));
  }
  
  
  .card__content {
    background: rgb(255, 255, 255);
    overflow: hidden;
    align-items: stretch;
  }
  
  .card__content > div {
    grid-area: text;
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
}
.card__content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card__content h2 {
    font-family: 'Roboto Serif', Georgia, "Times New Roman", serif;
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 15px;
}
.card__content p {
    font-size: 25px;
    color: #fff;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 35px;
    max-width: 900px;
    margin: auto;
}
a.btn.btn--accent {
    color: #FFFFFF !important;
    border: 1px solid #fff;
    border-radius: 28px;
    font-size: 15px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    padding: 8px 48px 6px 26px;
    background-image: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/03/Arrow-Right-1.svg);
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-x: 90% !important;
}
a.btn.btn--accent:hover {
    background: #fff;
    color: #000 !important;
    background-image: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/03/Arrow-Right-2.svg);
}
li#card_1 .card__content {
    background-image: url(/wp-content/uploads/2026/03/vecteezy_an-asteroid-is-seen-in-the-sky-over-the-earth_71480236-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
li#card_2 .card__content {
    background-image: url(/wp-content/uploads/2026/03/vecteezy_the-earth-is-seen-in-space-with-stars_72915034-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
li#card_3 .card__content {
    background-image: url(/wp-content/uploads/2026/03/vecteezy_satellite-in-orbit-over-earth-at-night_69779100-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
li#card_4 .card__content {
    background-image: url(/wp-content/uploads/2026/03/vecteezy_space-satellite-in-orbit-over-earth_69860165-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
li#card_5 .card__content {
    background-image: url(/wp-content/uploads/2026/03/vecteezy_visualization-of-a-powerful-gravitational-pull-from-a_74097350-scaled.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.commission-wrap {
    justify-content: center;
}
  /*anim*/
  @supports (animation-timeline: view()) {
    .card {
      --index0: calc(var(--index) - 1); /* 0-based index */
      --reverse-index: calc(var(--numcards) - var(--index0)); /* reverse index */
      --reverse-index0: calc(
        var(--reverse-index) - 1
      ); /* 0-based reverse index */
    }
  
    @keyframes scale {
      to {
        transform: scale(calc(1.1 - calc(0.1 * var(--reverse-index))));
      }
    }
  
    #stack_cards {
      --numcards: 5;
      view-timeline-name: --cards-element-scrolls-in-body;
      view-timeline-inset: 20%;
    }
  
    .card__content {
      --start-range: calc(var(--index0) / var(--numcards) * 80%);
      --end-range: calc((var(--index)) / var(--numcards) * 100%);
  
      animation: linear scale forwards;
      animation-timeline: --cards-element-scrolls-in-body;
      animation-range: exit-crossing var(--start-range) exit-crossing
        var(--end-range);
    }
  }
  

/* Responsive */
@media (max-width: 900px) {
  .stack-card__content {
    grid-template-columns: 1fr;
  }

  .stack-card__text {
    padding: 2rem;
  }
}

.orbital-wrap {
    display: flex;
    gap: 29px;
}

.orbital-wrap h2 {
    font-size: 30px;
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-weight: 500;
    margin-top: 19px;
}

.orbital-first-card p {
    font-size: 18px;
    font-family: 'Roboto';
    color: #2D3034;
}

.orbital-first-card {
    width: 67%;
}

.orbital-number {
    width: 28%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/03/Group-109-1.png);
    background-repeat: no-repeat;
    background-color: #4e95ff1f;
    background-size: cover;
    background-position: center;
}

.orbital-first-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.orbital-number h5 {
    font-size: 30px;
    font-family: 'Roboto Serif';
    color: #0B1F33;
}

.orbital-number p {
    font-size: 16px;
    color: hsl(0deg 0% 0% / 65%);
    font-family: 'Roboto';
}
span.focus-text {
    opacity: 0.7;
    font-weight: 300;
}
.bold-font p ,.bold-font div{
    font-weight: 600;
   
}
.edge-card-animation img {
    transform: scale(1);
    animation: scaleimg 4s ease-in-out infinite;
}

@keyframes scaleimg {

    /* Normal */
    0% {
        transform: scale(1);
    }

    /* Zoom In */
    35% {
        transform: scale(1.12);
    }

    /* Pause at Zoom In */
    45% {
     transform: scale(1.12);
    }

    /* Zoom Out */
    60% {
        transform: scale(1);
    }

    /* Pause at Normal */
    70% {
        transform: scale(1);
    }

    /* Stay Normal */
    100% {
        transform: scale(1);
    }
}
button#load-more-publications {
    border-radius: 20px;
    border: 1px solid #0B1F33;
    font-size: 15px;
    font-family: 'Roboto';
    padding: 10px 27px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    color: #0B1F33;
}
button#load-more-publications:hover {
    color: #4E95FF !important;
    border-color: #4E95FF;
    cursor: pointer;
}
.pub-content p:empty {
    display: none;
}
.btn:hover {
    border-color: #4E95FF;
    color: #4E95FF;
}
.contact-wrap input ,.contact-wrap textarea{
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    margin-top: 13px;
    color: #2D3034;
    border-color: #2d30347a;
    font-size: 16px;
}

.contact-wrap input::placeholder,.contact-wrap textarea::placeholder {
    color: #2d303482;
}
.fname-div p {
    display: flex;
    gap: 8px;
}
.fname-div p span {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #4E95FF;
    border: none;
    border-radius: 36px;
    width: auto;
    padding: 15px 72px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 500;
    cursor: pointer;
        display: flex;
    margin: auto;

}
.contact-wrap span.wpcf7-spinner {
    display: none;
}
.et_pb_sidebar_0 {
    border-right: 0px;
    padding-right: 0px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
    display: flex;
    gap: 10px;
    box-shadow: 0px 4px 19.8px 0px #E6EEFB;
    padding: 11px;
}
ul.wp-block-latest-posts__list.wp-block-latest-posts li a {
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-size: 16px;
}
.single-post .entry-content p {
    font-size: 18px;
    color: #2D3034;
}

.single-post .entry-title {
    background: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/02/Rectangle-1-5.png);
    height: 447px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-post .entry-title h1 {
    font-size: 50px;
   font-family: "Roboto Serif", serif;
    color: #fff;
    position: relative;
    top: 50%;
        padding: 0px 56px;
}
.single-post  .container::before {
    display: none;
}
.single-post  p.post-meta,.single-post  .post-meta span {
    color: #000 !important;
    font-size: 15px !important;
}
.single-post  section#comment-wrap {
    display: none;
}
.single-post  #main-content {
    background-color: #f7f9fc;
}
 .card__content::before {
    position: absolute;
    content: "";
    background: #00000054;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.card__content{
    background-position: center;
    position: relative;
}
p.post-date {
    color: #000;
    font-size: 15px;
    margin-bottom: 15px;
}
p.post-date {
    color: #8A929D;
    font-size: 15px;
    background: #ECF0F6;
    display: inline-block;
    padding: 7px 18px !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px !important;
    border: 1px solid #ECF0F6;
}
.post-meta-info {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}
p.post-category {
    font-size: 15px;
    font-weight: 600;
    color: #4E95FF;
    border: 1px solid #4E95FF;
    padding: 5px 18px !important;
}
span.published {
    background: #ECF0F6;
    color: #8A929D;
    padding: 4px 13px;
    font-weight: 400;
}
.pub-tabs {
    display: flex;
    gap: 23px;
}
.pub-tabs li {
    text-decoration: none;
    list-style: none;
 }
 li.pub-tab a {
    padding: 12px 25px;
    background: #363a41;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.pub-tabs {
    display: flex;
    gap: 15px;
    padding: 0px !important;
    margin-bottom: 33px;
    margin-top: 20px;
}
li.pub-tab.active a {
    background: #4E95FF;
}
ul.ul-style li {
    font-size: 16px;
    color: #4e95ff;
    margin-bottom: 8px;
}
.ul-style li a {
    font-weight: 600;
    color: #4e95ff;
}
@media screen and (max-width:991px){
    .hero-banner-btns {
    display: flex;
    gap: 16px;
}
.comn-heading-text h5 {
    color: #0B1F33;
    font-size: 40px;
    font-family: 'Roboto Serif';
    font-weight: 600;
    line-height: 50px;
}
.news-card h6 {
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-size: 20px;
}
button.slick-prev.slick-arrow {
    left: 82%;
    position: absolute;
    top: -53px;

}
button.slick-next.slick-arrow {
    left: 90%;
    position: absolute;
    top: -32px;
}
.footer-menu-border .et_pb_menu__menu {
    display: block !important;
}
.footer-menu-border .et_mobile_nav_menu {
    display: none !important;
}
.card__content h2 {
    font-family: 'Roboto Serif', Georgia, "Times New Roman", serif;
    color: #fff;
    font-size: 50px;
}
.card__content {
    min-height: 57svh;
}
    #stack_cards {
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
    }
.align-centered {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}

.reverse-column {
    flex-direction: column-reverse;
}
.gravity-wrap {
    display: flex;
    flex-wrap: wrap;
}

.commission-wrap {
    display: flex;
    gap: 27px;
    flex-wrap: wrap;
}
.mission-cards {
    display: flex;
    gap: 26px;
    flex-wrap: wrap;
}
.mission-cards>div {
    margin: 0px;
    width: 100%;
    padding: 28px;
}
.mission-cards img {
    height: 324px;
    width: 100%;
    object-fit: cover;
}
.right-side-services {
    border-left: 1px solid hsl(0deg 0% 0% / 18%);
    padding-left: 18px;
}
.main-edge-wrap {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.page-id-517 .first-column {
    width: 48% !important;
}
.publication-item {
    
    gap: 53px;
    padding: 25px 7px;
}
.pub-number:before {
  
    height: 123px;
    width: 1px;
    left: 123%;
    top: -48px;
}
.pub-number {
    font-size: 44px;

}
.team-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.thesis-item {
   padding: 31px 12px;
    width: 47.5%;
}
.thesis-content h3 {
    margin: 0px 0 0px;
    font-size: 20px;
   
}
.first-thesis-wrap {
    width: 100%;

}
.stats-container {
   
    justify-content: center;
}
}

@media screen and (max-width:767px){
        .comn-heading-text h5 {
        color: #0B1F33;
        font-size: 25px;
        line-height: 40px;
        }
            .team-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
        .thesis-item {
        padding: 31px 12px;
        width: 100%;
    }
    .first-thesis-wrap {
    width: 100%;
    }
        .hero-banner-btns {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .scroll-reveal-text {
    font-size: clamp(20px, 5vw, 47px);
    line-height: 31px;
    font-weight: 400;
    color: #BBBFC6;
}
    .card__content h2 {
        font-family: 'Roboto Serif', Georgia, "Times New Roman", serif;
        color: #fff;
        font-size: 30px;
    }
       .card__content p {
        font-size: 16px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 300;
        line-height: 25px;
    }
        .hero-banner-btns .et_pb_column {
        width: 100%;
        margin-bottom: 0px;
    }
        button.slick-prev.slick-arrow {
        left: 69%;
        position: absolute;
        top: -53px;
    }
        button.slick-next.slick-arrow {
        left: 84%;
        }
    .orbital-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
}
.orbital-first-card {
    width: 113%;
}
.orbital-number {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/03/Group-109-1.png);
    background-repeat: no-repeat;
    background-color: #4e95ff1f;
    background-size: cover;
    background-position: center;
    padding: 123px 0px;
}
.orbital-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 29px;
}
.services-list-card {
    display: flex;
    flex-wrap: wrap;
}
.services-list-card>div {
    width: 100%;
}
    .right-side-services {
        border-left: 0;
        padding-left: 0px;
    }
    .launch-date-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.launch-date-wrap>div {
    width: 100%;
}
.quantum-list {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}
.orbital-wrap h2 {
    font-size: 25px;
    font-family: 'Roboto Serif';
    color: #0B1F33;
    font-weight: 500;
    margin-top: 19px;
    line-height: 35px;
}
.monitoring-card .et_pb_blurb ,    .page-id-517 .first-column {
    width: 100% !important;
}
.stat-box {
       height: 116px;
    width: 45%;
}
.stats-container {
  
    justify-content: center;
}
.stat-box h2 {
    font-size: 25px;
}
    .et_pb_text_0 h2 {
        font-size: 30px;
    }

    .leo-hero-wrapper {
    padding: 44px 0;
    display: flex;
    justify-content: center;
    box-shadow: 0px 4px 114px 0px #00000040;
    background-image: url(/wp-content/uploads/2026/02/aboutback.webp);
    background-size: 100% 100% !important;
    min-height: auto;
    transition: 0.5s ease !important;
}
.leo-hero-content {
    position: relative;
    padding: 0px 7px;
    text-align: center;
}
    .leo-hero-content p {
        font-size: 16px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        line-height: 25px;
    }
.leo-hero-content h1 {
    font-size: 30px;
}
.global-card-wrap:after {
   
    left: -28px;
    top: 0px;
    z-index: -1;
}
.global-card-wrap:before {
   
    left: -37px;
}
.global-card-wrap {
    margin-left: 46px;
}
.global-card-wrap p {
    font-size: 16px;
}
.global-card-wrap h6 {
    font-size: 20px;
}
li#menu-item-28 a

 {
    border-color: #000 !important;
    display: inline-block;
    padding: 7px 32px !important;
    margin-top: 15px;
}
.card__content {
        min-height: 49svh;
    }
    .card__content > div {
    grid-area: text;
    width: 96%;
    }
    a.btn.btn--accent {
   
    font-size: 13px;
  
    padding: 8px 41px 6px 16px;

    }
        .card__content {
        min-height: 40svh;
    }
.news-card {
    margin: 0px 0px;
    background: #fff;
    padding: 21px;
}
ul#menu-footer-menu {
    display: flex;
    justify-content: space-between;
}
.leo-btn {
    
    font-size: 13px;
  
    margin-top: 13px;
    font-weight: 600;
}
span.pubc-name-text {
    font-size: 14px !important;
    color: #4E95FF;
    border: 1px solid #4E95FF;
    padding: 0px 9px;
    margin-left: 0px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.mission-cards img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
    .listing-sec p {
    font-size: 16px;
    }
    .first-column, .second-column {
    padding: 19px;
}
.first-column div, .second-column div {
    font-size: 16px !important;
}
    .et_pb_text_0 h2 {
        font-size: 30px !important;
    }
    .stat-box p {
    font-size: 14px;
    letter-spacing: 0px;
    }
    .pub-content {
    flex: auto;
}
   .publication-item {
        gap: 40px;
        padding: 25px 7px 0px;
        flex-wrap: wrap;
    }
    .pub-number:before {
        height: 1px;
        width: 100%;
        left: 0%;
        top: 50px;
    }
        .pub-number {
        font-size: 44px;
        display: block;
        width: 100%;
    }
    .btn {
    display: inline-block;
    padding: 4px 18px;
    border: 1px solid #0B1F33;
    border-radius: 20px;
    font-size: 13px;
    }
    .team-card {
    background: #ffffff;
    padding: 13px;
    }
    span.published {
    background: #ECF0F6;
    color: #8A929D;
    padding: 4px 13px;
    font-weight: 400;
    margin-top: 13px !important;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
}
.single-post .entry-title h1 {
    font-size: 30px;
    font-family: "Roboto Serif", serif;
    color: #fff;
    position: relative;
    top: 50%;
    padding: 0px 8px;
}
.single-post .entry-title {
    background: url(https://drsrinivas.atxclients.com/wp-content/uploads/2026/02/Rectangle-1-5.png);
    height: auto;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 123px 10px 35px;
}
.single-post .container {
    width: 92%;
        padding-top: 48px !important;
}
p.post-category {
    font-size: 14px;
}
.fname-div p {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
}

}