* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
}
p
{
    font-family: "Poppins", sans-serif;
}
h1 {
    font-family: "Poppins", sans-serif;
    font-size:40px !important;
    font-weight:500 !important;
}
h2 {
    font-family: "Poppins", sans-serif;
    font-size:40px !important;
    font-weight:600 !important;
}
@media (max-width: 768px) {
    h1 {
        font-size:32px !important;
    }
    h2 {
        font-size:32px !important;
    }
    p {
        font-size: 14px !important;
    }
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.logo {
    font-size: 24px;
    font-weight: bold;
}
.nav-links {
    display: flex;
    gap: 40px;
}
.nav-links a {
    text-decoration: none;
    color: black;
    font-size: 16px;
}
.enquiry-btn {
    position: relative;
    right: 40px;
    height:44px;
    width:148px;
   
    border: none;
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    color: white;
    font-size: 16px;
    cursor: pointer;
            }
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.gradient-text {
    font-size: 134px;
    font-weight:700;
    line-height: 100%;
    background: linear-gradient(to bottom, 
        #005c9b 15%,  
        #c9dcea 65%,  
        #ffffff 100% 
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 50px;
}
@media (max-width: 768px) {
    .nav-links {
        gap:15px;
        z-index: 9;
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        background: white;
        width: 100%;
        padding: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }
    .nav-links.active {
        display: flex;
    }
    .menu-toggle {
        display: block;
    }
}
.nav1 {
    box-shadow: 0px 0px 18px -10px; padding-left:156px !important; padding-right:156px !important;
}
@media (max-width: 768px) {
    .nav1 {
    box-shadow: 0px 0px 18px -10px; padding-left:0px; padding-right:0px;
}  
}

.firstsection
{
    padding-left:109px !important;
    padding-right:109px !important;
}

@media (max-width: 768px) {
    .firstsection
{
    padding-left:0px;
    padding-right:0px;
}
.content p {
    font-size: 14px;
}
}
.custom-btn1 {
    width: 132px;
    height: 44px;
    border: none;
    background: linear-gradient(to right, #005c9b, #0d70ff);
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.slider-card {
    display: flex;
    align-items: center;
    
    
    overflow: hidden;
    
}
.slider-card img {
    width: 524px;
    height: 349px;
}
.card-content {
    width: 50%;
    /* text-align: center; */
    padding: 20px;
    padding-bottom:90px;
}
.numbering {
    font-size:30px;
    font-weight: bold;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    color: #005c9b;
}
.arrow {
    font-size: 24px;
    cursor: pointer;
    margin: 0 15px;
}

.feature-section {
    background-color: #f8f9ff;
    padding: 40px 0;
}
.feature-box {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-direction: column;
}
.feature-box i {
    font-size: 32px;
    color: #005c9b;
    margin-right: 10px;
}
.feature-text h5 {
    margin: 0;
    font-weight: bold;
}
.feature-text p {
    margin: 0;
    color: #666;
}

.iconpadding {
    padding-right:30px;
}

.image-container {
    position: relative;
    width: 510px;
    height: 530px;
}
.image-container .bg-box {
    position: absolute;
    width: 510px;
    height: 530px;
    background-color: #005c9b;
    top: 24px;
    left: 24px;
    z-index: 1;
}
.image-container img {
    position: absolute;
    width: 510px;
    height: 530px;
    object-fit: cover;
    z-index: 2;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.content h2 {
    font-size: 26px;
    font-weight: bold;
}
.content p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}
.btn-gradient1 {
    width: 137px;
    height: 44px;
    border: none;
    background: linear-gradient(to right, #005c9b, #0d70ff);
    color: #fff !important;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.how-it-works {
    text-align: center;
    padding: 60px 0;
}
.how-it-works h2 {
    font-size: 32px;
    font-weight: bold;
}
.how-it-works h3 {
    font-size: 24px;
    font-weight: bold;
}
.how-it-works p {
    font-size: 18px;
    color: #666666;
}
.step-card {
    position: relative;
    text-align: center;
}
.step-card img {
    width: 360px;
    height: 224px;
    object-fit: cover;
    
}
.step-label {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #f0f4ff;
    color: #005c9b;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
}
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
    border-radius: 5px;
}

.circle-bg {
    width: 552px;
    height: 552px;
    background-color: #005c9b;
    border-radius: 50%;
    position: relative;
}
.image-1 {
    position: absolute;
    width: 524px;
    height: 349px;
    top: 123px;
    left: -56px;
}
.image-2 {
    position: absolute;
    width: 415px;
    height: 277px;
    top: 262px;
    left: 146px;
}
.content-section {
    padding-left: 50px;
    
}
.btn-gradient {
background: linear-gradient(45deg, #ff7e5f, #feb47b);
border: none;
color: white !important;
padding: 10px 20px;
font-weight: bold;
border-radius: 5px;
transition: 0.3s ease-in-out;
}

.btn-gradient:hover {
background: linear-gradient(to right, #d77e00, #ff8f40);
}


.feature-box1 {
    width: 96px;
    height: 96px;
    background-color: #f8f9fa;
    box-shadow: 0px 7px 29px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 15px;
}
.feature-box1 i {
    font-size: 36px;
    color: #005c9b;
}
.feature-heading {
    color: #0B0B0B;
    font-weight: bold;
    font-size: 18px;
}
.feature-description {
    color: #666666;
    font-size: 14px;
}


.bannertext {

position: relative;
top: 55px;
display: flex;
flex-direction: column;
/* justify-content: center; */
align-items: center;
}

.solution-section {
    padding: 50px 0;
  }
  
  .circle-img {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
  }
  
  /* Image positions */
  .img1 { width: 252px; height: 252px; top: 108px; left: 16px; }
  .img2 { width: 209px; height: 209px; top: 72px; left: 287px; }
  .img3 { width: 151px; height: 151px; top: 403px; left: 16px; }
  .img4 { width: 338px; height: 338px; top: 306px; left: 198px; }
  
  /* Text styling */
  .solution-title {
    font-size: 18px;
    color: #005c9b;
    font-weight: 600;
  }
  
  .main-heading {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
  }
  
  .solution-text {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.6;
  }

  .marquee-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  
  
  .secondcolumn.p-3 {
    margin-top: 100px;
}
  @media (max-width: 768px) {
    .secondcolumn.p-3 {
        margin-top: 400px;
    }
    .gradient-text {
        display: inline-block;
        animation: marquee 7s linear infinite;
      }
      @keyframes marquee {
        from {
          transform: translateX(100%);
        }
        to {
          transform: translateX(-100%);
        }
      }
    .img1 { width: 182px; height: 182px; top: 20px; left: 5px; }
  .img2 { width: 140px; height: 140px; top: 0px; left: 200px; }
  .img3 { width: 115px; height: 115px; top: 250px; left: 5px; }
  .img4 { width: 223px; height: 223px; top: 175px; left: 131px; }
  
  
  .image-1 {
    position: absolute;
    width: 335px;
    height: 200px;
    top: 82px;
    left: -21px;
}
.image-2 {
    position: absolute;
    width: 242px;
    height: 164px;
    top: 156px;
    left: 108px;
}
.circle-bg {
    width: 350px;
    height: 350px;
}
.image-container img {
    width:95%;
    height:480px;
}
.slider-card {
    display: flex;
    /* align-items: center; */
    overflow: hidden;
    flex-direction: column;
}
#sliderImage {
    object-fit: contain;
}
.numbering{
    justify-content: center;
}
.card-content {
    width: 100%;
    text-align: center;
    padding-top: 0px !important;
}
.image-container .bg-box {
    position: absolute;
    width: 95%;
    height:480px;
}
.text111 {
    text-align: center;
}

.nav1 {
    box-shadow: 0px 0px 18px -10px; padding-left:12px !important; padding-right:5px !important;
}
.menu-toggle {
    display: block;
    position: absolute;
    right: 10px;
}
.content-section {
    text-align:center;
}
.usecase2section {
    margin-top: 0px;
}
.logosize
{
    width:105px !important;
}
  }


  .custom-container1 {
    background-color: #194975;
    color: white;
    padding: 20px;
    border-radius: 8px;
}

.image-container1 img {
    width: 92%;
    height: 358px;
    object-fit: cover;
    
}

.content-container1 h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-container1 p {
    font-size: 14px;
    margin-bottom: 10px;
}

.content-container1 ul {
    list-style: none;
    padding: 0;
}

.content-container1 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.content-container1 ul li i {
    margin-right: 8px;
    color: #d1e4ff;
}
.image-container1 
{
    border-right: 3px solid #d1e4ff;
}
.content-container1
{
    padding-left: 30px !important;
}

.custom-btn {
    width:148px;
    background: linear-gradient(to right, #f28f00, #ffa364);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}
.custom-btn:hover {
    opacity: 0.9;
}

.cooling {
    margin-top:10rem;
}

.usecase2section {
    margin-top: 180px;
}

.custom-card {
    width: 360px;
    height: 513px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: white;
}
.custom-card img {
    width: 100%;
    height: 269px;
    object-fit: cover;
}
.custom-card-body {
    padding: 20px;
}
.custom-card-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.custom-card-text {
    font-size: 16px;
    font-weight: 400;
    color: #555;
}

.content-section1 {
    background-color: #f8f9ff;
    padding: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}
.title1 {
    color: #005c9b;
    font-size: 18px;
    font-weight: 600;
}
.heading1 {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
}
.text1 {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-top: 10px;
}
.image-section1 img {
    width: 100%;
    height: 350px;
    
}

.section-title12 {
    font-size: 18px;
    font-weight: 600;
    color: #005c9b;
    text-align: center;
}
.section-heading12 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #0b0b0b;
    margin-bottom: 40px;
}
.team-card12 {
    text-align: center;
    padding: 20px;
}
.team-card12 img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}
.team-name12 {
    font-size: 20px;
    font-weight: 500;
    color: #0b0b0b;
    margin-bottom: 5px;
}
.team-role12 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 15px;
}
.social-icons12 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background: linear-gradient(to right, #005c9b, #0d70ff);
    border-radius: 50%;
    color: white;
    font-size: 14px;
    text-decoration: none;
}
.social-icons12 a:hover {
    opacity: 0.8;
}








.custom-image {
    width: 546px;
    height: 528px !important;
    object-fit: cover;
}

/* Info Box Styling */
.info-box {
    background-color: #194975;
    padding: 30px;
    position: relative;
    top: 25px;
    left: -45px;
    
    color: white;
}

/* Info Items */
.info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #d1e4ff;
    color: #005c9b;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.text h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.text p {
    font-size: 16px;
    font-weight: 400;
    margin: 5px 0 0;
}

.market-opportunity {
    padding: 40px 0;
}

/* Subheading Styling */
.sub-heading {
    font-size: 18px;
    font-weight: 600;
    color: #005c9b;
}

/* Description Text */
.description {
    text-align:center;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

/* Info Box Styling */
.info-box11 {
    height:125px;
    background: #f8f9ff;
    padding: 20px;
   
    margin-bottom: 15px;
}

.info-box11 h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0b0b0b;
    margin-bottom: 5px;
}

.info-box11 p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin: 0;
}

/* Image Styling */
.img-fluid {
    width: 100%;
    border-radius: 5px;
}



.popup-content {
    margin-top:4%;
    background: white;
    padding: 30px;
    width: 50%;
    border-radius: 10px;
    position: relative;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/* Heading */
.popup-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

/* Floating Label Styling */
.input-container {
    position: relative;
    margin-bottom: 15px;
}



/* Textarea */
textarea {
    height: 132px !important;
}

/* Contact Method */
.contact-method-heading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.radio-label {
    margin-right: 15px;
    font-size: 16px;
}

/* Submit Button */
.submit-btn {
    width: 106px;
    height: 44px;
    background: linear-gradient(90deg, #005c9b, #0d70ff);
    border: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
    .popup-content {
        width: 90%;
    }
}

.custom-form {
    padding: 40px 0;
}

/* Form Group Styling */
.form-group {
    position: relative;
    /*margin-bottom: 10px;*/
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
     padding-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: 0.3s;
    margin-bottom:16px;
}

.form-group textarea {
    height: 268px;
    resize: none;
}

/* Placeholder Animation */
.form-group label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 400;
    color: #999;
    transition: 0.3s;
    background: white;
    padding: 0 5px;
}
@media (max-width: 768px) {
    .form-group label {
    position: absolute;
    top: 42%;
    }
}
/* Move Placeholder Up on Focus */
.form-group input:focus + label,
.form-group select:focus + label,
.form-group textarea:focus + label,
.form-group input:valid + label,
.form-group select:valid + label,
.form-group textarea:valid + label {
    top: 0;
    font-size: 14px;
    color: #005c9b;
}

/* Submit Button */
.submit-btn {
    width: 106px;
    height: 44px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: white;
    background: linear-gradient(90deg, #005c9b, #0d70ff);
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    opacity: 0.9;
}

.one {
    background-color:#194975; height:72px; margin-right:76px;
}
.two {
    background-color:#194975; margin-right: 76px;
}
.three {
    background-color:#f8f9ff; height:72px;margin-left:156px;
}
@media (max-width: 768px) {
    .one {
  margin-right:0px !important;
    }
.two {
    margin-right: 0px !important;
    }
.three {
   margin-left:0px !important;
    }
    .image-container1 {
        border-right: 0px;
    }
    .topblue {
        margin-top: -250px;
    }
    .feature-box {
        /* align-items: flex-start; */
        display: flex;
        align-items: center;
        gap: 14px;
        flex-direction: column;
    }
    .card-content{
        padding-bottom:20px;
    }
    .info-box {
        left:0px;
    }
    .market-opportunity {
        padding:0;
    }
    .custom-form {
        padding:0;
    }
    .form-group input, .form-group select, .form-group textarea {
        width: 100%;
        height: 38px;
    }
    .slider-card img {
        height:250px;
    }
    .sectionpadding
{
    margin-top:70px !important;
}
.how-it-works {
    text-align: center;
    padding: 20px 0;
}
.bannerimage {
    height:auto !important; width:100%;
}
.imagexyz {
    height: 175px !important;
}
.enquiry-btn {
    position: relative;
    right: 40px;
    height: 40px;
    width: 110px;
    padding-bottom: 2px;
}

.iconpadding {
    padding-right: 0px;
}
.about1
{
    font-size:28px !important;
}
.about1
{
    font-size:24px !important;
}
.usecase12 {
    font-size:18px; font-weight:600; color:white; padding-left:1rem !important;
}
.usecase11 {
    color:white; padding-left:1rem !important;
}
.content-container1 {
    padding-left: 10px !important;
}
.image-container1 img {
    width: 100%;
    height: 220px;
    object-fit: fill;
}
}
.sectionpadding
{
    margin-top:77px;
}
.sectionpaddingindex
{
    margin-top:160px;
}
.bannerimage {
    height:750px; width:100%;
}
.imagexyz
{
    height: 277px;
    width: 100%;
    object-fit: unset;
}
.galleryimage {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.usecase12 {
    font-size:18px; font-weight:600; color:white; padding-left:5rem;
}
.usecase11 {
    color:white; padding-left:5rem;
}

.logosize
{
    width:140px;
}


.form-group input:hover, 
.form-group select:hover, 
.form-group textarea:hover {
    cursor: pointer;
}


.popup-container {
    display: none;
     padding-bottom: 10%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999;
   
}
.footersubs
{
    padding-left:14%;
}

@media (max-width: 768px) {
    .footersubs
{
    padding-left:0%;
}
}
