* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  /* font-size: 62.5%; */
  scroll-behavior: smooth;
}

:root {
  --primary-color: #13297A;
  --secondary-color: #FC6049;
  --blue-color: #13297A;
  --orange-color: #FC6049;
  --border-color: #EAEAEA;
  --gray-color: #F9F9F9;
  --white-color: #FFFFFF;
  --row-gap: 2.5rem;
}

body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 576px;
  margin: 0 auto;
  border: 2px solid black;
  overflow: hidden;
  /* Ensure no overflow */
  position: relative;
}

section {
  margin: 30px 0 !important;
}


a {
  text-decoration: none;
}

#hero {
  width: 100%;
  height: 200px;
  background-image: url(../images/logo.png);
  background-position: center 14px;
  background-repeat: no-repeat;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  background-size: 80% auto;
  margin: 0 !important;
}

#profile {
  position: relative;
  text-align: center;
  margin: 0 !important;
}

.profilePic {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-image: url(../images/ankit.PNG);
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.mobiles {
  display: flex;
  align-items: center;
}

.linkedin-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #0077B5;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.linkedin-btn img {
  width: 30px;
  height: 30px;
}

.mobiles a {
  margin: 8px 0 !important;
}

#profileData {
  margin-top: 110px;
  text-align: center;
}

#contacts {
  text-align: center;
}

.cont {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 13px 17px;
  margin: 10px;
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
}



.scont {
  display: inline-block;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
  color: var(--primary-color);
  font-weight: 500;
  width: 100%;
  padding: 20px;
}

.cont i {
  margin-right: 10px;
}

.rightArrow {
  float: right;
}

#contactsData {
  color: var(--primary-color);
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}

#contactsData a {
  display: block;
  color: var(--primary-color);
  display: flex;
  text-align: left;
  align-items: center;
}

#contactsData i {
  color: var(--secondary-color);
  width: 14%;
  text-align: center;
}

#contactsData span {
  width: 80%;
}

.profileData h2 {
  color: brown;
}

.profileData h3 {
  color: var(--secondary-color);
}

.social-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.instagram {
  background-color: #E4405F;
}

.facebook {
  background-color: #1877F2;
}

.website {
  background-color: #333;
}

.google {
  background-color: #DB4437;
}

.social-button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

.contact-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 24px;
  color: white;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.call {
  background-color: #28A745;
}

/* Green */
.location {
  background-color: #FF5733;
}

/* Red-Orange */
.mail {
  background-color: #007BFF;
}

/* Blue */
.whatsapp {
  background-color: #25D366;
}

/* WhatsApp Green */

.contact-button:hover {
  transform: scale(1.1);
  opacity: 0.8;
}



/* Individual buttons */
.button {
  flex: 1;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  color: white;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share {
  background-color: #007BFF;
}

/* Blue */
.save {
  background-color: #28A745;
}

/* Green */

.button i {
  margin-right: 10px;
}

/* Hover effect */
.button:hover {
  opacity: 0.8;
}



.button {
  flex: 1;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: white;
  border: none;
}

.share {
  background-color: var(--primary-color);
}

.save {
  background-color: var(--secondary-color);
}

/* Make buttons more interactive */
.button:hover {
  opacity: 0.8;
}

#lastBtn {
  margin: 0 !important;
}

.fixed-buttons {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  /* Ensure it fits all screen sizes */
  max-width: 576px;
  /* Keep the max-width for larger screens */
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  /* Reduce padding for smaller screens */
  font-size: 16px;
  /* Reduce font size for better fit */
  font-weight: bold;
  text-decoration: none;
  color: white;
  border: none;
}

/* Adjust spacing for very small screens */
@media (max-width: 400px) {
  .button {
    font-size: 14px;
  }
}


.button i {
  display: flex;
  /* Ensures icon aligns properly */
  align-items: center;
}

.share {
  background-color: var(--primary-color);
}

.save {
  background-color: var(--secondary-color);
}

.button:hover {
  opacity: 0.8;
}

.inContainer {
  width: 88%;
  margin: 0 auto;
}

.main-title {
  display: inline-block;
  font-size: 24px;
  color: var(--primary-color);
  text-align: center;
  border-bottom: 2px solid var(--secondary-color);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.heading {
  border-bottom: 2px solid var(--secondary-color);
  ;
  display: block;
  text-align: center;
  /* This won't work alone */
  width: fit-content;
  /* Ensures width is only as much as needed */
  margin: 0 auto;
  /* Centers the heading */
  padding-bottom: 5px;
  color: var(--primary-color);
  font-size: 30px;
  margin-bottom: 20px;
}


hr {
  width: 100px;
  border-bottom: 2px solid var(--secondary-color);
  margin: 5px 0 16px 0;
}

#work ul {
  margin-left: 50px;
}

