:root {
  --primary-color: #00285c;
  --secondary-color: #000000;
  --white-color: #ffffff;
  --black-color: #000000;
  --primary-text-color: #111827;
  --gradient-color: linear-gradient(90deg, #003fa1 0%, #0171d3 100%);
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}
.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}
h1 {
  font-size: 50px;
}
h2,
h3 {
  font-size: 40px;
}
h4 {
  font-size: 34px;
}
h5 {
  font-size: 28px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-24 {
  font-size: 24px;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.site-btn {
  padding: 12px 25px;
  border-radius: 12px;
  background: var(--gradient-color);
  color: var(--white-color);
  min-width: 160px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}
.primary-btn,
.package-card:hover .site-btn {
  border: 1px solid white;
}
.site-btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color);
}
.secondary-btn {
  background: var(--secondary-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
}
.secondary-btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
}
.border-white-btn,
.package-card:hover .border-btn {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.border-white-btn:hover,
.package-card:hover .border-btn {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--black-color);
}
.border-btn {
  background: transparent;
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
}
.border-btn:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
}
.site-input {
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #eeeeee;
  width: 100%;
  font-size: 14px;
  background: transparent;
  color: var(--black-color);
  resize: none;
}
.site-input::placeholder {
  color: #333333;
}
:focus {
  outline: none;
}
.site-input:focus {
  border-color: var(--primary-color);
}
/* .site-input option{
    background: var(--secondary-color);
} */
.primary-color {
  color: var(--primary-color);
}
.secondary-color {
  color: var(--secondary-color);
}
.white-color {
  color: var(--white-color);
}
.black-color {
  color: var(--black-color);
}
.primary-text-color {
  color: var(--primary-text-color);
}
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: var(--primary-color);
}
/* header css starts here */
header {
  padding: 10px 0;
}
.site-logo {
  width: 190px;
}

/* banner css starts here  */
.banner {
  background: url("../images/banner-bg.png") no-repeat center center / cover;
  min-height: calc(100vh - 116px);
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-list {
  list-style: none;
  padding-left: 0;
}
.banner-right-card {
  background: white;
  padding: 40px 30px;
  border-radius: 24px;
}
.leading-wordpress {
  background: rgb(0, 0, 0, 0.04);
}
.leading-wordpress-card {
  background: linear-gradient(90deg, #003fa1 0%, #0171d3 100%);
  border-radius: 15px;
  padding: 35px 25px;
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--white-color);
  transition: all 0.3s ease;
}
.leading-wordpress-card:hover {
  transform: translateY(-10px);
}
.section-padding {
  padding: 60px 0;
}
.digital-marketing-agency {
  background: url("../images/marketing-agency-bg.png") no-repeat center center /
    cover;
  color: var(--white-color);
  text-align: center;
}
.wordpress-development-services {
  background: rgb(0, 0, 0, 0.04);
}
.wordpress-development-service-card {
  background: var(--white-color);
  border: 2px solid #0171d3;
  border-radius: 20px;
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
}
.wordpress-development-service-card:hover {
  transform: translateY(-10px);
}
.wordpress-development-service-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(90deg, #003fa1 0%, #0171d3 100%), #0171d3;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.digital-minds-img {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 100%;
}
.digital-minds-card {
  text-align: center;
}
.digital-minds-carousel .owl-dots button.owl-dot span, .package-carousel .owl-dots button.owl-dot span {
  background: rgb(0, 40, 92, 0.2) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.digital-minds-carousel .owl-dots button.owl-dot.active span, .package-carousel .owl-dots button.owl-dot.active span {
  background: var(--primary-color) !important;
}
.package-carousel .owl-dots{
  margin-top: 20px !important;
}
.digital-marketing {
  text-align: center;
  background: url("../images/agency-bg.png") no-repeat center center / cover;
  color: var(--white-color);
}
.site-list {
  list-style: none;
  padding-left: 0;
}
.package-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  border: 1px solid #0058ba;
  background: var(--white-color);
  transition: all 0.3s ease;
}
.package-card:hover {
  background: var(--gradient-color);
  color: var(--white-color);
}
.package-card:hover .primary-color {
  color: var(--white-color);
}
.list-check-icon {
  width: 16px;
  height: 16px;
  background: var(--gradient-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--white-color);
  transition: all 0.3s ease;
}
.package-card:hover .list-check-icon {
  background: var(--white-color);
  color: var(--primary-color);
}
.gradient-text {
  display: inline-block;
  background: linear-gradient(90deg, #e99a28 0%, #e92785 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.testimonials-carousel .owl-dots {
  text-align: start !important;
}
.testimonials-carousel .owl-dots button.owl-dot span {
  background: var(--white-color) !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.testimonials-carousel .owl-dots button.owl-dot.active span {
  background: linear-gradient(90deg, #e99a28 0%, #e92785 100%),
    linear-gradient(0deg, #ffffff, #ffffff),
    linear-gradient(90deg, #115eea 0%, #9e1b62 100%) !important;
}
.discuss-with-us-card {
  background: #ffffff;
  border: 1px solid #0058ba;
  border-radius: 50px;
  padding: 40px 30px;
}
.discuss-with-us-inner-card {
  background: #ffffff;
  border: 1px solid #0058ba;
  border-radius: 16px;
  padding: 25px;
}
.discuss-with-us-inner-card .site-input::placeholder {
  color: #888888;
}
.intl-tel-input {
  width: 100%;
}
.left-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  color: #888888;
}
footer {
  background: url("../images/footer-bg.png") no-repeat center center / cover;
  color: var(--white-color);
}
footer a {
  color: var(--white-color);
}
footer a:hover {
  color: var(--secondary-color);
}
footer .site-input {
  background: var(--white-color);
  border-color: var(--white-color);
  color: var(--black-color);
  text-align: center;
}
footer .site-input::placeholder {
  color: #333333;
}
.footer-bottom {
  background: var(--primary-color);
  padding: 10px 0;
}
.footer-rating {
  background: #f5f5f7;
  border-radius: 8px;
  color: var(--black-color);
  padding: 15px;
}
.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: var(--white-color);
  box-shadow: 0 3px 10px;
}
.mobile-footer-left {
  background: var(--primary-color);
}
.mobile-footer-right {
  background: var(--secondary-color);
}
.footer-or {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-or span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white-color);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.talk-to-expert-btn {
  animation: blur-effect 1s ease-in-out infinite alternate;
}
@keyframes blur-effect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.terms-of-use {
  background: rgb(233 244 238 / 1);
  color: var(--primary-text-color);
}
.content-header {
  padding: 30px 0;
  background: var(--primary-color);
  color: var(--white-color);
}
#getInTouchModal .site-input {
  border-color: #d5d5d5;
  color: black;
  font-weight: 500;
}
#getInTouchModal .site-input::placeholder {
  color: #333333;
}
#getInTouchModal h3 {
  color: var(--white-color);
  background: var(--primary-color);
  padding: 10px 20px;
  font-size: 30px;
}
button.close-btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  background: var(--primary-color);
  color: white;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
}
#thankyou svg {
  width: 40% !important;
}
#notFound svg {
  width: 78% !important;
}
.package-list{
  max-height: 230px;
  overflow-y: auto;
}

