.c-platform-icons {
    display: flex;
    align-items: center;
  }
@media (max-width: 768px) {
    .c-platform-icons {
        flex-direction: column;
        /* overflow: hidden;     */
    }
    .phn-view {
        display: flex;
        justify-content: space-between;
    }
    .icon-phn-view {
        width: 65%;
    }
}
.mar-bt {
    margin-bottom: 0px;
}
.mar-top{
    margin-top: 15px;
}
.text-select {
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
}
.cpointer{
    cursor: pointer;
}
.ctdatas{
    display: grid;
    grid-template-columns: 36% 36% 36% 36% 36%;
    /* grid-template-columns: auto auto auto auto; */
    grid-gap: 12px;
    padding: 10px;
    justify-content: center;
}
.txtcneter{
    text-align: center;
    margin-bottom: 0px;
}
.ft-30{
    font-size: 30px;
}
.ft-2 {
    font-size: 2.5rem;
}
.mb8{
    margin-bottom: 8%;
}
.mb0{
    margin-bottom: 0px;
}
.mt0{
    margin-top: 0px;
}
.mt1{
    margin-top: 10px;
}
.mb-4{
    margin-bottom: 4%;
}
.mb-3 {
    margin-bottom: 2%;
}
.u-bg-blue {
    background-color: #cdf7ff;
}

/* Define CSS animations */
@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Define the animation for the commercial div */
.animate-commercial {
        animation: fade-in 1s ease-in-out;
}

/* Define the staggered animation for child elements */
[data-stagger-item] {
    opacity: 0;
    transform: translateY(20px);
    animation: fade-in 0.5s ease-in-out;
}

/* Add a class to trigger the staggered animation for child elements */
.animate-item {
    opacity: 1;
    transform: translateY(0);
}
.uiBtn {
    position: relative;
    font-size: 1.85rem;
}
.contact-form {
    /* width: 100%; */
    width: 14.5vw;
    padding: 10px 12px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #a0a0a085;
    background-color: #a0a0a085;
    border-radius: 15px;
}
.ftsize-50 {
    font-size: 50px !important;
}
@media (min-width: 1000px){
    .ftsize {
        font-size: 2.16667vw;
        /* font-size: 3.16667vw; */
    }
    .vision-txt {
        font-size: 1.2vw !important;
    }    
    .ftsize-3 {
        font-size: 2.36667vw;
        margin-bottom: 2vw;
    }
    .vertical-list button {
        font-size: 19px;
    }
    .ftsize-33 {
        font-size: 3.16667vw;
    }
}

@media screen and (min-width: 300px) and (max-width: 768px) {
    .hide-sec{
        display: none;
    }
    .ftsize-3 {
        font-size: 6vw;
    }
    .ftsize__8 {
        font-size: 8vw !important;;
    }
    .contact-form {
        width: 40vw;
    }
    .form-card {
        width: 340px !important;
    }
    .form-width {
        font-size: 3vw !important;
        margin-top: 10px;
    }
    .vision-txt {
        font-size: 4.56vw !important;
    } 
    .c-slide-bg__bg--vision{
        background-image:url(vision-desk-mob.jpg) !important;
    }
    .c-slide-phn {
        background-position:bottom;
        background-image:url(ansar_mobile-963f2f31e73babe7115408407d040350-old.jpg) !important;
    }
    .c-slide-bg__bg--perspective {
        background-image:url(perspective_mobile.jpg) !important;
    }
    .vertical-list {
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        align-items: center;
    }
    .vertical-list button {
        margin-bottom: 3vw;
    }
    .verticals {
        margin-top: 14vw !important;
    }
    .ctdatas {
        grid-template-columns: 40% 40% 40%;
    }
    .c-content-small .icon {
        font-size: 13.5vw !important;
    }
    .innovation-mob {
        margin-top: -23rem;
    }
    .text-phn {
        font-size: 8vw;
    }
    .c-slide-bg--purpose{
        background-position:100% 100%;
        background-image:url(hand-plant-mobile.jpg)
    }
    .c-platform-img-mob {
        width: 100%;
    }
    .perspective_mob {
        margin-top: -35vw;
    }
}
@media (min-width:640px)
{
    .c-slide-bg--purpose{
        background-image:url(hand-plant.jpg);
    }
}

.c-slide-bg__bg--vision{
    background-position:100% 100%;
    background-image:url(vision-desk.jpg)
}
.form-article{
    align-items: flex-start !important;
}
.form-width{
    width: 100%;
    /* font-family: 'Utopia',serif; */
    font-size: 1vw;
}
.form-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.submit-btn{
    background: #a0a0a085;
    color: black;
    border-radius: 50px;
    padding: 2% 4%;
    cursor: pointer;
    border: none;
}
.form-card{
    width: 100%;
    padding: 4%;
    border-radius: 5px;
}
.title-font {
    font-family: 'Baloo Bhaijaan', cursive;
}
.highlighted-icon {
    opacity: 1.5;
    font-weight: 600;
}

/* Style for tab buttons */
.tab-button {
    background-color: #f1f1f1;
    border: none;
    padding: 2px 20px;
    cursor: pointer;
    border-radius: 15px;
}
.tab-button.active {
    background-color: #bcbcbcb0;
}
.tab-panel {
    display: none;
}

/* Display the active tab content */
.tab-panel.active {
    display: block;
}
/* end  */
.c-content-small .icon {
    font-size: 4.5vw;
}

.mobile-display {
    display: block; /* Initially visible for mobile */
}

.desktop-display {
    display: none; /* Initially hidden for desktop */
}

@media (min-width: 769px) {
    .mobile-display {
        display: none;
    }
    .desktop-display {
        display: block;
    }
}

.scroll-list {
    width: 300px; /* Set the width of the container */
    white-space: nowrap; /* Prevent text from wrapping to the next line */
    overflow-x: scroll;
}

.scroll-item {
    display: inline-block; /* Display list items in a row */
    padding: 10px; /* Add padding to each item */
    margin: 5%;
    width: 42%; /* Add margin to create spacing between items */
}
.info-message {
    padding: 8px 15px;
    position: fixed;
    bottom: 50px;
    right: 25px;
    /* border-radius: 3%; */
    color: #fff;
    background-color: #019b52;
    border-color: #019b52;
    text-align: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(1, 29, 80, 0.1);
    z-index: 100;
}

.form-container {
    font-family: emoji;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Adjust the gap between columns as needed */
}
  
.form-group {
    display: flex;
    flex-direction: column;
}
  
  .message-group {
    grid-column: 1 / span 2; /* This spans across two columns in the first row */
  }
  
  input,textarea {
    padding: 7px;
    margin: 5px 0;
    width: 100%;
    border: 1px solid #a0a0a085;
    border-radius: 13px;
    background: #a0a0a085;
  }
  .submit-button {
    text-align: center;
    background: #8b8b8b63;
    color: black;
    border-radius: 14px;
    border: 1px solid #a0a0a085;
    padding: 3% 4%;
    cursor: pointer;
    border: none;
    width: 45%;
  }

  @media (max-width: 768px) {
    .o-h2-phn {
        font-size: 8vw;
        margin-top: -5vw;
    }
    /* Adjust the layout for smaller screens, e.g., mobile devices */
    .form-container {
      grid-template-columns: 1fr; /* Single column layout for small screens */
      margin-left: 13vw;
      gap: 0;
    }
    .message-group {
      grid-column: 1; /* Message field takes the full width on smaller screens */
    }
  }

  
  

 
  
  