*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Header */
#testimonial-main-header{
    height: 300px;
    width: 100%;
    background: #121216;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#testimonial-header-inner{
    width: 90%;
    display: flex;
    flex-direction: column;
    color: white;
    height: 200px;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
}
#testimonial-header-inner h1{
    font-size: 55px;
    font-weight: 900;
    color: #08C2FF;
    width: 100%;
    text-align: left;
}
#testimonial-header-inner p{
    font-size: large;
    font-weight: 400;
     width: 100%;
    text-align: left;
}
@media (max-width: 600px){
#testimonial-header-inner h1{
    font-size: 50px;}
}
/* Clutch Review */
#Clutch-review-main-contaier{
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#Clutch-review-inner-contaier{
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Clutch-review-top-contaier{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Clutch.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    align-items: center;
}
#Clutch-review-top-contaier h2{
    font-size: 50px;
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
#Clutch-review-top-contaier{
    background: none;
}
}
@media (max-width: 600px){
#Clutch-review-top-contaier h2 {
    font-size: 40px;
}
}
#Clutch-review-bottom-contaier {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Clutch-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.Clutch-swiper-slide {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 330px;
  height: 250px;
  flex-shrink: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
}
.Clutch-swiper-slide-top{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content:left;
    align-items: center;
    gap: 20px;
}
.Clutch-swiper-slide-top p{
    font-size: large;
    color: #121216;
    margin: 0;
}
.Clutch-swiper-slide-top img{
    height: 60%;
    width: auto;
    object-fit: contain;
}
.Clutch-swiper-slide-medium{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Clutch-swiper-slide-medium p{
    font-size: small;
    color: #000;
    text-align: left;
}
.Clutch-swiper-slide-bottom{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Clutch-swiper-slide-bottom p{
    font-size: small;
    color: #333;
    text-align: left;
    width: 100%;
}
/* Navigation buttons */
.Clutch-swiper-button-prev,
.Clutch-swiper-button-next {
    color: #333;
}
/* Pagination dots */
.Clutch-swiper-pagination .swiper-pagination-bullet {
    background: #333;
}


/* Goodfirms Review */
#Goodfirms-review-main-contaier {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#Goodfirms-review-inner-contaier {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Goodfirms-review-top-contaier {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Goodfirms.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    align-items: center;
}
#Goodfirms-review-top-contaier h2 {
    font-size: 50px;
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px) {
    #Goodfirms-review-top-contaier {
        background: none;
    }
}
@media (max-width: 600px) {
    #Goodfirms-review-top-contaier h2 {
        font-size: 40px;
    }
}
#Goodfirms-review-bottom-contaier {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Goodfirms-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.Goodfirms-swiper-slide {
    background: whitesmoke;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 330px;
    height: 250px;
    flex-shrink: 0;
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 1.2rem;
    font-weight: bold;
}
.Goodfirms-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
.Goodfirms-swiper-slide-top p {
    font-size: large;
    color: #121216;
    margin: 0;
}
.Goodfirms-swiper-slide-top img {
    height: 60%;
    width: auto;
    object-fit: contain;
}
.Goodfirms-swiper-slide-medium {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Goodfirms-swiper-slide-medium p {
    font-size: small;
    color: #000;
    text-align: left;
}
.Goodfirms-swiper-slide-bottom {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Goodfirms-swiper-slide-bottom p {
    font-size: small;
    color: #333;
    text-align: left;
    width: 100%;
}
/* Navigation buttons */
.Goodfirms-swiper-button-prev,
.Goodfirms-swiper-button-next {
    color: #333;
}
/* Pagination dots */
.Goodfirms-swiper-pagination .swiper-pagination-bullet {
    background: #333;
}


/* Sitejabbar Review */
#Sitejabbar-review-main-contaier{
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#Sitejabbar-review-inner-contaier{
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#Sitejabbar-review-top-contaier{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/SiteJabbar.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    align-items: center;
}
#Sitejabbar-review-top-contaier h2{
    font-size: 50px;
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #Sitejabbar-review-top-contaier{
    background: none;
  }
}
@media (max-width: 600px){
  #Sitejabbar-review-top-contaier h2 {
    font-size: 40px;
  }
}
#Sitejabbar-review-bottom-contaier {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sitejabbar-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.Sitejabbar-swiper-slide {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 330px;
  height: 250px;
  flex-shrink: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
}
.Sitejabbar-swiper-slide-top{
    height: 40px;
    width: 100%;
    display: flex;
    justify-content:left;
    align-items: center;
    gap: 20px;
}
.Sitejabbar-swiper-slide-top p{
    font-size: large;
    color: #121216;
    margin: 0;
}
.Sitejabbar-swiper-slide-top img{
    height: 60%;
    width: auto;
    object-fit: contain;
}
.Sitejabbar-swiper-slide-medium{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sitejabbar-swiper-slide-medium p{
    font-size: small;
    color: #000;
    text-align: left;
}
.Sitejabbar-swiper-slide-bottom{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Sitejabbar-swiper-slide-bottom p{
    font-size: small;
    color: #333;
    text-align: left;
    width: 100%;
}
/* Navigation buttons */
.Sitejabbar-swiper-button-prev,
.Sitejabbar-swiper-button-next {
    color: #333;
}
/* Pagination dots */
.Sitejabbar-swiper-pagination .swiper-pagination-bullet {
    background: #333;
}


/* Trustpilot Review */
#trustpilot-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#trustpilot-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#trustpilot-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/TrustPilot.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    align-items: center;
}
#trustpilot-review-top-container h2 {
    font-size: 50px;
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #trustpilot-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #trustpilot-review-top-container h2 {
    font-size: 40px;
  }
}
#trustpilot-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trustpilot-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.trustpilot-swiper-slide {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 330px;
  height: 250px;
  flex-shrink: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
}
.trustpilot-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
.trustpilot-swiper-slide-top p {
    font-size: large;
    color: #121216;
    margin: 0;
}
.trustpilot-swiper-slide-top img {
    height: 60%;
    width: auto;
    object-fit: contain;
}
.trustpilot-swiper-slide-medium {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trustpilot-swiper-slide-medium p {
    font-size: small;
    color: #000;
    text-align: left;
}
.trustpilot-swiper-slide-bottom {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.trustpilot-swiper-slide-bottom p {
    font-size: small;
    color: #333;
    text-align: left;
    width: 100%;
}
/* Navigation buttons */
.trustpilot-swiper-button-prev,
.trustpilot-swiper-button-next {
    color: #333;
}
/* Pagination dots */
.trustpilot-swiper-pagination .swiper-pagination-bullet {
    background: #333;
}


/* Tech Behemoths Review */
#techbehemoths-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#techbehemoths-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#techbehemoths-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Tech-Behamoth.png);
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: border-box;
    align-items: center;
}
#techbehemoths-review-top-container h2 {
    font-size: 50px;
    color: black;
    font-weight: 900;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #techbehemoths-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #techbehemoths-review-top-container h2 {
    font-size: 40px;
  }
}
#techbehemoths-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.techbehemoths-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.techbehemoths-swiper-slide {
  background: whitesmoke;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 330px;
  height: 250px;
  flex-shrink: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: bold;
}
.techbehemoths-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
.techbehemoths-swiper-slide-top p {
    font-size: large;
    color: #121216;
    margin: 0;
}
.techbehemoths-swiper-slide-top img {
    height: 60%;
    width: auto;
    object-fit: contain;
}
.techbehemoths-swiper-slide-medium {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.techbehemoths-swiper-slide-medium p {
    font-size: small;
    color: #000;
    text-align: left;
}
.techbehemoths-swiper-slide-bottom {
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.techbehemoths-swiper-slide-bottom p {
    font-size: small;
    color: #333;
    text-align: left;
    width: 100%;
}
/* Navigation buttons */
.techbehemoths-swiper-button-prev,
.techbehemoths-swiper-button-next {
    color: #333;
}
/* Pagination dots */
.techbehemoths-swiper-pagination .swiper-pagination-bullet {
    background: #333;
}

/* glassdoor Review */
#glassdoor-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#glassdoor-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#glassdoor-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/glassdoor.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}
#glassdoor-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #glassdoor-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #glassdoor-review-top-container h2 {
    font-size: 36px;
  }
}
#glassdoor-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glassdoor-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.glassdoor-swiper-slide {
  background: whitesmoke;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}