/* Custom Scrollbar Styles */
/* Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 4px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #001a3a;
}

::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) #f1f1f1;
}

/* For specific elements with custom scrollbar */
.package-list::-webkit-scrollbar {
  width: 6px;
}

.package-list::-webkit-scrollbar-track {
  background: rgba(0, 40, 92, 0.1);
  border-radius: 3px;
}

.package-list::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 3px;
}

.package-list::-webkit-scrollbar-thumb:hover {
  background: #001a3a;
}

.package-list {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) rgba(0, 40, 92, 0.1);
}
.faq-accordion .accordion-body{
  color: var(--white-color);
}
.faq-accordion .accordion-body, .faq-accordion .accordion-button{
  background: transparent;
  box-shadow: none !important;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.faq-accordion .accordion-button::after{
  filter: brightness(0) invert(1);
}
.faq-accordion .accordion-button{
  color: var(--white-color);
}
.faq-accordion .accordion-item{
  background: transparent;
  border: 0;
  padding: 20px 15px;
  border-bottom: 1px solid #E3E3E3;
  border-radius: 0;
}
.faq-accordion .accordion-body{
  padding-top: 10px;
}
.faq-accordion .accordion-body p{
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .mobile-footer {
    display: none;
  }
}
@media screen and (max-width: 1399.5px) {
  h1 {
    font-size: 43px;
  }
}
@media screen and (max-width: 1199.5px) {
  h1 {
    font-size: 38px;
  }
  h5 {
    font-size: 24px;
  }
}
@media screen and (max-width: 991.5px) {
  br {
    display: none;
  }
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 42px;
  }
  h2,
  h3 {
    font-size: 35px;
  }
  .fs-18 {
    font-size: 16px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-22 {
    font-size: 20px;
  }
  .fs-24 {
    font-size: 22px;
  }
  footer {
    margin-bottom: 50px;
    text-align: center;
  }
  footer .d-flex{
    justify-content: center;
  }
  .footer-bottom{
    text-align: center;
  }
  .footer-bottom .d-flex{
    justify-content: center !important;
  }
  .banner-left,
  .leading-wordpress,
  .why-us,
  .wordpress-development-services,
  .why-digital-minds,
  .testimonials {
    text-align: center;
  }
  .faq-accordion{
    text-align: start;
  }
  /* .testimonials.text-start {
    text-align: center !important;
  } */
  .testimonials-carousel .owl-dots {
    text-align: center !important;
  }
  .wordpress-development-service-card .wordpress-development-service-icon {
    margin: 0 auto;
  }
  .contact-info {
    justify-content: center;
  }
  .banner-right-card {
    text-align: start;
  }
  .your-vision ul {
    list-style: none;
    padding-left: 0;
  }
  .banner-list li .flex-shrink-0 {
    display: none;
  }
}
@media screen and (max-width: 575.5px) {
  h1 {
    font-size: 32px;
  }
  h2,
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  .fs-18 {
    font-size: 15px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-22 {
    font-size: 18px;
  }
  .fs-24 {
    font-size: 19px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .banner-right-card,
  .discuss-with-us-card {
    padding: 30px 20px;
    border-radius: 15px;
  }
  .discuss-with-us-inner-card {
    padding: 0;
    border: 0;
  }
  .discuss-with-us-card .fs-18.black-color{
    font-size: 13px;
  }
}
