@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #2d3436;
}

/* h1, h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
} */


.intro-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
    border-bottom: 2px solid #dfe6e9;
}

.intro-text {
    width: 60%;
}

.intro-text h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: #0984e3;
}

.intro-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #636e72;
}

.intro-img {
    width: 35%;
}

.intro-img img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Technology Stack Section */
/* .tech-section {
    background-color: #f1f3f6;
    padding: 80px 0;
}

.tech-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.tech-item {
    width: 22%;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tech-item img {
    max-width: 70px;
    margin-bottom: 15px;
}

.tech-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.tech-item h3 {
    font-size: 1.5rem;
    color: #00b894;
    margin-bottom: 10px;
}

.tech-item p {
    font-size: 1rem;
    color: #636e72;
} */

/* Outcome Section */
.outcome-section {
    padding: 10px 0;
}

.outcome-list {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.outcome-list li {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #2d3436;
    padding: 15px;
    border-radius: 10px;
}

.outcome-list li::before {
    content: "✔";
    color: #0984e3;
    font-size: 1.5rem;
    margin-right: 10px;
}

/* Context and Challenges Section */
.context-section {
    background-color: #dfe6e9;
    padding: 80px 0;
}

.context-text {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.context-text h2 {
    color: #0984e3;
    font-size: 2.2rem;
}

.context-text p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #636e72;
    margin-bottom: 20px;
}

/* Footer */
.footer {
    text-align: center;
    padding: 30px 0;
    background-color: #2d3436;
    color: white;
}
footer {
    color: #333;
    padding-top: 20px;
    background-image: url('../../../images/footer-pattern-triangle.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
  
  }
.footer p {
    font-size: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .intro-section, .tech-content {
        flex-direction: column;
        text-align: center;
    }

    .intro-text, .intro-img, .tech-item {
        width: 100%;
    }

    .tech-item img {
        max-width: 50px;
    }

    .outcome-list {
        flex-direction: column;
    }

    .container {
        width: 95%;
    }
}


.tech-section {
    padding: 40px;
    margin: 20px 0;
}

.tech-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.tech-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.tech-icon {
    width: 70px;
    margin-right: 20px;
}

.tech-text {
    flex: 1;
}

.tech-heading {
    font-size: 1.5em;
    color: #333;
    margin: 0;
}

.tech-description {
    margin: 10px 0 0;
    color: #666;
}
.highlighted-title {
    font-family: 'Poppins', sans-serif; 
    font-size: 2.2em;
    font-weight: 600;
    color: #333; 
    text-align: left; 
    margin-bottom: 20px;
    position: relative; 
    padding-left: 10px; 
    border-left: 5px solid #ff5722; 
  }
  
  /* Adding a subtle fade-in effect */
  .highlighted-title::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, #ff5722, #ff9800); 
    left: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease-in-out;
  }
  .what {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px; 
    flex-wrap: wrap;
}

.text-content {
    flex: 1;
    position: relative;
    z-index: 2;
    padding: 20px; 
    box-sizing: border-box; 
}

.text-content h1 {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.text-content p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.8;
    text-align: justify;
}

.text-content a {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1.1rem;
    background-color: #fff;
    color: #00a4ff;
    border: 2px solid #00a4ff;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.text-content a:hover {
    background-color: #00a4ff;
    color: #fff;
}

.text-content .blue-bar {
    width: 60px;
    height: 5px;
    background-color: #00a4ff;
    margin-bottom: 20px;
   
}

.text-content::before {
    font-size: 8rem;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 1;
}

.section1 .text-content::before { content: '01'; }
.section2 .text-content::before { content: '02'; }
.section3 .text-content::before { content: '03'; }
.section4 .text-content::before { content: '04'; }

.image-content {
    flex: 1;
    text-align: right;
    position: relative;
    display: flex; 
    justify-content: center; 
}

.image-content img {
    height: auto; 
    border-radius: 10px;
    display: block; 
    margin-left: auto; 
    max-width: 100%; 
}

.image-decor {
    position: absolute;
    top: -50px;
    right: -30px;
    width: 200px;
    height: 200px;
    background-color: #f25d2e;
    border-radius: 50%;
    z-index: -1;
}

/* Responsive Design */
@media (max-width: 768px) {
    .what {
        flex-direction: column;
        padding: 30px;
    }

    .text-content, .image-content {
        max-width: 100%;
        text-align: center;
    }

    .text-content {
        padding-right: 0;
    }

    .image-decor {
        display: none;
    }

    .image-content img {
        max-width: 100%;
    }
}






.blue-bar {
width: 100%; 
height: 5px; 
background-color: blue; 
margin-bottom: 10px; 
}

h1 {
margin: 10px 0; 
}

p {
line-height: 1.5; /* Improved readability */
}

/* Additional styling to manage images with different aspect ratios */
.image-decor {
display: none; 
}

/* Adjust for mobile responsiveness */
@media (max-width: 768px) {
.what {
flex-direction: column; 
}
}
.key-offerings {
    list-style: none; 
    padding: 0; 
    margin: 0; 
  }
  
  .key-offerings li {
    display: flex; 
    align-items: center; 
    margin-bottom: 20px; 
  }
  
  .offering-icon {
    width: 30px; 
    height: 30px; 
    border-radius: 50%; 
    background: #007bff; 
    color: #fff; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 18px; 
    margin-right: 15px;
  }
  
  .offering-text {
    font-size: 16px; 
    color: #333;
  }
  
  .offering-text strong {
    color: #007bff; 
    font-weight: bold;
  }
  
  footer {
    color: #333;
    padding-top: 20px;
  }
  
  footer .social-media {
    background-color: #21D192;
    color: white;
  }
  
  footer .social-media .me-5 {
    margin-right: 1.5rem;
  }
  
  footer .social-media a {
    color: white;
    margin-right: 15px;
    text-decoration: none;
  }
  
  footer h6 {
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #14274a;
    margin-bottom: 15px;
  }
  
  /* footer hr {
    width: 60px;
    background-color: #7c4dff;
    height: 2px;
    border: none;
    margin: 0 auto;
  } */
  .head1{
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #ffffff;
   
  }
  
  footer a {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  footer a:hover {
    color: #7c4dff;
    text-decoration: none;
  }
  
  footer .contact-info p {
    margin-bottom: 10px;
  }
  
  footer .copyright {
    background-color: rgba(203, 201, 201, 0.2);
    color: #333;
    padding: 1px;
    font-size: 0.9rem;
  }
  .full-screen-video-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh; /* Full height for the video container */
  }
  
  .full-screen-video-container {
    position: relative;
    width: 100%;
    height: 100%; 
  }
  
  .background-image {
    position: absolute; 
    top: 60%; 
    left: 50%;
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transform: translate(-50%, -50%);
    z-index: 0; 
  }
  
  .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)); 
    color: white;
    padding: 20px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start; 
    z-index: 1; 
    text-align: start; 
  }
  
  /* Media Query for Mobile Screens */
  @media (max-width: 768px) {
    .background-image {
        width: 100%; 
        height: 100%; 
        object-fit: cover; 
      }
  
    .text-overlay {
        padding: 10px; 
    }
  }
  .text2 {
    font-family: "Poppins", sans-serif;
    font-size: 16px; 
    line-height: 24px; 
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    max-width: 60%; 
  }
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: -100%; 
    margin-top: -1px; 
  }
  
  .navbar-nav .nav-item:hover .fas {
    color: #007bff; 
  }
  
  .dropdown-menu .dropdown-item .fas {
    color: #555; 
    transition: color 0.3s ease-in-out;
  }