/*!
Theme Name: StarlitDevs
Theme URI: http://underscores.me/
Author: StarlitDevs
Author URI: https://starlitdevs.com/
Description: This is a custom theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starlitdevs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

StarlitDevs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root{
  --color--white-color: #FFFFFF;
  --color--black-color: #000000;
  --color--text-color-1: #111827;
  --color--text-color-2: #04131B;
  --color--text-color-3: #222222;
  --color--text-color-4: #475569;
  --section-bg: #3B738E;
  --faq-section-bg: #FFFBF3;
  --bb-gold: #F7C342;
  --faq-super-text: #F7C34224;
  --icon-bg: #FFD71D;
  --reviews-box-bg: #F4F3F1;
  --logo-box-bg: #F9F9F9;
  --results-box-bg: #195D7D;
	--primary-font: 'Poppins';
	--secondary-font: 'Creato Display';
}
html, body {
	height: 100%;
}
body{
	font-family: var(--primary-font);
	line-height: 1.6;
	font-size: 18px;
	font-weight: 400;
	color: var(--color--black-color);
	visibility: hidden;
}
body.loaded {
  visibility: visible;
}
section{
  overflow: hidden;
}
h1{
  font-size: 60px;
}
h2{
  font-size: 48px;
}
h3{
  font-size: 24px;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color--white-color);
}
p{
	margin: 0;
}
p:not(:last-child){
	margin-bottom: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	transition: .4s;
}
a:focus{
	outline: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 17px;
  background-color: var(--bb-gold);
  padding-block: 5px;
  padding-left: 15px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 1.11;
  text-transform: capitalize;
  position: relative;
  transition: all .3s ease;
}
.btn::before{
  content: '';
  position: absolute;
  top: 5px;
  right: 7px;
  width: 0;
  height: 83%;
  background-color: var(--color--black-color);
  border-radius: 6px;
  transition: all .5s ease;
}
.btn:hover{
  color: var(--color--white-color);
  background-color: var(--color--white-color);
}
.btn:hover::before{
  width: 94%;
}
.btn span {
  background-color: var(--color--black-color);
  color: var(--color--white-color);
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  position: relative;
}
.pt-100{
  padding-top: 100px;
}
.py-100{
  padding-block: 100px;
}
.bg {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.container{
	transition: .4s;
	max-width: 1288px;
	padding: 0 20px;
	margin-inline: auto;
}

/* Hero section */

