/* Newsletter Section */
.newsletter-section {
  position: relative;
  background: var(--white);
}

img.footer-vector-bottom {
  position: absolute;
  bottom: 0px;
  right: 50px;
}
.newsletter-container {
  position: relative;
  background: #f0f2f4;
  overflow: hidden;
  border-radius: 20px;
  padding: 95px 230px !important;
}
h6.footer-text-bottom {
  position: absolute;
  z-index: 3;
  bottom: 5px;
}
h6.footer-text-bottom a {
  color: #000;
  text-decoration: none;
}
.gradient-text {
  background: linear-gradient(90deg, #352f75 0%, #7b73a9 50%, #39a6dd 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.newsletter-content {
  position: absolute;
  height: 279.191px;
  top: 100px;
  right: 1007.61px;
  left: 300px;
  z-index: 149;
}
img.newsletter-left-bg {
  position: absolute;
  left: -120px;
  top: 0px;
}
.newsletter-title {
  position: relative;
  width: 481.95px;
  height: 107.6px;
  margin: 0 0 0 0;
  font-family: Inter, var(--default-font-family);
  font-size: 40px;
  font-weight: 400;
  line-height: 54.6px;
  text-align: left;
  color: var(--text-dark);
  z-index: 147;
}

.newsletter-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 511.36px;
  height: 45px;
  margin: 14.001px 0 0 0;
  color: var(--text-gray);
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  z-index: 148;
}

.newsletter-form {
  position: relative;
  width: 512.39px;
  height: 66px;
  margin: 45px 0 0 0;
}

.newsletter-input {
  height: 66px;
  background: #ffffff;
  padding: 21px 160px 21px 20px;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #999999;
  outline: none;
  border: 0px;
}
.footer-vector-last {
  position: absolute;
  top: 0px;
}
h6.footer-text {
  text-align: center;
  font-size: 25px;
  position: absolute;
  left: 14%;
  top: 0px;
  margin-bottom: 0px;
}
.newsletter-submit {
  background: #0a0a0c;
  color: #fff;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  padding: 0px 30px;
  border: 0px;
  transition: background-color 0.2s ease;
}
.container.newsletter-container {
  max-width: 1625px;
}
.newsletter-submit:hover {
  background: #408aeb;
}
.newsletter-right-image {
  position: absolute;
  top: 0px;
  right: 5%;
}
img.footer-vector {
  position: absolute;
  top: 0px;
}
.newsletter-right {
  position: absolute;
  width: 582px;
  height: 593px;
  right: 0;
  z-index: 157;
}
.newsletter-divider {
  position: absolute;
  width: 582px;
  top: -27.809px;
  right: 60px;
  bottom: 437px;
  z-index: 158;
}

.divider-pattern {
  position: relative;
  width: 330.63px;
  height: 40px;
  margin: 25.809px 0 0 211.379px;
  z-index: 158;
}

.divider-line {
  position: relative;
  width: 330.625px;
  height: 1.25px;
  margin: 0 0 0 0;
  z-index: 166;
}

.pattern-overlay {
  position: relative;
  width: 330.625px;
  height: 38.75px;
  margin: 0 0 0 0;
  z-index: 161;
  -webkit-mask-image: url(https://static.codia.ai/custom_image/2025-07-04/063005/mask-image-1.png);
  -webkit-mask-size: cover;
}

.pattern-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 165;
}

/* Logo Section */
.footer-section {
  position: relative;
  background-image: url(../assets/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 120px 30px 150px 30px;
  margin-top: 120px;
}

.footer-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.footer-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 17px;
  text-align: left;
  /* position: absolute; */
  width: 145px;
  height: 328px;
  /* top: 90.83px;
  left: 69px;
  z-index: 193; */
}

