@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* Gotham Light */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Gotham Book (Regular) */#menu-item-1005.menu-item-1005
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Book.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Gotham Medium */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* Gotham Bold */
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot') format('embedded-opentype'),
        url('../fonts/GothamBold.woff2') format('woff2'),
        url('../fonts/GothamBold.woff') format('woff'),
        url('../fonts/GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Arial';
    src: url('../fonts/ArialMT.eot') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.hidden-xs{
  display:block;
}
.visible-xs{
  display:none;
}
@media only screen and (max-width: 767px){
  .hidden-xs{
    display:none!important;
  }
  .visible-xs{
    display:block;
  }
}

.fixed___d header {
    box-shadow: 0px 3px 7px 0px #9d9d9d;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
/* .template-index header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  height: unset;
    padding:30px;
  background: transparent;
  box-shadow: unset;
    z-index:9;#menu-item-1005.menu-item-1005
} 
.template-index header nav ul li a{
  color:#fff;
}
*/
.fixed___d .template-index header nav ul li a{
    color: #000;
}
/* .template-index header .logo__d img.blackLogo{
    display: none;
}*/
.fixed___d .template-index header .logo__d img.blackLogo{
    display: block;
}
.fixed___d .template-index header .logo__d img.whiteLogo{
    display: none;
}
.fixed___d .template-index header{
  background: #fff;
}

header{
  /*padding:30px;*/
      padding: 32px 0;
}
header .close_menu,
header .header__nav-inner{
  display:none;
}
header .header_inner{
  display:flex;
  justify-content: space-between;
 /* max-width: 1220px;*/
  max-width: 1320px;
    margin: 0 auto;
  padding: 0 20px;
  /*margin: 0px 103px;*/
}
header .logo__d{
  width: 35%;
}
header .header__nav{
  width: 65%;
}
header .logo__d img{
  /*max-width:300px;*/
  max-width: 110px;
}
header nav ul{
  margin:0;
  padding:0;
    list-style:none;
}
header nav ul li{
  margin: 0;
}
header nav ul li a{
  font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height:24px;
    letter-spacing:0px;
    color: #202020;
    padding: 0;
    text-transform: capitalize;
    margin: 5px 24px;
}
header nav ul li > a:hover,
header nav ul li > a:focus{
   /* background-color: #ff0000;
    color: white !important;
    text-decoration: underline;*/
/*   border-bottom: 1px solid #404040;*/
    color: #404040;
    padding-bottom: 3px;
    border-bottom: 1px solid #FFDD00;
}
header ul#menu-main-menu .menu-item-has-children {
    position: relative;
}
header ul#menu-main-menu ul.sub-menu {
    display: none;
    position: absolute;
    z-index: 9;
    background: #fff;
    margin-top: 0;
    left:0;
    /*background-image: linear-gradient(0deg, #f80000 0%, #b00606 87%, #b00606 100%);*/
    /*background-color: #ff0000;*/
    background-color: #FFFFFF;
    min-width: 275px;
    padding: 16px 0;
}
header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu {
    display: block;
}
header nav ul.sub-menu li{
    margin: 0;
    width: 100%;
    margin-bottom: 12px;
}
header nav ul.sub-menu li a{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    display: block;
    color: #404040  !important;
}
header nav ul.sub-menu li a:hover{
    /*color: #fff;*/
    color: #404040;
}
header nav ul li.current-menu-item a{
    color: #ff0000;
}

header #menu-item-1005 a{
  font-family: DM Sans;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  padding: 5px 11px;
  background-color: #FFDD00;
  border: 1px solid #FFDD00;
  color: #404040;
  text-decoration: none;
  font-size: 18px; 
  font-weight: 400; 
  line-height: 100%;
  letter-spacing: 0%;
}
#menu-item-17 > a{
     position: relative;
     padding-right: 20px;
}
#menu-item-17 > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background-image: url("https://ux19.growthstudioz.com/wp-content/uploads/2026/04/Vector.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.des-none{
        display: none;
    }
@media only screen and (max-width: 1199px) {
   /* .template-index header{
        padding:15px 20px 10px;
    }*/
    .template-index header {
        padding: 14px 8px;
    }
    header{
    padding:15px 20px 10px;
    }
    header .logo__d{
      width:calc(100% - 60px);
    }
  
    header .logo__d img{
      /*max-width:210px;*/
      max-width: 51px;
    }
    header .header__nav{
        width:60px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    header nav ul li{
        margin: 0 16px;
    }
    header .close_menu, header .header__nav-inner{
    display: block;
  }
    header .header_menu_icon {
        cursor: pointer;
    }
    header .header_menu_icon svg path{
      stroke:#1b1b1b;
    }
     .template-index header .header_menu_icon svg path{
      /*stroke:#fff;*/
       stroke:#000;
    }
    header .menu-drawer {
        height: 100%;
        position: fixed;
        top: 0;
        width: 320px;
        right: 0;
        transition: .4s;
        transform: translate(100%);
        visibility: hidden;
        z-index: 9;
        background: #fff;
        padding:30px;
    }
    .menu_open header .menu-drawer {
        transform: translate(0);
        visibility: visible;
        overflow-y: scroll;
    }
    header .close_menu{
        text-align:right;
        margin: 0 0 20px;
    }
    header nav ul li{
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #000;
    }
    header nav ul li a{
        padding: 10px 0;
    }
    .template-index header nav ul li a,
     header nav ul li a{
        color: #000;
     }
     .menu-drawer .menu .menu-item-has-children .hasDropdownImg{
        width: 40px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        background: url(https://growthstudioz.com/wp-content/uploads/2024/03/plus-1.png) no-repeat scroll center center;
        background-size: 16px;
     }
     .menu-drawer .menu .menu-item-has-children.showSubMenu .hasDropdownImg {
       /* background: url(https://growthstudioz.com/wp-content/uploads/2024/03/minus-1.png) no-repeat scroll center center;
        background-size: 16px;*/
        display: none;
    }
    .menu-drawer .close_menu svg path{
        stroke: #000;
    }
    header ul#menu-main-menu ul.sub-menu{
        padding: 0;
        background-color: transparent;
    }
    header ul#menu-main-menu .menu-item-has-children:hover ul.sub-menu{
        display: none;
    }
    header ul#menu-main-menu .menu-item-has-children.showSubMenu ul.sub-menu{
        display: block;
        position: unset;
        padding-left: 15px;
    }
    header nav ul.sub-menu li:last-child{
        border-bottom: unset;
    }
    header nav {
        float: unset;
    }
    header nav ul.sub-menu li a{
        /*color: #000 !important;*/
        color: #404040;
    }
    header nav ul li > a:hover, 
    header nav ul li > a:focus,
    header nav ul.sub-menu li a:hover,
    header nav ul.sub-menu li a:focus,
    header ul#menu-main-menu .menu-item-has-children.showSubMenu > a{
        background-color: transparent;
        color: #f80000 !important;
    }
    #menu-item-17 > a::after{
        content: none;
    }
   header nav ul li > a:hover, header nav ul li > a:focus, header nav ul.sub-menu li a:hover, header nav ul.sub-menu li a:focus, header ul#menu-main-menu .menu-item-has-children.showSubMenu > a{
      color: #404040 !important;
      border-bottom: unset;
   }

 span.hasDropdownImg {
    display: none;
   }
     header .logo__d,header .header__nav,.menu-item-1005{
     width: 33.33%;
    }

    header .logo__d{
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    header .header__nav{
        order: 1;
        justify-content: flex-start;
    }
   .menu-item-1005{
        order: 3;
        text-align: end;
        display: block;
    }
   .des-none{
        display: block;
    }
    .menu-item-1005 a{
        font-family: DM Sans;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 22px;
        padding: 3px;
        background-color: #FFDD00;
        border: 1px solid #FFDD00;
        color: #404040;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
    }
}
/* Header css end*/