.hero-img {
  position: absolute;
  right: -95px;
  top: -90px;
  width: 60%;
}
.hero-text {
  width: 61%;
}
.hero-text .btn{
  transform: translateY(150px);
  opacity: 0;
}
.mahfuz-m {
  background-color: var(--bb-gold);
  width: fit-content;
  border-radius: 0 8px 8px 0;
  margin-left: -40px;
  position: relative;
}
.fill-base {
  -webkit-text-fill-color: var(--color--text-color-2);
  -webkit-text-stroke: 1px var(--color--text-color-2);
  user-select: none;
}
.fill-stroke {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color--text-color-2);
  pointer-events: none;
  opacity: 0;
}
.mahfuz-m h2{
  color: var(--color--text-color-2);
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  padding-inline: 36px;
  padding-block: 12px;
}
.mahfuz-m::before {
  content: '';
  position: absolute;
  left: -10000%;
  top: 0;
  height: 100%;
  width: 10000%;
  background-color: var(--bb-gold);
}
.hero-sub-heading {
  color: var(--bb-gold);
  font-size: 17px;
  padding-inline: 14px;
  padding-block: 8px;
  margin-top: 50px;
  margin-bottom: 12px;
  border: 1px solid #FFFFFF1A;
  border-radius: 4px;
  background-color: #FFFFFF24;
  text-transform: uppercase;
  width: fit-content;
}
.hero-heading-and-description h1{
	font-size: 45px;
}
.hero-heading-and-description h1 span {
  color: var(--bb-gold);
}
.hero-heading-and-description p {
  color: var(--color--white-color);
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 47px;
  max-width: 570px;
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}
.achievement-box-item {
  background-color: #FFFFFF14;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  color: var(--color--white-color);
  padding: 22px;
  backdrop-filter: blur(67px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
}
.achievement {
  margin-top: 48px;
  padding-top: 65px;
  padding-bottom: 77px;
  background: linear-gradient(360deg, #000000 24.39%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
.achievement-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 0.75;
}
.achievement-box-item p {
  font-size: 20px;
  line-height: 1.2;
}


/* Partners Logo */

.partners-logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  max-width: 1198px;
  margin-inline: auto;
}
.partners-logo-title {
  max-width: 1198px;
  margin-inline: auto;
  margin-bottom: 60px;
}
.partners-logo-title h2{
	text-align: center;
	color: var(--color--black-color);
}
.partner-logo-item img {
  max-width: 190px;
}
.partner-logo-item {
  display: grid;
  place-items: center;
  background-color: var(--logo-box-bg);
  border-radius: 8px;
  padding-block: 22px;
}
.partner-logo-item.more {
	font-size: 32px;
	line-height: 1.25;
	font-weight: 500;
  text-align: center;
}

/* My Philosophy */

.my-philosophy {
  background-color: var(--section-bg);
}
.my-philosophy-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.my-philosophy-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.philosophy-subtext {
  font-size: 18px;
  font-weight: 600;
  color: var(--color--white-color);
  text-transform: uppercase;
  width: fit-content;
  padding-inline: 18px;
  padding-block: 8px;
  border-radius: 6px;
  border: 1px solid var(--bb-gold);
  margin-bottom: 16px;
  background-color: #FFFFFF24;
}
.philosophy-heading-and-description h2 {
  margin-bottom: 24px;
}
.philosophy-heading-and-description p {
  color: #EEEEEE;
}

/* Core Expertise */

.core-expertise {
  background-color: var(--color--black-color);
}
.core-expertise-heading {
  text-align: center;
  margin-bottom: 60px;
}
.core-expertise-boxes{
  row-gap: 30px;
}
.core-img-box {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.core-expertise-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.core-expertise-tag .tag-item {
  font-size: 12px;
  line-height: 2;
  color: var(--color--white-color);
  border: 1px solid #FFFFFF1A;
  background-color: #FFFFFF24;
  padding-inline: 10px;
  border-radius: 4px;
}
.core-expertise-box {
  padding: 16px;
  border-radius: 8px;
  background-color: #161616;
}
.core-img-box img {
  width: 100%;
}
.core-img-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000000 84.37%);
}
.core-expertise-text {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.core-expertise-text h3{
	font-size: 23px;
}
.core-expertise-icon {
  height: 55px;
  max-width: 55px;
  display: grid;
  place-items: center;
  background-color: #FFFFFF14;
  border: 1px solid #FFFFFF14;
  border-radius: 8px;
  width: 100%;
  backdrop-filter: blur(67px);
}
.core-expertise-icon img {
  width: 37px;
  height: 37px;
}
.core-expertise-text h3 {
  font-weight: 600;
  line-height: 1.16;
  width: 70%;
}

/* Meet Mahfuz */

.meet-mahfuz-content{
  align-items: center;
  gap: 60px;
}
.meet-mahfuz-img {
  width: 45%;
}
.meet-mahfuz-img img {
	aspect-ratio: 534 / 632;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
}
.meet-mahfuz-text {
  width: 55%;
}
.meet-mahfuz-text h3 {
	font-size: 35px;
	text-transform: uppercase;
	color: var(--section-bg);
	margin-bottom: 24px;
}

/* Customers Reviews */

.customers-reviews-heading h2 {
  font-size: 40px;
  color: var(--color--black-color);
}
.customers-reviews-heading {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.reviews-company-logo {
    max-width: 240px;
}
.customers-reviews-carousel-btn {
  display: flex;
  gap: 10px;
}
.customer-reviews{
  padding: 7px;
}
.reviews-carousel-btn-prev, .reviews-carousel-btn-next {
  width: 74px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--color--black-color);
  border-radius: 8px;
  transition: all .3s ease;
  cursor: pointer;
}
.reviews-carousel-btn-prev:hover, .reviews-carousel-btn-next:hover {
  color: var(--color--white-color);
  background-color: var(--color--black-color);
}
.customer-reviews-box {
	padding: 24px;
	border: 1px solid var(--color--black-color);
	border-radius: 12px;
  gap: 60px;
}
.reviews-rating-and-text{
  gap: 32px;
}
.view-all-btn {
  margin-top: 24px;
  text-align: end;
}
.view-all-btn .btn span {
  color: var(--color--black-color);
  background-color: var(--color--white-color);
}
.view-all-btn .btn::before, .view-all-reviews .btn::before{
  background-color: var(--color--white-color);
}
.view-all-btn .btn:hover, .view-all-reviews .btn:hover{
  background-color: var(--color--black-color);
  color: var(--color--black-color);
}

/* Results Delivered */

.results-delivered {
  background-color: var(--section-bg);
  color: var(--color--white-color);
}
.results-delivered-heading {
  text-align: center;
  margin-bottom: 60px;
}
.results-delivered-icon {
  max-width: 80px;
  max-height: 80px;
  margin-inline: auto;
}
.results-delivered-icon img {
  width: 100%;
}
.number-box {
	font-size: 60px;
	font-weight: 800;
	color: var(--bb-gold);
}
.results-delivered-heading h2 {
  color: var(--color--white-color);
}
.results-delivered-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.results-delivered-content-item {
  text-align: center;
  background-color: var(--results-box-bg);
  padding: 26px 10px;
  border-radius: 12px;
}
.text-box h4 {
  font-size: 20px;
  color: var(--color--white-color);
  line-height: 1.4;
  margin-bottom: 4px;
  font-weight: 600;
}

/* My Portfolio */
.portfolio-title {
  text-align: center;
  margin-bottom: 60px;
}
.portfolio-title h2 {
  color: var(--color--black-color);
  margin-bottom: 16px;
}
.portfolio-title p {
	color: #475569;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(12, auto);
  gap: 80px;
}
.portfolio-item-1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.portfolio-item-2 {
  grid-row: span 3 / span 3;
  grid-row-start: 3;
}
.portfolio-item-3 {
  grid-row: span 2 / span 2;
  grid-row-start: 3;
}
.portfolio-item-4 {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 6;
}
.portfolio-item-5 {
  grid-row: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 5;
}
.portfolio-item-6 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 8;
}
.portfolio-item-7 {
  grid-row: span 2 / span 2;
  grid-row-start: 10;
}
.portfolio-item-8 {
  grid-row: span 3 / span 3;
  grid-row-start: 10;
}