.footer-title {
  align-self: stretch;
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  min-width: 0;
  height: 29px;
  color: var(--black);
  font-family: Roboto, var(--default-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 28.8px;
  text-align: left;
  white-space: nowrap;
  z-index: 194;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.footer-link {
  color: var(--text-dark);
  font-family: Roboto, var(--default-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #352f75;
}

.footer-center {
  text-align: left;
}

.footer-main-title {
  position: absolute;
  width: 539px;
  height: 148px;
  top: -74px;
  left: 0;
  font-family: Roboto, var(--default-font-family);
  font-size: 45px;
  font-weight: 500;
  line-height: 27px;
  text-align: left;
  color: #000000;
  z-index: 186;
}

.footer-description {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 451px;
  height: 108px;
  top: 140px;
  left: 0;
  color: #000000;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  z-index: 181;
}

.footer-startup-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 235px;
  height: 81px;
  top: 269px;
  left: 0;
  color: #000000;
  font-family: Roboto, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  z-index: 179;
}

.footer-right {
  position: absolute;
  width: 252px;
  height: 124px;
  top: 323.5px;
  left: 1100px;
  z-index: 210;
}

.contact-btn-footer {
  display: flex;
  background: linear-gradient(90deg, #9b63f1 0%, #6363f1 24%, #4fa1cc 94%);
  color: white;
  border: none;
  padding: 8px 25px;
  font-size: 16px;
  border-radius: 10px;
  box-shadow: 0px 9px 20px rgba(53, 47, 117, 0.34);
  transition: all 0.3s ease;
  cursor: pointer;
}
.col-12.col-md-5.footer-last-call {
  padding-left: 200px;
}
.footer-right-button {
  padding-bottom: 80px;
}

.footer-right-content h6 {
  text-align: left;
  font-size: 45px;
  padding-bottom: 30px;
}

.footer-social {
  position: relative;
  width: 250px;
  height: 123.33px;
  margin: -17px 0 0 20px;
  z-index: 211;
}

.footer-social .social-title-footer {
  display: flex !important;
}

/* .social-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  width: 250px;
  height: 123px;
  top: 0;
  left: 0;
  color: #000;
  font-family: Roboto, var(--default-font-family);
  font-size: 20px;
  font-weight: 400;
  line-height: 62.4px;
  text-align: left;
  z-index: 212;
} */

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 15px;
}

.social-icon {
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.footer-bottom {
  position: absolute;
  width: 100%;
  height: 55px;
  bottom: 0;
  left: 0;
  z-index: 224;
}

.footer-logo {
  position: absolute;
  width: 25.82%;
  height: 8.88%;
  top: 91.11%;
  left: 65.66%;
  z-index: 224;
}

.footer-copyright {
  position: absolute;
  width: 267px;
  height: 3.48%;
  top: 93.92%;
  left: 71.37%;
  font-family: Inter, var(--default-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 21.569px;
  text-align: left;
  color: var(--black);
  z-index: 225;
}

.heart {
  color: #ff1010;
}
p.social_title-footer {
  text-align: left;
}
.footer-decoration {
  position: relative;
  width: 33.529px;
  height: 21.78px;
  margin: 190.599px 0 0 1990.961px;
  z-index: 171;
}

.bottom-decoration {
  position: absolute;
  width: 100%;
  height: 20.27%;
  top: 79.73%;
  left: 0;
  z-index: 168;
}

.footer-bottom-section {
  position: absolute;
    bottom: 0%;
    right: 0;
    display: flex;
    justify-content: center;
    width: 49%;
    padding-bottom: 3px;
}

.footer-text-bottom {
  font-size: 14px;
  text-align: center; /* Ensures the text is centered inside the shape */
  position: relative;
  z-index: 2; /* Keeps the text above the shape */
}

.footer-vector-bottom {
  max-width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%; /* Centers the triangle horizontally */
  transform: translateX(-50%); /* Ensures the triangle is centered exactly */
  z-index: 1; /* Places the triangle behind the text */
}

.footer-bottom-section .footer-text-bottom {
  position: relative;
  z-index: 2; /* Ensure text appears above the triangle */
}

.hero-section-footer {
 position: relative;
    height: 500px;
    margin: 150px 150px 0px 150px;
    overflow: hidden;
    /* border-radius: 16px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-background-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #000;
}

/* ✅ FIX: Remove scroll and fill section precisely */
.video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;           /* exact viewport width */
  height: 56.25vw;        /* maintain 16:9 ratio (100 / 16 * 9) */
  max-height: 100vh;      /* never exceed viewport height */
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: none;
}

/* Overlay tint */
.hero-overlay-footer {
  position: absolute;
  inset: 0;
  background: rgba(37, 30, 52, 0.4);
  z-index: 2;
}

/* Content styling */
.hero-content-footer {
  position: relative;
  z-index: 3;
  color: white;
  text-align: center;
  padding: 20px;
}

.hero-title-footer {
  font-family: "Roboto", var(--default-font-family);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-description-footer {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 300;
}

.hero-cta-button-footer {
  background: #fff;
  color: #000;
  border: none;
  border-radius: 35px;
  cursor: pointer;
  padding: 15px 35px;
  font-size: 20px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

.hero-cta-button-footer:hover {
  transform: translateY(-2px);
}

@media(min-width:1200px) and (max-width:1600px){
  .hero-section-footer {
 margin: 150px 50px 0px 50px !important;
}
img.footer-vector-bottom {
    position: absolute;
    bottom: 0px;
    right: 45px;
    width: 420px;
}
}
/* Tablet Responsiveness */
@media (max-width: 1080px) and (min-width: 768px) {
  .footer-bottom-section {
    width: 60%; /* Slightly less width for tablet screens */
    justify-content: center;
    padding-bottom: 10px; /* Adds padding at the bottom */
  }

  .footer-text-bottom {
    font-size: 18px; /* Slightly smaller text size for tablet */
    bottom: 0px;
    margin-bottom: 0px;
  }
.hero-section-footer{
  height: 300px;
}
}
@media(max-width:1080px){
.py-5 {
    padding: 70px 30px;
}
.newsletter-right-image {
    position: absolute;
    top: 180px;
    right: 0%;
    width: 28%;
}
.col-12.col-md-5.footer-last-call {
    padding-left: 100px;
}

    /* img.footer-vector-bottom {
        position: absolute;
        bottom: 0px;
        right: 40px;
        width: 35%;
    } */
}
/* Responsive design for tablets and below */
@media(max-width: 1080px) {
  .hero-content{
    padding-top: 60px;
  }
  .hero-title-footer {
    font-size: 32px;
  }

  .hero-description-footer {
    font-size: 18px;
  }

  .hero-cta-button-footer {
    font-size: 18px;
    padding: 12px 30px;
  }
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
   .footer-bottom-section {
    width: 100%; /* Full width on smaller screens */
    justify-content: center; /* Keep the shape and text centered */
    padding-bottom: 5px; /* Add some padding at the bottom */
  }

  .footer-text-bottom {
    font-size: 12px; /* Reduce text size on mobile */
  }

  .footer-vector-bottom {
    left: 50%; /* Keeps triangle centered */
    transform: translateX(-50%); /* Ensures the triangle stays centered */
  }
 
  .footer-vector-last {
    position: absolute;
    top: 0px;
    width: 55%;
}
.footer-section .container {
    padding: 0px;
}
h6.footer-text {
    text-align: center;
    font-size: 19px;
    position: absolute;
    left: 23% !important;
    top: 0px !important;
    margin-bottom: 0px;
}
h6.footer-text-bottom {
    position: absolute;
    font-size: 14px;
    z-index: 3;
    bottom: 0px;
}
.footer-right-content h6 {
    text-align: left;
    font-size: 30px;
    padding-bottom: 30px;
}
  .hero-title-footer {
    font-size: 28px;
  }

  .hero-description-footer {
    font-size: 16px;
  }
    .col-12.col-md-5.footer-last-call {
        padding-left: 0px;
    }
  .hero-cta-button-footer {
    font-size: 16px;
    padding: 10px 25px;
  }
  .footer-section{
    padding: 70px 30px 90px 30px;
    margin-top: 50px;
  }
  .footer-right-button {
    padding-bottom: 40px;
}
.mb-3 {
    margin-bottom: 0rem !important;
}
}

/* Responsive design for very small mobile screens */
@media (max-width: 767px) {
   img.footer-vector-bottom {
        position: absolute;
        bottom: 0px;
        right: 8px;
        width: 95%;
    }
  .hero-section-footer {
    height: 400px;
    margin: 20px;
  }

  .hero-title-footer {
    font-size: 24px;
  }

  .hero-description-footer {
    font-size: 14px;
  }

  .hero-cta-button-footer {
    font-size: 14px;
    padding: 8px 20px;
  }
}


@media (max-width: 972px){
  .newsletter-right-image{
    right: -35%;
  }
}

@media(max-width:991px){
  
.py-5 {
 padding: 50px;
}
.container.newsletter-container {
max-width: fit-content !important;
}
.newsletter-container{
    padding: 98px 135px !important;
}
img.newsletter-left-bg{
width: 43%;
}
.img-fluid {
 max-width: 47% !important;
  height: auto;
  display: none;
}
img.footer-vector {
position: absolute;
 top: 0px;
 width: 38%;
 right: 90px;
}
.card{
  padding: 50px 40px;
}
}

@media(max-width:600px){
      .py-5 {
        padding: 20px;
    }
        .newsletter-container {
        padding: 0px !important;
    }
    .newsletter-title{
      width: auto;
      height: auto;
    }
    .newsletter-description{
      width: auto;
      height: auto;
    }
    .newsletter-input{
      padding: 20px 0px 20px 20px;
    }
    .newsletter-form {
    position: relative;
    width: max-content;
    height: 66px;
    margin: 30px 0 0 0;
}
img.newsletter-left-bg{
  display: none;
}
.newsletter-submit{
  padding: 12px 15px;
}
.newsletter-title{
  font-size: 30px;
  line-height: 43.6px;
}
}