@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=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background-color: #f1f1f1;
  background: #f1f1f1;
  color: #000;
}

.container{
  padding: 0;
}


.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;
    z-index: 99;
}
.template-index header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  height: unset;
  /*padding: 70px 85px 10px; */
    padding:30px;
  background: transparent;
  box-shadow: unset;
    z-index:9;
}
.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;
}
header .close_menu,
header .header__nav-inner{
  display:none;
}
header .header_inner{
  display:flex;
  justify-content: space-between;
}
header .logo__d{
  width: 35%;
}
header .header__nav{
  width: 65%;
}
header .logo__d img{
  max-width:300px;
}
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;
    padding: 5px 20px;
}
header nav ul li > a:hover,
header nav ul li > a:focus{
    background-color: #ff0000;
    color: white !important;
}
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;
    min-width: 275px;
    padding: 10px 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%;
}
header nav ul.sub-menu li a{
    font-size: 15px;
    display: block;
    color: #fff !important;
}
header nav ul.sub-menu li a:hover{
    color: #fff;
}
header nav ul li.current-menu-item a{
    color: #ff0000;
}
@media only screen and (max-width: 1199px) {
    .template-index header{
        padding:15px 20px 10px;
    }
    header{
    padding:15px 20px 10px;
    }
    header .logo__d{
      width:calc(100% - 60px);
    }
    header .logo__d img{
      max-width:210px;
    }
    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;
    }
    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;
    }
    .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;
    }
    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;
    }
}
/* 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;
    }
}
/* footer css end*/


.studioLandingPage .container{
  max-width: 1240px;
  margin: 0 auto;
}
/*  Banner CSS Start  */
.hero-banner {
  position: relative;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("https://growthstudioz.com/wp-content/uploads/2025/08/bannerdes.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-banner:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.5%, rgba(0, 0, 0, 0.2) 100%);
}
.hero-banner .hero-banner__content {
  position: absolute;
  bottom: 22%;
  z-index: 1;
}
.hero-banner .hero-banner__title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: -5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.hero-banner .hero-banner__title span {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: -5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

    .hero-banner .button-icon img{
  width: 88px;
    height: 88px;
    opacity: 1;
}
.blur-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.6); 
  filter: blur(1px); 
  z-index: 2;
}
 
.blur-line--left {
  left: 20%;
}
 
.blur-line--center {
  left: 50%;
  transform: translateX(-50%);
}
 
