
.development-section{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(0deg, rgba(37, 50, 67, 0.03), rgba(37, 50, 67, 0.03));
    padding: 50px 0 0;    
}
.dev-title{
    margin-bottom: 20px;
    font-weight: 500;
}

.development-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .left-column {
    display: flex;
    flex-direction: column;
    background-color: #149AFF;
  }
  
  .service-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* border-bottom: 1px solid #DEECFFF7; */
  }
    
  .service-card.active {
    background: #00000033;
  /* border-bottom: 3px solid #DEECFFF7; */
  }
  
  .service-card h2 {
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
  }
  .arrow-icon {
    display: none;
}
.products-wrap p {
  font-size: 16px;;
}
.product-content .text-link {
  font-size: 14px;
}
  .service-card h2::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    transition: transform 0.3s ease;
  }
  
  .service-card.active h2::after {
    transform: translateY(-50%) rotate(45deg);
  }
  
  .card-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .service-card.active .card-content {
    max-height: 200px;
  }
  
  .service-card p {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #FFFFFF;
  }
  
  .right-column {
    padding: 40px 15px;
   background-color: #fff;
   color: #000;
   
  }
  
  .content {
    display: none;
  }
  .awards-wrap p {
    margin-bottom: 15px;
}
  .content.active {
    display: block;
  }
  .products-wrap {
    padding: 50px 0;
    background-color: #fff;
}
  /* process-section */
  .process-section {
    background-color: #F8F9F9;
  }
  .process-section h2 {
    background: #F8F9F9;
  }
   /* process-section close*/
  .we-do {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    display: block;
    margin-bottom: 20px;
  }
  
  .right-column h2 {
    margin-bottom: 24px;
  }
  
  .right-column p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
  .right-column p:last-child {
    margin-bottom: 0;
  }
  .view-mores {
    color: #149AFF;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
  .faq-section {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(0deg, rgba(37, 50, 67, 0.03), rgba(37, 50, 67, 0.03));    
    padding: 60px 0px;
}
.development-section {
  position: relative;
  z-index: 9;
}

/* Travel Booking Section */
.travel-booking {
  padding: 40px 0;
  background-color: #F8F9F9;
}

.travel-booking h2 {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 20px;
}

.travel-booking .subtitle {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.3;
}

.travel-booking .services-grid {
  display: grid ;
  grid-template-columns: repeat(auto-fit, minmax(318px, 1fr));
  gap: 38px;
  margin-top: 68px;
}

.travel-booking .service-card {
  padding: 20px;
  background: #fff;
  border-radius: 80px;
  text-align: center;
}

.travel-booking .service-icon {
  width: 60px;
  height: 60px;
  border-radius: 70px;
  background-color: #E0E0E0;
  padding: 20px;
  margin-right: 8px;
}

.travel-booking .service-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  color: #253243;
}
.service-link {
  display: flex;
  align-items: center;
}
.service-form-section {
  background-color: #F8F9F9;
}
.visit-block {
  background: #fff;
}
.tested-box {
  padding: 35px;
  background-color: #fff;
    border: 1px solid #25324329;
}
.maintenance-blog {
  margin-bottom: 20px;
}
.faq-heading {
    color: #253243;
    font-size: 40px;
    font-weight: 700;
    line-height: 67px;
    text-align: center;
    margin-bottom: 48px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    cursor: pointer;
    border-bottom: 1px solid #000000;
}
.faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    color: #000000;
    margin: 0;
    padding-right: 10px;
}
.expand-icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
.faq-answer {
    display: none;
    padding: 32px 0;
}
.faq-answer p {
    font-size: 13.5px;
    font-weight: 400;
    line-height: 22.5px;
    color: #000000;
    margin: 0;
}
.faq-item.active .expand-icon {
    transform: rotate(180deg);
}
.faq-item.active .faq-answer {
    display: block;
}
.tab-section {
    padding: 40px 0;
    background-color: #fff;
}
.tab-section h2 {
    margin-bottom: 20px;
}
.tab-section p {
   max-width: 626px;
}
.Process-list p br, .ans-point, .is-triangle, .journey-right, .slider-thumb, .tabbed-content .tabs {
    display: none;
}
.desk-tab {
    display: flex
;
    justify-content: space-between;
    padding-bottom: 10px;
}
.tabs ul li {
    background: #eee;
}
.tabbed-content .item {
    min-height: 2em;
    position: relative;
}
.tabbed-content .item .item-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.item-content {
    display: flex ;
    flex-wrap: wrap;
    gap: 20px 51px;
}
.tool-content {
    display: flex;
    align-items: center;
}
.tools-grid {
    width: 100%;
    border-bottom: 1px solid #25324340;
    padding: 10px 0;
}
.item-content .tools-grid:last-child {
    border-bottom: none;
}
.tools-grid .number {
    font-size: 14px;
    color: #253243A3;
    margin-bottom: 20px;
    display: block;
}
.tool-name {
    font-size: 16px;
    margin-left: 10px;
}
.tabbed-content .item.active .item-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 20px 5px;
}
.item.active::before, .item::before {
    background: #015eea;
    color: #fff;
    padding: 10px 12px;
    margin-bottom: 10px;
}
.item::before {
    cursor: pointer;
    display: block;
}
.tabbed-content .item::before {
    content: attr(data-title);
}
.item-content p, .other-service h3 {
    margin-bottom: 30px;
}
.tab-wrap, .technologies-left {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tab-list {
    background-color: #015eea;
    height: 80px;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 48%;
    margin-bottom: 20px;
}
.big-brands {
    background: #149AFF;
    padding: 30px 0;
    text-align: center;
}
.big-brands h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
}
.big-brands p {
    max-width: 794px;
    margin: 0 auto;
    margin-bottom: 45px;
    color: #FFFFFF;
}
/* service-form-section */
.service-form-section {
    padding: 40px 0;
}
.form-box {
    background-color: #F8F9F9;
    width: 51%;
    padding: 28px 40px;
}
.form-box h4 {
    color: #253243;
    font-size: 36px;
    margin-bottom: 8px;
}
.visit-block {
    max-width: 850px;
    width: 100%;
    background: #fff;
    margin: auto;
    padding: 20px;
}
.digital-value {
    font-size: 40px;
    color: #149AFF;
    font-weight: 300;
}
.visit-block h2 {
  margin-bottom: 10px;

}
.digital-block.d-flex {
    margin-bottom: 50px;
}
/* .maintenance-blog {
    padding-left: 20px;
    border-left: 1px solid #2532432E
} */
.maintenance-blog h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #253243;
}
.maintenance-blog p {
font-size: 16px;
margin: 0;
font-weight: 400;
}
.tested-box {
    margin-bottom: 40px;
    text-align: center;
    padding: 21px 8px;
}
.aws-image {
    margin-bottom: 23px;
}
.tested-box h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}
.tested-box p {
    font-size: 14px;
    max-width: 429px;
    margin: 0 auto;
    line-height: 1.2;
}
.tool-content img {
        width: 45px;
        height: 40px;
}
  /* Form */
  .service-form li{
    margin-bottom: 30px;
  }
  .service-form input,#slctENquiry,#messg{
    width: 100%;
    border: none;
    outline: none;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color:#253243;
    background: none;
    border-bottom:1px solid #2532434D;
  }
  select#slctENquiry:not(:focus):invalid {
    color: rgba(37, 50, 67, 0.64);
}
  ::placeholder {
    color: rgba(37, 50, 67, 0.64);
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgba(37, 50, 67, 0.64);
  }
  #messg{
    resize:none;
  }
  .drop-select{
    position: relative;
    cursor: pointer;
  }
  .drop-select:before {
    content: "";
    position: absolute;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #646464;
    border-bottom: 5px solid transparent;
    top: 50%;
    pointer-events: none;
    transition: all .1s ease-in-out;
  }
  .send-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 36px;
    border: none;
    border-radius: 100px;
    background: #149AFF;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #149AFF;
  }
  .send-btn:hover {
    color: #fff;
    background-color: #0161EA;
}
  .send-btn:after{
    content:"";
    display:inline-flex;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    transition: all 0.4s linear;
    background:url("../images/arrow.svg") no-repeat;
  }
  .send-btn:hover:after{
    transform: rotate(45deg);
  }
  .tooltip-box{
    display: none;
    color: #e02424;
    font-size:14px;
    font-weight: 500;
    padding-top: 5px;
  }

  /* Form Close */
  .we-offer {
    padding: 25px 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
    linear-gradient(0deg, rgba(37, 50, 67, 0.03), rgba(37, 50, 67, 0.03));
  }
  
  .we-offer h2 {
    font-size: 32px; /* Default for smaller screens */
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
  }
  
  .we-offer p {
    font-size: 14px; /* Default for smaller screens */
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
  }
  
  .services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }
  
  .we-offer .services a{
    padding: 40px 33px;
    background-color: #005bff;
    color: #fff;
    transition: 0.5s all;
  }
  .we-offer .services a:hover span {
    text-decoration: underline;
  }
  .service-item span:hover {
    text-decoration: none;
  }
  .service-item .icon {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .service-item span {
    font-size: 18px; /* Default for smaller screens */
    font-weight: 500;
  }


/* service-form-section close*/



/* development part css */
h2 {
  letter-spacing: normal;

}

.development-wrapper .deve-heading{
  text-align: center;
  max-width: 1171px;
  margin-bottom: 24px;
}

.development-wrapper .deve-content{
  text-align: center;
  max-width: 1171px;
  margin-bottom: 24px;
}

.development-whole-block{
  display: flex;
  width: 100%;
  flex-direction: column;
 
}

.development-inner-block{
  display: flex;
  flex-direction: column;
  padding: 30px 15px;
  background-color: #149AFF;
  width: 100%;
  
}

.development-needs-block{
  background-color: #253243;
}

.devlopment-inner-no{
  font-size: 24px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
}

.devlopment-inner-name{
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  color: #fff;
  margin-bottom: 12px;
}

.devlopment-inner-content{
  font-size: 12px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: #fff;
}









@media screen and (min-width: 375px) {
    .tab-list {
        width: 48%;
        margin: 0 3px 20px;
    }
  
    
}
@media (min-width: 576px) {
    .tab-list {
        width: 32%;
        margin: 0 3.3px 20px;
    }
}
  @media (min-width: 768px) {
    .devlopment-inner-no{
      font-size: 40px;
    }

    .devlopment-inner-name{
      font-size: 20px;
    }

    .devlopment-inner-content{
      font-size: 14px;
    }
    .development-section{
      padding: 50px 0;    
  }
    .development-whole-block{
      flex-direction: row;
      width: 100%;
      flex-wrap: wrap;
    }
    .development-inner-block{
      padding: 30px 40px;
    }
    .products-wrap {
      padding: 70px 0;
  }
    .development-inner-block{
      width: 50%;
      border-bottom: 1px solid #c7c7c7;
    }
    .dev-title{
        margin-bottom: 35px;
    }
    .tab-section {
        padding: 50px 0;
    }
    .tools-grid {
        width: 40%;
    }
    .tab-list {
        margin: 0 4.5px 20px;
    }
    .service-card h2 {
        font-size: 24px;
    }
    .tech-section h2 {
        margin-bottom: 50px;
    }
    .travel-booking {
      padding: 80px 0;
    }
    .travel-booking .service-icon {
      width: 88px;
      height: 88px;
      margin-right: 20px;
    }
    .travel-booking h2 {
      margin-bottom: 30px;
    }
    .travel-booking .service-title {
      font-size: 20px;
    }
    /* service-form-section */
    .digital-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .form-content {
        position: relative;
        width: 43%;
    }
    .visit-block {
        padding: 30px;
        width: 54%;
        margin: unset;
    }
    .visit-name {
        display: block;
        font-size: 14px;
        color: #149AFF;
        font-weight: 500;
        margin-bottom: 3px;
    }
    .visit-profession {
        color: #253243;
    }
    .visit-detail-block {
        margin-left: 14px;
    }
    .tools-grid {
        padding: 32px 0;
    }
    .digital-value {
    font-size: 62px;
    margin-right: 20px;
}
.maintenance-blog p {
    font-size: 20px;
    }
    .right-column h2 {
        font-size: 42px;
        line-height: 54.68px;
      }
      
      .left-column {
        border-right: 1px solid #DEECFFF7;
      }
      .service-card {
        padding: 24px;
      }
    .products-wrap {
        padding: 40px 0 70px;
      }
      .tested-box{
        margin-bottom: 0;
        padding: 36px 10px;
      }
     /* service-form-section close*/
     .awards-wrap .awards-content {
        width: 42%;
        text-align: left;
        max-width: fit-content;
    }
    .award-items {
        width: 44%;
    }
    .we-offer {
        padding: 80px 0;
    }
    .we-offer h2 {
        font-size: 42px;
        width: 35%;
      }
    
      .we-offer p {
        font-size: 16px;
        width: 58%;
      }
      .content-offer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px;
    }
      .service-item span {
        font-size: 20px;
      }
  }
  @media (min-width: 992px) {
    .tabbed-content, .tabs ul li {
        background-color: transparent;
    }
    .products-wrap h2 {
      margin-bottom: 60px;
  }
    .tabbed-content {
        box-shadow: none;
    }
    .item.active, .item.active.tab-active, .tabbed-content .tabs, .tabbed-content.tabs-side .tabs li {
        display: block;
    }
    .tabbed-content, .tabs ul li {
        background-color: transparent;
    }
    .tabbed-content .tabs li {
        display: inline-block;
        padding: 0;
    }
    .tabbed-content .tabs li a {
        display: block;
        font-size: 20px;
        font-weight: 400;
        color: #14151b;
        opacity: 0.5;
    }
    .tabbed-content .item {
        min-height: 0;
    }
    .development-wrapper .deve-content {
      margin-bottom: 40px;
  }
    .awards-wrap .container {
      align-items: center;
    }
    .item.tab-active {
        display: none;
        padding-left: 0;
    }
    .item-content p {
        max-width: 80%;
    }
    .products-wrap {
      padding: 90px 0;
  }
    .tab-list {
        width: 16%;
        margin: 0 6px 0 0;
    }
    .tabs ul li a.active {
        background: 0 0;
        color: #149AFF;
        opacity: 1;
        border-bottom: 1px solid #149AFF;
        padding-bottom: 10px;
    }
    .item.active::before, .item::before {
      display: none;
    }
    .digital-value {
        font-size: 82px;
    }
    .faq-container {
        display: flex ;
        gap: 40px 100px;
        flex-wrap: wrap;
        justify-content: end;
    }
    .faq-item {
        width: 44%;
      }
      .faq-answer {
       padding: 0;
      }
      .faq-answer p {
        padding: 20px 0;
      }
      .tool-name {
        font-size: 28px;
    }
    .big-brands {
        padding: 79px 0;
    }
    .service-form-section {
        padding: 120px 0;
    }
}
  @media (min-width: 1024px) {
    
    .development-inner-block{
      width: 25%;
      border-bottom: none;
    }
    .left-column {
      width: 40%;
    }
    .form-content {
      width: 34%;
  }
    .right-column {
      width: 60%;
      padding: 40px 36px 40px 80px;
    }
  
    .service-card h2::after {
      display: none;
    }
  
    .card-content {
      max-height: none;
    }
  
    .service-card {
      transition: background-color 0.3s ease;
    }
    .development-section{
        padding: 110px 0;
    }
    .tab-section {
        padding: 90px 0;
    }
    .tab-section h2 {
        max-width: 722px;
    }
    .tabbed-content .tabs li a {
        font-size: 20px;
    }
    .visit-blocks h2{
      font-size: 64px;
      margin-bottom: 10px;
    }
    .item-content p {
        max-width: 64%;
        margin-bottom: 44px;
    }
    .tab-wrap {
        justify-content: normal;
    }
    .tab-list {
        width: 14%;
        margin: 0 29.4px 15px 0;
    }
    .digital-left {
        flex-wrap: nowrap;
        align-items: center;
    }
    .visit-block {
        padding: 50px;
    }
    .service-form-section .visit-detail{
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .awards-wrap h2 {
        font-size: 56px;
        line-height: 1.1;
    }
    .we-offer {
        padding: 100px 0;
    }
  }
  @media (min-width: 1366px) {
    .tab-list {
        width: 170px;
        height: 93.5px;
        margin-right: 30px;
    }
    .tab-list {
        margin-bottom: 0;
    }
    .digital-value {
        font-size: 100px;
    }
}
  @media (max-width: 768px) {
    .faq-heading {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 32px;
    }
    .faq-question {
        padding: 20px 0;
        align-items: flex-start;
    }
    .faq-question h3 {
        font-size: 16px;
        line-height: 24px;
    }
    .faq-answer {
        padding: 11px 0 0;
    }
    .travel-booking .services-grid {
      gap: 30px;
      grid-template-columns: repeat(auto-fit, minmax(263px, 1fr));
    }
}

@media (max-width: 480px) {
    .faq-section {
        padding: 40px 0;
    }
    .faq-heading {
        font-size: 20px;
        line-height: 28px;
    }
    .faq-question {
        padding: 16px 0;
    }
    .faq-question h3 {
        font-size: 15px;
        line-height: 22px;
        padding-right: 10px;
    }
    .faq-answer {
        padding-top: 20px;
    }
    .faq-answer p {
        font-size: 13px;
        line-height: 20px;
    }
    .travel-booking h1,
    .development-services h1 {
      font-size: 32px;
      line-height: 40px;
    }
}