/*
Theme Name: Custom LMS Theme
Theme URI: None
Author: Me
Author URI: None
Description: Our 2019 default theme is designed to show off the power of the block editor. Requires at least: WordPress 4.9.6
Version: 0.1
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.SocialShareMobile{
	display:none;
}
.ez-toc-title-toggle{
	display:none
}
.max-con {
  width: 90%;
  margin: auto;
}

body {
  font-family: "Guminert", serif !important;
  color: #000;
  overflow-x:hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}


/*img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*}*/

@keyframes drawPath {
  0% {
    stroke-dashoffset: -3100;
    fill-opacity: 1;
  }
  50% {
    stroke-dashoffset: 0;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 3100;
    fill-opacity: 1;
  }
}

.preloader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 1111111;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.preloader svg path {
  fill: #bd202f;
  stroke: #bd202f;
  stroke-width: 10;
  stroke-dasharray: 3100;
  stroke-dashoffset: -3100;
  animation: drawPath 4s linear infinite;
}

table {
  width: 100%;
  margin: 1rem 0;
  color: #212529;
}
table tbody tr:nth-child(1) td,
table tbody tr:nth-child(1) td span {
  font-weight: 600 !important;
  background: #f9f9f9;
}
table tbody tr:nth-child(1) th,
table tbody tr:nth-child(1) th span {
  font-weight: 600 !important;
  background: #f9f9f9;
}
table td,
table th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
.blog-main-content #ez-toc-container {
  display: none;
}

#gform_ajax_spinner_2 {
  display: none;
}

/*.menu-item-3883 > a,*/
/*.menu-item-3556 > a {*/
/*  border-bottom: 2px solid #fff;*/
/*}*/

 .current-menu-parent > a ,
.current-menu-item a {
    border-bottom: 2px solid #fff;
} 

.blogLink a {
  color: #fff !important;
}
.blog-load-more {
  margin-top: 40px;
}
.SocialShare .heateor_sss_sharing_ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
a {
  /*  font-size: 16px;*/
  font-weight: normal;
    color: #be1e2d;
  transition: all 0.4s ease-In-out;
}

button {
  transition: all 0.4s ease-In-out;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none !important;
}
/* block CTA */

.blog-cta {
  padding: 60px;
  gap: 20px;
}

/* HEADER START */
.mobile-nav {
  display: none;
}
.main-header {
  background: transparent;
  color: #000;
  padding: 16px 70px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 100;
}
.main-header .call-to-action {
  background-color: #c30010;
  width: fit-content;
  padding: 8px 12px;
  position: absolute;
  right: 64px;
  top: 85px;
  z-index: 100;
  height: max-content;
  transition-duration: 0.5s;
  transform-origin: 214px 10px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: rotate(-90deg);
}
.main-header .call-to-action a {
  color: #fff;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
.main-header .active-rotate {
  right: 24px;
  transform: rotate(0deg);
}
.main-header .grid-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .grid-info .center-info .header-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
	padding-left:0px;
}
.main-header .grid-info .center-info .header-menu ul li {
  padding: 10px 0;
}
.main-header .grid-info .center-info .header-menu ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
.main-header .grid-info .center-info .header-menu ul li .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #262525;
  gap: 0;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 5px;
  align-items: flex-start;
  border-radius: 0;
  z-index: 1;
}
.main-header .grid-info .center-info .header-menu ul li .sub-menu li {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
.main-header .grid-info .center-info .header-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-header .grid-info .center-info .header-menu ul .active {
  border-bottom: 2px solid #fff;
}
.main-header .grid-info .center-info .header-menu ul .li-hover .sub-menu li {
  padding: 5px 10px;
  width: 100%;
  transition: 0.5s;
}
.main-header .grid-info .center-info .header-menu ul .li-hover .sub-menu li a {
  padding: 0 !important;
  color: #fff;
}

.main-header .grid-info .center-info .header-menu ul .li-hover:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  box-shadow: 3px 3px 10px #000 47;
}
.main-header .grid-info .right-info button {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
	background:#fff !important;
	color:#BE1E2D;
	border:1px solid #fff;
	border-radius: 50px;
}
.main-header .grid-info .right-info button:hover{
	color:#fff;
background:transparent !important;
}

/* HEADER END */

.highlighted-box {
  border-radius: 8px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* footer start */
.main-footer {
  background-color: #313030;
  color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.main-footer .footer-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-gap: 100px;
}
.main-footer .footer-grid .left-info h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 45.01px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 50px;
}
.main-footer .footer-grid .left-info .grid-info {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.main-footer .footer-grid .left-info .grid-info span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.main-footer .footer-grid .left-info .grid-info p {
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: #7b7a7a;
  margin: 0;
}
.main-footer .footer-grid .left-info .grid-info p a {
  color: #7b7a7a;
  transition: 0.5s;
}
.main-footer .footer-grid .left-info .grid-info p a:hover {
  color: #fff;
}
.main-footer .footer-grid .left-info .social-icon {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.main-footer .footer-grid .left-info .social-icon a i {
  font-size: 30px;
  color: #fff;
  transition: 0.5s;
}
.main-footer .footer-grid .left-info .social-icon a:hover i {
  scale: 1.2;
}
.main-footer .footer-grid .right-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.main-footer .footer-grid .right-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-footer .footer-grid .right-info ul span {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.main-footer .footer-grid .right-info ul li a {
  color: #7b7a7a;
  font-family: var(--font-inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  transition: 0.5s;
}
.main-footer .footer-grid .right-info .footer-nav .current-menu-item a {
  color: #fff;
  border:none !important;
}
.main-footer .footer-grid .right-info ul li a:hover {
  color: #fff;
}
/*.main-footer .footer-grid .right-info img {*/
/*  max-width: 100px;*/
/*  min-height: 65px;*/
/*  width: auto;*/
/*  height: auto;*/
/*}*/
.main-footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-footer .copyright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
}
.main-footer .copyright ul li a {
  font-family: var(--font-inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
  transition: 0.5s;
}
.main-footer .copyright ul li a:hover {
  color: #7b7a7a;
}
.main-footer .copyright p {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  text-align: right;
  color: #7b7a7a;
  margin: 0;
}
.main-footer .copyright p a {
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  color: #7b7a7a;
  /*    text-decoration: underline;
   text-underline-position: under; */
  transition: 0.5s;
}
.main-footer .copyright p a:hover {
  color: #fff;
}

/* footer end */

/* BLOG MAIN */
.blogBanner {
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}
.blogBanner .banner-info {
  padding: 150px 0px;
  width: 45%;
}
.blogBanner .banner-info h1 {
  font-size: 50px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 20px;
  color: #ffffff;
}
.blogBanner .banner-info h1 span {
  font-family: "Scotch Text Comp Sm It", serif, serif;
  font-size: 54px;
}
.blogBanner .banner-info p {
  font-size: 25px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff;
}
.feature-blog-wrapper{
	padding:50px 0;
}
.feature-blog-wrapper .feature-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 40px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main{
    display:flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image{
    width: 300px;
}

.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image img{
    width:100%;
    height:160px;
    object-fit:cover;
	border-radius:12px;
}
.feature-blog-wrapper .feature-grid .feature-left .left-info h3, .feature-blog-wrapper .feature-grid .feature-right .right-info h3{
    font-size: 40px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 30px;
}
.feature-blog-wrapper .feature-grid .feature-left .left-info h3 span, .feature-blog-wrapper .feature-grid .feature-right .right-info h3 span{
    font-family: "Scotch Text Comp Sm It", serif;
    font-size: 48px;
}

.feature-blog-wrapper .feature-grid .feature-left .blog-img img{
    height:500px;
	max-height:100%
}
.latest-content .short-cont{
	padding:0px
}
.latest-content .short-cont h3{
  font-size:20px;
  line-height:1.2;
	margin-bottom:10px;
	    color: #333333;
}
.latest-content .short-cont p{
  font-size:16px;
	line-height:1.5;
	margin-bottom:10px;
}

.latest-content .author--wrapper .author-info .info h4 {
  font-size: 14px;
	margin-bottom:5px;
}
.latest-content .author--wrapper .author-info .info p {
  font-size: 12px;
	width:fit-content;
}
.latest-content .author--wrapper .reading-time-bubble {
  font-size: 14px;
}
.latest-content .post-date {
  font-size: 16px;
}
.latest-content .author--wrapper .author-info .author-img img {
	width:40px;
	height:40px
}
.blog-category-tab-wrapper .flex-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-category-tab-wrapper .flex-info .cus--search {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-category-tab-wrapper .flex-info .cus--search svg {
  position: absolute;
  top: 10px;
  left: 16px;
  margin: auto;
  width: 20px;
  height: 20px;
}

.blog-category-tab-wrapper .flex-info .cus--search input {
  border-radius: 40px;
  width: 280px;
  height: 40px;
  border: 1px solid #d2d2d2;
  padding-left: 45px;
  padding-right: 10px;
  outline: none;
}

.blog-tab-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 0px;
  padding: 0;
}
.blog-tab-category li {
  font-size: 18px;
  font-weight: 500;
  padding: 8px 20px;
  border-radius: 50px;
  color: #333333;
}
.blog-tab-category li a {
  color: #333333 !important;
  transition: 0s !important;
}

.blog-tab-category li.active {
  background: #be1e2d;
  color: #fff;
}
.blog-tab-category li.active a {
  color: #fff !important;
}
.blog-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.blog-posts-card {
  transition: 0.5s;
  box-shadow: 3px 4px 23.2px 0px #0000001f;
  border-radius: 16px;
}

.blog-posts-card .blog-content a{
	width:100%;
}

.blog-posts-card .short-cont {
  padding: 20px;
  transition: 0.5s;
}
.blog-posts-card .short-cont h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #333333 !important;
  margin-bottom: 10px;
}
.blog-posts-card .short-cont p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #969696;
}
.blog-posts-card .short-cont ul {
  list-style: none;
  display: flex;
  padding: 0;
  gap: 10px;
  margin-bottom: 10px;
}
.blog-posts-card .short-cont ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #c30010 !important;
  background-color: #c300100d;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  width: fit-content;
}
.blog-posts-card .blog-img{
	position:relative;
}
.blog-posts-card .blog-img img {
  height: 370px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 16px;
}

.blog-posts-card .blog-img ul{
	padding:0;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    bottom: 15px;
    right: 15px;
    gap: 10px;
	margin: 0;
}

.blog-posts-card .blog-img ul li{
    font-size: 15px;
    background: #D01F30;
    padding: 4px 20px;
    border-radius: 20px;
    color: #fff !important;
}
.author--wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.author--wrapper .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.author--wrapper .author-info .author-img img {
  border-radius: 50px;
}
.author--wrapper .author-info .info h4 {
  font-size: 16px;
  font-weight: 600;
  color: #2b2c34;
}
.author--wrapper .author-info .info p {
  font-size: 14px;
  font-weight: 500;
  color: #2b2c34;
  line-height: 1;
  margin: 0;
	width:fit-content;
}
.author--wrapper .reading-time-bubble {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #2b2c34;
  margin: 0;
}

.blogMainCTA {
  padding: 60px 0;
}
.blogMainCTA .cta-grid {
 display: grid;
    grid-template-columns: 1fr 1.3fr;
    align-items: center;
    gap: 50px;
}
.blogMainCTA .cta-grid .right-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 25px;
	color:#333333;
}
.blogMainCTA .cta-grid .right-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
	margin-bottom:20px;
}
button {
  background-color: #D01F30;
  border: 1px solid #D01F30;
  box-shadow: none;
  padding: 12px 30px;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
	border-radius:50px;
	letter-spacing:1px;
}
button:hover {
  background-color: #fff;
  color: #D01F30;
}
.blogMainCTA .cta-grid .left-info img {
  margin-left: auto;
  display: block;
  width: 100%;
  height: auto;
}

/* BLOG MAIN END */

/*SINGLE PAGE*/
.post-single-banner {
  padding: 80px 0 60px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom:50px;
	background: #A2B4D2;
background: linear-gradient(110deg, rgba(162, 180, 210, 1) 0%, rgba(171, 164, 207, 1) 15%, rgba(176, 159, 200, 1) 30%, rgba(182, 155, 193, 1) 45%, rgba(194, 153, 183, 1) 60%, rgba(207, 155, 174, 1) 75%, rgba(234, 180, 166, 1) 100%);
}
.post-single-banner .single-banner h1 {
  font-size: 60px;
	font-weight: 600;
	line-height: 70px;
	margin-bottom: 25px;
	color: #fff;
	width: 50%;
}

.post-single-banner .single-banner p{
	 font-size: 20px;
  font-weight: 500;
	color:#fff;
	margin:0;
}
.post-single-banner .single-banner p img{
	margin-right:10px;
}
.post-single-banner .single-banner p span{
	font-size:16px
}
.post-content-Single .blog-main-single{
	display:grid;
	grid-template-columns:.8fr 2fr 1fr;
	gap:50px;
}
.post-content-Single .blog-main-single .left-info{
	position:sticky;
	top:40px;
	height:max-content;
}
.post-content-Single .blog-main-single .left-info #ez-toc-container {
	background: transparent;
	border: 0px;
	border-radius: 4px;
	display: block !important;
	
  }
  .post-content-Single .ez-toc-title-container {
	margin-bottom: 20px;
  }
  .post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-title {
	color: #000;
	font-size: 28px;
	font-weight: 600;
  }
  
  .post-content-Single .blog-main-single .left-info #ez-toc-container ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
  }
  
  .post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-list li a {
	padding-left: 12px;
	transition: 0s;
	color: #000;
  }
  
  .post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-list li a.active {
	color: #e80101;
	border-left: 2px solid #e80101;
  }
.post-content-Single .blog-main-single .right-info{
	position:sticky;
	top:40px;
	height:max-content;
}
.post-content-Single .blog-main-single .right-info .ctaOne{
	padding:35px 25px;
	background-image:url('/wp-content/uploads/2026/05/ctabg.webp');
	background-repeat:no-repeat;
	background-size:cover;
	border-radius:20px;
	margin-bottom:30px;
}
.post-content-Single .blog-main-single .right-info .ctaOne h2{
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    line-height: 38px;
}
.post-content-Single .blog-main-single .right-info .ctaOne p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
.post-content-Single .blog-main-single .right-info .ctaOne button{
    background: #fff;
    border-color: #fff;
    color: #D01F30;
    font-size: 14px;
	letter-spacing:0;
}
.post-content-Single .blog-main-single .right-info .ctaOne button:hover{
	background:transparent;
	color:#fff;
}
.post-content-Single .blog-main-single .right-info .ctaTwo{
	padding:35px 25px;
	background-color:#D01F30;
	border-radius:20px;
	position:relative;
}
.post-content-Single .blog-main-single .right-info .ctaTwo::before {
    content: "";
    background-image: url(/wp-content/uploads/2026/02/Ellipse-1275.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 110px;
    left: 0;
    top: 0;
}
.post-content-Single .blog-main-single .right-info .ctaTwo::after {
       content: "";
    background-image: url(/wp-content/uploads/2026/02/Group-1171275805.png);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 200px;
    right: 0;
    bottom: 0;
    background-position: bottom right;
}
.post-content-Single .blog-main-single .right-info .ctaTwo h3{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
	position:relative;
	z-index:1;
}
.post-content-Single .blog-main-single .right-info .ctaTwo h3 span{
	 font-family: "Scotch Text Comp Sm It", serif;
}
.post-content-Single .blog-main-single .right-info .ctaTwo p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
	position:relative;
	z-index:1;
}
.post-content-Single .blog-main-single .right-info .ctaTwo button{
    background: #fff;
    border-color: #fff;
    color: #D01F30;
    font-size: 14px;
	letter-spacing:0;
	position:relative;
	z-index:1;
}
.post-content-Single .blog-main-single .right-info .ctaTwo button:hover{
	background:transparent;
	color:#fff;
}
.post-content-Single p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
}
.post-content-Single p a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  text-decoration: underline;
}
.post-content-Single p a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  text-decoration: underline;
}

.post-content-Single .blog-main-content ul li a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #666666;
  text-decoration: underline;
}
.post-content-Single .blog-main-content ul {
  list-style: disc;
}
.post-content-Single .blog-main-content ul li {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7b7a7a;
}
.post-content-Single .blog-main-content h2,
.post-content-Single .blog-main-content h2 span,
.post-content-Single .blog-main-content h2 span a {
  font-size: 28px;
  font-weight: 600 !important;
  line-height: 35px;
  color: #333333;
}
.post-content-Single .blog-main-content h3,
.post-content-Single .blog-main-content h3 span {
  font-size: 24px;
  font-weight: 600 !important;
  line-height: 28px;
  color: #333333;
}
.post-content-Single .blog-main-content h4,
.post-content-Single .blog-main-content h4 span {
  font-size: 22px;
  font-weight: 500 !important;
  line-height: 28px;
  color: #333333;
}
.post-content-Single .blog-main-content h5,
.post-content-Single .blog-main-content h5 span {
  font-size: 18px;
  font-weight: 500 !important;
  line-height: 28px;
  color: #333333;
}

.post-content-Single .blog-main-content a {
    color: #be1e2d;
}

.heateor_sss_svg {
  box-shadow: 0px 0px 10px 0px #0000001a !important;
  padding: 4px !important;
  transition: 0.5s;
}
.heateor_sss_svg svg path {
  transition: 0.5s;
}
/* .heateor_sss_svg:hover{
  background:#c30010 !important;
} */
.heateor_sss_svg:hover svg path {
  fill: #c30010 !important;
}
.main-related-post {
  padding: 60px 0;
  position: relative;
  z-index: 1;
  background: #fff;
}
.main-related-post h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
  color: #333333;
  margin-bottom: 30px;
}
.main-related-post h2 span{
	font-size:54px;
	font-family: "Scotch Text Comp Sm It", serif;
	position:relative;
	z-index:1;
}
.main-related-post h2 span::before{
	content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    z-index: -1;
}
.main-related-post .related-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.blog-category-tab-wrapper .blog-tab-content {
  padding: 0;
	margin-top:50px;
}

.faqMainSection{
	padding:50px 0;
}
/*SINGLE PAGE END*/

/* SEARCH PAGE */
.searchBanner {
  padding: 80px 0 60px;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-bottom:50px;
}
.searchResult{
	padding: 80px 0;
}
.searchBanner .cus--search{
	  position: relative;
	  display: flex;
	  align-items: center;
	  width:70%;
	  margin:auto;
  }
  .searchBanner .cus--search svg{
	  position: absolute;
	  top: 16px;
	  left: 16px;
	  margin: auto;
  }
  .searchBanner .cus--search input{
	  border-radius: 40px;
	  width: 100%;
	  height: 50px;
	  border: 1px solid #D2D2D2;
	  padding-left: 45px;
	  padding-right: 10px;
	  outline:none;
  }
  .searchBanner .search-text {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding-top: 50px;
}
.blog-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
/* SEARCH PAGE END */

/*POPUP START*/
.customMainPopup .modal-dialog {
  max-width: 1010px;
}
.customMainPopup .modal-body {
  padding: 0;
}
.customMainPopup .main-popup-from .close {
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  width: 26px;
  height: 26px;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 1;
  color: #fff;
}
.customMainPopup .main-popup-from .main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.customMainPopup .main-popup-from .main-grid .left-info {
  padding: 40px;
  background-color: #be1e2d;
  /* background-image: url("/wp-content/uploads/2025/07/texture-bg.webp"); */
  /*    background-image: url("/wp-content/uploads/2024/10/popup-bg.webp"); */
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-position: center top;
  background-size: cover;
}
.customMainPopup .main-popup-from .main-grid .left-info img {
  margin-right: auto;
}

.customMainPopup .main-popup-from .main-grid .left-info .first-box h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 55.01px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
  color: #fff;
}
.main-popup-from .main-grid .left-info .first-box img {
  width: 100%;
  height: auto;
}

.customMainPopup .main-popup-from .main-grid .left-info .second-box{
  display: flex;
    justify-content: space-between;
    gap: 30px;
}
.customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne{
  position: relative;
  text-align: center;
}
.customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne::before{
  content: "";
    position: absolute;
    background-color: #fff;
    height: 70px;
    width: .5px;
    right: -15px;
}
.customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne h3 {
      color: #fff;
    font-family: Guminert;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
}

.customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne p {
  color: #fff;
    font-size: 14px;
    font-family: Guminert;
}
.customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne:last-child::before {
  content: none;
}
.customMainPopup .main-popup-from .main-grid .right-info {
  padding: 30px;
}
.customMainPopup .main-popup-from .main-grid .right-info h2 {
  font-size: 37px;
    font-weight: 400;
    line-height: 55.01px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1d1d1d;
    margin-bottom: 0;
}
.customMainPopup .main-popup-from .main-grid .right-info h4 {
  font-size: 23px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  color: Grey;
  font-family: "Scotch Text Comp Sm It", serif;
}
 .customMainPopup .main-popup-from .main-grid .right-info h4 span {
   font-family: "Guminert"
}
.customMainPopup .main-popup-from .main-grid .right-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
  text-align: left;
  color: #7b7a7a;
}
.customMainPopup .main-popup-from .main-grid .right-info .popupForm #gform_submit_button_2 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #c30010;
  border: 1px solid #c30010;
  color: #fff;
  padding: 0;
}
.customMainPopup .main-popup-from
  .main-grid
  .right-info
  .popupForm
  #gform_submit_button_2:hover {
  background-color: #fff;
  color: #c30010;
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm .ginput_container {
  position: relative;
}
.customMainPopup .main-popup-from .main-grid .right-info .popupForm .ginput_container {
  display: flex;
  /*   margin-bottom: 15px;*/
}
.customMainPopup .main-popup-from
  .main-grid
  .right-info
  .popupForm
  .ginput_container
  span::before {
  content: "";
  background-image: url("/wp-content/uploads/2024/05/vector.png");
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.customMainPopup .main-popup-from .main-grid .right-info .popupForm .ginput_container img {
  position: absolute;
  top: 12px;
  left: 10px;
  margin: auto;
  display: block;
  width: 25px;
  object-fit: contain;
}
.customMainPopup .main-popup-from .main-grid .right-info .popupForm .input-field {
    position: relative;
    margin-bottom: 15px;
}
.customMainPopup .main-popup-from .main-grid .right-info .popupForm input {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
  background-image: unset;
  width: 100%;
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm textarea {
  border: 0;
  border-bottom: 1px solid #c1ccd7;
  font-family: var(--font-inter);
  color: #000;
  border-radius: 0;
  resize: none;
  box-shadow: none;
  padding: 12px 12px 12px 40px;
  width: 100%;
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm .input-field::before {
  content: "";
  /*   background-image: url("/wp-content/uploads/2024/05/vector.png");*/
  width: 25px;
  height: 25px;
  position: absolute;
  left: 6px;
  top: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm .field-name::before {
  background-image: url("/wp-content/uploads/2024/05/vector.png");
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm .field-email::before {
  background-image: url("/wp-content/uploads/2024/05/email.png");
}
.customMainPopup .main-popup-from
  .main-grid
  .right-info
  .popupForm
  .field-message::before {
  background-image: url("/wp-content/uploads/2024/05/message.png");
  top: 15px;
}
.customMainPopup .main-popup-from
  .main-grid
  .right-info
  .popupForm
  .field-phone::before {
  background-image: url("/wp-content/uploads/2024/05/call.png");
  background-size: contain;
}
.customMainPopup .main-popup-from
  .main-grid
  .right-info
  .popupForm
  .field-budget::before {
  background-image: url("/wp-content/uploads/2024/05/dollar.png");
}

.customMainPopup .main-popup-from .main-grid .right-info .popupForm.btnWrapper button{
    width: 100%
}




.faqBlogSection .faqSection {
  margin-top: 40px;
}

.faqBlogSection .faqSection h5 {
  font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333333;
    text-align: center;
}

.faqBlogSection .faqSection .card-header {
  padding: 10px 0px;
  border-bottom: none !important;
}

.faqBlogSection .faqSection .card-header h5 {
  font-size: 24px;
  font-weight: 600;
}
.faqBlogSection .faqSection .card {
  border-bottom: 1px solid #cacaca !important;
  border: 0px;
}
.faqBlogSection .faqSection .card-header {
  background-color: transparent !important;
}

.faqBlogSection .faqSection .card-header button {
  text-align: left;
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 20px;
  text-decoration: none !important;
  gap: 10px;
}
.faqBlogSection .faqSection .card-header button i {
  color: #e80101;
}

.faqBlogSection .faqSection .card-body ul {
  margin: 10px 0;
  padding-left: 20px;
}
.faqBlogSection .faqSection .card-body ul li {
  list-style: disc !important;
}

.faqBlogSection .faqSection .card-header .btn:focus {
  box-shadow: none;
}

/*ABOUT US PAGE START*/
.bannerTwo {
  padding: 100px 0;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bannerTwo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(270deg, rgba(21, 21, 21, 0) -1.51%, #101010 116.97%);
}
.bannerTwo .mainGrid {
  display: grid;
  grid-template-columns: 0.6fr 1fr;
  gap: 20px;
  height: 80vh;
  align-items: center;
}
.bannerTwo .mainGrid .left {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.bannerTwo .mainGrid .left h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 69px;
  text-align: left;
  color: #fff;
}
.bannerTwo .mainGrid .left h1 span {
  font-family: "Scotch Text Comp Sm It", serif;
  font-size: 58px;
}
.bannerTwo .mainGrid .left p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.bannerTwo .mainGrid .left p ul {
  margin: 20px 0;
  padding-left: 20px;
}
.bannerTwo .mainGrid .left p ul li {
  margin-bottom: 10px;
}
.bannerTwo .mainGrid .left .btnWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.bannerTwo .mainGrid .left .btnWrapper span {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}
.bannerTwo .mainGrid .left .btnWrapper span strong {
  font-size: 45px;
  font-weight: bold;
}
.bannerTwo.thankyou {
  height: 90vh;
}
.bannerTwo.portfolioBanner {
  height: 950px;
}
.bannerTwo.portfolioBanner .mainGrid {
  height: 700px;
}
.bannerTwo.portfolioBanner .mainGrid .left ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  align-items: flex-start;
}
.bannerTwo.portfolioBanner .mainGrid .left ul li {
  list-style: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
  align-items: flex-start;
}
.bannerTwo.portfolioBanner .mainGrid .left ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
}
.bannerTwo.pricingBanner .mainGrid .left ul li::before{
    content: "\f058";
    font-family: "Font Awesome 6 Free";
}
.bannerTwo.portfolioBanner .mainGrid .left ul li svg {
  font-size: 22px;
  padding-top: 5px;
}
.bannerTwo.aboutBanner {
  height: 950px;
}
.bannerTwo.aboutBanner .mainGrid {
  height: 800px;
  grid-template-columns: 0.8fr 1fr;
}
.bannerTwo.aboutBanner .mainGrid .left ul {
  padding-left: 15px;
}
.bannerTwo.aboutBanner .mainGrid .left ul li {
  list-style: disc;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  gap: 15px;
  align-items: flex-start;
  padding-bottom: 10px;
}
.bannerTwo.aboutBanner .mainGrid .left ul li svg {
  font-size: 22px;
  padding-top: 5px;
}
.bannerTwo.pricingBanner {
  background-color: #be1e2c;
  height: 950px;
}
.bannerTwo.pricingBanner::before {
  content: unset;
}
.bannerTwo.pricingBanner .mainGrid {
  grid-template-columns: 0.8fr 1fr;
  gap: 120px;
  height: auto;
}
.bannerTwo.pricingBanner .mainGrid .left h1 {
  color: #ffffff;
  line-height: 73px;
}
.bannerTwo.pricingBanner .mainGrid .left h1 span {
  color: #ffffff;
}
.bannerTwo.pricingBanner .mainGrid .left p {
  color: #ffffff;
}
.bannerTwo.pricingBanner .mainGrid .left ul {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
.bannerTwo.pricingBanner .mainGrid .left ul li {
  list-style: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
.bannerTwo.pricingBanner .mainGrid .left ul li svg {
  font-size: 20px;
}
.bannerTwo.pricingBanner .mainGrid .right {
  height: 100%;
  display: flex;
  align-items: center;
}
.bannerTwo.pricingBanner .mainGrid .right img {
  width: 100%;
  height: revert-layer;
  object-fit: contain;
  object-position: bottom;
}
.awardWinnig {
  padding: 80px 0;
}
.awardWinnig .main {
  text-align: center;
}
.awardWinnig .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.awardWinnig .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.awardWinnig .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.awardWinnig .main p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  width: 60%;
  margin: auto;
}
.awardWinnig .listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.awardWinnig .listing .item {
  position: relative;
  padding: 20px 0;
  padding-left: 25%;
}
.awardWinnig .listing .item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #cdcdcd;
  z-index: -1;
  top: 0;
  left: 0;
}
.awardWinnig .listing .item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  background-color: #d01f30;
  z-index: -1;
  top: 0;
  left: 0;
  z-index: 1;
}
.awardWinnig .listing .item strong {
  font-size: 55px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0;
}
.awardWinnig .listing .item p {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 500;
  color: #666666;
}
.awardWinnig .listing .item:first-child::after, .awardWinnig .listing .item:first-child::before {
  content: unset;
}
.aboutTabs {
  padding: 80px 0px;
}
.aboutTabs .headBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}
.aboutTabs .headBox h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.aboutTabs .headBox h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
  color: #be1e2d;
}
.aboutTabs .headBox h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.aboutTabs .headBox p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  margin: auto;
}
.aboutTabs .tabListing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
}
.aboutTabs .tabListing .content {
  padding-top: 20px;
}
.aboutTabs .tabListing .content .aboutAccordian {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  --bs-accordion-bg: transparent;
  border-radius: 10px;
}
.aboutTabs .tabListing .content .aboutAccordian .card{
  border:0;
  border-bottom: 1px solid #d7d7d7;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header {
  border-bottom: 0;
  background: transparent;
  padding: 0;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead {
  border-radius: 10px;
  margin: 0;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead .iconWrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead svg {
  fill: #c30010;
  font-size: 20px;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 28px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: none;
  padding: 30px 0px;
  text-decoration: none;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button::after {
  filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(2736%) hue-rotate(340deg) brightness(104%) contrast(99%);
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button:focus {
  box-shadow: unset;
}
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button[aria-expanded=true] {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.aboutTabs .tabListing .content .aboutAccordian .aboutCardBody {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 20px 20px 0px;
  line-height: 1.9;
}
.aboutTabs .tabListing .content .aboutAccordian .aboutCardBody ul {
  padding-left: 20px;
}
.aboutTabs .tabListing .content .aboutAccordian .aboutCardBody a {
  color: #ec1c24;
  text-decoration: underline !important;
  text-underline-position: under;
}
.aboutTabs .tabListing .imageBox img {
  width: 100%;
  height: auto;
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.designJourney {
  padding: 80px 0;
  background-color: #181a1d;
}
.designJourney .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}
.designJourney .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
  z-index: 1;
}
.designJourney .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.designJourney .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #ffffff;
  width: 60%;
  margin: auto;
  text-align: center;
}
.designJourney .boxesListing {
  padding-top: 60px;
}
.designJourney .boxesListing .mainList {
  display: flex;
  gap: 40px;
}
.designJourney .boxesListing .mainList.odd {
  flex-direction: row;
  justify-content: flex-end;
}
.designJourney .boxesListing .mainList.odd .empty {
  position: relative;
}
.designJourney .boxesListing .mainList.odd .empty::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/04/arrow-1.png");
  width: 583px;
  height: 104px;
  background-size: contain;
  left: 0;
  bottom: 70px;
  margin: auto;
  background-repeat: no-repeat;
}
.designJourney .boxesListing .mainList.odd .empty:nth-child(4)::before {
  display: none;
}
.designJourney .boxesListing .mainList.odd .single {
  margin-top: 130px;
}
.designJourney .boxesListing .mainList.odd:nth-child(1) .single {
  margin-top: 0;
}
.designJourney .boxesListing .mainList.even {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.designJourney .boxesListing .mainList.even .single {
  margin-top: -50px;
}
.designJourney .boxesListing .mainList.even .empty {
  position: relative;
}
.designJourney .boxesListing .mainList.even .empty::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2026/04/arrow-2.png");
  width: 465px;
  height: 257px;
  background-size: contain;
  right: 0;
  bottom: -110px;
  background-repeat: no-repeat;
}
.designJourney .boxesListing .mainList .single {
  position: relative;
  width: 35%;
  padding: 40px;
  border-radius: 14px;
  /* Your original background */
  background: linear-gradient(180deg, rgba(19, 22, 27, 0.2) 0%, rgba(91, 105, 129, 0.2) 100%);
  /* Create space for the border without using standard 'border' */
  z-index: 1;
}
.designJourney .boxesListing .mainList .single::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: conic-gradient(from var(--angle), rgba(91, 105, 129, 0.74) 0%, rgba(208, 31, 47, 0.83) 60%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: rotate 6s linear infinite;
  pointer-events: none;
}
.designJourney .boxesListing .mainList .single .img-grid {
  display: flex;
  gap: 20px;
  align-items: center;
  padding-bottom: 20px;
}
.designJourney .boxesListing .mainList .single .img-grid span {
  color: #fafafa;
  font-size:28px;
}
.designJourney .boxesListing .mainList .single p {
  color: #a1a1a1;
}
.designJourney .boxesListing .mainList .empty {
  width: 50%;
}
.designJourney .boxesListing:last-child .mainList:last-child .empty::before {
  display: none;
}
@keyframes rotate {
  to {
    --angle: 360deg;
  }
}

.aboutSuccess {
  padding: 80px 0px;
}
.aboutSuccess .main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.aboutSuccess .main .headBox h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.aboutSuccess .main .headBox h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
  color: #be1e2d;
}
.aboutSuccess .main .headBox h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.aboutSuccess .main .headBox p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  margin: auto;
}
.aboutOnestop {
  padding: 80px 0px;
}
.aboutOnestop .main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.aboutOnestop .main .headBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutOnestop .main .headBox h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
}
.aboutOnestop .main .headBox h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
  color: #be1e2d;
}
.aboutOnestop .main .headBox h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.aboutOnestop .main .headBox p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  margin: auto;
}
.aboutOnestop .main .listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutOnestop .main .listing p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  margin: auto;
}
.aboutOnestop .main .listing .extraContent ul {
  list-style: none;
  padding: 0;
}
.aboutOnestop .main .listing .extraContent ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
  padding: 25px 0px;
  border-bottom: 1px solid #bebebe;
  margin: 0;
}
.aboutOnestop .main .listing .extraContent ul li svg {
  fill: #d01f30;
}

.trustedFounder {
  padding: 80px 0;
}
.trustedFounder .main {
  text-align: center;
}
.trustedFounder .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}
.trustedFounder .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.trustedFounder .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.trustedFounder .main p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}
.trustedFounder .sliderSec {
  margin-top: 50px;
}
.trustedFounder .sliderSec .sliderInfo {
  border: 1px solid #b9b9b9;
  padding: 50px 30px 30px;
  border-radius: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trustedFounder .sliderSec .sliderInfo p {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  width: 80%;
}
.trustedFounder .sliderSec .sliderInfo .profileFlex {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
}
.trustedFounder .sliderSec .sliderInfo .profileFlex img {
  border-radius: 100px;
}
.trustedFounder .sliderSec .sliderInfo .profileFlex .info span {
  font-weight: 600;
  font-size: 16px;
  color: #666666;
  margin-bottom: 5px;
}
.trustedFounder .sliderSec .sliderInfo .profileFlex .info p {
  font-weight: 400;
  font-size: 14px;
  color: #787878;
  margin: 0;
  line-height: 1;
  width: 100%;
}
.trustedFounder .founderSlider {
  position: relative;
  margin-top: 50px;
}
.trustedFounder .founderSlider .slider-info {
  border-radius: 20px;
  border: 1px solid #d6d6d6;
  backdrop-filter: blur(7px);
  position: relative;
  height: 660px;
}
.trustedFounder .founderSlider .slider-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25.39%, rgba(253, 255, 255, 0.0474989) 63.03%, #ffffff 80%);
  border-radius: 18px;
}
.trustedFounder .founderSlider .slider-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.trustedFounder .founderSlider .slider-info .info-content {
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 20px;
}
.trustedFounder .founderSlider .slider-info .info-content::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/comma.png");
  position: absolute;
  top: -20px;
  left: 20px;
  width: 27px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}
.trustedFounder .founderSlider .slider-info .info-content p {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
.trustedFounder .founderSlider .slider-info .info-content span {
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #666666;
  display:block;
}
.trustedFounder .founder-slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.trustedFounder .founder-slider-nav .swiper-button {
  border: 1px solid #333333;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  line-height: 1;
}
.trustedFounder .founder-slider-nav .swiper-button svg {
  font-size: 20px;
}
.trustedFounder .founder-slider-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ourBlog {
  padding: 60px 0;
}
.ourBlog .grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.ourBlog .grid .main-info h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #7b7a7a;
}
.ourBlog .grid .main-info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 50px;
}
.ourBlog .grid .main-info h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
}
.ourBlog .grid .main-info h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.ourBlog .grid .main-info h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.ourBlog .grid .main-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #666666;
}
.ourBlog .grid button,
.ourBlog .grid a {
  padding: 15px 25px;
}
.ourBlog .grid-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.ourBlog .grid-info .list .image {
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
}
.ourBlog .grid-info .list .image a{
    width:100%;
    margin-top:0 !important;
}
.ourBlog .grid-info .list .image:hover img {
  transform: scale(1.05);
}
.ourBlog .grid-info .list .image img {
  width: 100%;
  height: auto;
  object-fit:cover;
  border-radius: 22px;
  transition: 0.5s;
}
.ourBlog .grid-info .list .wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ourBlog .grid-info .list .wrapper img {
  width: fit-content;
  border-radius: 50px;
  object-fit: cover;
}
.ourBlog .grid-info .list .wrapper .info span {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 0px;
}
.ourBlog .grid-info .list .wrapper .info p {
  font-size: 12px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 0;
}
.ourBlog .grid-info .list h3 {
  font-size: 27px;
  font-weight: 600;
  color: #333333;
  padding: 20px 0;
}
.ourBlog .grid-info .list a {
  margin-top: 20px;
  display: block;
  width: fit-content;
}
.imageCtaSec {
  margin: 80px 0;
  position: relative;
}
.imageCtaSec .main {
  padding: 100px 0;
  border-radius: 26px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  position: relative;
}
.imageCtaSec .main .leftInfo .subheading {
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.imageCtaSec .main .leftInfo h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
}
.imageCtaSec .main .leftInfo h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  font-size: 58px;
  font-weight: 500;
}
.imageCtaSec .main .leftInfo p {
  width: 50%;
  margin: auto;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  line-height: 32px;
}
.imageCtaSec .main .leftInfo .btnWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.imageCtaSec .main .leftInfo .btnWrapper button,
.imageCtaSec .main .leftInfo .btnWrapper a {
  font-size: 18px;
}
.imageCtaSec .main .rightInfo img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.imageCtaSec.leftCta {
  margin: 80px 0;
}
.imageCtaSec.leftCta .main {
  padding: 80px 60px;
  text-align: left;
}
.imageCtaSec.leftCta .main .leftInfo p {
  width: 100%;
  margin: unset;
  margin-bottom: 30px !important;
}
.imageCtaSec.howCta .main {
  padding: 120px 60px;
  background-position: top;
}
.imageCtaSec.howCta .main .leftInfo h2 span {
  position: relative;
  z-index: 2;
}
.imageCtaSec.howCta .main .leftInfo h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.imageCtaSec.howCta .main .leftInfo p {
  width: 75%;
}
.imageCtaSec.homePageCta .main {
  background-color: #d01f30;
}
.imageCtaSec.homePageCta .main .rightInfo img {
  bottom: 0;
  right: 10%;
  width: 320px;
  height: auto;
  margin: auto;
}
.imageCtaSec.portfolioCta {
  padding: 80px 0px;
  margin: 0;
}
.imageCtaSec.portfolioCta .main {
  background-color: #d01f30;
  gap: 20px;
}
.imageCtaSec.portfolioCta .main .rightInfo {
  text-align: right;
}
.imageCtaSec.portfolioCta .main .rightInfo img {
  all: unset;
  width: 100%;
  height: auto;
}
.imageCtaSec.portfolioBlack {
  padding: 80px 0px;
  margin: 0;
}
.imageCtaSec.portfolioBlack .main {
  background-color: #181a1d;
  gap: 10%;
}
.imageCtaSec.portfolioBlack .main .leftInfo h2 span {
  position: relative;
}
.imageCtaSec.portfolioBlack .main .leftInfo h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
}
.imageCtaSec.portfolioBlack .main .rightInfo img {
  all: unset;
  position: absolute;
  bottom: 0;
  right: 0;
}
.imageCtaSec.pricingCtaOne .main {
  background-color: #d01f30;
}
.imageCtaSec.pricingCtaOne .main .rightInfo img {
  bottom: 0;
  right: 5%;
  height: auto;
  margin: auto;
}
.imageCtaSec.pricingCta .main {
  background-color: #d86028;
}
.imageCtaSec.pricingCta .main .rightInfo img {
  bottom: 0;
  right: 50px;
  height: 100%;
}
/*ABOUT US PAGE END*/

/*PORTFOLIO PAGE*/
.portfolioMain {
  padding: 80px 0px;
}
.portfolioMain .main {
  text-align: center;
  margin-bottom: 60px;
}
.portfolioMain .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.portfolioMain .main h2 span {
  font-family:"Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
  color: #be1e2d;
}
.portfolioMain .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.portfolioMain .main p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 75%;
  margin: auto;
  line-height: 36px;
}
.portfolioMain .tabs {
  margin-bottom: 50px;
}
.portfolioMain .tabs ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolioMain .tabs ul li {
  padding: 12px 30px;
  background: transparent;
  color: #666666;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #b8b8b8;
}
.portfolioMain .tabs ul li.active {
  background: transparent;
  color: #d01f30;
  font-weight: 800;
  border-color: #d01f30;
}
.portfolioMain .tabContent .portfolioGrid {
  display: none;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem {
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .imageContainer {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 15px;
  transition: aspect-ratio 0.4s ease;
  /* Smoothly height kam hogi */
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .imageContainer a{
    display:block;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .imageContainer img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent {
  transition: all 0.3s ease;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent h3 {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent .categoryWrapper {
  display: grid;
  grid-template-rows: 0fr;
  /* Shuru mein height zero */
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease;
  opacity: 0;
  margin-top: 0px;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent .categoryWrapper ul {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0px;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent .categoryWrapper ul li {
  border: 1px solid #c1c1c1;
  padding: 5px 20px;
  border-radius: 22px;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem .hoverOverlay {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem:hover .imageContainer {
  aspect-ratio: 1/0.85;
}
.portfolioMain .tabContent .portfolioGrid .portfolioItem:hover .categoryWrapper {
  grid-template-rows: 1fr;
  /* Hover pe height auto ho jayegi smoothly */
  opacity: 1;
  margin-top: 10px;
}
.portfolioMain .tabContent .portfolioGrid.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  padding-top: 50px;
}
.portfolioMain .tabContent .portfolioGrid:nth-child(2) .portfolioItem .imageContainer img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 540px;
  transition: 8s all ease;
}
.portfolioMain .tabContent .portfolioGrid:nth-child(2) .portfolioItem .imageContainer a:hover img {
  object-position: bottom;
}
/*PORTFOLIO PAGE END*/

/*BRANDING PAGE*/
.brandingGrowth {
  padding: 100px 0;
}
.brandingGrowth .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.brandingGrowth .grid .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brandingGrowth .grid .right h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 30px;
}
.brandingGrowth .grid .right h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  color: #be1e2d;
  font-size: 58px;
}
.brandingGrowth .grid .right h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.brandingGrowth .grid .right p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}
.brandingGrowth .grid .right .listing .item {
  display: flex;
  align-items: center;
  gap: 80px;
  border: 1px solid #b3b3b3;
  padding: 12px 30px;
  border-radius: 13px;
  margin-bottom: 30px;
}
.brandingGrowth .grid .right .listing .item p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
}
.brandingGrowth .grid .right .listing .item p span {
  font-weight: 600;
}
.brandingGrowth .grid .right .listing .item .imgWrapper {
  width: 54px;
  height: 54px;
  background-color: #d01f30;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.brandingGrowth .grid .right .listing .item .imgWrapper img {
  scale: 0.55;
  height: auto;
}

.our-service-main {
  padding: 100px 0;
  background-color: #fff;
  overflow: hidden;
}
.our-service-main .main-info {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 20px;
  align-items: end;
}
.our-service-main .main-info .info-left h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  text-align: left;
  color: #7b7a7a;
  text-transform: uppercase;
  margin-bottom: 0;
}
.our-service-main .main-info .info-left h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 30px;
}
.our-service-main .main-info .info-left h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.our-service-main .main-info .info-left h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.our-service-main .main-info .info-left p {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
}
.our-service-main .main-info .info-right {
  text-align: right;
}
.our-service-main .main-info .info-right a {
  padding: 15px 25px;
  display: block;
  width: fit-content;
  margin-left: auto;
}
.our-service-main .service-slider {
  margin-top: 50px;
}
.our-service-main .cus-services-slider{
    overflow:visible;
}
.our-service-main .cus-services-slider .swiper-slide{
    height:auto;
}
.our-service-main .service-slider .slider-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 13px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
}
.our-service-main .service-slider .slider-info img {
  width: 100%;
  height: auto;
  border-top-right-radius: 13px;
  border-top-left-radius: 13px;
}
.our-service-main .service-slider .slider-info .info-content {
  padding: 20px;
}
.our-service-main .service-slider .slider-info .info-content h3 {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
}
.our-service-main .service-slider .slider-info .info-content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  color: #666666;
}

.blackSection {
  background-color: #181a1d;
}
.blackSection .main-info .info-left h5 {
  color: #fff;
}
.blackSection .main-info .info-left h2 {
  color: #fff;
}
.blackSection .main-info .info-left p {
  color: #fff;
}
.blackSection .service-slider .slider-info .info-content {
  border: 1px solid #fff;
  height: 100%;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  border-top: 0;
}
.blackSection .service-slider .slider-info .info-content h3 {
  color: #fff;
}
.blackSection .service-slider .slider-info .info-content p {
  color: #a4a4a4;
}
.singlePortfolio {
  padding: 80px 0;
  background-color: #181a1d;
}
.singlePortfolio .main {
  text-align: center;
  margin-bottom: 60px;
}
.singlePortfolio .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.singlePortfolio .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.singlePortfolio .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.singlePortfolio .main p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  width: 60%;
  margin: auto;
  line-height: 36px;
}
.singlePortfolio .listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.singlePortfolio .listing .item img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.singlePortfolio.masonry .main {
  margin-bottom: 120px;
}
.singlePortfolio.masonry .listing .item {
  height: 100%;
  max-height: 350px;
}
.singlePortfolio.masonry .listing .item:nth-child(3n-1) {
  margin-top: -50px;
}
.singlePortfolio.masonry .listing .item:nth-child(3n-3) {
  margin-top: 0px;
}
.toprated-slider .swiper-slide {
    scale: .9;
    opacity: .5;
    transition: .5s
}

.toprated-slider .swiper-slide-active {
    scale: 1;
    opacity: 1
}
.topratedSlider {
  padding: 80px 0;
}
.topratedSlider .main {
  text-align: center;
}
.topratedSlider .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}
.topratedSlider .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.topratedSlider .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.topratedSlider .main p {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  width: 75%;
  margin: auto;
}
.topratedSlider .toprated-slider {
  position: relative;
  margin-top: 50px;
}
.topratedSlider .toprated-slider .slider-info {
  border-radius: 13px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.0705882353);
  padding: 20px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.topratedSlider .toprated-slider .slider-info p {
  color: #666666;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.topratedSlider .toprated-slider .slider-info h3 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.topratedSlider .toprated-slider .slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.topratedSlider .toprated-slider .slider-nav .swiper-button {
  border: 1px solid #333333;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  line-height: 1;
}
.topratedSlider .toprated-slider .slider-nav .swiper-button svg {
  font-size: 20px;
}
.topratedSlider .toprated-slider .slider-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.brandType {
  padding: 80px 0;
}
.brandType .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
.brandType .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.brandType .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  bottom: 8px;
  left: -2px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.brandType .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #333333;
  width: 70%;
  margin: auto;
}
.brandType .listing {
  margin-top: 60px;
  background-image: url("/wp-content/uploads/2026/04/mask-scaled.webp");
  background-size: 100% 101%;
  background-position: center;
  background-repeat: no-repeat;
}
.brandType .listing .grid {
  display: flex;
  align-items: center;
}
.brandType .listing .grid:nth-child(even) {
  flex-direction: row-reverse;
}
.brandType .listing .grid:nth-child(even) .right {
  padding-left: 0;
  padding-right: 50px;
}
.brandType .listing .grid .left {
  width: 50%;
}
.brandType .listing .grid .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brandType .listing .grid .right {
  width: 50%;
  padding-left: 50px;
}
.brandType .listing .grid .right h3 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}
.brandType .listing .grid .right p {
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
}
/*BRANDING PAGE END*/

/*WEB DESIGN PAGE*/
.awardWinnigSec {
  padding: 100px 0;
}
.awardWinnigSec .main {
  text-align: center;
}
.awardWinnigSec .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.awardWinnigSec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.awardWinnigSec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.awardWinnigSec .main p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  width: 60%;
  margin: auto;
}
.awardWinnigSec .listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-top: 70px;
}
.awardWinnigSec .listing .item {
  position: relative;
  padding: 20px 0;
  padding-left: 20%;
}
.awardWinnigSec .listing .item::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #cdcdcd;
  z-index: -1;
  top: 0;
  left: 0;
}
.awardWinnigSec .listing .item::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 50%;
  background-color: #d01f30;
  z-index: -1;
  top: 0;
  left: 0;
  z-index: 1;
}
.awardWinnigSec .listing .item span {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0;
}
.awardWinnigSec .listing .item p {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 500;
  color: #666666;
}
.awardWinnigSec .listing .item:first-child::after, .awardWinnigSec .listing .item:first-child::before {
  content: unset;
}

.webDesignServices {
  padding: 100px 0;
  background-color: #181a1d;
}
.webDesignServices .main {
  text-align: center;
}
.webDesignServices .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.webDesignServices .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.webDesignServices .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.webDesignServices .main p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 60%;
  margin: auto;
  line-height: 36px;
}
.webDesignServices .listing {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
}
.webDesignServices .listing .item {
  border: 1px solid rgba(255, 255, 255, 0.2509803922);
  padding: 20px;
  border-radius: 25px;
  height: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.webDesignServices .listing .item::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #bf1f2e;
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.webDesignServices .listing .item:hover::before {
  width: 100%;
  height: 100%;
  transform: scale3d(1.5, 1.5, 1.5);
  border-radius: 0px;
}
.webDesignServices .listing .item:hover .description {
  opacity: 1;
  bottom: 0;
}
.webDesignServices .listing .item h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
}
.webDesignServices .listing .item .imageWrapper {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.webDesignServices .listing .item .description {
  position: absolute;
  bottom: -100%;
  left: 0;
  opacity: 0;
  transition: 0.6s all;
  display: flex;
  align-items: center;
  height: 100%;
}
.webDesignServices .listing .item .description p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.ctaSec {
  margin: 80px 0;
}
.ctaSec .main {
  padding: 100px 40px;
  border-radius: 35px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ctaSec .main .info h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 69px;
  margin-bottom: 20px;
}
.ctaSec .main .info h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  font-size: 58px;
}
.ctaSec .main .info p {
  width: 65%;
  margin: auto;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  line-height: 37px;
}
.ctaSec .main .info button,
.ctaSec .main .info a {
  font-size: 18px;
  padding: 15px 25px;
}
.ctaSec.leftCta .main {
  padding: 100px 40px;
  text-align: left;
}
.ctaSec.leftCta .main .info h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 69px;
  margin-bottom: 20px;
}
.ctaSec.leftCta .main .info h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  font-size: 58px;
}
.ctaSec.leftCta .main .info p {
  width: 50%;
  margin: unset;
  margin-bottom: 30px !important;
}