.portfolio-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 570px;
  max-height: 682px;
}
.portfolio-img-box {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.portfolio-tags-and-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.portfolio-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.portfolio-tag-item {
  color: var(--color--white-color);
  font-family: var(--secondary-font);
  background-color: #FFFFFF24;
  padding-inline: 16px;
  border: 1px solid #FFFFFF1A;
  border-radius: 4px;
  padding-block: 6px;
  line-height: 1;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.portfolio-tags-and-btn a {
  background-color: var(--bb-gold);
  color: var(--color--black-color);
  height: 103px;
  max-width: 103px;
  width: 100%;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.portfolio-text {
  margin-top: 16px;
}
.portfolio-text h3 {
  color: var(--color--black-color);
  font-family: var(--secondary-font);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
.portfolio-text p {
  font-family: var(--secondary-font);
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}

/* Our Clients Say */

.our-clients-say {
	background-color: var(--color--black-color);
}
.clients-say-heading {
  margin-bottom: 60px;
}
.clients-say-heading h2 {
  font-size: 42px;
  text-align: center;
  max-width: 790px;
  margin-inline: auto;
}
.clients-say-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 30px;
} 
.clients-say-grid-item-1 {
  grid-row: span 4 / span 4;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.clients-say-grid-item-2 {
  grid-row: span 2 / span 2;
  display: flex;
  color: var(--color--white-color);
  padding: 10px;
  border: 1px solid var(--color--white-color);
  border-radius: 8px;
}
.clients-say-grid-item-3 {
  grid-row: span 2 / span 2;
  grid-column-start: 2;
  grid-row-start: 3;
  display: flex;
  color: var(--color--white-color);
  padding: 10px;
  border-radius: 8px;
  background-color: #F5F5F5;
  color: var(--color--black-color);
}
.clients-name-and-position h3 {
  color: var(--color--black-color);
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.clients-say-grid-item-2 .clients-name-and-position h3 {
  color: var(--color--white-color);
}
.clients-name-and-position p {
  font-size: 16px;
  font-style: italic;
  max-width: 335px;
}
.clients-say-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding-inline: 10px;
}
.video-thumbnail {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
}
.clients-say-grid-item-2 .clients-say-content, 
.clients-say-grid-item-3 .clients-say-content {
  flex: 1;
  padding: 20px;
}
.clients-say-grid-item-2 .clients-video, 
.clients-say-grid-item-3 .clients-video {
  flex: 1;
}
.clients-say-grid-item-2 .video-thumbnail img, 
.clients-say-grid-item-3 .video-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
 .clients-say-grid-item-1 .video-thumbnail img {
	height: 100%;
	width: 100%;
	aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
.clients-video{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  min-height: 390px;
}
.clients-video iframe{
  width: 100%;
  height: 100%;
}

/* Image Gallery */

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(10, auto);
  row-gap: 40px;
  column-gap: 80px;
  position: relative;
}  
.single-image-box-1 {
  grid-row: span 2 / span 2;
}
.single-image-box-2 {
  grid-row: span 3 / span 3;
  grid-column-start: 1;
  grid-row-start: 3;
}
.single-image-box-3 {
  grid-row: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 6;
}
.single-image-box-4 {
  grid-row: span 4 / span 4;
  grid-column-start: 2;
  grid-row-start: 1;
}
.single-image-box-5 {
  grid-row: span 3 / span 3;
  grid-column-start: 2;
  grid-row-start: 5;
}
.single-image-box-6 {
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 1;
}
.single-image-box-7 {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 4;
}
.single-image-box-8 {
  grid-row: span 2 / span 2;
  grid-column-start: 3;
  grid-row-start: 6;
}
.single-image-box-9 {
  grid-column: span 3 / span 3;
  grid-row: span 3 / span 3;
  grid-row-start: 8;
}
.single-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.single-image-box {
  border-radius: 8px;
  overflow: hidden;
}
.single-image-box-1 img {
  max-height: 270px;
}
.single-image-box-2 img {
  max-height: 355px;
}
.single-image-box-4 img {
  max-height: 541px;
}
.single-image-box-7 img {
  max-height: 236px;
}
.single-image-box-8 img {
  max-height: 258px;
}
.single-image-box-9 img {
  max-height: 410px;
  min-height: 105px;
}
.image-grid::before, .image-grid::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: calc(33% - 80px);
  width: 1px;
  background-color: #00000026;
}
.image-grid::before{
  left: calc(33% + -11px);
}
.image-grid::after{
  right: calc(33% + -11px);
}

/* Team Picture */
.team-picture img {
	width: 100%;
}

/* Testimonial */
.testimonial-heading {
  margin-bottom: 60px;
  text-align: center;
}
.testimonial-heading h2 {
  color: var(--color--black-color);
  max-width: 966px;
  margin-inline: auto;
}

.testimonial-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-box {
  padding: 26px;
  background-color: var(--reviews-box-bg);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 19px;
}
.author-img {
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}
.author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-name-and-position h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color--black-color);
  line-height: 1.4;
}
.author-name-and-position p {
  font-size: 12px;
  font-style: italic;
  max-width: 185px;
  line-height: 1.2;
}
.testimonial-box-different {
  padding: 26px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 8px;
  color: var(--color--white-color);
}
.testimonial-box-3 {
  background-color: var(--color--black-color);
}
.testimonial-box-4 {
  background-color: var(--section-bg);
}
.box-bottom-text-number {
  font-size: 72px;
  font-weight: 800;
  line-height: 0.83;
}
.view-all-reviews {
	margin-top: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
}
.marketplace-logo-box {
    display: flex;
    gap: 24px;
}
.marketplace-logo-box .marketplace-logo img {
    max-height: 28px;
}
.marketplace-details p {
    line-height: 1;
    margin-bottom: 12px;
}
.view-all-reviews .btn span {
	background-color: var(--color--white-color);
	color: var(--color--black-color);
}

/* Footer */

.footer-bg {
  background-color: var(--color--black-color);
}
.footer-logo {
  display: flex;
  align-items: center;
}
.footer-logo-1 {
  padding-right: 20px;
  border-right: 1px solid var(--color--white-color);
}
.footer-logo-2 {
  padding-left: 20px;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.footer-description p {
  color: #D1D5DB;
  max-width: 490px;
}
.social-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon-item a {
  color: var(--color--white-color);
  display: block;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
}
.icon-item {
  height: 30px;
  width: 30px;
  display: grid;
  place-items: center;
}
.icon-item a svg {
  width: 100%;
  height: 100%;
}
.icon-item a:hover {
  color: var(--bb-gold);
}

.footer-wrapper {
  max-width: 1192px;
  margin-inline: auto;
}
.footer-links {
  padding-left: 60px;
}
.link-item:not(:last-child) {
  margin-bottom: 38px;
}
.link-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.link-item h4 {
  font-size: 32px;
  font-weight: 600;
}
.link-item a {
  font-size: 24px;
  color: var(--icon-bg);
  line-height: 1.1;
  text-decoration: underline;
  transition: all .3s ease;
}
.link-item a:hover {
  color: var(--color--white-color);
  text-decoration: none;
}

/* FAQ */

.faq {
  background-color: var(--faq-section-bg);
}
.faq-heading h2 {
  color: var(--color--black-color);
  max-width: 495px;
}
.faq-subtext {
  width: fit-content;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 20px;
  line-height: 1.4;
  background-color: #F7C34224;
  border: 1px solid var(--bb-gold);
  border-radius: 6px;
  margin-bottom: 16px;
}
.faq-item{
  border: 1px solid var(--color--black-color);
  border-radius: 8px;
  padding: 8px 16px;
}
.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq-header h3 {
  color: var(--color--black-color);
  font-weight: 500;
  font-size: 18px;
}
.faq-icon .minus {
  display: none;
}
.faq-content p {
	font-size: 16px;
	padding-block: 10px;
}
.faq-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-icon {
  max-width: 46px;
  width: 100%;
  height: 46px;
  border-radius: 50%;
  background-color: var(--icon-bg);
  display: grid;
  place-items: center;
}
.plus, .minus {
  display: grid;
  place-items: center;
}
.faq-item.active .faq-content {
  display: block;
}
.faq-item.active .plus {
  display: none;
}
.faq-item.active .minus {
  display: block;
}

/* CTA */
.cta-inner {
  background-color: var(--section-bg);
  text-align: center;
  padding-block: 60px;
  padding-inline: 30px;
  border-radius: 12px;
}
.cta-inner h2 {
    text-transform: capitalize;
}
.cta-inner .book-a-call {
  margin-top: 36px;
}


/* Scroll to Top Button */
#scrollTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.9);
	mix-blend-mode: difference;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
	transition: all 0.3s ease;
	z-index: 1000;
}

#scrollTopBtn.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#scrollTopBtn:hover {
	background: white;
	transform: translateY(-5px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

#scrollTopBtn:active {
	transform: translateY(-2px);
}

/* Preloader */

:root {
  --light: #fff;
  --dark: #000;
}
.preloader-header a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--light);
  font-family: "Agdasima", sans-serif;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 0.9;
  display: block;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: var(--dark);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
  overflow: hidden;
  z-index: 2;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: var(--light);
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
}
.preloader-images {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  height: 25rem;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  will-change: clip-path;
  overflow: hidden;
}