.blur-line--right {
  right: 20%;
}
/* Responsive Typography */
@media (min-width: 1200px) {
  .hero-banner .hero-banner__title span {
    position: relative;
    top: -11px;
  }
}
@media (max-width: 767px) {
     .blur-line--left {
    left: 10%;
  }
 
  .blur-line--center {
    left: 50%;
    transform: translateX(-50%);
  }
 
  .blur-line--right {
    right: 10%;
  }
  .hero-banner {
    background-image: url("https://growthstudioz.com/wp-content/uploads/2025/08/mob-banner.webp");
  }
  .hero-banner .hero-banner__content {
    bottom: 35%;
    left: 39%;
    transform: translateX(-34%);
  }
  .hero-banner .hero-banner__title {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .hero-banner .hero-banner__title span {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .hero-banner .desktop_img {
    display: none;
  }
  .hero-banner .mob_img {
    display: block;
  }
}

/* Banner CSS end */

/*  Measure_d CSS Start*/
.measure_d {
  padding: 24px 0 40px;
  background-color: #F1F1F1;
}
.measure_d img {
  width: 100%;
  height: auto;
}
.measure_d img.desimg{
display: block;
}
.measure_d img.mobimg{
  display: none;
}

@media screen and (max-width: 768px) {
    .measure_d img.desimg{
display: none;
}
.measure_d img.mobimg{
  display: block;
}
.measure_d{
  padding: 0;
}
}
/* Measure_d CSS End */
/* stats-section CSS Start */
.stats-section {
  background-color: #F1F1F1;
  padding: 40px 0 130px;
  text-align: center;
}

.stats-section .container {
  max-width: 1240px;
  margin: 0 auto;
}

.stats-section .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.stats-section .stat-item__number {
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 45px;
  line-height: 59px;
  text-transform: capitalize;
  color: #838383;
  margin: 0;
}

.stats-section .stat-item__number span {
  font-family: Noto Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  vertical-align: super;
  color: #525252;
  margin-left: 10px;
  position: relative;
  top: -9px;
}

.stats-section .stat-item__label {
  margin-top: 10px;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #525252;
}

/* Responsive layout */
@media screen and (max-width: 768px) {
  .stats-section {
    padding: 24px 25px;
  }
  .stats-section .stat-item__number {
    font-size: 24px;
  }
  .stats-section .stat-item__label {
    font-size: 16px;
    margin-top: 0;
  }
  .stats-section .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media screen and (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item__number {
    font-size: 2rem;
  }
}

/* stats-section CSS  End */
/* studio-section CSS Start  */
.studio-section {
  padding: 30px 100px 89px;
  background-color: #F1F1F1;
}
/* .studio-section  .container{
  max-width: 1240px;
  margin: 0 auto;
} */
.studio-section .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.studio-section .left-text {
  font-size: 12px;
  line-height: 1.4;
}
.studio-section .upper_div {
  margin-bottom: 33px;
}
.studio-section .DesWithtesTimonial {
  max-width: 656px;
  display: flex;
  gap: 56px;
  margin-bottom: 86px;
  justify-content: space-between;
}
.studio-section .left-text .highlight {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1.08px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #f58b14;
  margin-bottom: 2px;
}

.studio-section .left-text .subtext {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: #525252;
}

.studio-section .right-text {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: -2px;
  margin-right: 316px;
  color: #111112;
}
.studio-section .right-text span {
  position: relative;
  top: -49px;
  margin-right: 50px;
}
.studio-section .right-text span svg {
  width: 34px;
  height: 28px;
  opacity: 0.25;
}
.studio-section .main-quote {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: -2px;
  vertical-align: middle;
  color: #525252;
}
.studio-section .main-quote .mob {
  display: none;
}
.studio-section .main-quote span {
  color: #838383;
}
/* .studio-section .upper_div {
  max-width: 1240px;
  margin: 0 auto;
} */

.studio-section .left-content .tagline {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1.08px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #f58b14;
  margin-bottom: 2px;
}
.studio-section .content-grid {
  /* display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  gap: 40px;
  display: flex;
  justify-content: space-between;
}
.studio-section .content-grid .left-content,
.studio-section .content-grid .right-content {
  width: 50%;
}
.studio-section .left-content h1 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 600;
  color: #eaeaea;
}

.studio-section .left-content .DesWithtesTimonial .description {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #11111299;
  max-width: 288px;
}
.studio-section .left-content .DesWithtesTimonial .testimonial-text .textdata {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: #11111299;
  margin-bottom: 10px;
}
.studio-section .left-content .DesWithtesTimonial .customer-name {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.52px;
  vertical-align: middle;
  color: #111112;
}
.studio-section .testimonial {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 312px;
}

.studio-section .testimonial .avatar {
  width: 46px;
  height: 46px;
  opacity: 1;
  border-radius: 46px;
}

.studio-section .testimonial-text .rating {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.52px;
  vertical-align: middle;
  color: #111112;
  margin-bottom: 10px;
}
.studio-section .testimonial-text .rating span {
  color: #11111299;
}
.studio-section .testimonial-text .rating svg {
  margin-left: 10px;
  width: 75px;
  height: auto;
  opacity: 1;
}

.studio-section .right-content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
}

.studio-section .card {
  background: #fff;
  color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 325px;
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.studio-section .card-img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.studio-section .card-text {
  padding: 0 20px 20px 20px;
}

.studio-section .card-text .badge {
  display: flex;
  margin-bottom: 10px;
  position: absolute;
  top: 24px;
  display: flex;
  color: #000;
  background: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 3px;
  border-radius: 50px;
}
.studio-section .card-text .badge img {
  background: #000;
  width: 32px;
  height: 32px;
  opacity: 1;
  border-radius: 32px;
}
.studio-section .card-text h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1.1px;
  vertical-align: middle;
  color: #111112;
  padding: 27px 0 10px;
}
.studio-section .card-text .bookicon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.studio-section .card-text .bookicon p {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.6px;
  vertical-align: middle;
  color: #11111299;
  max-width: 158px;
  margin: 0 0 10px;
}
.studio-section .card-text p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 18.2px;
  letter-spacing: -0.52px;
  vertical-align: middle;
  color: #111112;
  margin: 8px;
}

.studio-section .arrow-link {
  font-size: 20px;
  text-decoration: none;
  color: orange;
}

.studio-section .image-box img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

/* CTA Button */
.studio-section .cta {
  /* margin-top: 140px; */
  /*padding-right: 80px;*/
}

.studio-section .cta-button {
  text-decoration: none;
  width: 259px;
  height: 54px;
  opacity: 1;
  padding: 15px 38px;
  border-radius: 8px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  background-color: #f58b14;
  color: #ffffff;
}
.studio-section .cta-button span {
  margin-left: 18px;
}
.studio-section .cta-button:hover {
  background: #ffa500;
}
.studio-section .main-quote.mob {
  display: none;
}
.studio-section .main-quote.des {
  display: block;
}
@media (max-width: 768px) {
  .studio-section {
    padding: 30px 24px 40px;
  }
  .studio-section .right-text {
    display: none;
  }
  .studio-section .top-bar {
    display: block;
    margin-bottom: 34px;
  }
  .studio-section .main-quote {
    font-size: 36px;
  }

  .studio-section .main-quote.mob {
    display: block;
    font-family: DM Sans;
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: -2px;
  }
  .studio-section .main-quote.mob span {
    color: #111112;
  }
  .studio-section .upper_div {
    margin-bottom: 21px;
  }
  .studio-section .main-quote.mob svg {
    width: 26px;
    height: 22px;
    opacity: 0.15;
  }
  .studio-section .main-quote.des {
    display: none;
  }
  .studio-section .left-text .highlight {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1.08px;
    margin-bottom: 0;
  }
  .studio-section .left-text .subtext {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.8px;
  }
  .studio-section .content-grid,
  .studio-section .DesWithtesTimonial {
    display: block;
  }
  .studio-section .content-grid .left-content,
  .studio-section .content-grid .right-content {
    width: 100%;
  }
  .studio-section .DesWithtesTimonial {
    margin-bottom: 29px;
  }
  .studio-section .info_with_imgD {
    display: grid;
  }
  .studio-section .DesWithtesTimonial {
    order: 2;
  }
  .studio-section .info_with_imgD .image-box {
    order: 1;
    margin-bottom: 56px;
  }
  .studio-section .left-content .DesWithtesTimonial .description {
    font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -1px;
    color: #11111299;
    margin-bottom: 32px;
  }
  .studio-section .right-content {
    border-radius: 8px;
  }
  .studio-section .card {
    max-width: unset;
    border-radius: 8px;
  }
  .studio-section .card-img {
    border-radius: 18px;
    padding: 9px 9px 14px;
  }
  .studio-section .card-text h3 {
    padding: 9px 0 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -1.1px;
  }
  .studio-section .card-text .bookicon p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.6px;
    max-width: 209px;
    margin: 0px 0 20px;
  }
  .studio-section .card-text {
    padding: 0 20px 20px 26px;
  }
  .studio-section .cta {
    margin-top: 50px;
    padding-right: 0%;
    width: 100%;
  }
  .studio-section .cta-button {
    font-size: 16px;
  }
}
/* studio-section CSS Start */
/* offer-section CSS Start */

.offer-section {
  padding: 200px 100px 70px;
  background: url("https://growthstudioz.com/wp-content/uploads/2025/08/Black-and-white-close-up-photoshoot-with-young-woman.webp");
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  width: 100%;
  height: auto;
}
.offer-section .title h2 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 82px;
  line-height: 78.72px;
  margin-bottom: 80px;
  vertical-align: middle;
  color: #ffffff;
}

.offer-section .offer-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 65px;
  align-items: start;
}

.offer-section .offer-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.offer-section .offer-text p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 31.2px;
  letter-spacing: -1.3px;
  max-width: 491px;
  color: #ffffff99;
}

.offer-section .call-button {
  text-decoration: none;
  transition: all 0.3s ease;
  width: 259px;
  height: 54px;
  opacity: 1;
  padding: 15px 38px;
  border-radius: 8px;
  border-width: 1px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-section .call-button a {
  color: #fff;
}
.offer-section .call-button:hover {
  background: #fff;
  color: #000;
}
.offer-section .call-button span {
  margin-left: 18px;
}
.offer-section .call-button span svg {
  width: 13px;
  height: 13.000012397766113px;
  opacity: 1;
}
.offer-section .services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.offer-section .service-item {
  /* background: rgba(255, 255, 255, 0.03); */
  /* max-width:342px; */
  border-bottom: 1px solid #80808073;
  padding: 30px;
  position: relative;
}
.offer-section .service-item .icon {
  margin-bottom: 26px;
}

.offer-section .icon img {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  object-fit: cover;
}

.offer-section .service-info h4 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1.1px;
  vertical-align: middle;
  color: #ffffff;
  margin-bottom: 8px;
}

