@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');
	/* 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) */
@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;
}


.case_studies_details{
	background: #fff;
}
.bannerWithText{
	position: relative;
	margin: 0 0 73px;
}
.bannerWithText .img_d img{
	width: 100%;
}
.bannerWithText .content_d{
	position: absolute;
	bottom: 60px;
	left: 60px;
	right: 0;
	padding: 15px;
	/*max-width: 1185px;*/
	margin: 0 auto;
	z-index: 1;
}
.bannerWithText .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;
}
.bannerWithText .date span.line {
    border-right: 1px solid #FFFFFF40;
    margin: 0 30px;
}
.bannerWithText .date span {
    font-family: DM Sans;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.8px;
    vertical-align: middle;
}
.bannerWithText .title{
	font-family: DM Sans;
	font-weight: 500;
	font-size: 92px;
	line-height: 100%;
	letter-spacing: -3px;
	vertical-align: middle;
	color: #FFFFFF;
	margin: 0 0 34px;
}
.bannerWithText .tags{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin-bottom: 34px;
}
.bannerWithText .tags span {
    /*font-family: "Gotham", sans-serif;*/
    font-family: 'Gotham';
    background: #ffffff;
    color: #000;
    font-weight: 400;
    padding: 10px 26px;
    border-radius: 80px;
    font-size: 24px;
    line-height: 140%;
}
.bannerWithText .logo_img img {
    max-width: 163px;
}
.CSContentSec .container{
	max-width: 1325px;
	amrgin: 0 auto;
	padding: 0 15px;
}
.CSContentSec .inner_d{
	display: flex;
	justify-content: space-between;
	position: relative;
}	
.CSContentSec .CS_content{
	width: calc(100% - 427px);
}
.CSContentSec.CS_sidebar{
	width: 327px;
}
.CSContentSec .sidebarInner {
	width: 327px;
  position: sticky;
  top: 120px; /* adjust if you have a fixed header */
  z-index: 1;
      background: #F3F5F6;
    padding: 29px 42px;
}
.CS_sidebar .headText{
	font-family: DM Sans;
	font-weight: 700;
	font-size: 18px;
	line-height: 25.2px;
	letter-spacing: -0.3px;
	margin-bottom: 8px;
	color: #000000BF;
}
.CS_sidebar .headContent{
	font-family: DM Sans;
	font-weight: 400;
	font-size: 18.6px;
	line-height: 28px;
	letter-spacing: -0.3px;
	color: #00000080;
}
.CS_sidebar .item_d{
	margin: 0 0 32px;
}
.CS_sidebar .item_d:last-child{
	margin: 0;
}
.CS_sidebar .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;
}
.CS_content h2{
	font-family: DM Sans;
	font-weight: 500;
	font-size: 48px;
	line-height: 57.6px;
	letter-spacing: -0.32px;
	color: #000000BF;
	margin-bottom: 34px;
}
.CS_content h3{
	font-family: DM Sans;
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	color: #000000;
	letter-spacing: 0px;
	margin: 0 0 16px;
}
.CS_content h4{
	font-family: DM Sans;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
    margin: 0 0 16px;
}
.CS_content p{
	font-family: DM Sans;
    font-weight: 400;
    font-size: 22.1px;
    line-height: 33.6px;
    letter-spacing: -0.5px;
    color: #00000080;
    margin: 0 0 10px;
}
.CS_content .info_d p{
	font-family: DM Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #00000099;
}
.CS_content .info_d{
	margin: 0 0 32px;
}
.CS_content .img_d img{
	max-width: 100%;
	display: block;
}
.CS_content .toolsUsed{
	margin: 0 0 100px;
}
.CS_content .toolsUsed .toolsList{
	display: flex;
	margin: 32px 0 0;
	gap: 88px;
}
.CS_content .toolsUsed .icon_d img{
	max-width: 45px;
	display: block;
}
.CS_content .setMb_50{
	margin-bottom: 50px;
}
@media (max-width: 900px) {
	.CSContentSec .inner_d{
		flex-wrap: wrap
	}
	.CSContentSec .CS_content {
	    width: 100%;
	    order: 2;
	}
	.CSContentSec .sidebarInner{
		width: 100%;
		position: unset;
		order: 1;
	}
}
@media (max-width: 768px) {
	.bannerWithText{
		margin: 0 0 16px;
	}
	.bannerWithText .content_d{
		left: 0;
		bottom: 0;
		padding: 15px 15px 25px;
	}
	.bannerWithText .logo_img img{
	    max-width: 75px;
	}
	.bannerWithText .tags{
		gap: 8px;
		margin: 0 0 15px;
	}
	.bannerWithText .tags span{
		padding: 7px 13px;
		font-size: 12px;
		line-height: 14px;
	}
	.bannerWithText .title{
		font-size: 30px;
		line-height: 28px;
		letter-spacing: -1px;
		margin: 0 0 15px;
	}
	.bannerWithText .date{
		font-size: 16px;
		line-height: 18px;
		letter-spacing: -1px;
		margin: 0 0 10px;
	}
	.bannerWithText .date span.line{
		margin: 0 13px;
	}
	.bannerWithText .date span{
		font-size: 12px;
		line-height: 16px;
	}
	.CS_sidebar .headContent{
		font-size: 16px;
	}
	.CSContentSec .CS_content{
		margin-top: 24px;
	}
	.CS_content h2{
		font-size: 20px;
		line-height: 28px;
		letter-spacing: 0px;
		margin: 0 0 16px;
	}
	.CS_content h3{
		font-size: 24px;
		line-height: 34px;
	}
	.CS_content h4{
		font-size: 20px;
		line-height: 30px;
	}
	.CS_content .toolsUsed .toolsList{
		gap: 20px;
	}
	.CS_content .toolsUsed .icon_d img{
		max-width: 32px;
	}
	.CS_content .toolsUsed{
	    margin: 0 0 43px;
	}
}


/* ===== 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 ===== */