:root {
  --primary-color: #305669;
  --secondary-color: #9db1ba;
  --text-color: #fff;
  --button-color: #0cbe7e;
  --dark-blue-color: #3b3c4e;
}

* {
  text-decoration: none;
  font-family: "Poppins";
}

.welcome-section {
  background-image: url('../images/welcome-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
}

.act a {
  flex: auto;
  text-align: center;
  padding: 0.9rem 1rem;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}

.slideraction i {
  color: #ffad00;
}

.welcom-sec-image img {
     width: 100%;
    margin-top: -18px;
}

.slideraction ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  padding: 0;
  gap: 12px;
  margin-top: 1.5rem;
}

.slideraction ul li {
  flex: 47%;
  background: #fff;
  padding: 16px 10px;
  font-family: "Paytone One", sans-serif;
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  color: var(--primary-color);
  font-weight: 600;
}

.slideraction ul li a{
  text-decoration: none;
  color: var(--primary-color);
}

.black {
  background-color: var(--primary-color);
}

.blue {
  background-color: var(--primary-color);
}

.gradient {
  border: 1px solid var(--primary-color);
  border-radius: 12px;
  color: #fff;
}

/* welcome book sect */

.fs45 {
  font-size: 37px;
  font-weight: 600;
      color: #fff;
}

.fs18{
  color: #fff;
}

.fs22 {
  font-size: 22px;
  font-weight: 500;
}

.d-flex img {
  width: 30%;
}

.edu-items {
  padding: 50px 50px;
}

.edu-box {
  text-align: center;
  border-radius: 12px;
  padding: 12px;
  background-color: var(--primary-color);
  color: var(--text-color);
}

.edu-box img {
  width: 18%;
  filter: invert(1);
  margin-bottom: 12px;
}

.publication-section {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
}

.publication-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.publication-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.publication-section p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 40px;
}


.form-section-heading{
      color: var(--text-color);
}


.journals {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  text-align: left;
  justify-content: center;
}

.journals ul {
  list-style: none;
  padding: 0;
}

.journals li {
  font-size: 16px;
  color: #222;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}

.journals li::before {
  content: "✔";
  color: var(--primary-color);
  font-weight: bold;
  margin-right: 10px;
}

.deside {
  margin-left: auto;
  margin-right: auto;
}

.databases-section {
  background: var(--primary-color);
  padding: 60px 20px;
  text-align: center;
}

.databases-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.databases-section h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 40px;
}

.database-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.database-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.database-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.database-card p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.services-section {
  text-align: center;
  padding: 60px 20px;
  background-color: var(--primary-color);
}

.services-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 10px;
}

.services-section .subtitle {
  max-width: 700px;
  margin: 0 auto 40px;
  color: var(--text-color);
  font-size: 1rem;
}

.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

  height: 100%;
}

.service-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.service-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 25px;
  line-height: 1.5;
}

.service-card button {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
}

.service-card button:hover {
  background-color: var(--primary-color);
  color: #fff;
  opacity: 0.5;
}

/* Swiper navigation styling */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  display: none;
}

/* Base Section Styling */
.publication-help {
  background: #fff;
  color: #000;
  padding: 80px 0;
  font-family: "Poppins", sans-serif;
}

.publication-help .content {
  flex: 1;
}

.publication-help h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.publication-help p {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 550px;
}

.buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-outline {
  background: var(--primary-color);
  color: #fff;
}

.btn-outline:hover {
  background: #e6e6e6;
}

.btn-primary {
  background: var(--primary-color);
  color: #fff;
}

.btn-primary:hover {
  background: #1717a8;
}

.badges img {
  height: 100px;
  
}


.image img {
  border-radius: 12px;
}

.services-section,
.reviews-section {
  padding: 100px 100px;
  text-align: center;
}

.review-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px;
}

.reviews-section {
  padding: 50px 100px 50px 100px;
  text-align: center;
  margin: 0 auto;
  background: var(--primary-color);
  overflow: hidden;
}

.reviews-section h2 {
  color: #fff;
}

.reviews-section h2 span {
  background-color: var(--text-color);
  color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 5px;
}

.review-sect-content {
  color: var(--text-color);
}

.reviews-section p {
  font-size: 16px;
  color: #555;
  max-width: 900px;
  margin: 20px auto 40px;
}

.p-review p {
  color: #fff;
}

.review-sect-content h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
}

.reviews-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.review-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.review-header img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.review-info h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.review-info span {
  font-size: 13.7px;
  color: var(--primary-color);
}

.stars {
  color: #1cb74e;
  font-size: 18px;
  margin: 10px 0;
}

.rating {
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 5px;
}