.offer-section .service-info p {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.6px;
  color: #ffffff99;
}

.offer-section .service-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: #ffffff99;
}
.offer-section .item-1 {
  grid-column: 1 / span 2;
}

.offer-section .item-2 {
  grid-column: 1;
}

.offer-section .item-4 {
  grid-column: 2;
}

.offer-section .item-3 {
  grid-column: 1;
}

.offer-section .item-5 {
  grid-column: 2;
}

.offer-section .item-6 {
  grid-column: 2;
}
@media (max-width: 768px) {
  .offer-section {
    padding: 80px 26px;
    background: #000;
  }
  .offer-section .services-grid {
    grid-template-columns: 1fr;
  }

  .offer-section .item-1,
  .offer-section .item-2,
  .offer-section .item-3,
  .offer-section .item-4,
  .offer-section .item-5,
  .offer-section .item-6 {
    grid-column: auto;
  }

  .offer-section .title h2 {
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2px;
    margin-bottom: 19px;
  }
  .offer-section .offer-container {
    display: block;
  }
  .offer-section .offer-text {
    align-items: self-start;
    justify-content: space-between;
  }
  .offer-section .offer-text p {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.9px;
    margin-bottom: 39px;
  }
  .offer-section .call-button {
    padding: 15px 38px;
    width: 231px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .offer-section .service-item .icon {
    margin-bottom: 0;
  }
  .offer-section .service-info h4 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
  }
  .offer-section .service-item {
    padding: 30px 0;
    display: flex;
    gap: 24px;
  }
  .offer-section .service-info p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.6px;
    max-width: 217px;
  }
  .offer-section .service-number {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.6px;
    right: 0;
  }
}

/*  offer-section CSS ENd */
/*  portfolio-section CSS Start */

.portfolio-section {
  background: #f1f1f1;
  padding: 56px 100px 66px;
}

.portfolio-section .upperline {
  border-top: 1px solid #000;
}

.portfolio-section .upperline .text_number {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.portfolio-section .upperline .text_number p {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.56px;
  vertical-align: middle;
  color: #111112;
}

.portfolio-section .portfolio-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 94px;
}

.portfolio-section .portfolio-header h1 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 80px;
  line-height: 74px;
  letter-spacing: -5px;
  color: #111112;
}

.portfolio-section .portfolio-header h1 span {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Italic;
}

.portfolio-section .portfolio-header .right {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 24px;
  line-height: 31.2px;
  letter-spacing: -1.3px;
  color: #11111299;
  max-width: 302px;
}

.portfolio-section .portfolio-grid {
  display: flex;
  flex-wrap: wrap;
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
  gap: 60px;
  margin-bottom: 56px;
  justify-content: space-between;
}

.portfolio-section .portfolio-card {
  width: 46%;
  border-radius: 20px;
  transition: transform 0.3s;
}
.portfolio-section .portfolio-card .img_d{
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-section .portfolio-card:hover {
  transform: translateY(-4px);
}

.portfolio-section .portfolio-card img {
  width: 100%;
  height: auto;
  display: block;
}

.portfolio-section .card-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 24px;
}

.portfolio-section .card-info h3 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -1px;
  vertical-align: middle;
  color: #111112;
}

.portfolio-section .card-info p {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  color: #11111299;
}

.portfolio-section .card-info .date {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: right;
  vertical-align: middle;
  color: #1111124d;
}

.portfolio-section .load-more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio-section .btn-load-more {
  width: 224px;
  height: 54px;
  opacity: 1;
  border-radius: 8px;
  padding: 15px 38px;
  gap: 18px;
  background: #f58b14;
  font-family: DM Sans;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.portfolio-section .btn-load-more svg {
  width: 13px;
  height: 13px;
}

.portfolio-section .btn-load-more:hover {
  background: #e67e00;
}

@media (max-width: 768px) {
  .portfolio-section {
    padding: 32px 26px 84px;
  }

  .portfolio-section .portfolio-card {
    width: 100%;
  }

  .portfolio-section .portfolio-header h1 {
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2.52px;
  }

  .portfolio-section .portfolio-header .right {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.9px;
    margin-top: 20px;
  }

  .portfolio-section .portfolio-header {
    margin-top: 49px;
    margin-bottom: 20px;
  }

  .portfolio-section .portfolio-grid {
    gap: 36px;
    margin-bottom: 18px;
  }

  .portfolio-section .card-info h3 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.68px;
  }

  .portfolio-section .card-info p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.6px;
    margin-top: 10px;
  }

  .portfolio-section .card-info .date {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: -1.26px;
  }

  .portfolio-section .card-info {
    padding-top: 28px;
  }

  .portfolio-section .load-more {
    justify-content: left;
  }

  .portfolio-section .btn-load-more {
    width: 193px;
    height: 43px;
    font-size: 16px;
    line-height: 24px;
  }
}

/*  portfolio-section CSS End */
/* Brand Logos Section CSS Start */
.brand-logos-section {
  padding: 0 100px 112px;
  background-color: #f1f1f1;
}

.brand-logos-section .container {
  max-width: 967px;
  margin: 0 auto;
  padding-top: 40px;
}

/* Swiper styles for desktop */
.brand-logos-swiper.mob {
  display: block;
}

