.container{ max-width:1366px; margin: 0 auto; padding: 0 20px; }
.sectionSpacing-TB{ padding-top:60px; padding-bottom:60px; }
.sectionSpacing-T{ padding-top:60px; }
.sectionSpacing-B{ padding-bottom:60px; }
.sectionSpacing-LR{ padding-left:25px; padding-right:25px; }
.cmstext a{ color:#0099D8; }
.cmstext a:hover{ color:#000000; }
	.headtype1{
		font-size:72px;
		line-height: 1.2;
		color: #FFFFFF;
		margin:0 0 15px;
		text-transform: capitalize;
		font-family: "Gotham Ultra", sans-serif;
	}
	.headtype2{
		font-family: "Gotham Black", sans-serif;
		font-size:32px;
		line-height: 1.2;
		color: #000000;
		margin:0 0 20px;
	}
	.headtype3{
		font-family: "Gotham Black", sans-serif;
		font-size:50px;
		line-height: 1.2;
		color: #000000;
		margin:0 0 20px;
	}
  .headtype4{ 
    font-family: "Gotham Black", sans-serif;
		font-size:40px;
		line-height: 1.2;
		color: #000000;
		margin:0 0 20px;
  }
	.subheadtype1{
		font-size:40px;
		line-height: 1.2;
		color: #FFFFFF;
		text-transform: uppercase;
		font-family: "Gotham Black", sans-serif;
		letter-spacing: 8px;
		margin:0;
	}
	.cmstext p,.cmstext24 p{ margin-top:0px; }
	.cmstext{
		font-size:20px;
		font-family: Open Sans, sans-serif;
		line-height: 1.3;
		color: #000000;
	}
	.cmstext24{
		font-size:24px;
		font-family: Open Sans, sans-serif;
		line-height: 1.3;
		color: #000000;
	}
	@media screen and (max-width:1366px) {
		.headtype1{ font-size:50px; margin:0 0 10px; }
		.headtype3{	font-size:40px; }
		.container{ max-width:1080px; }
		.subheadtype1{ font-size:28px;	letter-spacing: 5.6px; }
	}
	@media screen and (max-width:1024px) {
		.headtype1{ font-size:37px; }
		.headtype2{	font-size:28px; }
    .headtype3{	font-size:28px; }

		.subheadtype1{ font-size:20px; letter-spacing:4px; }
		.cmstext,.cmstext24{ font-size:18px; }
		.container{ max-width:875px; }
		.sectionSpacing-TB{ padding-top:50px; padding-bottom:50px; }
		.sectionSpacing-T{ padding-top:50px; }
		.sectionSpacing-B{ padding-bottom:50px; }
	}
	@media screen and (max-width:768px) {
    .headtype4{ font-size:32px; }
		.container{ max-width:600px; }
	}
	@media screen and (max-width:576px) {
		.headtype1{ font-size:30px; }
		.headtype2{	font-size:24px; }
		.headtype3{	font-size:24px; }
		.subheadtype1{ font-size:16px; letter-spacing: 3px; }
		.cmstext{ font-size:16px; }
		.sectionSpacing-TB{ padding-top:40px; padding-bottom:40px; }
		.sectionSpacing-T{ padding-top:40px; }
		.sectionSpacing-B{ padding-bottom:40px; }
	}
	
	/* Hero banner Section  */
	.bannerSection{
		background-repeat:no-repeat !important;
		background-size: cover !important;
		height: 522px;
		padding-bottom:98px;
		position: relative;
	}
	.bannercontainer{
		max-width:100%; 
		margin-left:30px;
		margin-right:30px;	
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		height: 100%;
		justify-content: space-between;
		gap:20px;
	}
	.bannerContent{ width:calc(65% - 10px); max-width:955px; }	
	.bannerImage{ width:calc(35% - 10px); text-align: right; }
	.bannerImage img{ max-width:100%; }
  @media screen and (min-width: 1980px) {
    .bannercontainer{ max-width:1920px; margin: 0 auto; } 
  }
  @media screen and (max-width: 1200px) {
		.bannercontainer{ margin-left:15px; margin-right:15px; }
	}
	@media screen and (max-width: 1366px) {
		.bannerSection{	height: 360px; padding-bottom:69px; }
    .bannerContent{ max-width:665px; }	
	}
	@media screen and (max-width:1024px) {
		.bannerSection{	min-height: 270px; height: 270px; padding-bottom:50px; }
		.bannercontainer{ margin-left:25px; margin-right:25px; }
	}
	@media screen and (max-width:768px) {
		.bannerSection{	min-height: 270px; padding-bottom:50px; }		
    .bannerImage img{ max-height:110px; }
	}
	@media screen and (max-width:576px) {
		.bannerSection{	padding-bottom:35px; }
		.bannerContent{ width:100%; order: 2; }	
		.bannerImage{ width:100%; text-align: left; order: 1; }
		.bannercontainer{ margin-left:20px; margin-right:20px; gap:10px; align-content: flex-end; }
		.bannerImage img{ max-width:250px; }
	}
  
  /* Challange Outer */
	.challengeOuter{ background:#EAF9FF; }
	.challengegrid{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap:20px;
	}
	.challengegrid .challenge-left-desc{ width:calc(65% - 10px); max-width: 680px; }
	.challengegrid .challenge-right-desc{ width:calc(35% - 10px); }
	.challenge-right-desc ul{ margin-top:0px; }
	.challenge-right-desc ul > li{ 
		font-size:24px;
		font-family: Open Sans, sans-serif;
		line-height: 1.3;
		color: #000000;
		font-weight:bold; 
    margin-bottom: 8px;
	}
	@media screen and (max-width:1024px) {
    .challenge-head.headtype3{ font-size:40px; }
		.challenge-right-desc ul > li{ font-size:20px; }
	}
	@media screen and (max-width:768px) {
		.challengegrid .challenge-left-desc{ width:100%; max-width: 100%; }
		.challengegrid .challenge-right-desc{ width:100%; }
	}
  @media screen and (max-width:576px) {
    .challenge-head.headtype3{	font-size:32px; }
  }

  /* Main Challenges CSS */
  .mainchallengeOuter{ position: relative; min-height:364px; }
  .mainchallengeOuter .container { max-width: 1485px; }
  .mainchallengeOuter:before{
    content:'';
    background:#00416C;
    width: 100%;
    height:364px;
    position: absolute;
    z-index: -1;
    top: 0px;
  }
  .mainchallenge-head{ text-align:center; color:#ffffff !important; }
  .mainchallenge-desc{ 
    font-size:26px;
    line-height:1.35;
    text-align:center; max-width:1280px; color:#ffffff; margin:0 auto;
    font-family: Open Sans, sans-serif;
    font-weight:bold; 
  }
  .challenges-list{
    margin:40px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 40px;
  }
  .challenges-list .challengeslistbox{
    width: calc(25% - 30px);
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    background:#ffffff;
  }
  .challenges-list .challengeslistbox .challengeslistbox-head{
    background: #0099D8;
    border-radius: 15px 15px 0px 0px;
    padding:22px 12px 12px 12px;
    color:#ffffff;
    font-family: "Gotham Ultra", sans-serif;
    font-size: 32px;
    line-height: 1.2;
    text-align:center;
  }
  .challenges-list .challengeslistbox .challengeslist-info{ padding: 20px; }
  .challenges-list .challengeslistbox .challengeslist-info .challengesinfo-head{
    font-family: Open Sans, sans-serif;
    font-weight:bold;
    color:#0099D8;
    font-size:20px;
    line-height:1.3;
    margin-bottom:15px;
  }
  .challenges-list .challengeslistbox .challengeslist-info .challengesinfo-desc{
    font-family: Open Sans, sans-serif;
    color:#000000;
    font-size:18px;
    line-height:1.4;
  }
  @media screen and (max-width: 1366px) {
		.challenges-list{ gap: 35px; }
    .challenges-list .challengeslistbox{ width: calc(25% - 27px); }
    .challenges-list .challengeslistbox .challengeslistbox-head{ font-size: 28px; }
    }
	@media screen and (max-width:1024px) {
		.challenges-list{ gap: 40px; max-width:710px; margin: 40px auto 0; }
    .challenges-list .challengeslistbox{ width: calc(50% - 40px); }
    .mainchallengeOuter:before { height: 100%; }
    .mainchallenge-desc { font-size: 20px; }
    .mainchallenge-head{ font-size: 40px; }
    .challenges-list .challengeslistbox .challengeslistbox-head{ font-size: 32px; }
	}
	@media screen and (max-width:768px) {
		.mainchallengeOuter .container { max-width: 100%; }
    .challenges-list .challengeslistbox .challengeslist-info .challengesinfo-head { margin-bottom: 10px; }
    .challenges-list .challengeslistbox .challengeslistbox-head{ font-size: 28px; }
  }
	@media screen and (max-width:576px) {
    .mainchallenge-head{ font-size: 32px; }
    .mainchallenge-desc { font-size: 18px; }
    .challenges-list{ gap: 40px; }
		.challenges-list .challengeslistbox{ width: 100%; }
	}

	/* Creative Solution Section */
	.creative-solution-section { background: #fff; color: #000; overflow: hidden; }
	.creative-solution-section .intro-text{ max-width:904px; margin:0 auto; }
	.creative-solution-section .intro-text p {
        font-family: Open Sans, sans-serif;
        text-align: center;
        font-size: 24px;
        line-height: 1.35;
        font-weight: 600;
        margin:0 0 50px;
    }
    .solution-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 60px;
        max-width: 1470px;
        margin: 0 auto;
        padding-right: 20px;
    }
    .solution-wrapper .solution-image img{ height:100%; }
    .solution-image {
        width: calc(50% - 10px);
        max-width: 600px;
        line-height:0px;
    }
    .solution-content { width: calc(50% - 10px); margin-top:50px; max-width: 700px; margin-right: auto; }
    .solution-content ol li{ margin-bottom:20px; line-height:1.35; }
	@media screen and (max-width:1024px) {
		.creative-solution-section .intro-text p { font-size: 20px; margin-bottom: 30px; }
        .solution-wrapper { gap: 0px; }
        .solution-wrapper .solution-image img{ margin-left: -40px;}
	}
	@media screen and (max-width:768px) {
        .creative-solution-section .intro-text p { font-size: 18px; }
        .solution-content { margin-top:0px; width:100%; }
        .solution-image { width: 100%; text-align: center; max-width: 100%; }
        .solution-wrapper {	flex-wrap: wrap; flex-direction: column-reverse;	gap: 20px; max-width: 600px; margin:0 auto;padding: 0 20px; }
        .solution-wrapper .solution-image img{ margin-left:0px; }
	}
	@media screen and (max-width:576px) {
		.solution-list li { font-size: 16px; }
	}

  /* PPC Results CSS */
  .ppcresults-container{ max-width:1555px; margin:0 auto; padding: 0 20px; }
  .ppcresults-head{ text-align:center; }
  .ppcresults-head span{ font-size: 26px; }
  .ppcresults-desc{ max-width:1140px; margin:50px auto 0; text-align:center; }
  .ppcresults-list{
    display:flex;
    align-items: stretch;
    gap:30px;
    margin-top: 40px;
  }
  .ppcresults-list > div{
    display: flex;
    flex-direction: column;
  }
  .ppcresults-list > div:first-child{ width:188px; }
  .ppcresults-list > div{ width:300px; }
  .ppcresults-list > div.ppcresultsbox{ 
    background: #0099D8;
    border-radius: 15px;
    overflow: hidden;
  }
  .ppcresults-list .ppcresults-info-head{
    font-family: "Gotham Black", sans-serif;
    font-size:34px;
    line-height:1.1;
    letter-spacing: 2.04px;
    color: #000000;
    text-align: right;
    margin-top: 35px;
    text-transform: uppercase;
  }
  .ppcresults-list .ppcresults-value{
    font-family: "Gotham Black", sans-serif;
    border-radius:15px 15px 0px 0px;
    padding: 12px 8px;
    font-size:70px;
    line-height:1;
    color: #ffffff;
    text-align: center;
  }
  .ppcresults-list .ppcresults-value span{ color: #8ED58E; }
  .ppcresults-list .ppcresults-title{
    background: #8ED58E;
    font-family: "Gotham Bold", sans-serif;
    border-radius: 0px 0px 15px 15px;
    padding: 12px 8px;
    font-size:18px;
    line-height: 1.1;
    letter-spacing: -0.36px;
    color: #000000;
    text-align: center;
    height: 100%;
  }
  @media screen and (max-width:1520px) {
    .ppcresults-list{ gap:25px; }
    .ppcresults-list .ppcresults-info-head{ font-size: 29px; }
    .ppcresults-list .ppcresults-value { font-size: 58px; }
    .ppcresults-list .ppcresults-title { font-size: 15px; }
  }
  @media screen and (max-width:1366px) {
    .ppcresults-list{ gap:20px; }
    .ppcresults-list .ppcresults-info-head{ font-size: 26px; }
    .ppcresults-list .ppcresults-value { font-size: 50px; }
    .ppcresults-list .ppcresults-title { font-size: 15px; }
    .ppcresults-head span{ font-size: 30px; }
  }
  @media screen and (max-width:1200px) {
    .ppcresults-list{ margin-top: 32px;flex-wrap: wrap; }
    .ppcresults-list > div { width: calc(25% - 15px); }
    .ppcresults-list > div:first-child{ width: 100%; text-align:center; }
    .ppcresults-list .ppcresults-info-head{ font-size: 22px; margin-top: 0; }
    .ppcresults-desc{ text-align:left; }
    .ppcresults-list .ppcresults-value { font-size: 44px; }
    .ppcresults-list .ppcresults-title { font-size: 14px; }
  }
  @media screen and (max-width:1024px) {
    .ppcresults-head span{ font-size: 20px; }
  }
  @media screen and (max-width:991px) {
    .ppcresults-list .ppcresults-value { font-size: 38px; }
    .ppcresults-list .ppcresults-title { font-size: 14px; }
  }
  @media screen and (max-width:768px) {
    .ppcresults-list .ppcresults-value { font-size:50px; }
    .ppcresults-list{ gap:16px; max-width: 476px; margin: 30px auto 0; }
    .ppcresults-list > div { width: calc(50% - 8px); }
  }
  @media screen and (max-width:576px) {
    .ppcresults-head span{ font-size: 18px; }
    .ppcresults-list .ppcresults-info-head{ font-size:18px; }
    .ppcresults-list .ppcresults-value { font-size:50px; }
    .ppcresults-list{ gap:15px; max-width: 230px; }
    .ppcresults-list > div { width: 100%; }
    .ppcresults-desc { margin: 40px auto 0; font-size: 18px; }
  }

  /* Email Marketing CSS */
  .emailmarketing{ position: relative; min-height: 320px; padding-top:90px; }
  .emailmarketinginner{ max-width:1160px; margin:0 auto; }
  .emailmarketing:before {
    content: '';
    background: #EAF9FF;
    width: 100%;
    height: 320px;
    position: absolute;
    z-index: -1;
    top: 0px;
  }
  .emailmarketing-head { text-align: center; }
  .emailmarketing-desc.cmstext{ margin-top:70px; }
  .emailmarketing-desc.cmstext strong{ font-size:24px; }
  .resultsinfo-list {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 52px;
    justify-content: center;
  }
  .resultsinfobox{width: 258px; text-align:center; }
  .resultsinfo-list .resultsinfobox .resultsinfo-circle {     
    border:20px solid rgba(0, 153, 216, 0.3);
    border-radius: 50%;
    width: 258px;
    height:258px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
  }
  .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner{
    background: #0099D8;
    height: 218px;
    padding-top: 10px;
    width: 100%;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size:80px;
    line-height: 1;
    font-family: "Gotham Black", sans-serif;
  }
  .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner sup{ font-size: 38px; }
  .resultsinfo-list .resultsinfobox .resultsinfo-head{
    margin-top: 10px;
    font-size: 24px;
    color: #0099D8;
    font-family: "Gotham Bold", sans-serif;
    line-height: 1.2;
  }
  @media screen and (max-width:1024px) {
    .resultsinfobox{width: 215px; }
    .resultsinfo-list{ gap:40px; }
    .emailmarketing { padding-top: 65px; min-height: 230px; }
    .emailmarketing:before { height: 230px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle { width: 190px; height:190px; border:15px solid rgba(0, 153, 216, 0.3); }
		.resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner{ height: 170px; font-size:59px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner sup{ font-size: 30px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-head{ font-size: 20px; }
    .emailmarketing-desc.cmstext strong{ font-size: 22px; }
	}
	@media screen and (max-width:768px) {
    .emailmarketing { padding-top: 65px; min-height: 210px; }
    .emailmarketing:before { height: 210px; }
    .resultsinfobox { width: 150px;  }
		.resultsinfo-list{ gap:30px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle { width: 160px; height: 160px; border: 10px solid rgba(0, 153, 216, 0.3); }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner{ height: 140px; font-size:50px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner sup{ font-size: 30px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-head{ font-size: 16px; }
	}
	@media screen and (max-width:576px) {
    .resultsinfobox{width: 201px; }
		.resultsinfo-list{ flex-direction: column; align-items: center; }
    .emailmarketing { padding-top: 65px; min-height: 690px; }
    .emailmarketing:before { height: 690px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle { width: 158px; height:158px; }
		.resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner{ height: 138px; font-size:48px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-circle .resultsinfo-circle-inner sup{ font-size: 22px; }
    .resultsinfo-list .resultsinfobox .resultsinfo-head{ font-size: 18px; }
    .emailmarketing-desc.cmstext{ font-size:16px; }
    .emailmarketing-desc.cmstext strong{ font-size: 20px; }
    .emailmarketing-desc.cmstext { margin-top: 50px; }
	}

  /* Why it Worked */
  .whyitworked{ padding:80px 0 90px; }
  .whyitworked-list { margin-top: 40px; }
  .whyitworked-list .whyitworkedlist-head{
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1.2px;
    color: #0099D8;
    font-family: Open Sans, sans-serif;
    font-size:20px;
    line-height: 1.3;
  }
  .whyitworked-list .whyitworkedlist-desc{ font-family: Open Sans, sans-serif; font-size:20px; line-height: 1.3; }
  @media only screen and (max-width: 768px) {
    .whyitworked-list { margin-top: 30px; }
  }

  /* Creative Approch  */
  .creativeapproachInner{ max-width:1080px; margin:0 auto 80px; }
  .creativeapproach-head.headtype3{ margin-bottom:5px; }
  .creativeapproach-subhead{
    font-family: Open Sans, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    font-weight:bold;
    color: #000000;
  }
  .imagesection{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-around;
  }
  .imagesection .approachlist-img{ min-width: 450px; }
  .imagesection.rightimage .approachlist-img{ text-align: right; }
  .imagesection.leftimage .approachlistContent{ order:2; }
  .imagesection.leftimage .approachlist-img{ order:1; }
  .creativeapproach-desc{ margin-top:32px;  }
  .creativeapproach-img{ line-height:0; }
  .approachlist-list{ margin: 70px 0 0; display: flex; gap:50px; flex-direction: column; }
  .approachlist-desc.cmstext{ margin-left: 25px; }
  .approachlist-desc ul li{ margin-bottom:15px; line-height: 1.3; }
  .approachlist-list .approachlist-head{
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    color: #0099D8;
    margin-bottom:10px;
  }
  @media only screen and (max-width:1366px) {
    .creativeapproach-subhead{ font-size: 24px; }
  }
  @media only screen and (max-width: 1024px) {
     .creativeapproach{ padding-top:70px; }
     .approachlist-list{ gap:20px; }
     .imagesection .approachlist-img{ min-width: 335px; }
     .approachlist-list .approachlist-head{ font-size:22px; }
     .creativeapproach-subhead{ font-size: 20px; }
     .creativeapproachInner{ margin:0 auto 60px; }
     .creativeapproach-desc{ margin-top:20px;  }
     .whyitworked{ padding:80px 0; }
     .whyitworked-list .whyitworkedlist-desc{ font-size:16px; }
  }
  @media only screen and (max-width: 768px) {        
    .creativeapproach-img { overflow-x: auto;  -webkit-overflow-scrolling: touch; }
    .creativeapproach-img img { width: 800px; max-width: none; display: block;  }
    .imagesection { gap: 40px; flex-direction: column; }
    .imagesection.leftimage .approachlistContent{ order:1; }
    .imagesection.leftimage .approachlist-img{ order:2; }
    .imagesection { gap: 0px; align-items: flex-start; }
    .imagesection .approachlist-img{ margin-left:25px; max-width: 335px; min-width: auto; }
    .approachlist-list { margin: 30px 0 0; }
    .creativeapproachInner{ margin:0 auto 70px; }
    .whyitworked{ padding:60px 0 70px; }
    .imagesection.leftimage{ align-items: center !important;}
  }
  @media only screen and (max-width: 576px) {
    .whyitworked{ padding:60px 0; }
    .approachlist-list .approachlist-head { font-size: 20px; }
    .creativeapproach-subhead { font-size:18px; }
    .creativeapproachInner{ margin:0 auto 50px; }
    .creativeapproach-img img { width: 600px; max-width: none; display: block;  }
  }

/* Email Results */
.emailFlowResultsOuter{ padding:70px 0 0px; }
.emailResultsGrid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1570px;
  margin: 0 auto;
  padding:0 20px;
}
.emailResultsLeft {
  flex: 1 1 47%;
  max-width: 47%;
  max-width: 600px;
}
.emailResultsRight {
  flex: 1 1 53%;
  max-width: 53%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Headings & Description */
.emailFlowResults-head {
  color: #fff;
}
.emailFlowResults-desc {
  margin-bottom: 50px;
  color: #fff;
}

/* Metrics Grid */
.emailMetricsGrid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.metricBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* Left column (value + title) */
.metricLeft {
  flex: 0 0 35%;
  min-width: 230px;
}

.metricValue {
  font-family: "Gotham Black", sans-serif;
  font-size: 50px;
  font-weight: 800;
  color: #0099D8; /* bright cyan */
  margin: 0 0 5px 0;
  line-height: 1;
}
.metricValue span{ color:#8ED58E; }
.metricTitle {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  font-family: Open Sans, sans-serif;
}

/* Right column (description) */
.metricRight {
  flex: 1;
}
.metricDesc {
  font-size: 18px;
  font-family: Open Sans, sans-serif;
  color: #FFFFFF;
  line-height: 1.5;
  margin: 0;
}
/* Partner */
.projectPartner {
  margin-top: 40px;
}
.partnerLabel, .metricsLabel {
  font-family: "Gotham Black", sans-serif;
  font-size: 20px;
  color: #fff;
  margin:0px;
}
.partnerLabel{ margin-bottom: 20px; }
.partnerLogo img { max-width:180px; }
@media (max-width: 1366px) {
  .emailResultsGrid{ padding-left:80px; align-items: stretch; }
  .emailResultsLeft { flex: 1 1 40%; max-width: 40%; max-width: 500px; }
  .emailResultsRight { flex: 1 1 60%; max-width: 60%; }
  .emailResultsRight { margin-right:-110px; }
  .emailFlowResultsOuter{ padding:50px 0; }
}
@media (max-width: 1024px) {
  .emailResultsGrid{ padding-left:50px; }
  .emailResultsLeft { flex: 1 1 45%; max-width: 45%; max-width: 550px; }
  .emailResultsRight { flex: 1 1 55%; max-width: 55%; }
  .metricDesc{font-size:16px;}
}
@media (max-width: 768px) {  
  .emailFlowResultsOuter{ padding: 50px 0 0; }
  .emailResultsLeft { max-width: 100%; flex: 1 1 100%; }
  .emailResultsRight { max-width: 100%; flex: 1 1 100%; }
  .emailResultsGrid { 
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    gap:20px;
    padding-left: 20px;
  }
  .metricBox { gap: 20px; }
  .metricLeft { width: 220px; }
  .emailResultsRight {  margin-right: 0px; }
}
@media (max-width: 576px) {
  .metricDesc{font-size:18px;}
  .metricBox { 
    flex-direction: column;
    align-items: flex-start;
  }
  .emailFlowResults-desc { font-size:16px; margin-bottom: 40px; }
}

/* Testimonial CSS */
.testimonialsSection{ background:#F8F8F8; } 
.testimonialsWrapper {
  display: flex;
  justify-content: center;
  max-width: 985px;
  margin: 0 auto;
  flex-direction: column;
}
.testimonialBox{ position: relative; padding:0 60px; margin-bottom:85px; }
.testimonialBox:last-child{  margin-bottom:0px; }
.quoteIcon {
  font-size: 85px;
  color: #1799D8;
  font-weight: bold;
  font-family: "Gotham Ultra", sans-serif;
  line-height: 1;
  position: absolute;
}
.quoteIcon.top{ left:0px; top:-11px; }
.quoteIcon.bottom{ right:0px; bottom:20px; }
.testimonialQuote {
  font-style: italic;
  padding: 0;
  border: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0px 0 30px;
  font-family: Open Sans, sans-serif;
}
.testimonialAuthor {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  color: #000000;
  margin:0px;
  text-transform: uppercase;
}
@media (max-width: 1367px) {
  .testimonialBox{  margin-bottom:60px; }
}
@media (max-width: 1024px) {
  .testimonialsWrapper { max-width: 695px; }
  .testimonialBox{  margin-bottom:40px; }
  .testimonialQuote { font-size: 18px; margin: 0px 0 25px; }
  .quoteIcon { font-size: 76px; }
}
@media (max-width: 768px) {
  .testimonialsWrapper { max-width: 520px; }
}
@media (max-width: 576px) {
  .testimonialQuote { font-size: 16px; }
  .testimonialAuthor { font-size: 12px; }
  .quoteIcon { font-size: 42px; }
  .testimonialBox { padding: 0 30px; }
  .quoteIcon.top { top: -7px; }
  .quoteIcon.bottom { bottom: 35px; }
}


/* Recent project */
.recentProjects { text-align: center; }
.recentProjects .sectionTitle { margin-bottom: 60px; }
.projectsGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 0 21px;
}
.projectItem {
  width: calc(33.33% - 27px);
  text-align: center;
  transition: transform 0.3s ease;
}
.projectImage {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  line-height:0;
}
.projectImage img {
  width: 100%;
  border-radius:0px;
}
.projectItem:hover{ transform: translateY(8px); }
.projectLogo { margin-top: 20px; }
.projectLogo img {
  max-width: 180px;
  height: auto;
  display: inline-block;
  object-fit: contain;
}
@media (max-width: 1367px) {
  .projectLogo img { max-width: 120px; }
  .projectsGrid { padding:0; }
}
@media (max-width: 1024px) {
  .recentProjects .sectionTitle{ margin-bottom: 30px; }
}
@media (max-width: 768px) {
  .projectsGrid { flex-direction: column; align-items: center;  gap: 50px; }  
  .projectItem { width: 100%; max-width: 296px; }
}
@media (max-width: 576px) {
  .recentProjects .sectionTitle{ font-size: 28px; }
}

/* Right Image Left Content */
.rightimageleftcontent{ padding-top:20px; }
.leftrightOuter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.leftrightOuter .leftcontent-info{ width: calc(50% - 20px); max-width: 600px; }
.leftrightOuter .right-img{ width: calc(50% - 20px); line-height:0; }
.leftrightOuter .leftcontent-info .leftcontent-inner{ margin-top:60px; }
.leftrightOuter .leftcontent-info .leftcontent-inner:first-child{ margin-top:0px !important; }
.leftrightOuter .leftcontent-info .leftcontent-head{ margin-bottom:18px; }
.leftrightOuter .leftcontent-info .leftcontent-desc ul > li{ font-size: 24px; }
.leftrightOuter .leftcontent-info .leftcontent-desc ol > li{ margin-bottom:30px; line-height: 1.3; }
@media screen and (max-width:1366px) {
  .leftrightOuter{ align-items: flex-start; }
}
@media screen and (max-width:1024px) {
  .rightimageleftcontent{ padding-top:70px; }
  .leftrightOuter .leftcontent-info .leftcontent-desc ul > li { font-size: 20px; }
  .leftrightOuter .leftcontent-info .leftcontent-inner{ margin-top:50px; }
}
@media screen and (max-width:768px) {
  .leftrightOuter{ flex-direction:column; }
  .leftrightOuter .leftcontent-info{ width:100%; max-width: 100%; order:2; }
  .leftrightOuter .right-img{ width: 100%; order:1; }
}
@media screen and (max-width:576px) {
  .leftrightOuter .leftcontent-info .leftcontent-desc{ font-size:18px; }
  .leftrightOuter .leftcontent-info .leftcontent-inner:first-child .leftcontent-desc p{ font-size:16px; }
  .leftrightOuter .leftcontent-info .leftcontent-desc ul > li { font-size: 18px; }
  .leftrightOuter .leftcontent-info .leftcontent-inner{ margin-top:40px; }
}


/* Service  */
.services-title{ 
  text-align:center;
  padding:0 20px; 
  font-family: "Gotham Ultra", sans-serif;
}
.services-section{ padding:40px 0 100px; }
.content-sec8 .slider-hp {
    max-width: 1366px;
    margin: auto;
}
.content-sec8 .slider-hp .owl-dots {
    display: none;
}
.content-sec8 .slider-hp p.title span:nth-child(1) {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    font-family: 'Oswald', sans-serif;
    margin-right: 15px;
}
.content-sec8 .slider-hp p.title a{
	position:relative;
	z-index:2;
}
.content-sec8 .slider-hp p.title a:after {
	content: "";
    width: 102%;
    height: 10px;
    background: #98E1FF;
    position: absolute;
    left: -2px;
    bottom: 2px;
    z-index: -1;
}
.content-sec8 .slider-hp p.title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
.content-sec8 .slider-hp p.title a{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 35%;
    width: 60px;
    height: 60px;
    background: #000;
    z-index: 9999;
    opacity: 1;
    color: #fff;
    outline: none;
    border-radius: 0px;
    cursor:pointer;
    font-size:0px;
    
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 35%;
    width: 60px;
    height: 60px;
    background: #000 !important;
    z-index: 9999;
    opacity: 1;
    color: #fff !important;
    outline: none;
    border-radius: 0px !important;
    cursor:pointer;
    font-size:0px;
}
.content-sec8 .slider-hp .owl-nav .owl-next.disabled{
    display:none;
}
.content-sec8 .slider-hp .owl-nav .owl-prev.disabled{
    display:none;
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-next span {
    font-size: 0px;
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-prev span {
    font-size: 0px;
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-next:after {
       width: 15px;
       content: "";
       background: url(/wp-content/uploads/2020/12/slider-arrow-next.png);
       height: 25px;
       position: absolute;
       background-repeat: no-repeat;
       top: 18px;
       left: 26px;
}
.content-sec8 .slider-hp .owl-carousel .owl-nav .owl-prev:after {
       width: 15px;
       content: "";
       background: url(/wp-content/uploads/2020/12/arrow-slider-prev.png);
       height: 25px;
       position: absolute;
       background-repeat: no-repeat;
       top: 18px;
       right: 26px;
}
.content-sec8 .slider-hp .owl-carousel .owl-stage{ padding-left:0px !important; }
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item img {
    position: relative;
    height: 230px;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 15px;
    max-width: 300px;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content span.slider-title {
    font-size: 44px;
    line-height: 48px;
    color:#fff;
    font-weight:500;
    font-family: 'Oswald', sans-serif;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content span.slider-title span.sliderT:last-child {
    margin-bottom: 7px;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content span.slider-title span.sliderT{
    display:block;
    width:100%;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content span.slider-des {
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    font-weight:400;
}
.content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-main:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(/wp-content/uploads/2021/03/ic_arrow_forward_24px.png);
    background-repeat: no-repeat;
    right: 10px;
    bottom: 15px;
}
.content-sec8 .slider-hp .owl-carousel:after {
    content: "";
    width: 80px;
    height: 240px;
    display: block;
    position: absolute;
    right: -2px;
    top: -6px;
    z-index: 9;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 1150px) {
  .content-sec8 .slider-hp { padding-left: 25px; }
}
@media only screen and (min-width: 769px) and (max-width: 1025px) {
  .recentProjects .sectionTitle{ font-size:32px; }
}
@media only screen and (max-width: 1025px) {
    .services-section{ padding:20px 0 80px; }
     .content-sec8 .slider-hp .owl-carousel:after {
        width: 75px;
        height: 180px;
        right: -2px;
        top: -5px;
    }
    .content-sec8 .slider-hp {
        padding-left: 40px;
    }
    
    .content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-main:after {
        background: url(/wp-content/uploads/2021/03/ic_arrow_forward_24px-1.png);
        width: 18px;
        height: 18px;
    }
    .m-section8 .content-sec8 h4 {
        font-size: 32px;
        line-height: 32px;
    }
    .content-sec8 .slider-hp .owl-carousel .owl-nav .owl-next {
        width: 45px;
        height: 43px;
        top: 35%;
    }
    .content-sec8 .slider-hp .owl-carousel .owl-nav .owl-prev {
        width: 45px;
        height: 43px;
        top: 35%;
    }
    .content-sec8 .slider-hp .owl-item { height: 168px; }
    .content-sec8 .slider-hp .owl-carousel .owl-nav .owl-next:after {
        background: url(/wp-content/uploads/2021/03/arrow-mobile-slider.png);
        background-repeat: no-repeat;
        height: 18px;
        width: 10px;
        left: 19px;
        top: 13px;
    }
    .content-sec8 .slider-hp .owl-carousel .owl-nav .owl-prev:after {
        background: url(/wp-content/uploads/2021/03/arrow-prev-mobile-slider.png);
        background-repeat: no-repeat;
        height: 18px;
        width: 10px;
        left: 16px;
        top: 13px;
    }
    .content-sec8 .slider-hp .owl-carousel:after {
        width: 75px;
        height: 180px;
        right: -2px;
        top: -5px;
    }
    .services-section{ padding:40px 0 110px; }
}
@media only screen and (max-width: 768px) {
    .services-section{ padding:0px 0 60px; }
    .content-sec8 .slider-hp .owl-carousel.owl-drag .owl-item .slider-content span.slider-title {
        font-size: 32px;
        line-height: 35px;
    }
}
@media only screen and (max-width:640px) {
.content-sec8 .slider-hp { padding-left: 20px; padding-top: 10px; }
}

/* CTA form section */
.cta-form-section {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 45px 20px;
}

.cta-heading {
  font-size: 46px;
  line-height:1.35;
  color: #fff;
  font-family: Open Sans, sans-serif;
  margin: 0;
}
.cta-subheading {
  font-size: 28px;
  font-weight: 600;
  line-height:1.35;
  font-family: Open Sans, sans-serif;
  color: #FFFFFF;
  margin:0 0 28px;
}
.cta-subheading span{color: #FFCA39;}
.cta-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.cta-form-wrapper input,
.cta-form-wrapper select,
.cta-form-wrapper textarea {
  width: 100%;
  padding: 12px 16px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.cta-form-wrapper .wpcf7-not-valid-tip {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    text-align: left;
}
.cta-form-wrapper input[type="submit"] {
  background-color: #ffcc33;
  color: #000;
  font-weight: bold;
  padding: 12px 36px;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-form-wrapper input[type="submit"]:hover { background-color: #e6b830; }
.cta-form-section .contact-form-grid {
    display: flex;
    flex-direction: column;
    gap: 11px;
    max-width: 900px;
    margin: 0 auto;
}
.cta-form-section .form-row p{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin:0;
}
.cta-form-section .contact-form-grid p{margin:0px;} 
.cta-form-section .contact-form-grid p.note{font-family: Open Sans, sans-serif; font-style:italic; font-size:14px; }
.cta-form-section input[type=text],
.cta-form-section input[type=email],
.cta-form-section input[type=url],
.cta-form-section select {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 4px;
    background: #F0F0F0;
    font-size: 15px;
    margin: 0;
    color: #000000;
    font-style: italic;
    font-family: Open Sans, sans-serif;
    min-height: 50px;
}
.cta-form-section select{
    appearance: none;
    -webkit-appearance: none;
    padding-right:40px;
    background: url(/wp-content/uploads/2025/10/dropdown-arrow.png) no-repeat right #ffffff;
}
.cta-form-section input[type=submit],
.cta-form-section .btn.btn-yellow {
    background-color: #ffcc33;
    color: #000;
    border: none;
    border-radius: 25px;
    padding: 12px 36px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.cta-form-section input[type=submit]:hover { background-color: #e6b82d; }
.cta-form-section .required-note {
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.form-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #000;
  padding:30px 0 0;
}
.note {
  font-style: italic;
  color: #fff;
  opacity: 0.8;
  font-size: 0.9rem;
}
.submit-btn {
  background-color: #FECA39;
  color: #000;
  font-weight: 700;
  font-size: 19px;
  border: none;
  border-radius: 25px;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: Open Sans, sans-serif;
}
.submit-btn:hover {
  background-color: #ffd862;
  transform: translateY(-2px);
}
.cta-form-wrapper .wpcf7-response-output {
    font-size: 16px;
    font-family: Open Sans, sans-serif;
    line-height: 1.3;
    padding: 10px 15px !important;
}
@media (max-width: 1366px) {
  .cta-heading { font-size: 42px; }
}
@media (max-width: 1024px) {
  .cta-heading { font-size: 40px;  max-width: 570px; margin: 0 auto; }
}
@media (max-width: 768px) {
  .cta-heading { font-size: 32px; max-width: 460px; }
  .cta-subheading { font-size: 20px; }
}
@media (max-width: 576px) {
  .cta-form-section { text-align: left; padding: 30px 20px; }
  .cta-heading { font-size: 30px; max-width: 100%; margin-bottom:20px; }
  .cta-subheading { font-size: 18px; }
  .cta-form-section .form-row p { grid-template-columns: repeat(1, 1fr); gap: 10px; }
  .cta-form-section input[type=text], .cta-form-section input[type=email], .cta-form-section input[type=url], .cta-form-section select { padding: 18px 14px; }
}

.infosummaryOuter .cmstext{max-width:1140px; } 
.takeawaycontainer{ max-width: 1160px; margin: 0 auto; }
@media screen and (max-width:576px) {
  .conclusion .cmstext{ font-size:18px; }
}