body {
    margin: 0;
    padding: 0;
}

section.colorbarpage_section {
    padding: 0;
}

.container_1.img_bg_header {
    padding-bottom: 0;
}

/* first section started  */

.colorbarFirstSection .colorbarFirstSection_heading {
    font-size: 36px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    margin-bottom: 0 !important;
}

.colorbarFirstSection {
    font-size: 36px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

p.colorbarFirstSection_para {
    font-size: 22px;
}

.colorbarFirstSection {
    font-size: 18px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

.colorbarFirstSection_heading,
.colorbarFirstSection_para {
    margin-bottom: 0;
    padding-bottom: 1%;
    width: 91%;
    margin: auto;
}

.colorbarFirstSection_banner {
    width: 95%;
    margin: auto;
}

.colorbarFirstSection_banner img {
    width: 100%;
    margin: auto;
}

.entry-header {
    display: none;
}


/* first section ended  */

/* second section started  */
.colorbarSecondSection_tabsection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    background-color: #f2f2f2;
    border-radius: 20px;
    margin: 2% auto 0%;
    width: 93%;
}

.colorbarSecondSection_tabs {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}

.colorbarSecondSection_tabs a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    white-space: nowrap;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.colorbarSecondSection_tabs span {
    color: #A3A3A3;
    font-size: 24px;
}

.colorbarSecondSection_tabs a:hover {
    color: #40C6D6;
}

/* second section ended */

/* third section started  */
.about_project_brands,
.about_project_location {
    border-left: 1px solid #40C6D6;
    padding-left: 3%;
    height: 77px;
    width: 50%;
}

.about_project_brlo {
    display: flex;
    width: 100%;
}

.colorbarThirdSection {
    display: flex;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    position: relative;
}

.about_project {
    width: 42%;
    padding-left: 1.5%;
}

.project_highlights {
    position: absolute;
    right: 5%;
    top: 24%;
    width: 37%;
    padding: 3% 3%;
    border-radius: 12px 12px 100px 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

h4.about_propject_heading {
    margin-bottom: 2% !important;
}

p.about_project_para,
.business_goal_para {
    font-size: 22px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

p.beauty_brand,
p.about_india {
    margin: 3px 0 6px;
    font-size: 22px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

p.brand_business,
p.about_location {
    margin: 0%;
    font-size: 18px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.about_propject_heading {
    font-family: 'latobold' !important;
    letter-spacing: normal;
    font-size: 36px;
    margin: 5% 0%;
}

.business_goal_heading {
    font-family: 'latobold' !important;
    letter-spacing: normal;
    font-size: 36px;
    margin-bottom: 6px !important;
}

h2.project_highlights_title {
    padding-left: 7%;
    padding-bottom: 4%;
    margin: 0 !important;
    font-size: 36px;
    color: #40C6D6;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

ul.project_highlights_lists li {
    font-size: 22px;
    padding: 1% 0%;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

button.project_highlights_portfolio {
    border-radius: 50px;
    border: none;
    padding: 3% 10%;
    background-color: #40C6D6;
    color: white;
    font-size: 22px;
    margin-left: 9%;
    font-family: 'latoregular' !important;
    text-transform: none;
    letter-spacing: normal;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
    outline: none;
}

/* Hover Effect */
button.project_highlights_portfolio:hover {
    background: #414a56;
    color: white;
    box-shadow: 0 0 15px rgba(64, 198, 214, 0.7);
    text-decoration: none !important;
}

/* Vertical Lines */
button.project_highlights_portfolio::before,
button.project_highlights_portfolio::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background: #40C6D6;
    transition: height 0.5s ease-in-out;
}

button.project_highlights_portfolio::before {
    right: 0;
    top: 0;
}

button.project_highlights_portfolio::after {
    left: 0;
    bottom: 0;
}

/* Horizontal Lines */
button.project_highlights_portfolio span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

button.project_highlights_portfolio span::before,
button.project_highlights_portfolio span::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #40C6D6;
    transition: width 0.5s ease-in-out;
}

button.project_highlights_portfolio span::before {
    left: 0;
    top: 0;
}

button.project_highlights_portfolio span::after {
    right: 0;
    bottom: 0;
}

button.project_highlights_portfolio:hover span::before,
button.project_highlights_portfolio:hover span::after {
    width: 100%;
}

/* Remove focus outline */
button.project_highlights_portfolio:focus-visible {
    outline: none;
}


/* third section ended  */

/* forth section started  */
.first_col {
    display: flex;
    justify-content: end;
    width: 50%;
    gap: 24px;
}

.firstRow_1 {
    width: 50%;
}

.elevate_image_firstRow {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.firstRow_1 img,
.firstRow_2 img,
.firstRow_3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 22px;
}

.firstRow_2 img,
.firstRow_3 img {
    max-height: 87%;
}

.elevate_images {
    background-color: #313945;
    padding: 3%;
}

.elevate_image_secondRow {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    flex-wrap: wrap;
}

.secondRow_1 {
    width: 50%;
    max-width: 100%;
}

.secondRow_2 {
    width: 46%;
    max-width: 100%;
}

.secondRow_1 img,
.secondRow_2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

h1.page-title-JD  {
    font-size: 36px;
    text-align: left;
    position: relative;
    padding-bottom: 2px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    margin: 0% 0% 3% 0% !important;                                                               
}

h3.page-title-JD  {
    font-size: 30px;
    text-align: left;
    position: relative;
    padding-bottom: 2px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    margin: 0% 0% 4% 0% !important;
}
  
  .page-title-JD {
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  
  .title-underline-JD {
    display: block;
    height: 2px;
    width: 80%;
    background-color: #40C6D6;;
    margin: 5px auto 0;
  }
  
  h1.page-title-JD.ui\/uxjd {
    margin-left: 5% !important;
}

p.elevate_para {
    width: 90%;
    text-align: left;
    margin: 0px auto 40px;
    font-size: 22px;
    padding-bottom: 2%;
    letter-spacing: normal;
    font-weight: 500;
}

/* forth section ended  */

/* fifth section start  */
.colorbarFifthSection,
.inner_seventh,
.technology_stack_section,
.keyresult_inner {
    width: 90%;
    margin: auto;
}

.key_main {
    display: flex;
    justify-content: space-between;
    margin: 0% 0% 1%;
}

.key_content,
.key_mobile,
.key_editor,
.key_data {
    border-left: 2px solid #40C6D6;
    width: 25%;
    padding-left: 1.6%;
}


h2.keyC_heading {
    font-size: 22px;
    width: 80%;
    margin: 0% 0% 8% !important;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

p.keyC_para {
    width: 77%;
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'latoregular' !important;
    letter-spacing: normal;

}


h1.key_heading,
h1.ourapproach_heading,
h1.technology_heading {
    margin: 4% 0% 0%;
    font-size: 36px;
    position: relative;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

/* fifth section ended  */

.hr_cl {
    border-bottom: 1px solid #d2caca;
    margin: 4% 0%;
}

.colorbarSecondSection_mbtabs {
    display: none;
}

.elevate_images_scroll {
    display: none;
}

/* sixth section started  */

.colorbarSixthSection {
    width: 90%;
    margin: 0 auto 5%;
}

.Our_solutions_header {
    text-align: center;
    margin-bottom: 30px;
}

h2.Our_solutions_title {
    font-size: 36px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

.Our_solutions_para {
    font-size: 22px;
    margin: 0 auto;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

h3.text_heading,
h3.text_heading2,
h3.text_heading3,
h3.text_heading4 {
    margin: 0% 0% 4% 0% !important;
    font-size: 30px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

.Our_solutions_content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.Our_solutions_image-section {
    flex: 1 1 45%;
    position: relative;
}

.Our_solutions_first {
    width: 80%;
    border-radius: 20px;
}

.Our_solutions_second {
    position: absolute;
    top: 18%;
    left: 41%;
    max-width: 54%;
    border-radius: 20px;
}

.Our_solutions_text {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2%;
}

.text_heading {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

p.text_para {
    font-size: 22px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.Our_solutions_content_right {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.Our_solutions_text_right {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2%;
}

.text_heading2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

p.text_para_right {
    font-size: 22px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.Our_solutions_image-section_right {
    flex: 1 1 45%;
    position: relative;
    right: -96px;
}

.Our_solutions_first_right {
    width: 80%;
    border-radius: 20px;
    position: relative;
    display: block;
}

img.Our_solutions_second_right {
    position: absolute;
    top: 20%;
    left: -30px;
    max-width: 54%;
    border-radius: 20px;
}

img.last_img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

h3.text_heading_right {
    margin: 0% 0% 4% 0% !important;
    font-size: 28px;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

p.text_para_right {
    font-size: 16px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.right_2_text {
    width: 107%;
}

.text_heading2,
h3.text_heading3,
h3.text_heading4 {
    position: relative;
}

/* sixth section ended  */

/* seventh section started  */
p.ourapproach_para {
    font-size: 22px;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
}

.colorbarSeventhSection {
    background-color: #313945;
    padding: 4% 0% 5%;
    color: white;
}

.ourapproach_heading {
    margin: 0 !important;
}

/* seventh section ended  */

/* Eighth Section Started */

.colorbarEightSection {
    margin: 5% 0%;
}

.technology_stack_container {
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 2%;
}

h1.technology_heading {
    margin: 0 !important;
}

.technology_stack_tabs {
    width: 25%;
    padding: 10px;

}

.technology_stack_tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.technology_stack_tab {
    margin: 6% 0;
    background-color: transparent;
    cursor: pointer;
    text-align: left;
    padding-left: 5%;
    font-family: 'latobold' !important;
    letter-spacing: normal;
}

.technology_stack_tab:hover {
    background-color: transparent;
}

.technology_stack_tab.active-tab {
    border-left: 3px solid #40C6D6;
    background-color: transparent;
}

.technology_stack_content {
    flex: 1;
    padding: 20px;
    background-color: #fff;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    height: auto;
}

.technology_stack_tab_content {
    display: none;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cms-content,
.programming-languages-content,
.database-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.cms-image,
.programming-languages-image,
.database-image {
    width: 14%;
    height: auto;
    margin: 0 1%;
}

.cms-content .cms-image,
.programming-languages-content .programming-languages-image,
.database-content .database-image {
    height: auto;
    margin: 0 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p.database_text,
p.programming_text,
p.cms_text {
    padding-top: 14%;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    font-size: 18px;
}

p.php_text {
    position: absolute;
    top: 17%;
}

.technology_stack_tabs-mobile {
    display: none;
}

/* eight section ended  */

/* nine section started  */
.colorbarNineSection {
    background-color: #313945;
    padding: 4% 0% 5%;
    color: white;
}

h2.keyresult_heading {
    font-size: 30px;
    position: relative;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    margin: 0 !important;
}

.keyresult_section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9% 3%;
    margin-top: 2%;
    color: #ffffff;
}

.result-card {
    background: rgba(217, 217, 217, 0.1);
    padding: 6%;
    border: 0.5px solid #40C6D6;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.result-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.result-card h3 {
    margin: 0% 0% 3% !important;
    font-family: 'latobold' !important;
    letter-spacing: normal;
    font-size: 30px;
}

.result-card p {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'latoregular' !important;
    letter-spacing: normal;
    width: 80%;
    margin: auto;
}

#keyresult_carousel_AV {
    width: 100%;
    margin: 6% auto 0;
    padding: 0 20px;
    height: auto; 
  }
  
  #keyresult_carousel_AV .item {
    align-items: center;
    display: block;
    position: relative;
  }
  
  #keyresult_carousel_AV .item img {
    width: 100%;
    max-width: 100%;
    height: auto;  
    display: block;
  }
  
  #keyresult_carousel_AV .owl-stage {
    padding: 0;  
  }
  
/* nine section ended  */
.post-inner{
	padding-top:0!important;
}
/* for desktop media quries */

@media screen and (min-width: 1441px) and (max-width: 1920px) {
    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 36px;
    }

    .colorbarFirstSection,
    .about_propject_heading,
    h2.project_highlights_title,
    h1.elevate_heading,
    h1.key_heading,
    h2.Our_solutions_title,
    h1.ourapproach_heading,
    h1.technology_heading,
    h2.keyresult_heading {
        font-size: 36px !important;
    }

    .colorbarFirstSection,
    p.about_project_para,
    .business_goal_para,
    p.brand_business,
    p.about_location,
    p.elevate_para,
    p.keyC_para,
    p.Our_solutions_para,
    .colorbarFirstSection_para {
        font-size: 22px !important;
    }

    .colorbarSecondSection_tabs a,
    li.technology_stack_tab {
        font-size: 22px;
    }

    .business_goal_heading {
        font-size: 36px !important;
    }

    .colorbarSecondSection_tabs {
        gap: 40px;
    }

    .colorbarSecondSection_tabsection {
        padding: 20px 25px;
    }

    p.beauty_brand,
    p.about_india,
    h2.keyC_heading {
        font-size: 26px;
    }

    button.project_highlights_portfolio{
        font-size: 18px !important;
    }

    ul.project_highlights_lists li{
        font-size: 22px !important;
    }

    .project_highlights {
        top: 19%;
    }

    .about_project {
        width: 32%;
    }

    h3.text_heading,
    h3.text_heading2,
    h3.text_heading3,
    h3.text_heading4,
    .result-card h3 {
        font-size: 30px;
    }

    p.text_para,
    p.text_para_right,
    p.ourapproach_para,
    .result-card p {
        font-size: 22px;
    }

    .cms-content,
    .programming-languages-content,
    .database-content {
        gap: 50px;
    }

    #keyresult_carousel_AV {
        max-height: 545px;
    }

    img.Our_solutions_second_right {
        width: 54%;
        height: 70%;
        left: -90px;
    }
    .Our_solutions_image-section_right{
        right: -160px;
    }

    .colorbarSecondSection_tabs span {
        font-size: 24px !important;
    }
    #keyresult_carousel_AV .item {
        width: 93% !important;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    p.text_para_right {
        font-size: 22px;
    }

    p.colorbarFirstSection_para {
        font-size: 22px !important;
    }
    .Our_solutions_para{
        font-size: 22px;
    }
    p.elevate_para {
        font-size: 22px;
    }
    p.ourapproach_para{
        font-size: 22px;
    }
    h3.page-title-JD {
        font-size: 28px !important;
    }
    h1.page-title-JD {
        font-size: 32px !important;
    }
    .about_propject_heading {
        font-size: 32px !important;
    }
    .business_goal_heading {
        font-size: 32px !important;
    }
    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 32px !important;
    }
}

@media screen and (max-width: 1440px) {
    .colorbarSecondSection_tabs {
        gap: 20px;
    }

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    p.text_para_right{
        font-size: 22px;
    }
    h3.page-title-JD {
        font-size: 25px !important;
    }
    h1.page-title-JD {
        font-size: 30px !important;
    }
    .about_propject_heading {
        font-size: 30px !important;
    }
    .business_goal_heading {
        font-size: 30px !important;
    }
    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 30px !important;
    }
    #keyresult_carousel_AV .item img {
        width: 100% !important;
        margin: auto !important;
    }
}

@media screen and (min-width: 821px) and (max-width: 1024px) {

    .colorbarSecondSection_tabs a {
        font-size: 14px !important;
    }
    .colorbarSecondSection_tabs {
        gap: 15px !important;
    }
    p.colorbarFirstSection_para {
        font-size: 16px !important;
    }
    h2.project_highlights_title {
        font-size: 30px !important;
    }
    p.about_project_para, .business_goal_para {
        font-size: 16px !important;
    }
    h1.elevate_heading {
        padding-bottom: 0px !important;
    }
    h1.key_heading, h1.ourapproach_heading, h1.technology_heading {
        font-size: 30px !important;
    }
    h2.Our_solutions_title {
        font-size: 30px !important;
    }
    h3.text_heading, h3.text_heading2, h3.text_heading3, h3.text_heading4 {
        font-size: 24px !important;
    }
    p.text_para {
        font-size: 16px !important;
    }
    p.ourapproach_para {
        font-size: 16px !important;
    }
    p.keyC_para {
        font-size: 16px !important;
    }
    .result-card h3 {
        font-size: 22px !important;
    }
    .result-card p {
        font-size: 16px !important;
    }
    .result-card {
        padding: 4% !important;
    }
    .testimonials-title h3 {
        font-size: 30px !important;
    }
    h3.page-title-JD  {
        font-size: 24px !important;
        text-align: left;
        position: relative;
        padding-bottom: 2px;
        font-family: 'latobold' !important;
        letter-spacing: normal;
        margin: 0% !important;
    }
    h1.page-title-JD {
        font-size: 28px !important;
    }
    h3.page-title-JD {
        font-size: 22px !important;
    }
    .about_propject_heading {
        font-size: 28px !important;
    }
    .business_goal_heading {
        font-size: 28px !important;
    }
    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 28px !important;
    }
    .Our_solutions_para {
        font-size: 16px !important;
    }
    ul.project_highlights_lists li {
        font-size: 20px !important; 
    }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 26px !important;
    }
    p.colorbarFirstSection_para {
        font-size: 16px !important;
    }
    .colorbarSecondSection_tabsection {
        padding: 9px 25px !important;
        border-radius: 10px !important;
        width: 93%;
    }
    .colorbarSecondSection_tabs {
        gap: 6px !important;
    }
    .colorbarSecondSection_tabs a {
        font-size: 12px !important;
    }
    .colorbarSecondSection_tabs span {
        font-size: 18px !important;
    }
    .about_propject_heading {
        font-size: 26px !important;
    }
    p.about_project_para, .business_goal_para {
        font-size: 16px !important;
    }
    p.beauty_brand, p.about_india {
        font-size: 18px !important;
    }
    .business_goal_heading {
        font-size: 26px !important;
    }
    h2.project_highlights_title {
        font-size: 25px !important;
    }
    ul.project_highlights_lists li {
        font-size: 16px !important;
    }
    ul.project_highlights_lists {
        margin-bottom: 7% !important;
    }
    button.project_highlights_portfolio {
        font-size: 16px !important;
    }
    h1.page-title-JD {
        font-size: 24px !important;
    }
    h3.page-title-JD {
        font-size: 19px !important;
    }
    p.text_para {
        font-size: 16px !important;
    }
    p.ourapproach_para {
        font-size: 16px !important;
    }
    p.keyC_para {
        width: 95% !important;
        font-size: 16px !important;
    }
    h2.keyC_heading {
        font-size: 18px !important;
    }
    .result-card h3 {
        font-size: 24px !important;
    }
    .result-card p {
        font-size: 16px !important;
    }
    .testimonial-info h2 {
        text-align: center !important;
    }
    .testimonial-info h4 {
        font-size: 16px !important;
        text-align: center !important;
    }
    .testimonial-info p {
        font-size: 14px;
        width: 100% !important;
        text-align: center !important;
    }
    .lets-talk-heading {
        font-size: 28px !important;
    }
    .lets-talk-text {
        font-size: 18px !important;
    }
    .lets-talk-button {
        padding: 7px 24px !important;
        font-size: 14px !important; 
    }
    .Our_solutions_para {
        font-size: 16px !important;
    }
    p.elevate_para {
        font-size: 16px !important;
    }
    .about_project {
        width: 55% !important;
        padding-left: 1.5%;
    }
    .project_highlights {
        position: absolute;
        right: 2% !important;
    }
    #keyresult_carousel_AV .item img {
        width: 95% !important;
    }
    #keyresult_carousel_AV {
        margin: 10% auto 0;
        padding: 0px 40px;
    }
}

/* for mobile device queries  */
@media screen and (max-width: 767px) {

    .colorbarFirstSection_banner img {
        padding-top: 20px !important;
    }

    .colorbarFirstSection .colorbarFirstSection_heading {
        font-size: 20px !important;
        margin-bottom: 2% !important;
    }

    .project_highlights {
        position: relative;
        width: 100%;
        margin: auto;
        right: 0;
        padding: 6% 3%;
    }

    .colorbarThirdSection {
        display: block;
    }

    .colorbarFirstSection .colorbarFirstSection_para {
        font-size: 14px;
        margin-bottom: 20px !important;
    }

    .colorbarFirstSection {
        font-size: 14px;
    }

    .about_project {
        width: 100%;
    }

    .about_propject_heading,
    h2.project_highlights_title,
    h1.elevate_heading,
    h1.key_heading,
    h2.Our_solutions_title,
    h1.ourapproach_heading,
    h1.technology_heading,
    h2.keyresult_heading .testimonials-title h3,
    h2.keyresult_heading {
        font-size: 22px;
    }

    h1.page-title-JD {
        font-size: 22px !important;
    }

    p.about_project_para,
    .business_goal_para {
        font-size: 14px;
        margin-bottom: 10% !important;
    }

    p.beauty_brand,
    p.about_india {
        font-size: 20px;
    }

    button.project_highlights_portfolio{
        font-size: 16px !important;
    }

    ul.project_highlights_lists li{
        font-size: 16px !important;
    }

    p.brand_business,
    p.about_location {
        font-size: 14px;
    }

    .business_goal_heading {
        font-size: 18px;
    }

    .hr_cl {
        margin: 10% 0%;
    }

    h3.page-title-JD  {
        font-size: 22px;
        text-align: left;
        position: relative;
        padding-bottom: 2px;
        font-family: 'latobold' !important;
        letter-spacing: normal;
        margin: 0% !important;
    }

    p.elevate_para {
        width: 90%;
        font-size: 14px !important;
    }

    .elevate_images {
        display: none;
    }

    .elevate_images_m {
        width: 85%;
        margin: auto;
        padding: 3% 0%;
    }

    .elevate_images_scroll {
        padding-bottom: 4%;
        display: block;
    }

    .key_main {
        margin-top: 10%;
        display: block;
    }

    .key_content,
    .key_mobile,
    .key_editor,
    .key_data {
        width: 100%;
        margin-bottom: 10%;
    }

    h2.keyC_heading {
        margin: 0% 0% 4% !important;
        font-size: 20px;
        width: 77%;
    }

    p.keyC_para {
        width: 74%;
        font-size: 14px;
    }

    .colorbarSecondSection_mbtabs {
        position: relative;
        width: 95%;
        margin: auto;
    }

    .mb_btn {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        font-size: 14px;
        background-color: #40C6D6;
        color: white;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        margin: auto !important;
    }

    .mb_btn::after {
        content: "▼";
        font-size: 12px;
        transition: transform 0.3s ease;
        position: absolute;
        right: 15px;
    }

    #dropdown_mb {
        display: none;
    }

    .colorbarSecondSection_mbtabs {
        display: block;
    }

    .colorbarSecondSection_mbtabs ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: white;
        border-radius: 4px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    /* When the checkbox is checked, show the dropdown list */
    #dropdown_mb:checked~ul {
        max-height: 60vh;
        z-index: 1;
    }

    /* Rotate the dropdown arrow when checked */
    #dropdown_mb:checked+label::after {
        transform: rotate(180deg);
    }

    .colorbarSecondSection_mbtabs ul li {
        border-bottom: 1px solid #9b9494;
    }

    .colorbarSecondSection_mbtabs ul li:last-child {
        border-bottom: none;
    }

    .colorbarSecondSection_mbtabs ul li a {
        display: block;
        padding: 10px;
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }

    .colorbarSecondSection_mbtabs ul li a:hover {
        background-color: #555;
    }

    .colorbarSecondSection_tabsection {
        display: none;
    }

    .colorbarSecondSection {
        margin-top: 10%;
    }

    p.ourapproach_para {
        font-size: 16px;
        margin-top: 8%;
    }

    .Our_solutions_content {
        flex-direction: column;
    }

    .Our_solutions_content_right {
        flex-direction: column-reverse;
    }

    .Our_solutions_para {
        font-size: 14px;
    }

    .Our_solutions_image-section,
    .Our_solutions_image-section_right {
        left: 7%;
    }

    h3.text_heading,
    h3.text_heading2,
    h3.text_heading3,
    h3.text_heading4 {
        font-size: 26px;
        text-align: center;
    }

    .keyresult_section {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 8%;
    }

    .Our_solutions_content,
    .Our_solutions_content_right {
        flex-direction: column;
        align-items: center;
    }

    .Our_solutions_content_right {
        align-items: center;
    }

    .Our_solutions_image-section,
    .Our_solutions_image-section_right {
        order: -1;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .Our_solutions_image-section {
        position: relative;
        left: -29px;
    }

    /* Make images responsive */
    .Our_solutions_first_right {
        width: 80%;
        max-width: 100%;
        border-radius: 20px;
        margin-right: 15% !important;
    }

    .Our_solutions_second_right {
        width: 70%;
        max-width: 100%;
        border-radius: 20px;
        margin-right: 15% !important;
    }

    .Our_solutions_first {
        width: 75%;
        max-width: 100%;
        border-radius: 20px;
        margin-left: 15% !important;
    }

    .Our_solutions_second {
        width: 65%;
        max-width: 100%;
        border-radius: 20px;
        margin-left: 15% !important;
    }

    /* Adjust text sections */
    .Our_solutions_text,
    .Our_solutions_text_right {
        flex: 1 1 100%;
        padding-left: 2%;
        padding-right: 2%;
        text-align: center !important;
    }

    /* Adjust text headings for mobile */
    h3.text_heading,
    h3.text_heading2,
    h3.text_heading3,
    h3.text_heading4 {
        font-size: 24px;
        padding-top: 5%;
    }

    .text_para,
    .text_para_right {
        font-size: 14px;
    }

    .Our_solutions_image-section_right {
        right: 0;
    }

    .text_heading2::after,
    h3.text_heading3::after,
    .text_heading4::after {
        transform: translateX(-50%);
    }

    p.text_para_right,
    p.text_para {
        padding: 6% 0%;
        text-align: center;
        font-size: 14px !important;
    }

    .result-card h3 {
        font-size: 22px;
    }

    .Our_solutions_text_right.right_2_text {
        margin-left: -5%;
    }

    .result-card p {
        font-size: 14px;
    }

    #keyresult_carousel_AV {
        margin: 46% auto -18% !important;
        padding: 0% !important;
    }

    .technology_stack_tabs {
        display: none;
    }

    .cms-image,
    .programming-languages-image,
    .database-image,
    .app-image {
        flex: 1 1 20%;
        margin: 1%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cms-image img,
    .programming-languages-image img,
    .database-image img,
    .app-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

    p.cms_text,
    p.programming_text,
    p.database_text,
    p.app_text {
        padding-top: 10px;
        font-size: 16px;
    }

    .technology_stack_tabs-mobile, .technology_stack_container {
        display: block;
        margin-top: 3%;
    }

    select {
        border: 1px solid #40c6d6;
        padding: 2% 3%;
        width: 100%;
        background-color: white;
    }

    .cms-content,
    .programming-languages-content,
    .database-content,
    .app-content {
        gap: 60px;
        margin-top: 10%;
    }

    p.php_text {
        top: 30%;
    }

    .cms-images, .programming-images, .database-images {
        display: none; 
    }

    .cms-selected .cms-images,
    .programming-selected .programming-images,
    .database-selected .database-images,
    .app-selected .app-image {
        display: block; 
    }

    .colorbarNineSection{
        padding: 4% 0% 28%;
    }
    .testimonials-title h3{
        font-size: 36px;
    }
    select#technology_dropdown{
        background: url(https://techsevin.com/wp-content/uploads/2025/01/down-arrow-64.png) no-repeat right 5px center;
        background-size: 25px 25px;
        border-radius: 0 !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
    #keyresult_carousel_AV .item img {
        width: 90% !important;
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto !important;
    }
    h4.about_propject_heading {
        margin-bottom: 2% !important;
        font-size: 20px;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .colorbarSecondSection_tabs {
        gap: 20px !important;
    }

    .colorbarSecondSection_tabsection {
        padding: 20px 25px !important;
    }

    .footer-submit-button p input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 10.5% 28% !important;
    }

    h1.elevate_heading {
        font-size: 36px !important;
    }

}

/* Default desktop view */
.cms-content,
.programming-languages-content,
.database-content,
.app-content {
    display: none; /* hidden by default */
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 4rem;
    width: 100%;
    padding: 20px 0;
}

/* Show the active tab */
.technology_stack_tab_content.active {
    display: flex !important;
}

/* Image wrapper */
.cms-image,
.programming-languages-image,
.database-image
 {
    flex: 0 1 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.cms-image img,
.programming-languages-image img,
.database-image img,
.app-image img {
    width: 100%;
    max-width: 80px;
    height: auto;
    object-fit: contain;
}

.cms_text,
.programming_text,
.database_text,
.app_text {
    margin-top: 10px;
    font-family: 'latobold' !important;
    font-size: 16px;
    text-align: center;
}

.php_text {
    position: static !important;
}

/* Mobile fix */
@media (max-width: 767px) {
    .cms-content,
    .programming-languages-content,
    .database-content,
    .app-content {
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .technology_stack_content {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0;
      gap: 0; /* Ensure no spacing between items */
    }
  
    .cms-image,
    .programming-languages-image,
    .database-image,
    .app-image {
      flex: 0 0 25%;
      max-width: 20%;
      box-sizing: border-box;
      padding: 0; /* Remove internal spacing if any */
      margin: 0;
      text-align: center;
    }
  
    .cms-image img,
    .programming-languages-image img,
    .database-image img,
    .app-image img {
      width: 80%; /* or 100% depending on your preference */
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .cms-content,
    .programming-languages-content,
    .database-content,
    .app-content {
        gap: 2%;
    }
  }
  
  