.review-text {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--primary-color);
  border-top: 1px solid #eee;
  padding-top: 10px;
}

.process-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.left-box {
  flex: 1 1 35%;
  background: var(--primary-color);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
}

.left-box h2 {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}

.left-box h2 span {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-color);
}

.left-box p {
  font-size: 0.95rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  text-align: justify;
}

.process-buttons {
  display: block;
  justify-content: space-around;
  gap: 1rem;
}

.submit-btn,
.chat-btn {
  border: none;
  padding: 0.8rem 1.2rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  background-color: var(--text-color);
}

.submit-btn a {
  color: var(--primary-color);
  text-decoration: none;
}

.chat-btn a {
  color: var(--primary-color);
  text-decoration: none;
}

.right-box {
  flex: 1 1 60%;
}

.right-box h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.right-box .intro {
  color: #555;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: justify;
}

.steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.step {
  background: #f9f9f9;
  padding: 1rem;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 1px 6px rgb(28 87 106);
}

.icon {
  background: var(--primary-color);
  color: var(--text-color);
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
  min-width: 50px;
  text-align: center;
}

.content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.content p {
  font-size: 0.9rem;
  color: #555;
}

.portfolio-section {
  padding: 50px 50px;
}

.portfolio-content h1 {
  text-align: center;
  padding-bottom: 50px;
  font-weight: 600;
}

.portfolio-section .portfolio-inner .slick-active {
  filter: blur(4px);
}

/* .portfolio-section .portfolio-inner .carousel .slide .slick-slide.slick-active:nth-child(2) {
    filter: blur(0px);
} */

.portfolio-section .portfolio-inner .slick-current {
  filter: blur(0px);
}

.portfolio-section .portfolio-inner .slick-active:nth-child(2) {
  filter: blur(0px);
}

.portfolio-section .portfolio-inner .slick-active:hover {
  filter: blur(0px);
}

.portfolio-section .portfolio-inner .slick-active:last-child {
  filter: blur(0px);
}

.slick-initialized .slick-slide {
  display: block;
  padding: 12px;
}

.choose-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1200px;
  margin: 2rem auto;
  padding: 1rem;
  flex-wrap: wrap;
}

/* LEFT BOX */
.choose-left {
  flex: 1 1 30%;
  background: var(--primary-color);
  color: #fff;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}

.choose-left .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.choose-left h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
}

.choose-left p {
  font-size: 0.95rem;
}

.choose-left .underline {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 0.5rem 0 1rem;
}

.choose-left .desc {
  font-size: 0.9rem;
  margin-top: 1rem;
  color: #f2f2f2;
}

/* RIGHT BOX */
.choose-right {
  flex: 1 1 65%;
}

.choose-right h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.choose-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.choose-item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.choose-item .emoji {
  font-size: 1.3rem;
  flex-shrink: 0;
  color: var(--primary-color);
}

.choose-item p {
  font-size: 0.95rem;
  color: #333;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0.5rem 0;
}

.research-support {
  background: var(--primary-color);
  padding: 50px 50px;
}

.image-section img {
 
  border-radius: 10px;
  
}

.text-section {
  max-width: 600px;
}

.text-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 15px;
}

.text-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color);
  margin: 12px 0px 0px 12px;
}

.whatsapp p strong {
  text-decoration: none;
}

.research-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 15px;
}

.research-btn {
  background-color: #fff;
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.btn:hover {
  background-color: #333;
}

.research-contact {
  display: flex;
  gap: 25px;
  align-items: center;
}

.research-contact div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.research-contact img {
  width: 35px;
  height: 35px;
}

.research-contact p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
}

.whatsapp {
  display: flex;
  text-decoration: none;
}

.whatsapp strong {
  text-decoration: none;
}

.research-chat {
  display: flex;
  text-decoration: none;
}

.research-chat img {
  filter: invert(1);
}

/* FAQS Start */

.faqs {
  padding: 100px 100px;
 
}

.faqs-heading {
  text-align: center;
  padding-bottom: 20px;
}

.accordion-button {
  background-color: var(--primary-color);
  color: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
}

.flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
  border-radius: 6px;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button {
  border-radius: 6px;
  background-color: var(--primary-color);
  color: #fff;
}

.accordion-button::after {
  filter: invert(1);
}

.expertise-sect-one {
  padding: 50px 50px;
}

.expertise-heading {
  text-align: center;
}

.subject-content {
  text-align: center;
  margin-bottom: 25px;
}

.subject-box {
  text-align: center;
  background-color: var(--primary-color);
  color: #fff;
  padding: 17px 0px;
  box-shadow: rgb(99 99 99 / 57%) 0px 2px 8px 0px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
}