.glassdoor-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.glassdoor-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}
.glassdoor-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}
.glassdoor-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.glassdoor-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}
.glassdoor-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.glassdoor-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}
/* Navigation buttons */
.glassdoor-swiper-button-prev,
.glassdoor-swiper-button-next {
    color: #222;
}
/* Pagination dots */
.glassdoor-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}


/* Facebook Review */
#facebook-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff; 
    justify-content: center;
    align-items: center;
}
#facebook-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#facebook-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Facebook-Review.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}
#facebook-review-top-container h2 {
    font-size: 48px;
    color: #000; 
    font-weight: 800;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #facebook-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #facebook-review-top-container h2 {
    font-size: 36px;
  }
}
#facebook-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.facebook-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.facebook-swiper-slide {
  background: whitesmoke;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}
#profile-container{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
#profile-container img{
    height: 100%;
    width: auto;
    border-radius: 50%;
    object-fit: contain;
}
#profile-container span{
    margin: 0;
    font-size: medium;
    color: #000;
    font-weight: 600;
}
#fb-message-container{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fb-message-container p{
    margin: 0;
    font-size: small;
    color: black;
}
#fb-bottom-container{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
#fb-bottom-container img{
    height: 70%;
    width: auto;
    object-fit: contain;
}
#fb-bottom-container p{
    font-size: small;
    color: gray;
    margin: 0;
}
#fb-bottom-container p span{
    color: 1877f2;
}
/* Navigation buttons */
.facebook-swiper-button-prev,
.facebook-swiper-button-next {
    color: #121216;
}
/* Pagination dots */
.facebook-swiper-pagination .swiper-pagination-bullet {
    background: #121216;
}


