* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: white;
  color: #000;
}

.whatsapp-float {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 20px;
    right: 20px;
   background: linear-gradient(90deg, #FF981F, #F926A4, #2253FF);
    color: white;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
    z-index: 1000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    text-align: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: white;
}

.whatsapp-icon {
    vertical-align: middle;
   font-size: 33px;
}
 
#navbar {
  transition: top 0.3s ease-in-out;
  z-index: 1050;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 80px;
  margin-right: 10px;
}

.logo span {
  font-size: 20px;
  font-weight: bold;
  color: #6c006c;
}

nav ul {
  list-style: none;
}


.custom-nav{
  text-decoration: none;
  color: black;
  font-weight: 500;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 20px;
  margin: 5px;
}

.custom-nav:hover {
  background: linear-gradient(to right, #910BFF, #3B077F);
  color: white !important;
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid black;
  margin: 5px;
}

.custom-nav.active {
  background: linear-gradient(to right, #910BFF, #3B077F);
  color: white !important;
  padding: 8px 20px;
  border-radius: 20px;
}



@media (max-width: 991.98px) {
  .custom-nav{
    text-decoration: none;
    color: white;
    padding: 0px;
  }
  .custom-nav:hover {
    background: transparent;
    color: white !important;
    padding: 0px;
  }
  .custom-nav.active {
    background: transparent;
    color: white !important;
    padding: 0px;
  }
  
  #mainNav {
    background: linear-gradient(90deg, #0b2a63 0%, #020c1d 50%, #3d004a 100%);
    padding: 1rem;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
  }

  #mainNav .custom-nav {
    color: white !important; /* Optional: ensure text is visible */
    
  }
}






.hero-main{
  margin-top: 110px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section {
  width: 95%;
  max-width: 95%;
  height: 600px;
  border-radius: 50px;
  background: linear-gradient(90deg, #0b2a63 0%, #020c1d 50%, #3d004a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 40px;
  box-sizing: border-box;
}

.hero-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}

.hero-text h1 {
  font-size: 3rem;
  font-weight: 800;
  font-family: "Space Grotesk", sans-serif;
  background: linear-gradient(90deg, #f7974e, #d96edb, #7ab5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.4;
  text-transform: uppercase;
  margin: 80px 0 40px 0;
}
.view-more-btn {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid orange;
  border-radius: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease;
  background: linear-gradient(280.96deg, #2253FF 0.21%, #F926A4 47.41%, #FF981F 81.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Glowing gradient background on hover */
.view-more-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  background: linear-gradient(280.96deg, #2253FF 0.21%, #F926A4 47.41%, #FF981F 81.68%);
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

/* Hover effect */
.view-more-btn:hover {
  color: white;
  -webkit-text-fill-color: white;
}

.view-more-btn:hover::before {
  transform: scaleX(1);
}


.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: auto;
}

.chat-button {
  position: absolute;
  bottom: -20px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: linear-gradient(to right, #0b2a63, #3d004a);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #d96edb;
}

.chat-button img {
  width: 20px;
  height: 20px;
}

/* Mask group */



.about-us-section {
  width: 95%;
  height: 512px;
  margin: auto;
  margin-top: 50px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0px;
  background-color: #fff;
}
.about-us-section {
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a;
}

.background-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.background-image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  filter: blur(2px);
}

.bottom-vector {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 200px;
  opacity: 0.5;
}

.bottom-left {
  left: 0;
}

.bottom-right {
  right: 0;
}

.about-us-box {
  position: relative;
  z-index: 2;
  color: white;
}


.section-title {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 25px;
}

.section-description {
  font-family: "Poppins", sans-serif;
font-weight: 200;
font-style: normal;
  line-height: 1.8;
  margin:0px 100px 40px 100px;
}


.about-btn {
  display: inline-block;
  padding: 9px 25px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: white;
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(90deg, #d44efb, #4700f5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.about-btn:hover {
  transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-us-box {
    max-width: 100%;
    padding: 30px 20px;
    border-radius: 25px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-description {
    font-size: 0.95rem;
    margin:0px;
    padding-bottom: 40px;
  }

  .about-btn {
    padding: 10px 24px;
    font-size: 0.95rem;
  }
}


@media (max-width: 991px) {
  .hero-section {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    border-radius: 30px;
    text-align: center;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text h1 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
  }

  .view-more-btn {
    margin-bottom: 30px;
  }

  .hero-image img {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 575px) {
  .hero-text h1 {
    font-size: 1.5rem;
  }
  .hero-section {
    width: 95%;
    max-width: 95%;
    flex-direction: column;
    height: auto;
    padding: 30px 20px;
    border-radius: 30px;
    text-align: center;
  }

  .view-more-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .hero-image img {
    max-width: 280px;
  }
}



.core-offerings-section {
  background: #F0EEFF;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .core-offerings-section.bg-cover {
    background-image: url('images/core-offerings-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
  }
}

.core-offerings-section h2{
  font-family: "Space Grotesk", sans-serif;
}

.core-heading {
  font-size: 2.5rem;
}

.core-card {
  background: white;
  border-radius: 24px;
  transition: transform 0.3s ease;
  box-shadow: 2px 3px 14px -6px rgba(24, 39, 75, 0.12), 2px 4px 32px -4px rgba(24, 39, 75, 0.1);
border-radius: 36px;
}

.core-card:hover {
  transform: translateY(-5px);
}

.text-purple {
  color: #6b2ed5;
  font-family: "Space Grotesk", sans-serif;
}

.arrow-btn {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50px;
  width: 100px;
  height: 50px;
  padding:8px 15px;
  font-size: 1.5rem;
  color: #333;
  transition: 0.3s ease;
}

.arrow-btn:hover {
  background-color: #eee;
  text-decoration: none;
}

.circle-btn {
  width: 45px;
  height: 45px;
  margin: auto;
  border-radius: 50%;
  background: black;
  color: white;
  border: 2px solid transparent;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  z-index: 100;
}

.circle-btn:hover {
  background: #6b2ed5;
  color: #fff;
}
.custom-prev,
.custom-next {
z-index: 10;
cursor: pointer;
}

.custom-prev img,
.custom-next img {
width: 40px;
height: auto;
}

.business-values-section {
  width: 95%;
  margin: auto;
  margin-top: 60px;
  background: linear-gradient(90deg, #0b2a63 0%, #020c1d 50%, #3d004a 100%);
  border-radius: 60px;
  color: #fff;
}
.business-values-section {
  position: relative;
  overflow: hidden;
  background-color: #0a0a0a; /* fallback color */
}

.background-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.background-image-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1; /* adjust as needed for visibility */
  filter: blur(2px); /* optional for effect */
}

.bottom-vector {
position: absolute;
bottom: 0;
z-index: 1;
opacity: 1;
}

.bottom-left {
left: 0;
}

.bottom-right {
right: 0;
}

.business-values-section .container {
position: relative;
z-index: 2;
}

.business-values-section .container {
  position: relative;
  z-index: 2;
}

.business-values-section h2{
  font-family: "Space Grotesk", sans-serif;
}
.business-values-section span{
  font-family: "Space Grotesk", sans-serif;
}

.text-connectify {
  background: linear-gradient(280.96deg, #2253FF 0.21%, #F926A4 47.41%, #FF981F 81.68%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-border {
padding: 2px;
border-radius: 16px;
height: 100%;
display: flex;
flex-direction: column;
}

.card-box {
background: linear-gradient(155.14deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
backdrop-filter: blur(12.5px);
border-radius: 14px;
padding: 3rem;
color: white;
text-align: left;

display: flex;
flex-direction: column;
height: 100%; /* ensure full height inside card-border */
}

.card-box p {
color: #ccc;
font-size: 14px;
flex-grow: 1; /* pushes the button down */
}

.view-detail-btn {

/*display: inline-block;*/
width: 120px;
text-align: center;
padding: 9px 25px;
font-size: 12px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
color: white;
text-decoration: none;
border-radius: 30px;
background: linear-gradient(90deg, #d44efb, #4700f5);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;

margin-top: auto; /* this aligns the button at the bottom */
}

/* Optional: Button hover effect */
.view-detail-btn:hover {
transform: scale(1.05);
}






.marketing-section {
background-color: #070D1B;
border-radius: 30px;
color: white;
overflow: hidden;
}
.marketing-section h2{
font-family: "Space Grotesk", sans-serif;
}
.marketing-section h4{
font-family: "Space Grotesk", sans-serif;
font-size: 30px;
}
.connectify-title {
display: inline-block;
font-weight: 700;
font-size: 1.8rem;
background: linear-gradient(90deg, #FF5673, #5A71FF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "Space Grotesk", sans-serif;
}

.marketing-section img {
max-width: 100%;
height: auto;
}

@media (max-width: 768px) {
.marketing-section h2 {
  font-size: 1.8rem;
}

.connectify-title {
  font-size: 1.4rem;
}

.marketing-section p {
  font-size: 0.95rem;
}
}




.demo-section {
background-color: #fff;
position: relative;
overflow: hidden;
border-radius: 25px;
width: 95%;
margin: auto;
}

.demo-box {
background-color: white;
border: 1px solid #eee;
border-radius: 20px;
position: relative;
z-index: 1;
}

.demo-section h2 {
font-size: 2.5rem;
font-weight: 800;
color: #000;
font-family: "Space Grotesk", sans-serif;
}

.demo-section p {
font-family: "Poppins", sans-serif;
font-weight: 300;
font-size: 1.3rem;
color: #333;
line-height: 1.6;
}

.demo-btn {
background: linear-gradient(90deg, #8A00F4, #3100FF);
border: none;
color: white;
padding: 10px 30px;
border-radius: 30px;
font-weight: 500;
transition: 0.3s ease;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-decoration: none;
}

.demo-btn:hover {
opacity: 0.9;
}

.bg-art {
position: absolute;
z-index: 0;
opacity: 0.6;
}

.bg-art-left {
left: 0;
top: 20%;
max-width: 150px;
}

.bg-art-right {
right: 0;
top: 20%;
max-width: 150px;
}

.vector-img {
position: absolute;
z-index: 2;
max-width: 180px;
}

.vector-top-right {
top: 0;
left: 48px;

}

.vector-bottom-right {
bottom: 0;
right: 50px;
}

@media (max-width: 768px) {
.demo-section h2 {
  font-size: 1.5rem;
}

.demo-section p {
  font-size: 1rem;
}

.bg-art-left,
.bg-art-right {
  max-width: 00px;
  top: 10%;
}

.vector-top-right {
  top: 0;
  left: 18px;

}

.vector-bottom-right {
  bottom: 0;
  right: 18px;
}

.vector-img {
  max-width: 100px;
}
}




.contact-section {
width: 95%;
margin: auto;
background-color: #fff;
position: relative;
overflow: hidden;
}

.contact-box {
background: #0c0c14;
border-radius: 40px;
position: relative;
z-index: 1;
}

.contact-box h2 {
font-family: "Space Grotesk", sans-serif;
font-size: 2.5rem;
color: white;
}

.form-label {
color: white;
font-weight: 500;
}

.gradient-label {
color: white;
}

.custom-input {
background-color: transparent;
border: 1px solid transparent;
border-radius: 8px;
padding: 10px 15px;
color: white;
width: 100%;
transition: border 0.3s ease;
background-image: linear-gradient(#0e0e0e, #0e0e0e), 
linear-gradient(90deg, #544B72, #544B72);
background-origin: border-box;
background-clip: padding-box, border-box;
}


.custom-input:focus {
background-image: linear-gradient(#0e0e0e, #0e0e0e), 
linear-gradient(90deg,#FF981F, #F926A4,#2253FF);
background-origin: border-box;
background-clip: padding-box, border-box;
outline: none;
box-shadow: none;
}

.submit-btn {
background: linear-gradient(90deg, #FF00B8, #6C00FF);
color: white;
border: none;
padding: 10px 35px;
border-radius: 30px;
font-weight: 600;
transition: 0.3s ease;
}

.submit-btn:hover {
opacity: 0.9;
}

/* Background puzzle image */
.puzzle-art {
position: absolute;
right: 0;
top: 20%;
max-width: 250px;
z-index: 2;
opacity: 0.8;
}

.puzzle-art-2 {
position: absolute;
right: 5%;
top: 20%;
max-width: 250px;
z-index: 2;
opacity: 0.8;
}

/* Optional left/right background squares */
.bg-art {
position: absolute;
z-index: 0;
opacity: 0.5;
}

.bg-left {
left: 0;
bottom: 0;
max-width: 150px;
}

.bg-right {
right: 0;
top: 0;
max-width: 150px;
}
.bg-mask {
background-image: url('../images/mask-contact.png');
background-size: cover;
background-position: top; 
background-repeat:no-repeat ;

}

@media (max-width: 768px) {
  .contact-section {
width: 100%;
margin: auto;
  }
.contact-box {
  padding: 2rem;
}
.puzzle-art {
 display: none;
}
.puzzle-art-2 {
display: none;
}
}


.connectify-footer {
max-width: 95%;
margin: auto;
position: relative;
background: linear-gradient(to bottom right, #060d1c, #1d1d1d, #3c2b2b);
color: white;
border-radius: 50px 50px 50px 50px;
padding: 40px 30px;
font-family: 'Poppins', sans-serif;
overflow: hidden; /* ensures ::after doesn't overflow */
margin-bottom: 50px;
}


.connectify-footer p{
font-family: "Poppins", sans-serif;
font-weight: 200;
text-align: justify;
font-size: 14px;
z-index: 100;
}
.connectify-footer a{
  text-decoration: none;
  color:white;
font-family: "Poppins", sans-serif;
font-weight: 200;
text-align: justify;
font-size: 14px;
}

.footer-logo-row {
text-align: left;
margin-bottom: 30px;
}

.footer-logo-img {
  margin-top:50px ;
height: 100px;
}

.footer-main-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 30px;
}

.footer-col {
flex-grow: 1;
}

.col-5 {
flex-basis: 41.6667%;
}

.col-3 {
flex-basis: 25%;
}

.col-4 {
flex-basis: 33.3333%;
}

.footer-col h3 {
font-size: 24px;
margin-bottom: 15px;
}

.footer-col h3 span {
color: #d13aff;
}

.footer-col p {
line-height: 1.6;
margin-bottom: 20px;
}

.footer-col ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-col ul li {
margin-bottom: 10px;
font-size: 14px;
}

.footer-col ul li a {
color: white;
text-decoration: none;
transition: color 0.3s;
}

.footer-col ul li a:hover {
color: #d13aff;
}

.social-icons {
display: flex;
gap: 20px;
margin-top: 20px;
}

.social-icons a {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
border: 2px solid white;
border-radius: 50%;
color: white;
font-size: 20px;
transition: all 0.3s ease;
text-decoration: none;
}

.social-icons a:hover {
background: white;
color: black;
}


.footer-contact hr {
border: none;
border-top: 1px solid #999;
margin: 10px 0;
}

.footer-bottom-row {
margin-top: 30px;
border-top: 1px solid #999;
display: flex;
justify-content: space-between;
padding-top: 15px;
font-size: 13px;
flex-wrap: wrap;
}

.footer-bottom-row p {
margin: 5px 0;
}


@media (max-width: 768px) {
.connectify-footer {
  padding: 30px 10px;
}
}



.about-section {
width: 95%;
margin: auto;
margin-top: 110px;
background: linear-gradient(to right, #051937, #281c3e, #3b0d42);
color: white;
padding: 60px 30px;
border-radius: 40px;

display: flex;
justify-content: center;
align-items: center;
}

.about-title {
margin-top:200px;
font-family: "Space Grotesk", sans-serif;
font-size: 49px;
font-weight: bold;
background: linear-gradient(90deg, #FFA76B, #FF5EC6, #775AF9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
margin-bottom: 20px;
}

.about-text {
font-family: "Poppins" sans-serif;

font-size: 20px;
line-height: 1.7;
}

.about-image {
width: 100%;
height: auto;
}


.whatsapp-section {
background: white;
}

.main-heading {
font-size: 64px;
margin: 50px 0px;
font-weight: bold;
font-family: "Space Grotesk", sans-serif;
}

.main-heading .highlight {
background: linear-gradient(to right, #ff5f6d, #9b60f9);
color: white;
padding: 4px 12px;
border-radius: 12px;
display: inline-block;
transform: rotate(3deg);
}

.feature-title {
font-family: "Space Grotesk", sans-serif;
font-size: 58px;
font-weight: bold;
margin-bottom: 10px;
}

.feature-text {
font-size: 20px;
margin-bottom: 15px;
}

.view-btn {
background: linear-gradient(to right, #6d28d9, #d946ef);
padding: 10px 20px;
border-radius: 20px;
color: white;
font-weight: 500;
text-decoration: none;
display: inline-block;
}

.position-relative .blob-right {
position: absolute;
top: 100px;
left: -80px;
width: 180px;
z-index: 10;
}

.position-relative .blob-left {
position: absolute;
top: 100px;
left: 500px;
width: 180px;
z-index: 10;
}

.position-relative .grid-left {
position: absolute;
bottom: -10px;
left: 0;
right: 100;
width: 300px;
z-index: 0;
}

.position-relative .grid-right {
position: absolute;
bottom: -10px;
left: 100;
width: 300px;
z-index: 0;
}

.feature-img {
position: relative;
z-index: 2;
border-radius: 12px;
}


@media (max-width: 768px) {
.position-relative .blob-right {
  display: none;
}

.position-relative .blob-left {
  display: none;
}

.position-relative .grid-left {
  display: none;
}

.position-relative .grid-right {
  display: none;
}
.main-heading {
  font-size: 40px;
  }
  .feature-title {
    font-size: 35px;
    }
}




.why-connectify-section {
background: radial-gradient(circle at top, #fdf7fd, #ffffff);
}

.connectify-box {
max-width: 100%;
background: linear-gradient(135deg, #1e1a2b, #3b225d);
border-radius: 40px;
color: #fff;
position: relative;
overflow: hidden;
}

.connectify-heading {
font-family: "Space Grotesk", sans-serif;
font-size: 66px;
font-weight: 700;
margin-bottom: 20px;
}

.connectify-subtext {
font-size: 20px;
line-height: 1.7;
color: #ccc;
}

.connectify-btn {
display: inline-block; /* Change from block to inline-block */
margin: 12px auto;
padding: 14px 24px;
border: 2px solid #fff;
color: #fff;
font-weight: 600;
border-radius: 50px;
text-decoration: none;
font-family: "Space Grotesk", sans-serif;
font-size: 45px;
transition: all 0.3s ease;
}


.connectify-btn:hover {
background-color: #fff;
color: #3b225d;
}

.decor-left,
.decor-right {
position: absolute;
width: 60px;
}

.decor-left {
top: 80px;
left: 60px;
}

.decor-right {
bottom: 60px;
right: 80px;
}



.team-section {
background: #fff;
}

.team-heading {
font-family: "Space Grotesk", sans-serif;
font-size: 2.8rem;
font-weight: 700;
text-align: left;
}

.team-badge {
display: inline-block;
transform: rotate(3deg);
background: linear-gradient(90deg, #FF981F, #F926A4, #2253FF);
border-radius: 12px;
}

.badge-inner {
display: inline-block;
 /* Reverses the skew for readable text */
color: #fff;
font-family: "Space Grotesk", sans-serif;
font-weight: 700;
padding: 0px 20px;
}


.team-box-wrapper {
margin-top: 40px;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 30px;
padding: 40px 20px;
border: 1px solid #d9d9ff;
border-radius: 30px;
}

.team-card {
position: relative;
width: 220px;
border-radius: 20px;
overflow: hidden;
text-align: left;
}

.team-img {
width: 100%;
border-radius: 20px;
display: block;
}

.team-info {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 15px;
background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
width: 100%;
}

.team-info h4 {
margin: 0;
font-size: 1.4rem;
font-weight: 600;
}

.team-info p {
margin: 2px 0 0;
font-size: 1.1rem;
}


@media (max-width: 768px) {
.team-heading {
  text-align: center;
}
.connectify-heading {
  font-size: 50px;
  }
.connectify-btn {
  font-size: 20px;
  }
  .decor-left,
.decor-right {
display: none;
}
}


.custom-card {
  border: 1px solid #ddd;
  border-radius: 35px;
  box-shadow: 0 0 0 transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.custom-card img {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  width: 100%;
  height: auto;
}

.custom-card .p-4 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-card .title {
  font-family: "Space Grotesk", sans-serif;
  font-size: 26px;
}

.custom-card p {
  flex-grow: 1;
  margin-bottom: 20px;
}

.gradient-btn {
  width: 150px;
  text-align: center;
  background: linear-gradient(90deg, #8e2de2, #4a00e0);
  color: #fff;
  padding: 10px 22px;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: auto; /* This is important for bottom alignment */
}

.gradient-btn:hover {
  opacity: 0.9;
  text-decoration: none;
}

.video-wrapper {
max-width: 100%;
border-radius: 30px;
overflow: hidden;
}

.video-section h2{
font-family: "Space Grotesk", sans-serif;
}

.video-play-button {
position: absolute;
top: 50%;
left: 50%;
width: 70px;
height: 70px;
transform: translate(-50%, -50%);
background: rgba(0, 0, 0, 0.6);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: background 0.3s ease;
}

.video-play-button span {
width: 0;
height: 0;
border-left: 20px solid #fff;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
}

.video-play-button:hover {
background: rgba(0, 0, 0, 0.8);
}



.pricing-section{
width: 95%;
margin: auto;
margin-top: 100px;
margin-bottom: 100px;
border-radius: 50px;
}
.pricing-card {
background: linear-gradient(145deg, #1d1e2c, #12131c);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 25px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.plan-title {

position: absolute;
left: 0;
font-size: 1.2rem;
font-weight: 600;
color: #ffffff;
background: #6c39fd;
padding: 15px 26px;
border-radius:0px 50px 50px 0px;
display: inline-block;
}

.price-tag {
display: inline-block;
padding: 15px 30px;
border: 5px solid grey;
font-size: 1.2rem;
font-weight: bold;
background: linear-gradient(to right, #ff496c, #6c39fd);
border-radius: 50px;
color: #fff;
}

.capacity-box {
padding: 15px 30px;
border-radius: 50px;
border: 5px solid rgb(66, 65, 65);
background: #1d1e2c;
color: #fff;
font-weight: 500;
display: inline-block;
}

.pricing-card ul li {
margin: 10px 0;
padding-left: 20px;
position: relative;
}

.pricing-card ul li::before {
content: '●';
position: absolute;
left: 0;
color: #ff914d;
font-size: 0.8rem;
}



.testimonial-section {
  height: 600px;
padding: 80px 20px;
background: #fff;
text-align: center;
}

.testimonial-section h2 {
font-size: 40px;
font-weight: 700;
margin-bottom: 60px;
}

.testimonial-section .swiper {
width: 100%;
max-width: 1280px;
margin: auto;
}


.testimonial-section .swiper-wrapper {
align-items: center;
}

.testimonial-section .swiper-slide {
  height: 400px;
background: #fff;
border-radius: 30px;
padding: 40px 30px;
box-shadow: 0 0 30px rgba(0,0,0,0.05);
transition: transform 0.5s ease, opacity 0.5s ease;
opacity: 1;
transform: scale(1) rotateY(0deg);
border: 3px solid;
border-image-slice: 1;
border-image-source: linear-gradient(45deg, #ffa63d, #ff2770, #5e36ff);
}

.testimonial-section .swiper-slide-prev {
transform: scale(0.9) rotateY(-12deg);
}

.testimonial-section .swiper-slide-next {
transform: scale(0.9) rotateY(12deg);
}

.testimonial-section .swiper-slide-active {
opacity: 1;
transform: scale(1) rotateY(0deg);
border: 3px solid;
border-image-slice: 1;
border-image-source: linear-gradient(45deg, #ffa63d, #ff2770, #5e36ff);
}

.testimonial-section .quote-icon {
font-size: 40px;
background: linear-gradient(45deg, #ffa63d, #ff2770, #5e36ff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-bottom: 15px;
}

.testimonial-text {
font-size: 16px;
color: #333;
margin-bottom: 30px;
line-height: 1.7;
min-height: 100px;
}

.testimonial-author {
display: flex;
align-items: center;
gap: 15px;
justify-content: center;
}

.testimonial-author img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}

.testimonial-section .author-info {
text-align: left;
}

.author-info strong {
display: block;
font-weight: 600;
font-size: 14px;
color: #000;
}

.author-info span {
font-size: 13px;
color: #888;
}







.contact-section {
margin: auto;
display: flex;
flex-wrap: wrap;
gap: 50px;
justify-content: center;
align-items: center;
padding: 60px 20px;
background: #fff;
}

.left-col, .right-col {
flex: 1 1 400px;
display: flex;
flex-direction: column;
gap: 30px;
}

.text-box {
background: #ebe5fa;
color: #000;
padding: 30px 25px;
font-size: 18px;
border-radius: 24px;
line-height: 1.6;
font-weight: 500;
}

.device-image {
background: #e4f1ff;
border-radius: 24px;
padding: 30px 30px 0px 30px;
text-align: center;
}

.device-image img {
max-width: 100%;
}

.right-col {
position: relative;
}

.person-image {
border-radius: 24px;
overflow: hidden;
position: relative;
}

.person-image img {
width: 100%;
height: auto;
display: block;
}

.speech-bubble {
position: absolute;
bottom: 20px;
left: 20px;
background: #fff;
color: #000;
padding: 20px 25px;
border-radius: 18px;
font-size: 20px;
font-weight: 600;
box-shadow: 0 10px 20px rgba(0,0,0,0.1);
max-width: 300px;
}


.get-in-touch-container {
max-width: 100%;
margin: 60px auto;
background: #fff;
padding: 50px 100px;
border-radius: 30px;
display: flex;
flex-wrap: wrap;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
border: 1px solid #e0e0e0;
font-family: 'Helvetica Neue', sans-serif;
}

.contact-left {
flex: 1 1 300px;
padding-right: 40px;
}

.contact-left h2 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
color: #121212;
}

.contact-left p {
margin: 8px 0;
font-size: 16px;
color: #444;
}

.contact-left .contact-info {
margin-top: 30px;
}

.contact-left .contact-info h3 {
font-size: 24px;
font-weight: 700;
margin-bottom: 10px;
}

.contact-left .contact-info p {
font-size: 16px;
color: #444;
margin: 4px 0;
}

.contact-form {
flex: 1 1 600px;
}

.contact-form h2 {
font-size: 50px;
font-weight: 700;
margin-bottom: 30px;
}

/* .contact-form h2 span {
display: inline-block;
background: linear-gradient(90deg, #f89b29, #ff0f7b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 800;
} */

.form-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.form-grid input,
.form-grid textarea {
width: 100%;
padding: 14px 16px;
font-size: 15px;
border: 1px solid #ccc;
border-radius: 10px;
resize: none;
}

.form-grid textarea {
grid-column: span 2;
height: 120px;
}

.submit-button {
margin-top: 20px;
}

.submit-button button {
background: #000;
color: #fff;
padding: 14px 30px;
border: none;
border-radius: 25px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: 0.3s ease;
}

.submit-button button:hover {
background: #222;
}

@media (max-width: 768px) {
.get-in-touch-container {
  flex-direction: column;
}

.form-grid {
  grid-template-columns: 1fr;
}

.contact-left {
  padding-right: 0;
  margin-bottom: 30px;
}
}
