.ourDesign {
  padding: 80px 0;
}
.ourDesign .main {
  text-align: center;
  margin-bottom: 60px;
}
.ourDesign .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.ourDesign .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.ourDesign .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.ourDesign .main p {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  width: 60%;
  margin: auto;
  line-height: 36px;
}
.ourDesign .grid {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 60px;
}
.ourDesign .grid .left img {
  width: 100%;
  object-fit: cover;
}
.ourDesign .grid .right .accordion .itemInfo {
  display: flex;
  flex-direction:row;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 20px;
  padding: 15px 30px;
}
.ourDesign .grid .right .accordion .itemInfo.active {
  padding: 30px;
}
.ourDesign .grid .right .accordion .itemInfo .item {
  width: 100%;
  border: 0;
}
.ourDesign .grid .right .accordion .itemInfo .item .Head{
    margin:0px;
}
.ourDesign .grid .right .accordion .itemInfo .item .Head button {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  text-decoration:none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:10px;
}
.ourDesign .grid .right .accordion .itemInfo .item .Head button i{
    transition: transform 0.3s ease;
    font-size:20px;
}
.ourDesign .grid .right .accordion .itemInfo .item .Head button[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.ourDesign .grid .right .accordion .itemInfo .item .Body {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  line-height: 32px;
  padding: 0;
  margin-top: 10px;
}
.ourDesign .grid .right .accordion .itemInfo .item .Body p{
    margin:0px;
}
.ourDesign .grid .right .accordion .itemInfo:last-child {
  margin-bottom: 0;
}

.bestCompany {
  padding: 60px 0;
}
.bestCompany .main {
  text-align: center;
}
.bestCompany .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 69px;
  color: #333333;
  width: 80%;
  margin: auto;
  margin-bottom: 20px !important;
}
.bestCompany .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.bestCompany .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 7px;
  z-index: -1;
}
.bestCompany .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  width: 60%;
  margin: auto;
}
.bestCompany .listing {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.bestCompany .listing .item {
  background-color: #ffe2e5;
  padding: 30px;
  border: 1px solid #c6c6c6;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.bestCompany .listing .item:hover {
  background-color: #d01f30;
}
.bestCompany .listing .item:hover h3 {
  color: #fff;
}
.bestCompany .listing .item:hover p {
  color: #fff;
}
.bestCompany .listing .item:hover .imgWrapper {
  background-color: #fff;
}
.bestCompany .listing .item:hover .imgWrapper img {
  filter: invert(60%) sepia(120%) saturate(6998%) hue-rotate(346deg) brightness(85%) contrast(85%);
}
.bestCompany .listing .item .imgWrapper {
  background-color: #d01f30;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin-bottom: 20px;
}
.bestCompany .listing .item h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  transition: 0.5s;
  margin-bottom: 20px;
}
.bestCompany .listing .item p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  transition: 0.5s;
}

.main-award-sec {
  background-color: #fff;
  padding: 30px 0;
  position: relative;
}
.main-award-sec .main {
  text-align: center;
}
.main-award-sec .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  width: 80%;
  margin: auto;
  margin-bottom: 20px !important;
}
.main-award-sec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 2;
  font-size: 58px;
}
.main-award-sec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 7px;
  z-index: -1;
}
.main-award-sec .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  width: 60%;
  margin: auto;
}
.main-award-sec .award-slider .swiper-wrapper {
    align-items: center;
}
.main-award-sec .award-slider {
  margin-top: 80px;
}
.main-award-sec .award-slider img {
  margin: auto;
  display: block;
  transition: 0.5s;
  scale: 0.9;
}

.industriesWeServeSec {
  padding: 80px 0;
}
.industriesWeServeSec .main {
  text-align: center;
}
.industriesWeServeSec .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.industriesWeServeSec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.industriesWeServeSec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.industriesWeServeSec .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  width: 60%;
  margin: auto;
}
.industriesWeServeSec .listing {
  margin-top: 50px;
}
.industriesWeServeSec .listing .item {
  height: 285px;
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.industriesWeServeSec .listing .item::before {
  content: "";
  background-color: #d01f30;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 24px;
  left: 0;
  right: 0;
  bottom: -100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.industriesWeServeSec .listing .item:hover::before {
  bottom: 0;
  opacity: 1;
}
.industriesWeServeSec .listing .item:hover .left .content h3 {
  top: 0;
  color: #fff;
}
.industriesWeServeSec .listing .item:hover .left .content p {
  opacity: 1;
  color: #fff;
  top: 0;
}
.industriesWeServeSec .listing .item:hover .right .imgWrapper img {
  bottom: 0;
  opacity: 1;
}
.industriesWeServeSec .listing .item:hover .right button {
  background-color: #fff;
  border-color: #fff;
}
.industriesWeServeSec .listing .item:hover .right button svg {
  color: #d01f30;
}
.industriesWeServeSec .listing .item .left {
  width: 50%;
}
.industriesWeServeSec .listing .item .left .content {
  position: relative;
}
.industriesWeServeSec .listing .item .left .content h3 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  position: relative;
  top: 50px;
}
.industriesWeServeSec .listing .item .left .content p {
  transition: all 0.5s ease-in-out;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0;
  opacity: 0;
  position: relative;
  top: 100px;
}
.industriesWeServeSec .listing .item .right {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.industriesWeServeSec .listing .item .right .imgWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.industriesWeServeSec .listing .item .right .imgWrapper img {
  position: relative;
  bottom: -100px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.industriesWeServeSec .listing .item .right button {
  transition: all 0.5s ease-in-out;
  border: 1px solid #333333;
  background-color: transparent;
  border-radius: 30px;
}
.industriesWeServeSec .listing .item .right button svg {
  color: #333333;
  transition: all 0.5s ease-in-out;
}
/*WEB DESIGN PAGE END*/

/*CONTACT US PAGE*/
.contactBanner {
  padding: 150px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contactBanner .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactBanner .main h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.contactBanner .main p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  text-align: center;
  width: 65%;
  margin: 0;
}

.contactFormMain {
  padding: 80px 0px;
}
.contactFormMain .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
}
.contactFormMain .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
  color: #be1e2d;
}
.contactFormMain .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.contactFormMain .grid {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  background-color: #f4f4f4;
  box-shadow: 0px 3.84px 19.18px 0px rgba(0, 0, 0, 0.0509803922);
  padding: 35px;
  gap: 60px;
  border-radius: 20px;
  margin-top: 50px;
}
.contactFormMain .grid .left {
  background-color: #d01f30;
  border-radius: 20px;
  padding: 30px;
  position: relative;
}
.contactFormMain .grid .left::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/04/before-image.png);
  width: 192px;
  height: 227px;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: bottom right;
  right: 0;
  background-size: contain;
}
.contactFormMain .grid .left .text {
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
.contactFormMain .grid .left .text h3 {
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 700;
}
.contactFormMain .grid .left .text .social {
  display: flex;
  gap: 30px;
}
.contactFormMain .grid .left .text .social a i{
    color:#fff !important;
}
.contactFormMain .grid .left .text .social i {
  color: #ffffff !important;
  font-size: 22px;
}
.contactFormMain .grid .left .text .info ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contactFormMain .grid .left .text .info ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 16px;
}
.contactFormMain .grid .left .text .info ul li a {
  color: #ffffff;
  font-size: 16px;
}
.contactFormMain .grid .right {
  padding-right: 50px;
}
/*.contactFormMain .grid .right #gform_1 {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  gap: 25px;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 {*/
/*  display: flex;*/
/*  justify-content: end;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 #gform_submit_button_1 {*/
/*  background-color: #d01f30;*/
/*  box-shadow: none;*/
/*  padding: 10px 25px;*/
/*  transition: .5s;*/
/*  color: #fff;*/
/*  border: 1px solid #d01f30;*/
/*  width:fit-content;*/
/*  border-radius: 50px;*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*}*/

/*.contactFormMain .grid .right #gform_1 input {*/
/*  border: 0;*/
/*  border-bottom: 1px solid #c1ccd7;*/
/*  color: #000;*/
/*  border-radius: 0;*/
/*  font-size: 16px;*/
/*  box-shadow: none;*/
/*  padding: 12px 12px 12px 12px;*/
/*  width: 100%;*/
/*  background-color: transparent;*/
/*  margin-bottom: 20px;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 input::placeholder {*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*  line-height: 30px;*/
/*  text-align: left;*/
/*  color: #7b7a7a;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 textarea {*/
/*  border: 0;*/
/*  border-bottom: 1px solid #c1ccd7;*/
/*  color: #000;*/
/*  border-radius: 0;*/
/*  resize: none;*/
/*  box-shadow: none;*/
/*  padding: 12px 12px 12px 12px;*/
/*  width: 100%;*/
/*  background-color: transparent;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 textarea::placeholder {*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*  line-height: 30px;*/
/*  text-align: left;*/
/*  color: #7b7a7a;*/
/*}*/
/*.contactFormMain .grid .right #gform_1 .gform_footer{*/
/*    padding:0 !important;*/
/*    text-align:right;*/
/*    margin:0;*/
/*}*/

.contactFormMain .contact-form form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contactFormMain .input-field input, 
.contactFormMain .input-field textarea {
    border: 0;
    border-bottom: 1px solid #c1ccd7;
    color: #000;
    border-radius: 0;
    font-size: 16px;
    box-shadow: none;
    padding: 12px 12px 12px 12px;
    width: 100%;
    background-color: transparent;
    margin-bottom: 20px;
}

.contactFormMain .input-field input:focus {
    border-bottom: 1px solid #d01f30;
}

.contactFormMain .btnWrapper {
    display: flex;
    justify-content: flex-end;
}

.contactFormMain .roundRedBtn {
    background: #d01f30;
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}

.contactFormMain .roundRedBtn:hover { background: #be1e2d; }
.contactFormMain .roundRedBtn:disabled { background: #999; cursor: wait; opacity: 0.8; }

/* Hide HoneyPot wrapper entirely */
.swift-lead-form .hp-wrap {
    display: none !important;
    visibility: hidden !important;
    position: absolute;
    left: -9999px;
}

.contactFormMain .error-msg {
    color: #d01f30;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}

.main-map {
  background-image: url("/wp-content/uploads/2026/04/map-bg.webp");
  height: 750px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}
.main-map .map-info {
  width: 230px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 170px;
  z-index: 1;
}
.main-map .map-info .box {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
.main-map .map-info .box h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #c30010;
}
.main-map .map-info .box p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.25px;
  text-align: center;
  color: #7b7a7a;
  margin: 0;
}
.main-map .map-info a {
  width: 100%;
  display: inline-block;
  background-color: #D01F30;
  border-color: #D01F30;
  border-radius: 8px;
}
.main-map .map-info a::before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 14px 15px 0;
  border-color: transparent #D01F30 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  rotate: -90deg;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 4px;
}
.main-map .map-info a:hover {
  color: #fff !important;
}
.main-map .map-info .circle {
  transform: translate(0%, 0px);
  width: 25px;
  height: 25px;
  background-color: #D01F30;
  color: white;
  text-align: center;
  border-radius: 50%;
  font-size: 1.3rem;
  margin: auto;
  position: relative;
  z-index: -1;
}
.main-map .map-info .circle:hover {
  cursor: pointer;
}
.main-map .map-info .circle::after, .main-map .map-info .circle::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -12px;
  width: 50px;
  height: 50px;
  background: rgba(208, 31, 48, 0.3882352941);
  border-radius: 50%;
  z-index: -1;
  animation: grow 2s ease-in-out infinite;
}
.main-map .map-info .circle::after {
  background: rgba(208, 31, 48, 0.3882352941);
}
.main-map .map-info .circle::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: -1;
  animation: grow 1s ease-in-out infinite;
}
.main-map .map-info .circle::before {
  background: rgba(208, 31, 48, 0.3882352941);
  animation-delay: -1s;
}

@keyframes grow {
  0% {
    transform: scale(0.8, 0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1.4, 1.4);
    opacity: 0.5;
  }
  100% {
    transform: scale(2, 2);
    opacity: 0;
  }
}
/*CONTACT US PAGE END*/

/*TERMS & CONDITION*/
.terms {
  padding: 60px 0;
}
.terms .main-info h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}
.terms .main-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #7b7a7a;
  width: 80%;
  margin: auto;
}
.terms .main-content {
  margin-top: 100px;
}
.terms .main-content .red-color {
  color: #c30010;
}
.terms .main-content h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}
.terms .main-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
}
/*.terms .main-content span {*/
/*  font-size: 16px;*/
/*  font-weight: 400;*/
/*  line-height: 24px;*/
/*  text-align: left;*/
/*  color: #7b7a7a;*/
/*}*/
.terms .main-content strong {
  color: #000;
}
.terms .main-content ul{
    list-style:disc;
}
.terms .main-content ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #7b7a7a;
  margin-bottom:18px;
}
/*TERMS & CONDITION END*/

/*HOW IT WORKS*/
.howItMainSection {
  padding: 80px 0;
}
.howItMainSection .headBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 40px;
}
.howItMainSection .headBox h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #333333;
  margin-bottom: 20px;
}
.howItMainSection .headBox h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.howItMainSection .headBox h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
}
.howItMainSection .headBox p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #666666;
  margin: auto;
}
.howItMainSection .contentBox.isEven {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.howItMainSection .contentBox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  padding: 20px;
  gap: 70px;
}
.howItMainSection .contentBox .left img {
  border-radius: 20px;
  transition: transform 0.3s ease-out;
}
.howItMainSection .contentBox .left img:hover {
  transform: scale(1.01);
}
.howItMainSection .contentBox .right {
  padding: 20px 0px 0px 10px;
  width: 100%;
}
.howItMainSection .contentBox .right .extraContent ul {
  list-style: none;
  padding: 0;
}
.howItMainSection .contentBox .right .extraContent ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #333333;
}
.howItMainSection .contentBox .right .extraContent ul li::before{
    content: "\f058";
    color:#d01f30;
    font-family: 'Font Awesome 5 Free';
}
.howItMainSection .contentBox .right .extraContent ul li svg {
  fill: #d01f30;
}
.howItMainSection .contentBox .right .content {
  padding-top: 20px;
}
.howItMainSection .contentBox .right .content .faqAccordian {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  --bs-accordion-bg: transparent;
  border-radius: 10px;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem {
  border-bottom: 1px solid #d7d7d7;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead {
  border-radius: 10px;
  margin:0;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead svg {
  fill: #c30010;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button {
  color: #333333;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: none;
  text-decoration: none;
  padding:15px 20px;
  line-height:1.2;
  width:100%;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button i{
    color:#c30010;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button::after {
  display: none;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button:focus {
  box-shadow: unset;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button[aria-expanded=true] {
  background-color: transparent;
  color: #333333;
  
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button[aria-expanded=true] i{
   rotate:180deg; 
}
.howItMainSection .contentBox .right .content .faqAccordian .faqItem:has(button[aria-expanded=true]) {
  background-color: #fff3f3;
  border-radius: 10px;
  border-bottom: none;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqBody {
  font-size: 18px;
  font-weight: 500;
  padding: 0px 20px 20px;
  margin-bottom:0;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqBody p{
  margin-bottom:0;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqBody ul {
  padding-left: 20px;
}
.howItMainSection .contentBox .right .content .faqAccordian .faqBody a {
  color: #ec1c24;
  text-decoration: underline !important;
  text-underline-position: under;
}
/*HOW IT WORKS END*/

/*INDUSTRY INNER PAGE*/
.industry-banner {
  background-color: #d01f30;
  color: #000;
  position: relative;
  overflow: hidden;
  padding: 150px 0 0;
}
.industry-banner::before {
  content: "";
  background: linear-gradient(270deg, rgba(190, 30, 45, 0) 7.87%, #be1e2d 83.8%);
  position: absolute;
  height: 100%;
  width: 100px;
  left: 0;
  top: 0;
  z-index: 1;
}
.industry-banner::after {
  content: "";
  background: linear-gradient(90deg, rgba(190, 30, 45, 0) 7.87%, #be1e2d 100%);
  position: absolute;
  height: 100%;
  width: 100px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.industry-banner .main-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: 80px;
}
.industry-banner .main-grid .top-info {
  position: relative;
  z-index: 3;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.industry-banner .main-grid .top-info h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 69px;
  color: #fff;
}
.industry-banner .main-grid .top-info h1 span {
  font-family: "Scotch Text Comp Sm It", serif;
}
.industry-banner .main-grid .top-info p {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
.industry-banner .main-grid .top-info .extraContent {
  margin: 10px 0 20px;
}
.industry-banner .main-grid .top-info .extraContent ul {
  padding-left: 20px;
}
.industry-banner .main-grid .top-info .extraContent ul li {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.industry-banner .main-grid .top-info .btnWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.industry-banner .main-grid .top-info .btnWrapper h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.industry-banner .main-grid .top-info .btnWrapper h4 span {
  font-size: 40px;
  font-weight: bold;
}
.industry-banner .main-grid .bottom-info {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.industry-banner .main-grid .bottom-info .image-column {
  display: flex;
  gap: 15px;
}
.industry-banner .main-grid .bottom-info .image-column img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
  border-radius: 8px;
}
.industry-banner .main-grid .bottom-info .image-column.slide-left {
  animation: slideLeft 20s linear infinite;
}
.industry-banner .main-grid .bottom-info .image-column.slide-right {
  animation: slideRight 20s linear infinite;
}
@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@keyframes slideRight {
  0% {
    transform: translateX(-33.333%);
  }
  100% {
    transform: translateX(0);
  }
}

.topratedSec {
  padding: 80px 0;
}
.topratedSec .mainGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.topratedSec .mainGrid .left img {
  width: 100%;
  height: 100%;
}
.topratedSec .mainGrid .right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: start;
}
.topratedSec .mainGrid .right h2 {
  font-size: 58px;
  font-weight: 500;
  color: #333333;
  line-height: 73px;
  margin-bottom: 0;
}
.topratedSec .mainGrid .right h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  color: #be1e2d;
}
.topratedSec .mainGrid .right h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 8px;
  z-index: -1;
  left: -2px;
}
.topratedSec .mainGrid .right p {
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
.topratedSec .mainGrid .right small {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
}
.topratedSec .mainGrid .right small span {
  font-size: 45px;
  font-weight: 600;
}
.topratedSec .mainGrid .right ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
  list-style: disc;
}
.topratedSec .mainGrid .right ul li {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
.topratedSec .mainGrid .right button {
  font-size: 20px;
}

.portfolioSec {
  padding: 80px 0 0;
  background-color: #181a1d;
}
.portfolioSec .main {
  text-align: center;
  margin-bottom: 60px;
}
.portfolioSec .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.portfolioSec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.portfolioSec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.portfolioSec .main p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 75%;
  margin: auto;
  line-height: 36px;
}
.portfolioSec .tabs {
  margin-bottom: 50px;
}
.portfolioSec .tabs ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolioSec .tabs ul li {
  padding: 12px 30px;
  background: linear-gradient(172.17deg, #ffffff -180.47%, rgba(73, 73, 73, 0.22) 74.93%);
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}
.portfolioSec .tabs ul li.active {
  background: #be1e2d;
}
.portfolioSec .tabContent .portfolioGrid {
  display: none;
}
.portfolioSec .tabContent .portfolioGrid .portfolioItem {
  background-color: #2a2d32;
  border-radius: 3px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 350px;
}
.portfolioSec .tabContent .portfolioGrid .portfolioItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-1) {
  margin-top: -50px;
}
.portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-3) {
  margin-top: -20px;
}
.portfolioSec .tabContent .portfolioGrid.active {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  height: 100%;
  max-height: 1200px;
  overflow: hidden;
  padding-top: 50px;
}
.portfolioSec.whiteSec {
  background-color: #fff;
}
.portfolioSec.whiteSec .main h2 {
  color: #333333;
}
.portfolioSec.whiteSec .main h2 span {
  color: #be1e2d;
}
.portfolioSec.whiteSec .main p {
  color: #000000;
}
.portfolioSec.whiteSec .tabs ul li {
  background: linear-gradient(172.17deg, #ffffff -180.47%, rgba(73, 73, 73, 0.22) 74.93%);
  color: #333333;
}
.portfolioSec.whiteSec .tabs ul li.active {
  background: #be1e2d;
  color: #fff;
}
.portfolioSec.whiteSec .tabContent .portfolioGrid .portfolioItem {
  background-color: transparent;
}
.portfolioSec.whiteSec .tabContent .portfolioGrid .portfolioItem img {
  border-radius: 10px;
}

.ServiceAcross .list-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px 100px;
    margin-top: 100px;
}
.ServiceAcross .grid-info{
    margin-top:0px;
    flex-direction: column-reverse !important;
    justify-content: flex-end;
}
.ServiceAcross .left-info{
    width:100%;
    margin-top: 20px;
}
.ServiceAcross .right-info{
    width:100%;
}

.sevenYears {
  padding: 100px 0;
  background-color: #181a1d;
}
.sevenYears .main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.8fr;
  align-items: center;
}
.sevenYears .main-grid .left-info small {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 30.4px;
  letter-spacing: 0.6em;
  color: #7b7a7a;
}
.sevenYears .main-grid .left-info h2 {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  line-height: 60px;
  margin-bottom: 30px;
}
.sevenYears .main-grid .left-info p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 32px;
}
.sevenYears .main-grid .left-info p span {
  font-weight: 700;
}
.sevenYears .main-grid .center-info {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sevenYears .main-grid .center-info::before {
  content: "";
  background-color: #be1e2d;
  position: absolute;
  width: 312px;
  height: 312px;
  border-radius: 100%;
}
.sevenYears .main-grid .center-info span {
  font-size: 140px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.sevenYears .main-grid .center-info span::before {
  content: "+";
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 75px;
  right: 0;
  display: block;
  bottom: -20px;
  margin-left: -20px;
}
.sevenYears .main-grid .right-info h3 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
}
.sevenYears .main-grid .right-info p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  line-height: 37px;
}
.sevenYears .grid-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  grid-gap: 40px;
}
.sevenYears .grid-list .list-info {
  width: 28%;
}
.sevenYears .grid-list .list-info hr {
  border-top: 2px solid #666666;
  width: 100%;
}
.sevenYears .grid-list .list-info .flexInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.sevenYears .grid-list .list-info .flexInfo p {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.sevenYears .grid-list .list-info .flexInfo p span {
  font-weight: 700;
}

.brandingServices {
  padding: 80px 0;
}
.brandingServices .main h2 {
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.brandingServices .main h2 span {
  font-family:"Scotch Text Comp Sm It", serif;
  position: relative;
}
.brandingServices .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  bottom: 8px;
  left: -2px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.brandingServices .main p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #666666;
  text-align: center;
  width: 78%;
  margin: auto;
}
.brandingServices .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  margin-top: 50px;
}
.brandingServices .grid .left ol {
  padding-left: 20px;
}
.brandingServices .grid .left ol li {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 20px;
}
.brandingServices .grid .left ol li::marker {
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  line-height: 1;
}
.brandingServices .grid .left ol li span {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
.brandingServices .grid .left ol li p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  margin: 0;
}
.brandingServices .grid .left ol li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.brandingServices .grid .right img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
/*INDUSTRY INNER PAGE END*/

/*PRICING PAGE*/
.designServices {
  padding: 100px 0;
}
.designServices .main {
  text-align: center;
}
.designServices .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}
.designServices .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.designServices .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.designServices .main p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  width: 60%;
  margin: auto;
}
.designServices .listing {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.designServices .listing .item {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  padding: 20px;
  border-radius: 18px;
  position: relative;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0784313725);
  transition: all 0.5s ease-in-out;
}
.designServices .listing .item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, #c7c4c4 -45%, rgba(33, 36, 41, 0) 100%);
  border-radius: inherit;
  -webkit-mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
  mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}
.designServices .listing .item span {
  font-size: 20px;
  font-weight: 500;
  color: #8d8d8d;
  line-height: 28px;
  text-align: center;
  transition: all 0.5s ease-in-out;
}
.designServices .listing .item .imageWrapper {
  width: 70px;
  height: 70px;
  background-color: rgba(226, 226, 226, 0.5019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 4px solid #fff;
  transition: all 0.5s ease-in-out;
}
.designServices .listing .item:hover {
  background-color: #d01f30;
  transform: translateY(-15px);
}
.designServices .listing .item:hover span {
  color: #dadada;
}
.designServices .listing .item:hover .imageWrapper {
  border-color: rgba(226, 226, 226, 0.5019607843);
  background-color: #fff;
}

.budgetLimitsSec {
  padding: 50px 0;
}
.budgetLimitsSec .main h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
.budgetLimitsSec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  font-size: 58px;
}
.budgetLimitsSec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  bottom: 8px;
  left: -2px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.budgetLimitsSec .main p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
  color: #333333;
  width: 70%;
  margin: auto;
}
.budgetLimitsSec .listing {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px;
  border-radius: 40px;
  margin-top: 50px;
}
.budgetLimitsSec .listing .item {
  border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  padding: 30px 20px;
}
.budgetLimitsSec .listing .item:last-child {
  border-bottom: none;
}
.budgetLimitsSec .listing .item h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 0px;
  width: 60%;
}
.budgetLimitsSec .listing .item p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  margin: 0;
}

.ourProcessSec {
  padding: 80px 0;
}
.ourProcessSec .main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
.ourProcessSec .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}
.ourProcessSec .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
}
.ourProcessSec .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}
.ourProcessSec .main p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}
.ourProcessSec .listing {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 50px;
}
.ourProcessSec .listing .item {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 20px 30px 0 30px;
  width: 80%;
  height: 420px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  overflow: hidden;
}
.ourProcessSec .listing .item:nth-child(even) {
  margin-left: auto;
}
.ourProcessSec .listing .item .number span {
  font-size: 200px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4901960784);
  position: relative;
  bottom: -60px;
  margin: 0;
  display: block;
  line-height: 1.1;
}
.ourProcessSec .listing .item .info {
  padding: 0px 0px 40px 80px;
  width: 100%;
}
.ourProcessSec .listing .item .info span {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0px;
  display:block;
}
.ourProcessSec .listing .item .info p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
/*PRICING PAGE END*/

/* RESPONSIVE START */

@media (max-width: 1680px) {
    /*ABOUT US PAGE*/
  .awardWinnig .listing .item {
    padding-left: 15%;
  }
  .awardWinnig .listing .item p {
    font-size: 24px;
  }
  
  /*WEB DESIGN PAGE*/
  .awardWinnigSec .listing .item { padding-left: 15%; }
  .awardWinnigSec .listing .item p { font-size: 24px; }
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1400px !important;
  }
  
  
}