/* Google Review */
#google-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#google-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#google-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/google-reviews.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}
#google-review-top-container h2 {
    font-size: 48px;
    color: #000; 
    font-weight: 800;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #google-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #google-review-top-container h2 {
    font-size: 36px;
  }
}
#google-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.google-swiper-slide {
  background: whitesmoke;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}
#profile-container{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
#profile-container img{
    height: 100%;
    width: auto;
    border-radius: 50%;
    object-fit: contain;
}
#profile-container span{
    margin: 0;
    font-size: large;
    color: #4285F4;
    font-weight: 600;
}
#google-message-container{
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#google-message-container p{
    margin: 0;
    font-size: small;
    color: black;
}
#google-bottom-container{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}
#google-bottom-container img{
    height: 70%;
    width: auto;
    object-fit: contain;
}
#google-bottom-container p{
    font-size: small;
    color: gray;
    margin: 0;
}
#google-bottom-container p span{
    color: #4285F4;
}
/* Navigation buttons */
.google-swiper-button-prev,
.google-swiper-button-next {
    color: #121216;
    
}
/* Pagination dots */
.google-swiper-pagination .swiper-pagination-bullet {
    background: #121216;
}


/* capterra Review */
#capterra-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#capterra-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#capterra-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Capterra.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}
#capterra-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #capterra-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #capterra-review-top-container h2 {
    font-size: 36px;
  }
}
#capterra-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.capterra-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.capterra-swiper-slide {
  background: whitesmoke;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}
.capterra-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.capterra-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}
.capterra-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}
.capterra-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.capterra-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}
.capterra-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.capterra-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}
/* Navigation buttons */
.capterra-swiper-button-prev,
.capterra-swiper-button-next {
    color: #222;
}
/* Pagination dots */
.capterra-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}


/* g2 Review */
#g2-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}
#g2-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#g2-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/G2.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
    position: relative;
    bottom: 10px;
}
#g2-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}
@media (max-width: 991px){
  #g2-review-top-container {
    background: none;
  }
}
@media (max-width: 600px){
  #g2-review-top-container h2 {
    font-size: 36px;
  }
}
#g2-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g2-swiper-container {
    width: 90%;
    max-width: 1200px;
}
.g2-swiper-slide {
  background: whitesmoke;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  width: 320px;
  height: 240px;
  flex-shrink: 0;
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
}
.g2-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}
.g2-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}
.g2-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}
.g2-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}
.g2-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}
.g2-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.g2-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}
/* Navigation buttons */
.g2-swiper-button-prev,
.g2-swiper-button-next {
    color: #222;
}
/* Pagination dots */
.g2-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}



/* DesignRush Review */
#designrush-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#designrush-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#designrush-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/designrush.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}