.preloader-images .img {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  will-change: clip-path;
  overflow: hidden;
}

.preloader-images .img img {
  position: relative;
  width: 100%;
  height: 100%;
  transform: scale(2);
  will-change: transform;
  object-fit: cover;
}
.preloader-copy {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  color: #fff;
  text-align: center;
}

.preloader-header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(60svh);
  transform-origin: top;
  will-change: transform;
  z-index: 2;
}

.preloader-header a .char,
.preloader-copy p .line {
  position: relative;
  display: inline-block;
  transform: translateY(0);
  will-change: transform;
}
@media (max-width: 1000px) {
  .preloader-images {
    top: 35%;
    width: 10rem;
    height: 10rem;
  }

  .preloader-copy {
    width: 80%;
  }
  .preloader-copy p{
    font-size: 18px;
  }

  .preloader-header {
    transform: translateY(50svh);
  }

  .preloader-header a {
    font-size: 4rem;
  }
}

/* Responsive */

@media (max-width: 1399.98px) {
  h1{
    font-size: 46px;
  }
  .hero-heading-and-description p{
    font-size: 22px;
  }
  .hero-img {
    position: unset;
  }
  .mahfuz-m h2 {
    font-size: 75px;
  }
  .achievement{
    margin-top: -45px;
    background: linear-gradient(360deg, #000000 90%, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 1199.98px){
  h2 {
    font-size: 38px;
  }
  .hero-content{
    flex-direction: column;
  }
  .hero-text {
    width: 100%;
  }
  .hero-heading-and-description {
    max-width: 600px;
  }
  .hero-img {
    width: 100%;
    text-align: center;
  }
  .achievement {
    margin-top: -200px;
  }
  .achievement-grid {
    gap: 30px;
  }
  .achievement-box-item p {
    font-size: 17px;
  }
  .achievement-number {
    font-size: 40px;
  }

  /* Partners Logo */
  .partners-logos{
    grid-template-columns: repeat(4, 1fr);
  }

  /* Results Delivered */
  .text-box h4 {
    font-size: 18px;
  }
  .text-box p {
    font-size: 16px;
  }

  /* MY Portfolio */
  .portfolio-grid {
    gap: 40px;
  }
  .portfolio-tags-and-btn a{
    max-width: 80px;
    max-height: 80px;
  }

  /* Image Gallery */
  .image-grid {
    row-gap: 30px;
    column-gap: 60px;
  }
  .image-grid::before {
    left: calc(33% + -8px);
  }
  .image-grid::after {
    right: calc(33% + -8px);
  }
  .image-grid::before, .image-grid::after {
    bottom: calc(31% - 80px);
  }
}
@media (max-width: 991.98px){
  .pt-100{
    padding-top: 80px;
  }
  .py-100 {
    padding-block: 80px;
  }
  .achievement-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Partners Logo */
  .partners-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  /* My Philosophy */
  .my-philosophy{
    padding-bottom: 80px;
  }
  .my-philosophy-img {
    position: unset;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  /* Core Expertise */
  h3{
    font-size: 22px;
  }
  .core-expertise-text h3{
    width: 75%;
  }

  /* Meet Mahfuz */
  .meet-mahfuz-content {
    flex-direction: column-reverse;
  }
  .meet-mahfuz-text{
    width: 100%;
    margin-bottom: 0;
  }
  .meet-mahfuz-img {
    width: 100%;
  }

  /* Results Delivered */
  .results-delivered-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .number-box {
    font-size: 42px;
  }

  /* Our Clients Say */
  .clients-say-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .clients-say-grid-item {
    grid-row: auto;
    grid-column: auto;
  }
  .video-thumbnail {
    max-height: 518px;
  }
  /* Image Gallery */
  .image-grid {
    row-gap: 20px;
    column-gap: 40px;
  }
  .image-grid::before {
    left: calc(33% + -4px);
  }
  .image-grid::after {
    right: calc(33% + -4px);
  }

  /* Testimonial */
  .testimonial-content {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  /* FAQ */
  .faq-main {
    margin-top: 40px;
  }

  /* Footer */
  .link-item a{
    font-size: 20px;
  }
}
@media (max-width: 767.98px){
  .pt-100 {
    padding-top: 60px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 30px;
  }
  .hero-sub-heading{
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .hero-heading-and-description h1 br{
    display: none;
  }
  .mahfuz-m h2 {
    font-size: 40px;
  }
  .hero-heading-and-description p{
    font-size: 16px;
    margin-bottom: 38px;
  }
  .hero-heading-and-description p br {
    display: none;
  }
  .hero-img{
    margin-top: 30px;
  }
  .achievement{
    margin-top: -100px;
  }
  .achievement-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .py-100{
    padding-block: 60px;
  }
  .partners-logos {
    grid-template-columns: repeat(1, 1fr);
  }
  .partners-logo-title{
    font-size: 23px;
    line-height: 1.2;
  }
  .partner-logo-carousel .swiper-wrapper{
    transition-timing-function: linear;
  }
  .my-philosophy{
    padding-bottom: 60px;
  }
  /* Core Expertise */
  h3{
    font-size: 20px;
  }
  .core-expertise-heading {
    margin-bottom: 30px;
  }
  .core-expertise-boxes{
    row-gap: 35px;
  }
  .core-expertise-text h3{
    width: 100%;
  }
  .core-expertise-pagination {
    text-align: center;
  }
  .core-expertise-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--bb-gold);
  }

 

  /* Customer Reviews */
  .customers-reviews-heading {
    padding-bottom: 36px;
    min-height: 190px;
  }

  /* Results Delivered */
  .results-delivered-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .number-box {
    font-size: 32px;
  }
  .results-delivered-heading{
    margin-bottom: 35px;
  }

  /* My Portfolio */
  .portfolio-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .portfolio-item {
    grid-column: auto;
    grid-row: auto;
  }
  .portfolio-title {
    margin-bottom: 35px;
  }
  .portfolio-tags-and-btn {
    padding: 20px;
  }
  .portfolio-tag-item {
    font-size: 16px;
  }
  .portfolio-tags-and-btn a {
    max-width: 70px;
    max-height: 70px;
  }
  .portfolio-tags-and-btn a svg {
    width: 20px;
  }
  .portfolio-text h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .portfolio-text p {
    font-size: 18px;
  }
  .portfolio-img-box img {
    min-height: 350px;
  }

  /* Our Clients Say */
  .clients-say-grid-item-2, .clients-say-grid-item-3 {
    flex-direction: column;
  }
  .clients-say-grid-item-1{
    padding: 20px;
  }

  /* Image Gallery */
  .image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .single-image-box {
    grid-column: auto;
    grid-row: auto;
  }
  .image-grid::before, .image-grid::after {
    display: none;
  }

  /* Testimonial */
  .testimonial-content {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
  .testimonial-heading h2{
    font-size: 27px;
  }

  /* FAQ */
  .faq-subtext{
    font-size: 18px;
  }
	
/* CTA	 */
  .cta-inner {
	padding-block: 30px;
	padding-inline: 20px;
  }

  /* Footer */
  .footer-links {
    padding-left: 0;
    padding-top: 40px;
  }
  .link-item h4 {
    font-size: 24px;
  }
  .link-item a {
    font-size: 18px;
  }
}