@import url("https://fonts.googleapis.com/css?family=Poppins:300,700,800,500,400,600|Unbounded:500,600|Inter:400,700");

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

/* a {
  text-decoration: none;
} */

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}



.clrTxtBetweenHeading {
  color: var(--slightblue);
}

.mainHeading {
  font-family: Poppins;
  max-width: 1200px;
  font-size: var(--herosection-heading-font-size);
  font-style: normal;
  font-weight: 800;
  line-height: 101%;
  margin-top: 1.6rem;
}


.subHeading {
  margin-bottom: 0 !important;
  font-family: Poppins;
  font-size: var(--herosection-subheading-font-size);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  max-width: 1200px;
  margin-top: 1.6rem;
}


.subHeadingBlog{
color: #fff;
}

.heroSectionPara {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 1.6rem;
}

.heroSectionParaCont {
  max-width: 1200px;
  font-size: var(--paragraph-font-size);
}


.heroCtaBtnCont {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}


.imageHeroSec .foreGroundImage {
  position: relative;
  z-index: 1;
}


.imageHeroSec {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ellipse {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  background-color: #ffffff7a;
  border-radius: 50%;
  box-shadow: 0px 32px 51.1px -26px #ffffff87;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heroSectionImageCont {
  margin-top: 1rem;
  padding: 1rem;
}

.heroSectionImageCont img {
  border-radius: 30px;
}

.disOurProBtnHeroSec {
  border-radius: 50px;
  background-image: linear-gradient(to right, #646be5, #4bcbcd);
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 12px 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.disOurProBtnHeroSec div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.disOurProBtnHeroSec span {
  font-size: 1.2rem;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.disOurProBtnHeroSec:hover span {
  transform: translateX(5px);
}



.callUsBtnHeroSec {
  border-radius: 50px;
  background: white;
  cursor: pointer;
  z-index: 1;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 12px 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}




@keyframes shakeWithGap {

  0%,
  90% {
    transform: rotate(0);
    /* Stationary */
  }

  92%,
  98% {
    transform: rotate(-10deg);
    /* Start shaking */
  }

  94%,
  96% {
    transform: rotate(10deg);
    /* Shake in opposite direction */
  }

  100% {
    transform: rotate(0);
    /* Return to stationary */
  }
}

.callUsBtnHeroSec span {
  display: inline-block;
  animation: shakeWithGap 2s ease-in-out infinite;
  /* 5s cycle with shake in the last part */
}

.callUsBtnHeroSec:hover span {
  animation-play-state: paused;
  /* Stops shaking when hovered */
}





.buttons {
  border-radius: 50px;
  background: #FFF234;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  color: var(--Black, #222);
  font-family: Unbounded;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: 0.24px;

  padding: 16px 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  top: 96%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.buttons2 {
  display: none;
}

.heroSectionHeadingCtaCont {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-align: center;
  z-index: 1;
  padding: 3rem 1rem;
}

.heroSectionHeadingCtaCont::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://wordpress-1228935-4635895.cloudwaysapps.com/wp-content/uploads/2024/10/chemHero.png');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}

/* -----Hero Gradient Start------- */
.hero-bg-wrap {
  position: absolute;
  width: 100%;
}

.hero__bg {
  height: 40vw;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.hero__bg.style-1 .gradient-1 {
  background: radial-gradient(at 49% 313%, #98a3f6, #9ba5f8);
  height: 12vw;
  left: 8vw;
  opacity: 1.8;
  top: 10vw;
  width: 39vw;
}

.hero__bg .gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

.hero__bg.style-1 .gradient-2 {
  background: radial-gradient(at 49% 313%, #a2edfd, #00faff);
  border-radius: 2vw;
  height: 5vw;
  left: 49vw;
  opacity: 1;
  top: 12vw;
  width: 25vw;
}

.hero__bg .gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

.hero__bg.style-1 .gradient-3 {
  background: radial-gradient(at 49% 313%, #0094ff, #0094ff);
  height: 13vw;
  left: 46vw;
  opacity: .3;
  top: 9vw;
  width: 46vw;
}

.hero__bg .gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

/* -----Hero Gradient End------- */


.hero4cards {
  display: flex;
  justify-content: space-between;
  padding: 0px 2rem;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.heroCard {
  width: 25%;
  padding: 2rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  color: var(--grey);
}

.insideHeroCard {
  display: flex;
}

/* .hero4cards>div:nth-child(-n+3) {
  border-right: 1px solid rgb(54, 54, 54);
} */

.heroCardTypography {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: var(--grey);
  border-color: var(--grey);
  color: transparent;
  opacity: 0.5;


  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
  white-space: nowrap;
}


.heroCardPlus {
  margin-left: 10px;
  font-family: "Unbounded", Helvetica;
  font-weight: 600;
  color: var(--grey);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}








/* ========================================== */
.testimonial-section {
  width: 100%;
  float: left;
  background: white;
  position: relative;
  z-index: 5;
  padding-bottom: 3rem;
}


.testimonial-section::before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 200px 200px;
  opacity: 0.5;
  /* background: #222; */
  background: #EFF4F3;
  width: 100%;
  height: 600px;
  flex-shrink: 0;
}


.testimonial-section h2 {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  margin-top: 2rem;
}



.testimonial-section h6 {
  color: #FFF;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-top: 20px;
}

.testimonial-section ul {
  width: 100%;
  float: left;
  margin-top: 30px;
  padding: 0px;
}

.testimonial-section ul li {
  width: 46%;
  float: left;
  margin: 0px 2% 0px;
  padding: 16px;
  list-style: none;

  border-radius: 30px;
  background: #f8f6f5;
  box-shadow: 0px 0px 30px 0px #d3d3d3;
}

.testimonial-section ul li .img1 {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 0px;

}

.testimonial-section ul li .img1 img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.testimonial-heading {
  margin: 0px;
  border-radius: 30px;

  line-height: 130%;
  background: #fff;
  text-align: center;

  color: #000;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
}

.testimonial-section-text {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px 3% 0px;
}

.testimonial-count {
  width: 50%;
  float: left;
  margin: 15px 0;
  padding: 0px 0;
  border-right: #333 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.testimonial-count h2 {
  margin: 0px 0 10px;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}

.testimonial-count span {
  /* color: #FFF; */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
}

.testimonial-count.last-child {
  border-right: 0px;
}


.testimonial-count p {
  margin: 0px 0 10px;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 107%;
}


.testimonial-section-text a {
  color: var(--slightblue);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 107%;
  display: flex;
  align-items: center;
  margin-top: .8rem;
}

.testimonial-section-text strong {
  display: flex;
  align-items: center;
  justify-content: center;
}



.testimonial-section-text a:hover {
  color: #5c81da;
}



.testimonial-section-btm {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 55px 0 55px;
}

.testimonial-section-btm h2 {
  margin: 0px 0 40px;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}

.testimonial-section-btm ul {
  width: 100%;
  float: none;
  margin: 0;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.testimonial-section-btm ul li {
  width: 32.33%;
  float: none;
  margin: 0 0 35px;
  padding: 0px 1%;
  display: inline-block;
  text-align: center;
  list-style: none;
}

.testimonial-section-btm ul li .image-new {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px;
  text-align: center;
  line-height: 0px;
}

.testimonial-section-btm ul li .image-new img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  border: 2px solid gray;
  margin: 0 auto;
  display: table;
}

.testimonial-section-btm ul li h6 {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  text-align: center;
  font-family: 'ProximaNovaAltBold';
}

.testimonial-section-btm ul li p {
  width: 100%;
  font-family: 'Poppins';
  float: left;
  margin: 0px 0 15px;
  padding: 0px;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
}

.clientSaysDesignation {
  font-size: 14px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0px;
  position: relative;
}

.readall-button {
  border-radius: 38px;
  background: var(--purple);
  color: white;
  font-weight: 600;
  padding: 14px 28px;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  line-height: 107%;
  margin: 0px auto;
  display: table;
}




/* =========================================================== */
.provenTrackRecordCont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.paraProvenTrackRecord {
  color: black;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 1rem;
  text-align: center;
  max-width: 1200px;
  font-size: var(--paragraph-font-size);
}

.trusted-section {
  width: 100%;
  float: left;
  margin: -1px 0 0 0;
  position: relative;
  padding-top: 2rem;
}

.trusted-section h2 {
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;

}



.provenTrackRecordCard {
  border-radius: 24px;
  padding: 10px 0;
  box-shadow: 0px 8px 16px rgba(216, 216, 216, 0.4);
  transition: 0.3s;
  position: relative;
  z-index: 5;
}

.inStatsSide {
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107%;
}

.inStatsBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}

.card:hover1 {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}

.inner-provenTrackRecordCard {
  overflow: hidden;
  border-radius: 24px;
}



.CardTextPart {
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.CardTextPart p {
  text-align: center;
  margin: 4px 0 15px;
  padding-left: 8px;
  font-size: 24px;
  font-weight: 500;
  font-family: Poppins;
}

.column-review-full h1 {

  font-size: 4rem;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #FFF234;
  font-family: Poppins;
}

.inStats {
  /* color: black; */
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 137%;
  /* 34.24px */
}

.inner-provenTrackRecordCard img {
  width: 25rem;
}

.chip1 {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 16px;
  font-family: 'Poppins';
  margin: 0 4px;
  cursor: pointer;
  border: 1px solid #fff;
  color: black;
  font-weight: 700;
  opacity: 1;
  background-color: white;
  text-transform: uppercase;
}


.statistics1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  text-align: center;
  /* color: #292929; */
  margin: 20px auto auto auto;
}

.statistics1 div {
  text-align: center;

}

.divider1 {
  border-right: 2px solid #fff;
  margin: 0 20px;
  height: 100%;
}


#provenTrackRecordCardsCont .MS-content {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

#provenTrackRecordCardsCont .MS-content .item {
  display: inline-block;
  width: 22%;
  white-space: normal;
  box-shadow: none;
  vertical-align: top;
  border: #b4b4b4 1px solid;
  border-radius: 24px;
}

.trackRecordCtaCont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trackRecordBtn {
  border-radius: 50px;
  background-color: var(--purple);
  font-family: 'Poppins';
  margin: 2rem;
  padding: 14px 28px;
  font-weight: 600;
  font-size: 18px;
  color: white;
}


.trackRecordBtn:hover {
  background-color: var(--purpleHover);
}

#provenTrackRecordCardsCont .MS-content .item p {
  width: 100%;
  float: left;
  margin: 0px 0 20px;
  padding: 0px 0%;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  text-align: left;
  line-height: 24px;
}

#provenTrackRecordCardsCont .MS-content .item p span {
  width: 100%;
  float: left;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  font-style: normal
}


#provenTrackRecordCardsCont .MS-content .item p a {
  color: #333;
  text-decoration: underline;
}

#provenTrackRecordCardsCont .MS-content .item p a:hover {
  color: #5ddfff;
}

#provenTrackRecordCardsCont .MS-content .item .imgTitle {
  position: relative;
}

#provenTrackRecordCardsCont .MS-content .item .imgTitle .blogTitle {
  margin: 0;
  text-align: left;
  letter-spacing: 2px;
  color: #252525;
  font-style: italic;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  bottom: 0;
  font-weight: bold;
  padding: 0 0 2px 10px;
}

#provenTrackRecordCardsCont .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}

#provenTrackRecordCardsCont .MS-content .item:hover .icons {
  background: #f36915;
  color: #f36915;
}