#work ul li {
  margin: 10px 0;
}

#work p {
  text-align: center;
  margin: 10px 0;
}

.postImg {
  width: 100%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  border-radius: 20px;
}

#post img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
}

.review-section {
  text-align: center;
  padding: 50px 0px;
}

.profileData h2 {
  margin-bottom: 8px;
  padding-top: 86px;
}

.swiper {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.review-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  margin: 16px;
  min-height: 250px;
}



.review-card img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.review-card h3 {
  margin: 12px 0;
}

.rating {
  margin: 12px 0;
}

.review-card p {
  color: #555;
  font-size: 16px;
}

/* Swiper Custom Styling */
.swiper-button-next,
.swiper-button-prev {
  color: black;
  top: 32%;
  margin: 6px;
}

.swiper-pagination-bullet {
  background-color: black;
}

.rating .yellow {
  color: rgb(218, 160, 14);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

.google-button {
  display: block;
  margin: 15px auto;
  width: 87%;
  max-width: 270px;
  padding: 10px 10px 10px 50px;
  border: 2px solid #00a0dc;
  border-radius: 50px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #00a0dc;
  background: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512.png) no-repeat left 20px center / 40px 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: wiggle 2s ease-in infinite;
  -moz-animation: wiggle 2s ease-in infinite;
  -o-animation: wiggle 2s ease-in infinite;
  animation: wiggle 2s ease-in infinite;
}

.google-button:hover {
  color: #ffffff;
  background-color: #00a0dc;
  background-image: url(https://cdn2.hubspot.net/hubfs/1961464/Support%20images/new-google-favicon-512-white.png);
}

.google-button strong {
  font-size: 18px;
  display: block;
}


@-webkit-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@-moz-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@-o-keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

@keyframes wiggle {

  0%,
  20%,
  100% {
    background-position: left 20px center;
  }

  5% {
    background-position: left 15px center;
  }

  10% {
    background-position: left 20px center;
  }

  15% {
    background-position: left 25px center;
  }
}

.reviews_section .content_block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 2rem 2rem 0 2rem;
}

.reviews_section .content {
  padding: 4rem 5rem;
  border-radius: 0 5rem 0 5rem;
  border: 0.3rem dotted var(--border-color);
  position: relative;
  text-align: center;
  z-index: 1;
}

.reviews_section .content>.img_box:first-of-type {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  overflow: hidden;
  width: 7rem;
  height: 7rem;
}

.reviews_section .content>span {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  background-color: var(--white-color);
  display: block;
  height: calc(40% - 0.3rem);
  width: calc(30% - 0.3rem);
  text-align: left;
  z-index: -1;
}

.reviews_section .content>span>i {
  color: var(--orange-color);
  font-size: 2.5rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
  transform: translate(-50%, -50%);
  opacity: 0.1;
}

.reviews_section .content>span:last-child {
  top: auto;
  left: auto;
  right: -0.5rem;
  bottom: -0.5rem;
}

.reviews_section .content>span:last-child>i {
  color: var(--blue-color);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

.reviews_section .img_box {
  width: 8rem;
  margin: 1rem auto;
}

.reviews_section h4 {
  color: var(--blue-color);
  margin: 1rem 0;
}

.reviews_section .orange_divider+p {
  max-width: 50rem;
  margin: 0 auto;
  line-height: 25px;
}

/* .reviews_section .status {
  margin-bottom: 1rem;
}
.reviews_section .status span:first-child {
  color: var(--orange-color);
}
.reviews_section .status span:last-child {
  color: var(--secondary-gray);
  font-size: 1.2rem;
} */
.reviews_pagination {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}

.swiper-pagination-bullet {
  height: 0.6rem;
  width: 0.6rem;
}

.swiper-pagination-bullet-active {
  background-color: var(--orange-color);
  height: 0.6rem;
  width: 0.6rem;
  /* height: 1rem;
  width: 1rem; */
}

.reviews_section .content {
  padding: 1rem;
  border-radius: 0 5rem 0 5rem;
  border: 0.3rem dotted var(--border-color);
  position: relative;
  text-align: center;
  z-index: 1;
}

.img_box img {
  width: 100%;
  height: 100%;
}

.placement img {
  width: 100%;
}

.postImg img {
  object-fit: cover;
  height: 90%;
  /* Adjust to hide the last line */
  overflow: hidden;
  clip-path: inset(0px 0px 30px 0px);
}

.postImg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  /* Adjust height */
  background: white;
  /* Or match your background color */
}


@media screen and (max-width: 425px) {
  #hero {
    height: 200px;
  }
}

@media screen and (min-width: 425px) {
  #hero {
    height: 240px;
  }
}

@media screen and (min-width: 768px) {
  #hero {
    height: 240px;
  }
}