/* footer css start*/
footer{
    background: #e8e8e8;
    padding: 60px 0 20px;
}
footer .container{
  padding: 0 30px;
}
footer .sub_footer{
    text-align: center;
    font-size: 16px;
    color: #000;
}
footer .footer_grid{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
    margin: 0 -15px;
}
footer .widget{
    box-shadow: unset;
    padding: 0;
    margin: 0;
    background: transparent;
}
footer .footer_column{
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 40px;
}
footer .footer_logo{
    margin: 0 0 30px;
}
footer .footer_logo img{
    max-width: 280px;
}
footer h3{
    font-size: 20px;
    color: #000;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0 0 25px;
}
footer .social_links{
    display: flex;
    margin: 25px 0 0;
}
footer .social_links li{
   margin-right: 15px;
}
footer .social_links li img{
    max-width: 40px;
}
footer .menu a,
footer p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    font-family: "DM Sans";
    display: block;
}
footer a{
    color: #000;
}
footer a:hover{
    color: #d61602;
}
footer ul{
    margin: 0;
}
footer .menu li,
footer p{
    margin: 0 0 20px;
}
footer p a{
    display: flex;
    align-items: center;
}
footer p a svg{
    margin-right: 5px;
}
footer .footer_column:first-child .widget{
    padding-right: 50px;
}
footer .footer_column:first-child p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}
footer .footer_column:last-child p img{
    width: 24px;
    margin-right: 5px;
}
@media only screen and (max-width: 767px) {
    footer{
        padding: 50px 0 20px;
    }
    footer .footer_column{
        width: 100%;
        margin: 0 0 25px;
    }
    footer .footer_column:first-child .widget{
        padding-right: 0;
    }
    footer .footer_logo img{
        max-width: 240px;
    }
    footer .footer_logo{
        margin: 0 0 20px;
    }
    footer .menu a, footer p{
        font-size: 16px;
        line-height: 22px;
    }
    footer .menu li, footer p{
        margin: 0 0 10px;
    }
    footer .menu li:last-child,
    footer p:last-child{
        margin-bottom: 0;
    }
    footer .footer_column:last-child p img{
        width: 19px;
    }
    footer h3{
        margin: 0 0 15px;
    }
    li#menu-item-1005 {
    display: none;
}
header .header_inner{
    align-items: center;
    padding: 0;
}
}
/* footer css end*/

.UX19page{
    background: #fff;
}

.UX19page  .top-header-date {
    border-top: 2px solid #CFCFCF;
}
.UX19page  .top-header-date .date-d, .UX19page  .top-header-date .heading-d {
    margin-top: 40px;
}
.UX19page .top-header-date {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    max-width: 1360px;
    margin: 0 auto;
}

.UX19page .text-date-label {
    display: flex;
    align-items: self-start;
    gap: 10px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    text-transform: capitalize;
}

.UX19page .text-date-label svg {
    width: 19px;
    height: auto;
    display: none;
}

.UX19page .text-date-label span {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #7E7E7E;
}

.UX19page .top-header-date .date-d {
    width: 258px;

}