#provenTrackRecordCardsCont .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 35px;
  top: -210px;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.15s linear;
  cursor: pointer;
}

#provenTrackRecordCardsCont .MS-controls button:hover {
  color: rgba(0, 0, 0, 1);
}

.MS-controls {
  position: relative;
}




/* ============================== marketing-service ===============================  */
.marketing-service {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 30px 0px;
  position: relative;
}

.boxInmarketingServiceForGradient {
  position: relative;
}



/* -----Hero Gradient Start------- */
.marketing-service-hero-bg-wrap {
  position: absolute;
  width: 100%;
}

.marketing-service-hero__bg {
  height: 40vw;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.marketing-service-hero__bg.marketing-service-style-1 .marketing-service-gradient-1 {
  background: radial-gradient(at 49% 313%, #98a3f6, #9ba5f8);
  height: 12vw;
  left: 8vw;
  opacity: 1.8;
  top: 20vw;
  width: 39vw;
}

.marketing-service-hero__bg .marketing-service-gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

.marketing-service-hero__bg.marketing-service-style-1 .marketing-service-gradient-2 {
  background: radial-gradient(at 49% 313%, #a2edfd, #00faff);
  border-radius: 2vw;
  height: 5vw;
  left: 49vw;
  opacity: 1;
  top: 25vw;
  width: 25vw;
}

.marketing-service-hero__bg .marketing-service-gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

.marketing-service-hero__bg.marketing-service-style-1 .marketing-service-gradient-3 {
  background: radial-gradient(at 49% 313%, #0094ff, #0094ff);
  height: 13vw;
  left: 22vw;
  opacity: .3;
  top: 30vw;
  width: 46vw;
}

.marketing-service-hero__bg .marketing-service-gradient {
  border-radius: 14vw;
  filter: blur(9vw);
  position: absolute;
  transform: translateZ(0);
}

/* -----Hero Gradient End------- */



.marketing-service h2 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  /* 51.36px */
}


.marketing-service p {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  margin: 1rem 0px;
  /* 30px */
}


.marketing-service ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 26px;
  margin: 3rem 0;
}

.marketing-service ul a {
  width: 20rem;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(216, 216, 216, 0.4);

}

.marketing-service ul a:hover img {
  transform: scale(1.1);
  transition: 0.2s ease-in;
}


.marketing-service ul a p {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 1rem;
}



.marketing-service ul a h6 {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 101%;
  margin-top: 1rem;
}


.marketing-service ul a img {
  width: 100%;
  max-width: 80px;
}

p.second-para {
  font-size: 11px !important;
  font-weight: 300 !important;
  margin: 25px 0px 0px !important;
  text-align: center !important
}








/* =========================== Maximize ROI ========================== */


.maxiRoiCont {
  display: flex;
  justify-content: center;
  padding: 2rem .5rem;
  flex-wrap: wrap;
  position: relative;
}

.maxiRoiSubCont {
  border-radius: 30px;
  background: #f8f6f5;
  padding: 2rem;
}

.maxiRoiImgParaBox {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  gap: 2rem;
}

.phoneShowImgRoi {
  width: 100%;
  height: auto;
  border-radius: 30px;
  object-fit: cover;
  /* object-fit: contain; */
}

.maxiRoiRightParas h2 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin-bottom: 1rem;
}

.maxiRoiParas {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.maxiRoiRightParas p {
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}



.lookingForCtaBox {
  max-width: 1200px;
  padding: 1rem;
  margin-top: 1rem;
  background-color: white;
  border-radius: 30px;
  border: 1px solid #e0e0e0;
  position: relative;
}



.lookingForCtaBox h3 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--herosection-subheading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin: 1rem 0;
}

.lookingForCtaBox p {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  font-style: normal;
  line-height: 110%;
  margin: 1rem 0;
}




.why-choose-section .buttonBox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem;
}

