
.ca-logo{
  left: 100px;
}

.title {
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    padding-bottom: 50px;
    z-index: 2;
    color: #ffffff;
}
.title1 {
  font-size: 1.5em;
  color: #ffffff;
  text-align: left;
  padding-bottom: 50px;
  z-index: 2;
}
.dynamic-word {
  color: #ffffff;
  border-right: 2px solid #ffffff;
  padding-right: 5px;
  text-shadow: 0 0 5px #2196F3, 0 0 10px #21CBF3, 0 0 20px #2196F3;
  animation: pulseGlow 1.8s ease-in-out infinite;
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 5px #2196F3, 0 0 10px #21CBF3, 0 0 20px #2196F3;
  }
  50% {
    text-shadow: 0 0 10px #2196F3, 0 0 20px #21CBF3, 0 0 30px #2196F3;
  }
  100% {
    text-shadow: 0 0 5px #2196F3, 0 0 10px #21CBF3, 0 0 20px #2196F3;
  }
}
@keyframes blinkCursor {
    50% { border-color: transparent; }
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }
  
  .card {
    overflow: hidden;
    box-shadow: 0px 2px 20px #d7dfe2;
    background: white;
    border-radius: 0.5rem;
    position: relative;
    width: 350px;
    margin: 1rem;
    transition: 250ms all ease-in-out;
    cursor: pointer;
  }
  
  .card:hover {
    transform: scale(1.05);
    box-shadow: 0px 2px 40px #d7dfe2;
  }
  
  .banner-img {
    position: absolute;
    object-fit: cover;
    height: 14rem;
    width: 100%;
  }
  
  .category-tag {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    background: red;
    padding: 0.5rem 1.3rem 0.5rem 1rem;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    top: 1rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .popular {
    background: #ef257a;
  }
  
  .technology {
    background: #651fff;
  }
  
  .psychology {
    background: #e85808;
  }
  
  .card-body {
    margin: 15rem 1rem 1rem 1rem;
  }
  
  .blog-hashtag {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4d97b2;
  }
  
  .blog-title {
    line-height: 2.0rem;
    margin: 0.5rem 0 0.5rem;
  }
  
  .blog-description {
    color: #616b74;
    font-size: 0.9rem;
  }
  
  .card-profile {
    display: flex;
    margin-top: 2rem;
    align-items: center;
  }
  
  .profile-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .card-profile-info {
    margin-left: 1rem;
  }
  
  .profile-name {
    font-size: 1rem;
  }
  
  .profile-followers {
    color: #616b74;
    font-size: 0.9rem;
  }


  /*Hero bg objects*/
.shapes-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 110vh;
    z-index: 2;
}

.shape {
    position: absolute;
}

.shape::before {
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    
    transform: rotate(-35deg);
    position: absolute;
    border-radius: 50px;
}

.shape:nth-child(1) {
    top: 2%;
    left: 11%;
    width: 400px;
    height: 70px;
}

.shape:nth-child(2) {
    top: 14%;
    left: 18%;
    width: 200px;
    height: 15px;
}

.shape:nth-child(3) {
    top: 80%;
    left: 4%;
    width: 300px;
    height: 60px;
}

.shape:nth-child(4) {
    top: 85%;
    left: 15%;
    width: 100px;
    height: 10px;
}

.shape:nth-child(5) {
    top: 5%;
    left: 50%;
    width: 300px;
    height: 25px;
}