.UX19page .top-header-date .heading-d {
    width: calc(100% - 258px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: self-end;
}

.UX19page .top-header-date .text-d {
    display: flex;
    justify-content: end;
}

.UX19page .top-header-date .title {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 54px;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.UX19page .top-header-date .subtext {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height:23px;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #7E7E7E;
    margin: 0;
}

@media(max-width:768px) {

    .UX19page .top-header-date {
        width: 100%;
        margin-bottom: 32px;
    }

    .UX19page .text-date-label {
        gap: 5px;
    }

    .UX19page .text-date-label svg {
        width: 15px;
    }

    .UX19page .text-date-label,
    .UX19page .text-date-label span {
        font-size: 12px;
    }

    .UX19page .top-header-date .subtext {
        font-size: 14px;
    }

    .UX19page .top-header-date .date-d,
    .UX19page .top-header-date .heading-d {
        width: 100%;
    }

    .UX19page .top-header-date .heading-d{
        flex-direction: column;
        align-items: flex-start;
    }
    .UX19page .top-header-date .date-d {
        margin-bottom: 18px;
    }

    .UX19page .top-header-date .title {
        font-size: 32px;

    }

    .UX19page .subtext {
        font-size: 14px;
    }
    .UX19page .top-header-date .heading-d {
        margin-top: 0px;
    }

}

/* ===== Case study inner page CSS Start  ===== */
/* ===== case-hero SECTION CSS Start ===== */
.case-hero {
    width: 100%;
    min-height: 100vh;
    padding: 0px 0px 93px 75px;
    display: flex;
    align-items: flex-end;
    background: url("Images/banner1.png") center/cover no-repeat;
}

.case-hero .logo_img img {
    width: 163px;
}

.case-hero .date {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -2.1px;
    vertical-align: middle;
    color: #FFFFFFCC;
    margin-bottom: 13px;
}

.case-hero .date span.line {
    border-right: 1px solid #FFFFFF40;
    margin: 0 30px;
}

.case-hero .date span {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.8px;
    vertical-align: middle;

}

.case-hero .title {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 92px;
    line-height: 100%;
    letter-spacing: -3px;
    vertical-align: middle;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.case-hero .tags {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 34px;
    justify-content: space-between;
}

.case-hero .tags span {
    font-family: "Gotham", sans-serif;
    background: #ffffff;
    color: #000;
    font-weight: 400;
    padding: 10px 26px;
    border-radius: 80px;
    font-size: 24px;
    line-height: 140%;
}

/* ------- RESPONSIVE ------- */
@media (max-width: 768px) {
    .case-hero {
        background: url(Images/mobilebanner.png) center / cover no-repeat;
        min-height: unset;
        padding: 0px 0px 26px 15px;
        min-height: 300px;
    }

    .case-hero .date {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .case-hero .date span {
        font-size: 10px;
        line-height: 16px;
    }

    .case-hero .date span.line {
        margin: 0 15px;
    }

    .case-hero .title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .case-hero .tags span {
        font-size: 10px;
        line-height: 16px;
        padding: 5px 10px;
    }

    .case-hero .logo_img img {
        width: 50px;
    }

    .case-hero .tags {
        gap: 5px;
        justify-content: unset;
        margin-bottom: 10px;
    }
}

/* ===== case-hero SECTION CSS End ===== */
/* =====  Information-case-sec  Section  CSS Start ===== */
.information-case-sec {
    width: 100%;
    padding: 73px 0 0;
}

.information-case-sec .info-case-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding: 0 15px;
}

.information-case-sec .info-main-content {
    width: 68%;
}

.information-case-sec .info-title {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 48px;
    line-height: 57.6px;
    letter-spacing: -0.32px;
    color: #000000BF;
    margin-bottom: 34px;
}

.information-case-sec .info-subtext {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 22.1px;
    line-height: 33.6px;
    letter-spacing: -0.5px;
    color: #00000080;
}

.information-case-sec .info-hero-images {

    margin: 0 0 80px 0;

}

.information-case-sec .info-img {
    width: 100%;
}

.information-case-sec .info-section {
    margin-bottom: 32px;
}

.information-case-sec h3.info-section-title.main-text {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    vertical-align: middle;
    color: #000000;
}

.information-case-sec .info-section-title {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 16px;
}

.information-case-sec .info-section-text {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #00000099;
}

.information-case-sec .info-tool-icons {
    display: flex;
    gap: 97px;
    margin-top: 32px;
}

.information-case-sec .info-tool-icons img {
    width: 28px;
    height: 30px;
}

.information-case-sec .info-sidebar {
    width: 28%;
    position: sticky;
    top: 40px;
    height: auto;
}

.information-case-sec .info-sidebar-box {
    background: #F3F5F6;
    padding: 25px;
    padding: 29px 42px;
}

.information-case-sec .info-sidebar-box p span {
    font-family: DM Sans;
    font-weight: 700;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: -0.3px;
    margin-bottom: 8px;
    color: #000000BF;
}

.information-case-sec .info-sidebar-box p {
    margin-bottom: 32px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #00000080;
}

.information-case-sec .info-sidebar-btn {
    display: inline-block;
    padding: 18px 63px;
    border-radius: 8px;
    text-decoration: none;
    background: linear-gradient(84.08deg, #FFD359 11.22%, #FFA807 88.78%);
    box-shadow: 0px 3px 10px 0px #00000033;
    cursor: pointer;
    font-family: DM Sans;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    color: #000000;
    width: 100%;
    text-align: center;
}

.information-case-sec .info-sidebar-btn svg {
    width: 13px;
    height: 15px;
    margin-left: 5px;
}

.information-case-sec .product-img {
    margin-top: 117px;
}

.information-case-sec .product-img img {
    width: 100%;
}

@media (max-width: 768px) {
    .information-case-sec {
        padding-top: 15px;
    }

    .information-case-sec .info-case-container {
        margin: 0;
        display: block;
    }

    .information-case-sec .info-main-content,
    .information-case-sec .info-sidebar {
        width: 100%;
    }

    .information-case-sec .info-title {

        font-size: 20px;
        line-height: 100%;
        margin-bottom: 16px;

    }

    .information-case-sec .info-subtext {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .information-case-sec .info-hero-images {
        margin: 0 0 42px 0;
    }

    .information-case-sec h3.info-section-title.main-text {
        font-size: 24px;
        line-height: 36px;

    }

    .information-case-sec .info-section-title {

        font-size: 20px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .information-case-sec .info-tool-icons {
        gap: 21px;
        margin-top: 17px;
    }

    .information-case-sec .product-img {
        margin-top: 35px;
    }

    .information-case-sec .info-sidebar-box {
        padding: 28px 58px;
    }

    .information-case-sec .info-sidebar-box p {
        font-size: 16px;
        line-height: 28px;
    }
}

/* =====  Information-case-sec  Section  CSS End ===== */


/* ===== Case study inner page CSS End  ===== */
/* ===== UX19 Landing page CSS Start ===== */

.orange-btn {
    background: #FFDD00;
    /*box-shadow: 0px 3px 10px 0px #00000033;*/
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    vertical-align: middle;
    color: #000000;
    border: none;
}
.orange-btn:hover,
.orange-btn:focus{
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}
.orange-border-btn {
    border: 2px solid #FFDD00;
    /* border-image-source: linear-gradient(84.08deg, #FFD359 11.22%, #FFA807 88.78%); */
    border-radius: 8px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    vertical-align: middle;
    color: #000000;

}
.orange-border-btn:hover,
.orange-border-btn:focus{
    background: #000;
    color: #fff;
    border-color: #000;
}
@media (max-width: 768px) {
    .orange-btn {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.16px;
    }

    .orange-border-btn {

        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.16px;

    }
}

/* ===== main-hero CSS Start ===== */
.UX19page .main-hero {
/*    background: #FAFAFA url(https://growthstudioz.com/wp-content/uploads/2026/01/63d96cc5c8ef49cba4e9ffea2568730b31c4ff9d-1-1.webp) no-repeat scroll center center;*/
    background-size: cover;
    background-position: center;
    padding: 100px 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.UX19page .main-hero .container{
    max-width: 860px;
}
/*.UX19page .main-hero .container{
    max-width: 1290px;
    margin: 0 auto;
    position: relative;
}*/

.UX19page .main-hero .cta-btn{
    display: inline-block;
    min-width: 294px;
    text-align: center;
}
.UX19page .rating_d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 32px;
}

.UX19page .peopleimg img {
    width: 89px;
    height: 41px;
}

.UX19page .rating-top .stars img {
    width: 109px;
    height: auto;
}

.UX19page .rating-pill {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 20px;
    display: inline-block;
}

.UX19page .brand-count {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 15.3px;
    line-height: 24px;
    letter-spacing: -0.32px;
    vertical-align: middle;
    color: #2F2F2F;
}

.UX19page .hero-content h1 {
    font-family: Arial;
    font-weight: 700;
    font-size: 56px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #0F0F0F;
    margin-bottom: 32px;
}

.UX19page .trust {
    /*font-family: Playfair Display;*/
    font-family: DM Sans;
    font-weight: 400;
    font-style: Italic;
    font-size: 56px;
}

.UX19page .launch-time {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 28.8px;
    letter-spacing: 0%;
    text-align: center;
    color: #747474;
    margin-bottom: 32px;
}

.UX19page .cta-buttons {
    margin-top: 35px;
}

.UX19page .cta-btn {
    padding: 18px 28px;
    cursor: pointer;
    margin: 0 10px;
    transition: 0.3s ease;
    border-radius: 8px;
    text-decoration: none;
}
.UX19page .cta-btn.orange-border-btn{
    background: #000;
    color: #fff;
    border-color: #000;
}
.UX19page .cta-btn.orange-border-btn:hover,
.UX19page .cta-btn.orange-border-btn:focus{
    background: #FFDD00;
    border-color: #FFDD00;
    color: #000;
}

.UX19page .img-designer {
    position: absolute;
    left: 40px;
    /*top: 60%;*/
    top: 27%
    /*transform: translateY(-50%);*/
}

.UX19page .img-designer img {
    width: 150px;
}

.UX19page .img-shopify {
    position: absolute;
    right: 40px;
    top: 45%;
    transform: translateY(-50%);
}

.UX19page .img-shopify img {
    width: 320px;
}

.UX19page .stars {
    text-align: left;
}
@media(max-width: 1100px) {
    .UX19page .img-shopify img {
        width: 100px;
    }
    .UX19page .img-designer img{
        width: 100px;
    }
}
@media(max-width: 768px) {
    .UX19page .main-hero {
        padding: 100px 15px 31px;
    }
    .UX19page .main-hero .container{
        padding: 0;
    }

    .UX19page .img-shopify img {
        width: 130px;
    }

    .UX19page .img-designer img {
        width: 100px;
    }

    .UX19page .img-designer {
        left: 30px;
        top: 25px;
    }

    .UX19page .img-shopify {
        right: 33px;
        top: 50px;
    }

    .UX19page .rating_d {
        margin-top: 27px;
    }

    .UX19page .brand-count {
        margin-top: 2px;
    }

    .UX19page .hero-content h1 {
        font-size: 24px;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .UX19page .trust {
        font-size: 24px;
        line-height: 100%;
    }

    .UX19page .launch-time {
        font-size: 16px;
        line-height: 28.8px;
        margin-bottom: 16px;
    }

    .UX19page .cta-buttons {
        max-width: 275px;
        margin: 0 auto;
    }

    .UX19page .cta-btn {
        padding: 9px 20px;
    }
    .UX19page .main-hero .cta-btn{
        min-width: 226px;
    }

    button.cta-btn.cta-primary.orange-btn {
        margin-bottom: 16px;
    }

    button.cta-btn.cta-outline.orange-border-btn {
        min-width: 226px;
    }
    .UX19page .main-hero button.cta-btn.cta-primary.orange-btn{
         margin-bottom: 16px;
    }
    .UX19page .main-hero .cta-btn{
        margin: 0 0 10px;
    }
    .UX19page .main-hero .cta-btn:last-child{
        margin: 0;
    }
}

/* ===== main-hero CSS End ===== */

/* ===== srvc-services  CSS Start ===== */
.srvc-services {
    padding: 80px 0;
    background: #f7f7f7;
}

.srvc-services .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.srvc-services .top-header-date {
    margin-bottom: 97px;
}

.UX19page .srvc-services .heading-d {
    display: block;
}

.srvc-services .btn-subtext {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.UX19page .srvc-services .cta-btn {
    padding: 12px 30px;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    /*box-shadow: 0px 3px 10px 0px #00000080;*/

}


.srvc-services .srvc-item {
    border-top: 1px solid #ddd;
}

.srvc-services .srvc-question {
    width: 100%;
    background: none;
    border: none;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #000000;
}

.srvc-services .srvc-question h3 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #000000;
    width: calc(100% - 250px);
    text-align: left;
}

.srvc-services .srvc-question span {
    /*opacity: 0.6;*/
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #000000;
}

.srvc-services .srvc-question .no-d {
    width: 200px;
    text-align: left;
}

.srvc-services .srvc-answer {
    display: none;
    margin-bottom: 12px;
    padding-bottom: 32px;
}

.srvc-services .faq-item.open .srvc-answer {
    display: block;
}

.srvc-services .faq-item.open .inner-imgwith-pill {
    display: flex;
    justify-content: flex-end;
}

.srvc-services .srvc-icon {

    width: 40px;
}

.srvc-services .icon-close {
    display: none;
}

.srvc-services .faq-item.open .icon-open {
    display: none;
}

.srvc-services .faq-item.open .icon-close {
    display: block;
}

.srvc-services .branding-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* width: calc(100% - 200px); */
    width: calc(100% - 238px);
    padding-right: 20px;
}

.srvc-services .image-grid {
    max-width: 530px;
}

.srvc-services .image-grid .mob {
    display: none;
}

.srvc-services .image-grid .des {
    display: block;
}

.srvc-services .image-grid img {
    width: 100%;
    display: block;
}

.srvc-services .services {
    display: flex;
    flex-wrap: wrap;
    max-width: 431px;
}

.srvc-services .pill_d h3 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000;
    margin-bottom: 40px;
}

.srvc-services .pill {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    padding: 10px 12px;
    background: #F5F5F5;
    border-radius: 100px;
    color: #000000;
    cursor: default;
    margin-right: 5px;
    margin-bottom: 12px;
}

.srvc-services .caption {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #7E7E7E;
    margin: 20px 0;
}

.srvc-services .image-grid a {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -2%;
    text-transform: capitalize;
    color: #000000;
    text-decoration: none;
}

.srvc-services .image-grid a svg {
    position: relative;
    top: 7px;
}

.srvc-services .faq-item.srvc-item.open {
    background: #FFFFFF;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .srvc-services{
        padding: 50px 0 40px;
    }
    .srvc-services .srvc-item:last-child{
            border-bottom: 1px solid #ddd;
    }
    .srvc-services .image-grid .mob {
        display: block;
    }

    .srvc-services .image-grid .des {
        display: none;
    }

    .srvc-services .faq-item.srvc-item.open .des {
        display: none;
    }

    .srvc-services .faq-item.srvc-item.open {
        padding: 27px 15px;
        margin-bottom: 20px;
    }

    .UX19page .srvc-services .top-header-date .date-d {
        margin-bottom: 34px;
    }

    .srvc-services .top-header-date {
        margin-bottom: 30px;
    }

    .UX19page .srvc-services .top-header-date .subtext {
        padding-bottom: 26px;
    }

    .UX19page .srvc-services .cta-btn {
        margin: 0;
    }

    .srvc-services .srvc-question {
        padding: 16px 0;
    }

    .srvc-services .open .srvc-question {
        padding: 0 0 16px 0;
    }

    .srvc-services .srvc-question .no-d,
    .srvc-services .srvc-question h3 {
        font-size: 24px;
        width: unset;
        margin: 0;
    }

    .srvc-services .srvc-question span svg {
        width: 25px;
        height: 25px;
    }

    .srvc-services .btn-subtext {
        display: block;
    }

    .srvc-services .branding-container {
        flex-direction: column;
        width: 100%;
        padding-right: 0;
    }

    .srvc-services .image-grid h3.mob {
        font-family: DM Sans;
        font-weight: 400;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -2%;
        text-transform: uppercase;
        margin-bottom: 16px;
        color: #000000;
    }

    .srvc-services .image-grid img {
        border-radius: 8px;
    }

    .srvc-services .caption {
        font-size: 14px;
    }

    .srvc-services .image-grid {
        margin-bottom: 18px;
    }

    .srvc-services .image-grid a svg {
        width: 20px;
        height: 20px;
    }

    .srvc-services .pill_d h3 {
        margin-bottom: 16px;
    }

    .srvc-services .srvc-answer {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .srvc-services .services {
        max-width: 100%;
    }
}

/* ===== srvc-services  CSS end ===== */
/* ===== work-slider CSS Start ===== */

.work-slider {
    width: 100%;
}

.slick-track-wrapper .slide-card {
    margin: 0 7px;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}

.slick-track-wrapper .slide-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}
.work-slider .slick-arrow.slick-prev{
    background: #d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/prev.png) no-repeat scroll center center;
    background-size: 13px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 9;
}
.work-slider .slick-arrow.slick-next{
    background: #d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/next.png) no-repeat scroll center center;
    background-size: 13px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 9;
}
@media(max-width: 768px) {
    .slick-track-wrapper .slide-card {
        margin: 0 10px;
    }

    .slick-track-wrapper .slide-card {
        margin: 0 4px;
    }

    .slick-track-wrapper .slide-card img {
        border-radius: 12px;
    }
}

/* ===== work-slider CSS End ===== */

/* ===== partners-logo-slider  CSS Start ===== */
.partners-section {
    padding: 41px 0;
    background: #ffffff;
}

.partners-section .container {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0 10px;
}

.partners-section .partners-logo-slider {
    margin: 64px 0 24px;
}

/* Slide items spacing */
.partner-logo-item {
    display: inline-block;
    padding: 0 25px;
    /* spacing between logos */
}

/* Image styling */
.partners-section .partners-logo-slider .partner-logo-item img {
    width: auto;
    height: 46px;
    /*opacity: 0.85;*/
    transition: 0.3s ease;
}

.partners-logo-slider .partner-logo-item img:hover {
    opacity: 1;
}

.partner-logo-item {
    padding: 0 30px;
}

/* .partner-logo-item img {
  height: 60px;   
  width: auto;
  display: block;
  opacity: 0.85;
  transition: .3s;
} */

/* Mobile */
@media(max-width: 768px) {
    .partners-section {
        padding: 21px 0;
    }

    .partners-section .partners-logo-slider {
        margin: 19px 0;
    }

    .partner-logo-item {
        padding: 0px 10px;
    }

    .partners-section .partners-logo-slider .partner-logo-item img {
        height: 30px;
    }
}


/* ===== partners-logo-slider  CSS End ===== */


/* ===== text-withinfo  CSS Start ===== */
.text-withinfo {
    margin: 100px 0;
    padding: 0 20px;
}

.text-withinfo .container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.text-withinfo-left {
    width: calc(100% - 1067px);
}

.text-withinfo-right {
    /*width: 856px;*/
     width: 1067px;
}
.text-withinfo-right .img__d img{
    width:100%;
    max-width: 641px;
}
.text-withinfo-label {
    display: flex;
    align-items: flex-start;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    color: #000000;
    gap: 5px;
}

.text-withinfo-label span {
    color: #7E7E7E;
}

.text-withinfo-label svg {
    width: 20px;
    top: -5px;
    position: relative;
}

.text-withinfo-stats {
    /* gap: 30px 50px; */
    width: calc(100% - 641px);
    margin-right: -50px;
    max-width: 420px;
    /* width: 50%; */
    border-radius: 8px;
}
.text-withinfo-stat:nth-child(1) {
    border-radius: 16px 16px 0 0;
}

.text-withinfo-stat:nth-child(2) {
    border-radius: 0 0 16px 16px;
}

.imgblock {
    width: 48%;
}

.text-withinfo-stat {
    border: 1px solid #08080814;
    padding: 20px 15px;
    text-align: start;
    width: 187px;
}

.text-withinfo-stat-number {
    display: inline-block;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 56px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;

}

.text-withinfo-stat-label {
    margin-top: 8px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #08080899;
}

.text-withinfo-right p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0%;
    /*text-transform: uppercase;*/
    color: #080808;
}

.text-withinfo-right p span {
    /*color: #FFDD00;*/
    font-weight: 900;
}

.numberscount-withimg {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    margin-top: 32px;
}
.numberscount-withimg video{
    width: 100%;
    max-width: 641px;
    border-radius: 16px;
    height: auto;
    object-fit: cover;
}
@media(max-width: 768px) {
    .text-withinfo {
        margin: 38px 0;
        padding: 0 15px;
    }

    .text-withinfo .container{
        padding: 0;
    }
    .text-withinfo-label {
        font-size: 12px;
    }

    .text-withinfo-left {
        width: 100%;
        margin-bottom: 33px;
    }

    .text-withinfo-stats,
    .imgblock {
        width: 100%;
    }

    .text-withinfo-right p {

        font-size: 16px;
        margin-bottom: 16px;

    }

    .text-withinfo-stat-number {
        font-size: 32px;
    }

    .text-withinfo-stat {
        text-align: center;
        width: 50%;
    }

    .text-withinfo-stats {
        /* margin-bottom: 25px; */
        display: flex;
    }

    .hero-video {
        margin-bottom: 24px;
        width: 100%;
    }

    .text-withinfo-stat:nth-child(1) {
        border-radius: 16px 0px 0px 16px;
    }

    .text-withinfo-stat:nth-child(2) {
        border-radius: 0px 16px 16px 0;
    }
}

/* ===== text-withinfo  CSS End ===== */

/* ===== Workproject-sec CSS Start ===== */
.Workproject-sec {
    margin-top: 82px;
    background-image: url(https://growthstudioz.com/wp-content/uploads/2026/01/Frame-77-2-1-1.webp);

}

.Workproject-sec .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.UX19page .Workproject-sec .top-header-date {
    border-top: unset;
}

.UX19page .Workproject-sec .top-header-date .date-d,
.UX19page .Workproject-sec .top-header-date .heading-d {
    margin-top: 72px;
}

.Workproject-sec .inner-cards-data {
    max-width: 965px;
    margin: 0 auto;
    padding: 101px 0 100px;
}

.Workproject-sec .product-card {
    padding: 38px;
    display: flex;
    gap: 19px;
      margin-bottom: 50px;
    /*position: sticky;*/
}
.Workproject-sec .product-card:first-child{
    top: 100px;
}
.Workproject-sec .product-card:nth-child(2){
    top: 150px;
}
.Workproject-sec .product-card:last-child{
    top: 200px;
    margin: 0;
}
.Workproject-sec .product-img-d,
.Workproject-sec .product-info-d {
    width: 50%;
}

.Workproject-sec .product-card img {
    border-radius: 10px;
    margin-bottom: 0;
}

.Workproject-sec .product-info-d {
    padding: 14px 0 24px 4px;
}

.Workproject-sec .product-card h3 {
    margin-bottom: 16px;
}

.Workproject-sec .product-card .tags {
    padding: 23px 0 48px;
}
.Workproject-sec .product-info-d {
    margin-bottom: 0;
}

.UX19page .Workproject-sec .project-work-btn {
    text-align: center;
    padding-bottom: 50px;
}

.UX19page .Workproject-sec .cta-btn {
    border: 2px solid #FFDD00;
    padding: 18px 76px;
    display: inline-block;
    /*box-shadow: 0px 3px 10px 0px #00000033;*/
    background: #FFDD00;
    color:#000;
}
.UX19page .Workproject-sec .cta-btn:hover,
.UX19page .Workproject-sec .cta-btn:focus{
    background:#000;
    color: #fff;
    border-color: #000;
}

.Workproject-sec img.banner-desktop {
    display: block;
}

.Workproject-sec img.banner-mobile {
    display: none;
}

@media (max-width: 768px) {
    .Workproject-sec {
        margin-top: 51px;
    }

    .Workproject-sec .inner-cards-data {
        padding: 32px 0 35px;
    }

    .UX19page .Workproject-sec .top-header-date {
        margin-bottom: 0;
    }

    .Workproject-sec .product-card {
        display: block;
        padding: 18px;
    }

    .Workproject-sec .product-img-d,
    .Workproject-sec .product-info-d {
        width: 100%;
    }

    .Workproject-sec img.banner-desktop {
        display: none;
    }

    .Workproject-sec img.banner-mobile {
        display: block;
    }

    .Workproject-sec .product-info-d {
        padding: 16px 0 24px 0px;
    }

    .Workproject-sec .product-card h3 {
        margin-bottom: 4px;
    }

    .Workproject-sec .product-card p {
        line-height: 100%;
    }

    .Workproject-sec .product-card .tags {
        padding: 12px 0 16px;
    }

    .UX19page .Workproject-sec .top-header-date .date-d {
        margin-top: 26px;
    }

    .UX19page .Workproject-sec .top-header-date .heading-d {
        margin-top: 36px;
    }

    .UX19page .Workproject-sec .cta-btn {
        padding: 13px 41px;
        margin: 0;
    }

    .Workproject-sec button.cta-btn.cta-outline.orange-border-btn {
        min-width: unset;
    }
}

/* ===== Workproject-sec CSS End ===== */


/* =====  TESTIMONIALS SECTION  css Start ============*/
.tc-testimonials {
    background: #ffffff;
    padding: 90px 0;
}

.UX19page .tc-testimonials .top-header-date .heading-d {
    display: block;
}
.UX19page .tc-testimonials .top-header-date{
border-top: unset;
}

.tc-testimonials .tc-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
}

.tc-testimonials .tc-title {
    text-align: center;
    color: #aaa;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 500;
}

.tc-testimonials-swiper {
    padding-top: 100px;
}

.tc-testimonials .tc-card {
    border: 1px solid #B3B3B3;
    background: #FBFBFB;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    position: relative;
    /*max-width: 428px;*/
    margin: auto;
    height: 100%;
}

.tc-testimonials .tc-avatar {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.tc-testimonials .tc-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-testimonials .tc-card h3 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 7px;
    color: #111111;
}

.tc-testimonials .tc-email {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -1%;
    color: #444444;
    text-align: center;
    margin-bottom: 28px;
}

.tc-testimonials .tc-rating {
    font-family: Funnel Sans;
    font-weight: 600;
    font-size: 12px;
    color: #7A7A7A;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 28px;
}

.tc-testimonials .tc-card h4 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -4%;
    text-align: center;
    margin-bottom: 8px;
    color: #111111;
}

.tc-testimonials .tc-text {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1%;
    text-align: center;
    color: #4F4F4F;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.tc-testimonials .tc-text.expanded  {
    -webkit-line-clamp: unset;
}
.tc-testimonials .read-toggle{
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
}
.tc-testimonials-swiper {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}

.tc-testimonials-swiper::before,
.tc-testimonials-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    z-index: 3;
    pointer-events: none;
}

.tc-testimonials-swiper::before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tc-testimonials-swiper::after {
    right: 0;
    background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tc-testimonials-swiper .swiper-slide {
    width: 428px;
    opacity: 0.35;
    transition: opacity 0.3s ease;
}

.tc-testimonials-swiper .swiper-slide-active,
.tc-testimonials-swiper .swiper-slide-next,
.tc-testimonials-swiper .swiper-slide-prev {
    opacity: 1;
}

.tc-testimonials .tc-pagination-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
}

.tc-testimonials .tc-progress-bar{
    display: none;
}
.tc-testimonials .tc-pagination {
    width: 260px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.tc-testimonials .tc-pagination-custom{
    display: flex;
    position: relative;
    padding-bottom: 16px;
    width: 100%;
    max-width: 450px;
}
.tc-testimonials .tc-pagination-custom:after{
    position: absolute;
    content: "";
    bottom: 0;
    height: 8px;
    width: 100%;
    background: #D9D9D9;
    left: 0;
    right: 0;
    border-radius: 40px;
}
.tc-testimonials .swiper-slide{
    height: auto;
}
.tc-testimonials .action_pagination{
     max-width: 472px;
     margin: 60px auto 0;
}
.tc-testimonials .swiper-pagination{
    position: relative;
    display: flex;
}
.tc-testimonials .swiper-pagination:after{
    position: absolute;
    content: "";
    bottom: 0;
    height: 8px;
    width: 100%;
    background: #D9D9D9;
    left: 0;
    right: 0;
    border-radius: 40px;
}
.tc-testimonials .swiper-pagination .swiper-pagination-bullet{
    flex: 1;
    width: auto;
    background: transparent;
    height: unset;
    font-size: 16px;
    font-weight: 600;
    color: #D9D9D9;
    padding-bottom: 10px;
    opacity: 1;
    margin: 0;
}
.tc-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    position: relative;
    color: #111111;
}
.tc-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    position: absolute;
    content: "";
    bottom: 0;
    height: 8px;
    width: 100%;
    background: #FFDD00;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: 9;
}
.tc-testimonials .tc-page {
    font-family: "Funnel Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #D9D9D9;
    cursor: pointer;
    transition: color 0.3s ease;
    flex: 1;
    position: relative;
}
.tc-testimonials .tc-page.active:after{
    position: absolute;
    content: "";
    bottom: -16px   ;
    height: 8px;
    width: 100%;
    background: #FFDD00;
    left: 0;
    right: 0;
    border-radius: 40px;
    z-index: 9;
}