.why-choose-section .buttonBox button {
  border-radius: 38px;
  background: var(--purple);
  color: #fff;
  font-weight: 600;
  padding: 14px 28px;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  line-height: 107%;
}



.lookingForCtaBox .buttonBox {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}


.getFreeProposalBtnLookingForSec {
  border-radius: 50px;  
  background: var(--purple);
  cursor: pointer;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 14px 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.getFreeProposalBtnLookingForSec div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.getFreeProposalBtnLookingForSec span {
  font-size: 1.2rem;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.getFreeProposalBtnLookingForSec:hover span {
  transform: translateX(5px);
}




.callUsBtnLookingForSection {
  border-radius: 50px;
  background: white;
  cursor: pointer;
  z-index: 1;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.24px;
  padding: 14px 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid rgb(209, 209, 209);
}




@keyframes shakeWithGap {

  0%,
  90% {
    transform: rotate(0);
    /* Stationary */
  }

  92%,
  98% {
    transform: rotate(-10deg);
    /* Start shaking */
  }

  94%,
  96% {
    transform: rotate(10deg);
    /* Shake in opposite direction */
  }

  100% {
    transform: rotate(0);
    /* Return to stationary */
  }
}

.callUsBtnLookingForSection span {
  display: inline-block;
  animation: shakeWithGap 2s ease-in-out infinite;
  /* 5s cycle with shake in the last part */
}

.callUsBtnLookingForSection:hover span {
  animation-play-state: paused;
  /* Stops shaking when hovered */
}






.why-choose-section strong {
  font-weight: 700;
}


.why-choose-section {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 30px 0 30px;
  /* color: #fff;
  background: #222; */
}

.why-choose-section h2 {

  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  margin: 0 0 1.5rem 0;
}



.why-choose-section p {
  margin: 10px;
  font-family: Poppins;
  font-size: var(--paragraph-font-size);
  line-height: 25px;
  font-weight: 400;
}

.why-choose-section .img {
  float: right;
  max-width: 100%;
  height: auto;
  margin: 0 0 20px 40px
}

.why-choose-section ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  padding: 0px;
}

.why-choose-section ul li {
  width: 48%;
  margin: 0 0.5% 16px;
  list-style: none;
  border-radius: 30px;
  background-color: #f8f6f5;
}

.why-choose-section ul li h3 {
  width: 100%;
  float: left;
  margin: 0px 0 15px;
  padding: 12px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  font-family: Poppins;
  border-radius: 50px;
  background: #f0f0f0;
  color: #6e6e6e;
}

.why-choose-section ul li p {

  padding: 10px 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}


.accordion_pre {
  background-color: #f8f6f5;
  font-family: 'Poppins';
  color: #494949;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  margin: 1px 0px;
  text-align: left;
  outline: none;
  font-weight: 600;
  font-size: 20px;
  transition: 0.4s;
  border-radius: 50px;
}

.mob-pre-section {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* .active_pre,
.accordion_pre:hover {
  background-color: #010a83;
} */

.accordion_pre:after {
  content: '\002B';
  color: #494949;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active_pre:after {
  content: "\2212";
}

.panel_pre {
  padding: 0 10px;
  background: #f8f6f5;
  color: #494949;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 30px;
}

.panel_pre p {
  font-size: var(--paragraph-font-size);
  margin: 10px;
}



/* ===================================== */


.our-portfolio {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 30px 0 0;
  background: var(--secSepBgClr);
}

.our-portfolio h2 {
  color: #222;
  text-align: center;
  font-family: Poppins;
  margin: 0px 0 10px;
  font-size: var(--components-heading-font-size);
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
}

.our-portfolio p {
  width: 100%;
  float: left;
  margin: 0px 0 30px;
  padding: 0px;
  font-size: var(--paragraph-font-size);
  line-height: 30px;
  color: #333;
  font-weight: normal;
  text-align: center;
  font-family: Poppins;
}

.our-portfolio-image {
  width: 32.33%;
  max-height: 387.95px;
  float: left;
  border-radius: 30px;
  margin: 0px 0.5% 20px;
  padding: 0px;
  line-height: 0px;
}

.our-portfolio-image img {
  width: 100%;
  height: auto;
}

.our-portfolio .is-open {
  display: block;
}


.asSeenOn {
  padding: 2rem 10px;
}

.asSeenOn .asSeenOnBox {
  max-width: 1200px;
  margin: auto;
}

.asSeenOn .asSeenOnHeading {
  color: #222;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: var(--components-heading-font-size);
  font-weight: 700;
  line-height: 1.2;
  margin: 2rem 0;
}

.asSeenOn .whiteBox {
  background-color: #fff;
  border-radius: 30px;
  padding: 1.5rem;
}

.asSeenOnRow1,
.asSeenOnRow2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 1rem;
  margin-bottom: 1rem;
}

.asSeenOnRow1 img,
.asSeenOnRow2 img {
  max-width: 100%;
  height: auto;
}





.footerJi {
  justify-content: space-around;
  background-color: #000;
  color: white;
  display: flex;
  padding: 3% 6%;
  font-family: Poppins;
  flex-wrap: wrap;
  gap: 4rem;
}

.inRightFooter,
.inLeftFooter {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}

.footerJi .heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.footMiddle {
  display: flex;
  flex-direction: column;
}


.footRight,
.footLeft {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

.footLeft .countryDiv {
  display: flex;
  font-size: 24px;
  font-weight: 500;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.footMiddle .inFootMiddle {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footMiddle .inFootMiddle a {
  font-size: 18px;
  color: #fff;
}

.footRight svg {
  width: 25px;
  line-height: 24px;
  color: #ffffff;
  fill: #ffffff;
}

.footLeft svg {
  width: 20px;
  line-height: 24px;
  color: #ffffff;
  fill: #ffffff;
}

.footRight span {
  display: flex;
}

.footRight a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 6px 5px;
}
/*video testimonials*/
.video-review {
    padding: 0px 20px;
}
/*end*/
.footRight .facebook {
  background-color: #1778f2;
  /* background: #1da1f2; */
}

.footRight .twitter {
  background: #1da1f2;
}

.footRight .insta {
  background: #f00075;
}

.footRight .whatsApp {
  background: #25d366;
}

.footRight .skype {
  background: #0478d7;
}

.footRight .iconCont {
  display: flex;
  gap: 0rem!important;
flex-wrap: wrap;
}
.iconCont img {
    width: 40px;
}
.footRight svg {
  border-radius: 33px;
  color: white;
  fill: white;
}







:hover {
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
}

.effect {
  overflow: hidden;
  cursor: pointer;
}
/*testimonials page css*/
 .growth-section {
        text-align: center;
        padding: 50px 20px;
    }
    .growth-section h2 {
        color: #5c7a2f;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .growth-section .cta-btn {
        background-color: #d66b00;
        color: #fff;
        padding: 14px 30px;
        border-radius: 30px;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none;
        margin-bottom: 20px;
    }
    .growth-section p {
        max-width: 800px;
        margin: 0 auto 40px;
        font-size: 16px;
        line-height: 1.5;
        color: #4a4a4a;
    }
    .icon-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 15px;
        max-width: 1220px;
        margin: auto;
    }
    .icon-box {
        display: flex;
        align-items: center;
        gap: 10px;
        background-color: #e8f0fe;
        padding: 15px 20px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 15px;
    }
    .icon-box img {
        width: 22px;
        height: 22px;
    }

    /* Color variations */
    .blue { background-color: #e8f0fe; color: #1a4d8f; }
    .orange { background-color: #fde9db; color: #d66b00; }
    .green { background-color: #dff3ea; color: #2c7a57; }
    .light-green { background-color: #eef8e8; color: #537b30; }
  .stats-section {
        text-align: center;
        padding: 60px 20px;
    }

    .stats-section h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .stats-section h3 {
        font-size: 18px;
        font-weight: normal;
        color: #6b7a35;
        margin-bottom: 15px;
    }

    .stats-section p {
        font-size: 16px;
        max-width: 700px;
        margin: 0 auto 40px;
        color: #555;
    }

    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
		margin: 0px auto;
        max-width: 1220px;
    }

    .stat-box {
        position: relative;
        background-size: cover;
        background-position: center;
        border-radius: 8px;
        overflow: hidden;
        height: 183px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #fff;
    }

    .stat-box::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    .stat-number {
        font-size: 32px;
        font-weight: bold;
        z-index: 2;
        transition: font-size 0.3s ease;
    }

    .stat-text {
        position: absolute;
        bottom: 20px;
        opacity: 0;
        transform: translateY(20px);
        font-size: 14px;
        z-index: 2;
        transition: opacity 0.4s ease, transform 0.4s ease;
    }

    .stat-box:hover .stat-number {
        font-size: 22px;
        top: 30%;
    }

    .stat-box:hover .stat-text {
        opacity: 1;
        transform: translateY(0);
    }

    @media (max-width: 992px) {
        .stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .stats-grid {
            grid-template-columns: 1fr;
        }
    }
/*end css*/



/*faq css*/
.faqContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}


.masterFaqBox {
  gap: 1rem;
  width: 100%;
  margin: 2rem;
  display: flex;
  justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.masterSubFaqBox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 60rem;
}

.masterFaqBox .panel {
  display: none;
}



.faqCard {
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  flex-direction: column;
  cursor: pointer;
}


.subFaqFaqBox {
  /* background-color: #f8f6f5;
  border-radius: 10px; */
  border-bottom: 1px solid #929292;
  font-family: 'Poppins', sans-serif;
  /*gap: 1rem;*/
  font-weight: 400 !important;
  padding: 1rem;
  font-size:19.2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
span.faqQuestion {
    width: 100%;
}

.faqHeading {
  margin: 1rem 0;
  text-align: center;
  font-family: Poppins;
  font-size: var(--components-heading-font-size);
  font-weight: 700;
}


.faqSubHeading {
  font-size: var(--paragraph-font-size);
  font-weight: normal;
  text-align: center;
  font-family: Poppins;
}

.faqReadMoreBtn {
  border-radius: 38px;
  background: var(--purple);
  color: white;
  font-weight: 600;
  padding: 1rem 2rem;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  line-height: 107%;
  margin: 26px auto;
  display: table;
}

.faqReadMoreBtn:hover {
  background: var(--purpleHover);
}
.panel {
  background-color: transparent;
  font-family: 'Poppins';
  display: none;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  transition: max-height 0.2s ease-out;
  padding: 1rem;
  background: #f8f6f5;
  margin-top: 10px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;

  position: relative;
  animation: fadeInAnimation ease 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.panel.active-faq {
  display: block;
}

.toggle-symbol {
  padding:3px 6px!important;
  border-radius: 50%;
  background: #9b9b9b;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
}
/*location css*/

 #global-office-wrapper {
      padding: 60px 20px 60px;
      text-align: center;
      background:#EFF4F3;
      color: #000;
    }

    #global-office-wrapper  h2  {
      color: #000;
      text-align: center;
	  font-family: Poppins;
	  margin:0px 0px 30px;
	  font-size: 36px;
	  font-style: normal;
	  font-weight: 700;
	  
    }
   div.office-grid a {
    text-decoration: none;
    color: #000;
}
    .office-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
    }
    .office-icon img {
    padding: 20px;
	display:block;
	margin:0px auto;
    border-radius: 20px;
    background: #fff;
    max-width: 130px;
}


    .office-card {
      background-dcolor: #fff;
      padding: 20px;
      width: 260px;
      transition: transform 0.3s ease;
    }

    .office-card:hover {
      transform: translateY(-5px);
    }

    .office-icon {
      font-size: 48px;
      margin-bottom: 15px;
    }

    .office-title {
      margin: 10px 0;
      font-size: 20px;
      font-weight: 600;
    }

    .office-address {
      font-size: 16px;
      line-height: 1.5;
      margin: 0;
    }

    @media (max-width: 768px) {
      .office-card {
        width: 90%;
      }
    }
/*end css*/
/*get in touch*/
section#ft-get_touch {
  position: relative;
}

.sub_get_touch {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2rem;
  padding: 2rem;
}

.get-touch-img img {
  /* position: absolute;
  top: -200px; */
  max-width: 150px;
  margin: auto;
}

.ft-get_column {
  width: 48%;
}

.get-touch-img h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

.get-touch-img h4 {
  font-size: var(--paragraph-font-size);
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.get-touch-img p {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  color: #fff;
}

.form-content h3 {
  font-size: var(--components-heading-font-size);
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.form-content h4 {
  font-size: var(--paragraph-font-size);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-weight: normal;
  margin: 1rem 0;
}



.popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding: 40px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}



/* Popup image */
.popup-content {
  margin: auto;
  display: block;
  width: 80%;
  border-radius: 10px;
}

/* Caption of popup image */
.popup-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}


.close {
  /* position: absolute; */
  position: fixed;
  bottom: 15px;
  right: 24px;
  color: #fff;
  font-size: 40px;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .close {
    /* position: absolute; */
    position: fixed;
    bottom: 50px;
    right: 5rem;
    color: #fff;
    font-size: 40px;
    transition: 0.3s;
  }

  .seoHero {
    padding: 5rem 2rem 2rem 1rem !important;
  }

}

/* Add animation */
@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The close button */

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* ================================================================= */


.answerBox {
  margin: 0 1rem;
  font-size: 1rem;
  line-height: 30px;
}



/* ========================== */

@media (max-width: 1200px) {
  .codeEthicsArrow {
    display: none;
  }

  .maxiRoiImgParaBox {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}


@media (max-width: 768px) {

  .marketing-service ul {
    margin: 1rem 0;
  }

  .maxiRoiSubCont {
    padding: .5rem;
  }

  .embeddedVid {
    width: 100%;
  }

  .faqQuestion {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    font-family: 'Poppins';
  }

  .asSeenOn .asSeenOnHeading {
    font-size: 2rem;
  }

  section#O_h_c-sc {
    display: block !important;
  }

  .column_1 {
    padding: 0px 10px;
    width: 100% !important;
    margin: 0px 0px 20px;
  }

  .hero4cards>div:nth-child(-n+3) {
    border-right: none;
  }

  .hero4cards {
    background-color: transparent;
  }

  .asSeenOnRow1 img {
    width: 100px;
  }

  .asSeenOnRow2 img {
    width: 60px;
  }
.ulBoxOfCoverageSection {
    gap: 0;
  }

  .code-of-ethics-para {
    flex-wrap: wrap;
    justify-content: center;
  }

  .freeTrialHeading {
    font-size: 25px;
    padding: 0;
  }

  .getURanked {
    flex-direction: column;
  }
.getReadyToDisSubCont {
    flex-direction: column;
    gap: 0;
  }

  .getReadyToDisImage2 {
    display: block!important;
    margin: 2rem auto;
    width: 8rem;
  }

  .getReadyToDisSubHeading {
    margin-top: 0px;
  }

  .getReadyToDisHeading {
    font-size: 33px;
  }

  .getReadyToDisImage1 {
    display: none;
  }

  .getReadyToDisRight {
    max-width: 100%!important;
  }

  /* =============== prons*/




  .pronsSubCont {
    flex-direction: column;
    gap: 0;
  }

  .pronsImage2 {
    display: block;
    margin: 2rem auto;
  }

  .pronsSubHeading {
    margin-top: 0px;
  }

  .pronsHeading {
    font-size: 33px;
  }

  .pronsImage1 {
    display: none;
  }

  .pronsRight {
    max-width: 100%;
  }
.code-of-ehins1 .icon-left1 {
    width: 100%;
    gap: 0rem;
}



  /* ==================== */


  .getaFreePageAuditSubCont {
    display: flex;
    justify-content: center;
    padding: 2rem;
    gap: 4rem;
    flex-direction: column;
  }

  .siteOptimizeCard {
    gap: 8px;
  }

  .getaFreePageAuditHeading {
    font-size: 28px;
    text-align: center;
  }

  .siteOptimizeCard .siteOptiIconBox {
    display: flex;
    align-items: start;
    justify-content: center;
  }

  .siteOptimizeCardHeading {
    font-size: 18px;
  }


  .getaFreePageAuditSubCont {
    gap: 2rem;
    padding: 2rem 1rem;
  }

  .archery {
    display: none;
  }

  .code-of-ehins1 {
    flex-direction: column;
    gap: 0;
  }

  .code-of-ehins1 .icon-left1 {
    width: 100%;
    padding: 1rem;
  }


  .code-of-ehins-section1 div {
    font-size: 33px;
    line-height: 40px;
    text-align: center;
  }

  .siteOptimizeMainHeading {
    font-size: 33px;
  }

  .code-of-ehins-section1 p {
    text-align: center;
  }

  .consultationBox {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .seo-service ul span p.forBoxSize {
    height: 7rem;
  }



}

@media (max-width: 480px) {

  .hero__bg.style-1 .gradient-3 {
    top: 56vw;
  }

  .hero__bg.style-1 .gradient-2 {
    top: 66vw;
    left: 56vw;
  }

  .hero__bg.style-1 .gradient-1 {
    top: 50vw;
  }

  .asSeenOn .asSeenOnHeading {
    font-size: 1.5rem;
  }

  .column-review-full h1 {
    font-size: 2.5rem;
    line-height: 36px;
  }

  .review-home-section1 h2 {
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }

  .review-home-section1 {
    padding: 60px 0px 60px;
  }

  .container.cont-review2 h2 {
    font-size: 2.5rem;
  }

  .container.cont-review2 p {
    margin: 10px 0px 80px;
  }

  .seoHero .seoHeading {
    margin-top: 2rem !important;
    line-height: 36px;
  }


  .asSeenOnRow1 img {
    width: 80px;
  }

  .asSeenOnRow2 img {
    width: 50px;
  }

  .whiteBox {
    padding: 1rem;
  }
}


@media (min-width: 768px) {

  .answerBox {
    margin: 0 1rem 2rem 1rem;
    font-size: 24px;
  }

  /*.seoHero {
    padding: 2rem;
  }*/

  .seoHero .seoHeading {
    font-size: 5rem;
    margin-top: -5rem;
  }

  .seoHero .seoSubHeading {
    font-size: 2rem;
  }

  .seoHero button {
    font-size: 1.2rem;
    padding: 1.2rem 3rem;
  }

  .close {
    /* position: absolute; */
    position: fixed;
    bottom: 50px;
    right: 5rem;
    color: #fff;
    font-size: 40px;
    transition: 0.3s;
  }


}


@media (min-width: 1024px) {

  .seoHero .seoSubHeading {
    font-size: 2.5rem;
  }

  .seoHero .seoHeading {
    font-size: 5rem;
    margin-top: 0rem;
  }

  .seoHero button {
    font-size: 16px;
    padding: 16px 38px;
  }
}



#ast-scroll-top {
  display: none;
}





/* ---------------------- */
.whatsAppDiv {
  position: fixed;
  bottom: 2.1rem;
  right: 2.1rem;
  z-index: 10;
}

.whatsAppDiv .whatsApp {
  background: #25d366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
    padding: .8rem;
}

.whatsAppDiv .whatsApp svg {
  color: #ffffff;
  fill: #ffffff;
  height: 2.8rem;
  width: 2.8rem;
}
.copyright-text {
    background-color: #000;
    padding: 10px 0px;
}
.copyright-text p {
    text-align: center;
    color: #fff;
}
/*testimonials*/
#testimonials{
    background-image: url("https://whitebunnie.com/wp-content/uploads/2025/08/testimonials-banner.png");
}
/* ---------------------- */


@media (max-width: 480px) {

  .whatsAppDiv .whatsApp {
      padding: .6rem;
  }
  
  .whatsAppDiv .whatsApp svg {
    height: 2.1rem;
    width: 2.1rem;
  }

}
        .container-flex {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                align-items: center;
			    max-width:1200px;
			    margin:0px auto;
                padding: 20px;
                justify-content: center;
            }
.FEATURED-IN1 h2 {
    font-size: 32px;
    text-align: center;
}
        .column-flex {
            
            flex: 1 1 calc(25% - 20px); 
            
        }
    .column-flex img {
    max-width: 150px;
    margin: 0px auto;
}
        }

        @media (max-width: 992px) {
            .column-flex {
                flex: 1 1 calc(50% - 20px); 
            }
        }

        @media (max-width: 600px) {
            .column-flex {
                flex: 1 1 46%; /* 1 column-flex on small screens */
           }
			.column-flex img {
				max-width:120px;
			}
        }
    </style>