@media (min-width: 1366px) and (max-width: 1599px) {
  .container {
    max-width: 1240px !important;
  }
}
@media (max-width: 1600px) {
	.blogBanner .banner-info{
		width:50%;
	}
	.blogBanner .banner-info h1 {
        font-size: 42px;
        line-height: 1.2;
    }
	.blogBanner .banner-info h1 span{
		font-size: 50px;
	}
	.blogBanner .banner-info p{
		 font-size: 22px;
	}
  .feature-blog-wrapper .feature-grid .feature-left .left-info h3, .feature-blog-wrapper .feature-grid .feature-right .right-info h3{
    font-size: 38px;
}
.feature-blog-wrapper .feature-grid .feature-left .left-info h3 span, .feature-blog-wrapper .feature-grid .feature-right .right-info h3 span{
    font-size: 42px;
}
	.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image {
    width: 220px;
}
.post-single-banner .single-banner h1 {
    font-size: 50px;
    line-height: 60px;
}
	.post-content-Single .blog-main-single .right-info .ctaOne h2 {
    font-size: 24px;
    line-height: 32px;
}
	.post-content-Single .blog-main-single .right-info .ctaTwo h3 {
    font-size: 35px;
    line-height: 42px;
}
	.post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-title{
		font-size:26px;
	}
	.faqBlogSection .faqSection h5{
		font-size:45px;	
	}
	.main-related-post h2{
		font-size: 45px;
	}
	.main-related-post h2 span{
		font-size: 48px;
	}
	
	/* ABOUT US PAGE */

.bannerTwo { padding: 80px 0; }
.bannerTwo .mainGrid .left h1 { font-size: 40px; line-height: 1.2; }
.bannerTwo .mainGrid .left h1 span { font-size: 46px; }
.bannerTwo .mainGrid .left p { font-size: 16px; }
.bannerTwo.pricingBanner { height: 800px; }
.bannerTwo.pricingBanner .mainGrid { gap: 80px; }
.bannerTwo.pricingBanner .mainGrid .left h1 { line-height: 1.2; }
.bannerTwo.pricingBanner .mainGrid .left ul li { font-size: 16px; }
.bannerTwo.pricingBanner .mainGrid .left button { font-size: 18px; }
.bannerTwo.pricingBanner .mainGrid .right img { height: 100%; }
.bannerTwo.portfolioBanner { height: 800px; }
.bannerTwo.portfolioBanner .mainGrid { gap: 80px; grid-template-columns: 0.8fr 1fr; }
.bannerTwo.portfolioBanner .mainGrid .left h1 { line-height: 1.2; }
.bannerTwo.portfolioBanner .mainGrid .left ul li { font-size: 16px; }
.bannerTwo.portfolioBanner .mainGrid .left button { font-size: 18px; }
.bannerTwo.portfolioBanner .mainGrid .right img { height: 100%; }
.bannerTwo.aboutBanner { height: 800px; }
.bannerTwo.aboutBanner .mainGrid { height: 700px; }

.awardWinnig .main h2 { font-size: 44px; line-height: 58px; }
.awardWinnig .main h2 span { font-size: 48px; }
.awardWinnig .main p { font-size: 18px; }
.awardWinnig .listing .item strong { font-size: 28px; }

.aboutTabs .headBox h2 { font-size: 44px; line-height: 55px; }
.aboutTabs .headBox h2 span { font-size: 48px; }
.aboutTabs .headBox p { font-size: 18px; }

.designJourney .main h2 { font-size: 44px; line-height: 58px; }
.designJourney .main h2 span { font-size: 48px; }
.designJourney .main p { font-size: 18px; }
.designJourney .boxesListing .mainList.odd .empty::before { width: 433px; }
.designJourney .boxesListing .mainList.even .empty::before { width: 365px; height: 197px; }

.aboutSuccess .main .headBox h2 { font-size: 44px; line-height: 55px; }
.aboutSuccess .main .headBox h2 span { font-size: 48px; }
.aboutSuccess .main .headBox p { font-size: 18px; }
.aboutSuccess .main .imageWrapper img { width: 100%; height: auto; }

.aboutOnestop .main .headBox h2 { font-size: 44px; line-height: 55px; }
.aboutOnestop .main .headBox h2 span { font-size: 48px; }
.aboutOnestop .main .headBox p { font-size: 18px; }
.aboutOnestop .main .headBox img { width: 100%; height: auto; }

.trustedFounder .main h2 { font-size: 44px; line-height: 55px; }
.trustedFounder .main h2 span { font-size: 48px; }
.trustedFounder .main p { font-size: 18px; }

.ourBlog .grid .main-info h2 { font-size: 44px; line-height: 55px; }
.ourBlog .grid .main-info h2 span { font-size: 48px; }
.ourBlog .grid .main-info h3 { font-size: 28px; }
.ourBlog .grid-info .list h3 { font-size: 22px; }

.imageCtaSec .main .leftInfo .subheading { font-size: 20px; }
.imageCtaSec .main .leftInfo h2 { font-size: 44px; line-height: 55px; }
.imageCtaSec .main .leftInfo h2 span { font-size: 48px; }
.imageCtaSec.pricingCta .main .rightInfo img { width: auto; height: 90%; }
.imageCtaSec.portfolioBlack .main .rightInfo img { width: auto; height: 90%; }
.imageCtaSec.pricingCtaOne .main .rightInfo img { width: auto; height: 80%; right: 2%; }
.imageCtaSec.howCta .main .leftInfo p { width: 85%; }

/*PORTFOLIO PAGE*/
.portfolioMain .main h2 { font-size: 44px; line-height: 55px; }
.portfolioMain .main h2 span { font-size: 48px; }

.trustedFounder .founderSlider .slider-info { height: 600px; }
  .trustedFounder .founderSlider .slider-info .info-content p { font-size: 18px; }
  .trustedFounder .founderSlider .slider-info .info-content span { font-size: 14px; }

/*BRANDING PAGE*/
.brandingGrowth .grid { gap: 50px; grid-template-columns: 1.5fr 1fr; }
  .brandingGrowth .grid .right h2 { font-size: 40px; line-height: 50px; margin-bottom: 20px; }
  .brandingGrowth .grid .right h2 br { display: none; }
  .brandingGrowth .grid .right h2 span { font-size: 48px; }
  .brandingGrowth .grid .right p { font-size: 18px; line-height: 28px; }
  
  .our-service-main .main-info { grid-template-columns: 1fr 0.5fr; }
  .our-service-main .main-info .info-left h5 { font-size: 14px; }
  .our-service-main .main-info .info-left h2 { font-size: 44px; line-height: 55px; }
  .our-service-main .main-info .info-left h2 span { font-size: 48px; }
  .our-service-main .service-slider .slider-info .info-content h3 { font-size: 30px; }
  .our-service-main .service-slider .slider-info .info-content p { font-size: 16px; }
  
  .singlePortfolio .main h2 { font-size: 44px; line-height: 55px; }
  .singlePortfolio .main h2 span { font-size: 48px; }
  .singlePortfolio .main p { font-size: 18px; }
  
  .topratedSlider .main h2 { font-size: 44px; line-height: 55px; }
  .topratedSlider .main h2 span { font-size: 48px; }
  .topratedSlider .main p { font-size: 18px; }
  .topratedSlider .toprated-slider .slider-info { height: 400px; }
  .topratedSlider .toprated-slider .slider-info p { font-size: 18px; }
  .topratedSlider .toprated-slider .slider-info h3 { font-size: 26px; }
  
  .brandType .main h2 { font-size: 44px; line-height: 55px; }
  .brandType .main h2 span { font-size: 48px; }
  .brandType .main p { font-size: 18px; }
  .brandType .listing .grid .right h3 { font-size: 44px; line-height: 55px; }
  .brandType .listing .grid .right p { font-size: 18px; }
  
  /*WEB DESIGN PAGE*/
  .awardWinnigSec .main h2 { font-size: 44px; line-height: 58px; }
  .awardWinnigSec .main h2 span { font-size: 48px; }
  .awardWinnigSec .main p { font-size: 18px; }
  .awardWinnigSec .listing .item span { font-size: 28px; }
  
  .webDesignServices .main h2 { font-size: 44px; line-height: 55px; }
  .webDesignServices .main h2 span { font-size: 48px; }
  .webDesignServices .main p { font-size: 18px; }
  
  .ctaSec .main .info h2 { font-size: 44px; line-height: 55px; }
  .ctaSec .main .info h2 span { font-size: 48px; }
  .ctaSec.leftCta .main .info h2 { font-size: 44px; line-height: 55px; }
  .ctaSec.leftCta .main .info h2 span { font-size: 48px; }
  
  .ourDesign .main h2 { font-size: 44px; line-height: 55px; }
  .ourDesign .main h2 span { font-size: 48px; }
  .ourDesign .main p { font-size: 18px; }
  
  .bestCompany .main h2 { font-size: 44px; line-height: 55px; }
  .bestCompany .main h2 span { font-size: 48px; }
  .bestCompany .main p { font-size: 18px; }
  
  .main-award-sec .main h2 { font-size: 44px; line-height: 55px; }
  .main-award-sec .main h2 span { font-size: 48px; }
  .main-award-sec .main p { font-size: 18px; }
  
  .industriesWeServeSec .main h2 { font-size: 44px; line-height: 58px; }
  .industriesWeServeSec .main h2 span { font-size: 48px; }
  .industriesWeServeSec .main p { font-size: 18px; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 44px; }
  
  /*CONTACT US PAGE*/
  .contactBanner .main h1 { font-size: 40px; line-height: 1.2; }
  .contactBanner .main p { font-size: 16px; }  
  
  .contactFormMain .main h2 { font-size: 44px; line-height: 55px; }
  .contactFormMain .main h2 span { font-size: 48px; }
  
  /*HOW IT WORKS PAGE*/
  .howItMainSection .headBox h2 { font-size: 44px; line-height: 55px; }
  .howItMainSection .headBox h2 span { font-size: 48px; }
  .howItMainSection .headBox p,
  .howItMainSection .contentBox .right .extraContent ul li { font-size: 18px; }
  .howItMainSection .contentBox .left img { width: 100%; height: auto; }
  
  /*INDUSTRY INNER PAGE*/
  .industry-banner .main-grid .top-info h1 { font-size: 44px; line-height: 1.2; }
  .industry-banner .main-grid .top-info h1 span { font-size: 48px; }
  .industry-banner .main-grid .top-info p,
  .industry-banner .main-grid .top-info .btnWrapper button { font-size: 16px; }
  
  .topratedSec .mainGrid .right h2 { font-size: 44px; line-height: 1.2; }
  .topratedSec .mainGrid .right h2 span { font-size: 48px; }
  .topratedSec .mainGrid .right p,
  .topratedSec .mainGrid .right ul li { font-size: 18px; }
  .topratedSec .mainGrid .right small { font-size: 20px; }
  .topratedSec .mainGrid .right small span { font-size: 30px; }
  .topratedSec .mainGrid .right button { font-size: 16px; }
  
  .portfolioSec .main h2 { font-size: 44px; line-height: 55px; }
  .portfolioSec .main h2 span { font-size: 48px; }
  .portfolioSec .main p { font-size: 18px; }
  
  .sevenYears .main-grid .left-info small { font-size: 14px; }
  .sevenYears .main-grid .left-info h2 { font-size: 44px; line-height: 55px; }
  .sevenYears .main-grid .left-info p { font-size: 18px; }
  .sevenYears .main-grid .right-info h3 { font-size: 30px; }
  .sevenYears .main-grid .right-info p { font-size: 20px; line-height: 32px; }
  
  .brandingServices .main h2 { font-size: 44px; line-height: 1.2; }
  .brandingServices .main h2 span { font-size: 48px; }
  .brandingServices .main p { font-size: 18px; }
  .brandingServices .grid .left ol li span { font-size: 24px; }
  .brandingServices .grid .left ol li p { font-size: 18px; }
  
  /*PRICING PAGE*/
  .designServices .main h2 { font-size: 44px; line-height: 55px; }
  .designServices .main h2 span { font-size: 48px; }
  .designServices .main p { font-size: 18px; line-height: 30px; }
  .designServices .listing .item { height: 280px; }
  .designServices .listing .item span { font-size: 18px; }
  
  .budgetLimitsSec .main h2 { font-size: 44px; line-height: 55px; }
  .budgetLimitsSec .main h2 span { font-size: 48px; }
  .budgetLimitsSec .main p { font-size: 18px; line-height: 30px; }
  .budgetLimitsSec .listing .item h3 { font-size: 35px; width: 70%; }
  .budgetLimitsSec .listing .item p { font-size: 18px; }
  
  .ourProcessSec .main { gap: 100px; }
  .ourProcessSec .main h2 { font-size: 44px; line-height: 55px; }
  .ourProcessSec .main h2 span { font-size: 48px; }
  .ourProcessSec .main p { font-size: 18px; line-height: 30px; }
  .ourProcessSec .listing .item { height: 380px; }
  .ourProcessSec .listing .item .number span { font-size: 180px; }
  .ourProcessSec .listing .item .info span { font-size: 40px; }
  .ourProcessSec .listing .item .info p { font-size: 18px; }
}

@media (max-width: 1500px) {
  /*WEB DESIGN PAGE*/
  .awardWinnigSec .listing { gap: 25px; }
}