.expertise-cta-section {
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  padding: 60px 20px;
  margin-top: 30px;
}

/* Subheading Text */
.sub-text {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Main Heading */
.main-heading-cta {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  max-width: 900px;
  margin: 0 auto 30px;
}

/* Button Styles */
.cta-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-btn {
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #e6e6e6;
  transform: translateY(-2px);
}

.medical-reviews {
  background: #f9fcff;
  padding: 80px 20px;
  font-family: "Inter", sans-serif;
  color: #0f3d64;
}

.medical-reviews .container {
  max-width: 1200px;
  margin: 0 auto;
}

/* === Intro Section === */
.reviews-intro {
  max-width: 550px;
  margin-bottom: 40px;
}

.reviews-intro h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.reviews-intro p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

/* === Rating Boxes === */
.review-ratings {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 60px;
}

.rating-item {
  background: var(--primary-color);
  color: var(--text-color);
  padding: 15px 25px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  box-shadow: 0 2px 8px rgba(0, 40, 80, 0.08);
}

.stars {
  color: #1cb74e;
  font-size: 18px;
}

/* === Review Cards === */

.reviewer-card {
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 12px rgba(0, 30, 60, 0.15);
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.reviewer img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 20%;
}

.reviewer h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.verified {
  font-size: 13px;
  color: #c8e4f7;
  margin: 0;
}

.feedback {
  font-size: 14px;
  line-height: 1.6;
  color: #e7f6ff;
}

/* === Quality Aspects Section === */
.quality-aspects {
  background: #fff;
  padding: 80px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.quality-aspects .container {
  max-width: 1200px;
  margin: 0 auto;
}

.quality-aspects h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 50px;
}

/* === Grid Layout === */
.aspects-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

/* === Aspect Card === */
.aspect-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 50, 100, 0.08);
  border: 1px solid #eef3f6;
  transition: all 0.3s ease;
}

.aspect-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 80, 150, 0.15);
}

/* === Icon Circle === */
.aspect-icon {
  background: #fff;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--primary-color);
}

.aspect-icon img {
  width: 45px;
  height: 45px;
}

/* === Text === */
.aspect-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
}

.aspect-card p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
}

.authors-section {
  text-align: center;
  padding: 60px 20px;
}

.authors-section h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
}

.authors-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.author-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  padding: 20px 0;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.author-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
}

.author-card h3 {
  font-size: 18px;
  margin-bottom: 5px;
  color: var(--primary-color);
}

.author-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.author-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  padding: 10px 20px 0;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}

.author-footer span {
  color: var(--primary-color);
}

.resubmission-section {
  text-align: center;
  padding: 60px 20px;
}

.resubmission-section h2 {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}

.resubmission-content-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.resubmission-image-container img {
  width: 210px;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.resubmission-text-box {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 30px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  max-width: 550px;
}

.resubmission-text-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.handbook-section {
  background-color: var(--primary-color);
  padding: 100px 100px;
  color: #fff;
}

.handbook-section h2 {
  text-align: center;
  color: var(--text-color);
  font-size: 34px;
  margin-bottom: 40px;
}

.hb-step-box {
  margin-top: 25px;
}

.hb-icon-box {
  width: 45px;
  height: 45px;
  background-color: #00754a;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hb-icon-box img {
  width: 25px;
  height: 25px;
}

.hb-text h3 {
  font-size: 18px;
  color: var(--text-color);
  margin-bottom: 8px;
}

.hb-text h3 span {
  color: var(--primary-color);
  font-weight: 700;
  margin-right: 5px;
  background-color: #fff;
  padding: 6px 9px 6px 9px;
  border-radius: 7px;
}

.hb-text p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 1.6;
}

/* === Grid System === */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  width: 48%;
  margin-bottom: 30px;
}

/* === Step Box === */

.pricing-section {
  text-align: center;
  padding: 60px 20px;
}

.pricing-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.pricing-subtitle {
  font-size: 0.9rem;
  margin-bottom: 40px;
}

.pricing-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.pricing-card {
  color: #014434;
  border-radius: 10px;
  width: 300px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 2;
  border: 2px solid var(--primary-color);
}

.pricing-card ul li::marker {
  content: "\2713";
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
}

.pricing-card h3 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.pricing-card .tagline {
  background-color: #305669b3;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.85rem;
  margin-bottom: 15px;
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 15px;
  color: #000;
}

.pricing-card ul li {
  margin: 8px 0;
  font-size: 0.9rem;
  height: 2;
  padding-left: 9px;
}

.pricing-card button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s ease;
}

