/*start css for C One AI  Advisory*/
@font-face {
    font-family: Poppins-Bold;
    src: url(../font/Poppins-Bold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../font/Poppins-Regular.ttf);
}
@font-face {
    font-family: Poppins-Medium;
    src: url(../font/Poppins-Medium.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../font/Poppins-SemiBold.ttf);
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    scroll-behavior: smooth;
}

body {
    font-size: 14px;
    color: #000;
    font-family: Poppins-Regular;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: 0.3s;
}

button {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    border: 0px;
    outline: none !important;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
p{
    margin-bottom: 0px;
}
/*section {
      height: 100vh; 
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 3rem;
}*/
section {
    /* height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 3rem;
    padding-top: 100px;
    padding-bottom: 80px;
}
h1{
    color: #0C266C;
    font-size: 65px;
    font-family: Poppins-Bold;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

h2{
   color: #0C266C;
    font-size: 50px;
    font-family: Poppins-Bold; 
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

h3{
    color: #0C266C;
    font-size: 40px;
    font-family: Poppins-Bold;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
h4{
    color: #202938;
    font-size: 18px;
   font-family: Poppins-SemiBold;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.heighlight-col1{
    color:#4743C9 !important;
}
.heighlight-col2{
    color:#1A82E3 !important;
}
.heighlight-col3{
    color:#039EB4 !important;
}
.heighlight-col4{
    color:#2577BA !important;
}
.heighlight-col5{
    color:#568991 !important;
}

.navbar-brand img {
    width: 30%;
}
.brand-text {
    color: #0C266C;
    font-size: 30px;
    margin-left: 10px;
     font-family: Poppins-SemiBold;
}

.shrink{
     height: 100vh; 
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 3rem;
}

.btnbox{
    background-color: #1a82e3; 
    background-image: linear-gradient(to right, #1a82e3 , #119ada);
}
.btnboxtop {
    background-color: #0C266C;
    color: #fff;
    font-size: 16px !important;
    padding: 20px 35px;
    border-radius: 35px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.btnboxtop:hover {
    background-color: #1a82e3;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar {
background-color: #fff !important;
}

.navbar-nav .nav-link {
  color: #545F72 !important;
  margin: 0 10px;
  transition: 0.3s;
  font-family: Poppins-SemiBold;
}
.navbar-nav {
    justify-content: end;
}

.navbar-nav .nav-link:hover {
   color: #21D3ED !important;
}
.navbar-nav .nav-link.active {
    color: #21D3ED  !important;
}
.navbar-toggler-icon {
    background-image: none;
    background-color: #0C266C;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    padding-top: 6px;
    color: #fff;
}

#home { background-color: #0d6efd; }

.hero-banner {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.hero-home {
    background-image: url(../images/seethefuture.jpg);
}
.lead {
    font-size: 40px;
    font-family: Poppins-SemiBold;
     background: -webkit-linear-gradient(#1a82e3, #119ada);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#formMessage {
  font-size: 20px;          /* slightly larger and readable */
  color: #198754;           /* Bootstrap-style green */
  text-align: left;         /* align with input fields */
  margin-top: 8px;
  margin-left: 2px;
  font-weight: 500;
  padding-left: 5px;
  width: 100%;
  transition: all 0.3s ease;
}

#about {
    padding-top: 100px;
}
.hero-about{
    background-image: url(../images/whoweare.jpg);
}
.bcontent{
    font-size: 26px;
    color: #000;
}
.bcontent p {
    line-height: 1.7;
    font-weight: 300;
}
.whbox {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px 20px;
    margin-top: 30px;
    width: 75%;
}
.whbox p {
    font-size: 18px;
    font-family: Poppins-SemiBold;
     background: -webkit-linear-gradient(#1a82e3, #119ada);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    

}
.hero-mission{
    background-image: url(../images/ourmission.jpg);
}
.abbox p {
    background-color: #EEF9FF;
    border-radius: 10px;
    color: #000;
    font-size: 15px;
    padding: 22px 26px;
    /* font-family: Poppins-Regular; */
    font-style: italic;
    font-weight: normal;
    line-height: 1.6;
}
.abbox {
    width: 67%;
}
.spwidth {
    width: 86%;
}
.hero-projects{
    background-image: url(../images/project.jpg);
}
/* Card Container */
.card {
  width: 100%;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Hover Effect */
.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 215, 0, 0.5);
}

/* Logo Area */
.card-logo {
  padding: 30px 0 10px;
}

.card-logo img {
    object-fit: contain;
    transition: transform 0.3s ease;
    max-width: 100%;
    height: 215px;
}

/* Logo hover animation */
.card:hover .card-logo img {
  transform: rotate(5deg) scale(1.1);
}

/* Text Area */
.card-content {
  background: #fff;
  padding: 15px 10px;
  border-top: 1px solid #eee;
}

.card-content h3 {
  font-size: 25px;
  font-family: Poppins-SemiBold;
  color: #202938;
}