@media (max-width: 1440px) {
	.blogBanner .banner-info h1 span{
		font-size: 42px;
	}
	.blogBanner .banner-info p{
		 font-size: 20px;
	}
	.feature-blog-wrapper .feature-grid .feature-left .left-info h3, .feature-blog-wrapper .feature-grid .feature-right .right-info h3{
    font-size: 34px;
}
.feature-blog-wrapper .feature-grid .feature-left .left-info h3 span, .feature-blog-wrapper .feature-grid .feature-right .right-info h3 span{
    font-size: 38px;
}
	.latest-content .short-cont h3{
		font-size:18px;
	}
  .blogMainCTA .cta-grid .left-info h2 {
    font-size: 45px;
  }
  .blogMainCTA .cta-grid .left-info p {
    font-size: 16px;
  }
  .blogBanner .banner-info h1 {
    font-size: 45px;
    line-height: 1.3;
  }
  .blog-posts-card .short-cont h3 {
    font-size: 18px;
  }
	.blog-posts-card .short-cont p{
		font-size:16px;
		line-height: 1.5;
	}
	.author--wrapper .author-info .info h4 {
    font-size: 14px;
}
	.author--wrapper .author-info .info p {
    font-size: 12px;
}
	.author--wrapper .reading-time-bubble{
   font-size: 14px;		
	}
	.blog-posts-card .blog-img img{
		height:300px;
	}
	.blogMainCTA .cta-grid .right-info h2{
		font-size:42px;
	}
	.blogMainCTA .cta-grid .right-info p{
		font-size:18px;
	}
	
	.post-single-banner .single-banner h1 {
    font-size: 45px;
    line-height: 1.2;
}
	.post-single-banner .single-banner p{
		font-size:18px;
	}
		.post-content-Single .blog-main-single .right-info .ctaOne h2 {
    font-size: 22px;
    line-height: 1.2;
}
	.post-content-Single .blog-main-single .right-info .ctaTwo h3 {
    font-size: 32px;
    line-height: 1.2;
}
	.post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-title{
		font-size:24px;
	}
	.faqBlogSection .faqSection h5{
		font-size:42px;	
	}
	.main-related-post h2{
		font-size: 42px;
	}
	.main-related-post h2 span{
		font-size: 45px;
	}
  .random-post-sec .random-grid .left-info h2 {
    font-size: 45px;
    line-height: 1.3;
  }
  .post-single-banner .single-banner h1 {
    font-size: 40px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 20px;
  }
 
  .customMainPopup .modal-dialog {
    max-width: 70%;
    width: 100%;
  }
  
  /* ABOUT US PAGE */

.bannerTwo .mainGrid .left h1 { font-size: 38px; line-height: 48px; }
.bannerTwo .mainGrid .left h1 span { font-size: 44px; }
.bannerTwo .mainGrid .left p { line-height: 1.6; }
.bannerTwo.pricingBanner { height: 800px; }
.bannerTwo.pricingBanner .mainGrid { grid-template-columns: 1fr 1fr; gap: 60px; height: 700px; }
.bannerTwo.pricingBanner .mainGrid .left h1 { line-height: 1.2; }
.bannerTwo.pricingBanner .mainGrid .left ul { gap: 20px; }
.bannerTwo.pricingBanner .mainGrid .left ul li { font-size: 16px; }
.bannerTwo.pricingBanner .mainGrid .left button { font-size: 18px; }
.bannerTwo.pricingBanner .mainGrid .right img { height: auto; }
.bannerTwo.portfolioBanner { height: 800px; }
.bannerTwo.portfolioBanner .mainGrid { grid-template-columns: 1fr 1fr; gap: 60px; height: 700px; }
.bannerTwo.portfolioBanner .mainGrid .left h1 { line-height: 1.2; }
.bannerTwo.portfolioBanner .mainGrid .left ul { gap: 20px; }
.bannerTwo.portfolioBanner .mainGrid .left ul li { font-size: 16px; }
.bannerTwo.portfolioBanner .mainGrid .left button { font-size: 18px; }
.bannerTwo.portfolioBanner .mainGrid .right img { height: auto; }

.awardWinnig .main h2 { font-size: 40px; line-height: 50px; }
.awardWinnig .main h2 span { font-size: 48px; }
.awardWinnig .main p { font-size: 18px; }
.awardWinnig .listing { gap: 20px; }
.awardWinnig .listing .item strong { font-size: 26px; }
.awardWinnig .listing .item p { font-size: 24px; }

.aboutTabs .headBox h2 { font-size: 40px; line-height: 50px; }
.aboutTabs .headBox h2 span { font-size: 48px; }
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button { font-size: 24px; }

.designJourney .main h2 { font-size: 40px; line-height: 58px; }
.designJourney .main h2 span { font-size: 48px; }
.designJourney .main p { font-size: 18px; }

.aboutSuccess .main .headBox h2 { font-size: 40px; line-height: 50px; }
.aboutSuccess .main .headBox h2 span { font-size: 48px; }

.aboutOnestop .main .headBox h2 { font-size: 40px; line-height: 50px; }
.aboutOnestop .main .headBox h2 span { font-size: 48px; }

.trustedFounder .main h2 { font-size: 40px; line-height: 50px; }
.trustedFounder .main h2 span { font-size: 48px; }

.ourBlog .grid .main-info h2 { font-size: 40px; line-height: 50px; }
.ourBlog .grid .main-info h2 span { font-size: 48px; }
.ourBlog .grid .main-info h3 { font-size: 28px; }
.ourBlog .grid-info .list h3 { font-size: 22px; }

.imageCtaSec .main .leftInfo h2 { font-size: 40px; line-height: 50px; }
.imageCtaSec .main .leftInfo h2 span { font-size: 48px; }
.imageCtaSec .main .leftInfo h2 br { display: none; }
.imageCtaSec.pricingCta .main .rightInfo img { width: auto; height: 70%; right: 20px; }
.imageCtaSec.pricingCtaOne .main .rightInfo img { width: auto; height: 70%; right: 2%; }
.imageCtaSec.howCta .main .leftInfo p { width: 100%; }

/*PORTFOLIO PAGE*/
.portfolioMain .main h2 { font-size: 40px; line-height: 50px; }
.portfolioMain .main h2 span { font-size: 48px; }
.portfolioMain .tabs { margin-bottom: 20px; }
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent h3 { font-size: 22px; }
.portfolioMain .tabContent .portfolioGrid.active { margin-top: 0px; }

.trustedFounder .founderSlider .slider-info .info-content p { font-size: 18px; }
  .trustedFounder .founderSlider .slider-info .info-content span { font-size: 14px; }
  
  /*BRANDING PAGE*/
  .brandingGrowth .grid { gap: 50px; align-items: flex-start; grid-template-columns: 1.2fr 1fr; }
  .brandingGrowth .grid .right h2 { font-size: 40px; line-height: 50px; }
  .brandingGrowth .grid .right p { font-size: 18px; }
  .brandingGrowth .grid .right .listing .item { margin-bottom: 20px; }
  
  .our-service-main .main-info .info-left h5 { font-size: 14px; }
  .our-service-main .main-info .info-left h2 { font-size: 40px; line-height: 50px; }
  .our-service-main .main-info .info-left h2 br { display: none; }
  .our-service-main .main-info .info-left h2 span { font-size: 48px; }
  .our-service-main .service-slider .slider-info .info-content h3 { font-size: 30px; }
  .our-service-main .service-slider .slider-info .info-content p { font-size: 16px; }
  
  .singlePortfolio .main h2 { font-size: 40px; line-height: 50px; }
  .singlePortfolio .main h2 span { font-size: 48px; }
  .singlePortfolio .main p { font-size: 18px; }
  
  .topratedSlider .main h2 { font-size: 40px; line-height: 50px; }
  .topratedSlider .main h2 span { font-size: 48px; }
  .topratedSlider .toprated-slider .slider-info { height: 400px; }
  .topratedSlider .toprated-slider .slider-info img { scale: 0.9; }
  .topratedSlider .toprated-slider .slider-info p { font-size: 18px; }
  .topratedSlider .toprated-slider .slider-info h3 { font-size: 25px; }
  
  .brandType .main h2 { font-size: 40px; line-height: 50px; }
  .brandType .listing .grid .right h3 { font-size: 40px; line-height: 50px; }
  
  /*WEB DESIGN PAGE*/
  
  .awardWinnigSec .main h2 { font-size: 40px; line-height: 50px; }
  .awardWinnigSec .main h2 span { font-size: 48px; }
  .awardWinnigSec .main p { font-size: 18px; }
  .awardWinnigSec .listing { gap: 20px; }
  .awardWinnigSec .listing .item span { font-size: 26px; }
  .awardWinnigSec .listing .item p { font-size: 24px; }
  
  .webDesignServices .main h2 { font-size: 40px; line-height: 50px; }
  .webDesignServices .main h2 span { font-size: 48px; }
  .webDesignServices .main p { font-size: 16px; }
  .webDesignServices .listing .item h3 { font-size: 28px; }
  .webDesignServices .listing .item .description p { font-size: 18px; }
  
  .ctaSec .main .info h2 { font-size: 40px; line-height: 50px; }
  .ctaSec .main .info h2 span { font-size: 48px; }
  .ctaSec.leftCta .main .info h2 { font-size: 40px; line-height: 50px; }
  .ctaSec.leftCta .main .info h2 span { font-size: 48px; }
  
  .ourDesign .main h2 { font-size: 40px; line-height: 50px; }
  .ourDesign .main h2 span { font-size: 48px; }
  .ourDesign .main p { font-size: 16px; }
  .ourDesign .grid .left img { width: 100%; height: 100%; object-fit: cover; }
  .ourDesign .grid .right .accordion .itemInfo { padding: 15px 20px; }
  .ourDesign .grid .right .accordion .itemInfo img { width: 70px; height: 70px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Head button { font-size: 24px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Body { font-size: 16px; line-height: 1.5; }
  .ourDesign .grid .right .accordion .itemInfo.active { padding: 20px; }
  
  .bestCompany .main h2 { font-size: 40px; line-height: 50px; }
  .bestCompany .main h2 span { font-size: 48px; }
  .bestCompany .main p { font-size: 16px; }
  .bestCompany .listing .item p { font-size: 18px; line-height: 28px; }
  
  .main-award-sec .main h2 { font-size: 40px; line-height: 50px; }
  .main-award-sec .main h2 span { font-size: 48px; }
  .main-award-sec .main p { font-size: 16px; }
  
  .industriesWeServeSec .main h2 { font-size: 40px; line-height: 58px; }
  .industriesWeServeSec .main h2 span { font-size: 48px; }
  .industriesWeServeSec .main p { font-size: 18px; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 40px; }
  
  /*CONTACT US PAGE*/
  .contactBanner .main h1 { font-size: 38px; line-height: 48px; }
  .contactBanner .main p { line-height: 1.6; }
  
  .contactFormMain .main h2 { font-size: 40px; line-height: 50px; }
  .contactFormMain .main h2 span { font-size: 48px; }
  
  .main-map .map-info .box h4 { font-size: 16px; }
  .main-map .map-info .box p { font-size: 15px; }
  
  /*TERMS & CONDITION PAGE*/
  .terms .main-info h2 { font-size: 45px; }
  .terms .main-info p { font-size: 16px; }
  .terms .main-content h4 { font-size: 22px; }
  .terms .main-content p,
  .terms .main-content ul li { font-size: 16px; }
  
  /*HOW IT WORKS PAGE*/
  .howItMainSection .headBox h2 { font-size: 40px; line-height: 50px; }
  .howItMainSection .headBox h2 span { font-size: 48px; }
  .howItMainSection .contentBox .right .extraContent ul li { font-size: 16px; }
  .howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button { font-size: 18px; }
  
  /*INDUSTRY INNER PAGE*/
  .industry-banner .main-grid .top-info h1 { font-size: 40px; }
  
  .topratedSec .mainGrid { gap: 60px; }
  .topratedSec .mainGrid .right h2 { font-size: 40px; }
  .topratedSec .mainGrid .right p { font-size: 18px; }
  
  .portfolioSec .main h2 { font-size: 40px; line-height: 50px; }
  .portfolioSec .main h2 span { font-size: 48px; }
  
  .ServiceAcross .list-info {
    grid-gap: 50px;
    margin-top: 60px;
   }
    .ServiceAcross .right-info img {
        width: 100%;
    }
    
  .sevenYears .main-grid .left-info small { font-size: 14px; }
  .sevenYears .main-grid .left-info h2 { font-size: 40px; line-height: 1.3; }
  .sevenYears .main-grid .left-info p { font-size: 16px; }
  .sevenYears .grid-list .list-info { width: 100%; }
  
  .brandingServices .main h2 { font-size: 40px; }
  .brandingServices .main p { font-size: 16px; }
  .brandingServices .grid .left ol li span { font-size: 24px; }
  .brandingServices .grid .left ol li p { font-size: 16px; line-height: 1.6; }
  
  /*PRICING PAGE*/
  .designServices .main h2 { font-size: 40px; line-height: 50px; }
  .designServices .main h2 span { font-size: 48px; }
  .designServices .listing .item { padding: 40px 20px; gap: 20px; height: 100%; }
  .designServices .listing .item span { font-size: 18px; }
  
  .budgetLimitsSec .main h2 { font-size: 40px; line-height: 50px; }
  .budgetLimitsSec .listing .item h3 { font-size: 30px; width: 75%; }
  .budgetLimitsSec .listing .item p { font-size: 18px; }
  
  .ourProcessSec .main h2 { font-size: 40px; line-height: 50px; }
  .ourProcessSec .main h2 span { font-size: 48px; }
  .ourProcessSec .main p { font-size: 18px; }
  .ourProcessSec .listing .item { height: 380px; }
  .ourProcessSec .listing .item .number span { font-size: 170px; bottom: -50px; }
  .ourProcessSec .listing .item .info span { font-size: 35px; }
  .ourProcessSec .listing .item .info p { font-size: 18px; }
}
@media (max-width: 1400px) {
	.feature-blog-wrapper .feature-grid {
   	 grid-template-columns: 1.2fr 1fr;
    }
	.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image {
		width: 200px;
	}
  .main-footer .footer-grid .left-info h2 {
    font-size: 40px;
  }
  .main-footer .footer-grid .left-info .grid-info span {
    font-size: 15px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 15px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 30px;
  }
  .main-footer .footer-grid .right-info ul span {
    font-size: 15px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 15px;
  }
  /*.main-footer .footer-grid .right-info img {*/
  /*  max-width: 100px;*/
  /*  min-height: 65px;*/
  /*}*/
  .main-footer .copyright ul li a {
    font-size: 16px;
  }
  .blogMainCTA .cta-grid .left-info h2 {
    font-size: 40px;
  }
  .blogMainCTA .cta-grid .left-info p {
    font-size: 16px;
  }
  .blogBanner .banner-info h1 {
    font-size: 40px;
  }
  .blog-posts-card .short-cont h3 {
    font-size: 20px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 40px;
  }
  .post-single-banner .single-banner h1 {
    font-size: 32px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 20px;
  }
  .main-related-post h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .customMainPopup .main-popup-from .main-grid .left-info {
    padding: 30px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info h2 {
    font-size: 32px;
    line-height: normal;
  }
  .customMainPopup .main-popup-from .main-grid .right-info h4 {
    font-size: 22px;
    line-height: normal;
  }
  
 
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 16px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 16px;
  }
  .contactFormMain .grid .left::before { width: 112px; }
}

@media(max-width:1300px){
    
/* ABOUT US PAGE */
.bannerTwo .mainGrid .left h1 { font-size: 35px; line-height: 1.2; }
.bannerTwo.thankyou .mainGrid { grid-template-columns: 0.8fr 1fr; }
.bannerTwo.pricingBanner .mainGrid .left ul li { font-size: 15px; }
.bannerTwo.portfolioBanner .mainGrid .left ul li { font-size: 15px; }

.awardWinnig .main h2 { font-size: 40px; line-height: 50px; }
.awardWinnig .main p { font-size: 18px; }
.awardWinnig .listing { gap: 0px; }
.awardWinnig .listing .item { padding-left: 10%; }
.awardWinnig .listing .item strong { font-size: 24px; }
.awardWinnig .listing .item p { font-size: 22px; }

.designJourney .main h2 { font-size: 40px; line-height: 50px; }
.designJourney .main p { font-size: 18px; }

.imageCtaSec.leftCta .main {padding: 80px 40px;}

/*BRANDING PAGE*/
.brandingGrowth .grid { gap: 50px; align-items: flex-start; }
  .brandingGrowth .grid .right h2 { font-size: 38px; line-height: 50px; }
  .brandingGrowth .grid .right h2 span { font-size: 46px; }
  
  .singlePortfolio .main h2 { font-size: 40px; }
  
/*WEB DESIGN PAGE*/

.awardWinnigSec .main h2 { font-size: 40px; line-height: 50px; }
.awardWinnigSec .main p { font-size: 18px; }
.awardWinnigSec .listing { gap: 0px; }
.awardWinnigSec .listing .item { padding-left: 10%; }
.awardWinnigSec .listing .item span { font-size: 24px; }
.awardWinnigSec .listing .item p { font-size: 22px; }

.webDesignServices .main h2 { font-size: 40px; line-height: 50px; }
.webDesignServices .listing .item::before { width: 80px; height: 80px; }
.webDesignServices .listing .item .imageWrapper { width: 80px; height: 80px; }
.webDesignServices .listing .item .imageWrapper img { scale: 0.8; }
.webDesignServices .listing .item h3 { font-size: 26px; }
.webDesignServices .listing .item .description p { font-size: 18px; }

.ctaSec.leftCta .main { padding: 80px 40px; }

.ourDesign .main h2 { font-size: 40px; }
.ourDesign .grid .right .accordion .itemInfo .item .Head button { font-size: 22px; }
.ourDesign .grid .right .accordion .itemInfo .item .Body { font-size: 16px; }

.bestCompany .main h2 { font-size: 40px; line-height: 50px; }
.bestCompany .main p { font-size: 18px; }
.bestCompany .listing .item .imgWrapper { width: 70px; height: 70px; }
.bestCompany .listing .item .imgWrapper img { scale: 0.8; }
.bestCompany .listing .item h3 { font-size: 18px; line-height: 28px; }
.bestCompany .listing .item p { font-size: 16px; line-height: 26px; }

.main-award-sec .main h2 { font-size: 40px; line-height: 50px; }

.industriesWeServeSec .main h2 { font-size: 40px; line-height: 50px; }
.industriesWeServeSec .main p { font-size: 18px; }
.industriesWeServeSec .listing .item .left .content h3 { font-size: 35px; top: 60px; }

/*CONTACT US PAGE*/
.contactBanner .main h1 { font-size: 35px; line-height: 1.2; }

/*INDUSTRY HEALTHCARE PAGE*/
.sevenYears .main-grid .center-info { background-size: 65%; }
.sevenYears .main-grid .center-info span { font-size: 100px; }
.sevenYears .main-grid .right-info h3 { font-size: 18px; }
.sevenYears .main-grid .right-info p { font-size: 16px; }
.sevenYears .grid-list { flex-wrap: nowrap; }
.sevenYears .grid-list .list-info img { scale: 0.8; }
.sevenYears .grid-list .list-info .flexInfo p { font-size: 18px; }
}

@media (min-width: 1200px) and (max-width: 1260px) {
  .single-post .container {
    max-width: 1080px;
  }
}

@media (max-width: 1200px) {
	.blogBanner .banner-info {
        width: 60%;
    }
	.blogBanner .banner-info h1 {
        font-size: 38px;
    }
	.blogBanner .banner-info h1 span{
		font-size: 40px;
	}
	.blogBanner .banner-info p{
		 font-size: 18px;
		line-height:1.5;
	}
	.feature-left .short-cont p{
		font-size:16px;
	}
	.feature-blog-wrapper .feature-grid{
		grid-template-columns:1fr 1fr;
		
	}
	.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-content{
		width:100%;
	}
	.feature-blog-wrapper .feature-grid .feature-left .left-info h3, .feature-blog-wrapper .feature-grid .feature-right .right-info h3{
    font-size: 30px;
}
.feature-blog-wrapper .feature-grid .feature-left .left-info h3 span, .feature-blog-wrapper .feature-grid .feature-right .right-info h3 span{
    font-size: 35px;
}
	.feature-blog-wrapper .feature-grid .feature-left .blog-img img{
		height:400px;
	}
	.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image img{
		height:140px;
	}
	.latest-content .short-cont h3 {
        font-size: 16px;
    }
	.latest-content .short-cont p{
		font-size: 14px;
	}
	.author--wrapper .author-info .author-img img{
		width: 40px;
    height: 40px;
	}
	.latest-content .author--wrapper .author-info .info h4 {
		font-size: 12px;
	}
	.latest-content .author--wrapper .author-info .info p {
		font-size: 11px;
	}
	.latest-content .author--wrapper .reading-time-bubble {
		font-size: 12px;
	}
	.blog-posts-card .short-cont h3 {
    font-size: 16px;
		line-height:1.2;
  }
	.blog-posts-card .short-cont p{
		font-size:14px;
	}
	.author--wrapper .author-info .info h4 {
    font-size: 12px;
		margin-bottom:5px;
}
	.author--wrapper .author-info .info p {
    font-size: 11px;
}
	.author--wrapper .reading-time-bubble{
   font-size: 12px;		
	}
	.blog-posts-card .blog-img img{
		height:250px;
	}
	.blog-posts-card .blog-img ul li{
		font-size:14px;
	}
	.blog-tab-category {
    justify-content: flex-start;
    gap: 10px;
}
	.blog-tab-category li{
		font-size:16px;
	}
	
	.blogMainCTA .cta-grid .right-info h2{
		font-size:38px;
		margin-bottom:15px;
		line-height:1.2;
	}
	.blogMainCTA .cta-grid .right-info p{
		font-size:16px;
		line-height:1.5;
	}
	
  .random-post-sec .random-grid {
    grid-gap: 0px;
  }
  .customMainPopup .modal-dialog {
    max-width: 95%;
  }
  .main-header {
    padding: 16px 30px;
  }
  .main-header .grid-info .right-info .header-menu ul {
    gap: 18px;
    padding-left: 0;
  }
  .main-header .grid-info .right-info .header-menu ul li a {
    font-size: 14px;
  }

  .main-footer .footer-grid .left-info h2 {
    font-size: 35px;
  }
  .main-footer .footer-grid .left-info .grid-info span {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 30px;
  }
  .main-footer .footer-grid .right-info ul span {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  .blogMainCTA .cta-grid .left-info h2 {
    font-size: 35px;
  }
  .blogMainCTA .cta-grid .left-info p {
    font-size: 15px;
  }

  .blogBanner .banner-info h1 {
    font-size: 35px;
  }
  .blog-posts-card .short-cont h3 {
    font-size: 18px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 35px;
  }
  .recent-post-sec {
    padding-top: 0;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 20px;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 40px;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 15px;
  }
  .blog-posts-card .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 15px;
  }
  
  .blog-posts-card .short-cont ul {
    flex-wrap: wrap;
  }
  .blog-posts-card .short-cont ul li {
    font-size: 12px;
  }
  .post-single-banner .single-banner h1 {
    font-size: 30px;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 18px;
  }
  .post-single-banner .single-banner .title-Side span {
    font-size: 15px;
  }
  .post-content-Single .blog-main-content h2,
  .post-content-Single .blog-main-content h2 span,
  .post-content-Single .blog-main-content h2 span a {
    font-size: 26px;
  }
  
  .related-post .short-cont {
    padding: 15px 0;
  }
  .post-content-Single p {
    font-size: 15px;
  }
  .post-content-Single .blog-main-content ul li {
    font-size: 15px;
  }
  .customMainPopup .main-popup-from .main-grid .left-info {
    padding: 40px;
  }
  .customMainPopup .main-popup-from .main-grid .left-info .second-box .boxOne h3 {
    font-size: 30px;
}
  
  .customMainPopup .main-popup-from .main-grid .right-info p {
    font-size: 15px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 15px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 15px;
  }
	.post-content-Single .blog-main-content h3, .post-content-Single .blog-main-content h3 span{
		font-size:22px;
	}
	.post-content-Single .blog-main-content h4, .post-content-Single .blog-main-content h4 span{
		font-size:20px;
	}
	.post-content-Single .blog-main-single {
    gap: 30px;
    }
	.post-content-Single .blog-main-single .right-info .ctaOne, .post-content-Single .blog-main-single .right-info .ctaTwo{
		padding:30px 20px;
	}
	.post-content-Single .blog-main-single .right-info .ctaOne h2 {
        font-size: 20px;
    }
	.post-content-Single .blog-main-single .right-info .ctaOne p{
		font-size:14px;
	}
	.post-content-Single .blog-main-single .right-info .ctaTwo h3 {
        font-size: 28px;
    }
	.post-content-Single .blog-main-single .right-info .ctaTwo p{
		font-size:14px;
	}
	.post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-title {
        font-size: 20px;
    }
	.post-content-Single .blog-main-single .left-info #ez-toc-container ul li {
       font-size: 14px;
    }
	.faqBlogSection .faqSection h5{
		font-size:38px;	
	}
	.main-related-post h2{
		font-size: 38px;
	}
	.main-related-post h2 span{
		font-size: 42px;
	}
	.faqBlogSection .faqSection .card-header button{
		font-size:18px;
	}
	
/* ABOUT US PAGE */

.bannerTwo { height: 80vh; }
.bannerTwo .mainGrid { height: 60vh; }
.bannerTwo .mainGrid .left h1 { font-size: 35px; line-height: 1.2; }
.bannerTwo .mainGrid .left h1 span { font-size: 40px; }
.bannerTwo.pricingBanner .mainGrid { gap: 20px; }
.bannerTwo.pricingBanner .mainGrid .left ul li { font-size: 13px; }
.bannerTwo.portfolioBanner .mainGrid { gap: 20px; }
.bannerTwo.portfolioBanner .mainGrid .left ul li { font-size: 13px; }
.bannerTwo.aboutBanner { height: 100vh; }
.bannerTwo.aboutBanner .mainGrid { grid-template-columns: 1fr 1fr; }
.bannerTwo.aboutBanner .mainGrid .left .btnWrapper { flex-direction: column; align-items: flex-start; }

.awardWinnig .main h2 { font-size: 35px; line-height: 1.2; }
.awardWinnig .main h2 span { font-size: 40px; }
.awardWinnig .main p { font-size: 16px; line-height: 1.5; width: 70%; }

.aboutTabs .headBox h2 { font-size: 35px; line-height: 1.2; }
.aboutTabs .headBox h2 span { font-size: 40px; }
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button { font-size: 22px; }

.designJourney .main h2 { font-size: 35px; line-height: 1.2; }
.designJourney .main h2 span { font-size: 40px; }
.designJourney .main p { font-size: 16px; line-height: 1.5; }
.designJourney .boxesListing .mainList.odd .empty::before { width: 353px; height: 75px; }
.designJourney .boxesListing .mainList.even .empty::before { width: 315px; height: 197px; }
.designJourney .boxesListing .mainList .single { width: 45%; }

.aboutSuccess { padding: 60px 0px; }
.aboutSuccess .main .headBox h2 { font-size: 35px; line-height: 1.2; }
.aboutSuccess .main .headBox h2 span { font-size: 40px; }

.aboutOnestop { padding: 60px 0px; }
.aboutOnestop .main .headBox h2 { font-size: 35px; line-height: 1.2; }
.aboutOnestop .main .headBox h2 span { font-size: 40px; }

.trustedFounder .main h2 { font-size: 35px; line-height: 1.2; }
.trustedFounder .main h2 span { font-size: 40px; }
.trustedFounder .main p { font-size: 18px; line-height: 1.6; }
.trustedFounder .sliderSec .sliderInfo p { font-size: 18px; width: 100%; }

.ourBlog .grid .main-info h2 { font-size: 35px; line-height: 1.2; }
.ourBlog .grid .main-info h2 span { font-size: 40px; }
.ourBlog .grid .main-info h3 { font-size: 26px; }
.ourBlog .grid .main-info p { font-size: 18px; }
.ourBlog .grid a { font-size: 16px; }
.ourBlog .grid-info .list h3 { font-size: 20px; }

.imageCtaSec .main { grid-template-columns: 1.4fr 1fr; }
.imageCtaSec .main .leftInfo .subheading { font-size: 16px; }
.imageCtaSec .main .leftInfo h2 { font-size: 35px; line-height: 1.2; }
.imageCtaSec .main .leftInfo h2 span { font-size: 40px; }
.imageCtaSec .main .leftInfo p { font-size: 18px; line-height: 1.6; }
.imageCtaSec .main .leftInfo .btnWrapper button,
.imageCtaSec .main .leftInfo .btnWrapper a { font-size: 16px; }
.imageCtaSec .main .rightInfo img { width: auto; height: 90%; }
.imageCtaSec.leftCta .main { padding: 60px 40px; }
.imageCtaSec.homePageCta .main { gap: 40px; }
.imageCtaSec.homePageCta .main .rightInfo img { width: 300px; }
.imageCtaSec.pricingCta .main { grid-template-columns: 1.3fr 1fr; }
.imageCtaSec.pricingCta .main .rightInfo img { width: auto; height: 60%; }
.imageCtaSec.pricingCtaOne .main .rightInfo img { width: auto; height: 65%; right: 0%; }

/*PORTFOLIO PAGE*/
.portfolioMain .main h2 { font-size: 35px; line-height: 1.2; }
.portfolioMain .main h2 span { font-size: 40px; }

.trustedFounder .founderSlider .slider-info { height: 500px; }
  .trustedFounder .founderSlider .slider-info::before { background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25.39%, rgba(253, 255, 255, 0.0474989) 56.03%, #ffffff 70%); }
  .trustedFounder .founderSlider .slider-info .info-content p { font-size: 18px; }
  .trustedFounder .founderSlider .slider-info .info-content span { font-size: 14px; }
  
  /*BRANDING PAGE*/
  .brandingGrowth { padding: 80px 0; }
  .brandingGrowth .grid { gap: 30px; align-items: flex-start; }
  .brandingGrowth .grid .right h2 { font-size: 35px; line-height: 1.2; }
  .brandingGrowth .grid .right h2 br { display: none; }
  .brandingGrowth .grid .right h2 span { font-size: 40px; }
  .brandingGrowth .grid .right p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; }
  .brandingGrowth .grid .right .listing .item { gap: 40px; }
  .brandingGrowth .grid .right .listing .item p { font-size: 18px; }
  
   .our-service-main .main-info .info-left h5 { font-size: 14px; }
  .our-service-main .main-info .info-left h2 { font-size: 35px; line-height: 1.2; }
  .our-service-main .main-info .info-left h2 span { font-size: 40px; }
  .our-service-main .main-info .info-left h2 br { display: none; }
  .our-service-main .main-info .info-left p { font-size: 18px; line-height: 1.6; }
  .our-service-main .main-info .info-right a { font-size: 16px; }
  .our-service-main .service-slider .slider-info img { height: 400px; object-fit: cover; }
  .our-service-main .service-slider .slider-info .info-content h3 { font-size: 28px; }
  .our-service-main .service-slider .slider-info .info-content p { font-size: 15px; }
  
  .singlePortfolio { padding: 80px 0; }
  .singlePortfolio .main h2 { font-size: 35px; line-height: 1.2; }
  .singlePortfolio .main h2 span { font-size: 40px; }
  .singlePortfolio .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  
  .topratedSlider .main h2 { font-size: 35px; line-height: 1.2; }
  .topratedSlider .main h2 span { font-size: 40px; }
  .topratedSlider .main p { font-size: 18px; line-height: 1.6; }
  .topratedSlider .toprated-slider .slider-info { height: 350px; }
  .topratedSlider .toprated-slider .slider-info img { scale: 0.9; }
  .topratedSlider .toprated-slider .slider-info p { font-size: 15px; }
  .topratedSlider .toprated-slider .slider-info h3 { font-size: 22px; }
  
  .brandType .main h2 { font-size: 35px; line-height: 1.2; }
  .brandType .main h2 span { font-size: 40px; }
  .brandType .main p { font-size: 16px; line-height: 1.6; }
  .brandType .listing .grid .right h3 { font-size: 35px; line-height: 1.2; }
  .brandType .listing .grid .right p { font-size: 16px; line-height: 1.6; }
  
  /*WEB DESIGN PAGE*/
  
  .awardWinnigSec .main h2 { font-size: 35px; line-height: 1.2; }
  .awardWinnigSec .main h2 span { font-size: 40px; }
  .awardWinnigSec .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  
  .webDesignServices .main h2 { font-size: 35px; line-height: 1.2; }
  .webDesignServices .main h2 span { font-size: 40px; }
  .webDesignServices .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  .webDesignServices .listing .item::before { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper img { scale: 0.7; }
  .webDesignServices .listing .item h3 { font-size: 22px; }
  .webDesignServices .listing .item .description p { font-size: 16px; }
  
  .ctaSec .main .info h2 { font-size: 35px; line-height: 1.2; }
  .ctaSec .main .info h2 span { font-size: 40px; }
  .ctaSec .main .info p { font-size: 18px; line-height: 1.6; }
  .ctaSec.leftCta .main { padding: 60px 40px; }
  .ctaSec.leftCta .main .info h2 { font-size: 35px; line-height: 1.2; }
  .ctaSec.leftCta .main .info h2 span { font-size: 40px; }
  .ctaSec.leftCta .main .info p { font-size: 18px; line-height: 1.6; }
  
  .ourDesign .main h2 { font-size: 35px; }
  .ourDesign .main h2 span { font-size: 40px; }
  .ourDesign .main p { font-size: 16px; }
  .ourDesign .grid { gap: 30px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Head button { font-size: 20px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Body { font-size: 16px; }
  
  .bestCompany .main h2 { font-size: 35px; line-height: 1.2; }
  .bestCompany .main h2 span { font-size: 40px; }
  .bestCompany .main p { font-size: 16px; line-height: 1.5; }
  .bestCompany .listing .item { padding: 20px; }
  .bestCompany .listing .item h3 { font-size: 16px; line-height: 1.3; }
  .bestCompany .listing .item p { font-size: 14px; line-height: 1.5; width: 100%; }
  
  .main-award-sec .main h2 { font-size: 35px; line-height: 1.2; }
  .main-award-sec .main h2 span { font-size: 40px; }
  .main-award-sec .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  
  .industriesWeServeSec .main h2 { font-size: 35px; line-height: 1.2; }
  .industriesWeServeSec .main h2 span { font-size: 40px; }
  .industriesWeServeSec .main p { font-size: 16px; line-height: 1.5; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 30px; }
  .industriesWeServeSec .listing .item .left .content p { font-size: 16px; line-height: 1.5; }
  
  /*CONTACT US PAGE*/
  .contactBanner .main h1 { font-size: 35px; line-height: 1.2; }
  
  .contactFormMain .main h2 { font-size: 35px; line-height: 1.2; }
  .contactFormMain .main h2 span { font-size: 40px; }
  .contactFormMain .grid .left .text h3 { font-size: 26px; }
  
  /*TERMS & CONDITION PAGE*/
  .terms .main-info h2 { font-size: 40px; }
  .terms .main-info p { font-size: 16px; }
  .terms .main-content h3 { font-size: 22px; }
  .terms .main-content p,
  .terms .main-content ul li { font-size: 16px; }
  
  /*HOW IT WORKS PAGE*/
  .howItMainSection .headBox h2 { font-size: 35px; line-height: 1.2; }
  .howItMainSection .headBox h2 span { font-size: 40px; }
  .howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button { font-size: 16px; }
  .howItMainSection .contentBox .right .content .faqAccordian .faqBody{font-size:15px;}
  
  /*INDUSTRY INNER PAGE*/
  .industry-banner .main-grid .top-info h1 { font-size: 35px; }
  .industry-banner .main-grid .top-info h1 span { font-size: 40px; }
  
  .topratedSec .mainGrid { gap: 50px; }
  .topratedSec .mainGrid .right { gap: 20px; }
  .topratedSec .mainGrid .right h2 { font-size: 35px; line-height: 1.2; }
  .topratedSec .mainGrid .right h2 span { font-size: 40px; }
  .topratedSec .mainGrid .right p,
  .topratedSec .mainGrid .right ul li { font-size: 16px; line-height: 1.5; }
  .topratedSec .mainGrid .right small { font-size: 20px; }
  .topratedSec .mainGrid .right small span { font-size: 28px; }
  
  .portfolioSec .main h2 { font-size: 35px; line-height: 1.2; }
  .portfolioSec .main h2 span { font-size: 40px; }
  .portfolioSec .main p { font-size: 18px; }
  .portfolioSec .tabContent .portfolioGrid { max-height: 900px; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem { height: 250px; }
  
  .ServiceAcross .left-info h3 {margin-bottom:10px;}
  .ServiceAcross .left-info h4 {font-size: 18px; margin-bottom:10px;}
  
  .sevenYears .main-grid .left-info small { font-size: 14px; }
  .sevenYears .main-grid .left-info h2 { font-size: 35px; line-height: 1.3; }
  .sevenYears .main-grid .left-info p { font-size: 15px; }
  .sevenYears .main-grid .center-info { background-size: 70%; }
  .sevenYears .main-grid .center-info::before { width: 260px; height: 260px; }
  .sevenYears .main-grid .center-info span { font-size: 80px; }
  .sevenYears .main-grid .right-info h3 { font-size: 16px; }
  .sevenYears .main-grid .right-info p { font-size: 15px; }
  .sevenYears .grid-list .list-info p { font-size: 15px; line-height: 1.5; }
  
  .brandingServices .main h2 { font-size: 35px; }
  .brandingServices .main h2 span { font-size: 40px; }
  .brandingServices .main p { line-height: 1.5; }
  .brandingServices .grid { grid-gap: 40px; }
  .brandingServices .grid .left ol li { margin-bottom: 10px; }
  .brandingServices .grid .left ol li span { font-size: 20px; margin-bottom: 10px; }
  .brandingServices .grid .left ol li p { font-size: 16px; }
  
  .main-footer .footer-grid .right-info img {
    max-width: 100px;
    min-height: 65px;
    height:auto;
  }
  
  /*PRICING PAGE*/
  .designServices .main h2 { font-size: 35px; line-height: 1.2; }
  .designServices .main h2 span { font-size: 40px; }
  .designServices .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  .designServices .listing { display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
  .designServices .listing .item { width: 30%; padding: 40px 20px; gap: 20px; height: 100%; }
  .designServices .listing .item span { font-size: 18px; }
  
  .budgetLimitsSec .main h2 { font-size: 35px; line-height: 1.2; }
  .budgetLimitsSec .main h2 span { font-size: 40px; }
  .budgetLimitsSec .main p { font-size: 16px; width: 70%; line-height: 1.5; }
  .budgetLimitsSec .listing .item { gap: 50px; }
  .budgetLimitsSec .listing .item h3 { font-size: 28px; width: 80%; line-height: 1.3; }
  .budgetLimitsSec .listing .item p { font-size: 16px; }
  
  .ourProcessSec .main { gap: 50px; }
  .ourProcessSec .main h2 { font-size: 35px; line-height: 1.2; }
  .ourProcessSec .main h2 span { font-size: 40px; }
  .ourProcessSec .main p { font-size: 16px; line-height: 1.5; width: 70%; }
  .ourProcessSec .listing .item { height: 320px; }
  .ourProcessSec .listing .item .number span { font-size: 150px; }
  .ourProcessSec .listing .item .info { padding: 0 0 30px 60px; }
  .ourProcessSec .listing .item .info span { font-size: 30px; }
  .ourProcessSec .listing .item .info p { font-size: 16px; }
}

@media (max-width: 1100px) {
  /*ABOUT US PAGE*/
 
.awardWinnig .listing { grid-template-columns: repeat(2, 1fr); }
.awardWinnig .listing .item { padding-left: 0; text-align: center; }
.awardWinnig .listing .item:first-child, .awardWinnig .listing .item:nth-child(2) { border-bottom: 2px solid #cdcdcd; }
.awardWinnig .listing .item:nth-child(2)::before, .awardWinnig .listing .item:nth-child(4)::before { content: unset; }
.awardWinnig .listing .item:nth-child(2)::after, .awardWinnig .listing .item:nth-child(4)::after { height: 100%; }
.awardWinnig .listing .item:nth-child(3)::before, .awardWinnig .listing .item:nth-child(3)::after { content: unset; }

/*WEB DESIGN PAGE*/
.awardWinnigSec .listing { grid-template-columns: repeat(2, 1fr); }
.awardWinnigSec .listing .item { padding-left: 0; text-align: center; }
.awardWinnigSec .listing .item:first-child,
.awardWinnigSec .listing .item:nth-child(2) { border-bottom: 2px solid #cdcdcd; }
.awardWinnigSec .listing .item:nth-child(2)::before,
.awardWinnigSec .listing .item:nth-child(4)::before { content: unset; }
.awardWinnigSec .listing .item:nth-child(2)::after,
.awardWinnigSec .listing .item:nth-child(4)::after { height: 100%; }
.awardWinnigSec .listing .item:nth-child(3)::before,
.awardWinnigSec .listing .item:nth-child(3)::after { content: unset; }
}

@media (min-width: 992px) and (max-width: 1080px) {
  .single-post .container {
    max-width: 870px;
  }
}
@media (max-width: 1024px) {
.mobile-nav .main-header{
		position:unset;
	}
  header.main-header {
    display: none;
  }
  .mobile-nav {
    display: block;
    transition: all 0.3s ease-out;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.039);
  }
  .mobile-nav .main-header {
    padding: 14px 0;
    border-bottom: 0;
  }
  .mobile-nav .main-header .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-nav .header-menu {
    background-color: #fff;
    width: 300px;
    position: fixed;
    top: 0px;
    right: -300px;
    padding-top: 20px;
    transition: 0.5s;
    height: 100vh;
  }
  .mobile-nav .header-menu .hamburg {
    text-align: end;
    color: #c30010;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .mobile-nav .header-menu .hamburg svg {
    font-size: 24px;
  }
  .mobile-nav .header-menu .main-ul {
    position: relative;
    overflow: auto;
    height: calc(100vh - 60px);
  }
  .mobile-nav .header-menu ul {
    list-style: none;
    padding: 0;
  }
  .mobile-nav .header-menu ul li {
    padding: 12px;
    cursor: pointer;
    border-bottom: 1px solid;
  }
  .mobile-nav .header-menu ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #000;
  }
  .mobile-nav .header-menu ul li svg {
    float: right;
    position: relative;
    top: 6px;
    transition: 0.5s;
  }
  .mobile-nav .header-menu ul li .active {
    color: #c30010;
  }
  .mobile-nav .header-menu ul li:nth-last-child(1) {
    border-bottom: 0px;
  }
  .mobile-nav .header-menu ul li .open-submenu {
    rotate: 180deg;
  }
  .mobile-nav .header-menu ul li .sub-menu {
    display: none;
  }
  .mobile-nav .header-menu ul li .sub-menu.open {
    display: block;
  }
  .mobile-nav .header-menu ul .btn {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #c30010;
    display: block;
    color: #c30010;
    padding: 5px 14px;
    width: fit-content;
    border: 1px solid #c30010;
    transition: 0.5s;
    color: #fff;
    margin-left: 12px;
  }
  .mobile-nav .header-menu ul button {
    margin-top: 10px;
    font-size: 15px;
    font-weight: 500;
    background-color: #c30010;
    display: block;
    color: #c30010;
    padding: 5px 14px;
    width: fit-content;
    border: 1px solid #c30010;
    transition: 0.5s;
    color: #fff;
    margin-left: 12px;
  }
  .hamburg.open-menu {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.5s;
    background: #c30010;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .hamburg.open-menu i {
    font-size: 24px;
  }
  .mobile-header-menu .li-hover::before {
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 14px;
    transition: 0.5s;
  }
  .mobile-header-menu .li-hover.open::before {
    rotate: 180deg;
  }
  .header-menu.open {
    right: 0px;
  }
  
  /* ABOUT US PAGE */

.bannerTwo .mainGrid { grid-template-columns: 0.8fr 1fr; }
.bannerTwo.thankyou { height: auto; }
.bannerTwo.thankyou .mainGrid { grid-template-columns: 1fr 1fr; }
.bannerTwo.pricingBanner { height: auto; }
.bannerTwo.pricingBanner .mainGrid { height: auto; }
.bannerTwo.aboutBanner { height: auto; }
.bannerTwo.aboutBanner .mainGrid { height: auto; }
.bannerTwo.portfolioBanner { height: auto; }
.bannerTwo.portfolioBanner .mainGrid { height: auto; }

.aboutTabs .headBox { grid-template-columns: 1fr; justify-content: center; align-items: center; }
.aboutTabs .headBox h2 { text-align: center; }
.aboutTabs .headBox p { text-align: center; }
.aboutTabs .tabListing { grid-template-columns: 1fr; }

.aboutSuccess { padding: 40px 0px; }
.aboutSuccess .main { grid-template-columns: 1fr; gap: 50px; }
.aboutSuccess .main .headBox h2 { text-align: center; }
.aboutSuccess .main .headBox p { text-align: center; }

.aboutOnestop { padding: 40px 0px; }
.aboutOnestop .main { grid-template-columns: 1fr; gap: 50px; }
.aboutOnestop .main .headBox h2 { text-align: center; }
.aboutOnestop .main .headBox p { text-align: center; }

.imageCtaSec.portfolioCta .main {gap: 20px;}
  .imageCtaSec.portfolioBlack .main .rightInfo img {height: 70%;}
  
/*CONTACT US PAGE*/
 .contactFormMain .grid .left .text h3 { font-size: 24px; }
 
/*HOW IT WORKS PAGE*/
.howItMainSection .headBox { grid-template-columns: 1fr; justify-content: center; align-items: center; }
.howItMainSection .headBox h2,
.howItMainSection .headBox p { text-align: center; }
.howItMainSection .contentBox { grid-template-columns: 1fr; gap: 40px; }
.howItMainSection .contentBox.isEven{flex-direction:column;}
.howItMainSection .contentBox .left { text-align: center; }
.howItMainSection .contentBox .left img { width: 100%; height: auto; }
.howItMainSection .contentBox .right { padding: 0; }
}

@media (max-width: 991px) {
	    #ez-toc-container {
        display: block !important;
        position: sticky !important;
        top: 90px;
        padding: 0px !important;
        background: transparent !important;
        border: 0px !important;
        z-index: 10;
    }
	.ez-toc-list li a.active {
		color: #e80101 !important;
	}
	.ez-toc-title-toggle {
		display: block;
	}
	div#ez-toc-container ul li{
		margin-bottom:10px;
	}
	    #ez-toc-container .ez-toc-title-container {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #c30010;
        padding: 10px;
    }
	#ez-toc-container ul.ez-toc-list {
        padding: 10px;
        background: #f9f9f9;
    }
	.blogBanner{
		background-image:none !important;	
	}
	.blogBanner .banner-info {
        width: 100%;
		text-align:center;
    padding: 100px 0;
    }
	.blogBanner .banner-info h1 {
        font-size: 30px;
    }
	.blogBanner .banner-info h1 span{
		font-size: 35px;
	}
	.blogBanner .banner-info p{
		 font-size: 16px;
	}
	.feature-blog-wrapper .feature-grid{
	grid-template-columns:1fr;
	}
	.feature-blog-wrapper .feature-grid .feature-left .left-info h3, .feature-blog-wrapper .feature-grid .feature-right .right-info h3{
		font-size:28px;
	}
	.feature-blog-wrapper .feature-grid .feature-left .left-info h3 span, .feature-blog-wrapper .feature-grid .feature-right .right-info h3 span{
		font-size:32px;
	}
	.blog-tab-category {
    justify-content: flex-start;
    gap: 0px;
}
	.blog-category-tab-wrapper .flex-info{
		gap:20px;
	}
	.blog-tab-category li{
		font-size:14px;
	}
	.blogMainCTA .cta-grid{
		gap: 30px;
	}
	.blogMainCTA .cta-grid .right-info h2{
		font-size:28px;
		
	}
	.blogMainCTA .cta-grid .right-info p{
		font-size:16px;
	}
	.blogMainCTA .cta-grid .right-info button{
		font-size:14px;
	}
  .random-post-sec .random-grid .left-info {
    padding: 30px;
  }
  .ez-toc-open-icon {
    display: none;
  }
  div#ez-toc-container {
    display: block;
    border-color: #c30010;
    background: #fff;
  }
  div#ez-toc-container p.ez-toc-title {
    color: #fff;
  }
  #ez-toc-container .ez-toc-toggle label {
    margin-bottom: 0px;
    border: 1px solid #fff !important;
  }
  .ez-toc-title-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .ez-toc-icon-toggle-span svg {
    color: #fff !important;
    fill: #fff !important;
  }
	

  .main-footer .footer-grid {
    grid-gap: 50px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    line-height: 1.2;
  }
  .main-footer .footer-grid .left-info .grid-info {
    grid-template-columns: 1fr;
  }
  .main-footer .footer-grid .left-info .grid-info span {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info ul span {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  /*.main-footer .footer-grid .right-info img {*/
  /*  max-width: 100px;*/
  /*  min-height: 65px;*/
  /*}*/
  .main-footer .copyright ul li a {
    font-size: 15px;
  }
  .blogMainCTA .cta-grid .left-info h2 {
    font-size: 30px;
  }
  .blogMainCTA .cta-grid .left-info p {
    font-size: 15px;
  }

  
  .blog-posts-card .short-cont h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 30px;
  }

  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 18px;
    line-height: 1.5;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 14px;
  }
  .blog-posts-card .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 14px;
  }
  .post-date {
    font-size: 14px;
  }
  .blog-posts-card .short-cont ul li {
    font-size: 12px;
  }
  .blog-posts-card .blog-img img {
    height: 200px;
  }
  .blog-content-list {
    grid-template-columns: 1fr 1fr;
  }
  .random-post-sec .random-grid {
    grid-template-columns: 1fr 1fr;
  }
 
  .SocialShare .heateor_sss_sharing_ul {
    flex-direction: row;
  }
  .SocialShare {
    position: relative;
    margin-left: 0px;
    top: 35px;
  }