.pricing-card button a {
  color: #fff;
  text-decoration: none;
}

.whatsapp-cta-btn {
  color: var(--primary-color);
  text-decoration: none;
}

.whatsapp-cta-btn1 {
  background-color: var(--primary-color);
  text-decoration: none;
  color: #fff;
}

.pricing-card button:hover {
  background-color: var(--secondary-color);
}

/* ===== Save Time Section ===== */
.save-time-section {
  background-color: #305669b3;
  padding: 50px 20px;
  justify-content: center;
  border-bottom: 50px solid #fff;
}

.save-time-container {
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.save-time-image img {
  width: 180px;
}

.save-time-image {
  text-align: right;
}

.save-time-content {
  max-width: 600px;
}

.save-time-content p {
  font-size: 1rem;
  color: #000;
  line-height: 1.6;
  margin-bottom: 20px;
}

.save-btn-primary {
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.procedure-section {
  text-align: center;
  padding: 70px 20px;
  color: #014434;
}

.procedure-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
}

.procedure-section .subtitle {
  font-size: 1rem;
  color: #4a4a4a;
  margin-bottom: 50px;
  line-height: 1.6;
}

/* ===== Step Container ===== */
.procedure-steps-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.procedure-step-box {
  width: 240px;
  background: transparent;
  text-align: center;
}

.step-number {
  background-color: var(--primary-color);
  color: white;
  font-weight: 600;
  font-size: 1.1rem;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.procedure-step-box h3 {
  font-size: 1rem;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-weight: 700;
}

.procedure-step-box p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.6;
}

.reviewer-comments {
  text-align: center;
  padding: 60px 20px;
}

.reviewer-comments h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0f172a;
}

.intro h1 {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 500;
}

.card {
  background: white;
  border: 2px solid var(--primary-color);
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 12px;
}

.card:hover {
  border-color: #305669b3;
  background: #eff6ff;
  transform: translateY(-3px);
  margin-top: 12px;
}