.card-content p {
  font-size: 17px;
  color: #545F72;
  margin-top: 4px;
}
.hero-what{
   background-image: url(../images/whatwedo.jpg); 
}
.hero-tech{
   background-image: url(../images/technology.jpg); 
}
.transbox {
    border: 2px solid #EEF9FF;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 27px;
    border-radius: 10px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
      min-height: 224px;
}
.transbox p{
   font-size: 14px;
   font-weight: normal;
   color: #545F72; 
}
.hero-tech{
   background-image: url(../images/technology.jpg); 
}

.desc {
    font-size: 35px;
    text-align: center;
    font-family: Poppins-SemiBold;
         background: -webkit-linear-gradient(#000, #602db7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    text-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.lead2 {
    color: #202938;
    text-align: center;
    font-size: 30px;
     font-family: Poppins-SemiBold;
    line-height: 1.7;
}
.specl {
    font-size: 35px;
    color: #4743C9;
    font-style: italic;
    font-family: Poppins-SemiBold;
}
.hero-res{
    background-image: url(../images/research.jpg);
}

.info-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 600px;
  background: transparent;
  padding: 10px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
}

.text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
  font-family: Poppins-Bold;
}

.text p {
  color: #555;
  font-size: 14.5px;
  line-height: 1.6;
}
.bl-box{
    background-color: #1a82e3; 
    background-image: linear-gradient(to right, #1a82e3 , #119ada);
    color: #fff;
    padding:30px 82px;
    font-size: 24px;
    font-family: Poppins-SemiBold;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;  
}
.gap h4{
    font-size: 30px;
    color: #0C266C;
    font-family: Poppins-Bold;
    margin-top: 300px;
    text-align: center;
}



.hero-col{
    background-image: url(../images/COLLABORATION.jpg);
}

.offbox{
     background-color: rgba(33, 211, 237, 0.3);
    padding: 27px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.offbox h4{
  font-size: 26px;
    font-family: Poppins-Bold;
    color: #000;
}

.offbox p{
  font-size: 20px;
   background: -webkit-linear-gradient(#000, #602db7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}
.hero-join{
    background-image: url(../images/join.jpg);
}
.jbox p{
     font-size: 20px;
   background: -webkit-linear-gradient(#000, #602db7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center; 
}

.hero-contact{
    background-image: url(../images/contact.jpg);
}
.contact-section {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

.contact-container h2 {
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 8px;
}

.contact-container p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 20px;
}

label {
    display: block;
    color: #222;
    font-size: 14px;
    font-family: Poppins-Medium;
}

input,
textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  outline: none;
  background: #fff;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

textarea {
  resize: none;
}

.btn3 {
  width: 100%;
  background: linear-gradient(90deg, #007bff, #00b4ff);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn3:hover {
  background: linear-gradient(90deg, #0069d9, #00a2e8);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);

}

.btn i {
  margin-left: 8px;
}

.contact-form {
    border: 2px solid #EEF9FF;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 27px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.contact-bar {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 60px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 11px 34px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    z-index: 9999;
    bottom: 82px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-size: 15px;
}
.icon2 {
    width: 40px;
    height: 40px;
    color: #21D3ED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.icon {
    width: 40px;
    height: 40px;
    color: #21D3ED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #0C266C;
}

.contact-item a {
  font-weight: 500;
  color: #222;
  font-family: Poppins-Medium;
}

/* Hover effect */
.contact-item:hover .icon {
  background: #0056d2;
  transform: scale(1.05);
  transition: 0.3s ease;
}

.contact-item:hover span {
  color: #0056d2;
}

.footer{
    background-color: #0C266C;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
}
.nma{
    color: #fff;
    font-family: Poppins-Medium;
}

.nma:hover{
    color: #21D3ED;
    font-family: Poppins-Medium;485

}

.exce {
    overflow: hidden;
}


/* Optional: dark background overlay */
/* --- Fix video blocking close button --- */
/* ===== Video Modal Styling ===== */
/* ===== Video Modal Styling (Updated) ===== */
/* ===== Video Modal Styling with Red Close Button ===== */
.modal-dialog {
  max-width: 700px;
  margin: 1.75rem auto;
}

.hero-video {
  width: 80%;
  max-width: 640px;
  max-height: 70vh;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}

/* --- Custom Red Close Button --- */
.video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background-color: #ff0000;       /* bright red circle */
  border: none;
  border-radius: 50%;
  z-index: 9999 !important;
  opacity: 1;
  cursor: pointer;
}

/* Replace default Bootstrap “×” with a white custom cross */
.video-close::before {
  content: '×';
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
  line-height: 1;
}

.video-close:hover {
  background-color: #cc0000;       /* darker red on hover */
  transform: scale(1.1);
}

/* --- Responsive tweaks --- */
@media (max-width: 768px) {
  .hero-video {
    width: 90%;
  }

  .video-close {
    width: 30px;
    height: 30px;
    top: 8px;
    right: 8px;
  }

  .video-close::before {
    font-size: 20px;
  }
}

/* Optional: darker modal background */
.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(3px);
}






#services { background-color: #198754; }
#contact {  }
   