.tc-page.active {
    color: #111111;
}

.tc-progress-bar {
    width: 260px;
    height: 4px;
    background: #d9d9d9;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.tc-testimonials .swiperPrevArrow,
.tc-testimonials .swiperNextArrow{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tc-testimonials .swiperNextArrow{
    background:#d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/next.png)no-repeat scroll center center;
    background-size: 13px;
    right: 10px;
}
.tc-testimonials .swiperPrevArrow{
    background: #d7d7d7 url(https://growthstudioz.com/wp-content/uploads/2024/03/prev.png)no-repeat scroll center center;
    background-size: 13px;
    left: 10px;
}

@media (max-width: 768px) {
    .tc-testimonials {
        padding: 38px 0px 45px 0px;
    }

    .UX19page .tc-container .top-header-date {
        margin-bottom: 10px;
    }

    .tc-testimonials-swiper {
        padding-top: 50px;
        padding-bottom: 0;
    }

    .tc-testimonials .tc-card h3 {
        font-size: 18px;
    }

    .tc-testimonials .tc-email {
        margin-bottom: 10px;
    }

    .tc-testimonials .tc-rating {

        margin-bottom: 10px;
    }

    .tc-testimonials .tc-card h4 {
        font-size: 14px;
    }

    .tc-testimonials .tc-text {
        font-size: 12px;
    }
    .tc-testimonials .read-toggle{
        font-size: 12px;
    }

    .tc-testimonials .tc-card {
        padding: 30px 15px;
    }
    .tc-testimonials .swiper-pagination .swiper-pagination-bullet{
        font-size: 14px;
        font-weight: 400;
    }
    .tc-testimonials .action_pagination{
        margin-top: 30px;
    }
    .tc-testimonials .swiperPrevArrow,
    .tc-testimonials .swiperNextArrow{
        display: none;
    }
}

/* =====  TESTIMONIALS SECTION  css End ============*/

/* =============== free-audit Section CSS Start ============= */



.free-audit {
    background: #F5F5F5;
    padding-bottom: 28px;
    margin-bottom: 100px;
}

.free-audit .container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 40px;
}

.free-audit .container .twobox-d {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
}

.UX19page .free-audit .top-header-date {
    padding-bottom: 40px;
    border-top: 2px solid #CFCFCF;
}

.UX19page .free-audit .top-header-date .date-d,
.UX19page .free-audit .top-header-date .heading-d {
    margin-top: 40px;
}

.free-audit .audit-card {
    background: #fff;
    border-radius: 8px 0 0 8px;
    padding: 40px 40px 50px 35px;
    background-image: url("https://growthstudioz.com/wp-content/uploads/2025/12/Frame772.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
}



.free-audit .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.free-audit .header h2 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.free-audit .time-pill {
    padding: 11px 65px;
    border-radius: 24px;
    background-color: #F5F5F5;
    border: 2px solid #FFDD00;
}

.free-audit .time-pill {
    display: none;
}
.free-audit .audit-card h1 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    margin: 45px 0 24px;
}

.free-audit .description {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
    max-width: 707px;
    margin-bottom: 32px;
}

.free-audit .btn-outline {
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    /*background: #fff;
    border: 4px solid #FFDD00;*/
    background: #000;          /* changed */
    border: 4px solid #000;    /* changed */
    cursor: pointer;
    margin-top: 32px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    display: block;
    /*color: #000;*/
    color: #fff;               /* changed */
}
.free-audit .btn-outline:hover,
.free-audit .btn-outline:focus{
  /*  background: #000;
    border-color: #000;
    color: #fff;*/
     background: #FFDD00;
    border-color: #FFDD00;
   color: #000;
}
.free-audit .details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.free-audit .details h4 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 37.5px;
    letter-spacing: 0%;
    color: #000000;
    vertical-align: middle;
    margin-bottom: 8px;
}