.customMainPopup .main-popup-from .main-grid{
  grid-template-columns: 1fr;
}
  .customMainPopup .main-popup-from .main-grid .left-info {
    display: none;
  }
  
  .customMainPopup .main-popup-from .main-grid .right-info h2 {
    font-size:28px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info h4 {
    font-size: 22px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info p {
    font-size: 14px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm input {
    font-size: 14px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm input::placeholder {
    font-size: 14px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm textarea {
    font-size: 14px;
  }
  .customMainPopup .main-popup-from .main-grid .right-info .popupForm textarea::placeholder {
    font-size: 14px;
  }
	
	.post-content-Single .blog-main-content h3, .post-content-Single .blog-main-content h3 span{
		font-size:20px;
	}
	.post-content-Single .blog-main-content h4, .post-content-Single .blog-main-content h4 span{
		font-size:18px;
	}
	.post-content-Single .blog-main-single {
    gap: 30px;
    }
	.post-content-Single .blog-main-single .right-info .ctaOne, .post-content-Single .blog-main-single .right-info .ctaTwo{
		padding:30px 20px;
	}
	.post-content-Single .blog-main-single .right-info .ctaOne h2 {
        font-size: 18px;
    }
	.post-content-Single .blog-main-single .right-info .ctaOne p{
		font-size:14px;
	}
	.post-content-Single .blog-main-single .right-info .ctaTwo h3 {
        font-size: 24px;
    }
	.post-content-Single .blog-main-single .right-info .ctaTwo p{
		font-size:14px;
	}
	.post-content-Single .blog-main-single .left-info #ez-toc-container .ez-toc-title {
        font-size: 20px;
    }
	.post-content-Single .blog-main-single .left-info{
		display:none;
	}
	.SocialShareMobile{
		display:block
	}
	.post-content-Single .blog-main-single{
		grid-template-columns:1.8fr 1fr;
	}
	.faqBlogSection .faqSection h5{
		font-size:30px;	
	}
	.main-related-post h2{
		font-size: 30px;
		text-align:center;
	}
	.main-related-post h2 span{
		font-size: 35px;
	}
	.faqBlogSection .faqSection .card-header button{
		font-size:16px;
	}
	.faqBlogSection .faqSection .card-body{
		font-size:14px;
		padding:10px;
	}
	.main-related-post .related-posts{
		grid-template-columns:1fr;
	}
	.main-related-post .related-posts .blog-img img {
        height: 350px;
    }
	.post-single-banner .single-banner h1 {
        width: 80%;
    }
	.post-single-banner{
		height:450px;
	}
	.blog-posts-card .blog-img ul li {
        font-size: 12px;
    }
	.searchBanner {
		height: 450px;
		margin-bottom: 0px;
	}
	.searchResult {
		padding: 60px 0;
	}
	.blog-cards-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	/* ABOUT US PAGE */

.bannerTwo { height: auto; }
.bannerTwo::before { background: rgba(0, 0, 0, 0.6117647059); width: 100%; }
.bannerTwo .mainGrid { height: 50vh; grid-template-columns: 1fr; }
.bannerTwo .mainGrid .left { text-align: center; align-items:center;}
.bannerTwo .mainGrid .left h1 { font-size: 30px; line-height: 1.2; text-align: center; width: 100%; }
.bannerTwo .mainGrid .left h1 span { font-size: 35px; }
.bannerTwo .mainGrid .left h1 br { display: none; }
.bannerTwo .mainGrid .left .btnWrapper { width: 100%; justify-content: center; }
.bannerTwo .mainGrid .left .btnWrapper button { font-size: 16px; padding:8px 20px; }
.bannerTwo .mainGrid .right { display: none; }
.bannerTwo.thankyou .mainGrid { grid-template-columns: 1fr; }
.bannerTwo.pricingBanner .mainGrid { grid-template-columns: 1fr; }
.bannerTwo.pricingBanner .mainGrid .left { margin: auto; align-items:center; }
.bannerTwo.pricingBanner .mainGrid .left button { font-size: 16px; }
.bannerTwo.pricingBanner .mainGrid .right { display: none; }
.bannerTwo.portfolioBanner .mainGrid { grid-template-columns: 1fr; }
.bannerTwo.portfolioBanner .mainGrid .left { margin: auto; }
.bannerTwo.portfolioBanner .mainGrid .left button { font-size: 16px; }
.bannerTwo.portfolioBanner .mainGrid .right { display: none; }
.bannerTwo.aboutBanner .mainGrid { grid-template-columns: 1fr; }
.bannerTwo.aboutBanner .mainGrid .left { width: 100%; }
.bannerTwo.aboutBanner .mainGrid .left ul { padding-left: 0; text-align: center; list-style: none; width: 100%; }
.bannerTwo.aboutBanner .mainGrid .left ul li { list-style: none; align-items: center; font-size:14px;}
.bannerTwo.aboutBanner .mainGrid .left .btnWrapper { flex-direction: column; width: 100%; align-items: center; }
.bannerTwo.aboutBanner .mainGrid .left .btnWrapper span { font-size: 28px; text-align: center; }
.bannerTwo.aboutBanner .mainGrid .left .btnWrapper span strong { font-size: 30px; }

.awardWinnig { padding: 60px 0; }
.awardWinnig .main h2 { font-size: 30px; line-height: 1.2; }
.awardWinnig .main h2 span { font-size: 35px; }
.awardWinnig .main h2 span::before { display: none; }
.awardWinnig .main p { font-size: 16px; width: 100%; }
.awardWinnig .listing .item strong { font-size: 20px; }
.awardWinnig .listing .item p { font-size: 18px; }

.aboutTabs{padding:60px 0}
.aboutTabs .headBox h2 { font-size: 30px; line-height: 1.2; }
.aboutTabs .headBox h2 span { font-size: 35px; }
.aboutTabs .headBox h2 span::before { content: unset; }
.aboutTabs .headBox p{font-size:16px; line-height:1.5;}
.aboutTabs .tabListing .content .aboutAccordian .aboutCardBody{font-size:16px; line-height:1.5;}

.designJourney .main h2 { font-size: 30px; }
.designJourney .main h2 span { font-size: 35px; }
.designJourney .main h2 span::before { content: unset; }
.designJourney .main p { font-size: 16px; width: 100%; }
.designJourney .boxesListing .mainList.odd { flex-direction: column; align-items: center; }
.designJourney .boxesListing .mainList.odd .empty::before { display: none; }
.designJourney .boxesListing .mainList.odd .single { margin-top: 0; }
.designJourney .boxesListing .mainList.even { flex-direction: column; align-items: center; }
.designJourney .boxesListing .mainList.even .empty::before { display: none; }
.designJourney .boxesListing .mainList.even .single { margin-top: 0; }
.designJourney .boxesListing .mainList .single { width: 100%; padding: 20px; }

.aboutSuccess .main .headBox h2 { font-size: 30px; line-height: 1.2; }
.aboutSuccess .main .headBox h2 span { font-size: 35px; }
.aboutSuccess .main .headBox h2 span::before { bottom: 8px; }
.aboutSuccess .main .headBox p{font-size:16px; line-height:1.5;}

.aboutOnestop .main .headBox h2 { font-size: 30px; line-height: 1.2; }
.aboutOnestop .main .headBox h2 span { font-size: 35px; }
.aboutOnestop .main .headBox p{font-size:16px; line-height:1.5;}
.aboutOnestop .main .headBox h2 span::before { content: unset; }
.aboutOnestop .main .listing p {font-size:16px; line-height:1.5; text-align: center; }

.trustedFounder { padding: 60px 0; }
.trustedFounder .main h2 { font-size: 30px; }
.trustedFounder .main h2 span { font-size: 35px; }
.trustedFounder .main h2 span::before { content: unset; }
.trustedFounder .main p { font-size: 16px; }
.trustedFounder .main p br { display: none; }
.trustedFounder .sliderSec .sliderInfo p { font-size: 16px; width: 100%; line-height: 1.5; }
.trustedFounder .sliderSec .sliderInfo .profileFlex { gap: 15px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info img { width: 50px; height: 50px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info span { font-size: 14px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info p { font-size: 13px; }

.ourBlog .grid .main-info h2 { font-size: 30px; line-height: 1.2; }
.ourBlog .grid .main-info h2 span { font-size: 35px; }
.ourBlog .grid .main-info h2 span::before { content: unset; }
.ourBlog .grid .main-info p { font-size: 16px; }
.ourBlog .grid-info .list h3 { font-size: 18px; }

.imageCtaSec { margin: 40px 0; }
.imageCtaSec .main { padding: 40px 0; grid-template-columns: 1fr; }
.imageCtaSec .main .leftInfo .subheading { font-size: 14px; }
.imageCtaSec .main .leftInfo h2 { font-size: 30px; line-height: 1.2; }
.imageCtaSec .main .leftInfo h2 span { font-size: 35px; }
.imageCtaSec .main .leftInfo h2 span::before { content: unset !important; }
.imageCtaSec .main .leftInfo p { font-size: 16px; width: 90%; }
.imageCtaSec .main .leftInfo .btnWrapper { justify-content: center; }
.imageCtaSec .main .leftInfo .btnWrapper button,
.imageCtaSec .main .leftInfo .btnWrapper a { font-size: 16px; }
.imageCtaSec .main .rightInfo { display: none; }
.imageCtaSec.leftCta { margin: 40px 0; }
.imageCtaSec.leftCta .main { padding: 40px 40px; background-color: #b70629; text-align: center; background-image: none !important; }
.imageCtaSec.leftCta .main .leftInfo p { width: 100%; }
.imageCtaSec.howCta .main .leftInfo h2 span::before { content: unset; }
.imageCtaSec.pricingCta .main { background-color: #d86028; grid-template-columns: 1fr; }
.imageCtaSec.portfolioBlack .main { background-color: #181a1d; }

/*PORTFOLIO PAGE*/
.portfolioMain { padding: 60px 0px; }
.portfolioMain .main h2 { font-size: 30px; }
.portfolioMain .main h2 span { font-size: 35px; }
.portfolioMain .main h2 span::before { content: unset; }
.portfolioMain .main p { font-size: 16px; }
.portfolioMain .main p br { display: none; }
.portfolioMain .tabContent .portfolioGrid.active { grid-template-columns: 1fr 1fr; gap: 10px 20px; }

.trustedFounder .founderSlider .slider-info { height: 500px; }
  .trustedFounder .founderSlider .slider-info .info-content p { font-size: 16px; }
  .trustedFounder .founderSlider .slider-info .info-content span { font-size: 12px; }
  
   /*BRANDING PAGE*/
   .brandingGrowth { padding: 60px 0; }
  .brandingGrowth .grid { grid-template-columns: 1fr; }
  .brandingGrowth .grid .right h2 { font-size: 30px; }
  .brandingGrowth .grid .right h2 br { display: block; }
  .brandingGrowth .grid .right h2 span { font-size: 35px; }
  .brandingGrowth .grid .right h2 span::before { content: unset; }
  .brandingGrowth .grid .right p { font-size: 16px; line-height: 1.5; margin-bottom: 20px; }
  .brandingGrowth .grid .right .listing .item { gap: 40px; }
  .brandingGrowth .grid .right .listing .item p { font-size: 18px; }
  
  .our-service-main { padding: 60px 0; }
  .our-service-main .main-info .info-left h5 { font-size: 14px; }
  .our-service-main .main-info .info-left h2 { font-size: 30px; }
  .our-service-main .main-info .info-left h2 span { font-size: 35px; }
  .our-service-main .main-info .info-left h2 span::before { content: unset; }
  .our-service-main .main-info .info-left p { line-height: 1.5; }
  .our-service-main .service-slider .slider-info img { height: 300px; }
  .our-service-main .service-slider .slider-info .info-content h3 { font-size: 25px; }
  .our-service-main .service-slider .slider-info .info-content p { font-size: 15px; line-height: 1.5; }
  
  .singlePortfolio { padding: 60px 0; }
  .singlePortfolio .main h2 { font-size: 30px; }
  .singlePortfolio .main h2 span { font-size: 35px; }
  .singlePortfolio .main h2 span::before { content: unset; }
  .singlePortfolio .main p { width: 100%; }
  .singlePortfolio .listing { gap: 10px; }
  
  .topratedSlider { padding: 60px 0; }
  .topratedSlider .main h2 { font-size: 30px; }
  .topratedSlider .main h2 span { font-size: 35px; }
  .topratedSlider .main h2 span::before { content: unset; }
  .topratedSlider .main p { font-size: 16px; line-height: 1.5; }
  .topratedSlider .main p br { display: none; }
  .topratedSlider .toprated-slider .slider-info { height: 300px; }
  .topratedSlider .toprated-slider .slider-info img { scale: 0.8; }
  .topratedSlider .toprated-slider .slider-info p { font-size: 14px; }
  .topratedSlider .toprated-slider .slider-info h3 { font-size: 20px; }
  
  .brandType { padding: 60px 0; }
  .brandType .main h2 { font-size: 30px; margin-bottom: 20px; }
  .brandType .main h2 span { font-size: 35px; }
  .brandType .main h2 span::before { display: none; }
  .brandType .main p { font-size: 16px; line-height: 1.5; width: 100%; }
  .brandType .listing { margin-bottom: 50px; }
  .brandType .listing .grid .right h3 { font-size: 30px; }
  .brandType .listing .grid .right p { font-size: 16px; line-height: 1.5; }
  
  /*WEB DESIGN PAGE*/
  
  .awardWinnigSec { padding: 60px 0; }
  .awardWinnigSec .main h2 { font-size: 30px; line-height: 1.2; }
  .awardWinnigSec .main h2 span { font-size: 35px; }
  .awardWinnigSec .main h2 span::before { display: none; }
  .awardWinnigSec .main p { font-size: 16px; width: 100%; }
  .awardWinnigSec .listing .item span { font-size: 20px; }
  .awardWinnigSec .listing .item p { font-size: 18px; }
  
  .webDesignServices { padding: 60px 0; }
  .webDesignServices .main h2 { font-size: 30px; }
  .webDesignServices .main h2 span { font-size: 35px; }
  .webDesignServices .main h2 span::before { display: none; }
  .webDesignServices .main p { width: 100%; }
  .webDesignServices .listing { grid-template-columns: 1fr 1fr; }
  .webDesignServices .listing .item { height: 350px; }
  .webDesignServices .listing .item::before { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper img { scale: 0.7; }
  .webDesignServices .listing .item h3 { font-size: 20px; }
  .webDesignServices .listing .item .description p { font-size: 16px; }
  
  .ctaSec { margin: 40px 0; }
  .ctaSec .main { padding: 40px 20px; }
  .ctaSec .main .info h2 { font-size: 30px; line-height: 1.2; }
  .ctaSec .main .info h2 span { font-size: 35px; }
  .ctaSec .main .info p { font-size: 16px; width: 90%; }
  .ctaSec .main .info button { font-size: 16px; }
  .ctaSec.leftCta { margin: 40px 0; }
  .ctaSec.leftCta .main { padding: 40px 40px; background-color: #b70629; text-align: center; background-image: none !important; }
  .ctaSec.leftCta .main .info h2 { font-size: 30px; line-height: 1.2; }
  .ctaSec.leftCta .main .info h2 span { font-size: 35px; }
  .ctaSec.leftCta .main .info p { font-size: 16px; width: 100%; }
  .ctaSec.leftCta .main .info button { font-size: 16px; }
  
  .ourDesign { padding: 60px 0; }
  .ourDesign .main h2 { font-size: 30px; }
  .ourDesign .main h2 span { font-size: 35px; }
  .ourDesign .main h2 span::before { display: none; }
  .ourDesign .grid { gap: 30px; grid-template-columns: 1fr; }
  .ourDesign .grid .right .accordion .itemInfo .item .Head button { font-size: 20px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Body { font-size: 16px; }
  
  .bestCompany { padding: 60px 0; }
  .bestCompany .main h2 { font-size: 30px; }
  .bestCompany .main h2 br { display: none; }
  .bestCompany .main h2 span { font-size: 35px; }
  .bestCompany .main h2 span::before { content: unset; }
  .bestCompany .main p { font-size: 16px; width: 100%; }
  .bestCompany .listing { grid-template-columns: 1fr 1fr; }
  .bestCompany .listing .item { padding: 20px; }
  .bestCompany .listing .item h3 { font-size: 16px; line-height: 1.3; }
  .bestCompany .listing .item p { font-size: 14px; line-height: 1.5; width: 100%; }
  
  .main-award-sec { padding: 60px 0; }
  .main-award-sec .main h2 { font-size: 30px; }
  .main-award-sec .main h2 span::before { display: none; }
  .main-award-sec .main h2 span { font-size: 35px; }
  .main-award-sec .main p { font-size: 16px; width: 100%; }
  
  .industriesWeServeSec { padding: 60px 0; }
  .industriesWeServeSec .main h2 { font-size: 30px; }
  .industriesWeServeSec .main h2 span::before { display: none; }
  .industriesWeServeSec .main p { font-size: 16px; width: 100%; }
  .industriesWeServeSec .listing .item { height: 250px; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 26px; }
  .industriesWeServeSec .listing .item .left .content p { font-size: 14px; }
  .industriesWeServeSec .listing .item .right .imgWrapper img { width: 100%; height: auto; }
  
  /*CONTACT US PAGE*/
  .contactBanner .main h1 { font-size: 30px; line-height: 1.2; }
  .contactBanner .main p { width: 90%; }
  
  .contactFormMain .main h2 { font-size: 30px; line-height: 1.2; }
  .contactFormMain .main h2 span { font-size: 35px; }
  .contactFormMain .main h2 span::before { bottom: 8px; }
  .contactFormMain .grid { grid-template-columns: 1fr; }
  
  .main-map { height: 600px; }
  .main-map .map-info .box h4 { font-size: 15px; }
  .main-map .map-info .box p { font-size: 14px; }
  
  /*TERMS & CONDITION PAGE*/
  .terms .main-info h2 { font-size: 35px; }
  .terms .main-info p { font-size: 15px; }
  .terms .main-content h3 { font-size: 20px; }
  .terms .main-content p,
  .terms .main-content ul li { font-size: 15px; }
  
  /*HOW IT WORKS PAGE*/
  .howItMainSection { padding: 40px 0; }
  .howItMainSection .headBox h2 { font-size: 30px; line-height: 1.2; }
  .howItMainSection .headBox h2 span { font-size: 35px; }
  .howItMainSection .headBox h2 span::before { display: none; }
  .howItMainSection .headBox p{font-size:16px; line-height: 1.5;}
  
  /*INDUSTRY INNER PAGE*/
  .industry-banner { padding-top: 100px; }
  .industry-banner .main-grid .top-info h1 { font-size: 30px; }
  .industry-banner .main-grid .top-info h1 span { font-size: 35px; }
  
  .topratedSec { padding: 60px 0; }
  .topratedSec .mainGrid { gap: 50px; grid-template-columns: 1fr; }
  .topratedSec .mainGrid .right { gap: 20px; align-items: center; }
  .topratedSec .mainGrid .right h2 { font-size: 30px; }
  .topratedSec .mainGrid .right h2 span { font-size: 35px; }
  .topratedSec .mainGrid .right h2 span::before { bottom: 5px; }
  .topratedSec .mainGrid .right p { text-align: center; }
  .topratedSec .mainGrid .right ul { align-items: center; }
  .topratedSec .mainGrid .right small { font-size: 18px; }
  .topratedSec .mainGrid .right small span { font-size: 24px; }
  
  .portfolioSec { padding: 60px 0; }
  .portfolioSec .main { margin-bottom: 40px; }
  .portfolioSec .main h2 { font-size: 30px; }
  .portfolioSec .main h2 span { font-size: 35px; }
  .portfolioSec .main h2 span::before { display: none; }
  .portfolioSec .main p { font-size: 16px; width: 100%; line-height: 1.5; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem { height: 250px; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem:last-child { display: none; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-1) { margin-top: 0px; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-3) { margin-top: 0px; }
  .portfolioSec .tabContent .portfolioGrid.active { max-height: 100%; padding: 0px; grid-template-columns: 1fr 1fr; }
  
  .ServiceAcross .list-info {grid-gap: 30px;}
  .ServiceAcross .left-info {margin-top: 10px;}
  .ServiceAcross .left-info h4{font-size:16px;}
  
  .sevenYears { padding: 60px 0; }
  .sevenYears .main-grid { grid-template-columns: 1fr; }

  .sevenYears .main-grid .left-info small,
  .sevenYears .main-grid .left-info h2,
  .sevenYears .main-grid .left-info p,
  .sevenYears .main-grid .right-info h3,
  .sevenYears .main-grid .right-info p {text-align: center;}
  .sevenYears .main-grid .left-info h2 { font-size: 30px; line-height: 1.3; }
  .sevenYears .main-grid .left-info p { font-size: 14px; }
  .sevenYears .main-grid .center-info { background-size: 30%; height: 300px; }
  .sevenYears .main-grid .center-info span { font-size: 60px; }
  .sevenYears .grid-list .list-info img { scale: 0.7; }
  .sevenYears .grid-list .list-info .flexInfo p { font-size: 16px; }
  
  .brandingServices { padding: 60px 0; }
  .brandingServices .main h2 { font-size: 30px; }
  .brandingServices .main h2 span { font-size: 35px; }
  .brandingServices .main h2 span::before { display: none; }
  .brandingServices .main p { width: 100%; }
  .brandingServices .grid {grid-template-columns: 1fr;grid-gap: 30px;margin-top: 30px;}
  .brandingServices .grid .left ol li { margin-bottom: 10px; }
  .brandingServices .grid .left ol li::marker { font-size: 16px; }
  .brandingServices .grid .left ol li span { font-size: 20px; margin-bottom: 10px; }
  .brandingServices .grid .left ol li p { font-size: 16px; }
  
  /*PRICING PAGE*/
  .designServices { padding: 60px 0; }
  .designServices .main h2 { font-size: 30px; }
  .designServices .main h2 span { font-size: 35px; }
  .designServices .main h2 span::before { display: none; }
  .designServices .main p { font-size: 16px; width: 100%; }
  .designServices .listing { margin-top: 50px; display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; }
  .designServices .listing .item { width: 48%; padding: 40px 20px; gap: 20px; height: 100%; }
  .designServices .listing .item span { font-size: 18px; }
  
  .budgetLimitsSec { padding: 60px 0; }
  .budgetLimitsSec .main h2 { font-size: 30px; }
  .budgetLimitsSec .main h2 span { font-size: 35px; }
  .budgetLimitsSec .main h2 span::before { display: none; }
  .budgetLimitsSec .main p { width: 100%; }
  .budgetLimitsSec .listing { padding: 30px; }
  .budgetLimitsSec .listing .item { grid-template-columns: 1fr; gap: 20px; }
  .budgetLimitsSec .listing .item h3 { font-size: 26px; width: 100%; text-align: center; }
  .budgetLimitsSec .listing .item p { font-size: 16px; text-align: center; }
  
  .ourProcessSec { padding: 60px 0; }
  .ourProcessSec .main { gap: 0; grid-template-columns: 1fr; }
  .ourProcessSec .main h2 { font-size: 30px; text-align: center; }
  .ourProcessSec .main h2 span { font-size: 35px; }
  .ourProcessSec .main h2 span::before { display: none; }
  .ourProcessSec .main p { width: 100%; text-align: center; }
  .ourProcessSec .listing .item { height: 300px; width: 100%; }
  .ourProcessSec .listing .item .number span { font-size: 150px; }
  .ourProcessSec .listing .item .info { padding: 0 0 30px 60px; }
  .ourProcessSec .listing .item .info span { font-size: 30px; }
  .ourProcessSec .listing .item .info p { font-size: 16px; }
}

@media (max-width: 767px) {
	.post-single-banner {
		height: 400px;
	}
	.blog-category-tab-wrapper .flex-info{
		flex-direction:column;
	}
	.post-single-banner .single-banner{
		text-align:center;
	}
	.blog-category-tab-wrapper .flex-info form, .blog-category-tab-wrapper .flex-info form input{
		width:100% !important;
	}
	.blogMainCTA .cta-grid .right-info{
		text-align:center;
	}
	.blogMainCTA .cta-grid .right-info h2{
		font-size:26px;
		margin-bottom:10px;
		text-align:center;
	}
	.blogMainCTA .cta-grid .right-info p{
		font-size:14px;
	}

  .faqBlogSection .faqSection .card-header button {
    font-size: 16px;
  }
  .main-footer {
    padding: 70px 0;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info {
    justify-items: center;
    text-align:center;
  }
  .main-footer .footer-grid .left-info .grid-info span {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .social-icon {
    justify-content: center;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info {
    justify-items: center;
  }
  .main-footer .footer-grid .right-info ul span {
    font-size: 14px;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  /*.main-footer .footer-grid .right-info img {*/
  /*  max-width: 100px;*/
  /*  min-height: 65px;*/
  /*}*/
  .main-footer .copyright {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .main-footer .copyright ul li a {
    font-size: 14px;
  }
  .blogMainCTA {
    padding-bottom: 40px;
  }
  .blogMainCTA .cta-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .blogMainCTA .cta-grid .left-info h2 {
    font-size: 26px;
    text-align: center;
  }
  .blogMainCTA .cta-grid .left-info p {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }
  .blogMainCTA .cta-grid .left-info button {
    margin: auto;
    display: block;
    margin-top: 10px;
  }

  .blogBanner .banner-info h1 {
    font-size: 28px;
  }
 .blog-posts-card .short-cont h3 {
    font-size: 15px;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 0px;
  }
  .recent-post-sec .recent-grid .left-info {
    padding: 30px;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 16px;
    text-align: center;
  }
  .recent-post-sec .recent-grid {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .recent-post-sec .recent-grid .left-info p {
    font-size: 14px;
    text-align: center;
  }
  .blog-posts-card .short-cont {
    padding: 15px;
  }
  .random-post-sec .random-grid .left-info p {
    font-size: 14px;
    text-align: center;
  }
  .post-date {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
  }
  .blog-posts-card .short-cont ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-posts-card .short-cont ul li {
    font-size: 12px;
  }
  .blog-posts-card .blog-img img {
    height: 100%;
    width: 100%;
  }
  .blog-content-list {
    grid-template-columns: 1fr;
  }
  .random-post-sec .random-grid {
    grid-template-columns: 1fr;
  }
  .blogBanner .banner-info p {
    font-size: 14px;
  }

  .post-single-banner .single-banner h1 {
    font-size: 28px;
    line-height: 1.2;
	  width:100%;
  }
  .post-single-banner .single-banner .title-Side h6 {
    font-size: 16px;
  }
  .post-single-banner .single-banner .title-Side span {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content h2,
  .post-content-Single .blog-main-content h2 span,
  .post-content-Single .blog-main-content h2 span a {
    font-size: 26px;
  }
  .main-related-post h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .related-post .short-cont {
    padding: 15px 0;
  }
  .post-content-Single p {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content ul li {
    font-size: 14px;
  }
  .post-content-Single .blog-main-content ul li a span {
    font-size: 14px;
  }
  .main-related-post .related-posts {
    grid-template-columns: 1fr;
  }

  .customMainPopup .main-popup-from .main-grid {
    grid-template-columns: 1fr;
  }
  
  .customMainPopup .main-popup-from .main-grid .right-info h2 {
    font-size: 26px;
    line-height: normal;
  }
  .customMainPopup .main-popup-from .main-grid .right-info h4 {
    font-size: 20px;
    line-height: normal;
  }
  .customMainPopup .main-popup-from .main-grid .right-info p {
    font-size: 14px;
  }
	.load-more-btn{
		font-size:14px;
	}
	    .post-content-Single .blog-main-single {
        grid-template-columns: 1fr;
    }
	.post-content-Single .blog-main-single .right-info{
		display:none;
	}
	.faqBlogSection .faqSection h5{
		font-size:28px;	
	}
	.main-related-post h2{
		font-size: 28px;
	}
	.main-related-post h2 span{
		font-size: 32px;
	}
	.main-related-post{
		padding:30px 0 60px;
	}
	.searchBanner {
		height: 400px;
	}
	.searchResult {
		padding: 40px 0px 60px;
	}
	.searchBanner .cus--search{
		width:100%;
	}
	.searchBanner .search-text{
		font-size:16px;
	}
	
/* ABOUT US PAGE */

.bannerTwo .mainGrid { height: 50vh; }
.bannerTwo .mainGrid .left { gap: 5px; }
.bannerTwo .mainGrid .left h1 { font-size: 28px; }
.bannerTwo .mainGrid .left h1 span { font-size: 30px; }
.bannerTwo .mainGrid .left p { font-size: 14px; line-height: 1.5; }
.bannerTwo .mainGrid .left .btnWrapper{flex-wrap: wrap;flex-direction: row; gap:15px;}
.bannerTwo .mainGrid .left .btnWrapper button { font-size: 14px; }

.awardWinnig { padding: 40px 0; }
.awardWinnig .main h2 { font-size: 28px; }
.awardWinnig .main h2 span::before { border-bottom: 5px solid #e3725d; }
.awardWinnig .main p { font-size: 14px; }
.awardWinnig .listing .item strong { font-size: 18px; }
.awardWinnig .listing .item p { font-size: 16px; }

.aboutTabs .headBox h2 { font-size: 28px; }
.aboutTabs .headBox p{font-size:14px;}
.aboutTabs .tabListing .imageBox{display:none;}
.aboutTabs .tabListing .content .aboutAccordian .aboutCardBody{font-size:14px;}

.designJourney .main h2 { font-size: 28px; }
.designJourney .main p { font-size: 14px; }

.aboutSuccess .main .headBox h2 { font-size: 28px; }
.aboutSuccess .main .headBox p{font-size:14px;}

.aboutOnestop .main .headBox h2 { font-size: 28px; }
.aboutOnestop .main .headBox p, .aboutOnestop .main .listing p{font-size:14px;}

.trustedFounder { padding: 40px 0; }
.trustedFounder .main h2 { font-size: 28px; }
.trustedFounder .main p { font-size: 14px; }
.trustedFounder .sliderSec { margin-top: 30px; }
.trustedFounder .sliderSec .sliderInfo p { font-size: 16px; width: 100%; line-height: 1.5; }
.trustedFounder .sliderSec .sliderInfo .profileFlex { gap: 15px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info img { width: 50px; height: 50px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info span { font-size: 14px; }
.trustedFounder .sliderSec .sliderInfo .profileFlex .info p { font-size: 13px; }

.ourBlog { padding-top: 40px; }
.ourBlog .grid { flex-direction: column; }
.ourBlog .grid .main-info h2 { font-size: 28px; text-align: center; }
.ourBlog .grid .main-info h3 { font-size: 20px; }
.ourBlog .grid .main-info p { font-size: 14px; }
.ourBlog .grid a { font-size: 14px; margin-top: 20px; }
.ourBlog .grid-info { grid-template-columns: 1fr; }
.ourBlog .grid-info .list .wrapper { justify-content: center; }
.ourBlog .grid-info .list h3 { font-size: 18px; text-align: center; }
.ourBlog .grid-info .list a { margin: auto; }

.imageCtaSec .main .leftInfo h2 { font-size: 28px; }
.imageCtaSec .main .leftInfo h2 br { display: none; }
.imageCtaSec .main .leftInfo p { font-size: 14px; }
.imageCtaSec .main .leftInfo .btnWrapper { flex-wrap: wrap; }
.imageCtaSec .main .leftInfo .btnWrapper button,
.imageCtaSec .main .leftInfo .btnWrapper a { font-size: 14px; }

.designJourney .boxesListing .mainList .single .img-grid span{
    font-size:22px;
}

/*PORTFOLIO PAGE*/
.portfolioMain { padding: 40px 0px; }
.portfolioMain .main h2 { font-size: 28px; }
.portfolioMain .main p { font-size: 14px; }
.portfolioMain .tabs ul li { padding: 10px 20px; }
.portfolioMain .tabContent .portfolioGrid .portfolioItem .portfolioContent h3 { font-size: 18px; }

.trustedFounder .founderSlider .slider-info .info-content p { font-size: 14px; }
  .trustedFounder .founderSlider .slider-info .info-content span { font-size: 12px; }
/*BRANDING PAGE*/
.brandingGrowth { padding: 40px 0; }
  .brandingGrowth .grid .right h2 { font-size: 28px; text-align: center; }
  .brandingGrowth .grid .right h2 br { display: block; }
  .brandingGrowth .grid .right h2 span { font-size: 30px; }
  .brandingGrowth .grid .right p { font-size: 14px; margin-bottom: 20px; text-align: center; }
  .brandingGrowth .grid .right .listing .item { gap: 40px; }
  .brandingGrowth .grid .right .listing .item p { font-size: 16px; line-height:1.5; text-align:left; }
  
  .our-service-main { padding: 40px 0 80px; }
  .our-service-main .main-info { grid-template-columns: 1fr; }
  .our-service-main .main-info .info-left h5 { font-size: 14px; text-align: center; }
  .our-service-main .main-info .info-left h2 { font-size: 28px; text-align: center; }
  .our-service-main .main-info .info-left h2 span { font-size: 30px; }
  .our-service-main .main-info .info-left h2 span::before { bottom: 6px; }
  .our-service-main .main-info .info-left p { font-size: 14px; text-align: center; }
  .our-service-main .main-info .info-right { text-align: center; }
  .our-service-main .main-info .info-right a { font-size: 14px; margin: auto; }
  .our-service-main .service-slider .slider-info img { height: 300px; }
  .our-service-main .service-slider .slider-info .info-content h3 { font-size: 22px; }
  .our-service-main .service-slider .slider-info .info-content p { font-size: 14px; }
  
  .singlePortfolio { padding: 40px 0; }
  .singlePortfolio .main h2 { font-size: 28px; }
  .singlePortfolio .main h2 span { font-size: 28px; }
  .singlePortfolio .main h2 span::before { border-bottom: 5px solid #e3725d; bottom: 6px; }
  .singlePortfolio .main p { font-size: 14px; }
  .singlePortfolio .listing { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
  .singlePortfolio .listing .item { width: 49%; }
  .singlePortfolio.masonry .main { margin-bottom: 50px; }
  .singlePortfolio.masonry .listing .item { height: 100%; max-height: 100%; }
  .singlePortfolio.masonry .listing .item:nth-child(3n-1) { margin-top: 0px; }
  .singlePortfolio.masonry .listing .item:nth-child(3n-3) { margin-top: 0px; }
  
  .topratedSlider { padding: 40px 0; }
  .topratedSlider .main h2 { font-size: 28px; }
  .topratedSlider .main h2 span { font-size: 30px; }
  .topratedSlider .main h2 span::before { bottom: 6px; }
  .topratedSlider .main p { font-size: 14px; }
  .topratedSlider .toprated-slider .slider-info { height: 100%; margin: 10px; }
  .topratedSlider .toprated-slider .slider-info img { scale: 0.8; }
  .topratedSlider .toprated-slider .slider-info p { font-size: 14px; }
  .topratedSlider .toprated-slider .slider-info h3 { font-size: 18px; }
  
  .brandType { padding: 40px 0; }
  .brandType .main h2 { font-size: 28px; margin-bottom: 20px; }
  .brandType .main h2 span { font-size: 30px; }
  .brandType .main h2 span::before { bottom: 5px; }
  .brandType .main p { font-size: 14px; line-height: 1.5; }
  .brandType .listing { margin-bottom: 50px; }
  .brandType .listing .grid:nth-child(even) .right { padding-right: 30px; }
  .brandType .listing .grid .right { padding-left: 30px; }
  .brandType .listing .grid .right h3 { font-size: 26px; margin-bottom: 10px; margin-top: 20px; }
  .brandType .listing .grid .right p { font-size: 14px; line-height: 1.5; margin: 0; }
  
  /*WEB DESIGN PAGE*/
  
  .awardWinnigSec { padding: 40px 0; }
  .awardWinnigSec .main h2 { font-size: 28px; }
  .awardWinnigSec .main h2 span::before { border-bottom: 5px solid #e3725d; }
  .awardWinnigSec .main p { font-size: 14px; }
  .awardWinnigSec .listing .item span { font-size: 18px; }
  .awardWinnigSec .listing .item p { font-size: 16px; }
  
  .webDesignServices { padding: 40px 0; }
  .webDesignServices .main h2 { font-size: 28px; }
  .webDesignServices .main h2 span::before { border-bottom: 5px solid #e3725d; }
  .webDesignServices .main p { font-size: 14px; }
  .webDesignServices .listing { grid-template-columns: 1fr 1fr; }
  .webDesignServices .listing .item { height: 350px; }
  .webDesignServices .listing .item::before { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper { width: 70px; height: 70px; }
  .webDesignServices .listing .item .imageWrapper img { scale: 0.7; }
  .webDesignServices .listing .item h3 { font-size: 18px; }
  .webDesignServices .listing .item .description p { font-size: 14px; }
  
  .ctaSec .main .info h2 { font-size: 28px; }
  .ctaSec .main .info h2 span { font-size: 30px; }
  .ctaSec .main .info h2 br { display: none; }
  .ctaSec .main .info p { font-size: 14px; width: 100%; }
  .ctaSec .main .info p br { display: none; }
  .ctaSec .main .info button { font-size: 14px; }
  .ctaSec.leftCta .main .info h2 { font-size: 28px; }
  .ctaSec.leftCta .main .info h2 br { display: none; }
  .ctaSec.leftCta .main .info p { font-size: 14px; }
  .ctaSec.leftCta .main .info button { font-size: 14px; }
  
  .ourDesign { padding: 40px 0; }
  .ourDesign .main h2 { font-size: 28px; }
  .ourDesign .main h2 span::before { border-bottom: 5px solid #e3725d; }
  .ourDesign .main p { font-size: 14px; }
  .ourDesign .grid { gap: 30px; grid-template-columns: 1fr; }
  .ourDesign .grid .left{display:none;}
  .ourDesign .grid .right .accordion .itemInfo{flex-direction: column; align-items: flex-start; gap:20px;}
  .ourDesign .grid .right .accordion .itemInfo img { width: 50px; height: 50px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Head button { font-size: 18px; }
  .ourDesign .grid .right .accordion .itemInfo .item .Body { font-size: 14px; }
  
  .bestCompany { padding: 40px 0; }
  .bestCompany .main h2 { font-size: 28px; width: 100%; }
  .bestCompany .main h2 span { font-size: 32px; }
  .bestCompany .main p { font-size: 14px; }
  .bestCompany .listing { grid-template-columns: 1fr 1fr; }
  .bestCompany .listing .item { padding: 20px; }
  .bestCompany .listing .item h3 { font-size: 16px; line-height: 1.3; }
  .bestCompany .listing .item p { font-size: 14px; line-height: 1.5; width: 100%; }
  
  .main-award-sec { padding: 40px 0; }
  .main-award-sec::before, .main-award-sec::after { display: none; }
  .main-award-sec .main h2 { font-size: 28px; }
  .main-award-sec .main h2 span::before { border-bottom: 5px solid #e3725d; }
  .main-award-sec .main p { font-size: 14px; }
  .main-award-sec .award-slider img { scale: 0.8; }
  
  .industriesWeServeSec { padding: 40px 0; }
  .industriesWeServeSec .main h2 { font-size: 28px; }
  .industriesWeServeSec .main p { font-size: 14px; }
  .industriesWeServeSec .listing .item { height: 200px; }
  .industriesWeServeSec .listing .item .left { width: 100%; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 22px; top: 40px; }
  .industriesWeServeSec .listing .item .right { width: auto; }
  .industriesWeServeSec .listing .item .right .imgWrapper { display: none; }
  
  /*CONTACT US PAGE*/
  .contactBanner .main h1 { font-size: 28px; }
  
  .contactFormMain .main h2 { font-size: 28px; }
  .contactFormMain .grid { padding: 20px; }
  .contactFormMain .grid .right #gform_1 #gform_submit_button_1{
      font-size:16px;
      padding:8px 22px;
  }
  
  /*TERMS & CONDITION PAGE*/
  .terms .main-info,
  .terms .main-content { text-align: center; }
  .terms .main-info h2 { font-size: 30px; }
  .terms .main-info p { font-size: 14px; width: 100%; line-height: 1.6; }
  .terms .main-content h3 { font-size: 18px; text-align: center; }
  .terms .main-content p { font-size: 14px; text-align: center; }
  .terms .main-content ul { padding: 0; list-style: none; }
  .terms .main-content ul li { padding: 5px 0; font-size: 14px; text-align: center; }
  
  /*HOW IT WORKS PAGE*/
  .howItMainSection .headBox h2 { font-size: 28px; }
  .howItMainSection .contentBox .right .extraContent ul li,
  .howItMainSection .contentBox .right .content .faqAccordian .faqItem .faqHead button,
  .howItMainSection .contentBox .right .content .faqAccordian .faqBody { font-size: 14px; }
  
  /*INDUSTRY INNER PAGE*/
  .industry-banner { padding-top: 80px; }
  .industry-banner .main-grid .top-info { width: 100%; }
  .industry-banner .main-grid .top-info h1 { font-size: 28px; }
  .industry-banner .main-grid .top-info p { font-size: 16px; }
  
  .topratedSec .mainGrid .right { gap: 20px; }
  .topratedSec .mainGrid .right h2 { font-size: 28px; text-align: center; }
  .topratedSec .mainGrid .right p { font-size: 14px; line-height: 1.6; text-align: center; }
  .topratedSec .mainGrid .right small { font-size: 16px; }
  .topratedSec .mainGrid .right small span { font-size: 20px; }
  .topratedSec .mainGrid .right ul { list-style: none; }
  .topratedSec .mainGrid .right ul li { font-size: 14px; }
  .topratedSec .mainGrid .right button { font-size: 14px; }
  
  .portfolioSec .main h2 { font-size: 28px; }
  .portfolioSec .main h2 br { display: none; }
  .portfolioSec .main p { font-size: 14px; }
  .portfolioSec .tabs ul { flex-wrap: wrap; }
  .portfolioSec .tabs ul li { font-size: 14px; }
  .portfolioSec .tabContent .portfolioGrid { max-height: 100%; grid-template-columns: 1fr 1fr; padding: 20px 0; margin-top: 0px; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem { height: 100%; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-1) { margin-top: 0px; }
  .portfolioSec .tabContent .portfolioGrid .portfolioItem:nth-child(3n-3) { margin-top: 0px; }
  
  .ServiceAcross .list-info{grid-template-columns:1fr;}
  .sevenYears { padding: 40px 0; }
  .sevenYears .main-grid .left-info h2 { font-size: 26px; }
  .sevenYears .main-grid .left-info p,
  .sevenYears .main-grid .right-info p { font-size: 14px; }
  .sevenYears .main-grid .center-info { background-size: 40%; height: 300px; }
  .sevenYears .main-grid .center-info span { font-size: 60px; }
  .sevenYears .grid-list { flex-direction: column; gap: 0; }
  .sevenYears .grid-list .list-info .flexInfo p { font-size: 14px; }
  
  .brandingServices { padding: 40px 0; }
  .brandingServices .main h2 { font-size: 28px; }
  .brandingServices .main h2 span { font-size: 30px; }
  .brandingServices .main p { font-size: 14px; }
  .brandingServices .grid { grid-template-columns: 1fr; grid-gap: 30px; }
  .brandingServices .grid .left ol li { margin-bottom: 10px; }
  .brandingServices .grid .left ol li::marker { font-size: 14px; }
  .brandingServices .grid .left ol li span { font-size: 18px; margin-bottom: 10px; }
  .brandingServices .grid .left ol li p { font-size: 14px; }
  
  /*PRICING PAGE*/
  .designServices { padding: 40px 0; }
  .designServices .main h2 { font-size: 28px; }
  .designServices .main h2 span { font-size: 30px; }
  .designServices .main p { font-size: 14px; width: 100%; }
  .designServices .listing { margin-top: 40px; }
  .designServices .listing .item { width: 100%; padding: 40px 20px; }
  .designServices .listing .item span { font-size: 15px; line-height: 1.5; }
  
  .budgetLimitsSec { padding: 40px 0; }
  .budgetLimitsSec .main h2 { font-size: 28px; }
  .budgetLimitsSec .main h2 span { font-size: 30px; }
  .budgetLimitsSec .main p { font-size: 14px; }
  .budgetLimitsSec .listing { padding: 30px; }
  .budgetLimitsSec .listing .item { grid-template-columns: 1fr; gap: 10px; padding: 20px 0; }
  .budgetLimitsSec .listing .item h3 { font-size: 22px; width: 100%; text-align: center; }
  .budgetLimitsSec .listing .item p { font-size: 14px; text-align: center; width: 100%; line-height: 1.5; }
  
  .ourProcessSec { padding: 40px 0; }
  .ourProcessSec .main h2 { font-size: 28px; }
  .ourProcessSec .main h2 span { font-size: 30px; }
  .ourProcessSec .main p { font-size: 14px; }
  .ourProcessSec .listing .item { height: 250px; }
  .ourProcessSec .listing .item .number span { font-size: 120px; }
  .ourProcessSec .listing .item .info { padding: 0 0 30px 50px; }
  .ourProcessSec .listing .item .info span { font-size: 24px; padding-bottom: 10px; }
  .ourProcessSec .listing .item .info p { font-size: 14px; margin-top: 10px; }
  
  .brandingGrowth .grid .left{display:none;}
}
@media (max-width: 600px) {
 /* ABOUT US PAGE */

.designJourney .main h2 { font-size: 26px; }
.designJourney .main h2 span { font-size: 30px; }
.designJourney .main h2 span::before { display: none; }

/*BRANDING PAGE*/

.singlePortfolio .main h2 { font-size: 26px; }
.singlePortfolio .listing { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.singlePortfolio .listing .item { width: 100%; }

.brandType .main h2 br { display: none; }
.brandType .listing { margin-bottom: 0px; margin-top: 30px; }
.brandType .listing .grid { flex-direction: column; margin-bottom: 20px; }
.brandType .listing .grid:nth-child(even) { flex-direction: column; }
.brandType .listing .grid:nth-child(even) .right { padding-right: 0; }
.brandType .listing .grid .left { width: 100%; }
.brandType .listing .grid .right { width: 100%; padding: 0; }
.brandType .listing .grid .right h3 { font-size: 20px; text-align: center; margin-top: 20px; }
.brandType .listing .grid .right h3 br { display: none; }
.brandType .listing .grid .right p { text-align: center; }

/*WEB DESIGN PAGE*/

.webDesignServices .main h2 { font-size: 28px; }
.webDesignServices .main h2 br { display: none; }
.webDesignServices .main p { font-size: 14px; }
.webDesignServices .listing { grid-template-columns: 1fr; }
.webDesignServices .listing .item { height: 300px; }
.webDesignServices .listing .item h3 { font-size: 18px; }

.industriesWeServeSec { padding: 40px 0; }
.industriesWeServeSec .main h2 { font-size: 26px; }
.industriesWeServeSec .listing .item { height: auto; }
.industriesWeServeSec .listing .item .left .content h3 { font-size: 20px; top: 50px; }
.industriesWeServeSec .listing .item .right { width: auto; }

/*PRICING PAGE*/
.ourProcessSec .listing .item { height: 250px; align-items: flex-start; flex-direction: column; }
.ourProcessSec .listing .item .number span { font-size: 100px; bottom: 0; color: #fff; }
.ourProcessSec .listing .item .info { padding: 0 0 30px 0; }
.ourProcessSec .listing .item .info span { font-size: 20px; }
.ourProcessSec .listing .item .info p { font-size: 14px; }

}
@media (max-width: 576px) {
	.feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main {
   
    align-items: flex-start;
    margin-bottom: 25px;
    flex-direction: column;
}
	.feature-right .featured-sidebar-articles .latest-post-wrapper a, .feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image {
		width:100%;
	}
	    .feature-right .featured-sidebar-articles .latest-post-wrapper .latest-main .latest-image img {
        height: 300px;
    }
	    .feature-blog-wrapper .feature-grid .feature-left .blog-img img {
        height: 300px;
    }
	
	
	.main-related-post .related-posts .blog-img img {
        height: 300px;
    }
	.post-single-banner .single-banner h1{
		font-size:25px;
	}
	.post-single-banner .single-banner p{
		font-size:14px;
	}
	.post-single-banner .single-banner p span{
		font-size:12px;
		display: block;
	}
	.blog-cards-grid {
		grid-template-columns: 1fr;
	}
	
/* ABOUT US PAGE */

.bannerTwo.pricingBanner .mainGrid .left ul { grid-template-columns: 1fr; }
.bannerTwo.portfolioBanner .mainGrid .left ul { grid-template-columns: 1fr; }

.aboutTabs .headBox h2 { font-size: 28px; }
.aboutTabs .headBox h2 br { display: none; }
.aboutTabs .headBox h2 span { font-size: 30px; }
.aboutTabs .headBox h2 span::before { content: unset; }
.aboutTabs .tabListing .content .aboutAccordian .card-header .aboutCardHead button { font-size: 18px; }

.aboutSuccess .main .headBox h2 { font-size: 28px; }
.aboutSuccess .main .headBox h2 br { display: none; }
.aboutSuccess .main .headBox h2 span { font-size: 30px; }
.aboutSuccess .main .headBox h2 span::before { content: unset; }

.aboutOnestop .main .headBox h2 { font-size: 28px; }
.aboutOnestop .main .headBox h2 br { display: none; }
.aboutOnestop .main .headBox h2 span { font-size: 30px; }
.aboutOnestop .main .headBox h2 span::before { content: unset; }
.aboutOnestop .main .listing .extraContent ul li { font-size: 16px; }

.trustedFounder .main h2 { font-size: 26px; }
.trustedFounder .main h2 br { display: none; }
.trustedFounder .main h2 span::before { content: unset; }

/*PORTFOLIO PAGE*/
.portfolioMain .main h2 { font-size: 26px; }
.portfolioMain .main h2 br { display: none; }
.portfolioMain .main h2 span { font-size: 30px; }
.portfolioMain .main h2 span::before { content: unset; }

/*WEB DESIGN PAGE*/
.ctaSec .main .info h2 { font-size: 24px; }
  .ctaSec .main .info h2 span { font-size: 28px; }
  
  .bestCompany .main h2 { font-size: 26px; }
  .bestCompany .main h2 span { font-size: 26px; }
  .bestCompany .listing { grid-template-columns: 1fr; }
  
 /*HOW IT WORKS PAGE*/
.howItMainSection .headBox h2 { font-size: 28px; }
.howItMainSection .headBox h2 br { display: none; }
.howItMainSection .headBox h2 span { font-size: 30px; }
.howItMainSection .headBox h2 span::before { content: unset; }

/*INDUSTRY INNER PAGE*/
 .portfolioSec .main h2 { font-size: 26px; }
 .portfolioSec .tabContent .portfolioGrid.active { grid-template-columns: 1fr; }
}

@media(max-width:500px){
/*INDUSTRY INNER PAGE*/
.sevenYears .main-grid .center-info { background-size: 220px; }
.sevenYears .main-grid .center-info span { font-size: 60px; }
}

@media (max-width: 520px) {
    /*PORTFOLIO PAGE*/
.portfolioMain .tabs ul { flex-direction: column; justify-content: center; }
.portfolioMain .tabs ul li { text-align: center; }
.portfolioMain .tabContent .portfolioGrid.active { grid-template-columns: 1fr; gap: 10px 20px; }
}

@media (max-width: 479px) {

 .ourBlog .main-info h2 { font-size: 25px; }
.ourBlog .main-info p { font-size: 14px; }
.ourBlog .grid-info .list h3 { font-size: 15px; }
.ourBlog .grid-info .list a { font-size: 12px; }

/*BRANDING PAGE*/
.brandingGrowth { padding: 40px 0; }
  .brandingGrowth .grid .right h2 br { display: none; }
  .brandingGrowth .grid .right .listing .item { gap: 20px; padding: 10px 20px; }
  .brandingGrowth .grid .right .listing .item p { font-size: 14px; }
  
  .our-service-main .main-info h5 { font-size: 14px; }
  .our-service-main .main-info h2 span::before { content: unset; }
  .our-service-main .main-info p { font-size: 15px; }
  .our-service-main .service-slider .slider-info img { height: 100%; }
  
  .topratedSlider .main h2 { font-size: 26px; }
  .topratedSlider .main h2 br { display: none; }
  .topratedSlider .main h2 span { font-size: 28px; }
  .topratedSlider .main h2 span::before { bottom: 6px; }
  .topratedSlider .main p { width: 100%; }
  
  .industriesWeServeSec .listing { margin-top: 20px; }
  .industriesWeServeSec .listing .item { gap: 20px; flex-direction: column; align-items: flex-start; }
  .industriesWeServeSec .listing .item .left .content h3 { font-size: 20px; top: 50px; }
  .industriesWeServeSec .listing .item .right { width: auto; }
  
  /*CONTACT US PAGE*/
  .contactFormMain .main h2 { font-size: 25px; }
  .contactFormMain .grid .left { padding: 20px; }
  .contactFormMain .grid .left .text h3 { font-size: 22px; }
  .contactFormMain .grid .left .text .info ul li { font-size: 14px; }
  .contactFormMain .grid .left .text .info ul li a { font-size: 14px; }
  .contactFormMain .grid .left::before { display: none; }
  .contactFormMain .grid .right { padding-right: 20px; }
}

@media (max-width: 425px) {
 
 /* ABOUT US PAGE */
.awardWinnig .main h2 { font-size: 26px; }

.awardWinnig .listing { grid-template-columns: 1fr; }

.awardWinnig .listing .item { border-bottom: 2px solid #cdcdcd; }
.awardWinnig .listing .item:nth-child(2)::after, 
.awardWinnig .listing .item:nth-child(4)::after { content: unset; }
.awardWinnig .listing .item:nth-child(4) { border: 0; }

.awardWinnig .listing .item strong { font-size: 18px; }
.awardWinnig .listing .item p { font-size: 16px; }

/*WEB DESIGN PAGE*/

.awardWinnigSec .main h2 { font-size: 26px; }
.awardWinnigSec .listing { grid-template-columns: 1fr; }
.awardWinnigSec .listing .item { border-bottom: 2px solid #cdcdcd; }
.awardWinnigSec .listing .item:nth-child(2)::after,
.awardWinnigSec .listing .item:nth-child(4)::after { content: unset; }
.awardWinnigSec .listing .item:nth-child(4) { border: 0; }
.awardWinnigSec .listing .item span { font-size: 18px; }
.awardWinnigSec .listing .item p { font-size: 16px; }

.webDesignServices .main h2 { font-size: 26px; }
.webDesignServices .listing .item { height: 300px; }
.webDesignServices .listing .item h3 { font-size: 18px; }
}

@media (max-width:420px){
/*PRICING PAGE*/
.ourProcessSec .main h2 br { display: none; }
.ourProcessSec .main h2 span { font-size: 28px; }
.ourProcessSec .main h2 span::before { content: unset; }
}
@media (max-width: 400px) {
  .main-footer {
    padding: 70px 0;
  }
  .main-footer .footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
  .main-footer .footer-grid .left-info h2 {
    font-size: 28px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info {
    justify-items: center;
    text-align:center;
  }
  .main-footer .footer-grid .left-info .grid-info span {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .grid-info p {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .left-info .social-icon {
    justify-content: center;
  }
  .main-footer .footer-grid .left-info .social-icon svg {
    font-size: 25px;
  }
  .main-footer .footer-grid .right-info {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  .main-footer .footer-grid .right-info ul span {
    font-size: 14px;
    text-align: center;
  }
  .main-footer .footer-grid .right-info ul li {
    text-align: center;
  }
  .main-footer .footer-grid .right-info ul li a {
    font-size: 14px;
  }
  /*.main-footer .footer-grid .right-info img {*/
  /*  max-width: 100px;*/
  /*  min-height: 65px;*/
  /*}*/
  
  .main-footer .footer-grid .right-info ul {
      text-align:center;
  }
  .main-footer .copyright {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
  .main-footer .copyright ul li a {
    font-size: 14px;
  }
  .main-footer .copyright p {
    text-align: center;
  }

  .blogBanner .banner-info h1 {
    font-size: 26px;
  }
  .blog-posts-card .short-cont h3 {
    font-size: 15px;
    text-align: center;
  }
  .random-post-sec .random-grid .left-info h2 {
    font-size: 26px;
    text-align: center;
  }
  .recent-post-sec .recent-grid .left-info {
    padding: 20px;
  }
  .recent-post-sec .recent-grid .left-info h2 {
    font-size: 16px;
    text-align: center;
  }
  .blogBanner .banner-info p {
    font-size: 14px;
  }
  .random-post-sec .random-grid .left-info {
    padding: 20px;
  }
  
  /*BRANDING PAGE*/
  
  .brandType .main h2 br { display: none; }
  .brandType .main h2 span::before { content: unset; }
  
   /*TERMS & CONDITION PAGE*/
   .terms .main-info h2 { font-size: 30px; }
  .terms .main-info p { font-size: 14px; }
  .terms .main-content h3 { font-size: 16px; }
  .terms .main-content p,
  .terms .main-content ul li { font-size: 14px; }
   
}

@media (max-width: 420px) and (min-width: 400px) {
    
/* ABOUT US PAGE */

.bannerTwo { display: flex; background-image: none !important; background-color: #000; }
/*.bannerTwo .mainGrid { height: auto; }*/
}

@media (max-width: 375px) {
    
/* ABOUT US PAGE */
.bannerTwo .mainGrid .left .btnWrapper { flex-direction: column; }
}
@media (max-width: 320px) {
    
/* ABOUT US PAGE */

.aboutTabs .headBox h2 { font-size: 22px; }
.aboutSuccess .main .headBox h2 { font-size: 22px; }
.aboutOnestop .main .headBox h2 { font-size: 22px; }

/*HOW IT WORKS PAGE*/
.howItMainSection .headBox h2 { font-size: 22px; }
}

/* RESPONSIVE END */



/* Main Website Start */

/* --- Base Button Style --- */
.custombtn {
  display: inline-block;
  background-color: #c30010;
  border: 1px solid #c30010;
  box-shadow: none;
  padding: 10px 25px;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.custombtn:hover {
  background-color: #fff;
  color: #c30010;
  text-decoration: none;
}

.custombtn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  background-color: #c30010 !important;
  color: #fff !important;
}

/* --- Disable State --- */
.disable {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

/* --- Black Button Variant --- */
.blackBtn {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.blackBtn:hover {
  background-color: transparent;
  color: #000;
}

/* --- Ebook Vertical Button --- */
.ebookBtn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1; /* Adjusted for standard CSS */
  text-align: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg); /* Used transform for better compatibility */
  display: inline-flex;
  margin: 0px 10px;
  padding: 10px;
  background-color: #c30010; /* Added base color for visibility */
}

.ebookBtn:hover {
  background-color: #c30010;
  color: #fff;
}

/* --- White Button --- */
.whiteBtn {
  background-color: #fff;
  color: #be1e2d;
  border: 1px solid #fff;
  border-radius: 50px;
  /*font-size: 20px;*/
  font-weight: 600;
}

.whiteBtn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* --- Rounded Button Base --- */
.roundBtn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
}

/* --- Round Red Button (Banner Primary) --- */
.roundRedBtn {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  background-color: #d01f30;
  border: 1px solid #d01f30;
  color: #fff;
}

.roundRedBtn:hover {
  background-color: #fff;
  color: #d01f30;
  border-color: #d01f30;
}

/* --- White Border Button --- */
.whiteBorderBtn {
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.whiteBorderBtn:hover {
  background-color: #fff;
  color: #c30010;
}

/* --- Base Button Responsive Reset --- */
@media (max-width: 1199px) {
  .custombtn, 
  .roundBtn, 
  .roundRedBtn, 
  .whiteBtn {
    padding: 8px 20px;
  }
  
  .whiteBtn,
  .roundRedBtn {
    font-size: 16px;
  }

  .btnWrapper span {
    font-size: 20px;
  }
  
  .btnWrapper span strong {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .custombtn, 
  .roundRedBtn {
    font-size: 15px;
    padding: 10px 22px;
  }

  .ebookBtn {
    font-size: 16px;
    padding: 8px;
  }
}

@media (max-width: 767px) {
  /* Ensure buttons don't take up 100% width unless you want them to */
  .btn, 
  .roundRedBtn, 
  .whiteBtn {
    font-size: 14px;
    padding: 10px 20px;
    width: auto; /* Change to 100% if you want full-width mobile buttons */
  }

  .btnWrapper {
    flex-direction: column; /* Stacks the price below the button on mobile */
    gap: 15px;
    text-align: center;
  }

  .btnWrapper span {
    font-size: 18px;
  }

  .btnWrapper span strong {
    font-size: 24px;
  }

  /* Hide the vertical ebook button on very small screens or make it horizontal */
  .ebookBtn {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    display: flex;
    margin: 10px auto;
  }
}

@media (max-width: 480px) {
  .btn, 
  .roundRedBtn {
    width: 100%; /* Full width buttons for very small phones */
    display: block;
  }
}

/* --- Home Banner Start --- */
.main-banner {
  position: relative;
  background-color: #000;
  background-image: url("/wp-content/uploads/2026/04/banner-scaled.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; 
}

.main-banner::before {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 15.81%, #040404 83.8%);
  position: absolute;
  width: 100%;
  height: 165px;
  top: 0;
  z-index: 1;
}

.main-banner::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.81%, #040404 100%);
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  z-index: 1;
}

.main-banner .main-grid {
  min-height: 800px;
  height: 100vh;
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 80px;
  position: relative;
}

/* --- Left Column Styling --- */
.main-banner .left-info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.main-banner .left-info h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin: 0;
}

.main-banner .left-info h1 span {
  font-size: 58px;
  font-family: "Scotch Text Comp Sm It", serif, serif; 
  color: #d01f30;
}

.main-banner .left-info p,
.main-banner .left-info .extraContent {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.main-banner .extraContent ul {
  padding-left: 20px;

}

.main-banner .extraContent ul li {
  /*margin-bottom: 10px;*/
  list-style: circle;
}

.main-banner .btnWrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}


.main-banner .btnWrapper span {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
}

.main-banner .btnWrapper span strong {
  font-size: 45px;
  font-weight: bold;
}

.main-banner .right-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  overflow: hidden;
  height: 100%;
}

.main-banner .image-column {
  	display: flex;
  	flex-direction: column;
  	gap: 15px;
	will-change: transform;
}

.main-banner .image-column img {
  width: 100%;
  height: auto;
  border-radius: 4px;
    object-fit: cover; /* Ensures images fill their containers without distortion */
    display: block;
}

.main-banner .slide-up {
/*   animation: slideUp 25s linear infinite; */
	animation: slideUp 40s linear infinite;
}

.main-banner .slide-down {
/*   animation: slideDown 25s linear infinite; */
	animation: slideDown 40s linear infinite;
}

.main-banner.location {
    background: #d01f30;
}
.main-banner.location::before {
    background: linear-gradient(0deg, rgba(190, 30, 45, 0) 7.87%, #be1e2d 83.8%);
}

.main-banner.location::after {
    background: linear-gradient(180deg, rgba(190, 30, 45, 0) 7.87%, #be1e2d);
}

.main-banner.location .left-info h1 span {
    color: #fff;
}

@keyframes slideUp {
/*   0% { transform: translateY(0); }
  100% { transform: translateY(-33.333%); } */
	0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes slideDown {
/*   0% { transform: translateY(-33.333%); }
  100% { transform: translateY(0); } */
	0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* --- Responsive Breakpoints --- */


@media (max-width: 1600px) {
  .main-banner::after {
    height: 150px;
  }
  .main-banner .main-grid {
    max-height: 1000px;
    gap: 60px;
  }
  .main-banner .left-info {
    gap: 15px;
  }
  .main-banner .left-info h1 {
    font-size: 37px;
    line-height: 1.2;
  }
  .main-banner .left-info h1 span {
    font-size: 46px;
  }
  .main-banner .left-info p,
  .main-banner .extraContent ul li {
    font-size: 16px;
  }
  .main-banner .btnWrapper button {
    font-size: 16px;
  }
  .main-banner .btnWrapper span {
    font-size: 24px;
  }
  .main-banner .btnWrapper span strong {
    font-size: 30px;
  }
  .main-banner .right-info .box-text {
    left: -20px;
  }
  .main-banner .right-info .box-text svg {
    font-size: 40px;
  }
  .main-banner .right-info .box-text .text h2 {
    font-size: 30px;
  }
}

@media (max-width: 1440px) {
  .main-banner .left-info h1 {
    font-size: 38px;
    line-height: 1.1;
  }
  .main-banner .left-info h1 span {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .main-banner .main-grid {
    height: 600px;
    gap: 40px;
  }
  .main-banner .left-info h1 {
    font-size: 35px;
    line-height: 1.2;
  }
  .main-banner .left-info h1 span {
    font-size: 40px;
  }
  .main-banner .left-info p,
  .main-banner .extraContent ul li {
    font-size: 14px;
  }
  .main-banner .btnWrapper span {
    font-size: 20px;
  }
  .main-banner .btnWrapper span strong {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .main-banner .main-grid {
    height: 700px;
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .main-banner .main-grid {
    gap: 20px;
  }
  .main-banner .left-info {
    padding-right: 0;
  }
  .main-banner .left-info h1 {
    font-size: 28px;
  }
  .main-banner .left-info h1 span {
    font-size: 35px;
  }
  .main-banner .left-info p {
    font-size: 15px;
    line-height: 1.5;
  }
  .main-banner .extraContent {
    margin: 0px 0 10px;
  }
  .main-banner .btnWrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  .main-banner .btnWrapper button {
    font-size: 14px;
  }
  .main-banner .btnWrapper span {
    font-size: 18px;
  }
  .main-banner .btnWrapper span strong {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    background-image: none !important;
    background-color: #000;
  }
  .main-banner .main-grid {
    grid-template-columns: 1fr;
    height: auto;
    padding: 50px 0;
  }
  .main-banner .left-info {
    align-items: center;
  }
  .main-banner .left-info h1 {
    font-size: 26px;
    text-align: center;
  }
  .main-banner .left-info h1 br {
    display: none;
  }
  .main-banner .left-info p {
    font-size: 14px;
    text-align: center;
  }
  .main-banner .extraContent ul {
    padding-left: 0px;
    text-align: center;
    list-style: none;
  }
  .main-banner .extraContent ul li {
    list-style: none;
  }
  .main-banner .btnWrapper {
    justify-content: center;
  }
  .main-banner .right-info {
    display: none;
  }
}

@media (max-width: 576px) {
  .main-banner .main-grid .right-info .banner {
    width: 100%;
    background-image: unset !important;
  }
  .main-banner .main-grid .right-info .banner::before {
    background: rgb(86, 4, 6);
    background: linear-gradient(314deg, rgb(39, 4, 5) 0%, rgb(197, 11, 26) 100%);
  }
}

@media (max-width: 420px) and (min-width: 400px) {
  .main-banner .main-grid {
    height: 100vh;
  }
}


/* --- Home Banner End --- */

/* --- Award Sec Start --- */
.main-award {
    background-color: #fff;
    padding: 60px 0;
    overflow: hidden; 
    position: relative;
    display: flex;
    align-items: center;
}

.main-award .marquee-container {
    display: flex;
    overflow: visible; 
    width: 100%;
}

.main-award .marquee-content {
    display: flex;
    flex-shrink: 0;
    gap: 80px; 
    align-items: center;
    padding: 20px 0; 
    animation: scroll-marquee 40s linear infinite;
}

.main-award .marquee-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible !important; 
}

.main-award .marquee-item img {
    height: 45px; 
    width: auto;
    display: block;
    filter: grayscale(100%);
    opacity: 0.5;
    /* transition must be smooth */
    transition: transform 0.4s ease, filter 0.4s ease, opacity 0.4s ease;
    backface-visibility: hidden; 
}

.main-award .marquee-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.15); 
}


@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
/* --- Award Sec End --- */