.brand-logos-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.brand-logos-swiper .swiper-slide {
  max-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-item .logo-img {
  max-width: 100%;
  height: auto;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

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

/* Mobile grid layout */
.mobile-grid {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.mobile-grid .logo-item {
  flex: 1 1 27%;
  max-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .brand-logos-section {
    padding: 0 26px 43px;
  }

  .brand-logos-section .container {
    padding-top: 0;
  }

  .brand-logos-swiper.mob {
    display: none;
  }

  .mobile-grid {
    display: flex;
  }
  .mobile-grid .logo-item {
    flex: 1 1 27%;
    max-width: 30%;
  }
}

@media (max-width: 480px) {
  .mobile-grid .logo-item {
    flex: 1 1 27%;
    max-width: 30%;
  }
}
/* Brand Logos Section CSS End */

/* Contact Form Section CSS Start */
.contact-form-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-section .form-row {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.contact-form-section .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.contact-form-section select {
  width: 100%;
  height: 56px;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  font-family: DM Sans;
  font-size: 14px;
  color: #999999;
}

.contact-form-section .full-width {
  width: 100%;
}

.contact-form-section {
  background-color: #f1f1f1;
  padding: 0 100px 132px;
}

.contact-form-section .main_title {
  text-align: center;
  margin-bottom: 48px;
}

.contact-form-section .main_title h1 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 65px;
  line-height: 78.7px;
  letter-spacing: -2%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.contact-form-section .main_title .italic_text {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Italic;
  color: #000000;
}

.contact-form-section .container {
  max-width: 726px;
  margin: 0 auto;
}

.contact-form-section .contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-form-section .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form-section label {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 14.4px;
  vertical-align: middle;
  margin-bottom: 10px;
  color: #999999;
}

.contact-form-section textarea {
  height: 120px !important;
}

.contact-form-section input,
.contact-form-section textarea {
  width: 726px;
  height: 56px;
  opacity: 1;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background: #fff;
}

.contact-form-section input::placeholder,
.contact-form-section textarea::placeholder {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #999999;
}

.contact-form-section .form-group br{
  display: none;
}
.contact-form-section .submit-btn {
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;

  width: 354px;
  height: 40px;
  opacity: 1;
  border-radius: 6px;
  padding: 4px 20px;
  gap: 10px;
  background: #f58b14;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #ffffff;
  box-shadow: 0px 1px 3px 0px #df571d;
}

.contact-form-section .btn {
  text-align: center;
}

.contact-form-section .submit-btn:hover {
  background: linear-gradient(to right, #f76b1c, #f7931e);
}

.contact-form-section .submit-btn svg {
  position: relative;
  top: 5px;
}

@media (max-width: 768px) {
  .contact-form-section {
    padding: 0 24px;
  }

  .contact-form-section .main_title {
    margin-bottom: 32px;
    max-width: 342px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-section .main_title h1 {
    font-size: 36px;
    line-height: 100%;
  }

  .contact-form-section .form-group {
    display: block;
    gap: 10px;
    display: grid;
  }

  .contact-form-section .submit-btn {
    width: 100%;
  }
  .contact-form-section .form-row {
    flex-direction: column;
    gap: 16px;
  }

  .contact-form-section input,
  .contact-form-section textarea,
  .contact-form-section select {
    height: 40px;
    width: 100%;
  }
  .contact-form-section label{
    margin-bottom: 0;
  }
}

/* Contact Form Section CSS End */
/* richtext Section CSS Start */
.richtext {
  padding: 0 100px;
  background-color: #f1f1f1;
}

.richtext .content {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 33px;
}

.richtext .content h1 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: -2px;
  text-align: center;
  color: #111112;
  margin-bottom: 56px;
}

.richtext .content h1 span {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: Italic;
}

.richtext .content p {
  font-family: Inter;
  font-weight: 500;
  font-size: 26px;
  line-height: 31.2px;
  letter-spacing: -1.3px;
  text-align: center;
  color: #11111299;
}
.richtext .content .textmob{
    display: none;
}
.richtext .content .textdes{
    display: block;
}
@media (max-width: 768px) {
  .richtext {
    padding: 40px 26px 46px;
  }

  .richtext .content h1 {
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2.52px;
    margin-bottom: 20px;
  }

  .richtext .content p {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.9px;
  }
  .richtext .content .textmob{
    display: block;
}
.richtext .content .textdes{
    display: none;
}
.richtext .content h1.m-0{
  margin-bottom: 0;
}
}

/* richtext Section CSS End */
/* photo-stat-section css start */
.photo-stat-section {
  padding: 0 100px;
  margin-top: 134px;
}
.photo-stat-section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
}

.photo-stat-section .photo-stat-section {
  width: 100%;
}

.photo-stat-section .photo-left {
  width: 50%;
  border-radius: 20px;
  /* flex: 1 1 40%; */
  position: relative;
  /* width: 596px; */
  height: 470px;
  background: #fff url(https://growthstudioz.com/wp-content/uploads/2025/08/dot.png) no-repeat scroll center center;
  background-size: cover;
  max-width: 596px;
}

.photo-stat-section .polaroids {
  position: relative;
  height: 250px;
  width: 424.6099853515625px;
  height: 427.5px;
  top: -95px;
  left: 153px;
  opacity: 1;
}

.photo-stat-section .polaroid {
  position: absolute;
  width: 120px;
  height: auto;

  border-radius: 4px;
  transform: rotate(-8deg);
}

.photo-stat-section .pol1 {
  width: 100%;
  z-index: 1;
}

.photo-stat-section .pol2 {
  top: 20px;
  left: 80px;
  z-index: 2;
  transform: rotate(4deg);
}

.photo-stat-section .pol3 {
  top: 40px;
  left: 140px;
  z-index: 3;
  transform: rotate(-3deg);
}

.photo-stat-section .photo-count {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.photo-stat-section .photo-count h2 {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 65px;
  line-height: 72.96px;
  letter-spacing: -5px;
  vertical-align: middle;
  color: #111112;
}

.photo-stat-section .photo-count h2 span {
  font-family: Inter;
  font-weight: 500;
  font-size: 43px;
  line-height: 17.2px;
  letter-spacing: -3.01px;
  vertical-align: middle;
  position: relative;
  top: -40px;
  left: 23px;
  color: #111112;
}

.photo-stat-section .photo-count p {
  margin-top: 8px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.8px;
 color: #11111299;
}

/* Right Side */
.photo-stat-section .photo-right {
  width: 616px;
  height: 475px;
  /* flex: 1 1 50%; */
  position: relative;
  max-width: 600px;
  border-radius: 20px;
  /* width: 50%; */
  opacity: 1;
}

.photo-stat-section .photo-grid::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 26.43%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
      border-radius: 20px;

  /* grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 90px;
  gap: 4px;
  overflow: hidden; */
}
.photo-stat-section .photo-grid {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.photo-stat-section .photo-grid img.desimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
      border-radius: 20px;
}
.photo-stat-section .photo-grid img.mobimg {
  display: none;
}
.photo-stat-section .photo-overlay-text {
  position: absolute;
  max-width: 497px;
  height: 145px;
  top: 280px;
  left: 50px;
  opacity: 1;
  z-index: 1;
  bottom: 50px;
}
.photo-stat-section .photo-overlay-text p {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 26px;
  line-height: 31.2px;
  letter-spacing: -1.3px;
  vertical-align: middle;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .photo-stat-section {
    margin-top: 0;
    padding: 0 24px;
  }
  .photo-stat-section .container {
    display: block;
  }
  .photo-stat-section .polaroids {
    max-width: 300px;
    height: 204.58999633789062px;
    left: 6px;
    top: -58px;
  }

  .photo-stat-section .photo-left,
  .photo-stat-section .photo-right {
    width: 100%;
    /* width: 342px; */
    height: 330px;
    opacity: 1;
    border-radius: 12px;
    padding: 30px;
    padding: 0;
  }
  .photo-stat-section .photo-right {
    height: 475px;
  }
  .photo-stat-section .photo-left {
    margin-bottom: 20px;
  }
  .photo-stat-section .photo-count {
    text-align: center;
    left: 16%;
  }

  .photo-stat-section .photo-count h2 {
    font-size: 46px;
    line-height: 44.16px;
    letter-spacing: -3.22px;
  }
  .photo-stat-section .photo-count p {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.7px;
    color: #11111299;
  }
  .photo-stat-section .photo-count h2 span {
    font-size: 30px;
    line-height: 12px;
    letter-spacing: -2.1px;
    top: -30px;
    left: 0px;
  }
  .photo-stat-section .photo-overlay-text {
    width: 282px;
    height: 123px;
    left: 30px;
    top: 301px;
  }
  .photo-stat-section .photo-overlay-text p {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.9px;
  }

  .photo-stat-section .photo-grid {
    border-radius: 12px;
  }
  .photo-stat-section .photo-grid img.desimg {
    display: none;
  }
  .photo-stat-section .photo-grid img.mobimg {
    display: block;
    width: 100%;
    /* width: 341px; */
    height: 430px;
  }
}

/* photo-stat-section css end */

/*************** custom-grid-section CSS Start  *****************/

.custom-grid-section {
  padding: 60px 100px;
}

.custom-grid {
    max-width: 1240px;
    margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  gap: 20px;
}

.grid-item {
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.grid-item img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}

.grid-item h2 {
  font-size: 32px;
  margin: 0;
  color: #f7931e;
}

.grid-item p {
  font-size: 14px;
  color: #333;
}

.client-avatars {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.client-avatars img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.col3-top {
  grid-column: 3;
  grid-row: 1;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.col3-top-nested {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.nested-box {
  border-radius: 16px;
  padding: 16px;
}

/* Place remaining items manually */
.item-ring { grid-column: 1; grid-row: 1; }
.item-clients { grid-column: 1; grid-row: 2; }

.item-hands { grid-column: 2; grid-row: 1; }
.item-closeup { grid-column: 2; grid-row: 2; }

.item-camera { grid-column: 3; grid-row: 2; }
.item-turnaround { grid-column: 3; grid-row: 3; }

/* Responsive */
@media (max-width: 992px) {
  .custom-grid {
    grid-template-columns: 1fr;
  }

  .col3-top-nested {
    grid-template-columns: 1fr;
  }

  .grid-item, .nested-box {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

/*************** custom-grid-section CSS End  *****************/
/*************** collage-section CSS End  *****************/
.collage-section{
    padding: 60px 100px;
}
.collage-section .container{
    display: flex;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    gap: 14px;
}
.collage-section .container img{
    width: 100%;
    border-radius: 20px;
}
.collage-section .container .cutomer_d{
  width: 374px;
    height: 227px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    padding: 20px;
    align-items: center;

}
.collage-section .container .cutomer_d h2{
    font-family: DM Sans;
    font-weight: 500;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -2px;
    color: #111112;
}
.collage-section .container .cutomer_d h2 span{
    position: relative;
    top: -22px;
}
.collage-section .container .cutomer_d  .img_name h2{
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.64px;
    color: #11111299;
}
.collage-section .container .knob{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.collage-section .container .img_name{
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.collage-section .container .img_name img{
        width: 100px;
}
.collage-section .container .ring{
    margin-bottom: 18px;
}
.collage-section .container .ring .img{
        position: relative;
}
.collage-section .container .ring .img p{
    position: absolute;
    bottom: 40px;
    text-align: center;
    font-family: DM Sans;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: -1.3px;
text-align: center;
color: #FFFFFFCC;
}
/*************** collage-section CSS End  *****************/
/*************** how-it-works  Section CSS Start  *****************/
.how-it-works {
  background: #0f0f0f;
  color: #fff;
  padding: 188px 108px 130px 134px;
  position: relative;
  background-image: url("https://growthstudioz.com/wp-content/uploads/2025/08/Section-Services.webp"); 
  background-size: cover;
  background-position: center;
}

/* .how-it-works .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.how-it-works .left-content {
  max-width: 640px;
}
.how-it-works .data_D{
        display: flex;
    justify-content: flex-end;
}
.how-it-works .left-content h2 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: -5px;
  margin-bottom: 80px;
  vertical-align: middle;
  color: #ffffff;
}

.how-it-works .left-content p {
  font-family: Inter;
  font-weight: 500;
  font-size: 26px;
  line-height: 31.2px;
  letter-spacing: -1.3px;
  color: #ffffff99;
}

.how-it-works .grid-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "step1 step1"
    "step2 step4"
    "step3 step5";
}

.how-it-works .step1 {
  grid-area: step1;
}
.how-it-works .step2 {
  grid-area: step2;
}
.how-it-works .step3 {
  grid-area: step3;
}
.how-it-works .step4 {
  grid-area: step4;
}
.how-it-works .step5 {
  grid-area: step5;
}

.how-it-works .step {
  position: relative;
  /* background: rgba(255, 255, 255, 0.05); */
  max-width: 342px;
  padding: 30px 10px 17px 11px;
  /* backdrop-filter: blur(2px); */
  border-bottom: 1px solid #80808073;
}

.how-it-works .step .icon-step-num .icon svg {
  width: 60px;
  height: 61px;
}
.how-it-works .step-num {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.8px;
  color: #ffffff99;
  display: block;
  margin-bottom: 10px;
}

.how-it-works .step h3 {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1.1px;
  color: #ffffff;
  margin-bottom: 8px;
}

.how-it-works .step p {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.6px;
  max-width: 214px;
  color: #ffffff99;
}

.how-it-works .cta {
  text-align: right;
  display: flex;
  align-items: end;
  justify-content: end;
}

.how-it-works .btn {
  width: 259px;
  height: 54px;
  border-radius: 8px;
  opacity: 1;
  padding: 15px 38px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.how-it-works .num_d {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* .how-it-works .btn:hover {
  background: #fff;
  color: #000;
} */
.how-it-works .cta.cta_mob {
  display: none;
}
@media (max-width: 768px) {
  .how-it-works {
    padding: 80px 26px;
  }
  .how-it-works .left-content h2 {
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2px;
    margin-bottom: 19px;
  }
  .how-it-works .left-content p {
    font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.9px;
  }
  .how-it-works .num_d {
    position: absolute;
    top: 35px;
    right: 0px;
  }
  .how-it-works .step {
    padding: 30px 0;
    display: flex;
    gap: 19px;
  }
  .how-it-works .grid-steps {
    display: flex;
    flex-direction: column;
  }

  .how-it-works .step h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.9px;
    margin-bottom: 8px;
  }
  .how-it-works .step p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.6px;
  }
  .how-it-works .step-num {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: -0.7px;
  }
  .how-it-works .step1 {
    order: 1;
  }
  .how-it-works .step2 {
    order: 2;
  }
  .how-it-works .step4 {
    order: 4;
  }
  .how-it-works .step3 {
    order: 3;
  }
  .how-it-works .step5 {
    order: 5;
  }
  .how-it-works .cta.cta_mob {
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .how-it-works .cta.cta_mob .btn {
    border: #fff;
    border-bottom: 2px solid #ffffff;
    width: 157px;
    border-radius: 0;
    text-align: start;
    padding: 0 0 11px 0;
    justify-content: space-between;
    font-family: Inter;
    font-weight: 600;
    font-size: 17px;
    line-height: 27.2px;
    letter-spacing: -0.85px;
  }
  .how-it-works .cta {
    margin-top: 43px;
    justify-content: start;
  }
  .how-it-works .btn {
    width: 196px;
    height: 42px;
    gap: 0;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
/*************** how-it-works  Section CSS End  *****************/
/********************** Testimonial Section CSS Start  *****************/
    .testimonial-section {
          padding: 40px 100px 160px;
          background: #ffffff;
    }
      

    .testimonial-section .testimonial-container {
       max-width: 1240px;
      margin: 0 auto;
      margin-top: 130px !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
    }

     .testimonial-section .upperline{
      border-top: 0.7px solid #a2a2a2;
     }
      .testimonial-section .upperline .text_number{
            display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px !important;
    
max-width: 1240px;
margin: 0 auto;
      }
       .testimonial-section .upperline .text_number p{
        font-family: DM Sans;
font-weight: 600;
font-size: 14px;
line-height: 22px;
letter-spacing: -0.56px;
color: #111112;

       }
    /* Left Info */
    .testimonial-section .testimonial-info {
         width: 35%;
    }
 

   

    .testimonial-section .testimonial-description {
      font-family: DM Sans;
font-weight: 500;
font-size: 20px;
line-height: 31.2px;
letter-spacing: -1.3px;
color: #11111299;

    }

   .testimonial-section .testimonial-nav {
      display: flex;
      gap: 10px;
    }
    .testimonial-section .testimonial-info .des_nav{
      width: 257px;
    height: 664px;
    /* height: 100%; */
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    }

   .testimonial-section .nav-button {
     
      border: none;
      border-radius: 50%;
      cursor: pointer;
    }

  .testimonial-section .nav-button svg{
    width: 60px;
    height: 60px;
    opacity: 1;
  }

    /* Right Side */
   .testimonial-section .testimonial-wrapper {
         width: 65%;
      position: relative;
          display: flex
;
width: 707px;
    height: 664px;
    }
    .testimonial-section .testimonial-wrapper .svgicon {
      margin-right: 46px;
    }
.testimonial-section .testimonial-wrapper .svgicon svg{
  width: 69px;
    height: 57px;
    opacity: 1;
}
   .testimonial-section .testimonial-content {
      display: none;
      animation: fadeIn 0.4s ease-in-out;
      max-width: 656px;
    }

   .testimonial-section .testimonial-content.active {
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

   .testimonial-section .quote-icon {
      font-size: 60px;
      color: #eee;
      position: absolute;
      top: -20px;
      left: -20px;
      z-index: 0;
    }

    .testimonial-section .testimonial-heading {
      font-family: Inter;
font-weight: 500;
font-size: 60px;
line-height: 78.72px;
/* letter-spacing: -5.74px; */
    letter-spacing: -1.74px;
vertical-align: middle;

      position: relative;
      z-index: 1;
      color: #111112;
      margin-bottom: 40px;
    }

   .testimonial-section  .testimonial-subtext {
     font-family: Inter;
font-weight: 500;
font-size: 24px;
line-height: 31.2px;
letter-spacing: -1.3px;
margin-bottom: 100px;
color: #11111266;

    }

    .testimonial-section .testimonial-author {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px;
      width: 199.25px;
    height: 58px;
    }

    .testimonial-section .author-image {
      width:58px;
      height: 58px;
      border-radius: 50%;
      object-fit: cover;
      opacity: 1;
    }

   .testimonial-section  .author-details {
      display: flex;
      flex-direction: column;
    }

   .testimonial-section .rating {
        font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.52px;
    color: #111112;
    display: flex
;
    align-items: center;
    }
    .testimonial-section .rating  svg{
      width: 75px;
    height: 16px;
    margin-left: 10px;
    }
  .testimonial-section .rating span{
  color: #11111299;
  }
   .testimonial-section .author-name {
     font-family: Inter;
    font-weight: 600;
    font-size: 13px;
    line-height: 18.2px;
    letter-spacing: -0.52px;
    margin-top: 7px;
    color: #11111266;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .testimonial-section{
        padding: 24px;
      }
      .testimonial-section .testimonial-container {
        flex-direction: column;
        margin-top: 50px !important;
        gap: 40px;
      }
      .testimonial-section .testimonial-wrapper .svgicon svg{
        width: 49px;
    height: 40px;
      }
.testimonial-section .testimonial-wrapper,
.testimonial-section .testimonial-info,
.testimonial-section .testimonial-info .des_nav{
  width: 100%;
}
.testimonial-section .testimonial-info .des_nav{
    height: 165px;
}
.testimonial-section .testimonial-nav{
      gap: 72px;
}
.testimonial-section .testimonial-description{
  font-size: 18px;
    line-height: 21.6px;
    letter-spacing: -0.9px;
}
      .testimonial-section .testimonial-heading {
        font-family: DM Sans;
font-size: 34px;
line-height: 34px;
letter-spacing: -2.38px;
margin-bottom: 30px;

      }
    .testimonial-section .testimonial-subtext  {
   
font-size: 18px;
line-height: 21.6px;
letter-spacing: -0.9px;
    margin-bottom: 30px;

      }
      .testimonial-section .rating{
        font-size: 12px;
        line-height: 16px;
      }
      .testimonial-section .author-name{
        font-size: 12px;
    line-height: 17.2px;
    letter-spacing: -0.52px;
        margin-top: 5px;
      }
      .testimonial-section .testimonial-wrapper .svgicon {
    margin-right: 30px;
}
.testimonial-section .testimonial-wrapper{
  height: 100%;
}

    }

/********************** Testimonial Section CSS End  *****************/
/* fAQ Section CSS Start */

.faq-section {
  background: #f6f6f6;
  padding: 109px 100px 160px;
}

.faq-section .container .upperline {
  border-top: 0.7px solid #a2a2a2;
}
.faq-section .container .upperline .text_number {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-section .container .upperline .text_number p {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.56px;
  vertical-align: middle;
  color: #111112;
}
.faq-section .container .textwithfaq {
  display: flex;
  flex-wrap: wrap;
  margin-top: 63px;
}

.faq-section .faq-info .brand-logo .logoimg {
  width: 140.18157958984375px;
  height: 47px;
  margin-bottom: 61px;
}
.faq-section .faq-info .button{
  background: transparent;
}
.faq-section .faq-info .button:hover,
.faq-section .faq-info .button:focus{
  background: transparent;
}
.faq-section .faq-info {
  width: 40%;
  margin-top: 79px;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.faq-section .faq-content {
  width: 60%;
}
.faq-section .faq-info .inner_d {
  max-width: 314px;
}

.faq-section .faq-info h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1.1px;
  margin-bottom: 18px;
}

.faq-section .faq-info p {
  font-family: Inter;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
  color: #11111299;
}

.faq-section .btn {
  background: #f58b14;
  color: #ffffff;
  padding: 15px 38px;
  border-radius: 8px;
  text-decoration: none;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 259px;
  height: 54px;
}

.faq-section .faq-content {
  flex: 2;
}

.faq-section .faq-content h2 {
  font-family: Inter;
  font-weight: 500;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: -5.74px;
  color: #111112;
  margin-bottom: 60px;
}

.faq-section .faq-item {
  border-bottom: 1px solid #ccc;
}

.faq-section .faq-question {
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 39px 0;
  cursor: pointer;
}
.faq-section .faq-question .text {
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -1.1px;
  color: #111112;
}
.faq-section .faq-question .icon-wrapper {
  transition: transform 0.3s ease;
}

.faq-section .faq-item.open .faq-question .icon-wrapper {
  transform: rotate(45deg);
}

.faq-section .faq-answer {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.8px;
  vertical-align: middle;
  color: #11111299;
  display: none;
  margin-bottom: 10px;
}

.faq-section .faq-item.open .faq-answer {
  display: block;
}
@media (max-width: 768px) {
  .faq-section{
    padding: 0px 24px 35px;
  }
  .faq-section .container {
    flex-direction: column;
  }
  .faq-section .faq-content,
  .faq-section .faq-info{
    width: 100%;
  }
  .faq-section .container .textwithfaq{
    margin-top: 40px;
  }
  .faq-section .faq-info{
    margin-top: 0;
    margin-bottom: 60px;
  }
  .faq-section .faq-info .brand-logo .logoimg{
        margin-bottom: 40px;
  }
  .faq-section .faq-info h3{
    margin-bottom: 12px;
  }
  .faq-section .container .upperline .text_number p{
    color: #A2A2A2;
  }
  .faq-section .faq-info p{
font-size: 16px;
line-height: 22.4px;
    letter-spacing: -0.8px;
    margin-bottom: 29px;
  }
  .faq-section .btn{
        color: #111112;
    border-bottom: 2px solid #111112;
    border-radius: 0;
    width: 180px;
    height: 38.341835021972656px;
    opacity: 1;
    line-height: 27px;
    border-bottom-width: 2px;
    font-size: 17px;
    background: unset;
    padding: 0;
  }
  .faq-section .faq-content  svg{
    width: 42px;
    height: 42px;
  }
  .faq-section .btn svg path{
    fill:#111112; 
  }
  .faq-section .faq-content h2{
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2px;
        margin-bottom: 20px;
  }
  .faq-section .faq-question{
        padding: 27px 0;
  }
  .faq-section .faq-question .text{
    font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.9px;
  }
  .faq-section .faq-answer{
    font-size: 14px;
    line-height: 19.6px;
  }
}

/* fAQ Section CSS end */
/**************** content-promo-hero  CSS Start ****************/

.content-promo-hero {
  position: relative;
  background-image: url('https://growthstudioz.com/wp-content/uploads/2025/08/Section-Text.webp'); 
  background-size: cover;
  background-position: center;
  color: #fff;
}
.content-promo-hero .content-promo-inner {
  padding-top: 78px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
}
.content-promo-hero .content-promo-title {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 82px;
  line-height: 78.72px;
  letter-spacing: 0.26px;
  max-width: 577px;
}
.content-promo-hero .content_btn{
  width: 342px;
  height: 361.2px;
  opacity: 1;
  max-width: 342px;
  margin: 0 0 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}
.content-promo-hero .content-promo-description {
  font-family: DM Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -1px;
}
.content-promo-hero .content-promo-button {
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  width: 259px;
  height: 54px;
  opacity: 1;
  gap: 18px;
  border-radius: 8px;
  padding-top: 15px;
  padding-right: 38px;
  padding-bottom: 15px;
  padding-left: 38px;
  border-width: 1px;
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transition: all 0.3s ease;
}
.content-promo-hero .content-promo-button:hover {
  background: #fff;
  color: #000;
}
.content-promo-hero .content-promo-button svg{
  height: 13px;
  width: 13px;
}
@media (max-width: 768px){
  .content-promo-hero .content-promo-overlay{
        padding: 80px 26px;
  }
  .content-promo-hero .content-promo-inner{
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-promo-hero .content-promo-title{
        font-family: Inter;
    font-size: 36px;
    line-height: 34.56px;
    letter-spacing: -2.52px;
        max-width: 100%;
  }
  .content-promo-hero .content-promo-title br,
  .content-promo-hero .content-promo-description br{
    display: none;
  }
  .content-promo-hero .content_btn{
    width: 100%;
    margin-top: 50px !important;
    margin: 0;
    height: 178px;
  }
  .content-promo-hero .content-promo-description{
    font-family: Inter;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.8px;
  }
  .content-promo-hero .content-promo-button{
    width: 180px;
    height: 39px;
    font-size: 16px;
    line-height: 24px;
  }
}
/**************** .content-promo-hero  CSS End ****************/


/* three grid sec css start */
.threeGridBox{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.threeGridBox .box__d{
  width: 32%;
  padding: 0 7px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.threeGridBox .box__d:last-child{
  width: 36%;
}
.threeGridBox .img_d img{
  width: 100%;
  display: block;
}
.threeGridBox .item_d{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.threeGridBox .box1_item1 .info_d{
  position: absolute;
  bottom: 35px;
  padding: 0 30px;
  text-align: center;
}
.threeGridBox .box1_item1 .text_d{
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  font-weight: 600;
  letter-spacing: -1.3px;
}
.threeGridBox .box1_item2{
  background: #fff;
  padding: 21px 30px;
}
.threeGridBox .box1_item2 h4{
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #11111299;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 18px;
}
.threeGridBox .box1_item2 .logoMoreText{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.threeGridBox .box1_item2 .moreText{
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #11111299;
  font-weight: 500;
  letter-spacing: -0.64px;
  width: 60px;
}
.threeGridBox .box1_item2 .logosLists{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  row-gap: 5px;
  width: calc(100% - 65px);
}
.threeGridBox .box1_item2 .logosLists > div{
  width: 50%;
  padding: 0 9px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.threeGridBox .box1_item2 .logo_img img{
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.threeGridBox .box1_item2 .text_img{
  display: flex;
  align-items: center;
  gap: 5px;
}
.threeGridBox .box1_item2 .text_d{
  font-size: 56px;
  line-height: 66px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  color: #111112;
  display: flex;
  align-items: center;
}
.threeGridBox .box1_item2 .text_d sup{
  position: relative;
  top: -25px;
}
.threeGridBox .box1_item2 .text_d span{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #11111299;
  letter-spacing: -0.64px;
  display: inline-block;
  padding-left: 4px;
}
.threeGridBox .box2_item1 .info_d{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 10px;
}
.threeGridBox .box2_item1 .info_d .text_d{
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
}
.threeGridBox .box2_item1 .icon_d{
  text-align: center;
}
.threeGridBox .box2_item1 .icon_d img{
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.threeGridBox .box2_item2 .info_d{
  position: absolute;
  left: 52px;
  top: 60px;
}
.threeGridBox .box2_item2 .info_d .text_d{
  font-size: 20px;
  line-height: 100%;
  color: #00000099;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
.threeGridBox .twoBoxD{
  display: flex;
  justify-content: space-between;
}
.threeGridBox .twoBoxD > div{
  width: calc(50% - 10px);
}
.threeGridBox .twoBox_item_1{
  background: #F58B14;
  padding: 44px 20px 44px 30px;
}
.threeGridBox .twoBox_item_1 h3{
  font-family: "DM Sans", sans-serif;
  font-size: 66px;
  line-height: 66px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
}
.threeGridBox .twoBox_item_1 .text_d{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF99;
  letter-spacing: -0.8px;
  font-family: "DM Sans", sans-serif;
}
.threeGridBox .twoBox_item_1 h3 sup{
  font-size: 25px;
}
.threeGridBox .twoBox_item_2{
  background: radial-gradient(75% 62% at 50% 92.1%, #505052 0%, #111112 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.threeGridBox .twoBox_item_2 .text_d{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFF99;
  letter-spacing: -0.8px;
  font-family: "DM Sans", sans-serif;
  padding-top: 40px;
  text-align: center;
}
.threeGridBox .twoBox_item_2 .wheelImg img{
  max-width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}
.threeGridBox .box3_item2 .info_d{
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: center;
}
.threeGridBox .box3_item2 .text_d{
  font-size: 20px;
  line-height: 31px;
  letter-spacing: -1.3px;
  font-weight: 300;
  color: #FFFFFF99;
   font-family: "DM Sans", sans-serif;
   max-width: 293px;
   margin: 0 auto;
}
.threeGridBox .box3_item3 .info_d{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 40px;
  width: 100%;
}
.threeGridBox .box3_item3 .info_d h4{
  font-size: 26px;
  line-height: 31px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0 0 11px;
}
.threeGridBox .box3_item3 .info_d .text_d{
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #FFFFFFBF;
  font-family: "DM Sans", sans-serif;
  max-width: 180px;
}
.collage-section .visible-xs{
    display: none;
  }
@media (max-width: 900px){
  .collage-section .hidden-xs{
    display: none;
  }
  .collage-section .visible-xs{
    display: block;
  }
 .collage-section{
    padding: 0 24px 40px;
  }
  .threeGridBox{
    margin: 0;
    flex-direction: column;
    row-gap: 17px;
  }
  .threeGridBox .twoBox_item_1 .info_d{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .threeGridBox .twoBox_item_1 h3{
    font-size: 46px;
    line-height: 46px;
    margin: 0;
  }
  .threeGridBox .twoBox_item_1 .text_d{
    font-size: 14px;
    line-height: 19px;
    max-width: 166px;
  }
  .threeGridBox .box2_item1 .icon_d img{
    max-width: 88px;
  }
  .threeGridBox .box2_item1 .info_d{
    padding: 30px 10px;
  }
  .threeGridBox .box2_item1 .info_d .text_d{
    font-size: 18px;
    line-height: 22px;
    margin-top: 32px;
  }
  .threeGridBox .box3_item2 .text_d{
    font-size: 16px;
    line-height: 100%;
    max-width: 206px;
  }
  .threeGridBox .box2_item2 .info_d{
    left: 26px;
    top: 32px;
  }
  .threeGridBox .box2_item2 .info_d .text_d{
    font-size: 18px;
  }
  .threeGridBox .box1_item2{
    padding: 30px;
  }
  .threeGridBox .box1_item2 .logoMoreText{
    row-gap: 10px;
  }
  .threeGridBox .box1_item2 .logosLists{
    width: fit-content;
  }
  .threeGridBox .box1_item2 .moreText{
    width: 100%;
    text-align: center;
  }
  .threeGridBox .box1_item2 .text_img{
    flex-direction: column;
    gap: 14px;
  }
  .threeGridBox .box1_item2 .imgGroup img{
    max-width: 200px;
    margin: 0 auto;
  }
  .threeGridBox .box3_item3 .info_d{
    padding: 0 30px;
  }
  .threeGridBox .box3_item3 .info_d h4{
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 9px;
  }
  .threeGridBox .box3_item3 .info_d .text_d{
    font-size: 14px;
    line-height: 19px;
  }
  .threeGridBox .box1_item1 .text_d{
    font-size: 18px;
    text-align: left;
    display: flex;
    align-items: flex-end;
  }
}
/* three grid sec css */

/* Hero Slider sec css start */
.heroSliderSec .heroSlider{
  position: relative;
  overflow: hidden;
}
.heroSliderSec .item_d{
  position: relative;
}
.heroSliderSec .item_d:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6.5%, rgba(0, 0, 0, 0.2) 100%);
}
.heroSliderSec .img_d img{
  width: 100%;
}
.heroSliderSec .content_d{
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 0 20px;
  z-index: 1;
  width: 100%;
}
.heroSliderSec .content_d h2{
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: -5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
.heroSliderSec .content_d h2 span{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 76px;
  line-height: 100%;
  letter-spacing: -5px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.heroSliderSec .swiper-pagination11 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
.heroSliderSec .swiper-pagination11 .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: transparent;
}
.heroSliderSec .swiper-pagination11 .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #d7d7d7;
}
@media (min-width: 1200px) {
  .heroSliderSec .content_d h2 span{
    position: relative;
    top: -11px;
  }
}
@media (max-width: 767px) {
  .heroSliderSec .content_d{
    bottom: unset;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  .heroSliderSec .content_d h2{
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
  .heroSliderSec .content_d h2 span{
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -2px;
  }
}
/* Hero Slider sec css end */