#designrush-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #designrush-review-top-container {
        background: none;
    }
}

@media (max-width: 600px) {
    #designrush-review-top-container h2 {
        font-size: 36px;
    }
}

#designrush-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designrush-swiper-container {
    width: 90%;
    max-width: 1200px;
}

.designrush-swiper-slide {
    background: whitesmoke;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.designrush-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.designrush-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}

.designrush-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}

.designrush-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.designrush-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}

.designrush-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designrush-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}

/* Navigation buttons */
.designrush-swiper-button-prev,
.designrush-swiper-button-next {
    color: #222;
}

/* Pagination dots */
.designrush-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}


/* Sortlist Review */
#sortlist-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#sortlist-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sortlist-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Sort\ List.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}

#sortlist-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #sortlist-review-top-container {
        background: none;
    }
}

@media (max-width: 600px) {
    #sortlist-review-top-container h2 {
        font-size: 36px;
    }
}

#sortlist-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sortlist-swiper-container {
    width: 90%;
    max-width: 1200px;
}

.sortlist-swiper-slide {
    background: whitesmoke;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.sortlist-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.sortlist-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}

.sortlist-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}

.sortlist-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.sortlist-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}

.sortlist-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sortlist-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}

/* Navigation buttons */
.sortlist-swiper-button-prev,
.sortlist-swiper-button-next {
    color: #222;
}

/* Pagination */
.sortlist-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}

/* TopDevelopers Review */
#topdevelopers-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#topdevelopers-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#topdevelopers-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Top\ Developers.png) no-repeat left 20px center;
    background-size: 20%;
    align-items: center;
    background-clip: border-box;
}

#topdevelopers-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #topdevelopers-review-top-container {
        background: none;
    }
}

@media (max-width: 600px) {
    #topdevelopers-review-top-container h2 {
        font-size: 36px;
    }
}

#topdevelopers-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topdevelopers-swiper-container {
    width: 90%;
    max-width: 1200px;
}

.topdevelopers-swiper-slide {
    background: whitesmoke;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.topdevelopers-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.topdevelopers-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}

.topdevelopers-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}

.topdevelopers-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.topdevelopers-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}

.topdevelopers-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topdevelopers-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}

/* Navigation buttons */
.topdevelopers-swiper-button-prev,
.topdevelopers-swiper-button-next {
    color: #222;
}

/* Pagination */
.topdevelopers-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}


/* LinkedIn Review */
#linkedin-review-main-container {
    height: 500px;
    width: 100%;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
}

#linkedin-review-inner-container {
    height: 95%;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#linkedin-review-top-container {
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(/Images/Linkeding-Badge.png) no-repeat left 20px center;
    background-size: contain;
    align-items: center;
}

#linkedin-review-top-container h2 {
    font-size: 48px;
    color: #222;
    font-weight: 800;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    #linkedin-review-top-container {
        background: none;
    }
}

@media (max-width: 600px) {
    #linkedin-review-top-container h2 {
        font-size: 36px;
    }
}

#linkedin-review-bottom-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkedin-swiper-container {
    width: 90%;
    max-width: 1200px;
}

.linkedin-swiper-slide {
    background: whitesmoke;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    width: 320px;
    height: 240px;
    flex-shrink: 0;
    display: flex;
    padding: 25px;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    font-size: 1.1rem;
    font-weight: 600;
    color: #111;
}

.linkedin-swiper-slide-top {
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.linkedin-swiper-slide-top p {
    font-size: 1.3rem;
    margin: 0;
}

.linkedin-swiper-slide-top img {
    height: 55%;
    width: auto;
    object-fit: contain;
}

.linkedin-swiper-slide-medium {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.linkedin-swiper-slide-medium p {
    font-size: small;
    color: #222;
    text-align: left;
    margin: 0;
}

.linkedin-swiper-slide-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.linkedin-swiper-slide-bottom p {
    font-size: 0.9rem;
    color: #666;
    text-align: left;
    width: 100%;
    margin: 0;
}

/* Navigation buttons */
.linkedin-swiper-button-prev,
.linkedin-swiper-button-next {
    color: #222;
}

/* Pagination dots */
.linkedin-swiper-pagination .swiper-pagination-bullet {
    background: #222;
}