.free-audit .details ul {
    list-style: none;
}

.free-audit .details li {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 8px;
    color: #000000;
    position: relative;
    padding-left: 20px;
}



.free-audit .details li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 14px;
    background-image: url("https://growthstudioz.com/wp-content/uploads/2025/12/image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.free-audit .quote-card {
    background: linear-gradient(135deg, #111, #1c1c1c);
    border-radius: 0 8px 8px 0px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.free-audit .quote-content h2 {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.free-audit .quote-content {
    /*max-width: 505px;*/
    margin: 0 auto;
    padding: 0 30px 44px;
}

.free-audit .quote-content p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    margin-bottom: 37px;

}

.free-audit .btn-primary {
    width: 100%;
    padding: 18px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    text-align: center;
}
.free-audit .btn-primary:hover,
.free-audit .btn-primary:focus{
    background: #ffb703;
    color: #000;
}
.quote-card .img-card img {
    width: 100%;
}

@media (max-width: 768px) {

    .UX19page .free-audit .top-header-date .date-d,
    .UX19page .free-audit .top-header-date .heading-d {
        margin-top: 26px;
    }

    .UX19page .free-audit .top-header-date {
        padding-bottom: 0;
        margin-bottom: 13px;
    }

    .free-audit .container .twobox-d {
        display: block;
    }

    .free-audit .audit-card {
        padding: 15px;
        border-radius: 8px 8px 0 0;
    }

    .free-audit .header h2 {
        font-size: 24px;
        margin: 0;
    }

    .free-audit .audit-card h1 {
        border-top: 1px solid #BEBEBE;
        margin: 19px 0 8px;
        font-size: 24px;

    }

    .free-audit .time-pill {
        padding: 11px 45px;
        font-size: 12px;
        line-height: 18px;
    }

    .free-audit .description {
        font-size: 16px;
    }

    .free-audit .btn-outline {
        padding: 9px;
    }

    .free-audit .details {
        display: block;
    }

    .free-audit .details h4 {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .free-audit .quote-card {
        padding-top: 12px;
        border-radius: 0 0 8px 8px;
    }

    .free-audit .quote-content {
        padding: 0 17px 36px;
    }

    .free-audit .quote-content h2 {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .free-audit .quote-content p {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .free-audit .btn-primary {
        font-size: 20px;
        line-height: 30px;
        padding: 9px;
    }
    .free-audit{
        position: relative;
    z-index: 2;
    padding-bottom:63px ;
    margin-bottom: 0;
    }
    section.free-audit:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: #fff;
    bottom: 0;
    z-index: -1;
}
}


/* =============== free-audit Section CSS End ============= */
/* ===== pricing-section   CSS Start ===== */
.pricing-section .container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.UX19page .pricing-section .top-header-date .date-d,
.UX19page .pricing-section .top-header-date .heading-d {
    margin-top: 40px;
    margin-bottom: 48px;
}

.UX19page .pricing-section .top-header-date {
    border-top: 2px solid #CFCFCF;
}

.pricing-section .pricing-custom-box {
    max-width: 1126px;
    margin: 0 auto;
    padding: 0 10px;
}

.pricing-section .pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    margin-bottom: 40px;
}

.pricing-section .card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0.6px 0.6px -1.25px #0000002E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricing-section .card:hover{
    background: #000;
    border: 1px solid #000;
}
.pricing-section .card:hover button {
    background: #FFDD00;
}

.pricing-section .card h2 {
    font-family: DM Sans;
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #000000;
    margin-top: 21px;
    border-bottom: 1px dashed #9E9E9E;
    padding-bottom: 21px;

}

.pricing-section .tier {
    background: #F1F1F2;
    font-family: Inter;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14.6px;
    line-height: 24px;
    letter-spacing: -0.32px;
    vertical-align: middle;
    border-radius: 10px;
    color: #616161;
}

.pricing-section .tier.yellow {
    background: #FFF8CC;
    color: #616161;
}

.pricing-section .tier.orange {
    background: #FFA807;
    color: #FFFFFF;
}

.pricing-section ul {
    list-style: none;
    padding: 20px 0;
    /*border-bottom: 1px dashed #9E9E9E;*/
}

.pricing-section ul li {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14.6px;
    line-height: 24px;
    letter-spacing: -0.32px;
    vertical-align: middle;
    color: #211E1E;

    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.pricing-section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;

    width: 18px;
    height: 18px;

    background-image: url("https://growthstudioz.com/wp-content/uploads/2025/12/image.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.pricing-section .desc {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -2%;
    margin-bottom: 16px;
    margin-top: 0;
    color: #7E7E7E;
    border-top: 1px dashed #9E9E9E;
    padding-top: 12px;
}

.pricing-section button {
    width: 100%;
    padding: 5px;
    border-radius: 8px;
    border: 1px solid #FFDD00;
    background: transparent;
    cursor: pointer;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #131313;

}

.pricing-section button:hover,
.pricing-section button:focus {
    background: #FFDD00 !important;
    color: #000 !important;
    border-color: #FFDD00 !important;
}

/* .pricing-section .popular {
    border: 2px solid #ffb703;
} */

.pricing-section .badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: linear-gradient(84.08deg, #FFD359 11.22%, #FFA807 88.78%);
    color: #000;
    padding: 4px 12px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14.6px;
    line-height: 24px;
    letter-spacing: -0.32px;
    border-radius: 8px;
    color: #FFFFFF;
}

.pricing-section .status {
    position: absolute;
    top: 18px;
    right: 18px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 14.4px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}

.pricing-section .dot {
    width: 12px;
    height: 12px;
    background: #2ecc71;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    box-shadow: 0px 0px 20px 0px #31EE3380;

}

/* Custom Box */

.pricing-section .custom-box {
    /*max-width: 593px;*/
    margin: 0 auto;
    border: 1px solid #E8E8E8;
    padding: 19px 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 10px -3.75px #0000000F;
}

.pricing-section .custom-tag {
    /*background: #525252;*/
    background: #FFDD00;
    border-radius: 10px;
    padding: 4px 25px;
    font-family: Inter;
    font-weight: 500;
    font-size: 14.6px;
    line-height: 24px;
    letter-spacing: -0.32px;
    vertical-align: middle;
    color: #000;
}

.pricing-section .custom-box h3 {
    font-family: DM Sans;
    font-weight: 900;
    font-size: 40px;
    line-height: 96%;
    letter-spacing: -0.44px;
    vertical-align: middle;
    padding-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #9E9E9E;
    text-transform: uppercase;
    margin: 0;
}

.pricing-section .custom-box p {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -2%;
    color: #7E7E7E;
    padding: 24px 0;
}

.pricing-section .custom-btn {
    background: #000;
    box-shadow: unset;
    border: none;
    padding: 9px;
    border-radius: 8px;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    border: 1px solid #000;
    color: #fff;
}
.pricing-section .custom-btn:hover,
.pricing-section .custom-btn:focus{
    background: #ffb703;
    color: #000;
}
.pricing-section .custom-box .custom-btn {
    width: 100%;
    display: block;
}
.pricing-section .card:hover h2,
.pricing-section .card:hover ul li,
.pricing-section .card:hover .status{
    color: #fff;
}
@media (max-width: 768px) {
    .UX19page .pricing-section .top-header-date .date-d
   {
        margin: 27px 0;
    }
     .UX19page .pricing-section .top-header-date .heading-d{
        margin: 0;
     }
     .UX19page .pricing-section .top-header-date{
        margin-bottom: 69px;
     }
     .pricing-section .pricing-cards{
        display: block;
        margin-bottom: 26px;
     }
     .pricing-section .pricing-custom-box{
        padding: 0;
     }
     .pricing-section .card{
        margin-bottom: 26px;
     }
     .pricing-section ul{
        padding: 24px 0;
     }
     .pricing-section .desc{
        margin-bottom: 32px;
     }
     .pricing-section .custom-box{
        padding: 38px 16px;
     }
     .pricing-section .custom-box h3{
       padding-top: 12px;
        font-size: 20.8px;
        line-height: 100%;
     }
     .pricing-section .custom-box p br {
        display: none;
    }
 
    .pricing-section .custom-btn {
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
 
    }
}

/* ===== pricing-section   CSS End ===== */
/* ===== project-booking   CSS Start ===== */

.project-booking {
    margin: 100px 0;
}

.project-booking .container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.UX19page .project-booking .top-header-date .heading-d {
    display: block;
}

.project-booking form.project-form {
    max-width: 916px;
    margin: 0 auto;
    margin-top: 92px;
}

.project-booking .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 44px;
}

.project-booking input::placeholder {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #999999;
}

.project-booking .form-group label {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #999999;
    display: block;
    margin-bottom: 10px;
}
.project-booking .form-group label span{
    color: #FF0000;
}
.project-booking .form-group input {
    width: 100%;
    padding: 0 20px;
    height: 58px;
    line-height: 58px;
    border-radius: 10px;
    border: 1px solid var(--Color-2, #999999);
    background: transparent;
    /*color: #fff;*/
    margin: 0;
}
.project-booking .form-group p{
    margin: 0;
}
.project-booking .label-title {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #999999;
    margin-bottom: 16px;
}

.project-booking .help-options label,
.project-booking .budget-options label {
    display: block;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 0;
}
.project-booking label span, .project-booking legend span{
    font-size: 14px;
}
.project-booking input[type="checkbox"],
.project-booking input[type="radio"] {
    margin-right: 7px;
    width: 18px;
    height: 18px;
    accent-color: black;
}

.project-booking .privacy-row input,
.project-booking .privacy-row input a {
    font-family: DM Sans;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
}

.project-booking .privacy-row input {
    font-weight: 500;
    color: #000000;
}

.project-booking .privacy-row input a {
    font-weight: 600;
    text-decoration: underline;
    color: #999999;

}
.project-booking .wpcf7-checkbox .wpcf7-list-item,
.project-booking .wpcf7-radio .wpcf7-list-item{
    margin: 0 0 15px;
    display: block;
}
.project-booking .wpcf7-checkbox .wpcf7-list-item:last-child,
.project-booking .wpcf7-radio .wpcf7-list-item:last-child{
    margin: 0;
}
.project-booking .form-options {
    display: flex;
    justify-content: space-between;
    margin: 37px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 44px;
}
.project-booking .wpcf7-not-valid-tip{
    font-size: 13px;
}

.project-booking .privacy-row {
    margin: 20px 0 0;
    font-size: 14px;
}
.project-booking .privacy-row > p{
    display: flex;
    align-items: center;
    gap: 4px;
}
.project-booking .privacy-row .wpcf7-list-item-label{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.project-booking .privacy-row > p > a{
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    text-decoration: underline;
}
.project-booking .wpcf7 p:has(.wpcf7-not-valid) > a {
     position: relative;
    top: -16px;
    left: -23px;
}
.project-booking .wpcf7-checkbox label{
    display: flex;
    align-items: center;
}
.project-booking .submit-btn {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.16px;
    vertical-align: middle;
    background: #000000;
    border: 1px solid #000000;
    color: #fff;
    height: 60px;
    line-height: 60px;
    padding:  0 25px;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    margin-top: 20px;
}
.project-booking .submit-btn:hover,
.project-booking .submit-btn:focus{
    background: transparent;
    color: #000;
    border: 1px solid #000;
}

.project-booking .submit-btn span {
    margin-left: 10px;
}
.project-booking .wpcf7-spinner{
    display: none;
}
.project-booking .project-form{
    max-width: 916px;
    margin: 100px auto 0;
}
.project-booking .form-group p br{
    display: none;
}
.project-booking .project-form form{
    margin: 0;
}
@media(max-width:768px) {

    .project-booking{
        margin-top: 38px;
        margin-bottom: 51px;
    }
    .project-booking .top-header-date {
        width: 100%;
        margin-bottom: 32px;
    }

    .project-booking .top-header-date .date-d,
    .project-booking .top-header-date .heading-d {
        width: 100%;
    }

    .project-booking .top-header-date .date-d {
        margin-bottom: 18px;
    }

    .project-booking form.project-form {
        margin-top: 0;
    }
    .project-booking .project-form{
        margin-top: 32px;
    }
    .project-booking .form-options{
        display: block;
    }
    .project-booking .form-options .help-options{
        margin: 0 0 37px;
    }
    .project-booking .subtext {
        font-size: 14px;
    }

    .project-booking .subtext br {
        display: none;
    }

    .project-booking .form-grid {
        grid-template-columns: 1fr;
    }

    .project-booking .form-options {
        flex-direction: column;
        gap: 25px;
    }
}

/* ===== project-booking   CSS End ===== */
/* ===== ux19-faq-section   CSS Start ===== */

.ux19-faq-section {
    margin: 100px 0;
}
.ux19-faq-container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 15px;
}

.UX19page .ux19-faq-section .top-header-date {
    margin-bottom: 100px;
}
.UX19page .ux19-faq-section .top-header-date .title{
    margin: 0;
}
.ux19-faq-section .ux19-faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   align-items: flex-start;
    max-width: 1128px;
    margin: 0 auto;
}

.ux19-faq-section .accordion {
    background-color: #F0F0F0;
    cursor: pointer;
    padding: 28px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-radius: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    color: #131313;
}

.ux19-faq-section .open .accordion {
    background-color: #fff !important;
}

.ux19-faq-section .inner-d {
     min-height: 110px;
    background-color: #F0F0F0;
    margin-bottom: 12px;
    width: 49%;
    border: 1px solid #E0E0E0;
    border-radius: 28px;
    overflow: hidden;
}
.inner-d.faq-item.open,
.ux19-faq-section .faq-item.open .faq-answer {
    background-color: #fff !important;
}
.ux19-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.ux19-faq-section .faq-item.open .faq-answer {
    max-height: 200px;
    padding: 16px;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    color: #5C5C5C;
    padding: 0 28px 30px 28px;
}

.ux19-faq-section .icon-minus {
    display: none;
}

.ux19-faq-section .faq-item.open .icon-plus {
    display: none;
}

.ux19-faq-section .faq-item.open .icon-minus {
    display: inline-block;
}
.ux19-faq-section .icon-wrapper svg{
        width: 25px;
        height: 25px;
    }
@media (max-width: 768px) {

    .UX19page .ux19-faq-section .top-header-date .date-d {
        margin-bottom: 32px;
        margin-top: 0;
    }

    .UX19page .ux19-faq-section .top-header-date {
        margin-bottom: 32px;
        margin-top: 0;
        border-top: unset
    }
    .UX19page .ux19-faq-section .top-header-date .title {
        margin: 0 0 20px;
    }
    .ux19-faq-section .inner-d {
        width: 100%;
        min-height: unset;
        margin-bottom: 16px;
        border-radius: 16px;
    }
    .ux19-faq-section .inner-d:last-child{
        margin: 0;  
    }
    .ux19-faq-section .accordion {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 28px;
        border-radius: 16px;
    }

    .ux19-faq-section .faq-item.open .faq-answer {
        padding: 10px 20px;
    }

    .ux19-faq-section {
        margin: 0 0 50px;
    }
}

/* ===== ux19-faq-section   CSS End ===== */

/* ===== classic-creative-cta section CSS Start ===== */


.classic-creative-cta {
  overflow: hidden;
  background: url("https://growthstudioz.com/wp-content/uploads/2025/12/darkbglast.webp")
    center center / cover no-repeat;
}



.classic-creative-cta .classic-creative-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 20px;
    max-width: 1320px;
    margin: 0 auto;
}
.classic-creative-cta  .classic-creative-left ,
.classic-creative-cta .classic-creative-right{
  width: 50%;
}
.classic-creative-cta .inner-text-form{
max-width: 452px;
}
.classic-creative-cta  .classic-creative-label {
 font-family: DM Sans;
font-weight: 400;
font-size: 15px;
line-height: 120%;
letter-spacing: 0%;
color: #FFFFFF;
}
.classic-creative-cta .classic-creative-right{
    display: flex;
    justify-content: flex-end;
}
.classic-creative-cta  .classic-creative-title {
  font-family: DM Sans;
    font-weight: 700;
    font-size: 48px;
    line-height: 110.00000000000001%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFDD00;
    margin: 24px 0 0;
}
.classic-creative-cta .classic-creative-text {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0px;
    color: #FFFFFFB2;
    margin: 0 0 16px;
}
.collab_form{
        position: relative;
}
.collab_form p{
    margin: 0;
}
.collab_form .wpcf7-email{
    background: transparent;
    border: 1px solid #FFFFFF;
    height: 48px;
    border-radius: 32px;
    padding-left: 25px;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -3%;
    color: #fff;
    width: 100%;
    margin: 0;
}
.collab_form .wpcf7-form-control-wrap input::placeholder{
    font-size: 16px;
    color: #FFFFFFB2;
}
.collab_form .wpcf7-form-control-wrap input:focus{
    color: #fff;
}
.collab_form .action_btn{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 48px;
    height: 48px;
}
.collab_form .wpcf7-submit{
    background: url(https://growthstudioz.com/wp-content/uploads/2025/12/ArrowCircleRight.png) no-repeat scroll center center;
    font-size: 0px;
    width: 48px;
    height: 48px;
}
.cc_form form{
    margin: 0;
}
.cc_form .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
@media (max-width: 768px) {
  .classic-creative-cta  .classic-creative-wrapper {
    flex-direction: column;
   padding: 100px 15px;
  }

  .classic-creative-cta .classic-creative-left,
  .classic-creative-cta .classic-creative-right {
    width: 100%;
  }

  .classic-creative-cta .classic-creative-title {
    font-size: 32px;
  }

  .classic-creative-cta .classic-creative-right {
    margin-top: 34px;
  }
  .classic-creative-cta .classic-creative-right{
    justify-content: flex-start;
  }
}
/* ===== classic-creative-cta section CSS End ===== */


/* ===== UX19 Landing page CSS End ===== */



/* ===== Case Studies Page CSS Start ===== */

/* ===== banner-product-sec CSS Start ===== */
.CaseStudiesPage{
    background: #fff; 
}
.banner-product-sec {
    width: 100%;
    overflow: hidden;
}

.banner-sec {
    width: 100%;
    position: relative;
}

.banner-img {
    width: 100%;
    height: auto;
}

.banner-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-desktop {
    display: block;
}

.banner-mobile {
    display: none;
}


.products-list-sec {
    max-width: 1257px;
    margin: 0 auto;
    padding: 50px 15px;
}


 .product-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 23px;
}

 .product-card {
    background-color: #fff;
    border-radius: 32px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 5px 10px 2px #0000000D;
    overflow: hidden;
    padding: 31px 35px 0;
}
.product-card .product-img-d{
    border-radius: 35px;
    overflow: hidden;
}

 .product-card img {
    width: 100%;
    margin-bottom: 31px;
}

 .product-card h3 {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 37.3px;
    line-height: 39.92px;
    letter-spacing: -0.8px;
    color: #000000;
    margin: 0;
    vertical-align: middle;
}

 .product-info-d {
    margin-bottom: 70px;
}

 .product-card p {
    font-family: DM Sans;
    font-weight: 300;
    font-size: 16px;
    line-height: 25.66px;
    letter-spacing: -0.34px;
    vertical-align: middle;
    color: #000000;
    margin: 0 0 20px;
}

.product-card .tags {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.CaseStudiesPage .product-card .tags {
    padding: 0 0 20px;
}
 .tags span {
    background-color: #F1F1F2;
    border-radius: 20px;
    padding: 9px 11px;
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 14.3px;
    line-height: 22.81px;
    letter-spacing: -0.3px;
    vertical-align: middle;
    color: #121212;
    display: inline-block;
    display: flex;
    align-items: center;
}

 .tags span.svgD {
    margin: 0 6px 0 0;
    padding: 0;
}

 .product-card .but-d {
    padding-top: 20px;
}
.CaseStudiesPage .product-card .but-d{
    padding: 0;
}

.product-card .view-project {
    padding: 9px 52px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.16px;
    vertical-align: middle;
    color: #000000;
    border-radius: 8px;
    cursor: pointer;
}


.banner-sec img.banner-desktop{
display: block;
}
.banner-sec img.banner-mobile{
display: none;
}
@media (max-width: 768px) {
.banner-sec img.banner-desktop{
display: none;
}
.banner-sec img.banner-mobile{
display: block;
}
    .products-list-sec {
        padding: 37px 15px;
    }

  .product-card {
        padding: 18px 17px 0;
    }
.product-card .product-img-d{
    border-radius: 24px;
}

 .product-card img {
        margin-bottom: 18px;
    }

  .product-card h3 {
        font-size: 24px;
    }

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

 .product-card .tags {
        padding: 12px 0 16px;
    }

  .product-card .but-d {
        padding-top: 16px;
    }

    .product-info-d {
        margin-bottom: 41px;
    }

    .tags span{
        padding: 7px 11px;
    }
   .tags span.svgD svg {
        width: 14px;
        height: 14px;
        position: relative;
        top: 3px;
    }

  .product-card .but-d {
        text-align: center;
    }

 .product-cards {
        grid-template-columns: repeat(1, 1fr);
    }

    .products-list-sec .banner-desktop {
        display: none;
    }

    .products-list-sec .banner-mobile {
        display: block;
    }

}



/* ===== Banner Product Sec CSS End ===== */
/* ===== Case Studies Page CSS End ===== */