.shape:nth-child(6) {
    top: 4%;
    left: 52%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(7) {
    top: 80%;
    left: 70%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(8) {
    top: 55%;
    left: 95%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(9) {
    top: 50%;
    left: 90%;
    width: 300px;
    height: 50px;
}

.shape:nth-child(10) {
    top: 30%;
    left: 60%;
    width: 500px;
    height: 55px;
}

.shape:nth-child(11) {
    top: 60%;
    left: 60%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(12) {
    top: 35%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(13) {
    top: 90%;
    left: 40%;
    width: 300px;
    height: 45px;
}

.shape:nth-child(14) {
    top: 54%;
    left: 75%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(15) {
    top: 50%;
    left: 90%;
    width: 200px;
    height: 5px;
}

.shape:nth-child(16) {
    top: 50%;
    left: 81%;
    width: 100px;
    height: 5px;
}
.gradient-banner {
  position: relative;
  overflow: hidden;
}
.zindex-1{
	z-index: 1;
}

.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200%;
  height: 200%;
  border-radius: 0%;
  background-image: linear-gradient(45deg, #009EC5 0%, #2e7eed 20%, #02225B 50%);
}



/* card Design */

.card-container {
  display: flex;
  gap: 2rem;
  perspective: 1000px;
  padding: 20px;
  justify-content: center;
}

.flip-card {
  width: 330px;
  height: 250px;
  perspective: 1000px;
}

.flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-inner {
  transform: rotateY(180deg);
}

.flip-front,
.flip-back {
  position: absolute; /* Changed from absolute to relative for layering */
  overflow: hidden; /* Hide animation outside corners */
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-shadow:
    0 2px 6px rgba(0, 63, 143, 0.2),
    0 8px 20px rgba(0, 63, 143, 0.15);
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
}

.circle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.circle {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 2px solid #02235b92;
  transform: translate(-50%, -50%) scale(0.2);
  animation: ripple 5s linear infinite;
  opacity: 0;
}

.circle1 { animation-delay: 0s; }
.circle2 { animation-delay: 1.5s; }
.circle3 { animation-delay: 3s; }

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    transform: translate(-50%, -50%) scale(4);
    opacity: 0;
  }
}

.flip-front .icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.flip-front h3 {
  font-size: 1.6rem;
  color: #333;
}

.flip-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #0a2e73 0%, #001f54 60%, #003c8f 100%);
  
  color: white;
}

.flip-back p {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }
  .flip-card {
    width: 100%;
    max-width: 330px;
  }
  .flip-front h3 {
    font-size: 1.4rem;
  }
  .flip-back p {
    font-size: 0.9rem;
  }
}



/* value card Design */
.value-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding: 20px;
}

.value-card {
  width: 200px;
  height: 250px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}

.value-card:hover {
  transform: translateY(-5px);
}

.value-card img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.value-card p {
  font-weight: bold;
  font-size: 1rem;
  color: #000;
  text-align: center;
}

@media (max-width: 600px) {
  .value-card-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two items per row */
    gap: 20px; /* Adjust gap as needed */
    padding: 15px;
  }
  .value-card {
    width: 200px;
    height: 200px;
    padding: 0 20px;
  }
}

/** service swiper Design */
.card-wrapper {
  max-width: 1100px;
  margin: 0 60px 35px;
  padding: 20px 10px;
  overflow: hidden;
}
.card-list .card-item {
  list-style: none;
}
.card-list .card-item .card-link {
  display: block;
  background: #fff;
  padding: 18px;
  user-select: none;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}
.card-list .card-item .card-link:active {
  cursor: grabbing;
}
.card-list .card-item .card-link:hover {
  border-color: #5372F0;
}
.card-list .card-link .card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.card-list .card-link .badge {
  color: #5372F0;
  width: fit-content;
  padding: 8px 16px;
  font-size: 0.95rem;
  border-radius: 50px;
  font-weight: 500;
  background: #DDE4FF;
  margin: 16px 0 18px;
}
.card-list .card-link .badge-designer {
  color: #B22485;
  background: #F7DFF5;
}
.card-list .card-link .badge-marketer {
  color: #B25A2B;
  background: #FFE3D2;
}
.card-list .card-link .badge-gamer {
  color: #205C20;
  background: #D6F8D6;
}
.card-list .card-link .badge-editor {
  color: #856404;
  background: #fff3cd;
}
.card-list .card-link .card-title {
  color: #000;
  font-size: 1.19rem;
  font-weight: 600;
}
.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372F0;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #5372F0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}
.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372F0;
}
.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372F0;
}
.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-wrapper .swiper-slide-button {
  color: #5372F0;
  margin-top: -35px;
}
/* Responsive media query code for small screens */
@media (max-width: 600px) {
  .card-wrapper {
    margin: 0 15px 25px;
    padding: 15px 5px;
  }

  .card-list .card-item .card-link {
    padding: 14px;
    border-radius: 10px;
    margin-right: 60px;
  }

  .card-list .card-link .badge {
    font-size: 0.85rem;
    padding: 6px 12px;
    margin: 12px 0 14px;
  }

  .card-list .card-link .card-title {
    font-size: 1.05rem;
  }

  .card-list .card-link .card-button {
    height: 30px;
    width: 30px;
    margin: 20px 0 5px;
  }

  .card-wrapper .swiper-pagination-bullet {
    height: 11px;
    width: 11px;
  }

  .card-wrapper .swiper-slide-button {
    font-size: 1rem;
    margin-top: -25px;
  }
}



.sectors-casec {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.heading-casec {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 60px;
}

.grid-casec {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: min-content;
  gap: 40px;
  justify-items: center;
}

.card-casec {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.icon-casec {
  font-size: 48px;
  margin-bottom: 16px;
}

.text-casec {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}

.card-casec:hover {
  transform: translateY(-5px);
  color: #5372F0;
}

@media (max-width: 600px) {
  .grid-casec {
    grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
    gap: 20px; /* Reduced gap for mobile spacing */
    padding: 10px;
  }
  .card-casec {
    width: 100%; /* Full width for cards */
    max-width: 200px; /* Set a max width for cards */
  }
}