.reviewer-btn {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.editing-process {
  text-align: center;
  padding: 60px 20px;
  background-color: var(--primary-color);
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: var(--text-color);
}

.process-card {
  background-color: #ffffff;
  color: #000;
  width: 300px;
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.process-icon-box {
  background-color: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.process-card h3 {
  color: var(--primary-color);
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.process-card p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.sec-packages {
  background: #3056694d;
  padding: 100px 100px;
}

.sec-packages .text-box {
  margin: 0 0 55px;
  color: var(--primary-color);
}

.sec-packages .box {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.sec-packages .box ul li {
  position: relative;
  font-weight: 600;
}

.newpack-box ul li {
  width: 49%;
  display: inline-block;
}

.sec-packages .box ul li:before {
  content: "\2714";
  color: var(--primary-color);
  font-weight: 400;
  margin-right: 7px;
}

.sec-packages .box p {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 0 1.5rem;
}

.black-button {
  width: 35%;
  margin-left: auto;
}

.service-pg-section {
  padding: 100px 100px;
}

.service-pg-box-content span {
  background-color: var(--primary-color);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
}

.service-pg-box-content .sect-order-text {
  color: var(--primary-color);
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  margin-top: 25px;
  background: none;
  border-radius: 0;
  padding: 0;
}

.service-pg-box-content {
  padding: 50px;
  margin-top: 40px;
}

.cta-section {
  background-color: var(--primary-color);
  color: white;
  padding: 40px 60px;
}

.cta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /* responsive layout */
}

.cta-text {
  flex: 1;
  min-width: 300px;
  margin-right: 20px;
}

.cta-text h2 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.cta-button {
  background-color: white;
  color: #054b7d;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cta-button a {
  text-decoration: none;
  color: var(--primary-color);
}

.cta-button:hover {
  background-color: #e6e6e6;
}

.cta-contact {
  display: ruby;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.form-section-home{
    background-color: var(--primary-color);
    padding: 50px 50px;
}


.form-section{
  padding: 50px 50px;
}

.form-section input::placeholder {
  color: #000 !important;
}



.form-section input {
  padding: 10px !important;
}

.form-floating>.form-select{
  padding: 0px 12px 0px 12px;
  margin: 0px;
}

.welcome-sect-head .process-buttons {
  display: block;
}

.cta-phone-icon {
  background-color: var(--text-color);
  color: var(--primary-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.cta-phone {
  font-weight: bold;
  font-size: 16px;
}

div#step1 {
  padding: 14px;
}

.card-header.site_bg {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
}

select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 0px;
  border-radius: 5px;
  margin-top: 14px;
  border-image: linear-gradient(45deg, #004c94, #0085f3) 10;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  color: #7575a0;
}

.welcome-service-sect {
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
      padding-top: 163px;
    padding-bottom: 45px;
}

.process-fill-section {
  max-width: 950px;
  margin: 60px auto;
  position: relative;
  padding-left: 100px;
}

.process-fill-section h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #222;
}

.process-fill-section::before {
  content: "";
  position: absolute;
  top: 120px;
  left: 60px;
  width: 3px;
  height: calc(100% - 150px);
  background: var(--primary-color);
  z-index: 0;
}

.process-fill-step {
  position: relative;
  background: #fff;
  border-radius: 4px;
  padding: 2px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.process-fill-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  counter-reset: none;
  position: absolute;
  left: -77px;
  top: 34%;
  transform: translateY(-50%);
  background: var(--primary-color);
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  z-index: 2;
}

.process-fill-section {
  counter-reset: step;
}

.step-fill-content {
  background: #fff;
  color: #333;
  border-radius: 3px;
  padding: 20px;
  flex: 1;
  text-align: left;
}

.step-fill-content h3 {
  margin: 0 0 8px;
  color: #111;
  font-size: 1.1rem;
}

.step-fill-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.step-fill-icon {
  background: var(--primary-color);
  padding: 20px;
  border-radius: 3px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subject-service-sect {
  padding: 100px 100px;
  background-color: var(--primary-color);
}

.subject-service-sect-heading {
  color: #fff;
  text-align: center;
  padding-bottom: 50px;
}

.service-sect-box {
  background-color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 12px;
}

.service-sect-para {
  line-height: 0;
  margin-top: 20px;
  font-weight: 600;
}

.service-sect-img img {
  display: inline;
}

.top-rated-services {
  background-color: var(--primary-color);
  padding: 100px 100px;
}

.top-rated-heading {
  color: #ffffff;
  text-align: center;
}

.top-rated-box {
  background-color: #ffffff;
  padding: 12px;
  border-radius: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.top-rated-box-cont span {
  font-weight: 600;
}

.top-rated-row {
  margin-top: 20px;
}

.ser12 {
  padding: 50px 50px;
}

.ser12 .nav-tabs .nav-link:before {
  content: "";
  border-right: 2px solid var(--primary-color);
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}

.ser12 .nav-tabs .nav-link {
  width: 100%;
  border: none;
  color: var(--primary-color);
  font-weight: 600;
  border-radius: 0;
  padding: 18px 0;
  position: relative;
}

.ser12 .nav-tabs .nav-link.active {
  background: var(--primary-color);
  color: #fff;
}

.ser12 .nav-tabs li.nav-item {
  flex: 1;
  display: flex;
  height: 60px;
  align-items: center;
}

.ser12 .nav-tabs {
  border: none;
  box-shadow: 1px 7px 21px 1px rgb(153 153 153 / 40%);
}

.ser12 .tab-pane {
  padding: 50px 20px;
}

.welcome-sect-head {
  color: var(--text-color);
}

.logo-slider-container {
  padding: 50px 50px;
}

/* Footer Start */

.footer {
  background: var(--primary-color);
  color: #fff;
  padding: 40px 20px;
}

.footer>div:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer h3 {
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
  display: inline-block;
  font-size: 22px;
}

.footer ul {
  list-style: none;
  margin-top: 10px;
  margin-left: -31px;
}

.footer ul li {
  margin: 6px 0;
  border-bottom: 1px solid #ffffff22;
  padding-bottom: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.footer ul li:hover {
  color: var(--secondary-color);
}

.footer a {
  color: #fff;
  text-decoration: none;
 
}

.footer a:hover {
  color: var(--secondary-color);
}

.footer .pay img {
  width: 100%;
  margin-left: -17px;
}

.footer .bottom {
  background: #fff;
  text-align: center;
  color: #000;
  margin-top: 20px;
  padding: 11px 48px 0px;
  font-weight: bold;
  margin-left: calc(-50vw + 50%);
  margin-right: -20px;
}

.footer .bottom a {
  color: #000;
  text-align: end;
}

.footer-end {
  text-align: end;
}

.footer-quicklinks p{
  display: flex;
  gap: 6px;
}

.footer-quicklinks p i{
  margin-top: 3px;
  margin-left: 3px;
}

.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: sans-serif;
    font-weight: normal;
    animation: pulsing 1.55s infinite cubic-bezier(0.66, 0, 0, 1);
}


.contact_icon img{
  filter: invert(1);
    margin: -5px 0px 0px 0px;
    width: 55px;
}

 
@keyframes pulsing {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0.7);
    }
    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 20px rgba(66, 219, 135, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(66, 219, 135, 0);
    }
}