@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

* {
  box-sizing: border-box;
}

:root {
  --gap80: clamp(40px, 5.556vw, 80px);
  --gap110: clamp(40px, 7.639vw, 110px);
  --font18: clamp(16px, 1.25vw, 18px);
  --font19: clamp(16px, 1.319vw, 19px);
  --font20: clamp(17px, 1.389vw, 20px);
  --font21: clamp(17px, 1.458vw, 21px);
  --font22: clamp(17px, 1.528vw, 22px);
  --font23: clamp(17px, 1.597vw, 23px);
  --font24: clamp(17px, 1.667vw, 24px);
  --font25: clamp(18px, 1.736vw, 25px);
  --font26: clamp(18px, 1.806vw, 26px);
  --font27: clamp(18px, 1.875vw, 27px);
  --font28: clamp(19px, 1.944vw, 28px);
  --font29: clamp(19px, 2.014vw, 29px);
  --font30: clamp(19px, 2.083vw, 30px);
  --font31: clamp(20px, 2.153vw, 31px);
  --font32: clamp(20px, 2.222vw, 32px);
  --font33: clamp(21px, 2.292vw, 33px);
  --font34: clamp(22px, 2.361vw, 34px);
  --font35: clamp(23px, 2.431vw, 35px);
  --font36: clamp(25px, 2.5vw, 36px);
  --black: #000;
  --white: #fff;
  --blue: #0655BE;
  --orange: #FF914D;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Haas Grot Text 55 Roman';
  font-weight: 400;
  color: #13124D;
  background: #FFFFFF;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
  font-family: 'Haas Grot Text 55 Roman';
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 0 10px;
}

label span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.select {
  position: relative;
}

.select::after {
  content: "\e91b";
  font-family: "Syd";
  color: #000;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 18px;
  pointer-events: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: #e3e3e3 1px solid;
  padding: 9px 14px;
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  color: #6c6b6b;
}

textarea {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  border: #e3e3e3 1px solid;
  transition: 0.2s ease all;
  resize: none;
  padding: 9px 14px;
  font-family: "Cabin", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  color: #6c6b6b;
}

[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border-radius: 6px;
  border: #EEEEEE 1px solid;
  outline: none;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  color: #000;
  transition: 0.2s ease all;
}

select,
input {
  height: 50px;
}

textarea {
  height: 70px;
}

input::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}

/*[type="submit"] {*/
/*  border: 1px solid #FF914D;*/
/*  outline: none;*/
/*  padding: 13px 25px;*/
/*  font-weight: 700;*/
/*  font-size: 16px;*/
/*  line-height: 25px;*/
/*  letter-spacing: 0.11em;*/
/*	text-transform: uppercase;*/
/*  color: #fff;*/
/*  border-radius: 0px;*/
/*  transition: 0.2s ease all;*/
/*  background: #FF914D;*/
/*  text-align: center;*/
/*  display: inline-block;*/
/*}*/

/*[type="submit"]:hover {*/
/*  background: #E6915C;*/
/*  border-color: #fff;*/
	
/*}*/


.btns {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: bold;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 13px 36px;
}

.primary-btn {
  background: #0655BE;
  color: #FFFFFF;
}

.primary-btn:hover {
  background: #FFFFFF;
  color: #000000;
  border-color: #000000;
}

.secondary-btn {
  color: #000000;
  border-color: #000000;
}

.secondary-btn:hover {
  background: #000000;
  color: #FFFFFF;
}

.mrg-top-80 {
  margin: clamp(45px, 5.556vw, 80px) 0 0;
}

.mrg-bot-80 {
  margin: 0 0 clamp(45px, 5.556vw, 80px);
}

.banner-margin {
	margin: 54px 0 0;
}



h1 {
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  text-transform: capitalize;
}

h2 {
  font-weight: 700;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.16667em;
  color: #13124D;
}

p {
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
}

.container {
  max-width: 100%;
  padding: 0 20px;
}

@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
	
	.banner-margin {
		margin: 76px 0 0;
	}
}

@media (min-width: 1200px) {
	.banner-margin {
		margin: 90px 0 0;
	}

  .container {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
}


/* font add here */
@font-face {
  font-family: 'Haas Grot Text 65';
  src: url('../fonts/HaasGrotText-66MediumItalic.woff2') format('woff2'),
    url('../fonts/HaasGrotText-66MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Haas Grot Text 55 Roman';
  src: url('../fonts/HaasGrotText-56Italic.woff2') format('woff2'),
    url('../fonts/HaasGrotText-56Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Haas Grot Text 65';
  src: url('../fonts/HaasGrotText-65Medium.woff2') format('woff2'),
    url('../fonts/HaasGrotText-65Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Haas Grot Text 55 Roman';
  src: url('../fonts/HaasGrotText-55Roman.woff2') format('woff2'),
    url('../fonts/HaasGrotText-55Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Haas Grot Text 55 Roman';
  src: url('../fonts/HaasGrotText-75Bold.woff2') format('woff2'),
    url('../fonts/HaasGrotText-75Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Haas Grot Text 55 Roman';
  src: url('../fonts/HaasGrotText-76BoldItalic.woff2') format('woff2'),
    url('../fonts/HaasGrotText-76BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}




/* header css start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: 0px 3px 44px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}

.logo a {
  display: block;
  max-width: 170px;
}

.header-right {
  display: flex;
  align-items: center;
}

.quote-btn {
  display: none;
}

.menu-bar {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  height: 100%;
  width: 310px;
  background: #004AAC;
  opacity: 0;
  transition: 0.4s;
  padding: 40px 0 0 30px;
}

.menu-bar.show {
  left: 0;
  opacity: 1;
}

.menu-bar li {
  margin-bottom: 15px;
}

.menu-bar li a {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 0 !important;
}
.menu-bar li a:hover {
	background: transparent !important;
}

.sub-menu {
	position: relative;
	top: 45px !important;
	padding: 20px;
}

.sub-menu li:first-child {
	margin: 0;
}

.sub-menu li {
	margin: 18px 0 0;
}

.sub-menu li a {
	padding: 0 !important;
}

.menu-item-has-children {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 30px;
}

.submenu-toggle {
	font-size: 15px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
}

.submenu-toggle.open {
	transform: rotate(-180deg);
}

@media (min-width: 1200px) {
	.menu-item-has-children {
		padding-right: 0;
		justify-content: flex-start;
		gap: 10px;
	}
	
	.submenu-toggle {
		color: #000;
	}
}

@media (max-width: 1199px) {
/* 	.sub-menu {
		background: transparent !important;
	} */
}

.search-cart-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
}

.search-cart-wrap button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #13124D;
  background: transparent;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1;
  padding: 0;
}

.search-cart-wrap button:last-child {
  width: 41px;
}

.close-menu {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #fff;
  width: 38px;
  height: 38px;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.toggle-btn {
  border: none;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 7px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0;
}

.toggle-btn span {
  width: 100%;
  height: 3px;
  background: #000000;
  border-radius: 2px;
  transition: 0.2s ease-in-out;
}

.toggle-btn.active {
  row-gap: 0;
}

.toggle-btn.active span:first-child {
  transform: rotate(45deg) translate(1px, 1px);
}

.toggle-btn.active span:nth-child(2) {
  display: none;
}

.toggle-btn.active span:last-child {
  transform: rotate(-45deg) translate(1px, -1px);
}


.overlay {
  position: fixed;
  inset: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .header {
    padding: 15px 0;
  }

  .logo a {
    max-width: 260px;

  }

  .menu-bar {
    width: 70%;
  }

  .menu-bar li a {
    font-size: 18px;
  }

  .quote-btn {
    display: block;
    margin-right: 20px;
  }

  .search-cart-wrap button {
    width: 35px;
    height: 35px;
  }

  .search-cart-wrap button:last-child {
    width: 46px;
  }
}

@media (min-width: 1200px) {
  .header {
    padding: 22px 0;
  }

  .menu-bar {
    position: relative;
    left: unset;
    top: unset;
    width: auto;
    height: auto;
    background: transparent;
    display: flex;
    gap: 50px;
    opacity: 1;
    padding: 0;
  }

  .menu-bar li {
    margin-bottom: 0;
  }

  .menu-bar li a {
    color: #000000;
    transition: color 0.2s;
  }

  .menu-bar li a:hover,
  .menu-bar li a.active {
    color: #000000;
  }

  .search-cart-wrap {
    margin: 0 15px 0 50px;
  }

  .quote-btn {
    margin-right: 0;
  }

  .toggle-btn {
    display: none;
  }
}

/* header css end */

/* Rimpa */

.service-section {
  padding: 80px 0;
}

.service-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 0 50px;
}

.service-heading h2 {
  padding: 0 0 28px;
}

.service-para {
  width: 70%;
}

.section-row {
  gap: 24px 0;
}

.section-box-inner {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 24px 120px;
  background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);

}

.section-box-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 40px;
}

.section-box-icon span {
  font-size: 60px;
  line-height: 45px;
  color: #F6F6F6;
}

.content-heading h3 {
  padding: 0 0 25px;
  font-size: 20px;
}

.read-btn {
  position: absolute;
  bottom: 53px;
  left: 21px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #FF914D;
}

.read-btn img {
  height: 11px;
  padding: 0 0 0 11px;
}

.content-heading a:hover {
  color: #004AAC;
}

.content-heading p {
  font-size: 15px;
}

.content-heading a img {
  transition: all .4s ease-in-out;
}

.content-heading:hover img {
  transform: translateX(7px);
}

@media (max-width: 1199px) {
  .service-para {
    width: 100%;
  }

  .service-section {
    padding: 65px 0;
  }
}

@media (max-width: 768px) {
  .service-section {
    padding: 45px 0;
  }

  .service-heading {
    padding: 0 0 30px;
  }

  .service-heading h2 {
    padding: 0 0 16px;
  }

  .content-heading h3 br {
    display: none;
  }
}

/* partners */

.partners-section {
  background-color: #004AAC;
  position: relative;
}

.partner-banner .row {
  align-items: center;
}

.growth-box-img {
  position: absolute;
  top: 53px;
  right: 55px;
}

.partner-box-img {
  position: relative;
}

.partner-box-img img {
  margin-right: auto;
  margin-left: 24px;
}

.yellow-box {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 306px;
  text-align: center;
  background: #FFC107;
  border-radius: 21px;
  font-weight: 400;
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 1.4em;
  color: #FFFFFF;
  padding: 36px 55px;
}

.partner-box-para {
  position: absolute;
  bottom: 180px;
  left: 99px;
}

.partner-box-para p {
  width: 43%;
  color: #FFFFFF;
  text-align: center;
}

.digital-growth {
  padding: 40px 0px;
}

.digital-groth-content span {
  color: #ffffff;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 1.375em;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 0 0 20px;
  display: block;
}

.digital-groth-content h2 {
  color: #ffffff;
  padding: 0 0 20px;
}

.digital-groth-content p {
  line-height: 1.75em;
  color: #FFFFFF;
}

.growth-result {
  width: 100%;
  max-width: 615px;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  padding: 25px 24px;
  margin: 30px 0 26px;
}

.growth-content {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.growth-content:last-child {
  padding-bottom: 0;
}

.growth-content img {
  padding: 0 14px 0 0;
}

.learn-more {
  padding: 0 0 30px 0;
}

.learn-more a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(16px, 1.389vw, 20px);
  line-height: 1.4em;
  color: #FF924E;
}

.learn-more a:hover {
  color: #ffffff;
}

.learn-more a img {
  padding: 0 15px 0 0;
}

.all-partner-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

@media (max-width: 1023px) {
  .partners-section {
    padding: 0 0 45px;
  }

  .partner-banner .row {
    flex-direction: column-reverse;
  }

  .partner-box-img {
    max-width: 472px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .growth-box-img {
    display: none;
  }

  .digital-groth-content {
    text-align: center;
  }
}




.marketing-growth {
  position: relative;
  padding: 80px 0;
}

.marketing-growth__bg {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
}

.marketing-growth .row {
  gap: 35px 0;
}

.marketing-growth-box {
  width: 298px;
  height: 307px;
  margin: 0 auto;
}

.every-year-growth {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 298px;
  height: 270px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
  border-radius: 6px 6px 0 0;
  margin-bottom: 35px;
}

.every-year-growth::after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 35px;
  background: white;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
}

.every-year-growth::before {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0;
  width: 88%;
  z-index: -1;
  height: 35px;
  background: #fcfcfc00;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);

}

.every-year-growth span {
  font-size: 60px;
  line-height: 45px;
  font-weight: 700;
  margin: 30px 0 20px 0;
}

.every-year-growth p {
  color: #13124D;
}

@media (max-width: 1199px) {
  .marketing-growth {
    padding: 65px 0;
  }

  .marketing-growth-inner {
    max-width: 650px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .marketing-growth {
    padding: 45px 0;
  }
}




.bg-color {
  font-size: 24px;
  background: #F2F6FC;
}

.service-heading h2 {
  padding: 0;
}

.package-table table {
  width: 100%;
}

.package-table table thead tr th,
.package-table table tbody tr td {
  height: 86px;
  border: 1px solid #D2DCEE;
  padding: 8px 14px;
}

.package-table table thead tr th:first-child {
  padding: 32px 50px;
}

.amount {
  font-size: 29px;
  color: #FF9127;
}

.year-text {
  font-size: 14px;
  color: #101010;
}

.package-table table thead tr th p {
  font-size: 17px;
  color: #212020;
}

.icon-adjust {
  display: flex;
  justify-content: center;
}

.package-table table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  padding: 30px 50px;
}

.package-table table tbody tr td b {
  font-weight: 500;
  font-family: 'Haas Grot Text 65';
}

.information,
.number {
  font-size: 20px;
}

.number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0655BE;
}

@media (max-width: 1199px) {
  .package-table {
    overflow-x: auto;
    border: 1px solid #D2DCEE;
  }

  .package-table table {
    width: max-content;
  }
}

/* banner start */
.banner {
  position: relative;
  margin-top: 90px;
}

.banner-left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 901px;
  height: 100%;
  object-fit: cover;
}

.banner-right-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-content {
  padding: 85px 0 130px 0;
}

.highlight-text {
  display: inline-block;
  font-weight: 400;
  font-size: clamp(14px, 1.181vw, 17px);
  line-height: 20px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #FF924E 0%, #0655BE 61.07%);
  border: 1px solid rgba(255, 255, 255, 0.49);
  backdrop-filter: blur(2px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 29.5px;
  padding: 11px 16px 11px 24px;
}

.banner-content span {
  display: block;
  font-weight: 400;
  font-size: clamp(16px, 1.528vw, 22px);
  line-height: 16px;
  text-transform: uppercase;
  color: #18181F;
  margin: 38px 0 24px 0;
}

.banner-content h1 {
  font-weight: 400;
  font-size: clamp(30px, 5.694vw, 82px);
  line-height: 1em;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #012452;
}

.banner-content h1 strong {
  font-weight: 700;
  display: block;
}

.banner-content p {
  font-size: 16px;
  color: #000000;
  max-width: 704px;
  margin: 25px 0 37px 0;
}

.bnr-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 1199px) {
  .banner {
    margin-top: 76px;
  }

  .banner-content {
    padding: 60px 0 80px 0;
  }

  .banner-right-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner {
    margin-top: 54px;
  }

  .banner-content {
    padding: 50px 0;
  }

  .highlight-text {
    padding: 10px 16px;
  }

  .banner-content span {
    margin: 20px 0 25px 0;
  }

  .banner-content p {
    margin: 20px 0 30px 0;
  }
}


.icon-text-area {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.04);
  padding: 25px 0;
}

.icon-text-flex {
  gap: 20px 0;
}

.icon-text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.icon-text-col figure {
  display: block;
  width: 50px;
  margin: 0;
}

.icon-text-item {
  width: calc(100% - 62px);
}

.icon-text-item h6 {
  font-weight: 700;
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 1;
  color: #13124D;
  margin: 0 0 5px;
}

.icon-text-item p {
  color: #13124D;
}


.seb-certification {
  background: #FAFAFF;
  padding: 70px 0;
}

.seb-cert-flex {
  gap: 24px 0;
}

.seb-certification h2 {
  margin: 0 0 70px;
}

.seb-content-col {
  text-align: center;
  max-width: 303px;
  margin: 0 auto;
}

.seb-content-col h1 {
  font-weight: 700;
  font-size: clamp(32px, 4.167vw, 60px);
  line-height: 0.75em;
}

.seb-content-col span {
  display: block;
  font-weight: 500;
  font-size: clamp(15px, 1.389vw, 20px);
  line-height: 1.2em;
  font-family: 'Haas Grot Text 65';
  margin: 5px 0 20px 0;
}

.sng-text {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 1023px) {
  .seb-certification h2 {
    margin: 0 0 45px;
  }

  .seb-certification {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .seb-certification {
    padding: 45px 0;
  }

  .seb-certification h2 {
    margin: 0 0 30px;
  }

  .seb-content-col span {
    margin: 8px 0 10px 0;
  }

  .sng-text {
    margin: 25px 0;
  }
}


.testimonials {
  margin: 80px 0 0;
}

.testimonials h2 {
  text-align: center;
  margin: 0 0 45px;
}

.js-testimonials-slider {
  margin: 0 -15px;
}

.js-testimonials-slider .slick-list {
  padding-bottom: 15px !important;
}

.testimonials-slider-col {
  padding: 0 15px;
}

.testi-image img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.testi-details {
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 6px 6px;
  padding: 35px 12px 40px 12px;
}

.testi-details img {
  margin: 0 auto;
}

.testi-details h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13124D;
  margin: 25px 0 0;
}

.testi-details h6 span {
  display: block;
  font-weight: 400;
  color: #13124D;
  margin: 5px 0 0;
}

.testi-details p {
  margin: 25px 0 0;
}

.testi-bottom-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding: 64px 0 0;
}

.testi-bottom-btns a {
  padding: 13px 15px;
}

@media (max-width: 1199px) {
  .testi-bottom-btns {
    padding: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .testimonials {
    margin: 50px 0 0;
  }

  .testi-bottom-btns {
    padding: 30px 0 0;
  }
}




.letest-blog {
  margin: 80px 0 0;
}

.blog-flex {
  justify-content: center;
  gap: 24px 0;
}

.letest-blog h2 {
  text-align: center;
  margin: 0 0 55px;
}

.blog-cards a {
  display: block;
}

.blog-cards {
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
  padding: 15px;
  height: 100%;
}

.blog-cards:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
}

.blog-image {
  display: block;
  margin: 0 0 30px;
}

.blog-image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.blog-details h6 {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.11112em;
  color: #13124D;
  transition: 0.3s;
}

.blog-cards:hover .blog-details h6 {
  color: #0655BE;
}

.blog-details p {
  font-size: clamp(14px, 1.042vw, 15px);
  line-height: 1.4666em;
  color: #13124D;
  margin: 15px 0 22px 0;
}

.blog-details .user-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.avatar-img {
  width: 40px;
}

.avatar-img img {
  width: 100%;
  border-radius: 50%;
}

.blog-details .user-name {
  width: calc(100% - 40px);
  padding-left: 12px;
}

.blog-details .user-name span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101828;
}

.blog-details .user-name span:last-child {
  color: #667085;
}

.read-blog span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #0655BE;
  margin: 40px 0 0;
}

@media (max-width: 1199px) {
  .letest-blog {
    margin: 65px 0 0;
  }

  .letest-blog h2 {
    margin: 0 0 40px;
  }
}

@media (max-width: 767px) {
  .letest-blog {
    margin: 45px 0 0;
  }

  .letest-blog h2 {
    margin: 0 0 30px;
  }

  .blog-image img {
    height: 196px;
  }
}


.half-text-half-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.half-text-col {
  width: 50%;
  background: #EFF6FF;
}

.half-text-col-inner {
  max-width: 650px;
  margin-left: auto;
  height: 100%;
  align-content: center;
  padding: 0 38px 0 15px;
}

.half-text-col-inner h2 {
  margin: 0 0 25px;
}

.half-text-col-inner p:not(:last-child) {
  margin-bottom: 15px;
}

.half-form-col {
  width: 50%;
  background: #0655BE;
  padding: 60px 15px 68px 38px;
}

.half-form-col-inner {
  max-width: 508px;
}

.half-form-col-inner h2 {
  color: #FFFFFF;
  margin: 0 0 10px;
}

.half-form-col-inner .row {
  gap: 18px 0;
}

.form-col-input button {
  background: #FFC107;
  padding: 13px 50px;
}

.form-col-input button:hover {
  background: transparent;
  border-color: #FFC107;
  color: #FFC107;
}

@media (max-width: 1024px) {
  .half-text-half-form {
    margin-top: 65px;
  }

  .half-text-col-inner {
    padding: 0 15px;
  }

  .half-form-col {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  .half-text-half-form {
    margin-top: 45px;
  }

  .half-text-col {
    width: 100%;
  }

  .half-text-col-inner {
    padding: 30px 15px;
  }

  .half-form-col {
    width: 100%;
  }
}


.faq-section {
  margin: 80px 0 0;
}

.faq-section h2 {
  max-width: 599px;
  padding: 0 0 50px;
  margin: 0 auto;
}

.faq-col:first-child .faq-main {
  padding-right: 22px;
}

.faq-col:last-child .faq-main {
  padding-left: 22px;
}

.faq-item {
  width: 100%;
}

.faq-item .faq-label {
  position: relative;
  width: 100%;
  padding: 9px 20px 9px 0;
  cursor: pointer;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.38888em;
  color: #000000;
  user-select: none;
}

.faq-item .faq-label:before {
  content: '\f078';
  position: absolute;
  right: 0px;
  top: 12px;
  font-size: 17px;
  line-height: 1;
  color: #13124D;
  font-family: "FontAwesome";
}

.faq-item.faq-item-show .faq-label::before {
  transform: rotate(-180deg);
}

.faq-cont {
  transition: 0.3s all;
  overflow: hidden;
  height: 0px;
}

.faq-item.faq-item-show .faq-cont {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  overflow: auto;
  height: auto;
}

@media(max-width:1023px) {
  .faq-section {
    margin: 65px 0 0;
  }

  .faq-col:first-child .faq-main {
    padding-right: 0;
  }

  .faq-col:last-child .faq-main {
    padding-left: 0;
  }

  .faq-section h2 {
    padding: 0 0 35px;
  }

  .faq-item.faq-item-show .faq-cont {
    padding-top: 0px;
  }

  .faq-cont p {
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .faq-section {
    margin: 45px 0 0;
  }

  .faq-section h2 {
    padding: 0 0 20px;
  }
}


/* footer css start */
.footer {
  position: relative;
  z-index: 1;
  background: #0448A2;
  margin-top: 80px;
}

.footer::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: -1;
  width: 30.5%;
  height: 100%;
  background: #034194;
}

.ftr-left-shape,
.ftr-right-shape {
  position: absolute;
  height: 100%;
  width: 314px;
}

.ftr-left-shape {
  top: 0;
  left: 0;
}

.ftr-right-shape {
  top: 0;
  right: 0;
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  padding: 54px 0 0 0;
}

.footer-col:first-child {
  width: 235px;
}

.footer-col {
  width: max-content;
}

.ftr-logo-col figure {
  display: block;
  margin: 0;
}

.ftr-logo-col p {
  font-size: 14px;
  line-height: 1.5714285714285714em;
  color: #DDEBFF;
  margin: 25px 0;
}

.ftr-social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ftr-social-list li {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ftr-social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}

.ftr-social-list li a:hover {
  color: #FF914D;
  border-color: #FF914D;
}

.footer-col h5 {
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.22223em;
  color: #FFFFFF;
  margin: 0 0 22px 0;
}

.footer-col h4 {
  font-weight: 500;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25em;
  color: #FFFFFF;
}

.ftr-links li a {
  font-size: 14px;
  line-height: 26px;
  color: #DDEBFF;
}

.ftr-links li a:hover {
  color: #FF914D;
}

.footer-col:has(.newsletter-col) {
  width: 314px;
}

.newsletter-col {
  background: #034194;
  padding: 54px 0 20px 32px;
  margin-top: -54px;
}

.newsletter-col p {
  font-size: 14px;
  line-height: 21px;
  color: #DDEBFF;
  margin: 13px 0 40px 0;
}

.newsletter-col form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.newsletter-col label {
	display: none !important;
}

.newsletter-col input[type="email"] {
  width: 100% !important;
  height: 64px !important;
  border: 1px solid #FFFFFF !important;
  border-radius: 0 !important;
  background: #07408C !important;
  font-size: 14px !important;
  color: #DDEBFF !important;
}

.newsletter-col input[type="email"]::placeholder {
  font-size: 14px !important;
  line-height: 1 !important;
  color: #DDEBFF !important;
}

.newsletter-col input[type="submit"] {
  width: 100% !important;
  height: 59px !important;
  background: #FF914D !important;
  border: 2px solid transparent !important;
  padding: 0;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 25px !important;
  letter-spacing: 0.11em !important;
  color: #FFFFFF !important;
}

.newsletter-col input[type="submit"]:hover {
  background: transparent !important;
  border-color: #FF914D !important;
}

.copyright {
  background: #0448A2;
  border-top: 1px solid rgba(255, 255, 255, 7%);
  padding: 15px 0;
}

.copyright ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.copyright ul li a {
  font-size: 14px;
  line-height: 17px;
  color: #DDEBFF;
}

.copyright p {
  font-size: 14px;
  line-height: 1;
  text-align: right;
  color: #DDEBFF;
}

@media (max-width: 1023px) {

  .ftr-left-shape,
  .ftr-right-shape {
    display: none;
  }

  .footer::after {
    display: none;
  }

  .newsletter-col {
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .footer-flex {
    gap: 24px 0;
    margin: 0 -12px;
  }

  .footer-col:first-child {
    width: 40%;
  }

  .footer-col {
    width: 20%;
    padding: 0 12px;
  }

  .footer-col:nth-child(5) {
    width: 30%;
  }

  .footer-col:has(.newsletter-col) {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .footer-col:first-child {
    width: 100%;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col:nth-child(2),
  .footer-col:nth-child(3),
  .footer-col:nth-child(4),
  .footer-col:nth-child(5) {
    width: 50%;
  }

  .footer-col:has(.newsletter-col) {
    width: 100%;
  }

  .newsletter-col input {
    height: 55px;
  }

  .newsletter-col button {
    height: 55px;
  }

  .copyright-flex {
    gap: 10px 0;
  }

  .copyright ul {
    justify-content: center;
  }

  .copyright ul li a {
    font-size: 12px;
  }

  .copyright p {
    font-size: 12px;
    text-align: center;
  }
}


/* letest css */
.patner-logos {
  position: relative;
  margin: 80px 0 0;
}

.patner-logos-bg {
  position: absolute;
  top: -650px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.patner-logos h4 {
  font-weight: 400;
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 1.208333em;
  color: #13124D;
  margin: 0 0 22px;
}

.list-losos {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .testi-bottom-btns {
    padding: 40px 0 0;
  }
}

@media (max-width: 767px) {
  .testimonials {
    margin: 50px 0 0;
  }

  .testi-bottom-btns {
    padding: 30px 0 0;
  }
}


.helping-area {
  position: relative;
  z-index: 1;
  margin: 80px 0 0;
  padding: 80px 0 0;
}

.helping-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hpl-right-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.helping-area-wrap {
  display: flex;
  flex-wrap: wrap;
}

.hlp-left-image {
  width: calc(50% - 50px);
}

.hlp-right-col {
  width: calc(50% + 50px);
}

.hlp-right-title {
  margin-left: -82px;
  margin-bottom: 45px;
}

.hlp-right-title span {
  display: block;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0655BE;
}

.hlp-right-title h2 {
  margin: 10px 0 16px 0;
}

.hpl-icon-cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 560px;
  min-height: 134px;
  background: #FFFFFF;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 20px 15px;
}

.hpl-icon-cards:not(:last-child) {
  margin-bottom: 20px;
}

.hpl-icon-cards:nth-child(3) {
  margin-left: 58px;
}

.hpl-icon-cards:last-of-type {
  margin-left: 115px;
}

/* .hpl-icon-cards::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 58px;
  height: 100%;
  background: #FFFFFF;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%);
  border-radius: 20px;
} */

.hpl-icon-cards figure {
  display: block;
  max-width: 38px;
  margin-bottom: 0;
}

.hpl-cards-text {
  width: calc(100% - 38px);
  padding-left: 25px;
}

.hpl-cards-text h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #13124D;
  font-family: 'Haas Grot Text 65';
  margin-bottom: 10px;
}

.hpl-cards-text p {
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 1199px) {
  .helping-area {
    padding: 0 0;
    margin: 65px 0;
  }

  .hlp-right-col {
    width: 100%;
  }

  .hlp-right-title {
    text-align: center;
    margin-left: 0;
  }

  .helping-area-wrap {
    flex-direction: column-reverse;
  }

  .hpl-icon-cards:not(:last-child) {
    margin: 0 auto 20px auto;
  }

  .hpl-icon-cards:nth-child(3) {
    margin-left: 0;
    margin: 0 auto;
  }

  .hpl-icon-cards:last-of-type {
    margin-left: 0;
    margin: 0 auto;
  }

  .hlp-left-image {
    width: 65%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .hlp-right-title {
    margin: 20px;
  }

  .hpl-icon-cards {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .hpl-cards-text {
    width: 100%;
    padding-left: 0;
  }
}


/* 29-07-25 home page Rimpa */

.drive-heading h4 {
  font-size: 36px;
  color: #000000;
  padding-bottom: 14px;
}

.drive-result {
  padding: 80px 0 0;
}

@media(max-width: 991px) {
  .drive-heading {
    margin-bottom: 25px;
  }
}

@media(max-width: 575px) {
  .drive-input {
    margin-bottom: 18px;
  }
}

@media(max-width: 420px) {
  .drive-heading h4 {
    font-size: 28px;
  }

  .drive-result {
    padding: 50px 0 0;
  }
}

/* starting of about us css 29/07/25 Rimpa */

/* .about-header {
  position: relative;
} */

.about-blank {
  height: 91px;
}

.about-us {
  width: 100%;
  height: 100%;
  background-image: url(../img/about-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 0;
  position: relative;
}

.about-us::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #004aaca8;
  top: 0;
  left: 0;
}

.about-banner-heading h1 {
  font-weight: bold;
}

.about-banner-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-about {
  display: flex;
  align-items: center;
  padding: 22px 0 0;
}

.home-about a {
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
}

.home-about-arrow {
  padding: 0 12px;
}

.about-active,
.home-about a:hover {
  color: #FFC107 !important;
}

.who-we-are-content-box p {
  padding-top: 23px;
}

.who-we-are-row {
  --bs-gutter-x: 132px;
}

.our-purpose {
  padding-top: 80px;
}

.our-purpose-heading {
  background-color: #0655BE;
  padding: 30px 0;
  text-align: center;
  border-radius: 17px;
}

.our-purpose-heading p {
  padding-top: 9px;
}


.purpose-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.purpose-box-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #E2E2E4;
  border-radius: 5px;
  padding: 76px 22px 29px;
  position: relative;
}

.purpose-box-info {
  text-align: center;
}

.purpose-icon-box {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #E2E2E4;
  border-right: 1px solid #E2E2E4;
  border-left: 1px solid transparent;
  position: absolute;
  top: -44px;
  left: 37%;
  transform: rotate(45deg);
  background: #fff;
  padding: 9px;
}

.purpose-icon-box-inner {
  width: 100%;
  height: 100%;
  transform: rotate(-44deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0655BE;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  border-radius: 50%;
  padding: 14px;
}

.our-core-heading h4 {
  padding: 32px 0 75px;
  text-align: center;
}

.purpose-bottom h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.purpose-box-info h4 {
  transition: all .4s ease-in-out;
}

.purpose-box-info h4:hover {
  color: #004AAC;
}

.purpose-box-info p {
  padding-top: 18px;
}

.our-culture {
  padding-top: 80px;
}

.culture-img-box,
.culture-img-box img {
  height: 100%;
}

.about-us-drive-result {
  width: 100%;
  height: 100%;
  background-image: url(../img/about-us-drive-result-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 80px 0;
}

.about-us-drive-heading h4,
.about-us-drive-heading p {
  color: #FFFFFF;
}

.about-us-drive-heading h4 span {
  color: #FFA000;
}

.form-section {
  padding: 110px 0px 110px 140px;
}

.about-us-drive-input {
  width: 83%;
  padding-top: 23px;
}

.about-us-drive-input input {
  background-color: transparent;
}

.about-us-success-btn {
  width: 39%;
  padding: 28px 0 0;
}

/* vision css */

.vision-pic {
  padding: 42px 45px 0 64px;
}

.vision-content {
  padding: 60px 126px 0px 0px;
}

.vision-top-para {
  width: 51%;
  background-color: #0655BE;
  padding: 18px 31px;
  border-radius: 17px;
  position: relative;
}

.vision-top-para p {
  color: #FFFFFF;
  text-align: center;
}

.yellow-light {
  position: absolute;
  top: -27px;
  left: -52px;
}

.vision-heading {
  padding: 27px 0 0px;
  text-align: center;
}

.vision-heading h2 {
  padding-bottom: 15px;
}

.vision-heading p {
  padding: 0 15px;
}

.mission-sec {
  padding: 80px 130px 0 117px;
}

.mission-heading p {
  padding: 0 0 15px;
}

.mission-pic {
  padding: 0 0 0 88px;
}

/* who we help css */

.who-we-help-heading {
  background-color: transparent;
}

.who-we-are-box {
  padding: 40px 0 0px;
}

.who-we-are-box-inner {
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 27px 49px 37px 22px;
  transition: all .4s ease-in-out;
}

.who-we-are-box-inner-content h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 46px 0 22px;
  color: #13124D;
}

/* ranking css */

.rank-inner {
  width: 100%;
  height: 100%;
  background-image: url(../img/ranking-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 96px 0; */
  border-radius: 31px;
}

.ranking-row {
  justify-content: center;
  align-items: center;
}

.rank-info {
  padding: 0px 100px;
}

.rank-info h2 span {
  color: #ffffff;
}

.rank-info p {
  color: #0CE7FF;
}

.rank-info .rank-time {
  display: inline-block;
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 65px;
  padding: 18px 0;
}

.rank-info h2 {
  font-size: 32px;
  font-weight: bold;
  color: #FFC107;
  padding-bottom: 18px;
}

.rank-img {
  padding: 53px 0 36px;
}

.who-we-are-box-row {
  --bs-gutter-x: 29px;
  --bs-gutter-y: 32px;
  justify-content: center;
}

@media(max-width: 1199px) {
  .about-blank {
    height: 77px;
  }

  .about-banner-heading {
    position: relative;
    text-align: center;
  }

  .who-we-are-content-box p {
    padding-top: 12px;
  }

  .who-we-are-row {
    --bs-gutter-x: 82px;
    align-items: center;
  }

  .purpose-row {
    --bs-gutter-y: 60px;
  }

  .culture-row {
    --bs-gutter-y: 30px;
  }

  .about-us-success-btn {
    width: 44%;
    padding: 28px 0 0;
  }

  .form-section {
    padding: 85px 0px 85px 61px;
  }

  .form-section {
    padding: 45px 0px 45px 34px;
  }

  .about-us-drive-row {
    flex-direction: column-reverse;
  }

  .mission-sec {
    padding: 80px 70px 0;
  }

  .mission-pic {
    padding: 0 0 0 38px;
  }

}

@media(max-width: 991px) {

  .culture-img-box,
  .culture-img-box img {
    width: 100%;
  }

  .rocket-img-box {
    display: flex;
    justify-content: center;
  }

  .who-we-are-row {
    flex-direction: column-reverse;
  }

  .about-us-drive-input {
    padding: 0;
  }

  .vision-pic {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .vision-content {
    padding: 60px 126px 20px 126px;
  }

  .mission-sec .row {
    flex-direction: column-reverse;
  }

  .mission-pic {
    display: flex;
    justify-content: center;
    padding-left: 0;
  }

  .rank-img {
    display: none;
  }

  .rank-info {
    padding: 29px 100px;
  }

}

@media(max-width:767px) {
  .about-blank {
    height: 55px;
  }

  .about-us {
    padding: 67px 0;
  }

  .our-culture {
    padding-top: 40px;
  }

  .about-us-drive-result {
    margin: 40px 0;
  }

  .rank-info {
    padding: 29px 50px;
  }

}

@media(max-width: 575px) {
  .about-us-success-btn {
    padding: 0;
  }

  .form-section {
    padding: 45px 0px 45px 34px;
  }

  .vision-content {
    padding: 60px 60px 20px 60px;
  }

  .mission-sec {
    padding: 80px 60px 0 60px;
  }
}

@media(max-width: 480px) {
  .about-us-success-btn {
    width: 55%;
  }

  .about-us-drive-input {
    width: 100%;
  }

  .form-section {
    padding: 45px 0px 45px 0px;
  }

  .vision-content {
    padding: 60px 0px 20px 0px;
  }

  .vision-top-para {
    width: 84%;
    left: 35px;
  }

  .yellow-light {
    top: -17px;
    left: -36px;
  }

  .yellow-light img {
    width: 63px;
  }

  .mission-sec {
    padding: 20px 0px 20px 0px;
  }

  .business-team-img {
    display: none;
  }

}

@media(max-width: 481px) {
  .about-us-success-btn {
    width: 64%;
  }
}


@media(max-width: 360px) {
  .about-banner-heading h1 {
    font-size: 26px;
  }

  .about-us {
    padding: 52px 0;
  }

  .service-section {
    padding: 35px 0;
  }

  .purpose-box-inner {
    padding: 64px 22px 29px;
  }

  .purpose-box-info p {
    padding-top: 12px;
  }

  .about-us-success-btn {
    width: 66%;
  }

  .about-us-success-btn {
    width: 100%;
  }

  .rank-info {
    padding: 34px 25px;
  }
}

@media(max-width:320px) {
  .about-banner-heading h1 {
    font-size: 23px;
  }

  .about-us {
    padding: 60px 0 40px;
  }

  .rank-info {
    padding: 34px 23px;
  }
}

/* end of about us css Rimpa */

/* starting of about us css Rimpa 30/07/25 */

.got-a-project-bg {
  width: 100%;
  height: 100%;
  background-image: url(../img/got-a-project-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 80px 0 0;
}

.got-a-project-heading {
  text-align: center;
}

.got-a-project-heading h5 {
  font-size: 42px;
  font-weight: bold;
  color: #ffffff;
}

.got-a-project-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  margin-bottom: -100px;
}

.got-a-project-inner p {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 27px 0;
}

.mail-phone a img {
  padding-right: 12px;
}

.mail-phone a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 12px;
  color: #fff;
  font-size: 16px;
}

.mail-phone a:hover {
  color: #004AAC;
}


.page-back {
  display: inline-block;
  position: absolute;
  right: 18px;
  top: -230px;
  font-size: 23px;
  font-weight: bold;
  color: #000;
  border: 2px solid #A8AAA9;
  border-radius: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .4s ease-in-out;
  z-index: 9;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding: 23px 16px;
}

.page-back img {
  transform: rotate(180deg);
  padding-bottom: 34px;
}

@media(max-width: 1500px) {
  .page-back {
    top: -152px;
    font-size: 17px;
    padding: 18px 13px;
  }

  .page-back img {
    padding-bottom: 17px;
    width: 14px;
  }
}

@media(max-width: 1440px) {
  .page-back {
     top: -70px;
     padding: 12px 10px;
  }
	
	.page-back span {
		display: none;
	}
	
	.page-back img {
		padding-bottom: 0;
	 }
}

@media (max-width: 1199px) {
  .got-a-project-inner {
    padding: 80px 0;
  }

  .got-a-project-inner p {
    padding: 18px 0;
  }
}

@media(max-width: 767px) {
  .got-a-project-inner p {
    font-size: 16px;
    padding: 15px 0;
  }

  .got-a-project-heading h5 {
    font-size: 36px;
  }

  .got-a-project-inner {
    padding: 60px 0;
  }

  .mail-phone a {
    font-size: 14px;
  }

}

@media(max-width: 460px) {
  .mail-phone {
    flex-direction: column;
  }

  .mail-phone a {
    padding: 0 0 10px 0px;
  }
}

@media(max-width:360px) {
  .got-a-project-heading h5 {
    font-size: 28px;
  }


}


/* starting of contact us page */

.rank-on-google {
  padding: 80px 0;
}

.rank-form {
  width: 100%;
  height: 100%;
  padding: 60px 60px 50px;
  border-radius: 4px;
}

.contact_formbg{
	background-image: url(../img/contact-us-rank-bg-ing.png);
	 background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	padding: 0px 0px 10px;
}

.contact-us-form-btn {
  text-align: center;
}

.rank-form-row {
  --bs-gutter-y: 17px;
}

.contact-us-form-btn button {
  background-color: #0655BE;
  color: #fff;
  padding: 18px 23px;
}

.rank-google-input label {
  padding: 0 0 13px;
}

.rank-heading h2 {
  max-width: 410px;
  padding: 0 0 28px;
  font-size: 32px;
  font-weight: bold;
}

.rank-heading p,
.rank-sub-heading p,
.rank-sign p {
  color: #282828;
}

.rank-sub-heading {
  padding: 50px 0 30px;
}

.rank-sub-heading h3 {
  font-size: 24px;
  padding-bottom: 14px;
}

.rank-sign span,
.rank-payment span {
  font-size: 16px;
  font-weight: bold;
  color: #0655BE;
}

.rank-sign img {
  padding: 17px 0 12px;
}

.rank-sign p {
  line-height: 25px;
}

.rank-payment {
  padding-top: 42px;
}

.rank-payment img {
  padding-top: 18px;
}

.seo-engin-boost-banner {
  width: 100%;
  height: 100%;
  background-image: url(../img/seo-boost-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.seo-boost-content-box {
  max-width: 600px;
}

.contact-us-partners {
  padding-top: 50px;
}

.contact-us-subscribe-heading h4 {
  max-width: 84%;
  text-align: center;
  padding: 0px 0 30px;
}

.contact-drive-form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-us-form {
  justify-content: center;
  align-items: center;
}

.subscribe-section {
  padding: 60px 0;
}

.contact-us-drive-input {
  width: 400px;
}

.contact-us-drive-input input {
  background: transparent;
}

.contact-us-drive-input input::placeholder {
  color: #fff;
}

.contact-sub-btn {
  background-color: #DEAA0D;
  margin-left: 25px;
}

.contact-us-box-inner-content h5 {
  color: #000;
}

.contact-us-box-inner-content p {
  padding-bottom: 15px;
}

.seo-boost-ul {
  list-style: disc;
  margin-left: 20px;
}

.seo-boost-box-inner {
  padding: 34px 46px;
}


.contact-us-box-inner-content span {
  padding: 20px 0;
  color: #000;
  font-weight: 600;
  display: inline-block;
}

.contact-us-see-all a {
  padding: 17px 50px;
}

@media(max-width: 1199px) {
  .seo-google-partner-img {
    width: 90px;
  }

  .seo-cloud-partner-img,
  .seo-meta-partner-img {
    width: 150px;
  }

}

@media(max-width:991px) {
  .rank-heading h2 {
    max-width: 100%;
    padding: 0 0 22px;
    font-size: 28px;
  }

  .rank-on-google {
    padding: 60px 0;
  }

  .rank-sub-heading {
    padding: 30px 0 30px;
  }

  .rank-on-google-row {
    --bs-gutter-y: 30px;
  }

  .seo-boost-content-box {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-us-subscribe-heading h4 {
    max-width: 100%;
    font-size: 34px;
    padding: 0;
  }

  .about-us-drive-result {
    margin: 60px 0px;
  }

  .seo-boost-box-inner {
    padding: 27px;
  }

  .got-a-project-bg {
    margin-top: 60px;
  }
}

@media(max-width: 767px) {
  .rank-payment {
    padding-top: 15px;
  }

  .rank-sub-heading {
    padding: 20px 0 20px;
  }

  .rank-form {
    padding: 30px 15px 30px 15px;
  }
}

@media(max-width: 575px) {
  .contact-us-drive-input {
    margin: 0;
  }

  .got-a-project-bg {
    margin-top: 40px;
  }
}

@media(max-width: 495px) {
  .seo-google-partner-img {
    width: 60px;
  }

  .seo-cloud-partner-img,
  .seo-meta-partner-img {
    width: 110px;
  }

  .contact-us-partners {
    padding-top: 33px;
  }
}

@media(max-width:360px) {
  .rank-form {
    padding: 30px 15px 30px 15px;
  }

  .contact-us-subscribe-heading h4 {
    font-size: 26px;
  }

  .contact-us-drive-input {
    width: 300px;
  }

  .contact-us-form {
    flex-direction: column;
  }

  .contact-sub-btn {
    margin: 20px 0 0;
  }

  .subscribe-section {
    padding: 40px 0;
  }

}

/* end of css */

/* starting of about us 31/07/25 Rimpa */

.vision-sec {
  width: 100%;
  height: 100%;
  background-image: url(../img/vision-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 30px;
  /* padding-bottom: 60px; */
}

.vision-pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.vision-pic img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 90%;
  width: 100%;
  object-fit: contain;
}

.vision-heading h2 {
  color: #FFD70F;
}

.vision-heading p,
.our-purpose-heading h2,
.our-purpose-heading p {
  color: #fff;
}

.vision-top-para {
  width: 100%;
}

.vision-top-para p {
  font-size: 28px;
}

.vision-content {
  padding: 60px 126px 50px 0px;
}

.mission-heading h2,
.mission-heading p,
.who-we-help-heading h2,
.who-we-help-heading p {
  color: #13124D;
}

.about-us-drive-input input {
  border-radius: 0;
}

.culture-img-box {
  position: relative;
}

.color-box {
  width: 377px;
  height: 356px;
  position: absolute;
  top: -37px;
  left: -34px;
  z-index: -1;
}

.who-we-help-heading {
  padding-top: 0;
}

.who-we-are-hover:hover {
  background: linear-gradient(180deg, #002875 0%, #0041B3 100%);
  border-radius: 20px;
}

.who-we-are-hover:hover h5,
.who-we-are-hover:hover p,
.about-us-drive-input input::placeholder {
  color: #fff;
}

.who-we-are-hover:hover .b2b-seo-img img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(72%) saturate(2744%) hue-rotate(343deg) brightness(113%) contrast(113%);
}

@media(max-width: 1199px) {
  .vision-pic img {
    bottom: -52px;
    height: 100%;
  }

  .vision-content {
    padding: 60px 60px 50px 0px;
  }

  .our-culture {
    padding-top: 60px;
  }
}

@media(max-width: 991px) {
  .vision-pic {
    display: none;
  }

  .vision-content {
    padding: 30px 60px;
  }

  .mission-sec {
    padding: 45px 15px 0;
  }

  .our-culture,
  .our-purpose {
    padding-top: 40px;
  }

  .color-box {
    display: none;
  }

  .our-purpose-heading {
    padding: 30px;
  }



}

@media(max-width: 575px) {
  .vision-content {
    padding: 30px 20px;
  }

  .vision-top-para p {
    font-size: 15px;
  }

  .vision-top-para {
    width: 91%;
    left: 34px;
  }
}

@media(max-width: 360px) {
  .vision-top-para {
    width: 91%;
    left: 17px;
  }
}

/* end of about page 31/07/25 */


/* starting of service page 31/07/25 Rimpa */

.professional-seo-section {
  max-width: 73%;
  margin: auto;
  text-align: center;
}

.professional-seo-section-heading h2,
.who-we-are-content-box h2,
.get-ready-box-heading h2 {
  font-size: 36px;
  font-weight: bold;
}

.professional-seo-section-heading p {
  padding: 16px 0 25px;
}

.service-get-btn a {
  padding: 17px 21px;
}

.seo-service-img-box,
.seo-service-img-box img,
.google-ads-left,
.google-ads-left img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}


.who-we-are-content-box h2 {
  max-width: 72%;
}

.SEO-Services p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 26px;
}

.service-ul {
  list-style: disc;
  margin-left: 20px;
}

.service-ul li {
  padding-bottom: 22px;
}

.service-ul li:last-child {
  padding: 0;
}

.seo-service-row {
  --bs-gutter-x: 50px;
}

.business-box-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-box-inner h2 {
  text-align: center;
  max-width: 70%;
  padding-bottom: 40px;
}

.business-box-heading h3 {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding: 24px 0;
}

.business-box-row {
  --bs-gutter-x: 45px;
  --bs-gutter-y: 57px;
}

.business-box-heading p {
  line-height: 26px;
}

.rank-higher-bg {
  background: linear-gradient(180deg, #031958 0%, #082F9B 100%);
  border-radius: 18px;
  padding: 42px 45px;
}

.rank-higher-heading h4,
.rank-higher-heading p {
  color: #fff;
}

.service-rank-form {
  align-items: end;
}

.service-rank-form label {
  padding: 0 0 20px;
}

/* .service-rank-form-row {
  --bs-gutter-x:50px;
} */

@media(max-width: 1199px) {
  .professional-seo-section {
    max-width: 87%;
  }

  .professional-seo-section-heading p {
    padding: 16px 0 20px;
  }

  .seo-service-row {
    --bs-gutter-x: 38px;
  }

  .who-we-are-content-box p {
    padding: 15px 0;
  }

  .service-ul li {
    padding-bottom: 12px;
  }

  .business-box-row {
    --bs-gutter-x: 38px;
    --bs-gutter-y: 48px;
  }

  .business-box-inner h2 {
    max-width: 92%;
  }

  .business-box-heading h3 {
    padding: 18px 0;
  }

  .service-rank-form-btn a {
    padding: 13px 9px;
  }

  .rank-higher-bg {
    padding: 34px 23px;
  }
}

@media(max-width: 991px) {
  .professional-seo-section {
    max-width: 95%;
  }

  .seo-service-row {
    --bs-gutter-y: 38px;
  }

  .seo-service-img-box img {
    width: 100%;
  }

  .who-we-are-content-box h2 {
    max-width: 100%;
  }

  .business-box-inner h2 {
    max-width: 98%;
    padding-bottom: 30px;
  }
}

@media(max-width: 767px) {
  .professional-seo-section {
    max-width: 100%;
  }

  .professional-seo-section-heading p {
    padding: 16px 0;
  }

  .business-box-inner h2 {
    max-width: 100%;
  }

  .business-box-row {
    --bs-gutter-y: 30px;
  }

  .business-box-heading h3 {
    padding: 14px 0;
  }

  .business-box-heading p {
    line-height: 23px;
  }
}

@media(max-width: 505px) {

  .professional-seo-section-heading h2,
  .who-we-are-content-box h2 {
    font-size: 27px;
  }

  .who-we-are-content-box p {
    font-size: 16px;
    padding: 12px 0;
  }
}

@media(max-width: 390px) {
  .professional-seo-section-heading h2 {
    font-size: 25px;
  }
}

@media(max-width: 360px) {
  .professional-seo-section-heading h2 {
    font-size: 23px;
  }

  .seo-service-row {
    --bs-gutter-y: 20px;
  }

  .business-box-heading h3 {
    font-size: 17px;
  }

  .business-box-img img {
    max-width: 65px;
  }

  .rank-higher-heading h4 {
    font-size: 26px;
  }
}

@media(max-width: 320px) {
  .professional-seo-section-heading h2 {
    font-size: 21px;
  }
}

/* 01-08-2025 */

.our-rocket-seo-right {
  border-radius: 21px;
  overflow: hidden;
}

.our-rocket-seo-right .accordion-item {
  border: 0;
  border-bottom: 1px solid #E2E2FF;
  background-color: #FAFAFF;
}

.our-rocket-seo-right .accordion-item:last-child {
  border-bottom: none;
}

.our-rocket-seo-right .accordion-button {
  box-shadow: none;
  background: transparent;
  padding: 25px 20px 25px 27px;
  justify-content: space-between;
}

.icon-info-sec {
  display: flex;
  align-items: center;
}

.icon-info-sec p {
  font-size: 21px;
  color: #13124D;
  margin-left: 11px;
}

.accordion-button::after {
  display: none;
}

.up-arrow {
  font-size: 17px;
  color: #13124D;
  display: none;
}

.down-arrow {
  font-size: 17px;
  color: #13124D;
  display: block;
}

.accordion-button:not(.collapsed) .up-arrow {
  display: block;
}

.accordion-button:not(.collapsed) .down-arrow {
  display: none;
}

.our-rocket-seo-left-heading p {
  padding: 31px 0 18px;
}

.our-rocket-seo-button-padding {
  padding: 37px 0 0;
}

.our-rocket-seo-row {
  --bs-gutter-x: 84px;
}

.seo-services-deliver-revenue-inner {
  height: 100%;
  background-color: #FAFAFF;
  border-radius: 16px;
  padding: 50px 20px 45px 56px;
}

.seo-services-deliver-revenue-heading {
  display: flex;
  align-items: center;
}

.seo-services-deliver-revenue-heading img {
  margin-right: 24px;
}

.seo-service-heading h2 {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 45px;
  text-align: center;
}

.seo-services-deliver-revenue-ul {
  padding-top: 12px;
}

.seo-services-deliver-revenue-ul li i {
  color: #0655BE;
  margin-right: 12px;
}

.seo-services-deliver-revenue-ul li {
  padding-top: 24px;
}

.seo-services-deliver-revenue-row {
  --bs-gutter-y: 30px;
}

.seo-services-deliver-revenue-content h3,
.seo-services-deliver-revenue-content p {
  color: #000;
}

.seo-services-deliver-revenue-content h3 {
  font-size: 22px;
  padding: 0 0 11px;
}

.seo-growth-together-heading h4 {
  width: 80%;
}

.seo-growth-together-img {
  display: flex;
  justify-content: center;
  padding: 45px 0 0;
}

.seo-drive-result {
  padding: 0;
}

.get-ready-container {
  padding: 121px 32px 109px 68px;
  background: linear-gradient(180deg, #031958 0%, #082F9B 100%);
  border-radius: 18px;
}

.get-ready-box-heading h2,
.get-ready-box-heading p,
.get-ready-inner-box {
  color: #fff;
  text-align: center;
}

.get-ready-row {
  --bs-gutter-x: 66px;
}

.get-ready-box-heading p {
  padding: 21px 0 34px;
}

.get-ready-inner-box {
  background-color: #0655BE;
  border-radius: 11px;
  padding: 34px 0;
}

.get-ready-inner-box-row {
  --bs-gutter-x: 13px;
  --bs-gutter-y: 10px;
  justify-content: center;
}

.get-ready-right-img,
.get-ready-right-img img {
  height: 100%;
}

.get-ready-inner-box h5 {
  font-size: 42px;
  font-weight: bold;
}

.seo-faq-sec {
  padding-top: 80px;
}

.seo-faq-left .nav .nav-link {
  background: #FAFAFF;
  font-size: 18px;
  color: #0655BE;
  border-bottom: 1px solid #E2E2FF;
  border-radius: 0px;
  padding: 12px 28px;
  text-align: left;
}

.seo-faq-left {
  border-radius: 21px;
  overflow: hidden;
}

.seo-faq-left .nav .nav-link:last-child {
  border: 0;
}

.seo-faq-sec .our-rocket-seo-left-heading h2 {
  text-align: left;
  padding-bottom: 28px;
}

.google-ads-icons-box {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #0655BE;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}

.google-ads-right ul li {
  display: flex;
  align-items: center;
  padding-bottom: 23px;
}

.google-ads-right ul li:last-child {
  padding: 0;
}

.google-ads-heading h3 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.google-ads-row {
  --bs-gutter-x: 47px;
}

@media(max-width: 1199px) {
  .our-rocket-seo-row {
    --bs-gutter-x: 49px;
  }

  .our-rocket-seo-right .accordion-button {
    padding: 22px 20px 22px 27px;
  }

  .icon-info-sec p {
    font-size: 20px;
  }

  .our-rocket-seo-left-heading p {
    padding: 24px 0 18px;
  }

  .our-rocket-seo-row {
    --bs-gutter-y: 49px;
  }

  .seo-services-deliver-revenue-inner {
    padding: 38px 20px 40px 30px;
  }

  .seo-services-deliver-revenue-content h3 {
    font-size: 19px;
  }

  .seo-services-deliver-revenue-ul li {
    padding-top: 18px;
  }

  .seo-services-deliver-revenue-heading img {
    margin-right: 18px;
  }

  .seo-services-deliver-revenue-row {
    --bs-gutter-y: 20px;
  }

  .get-ready-container {
    padding: 90px 32px 80px 32px
  }

}

@media(max-width: 991px) {

  .seo-services-deliver-revenue-content h3 {
    font-size: 22px;
  }

  .seo-growth-together-heading h4 {
    width: 100%;
  }

  .seo-growth-together-img {
    padding: 39px 0 0;
  }

  .seo-faq-left .nav {
    flex-direction: row !important;
  }

  .seo-faq-left .nav .nav-link {
    border-bottom: 0;
    padding: 12px 12px;
  }

  .seo-faq-row {
    --bs-gutter-y: 20px;
  }

  .seo-faq-sec {
    padding-top: 40px;
  }

  .seo-faq-left .nav .nav-link {
    margin-right: 5px;
    border-radius: 18px;
  }

  .get-ready-right-img,
  .google-ads-left {
    display: none;
  }

  .get-ready-container {
    padding: 60px 32px;
  }

  .google-ads-right ul li {
    padding-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .our-rocket-seo-row {
    --bs-gutter-y: 30px;
  }

  .our-rocket-seo-button-padding {
    padding: 30px 0 0;
  }

  .seo-growth-together-img {
    padding: 31px 0 0;
  }

  .get-ready-inner-box h5 {
    font-size: 36px;
  }
}

@media(max-width: 575px) {
  .icon-info-sec p {
    font-size: 16px;
  }

  .seo-service-heading h2 {
    font-size: 32px;
    padding-bottom: 22px;
  }

  .seo-faq-left .nav .nav-link {
    font-size: 15px;
  }

  /* .google-ads-icons-box {
    width: 42px;
    height: 42px;
  } */

  .google-ads-right ul li {
    padding-bottom: 17px;
  }
}

@media(max-width: 480px) {
  .seo-services-deliver-revenue-content h3 {
    font-size: 17px;
  }

  .seo-services-deliver-revenue-ul li {
    padding-top: 14px;
  }

  .our-rocket-seo-right .accordion-button {
    padding: 20px;
  }

  .google-ads-heading h3 {
    font-size: 18px;
  }

}

@media(max-width: 360px) {
  .our-rocket-seo-right .accordion-button {
    padding: 18px 20px 18px 25px;
  }

  .our-rocket-seo-left-heading p {
    padding: 19px 0 15px;
  }

  .seo-services-deliver-revenue-heading {
    flex-direction: column;
    text-align: center;
  }

  .seo-services-deliver-revenue-inner {
    padding: 30px 17px 34px 17px;
  }

  .seo-services-deliver-revenue-heading img {
    margin-bottom: 16px;
  }

  .seo-services-deliver-revenue-ul li {
    padding-top: 13px;
    font-size: 15px;
  }

  .seo-faq-left .nav {
    margin-right: 0 !important;
  }

  .seo-faq-left .nav .nav-link {
    font-size: 13px;
    padding: 9px 4px;
  }

  .our-rocket-seo-right .accordion-button {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-info-sec p {
    font-size: 15px;
  }

  .accordion-body {
    padding: 1rem 0 0 10px;
  }

  .get-ready-box-heading h2 {
    font-size: 30px;
  }

  .get-ready-container {
    padding: 40px 20px;
  }

  .google-ads-right ul li {
    flex-direction: column;
    text-align: center;
  }

  .google-ads-icons-box {
    margin: 0 0 15px;
  }
}

/* 02-08-2025 */

.blog-sec {
  padding: 67px 0 83px;
}

.blog-top-list ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-top-list ul li {
  margin-right: 15px;
  margin-bottom: 12px;
}

.blog-top-list ul li a {
  background: #F6F7F8;
  color: #000000;
  font-size: 15px;
  padding: 5px 10px;
  border-radius: 4px;
  transition: all .3s ease-in-out;
}

.blog-top-list ul li a:hover {
  background-color: #0655BE;
  color: #fff;
}

.blog-top-list ul li a.active {
  background-color: #0655BE;
  color: #fff;
}

.blog-top-list {
  margin-bottom: 15px;
}

.blog-bottom-top-details-box-img img {
  border-radius: 4px;
}

.blog-bottom-top-details-box-info {
  padding: 20px 0;
}

.blog-bottom-top-details-box-info p {
  font-size: 15px;
  color: #000;
  margin-bottom: 10px;
}

.blog-bottom-top-details-box-info h2 {
  margin-bottom: 15px;
}

.blog-bottom-top-details-box-info h2 a {
  font-size: 24px;
  color: #000000;
}

.blog-bottom-top-details-box-info ul {
  display: flex;
  align-items: center;
}

.blog-bottom-top-details-box-info ul li {
  font-size: 16px;
  color: #575555;
  padding-right: 3px;
}

.blog-box-img {
  width: 100%;
  height: 184px;
  border-radius: 4px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.blog-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}

.blog-box-info {
  padding-top: 15px;
}

.blog-box-info p {
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}

.blog-box-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-box-info h3 a {
  font-size: 18px;
  color: #000000;
}

.blog-read-more-btn {
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 12px;
}

.blog-read-more-btn img {
  transition: all .4s ease-in-out;
}

.blog-read-more-btn:hover {
  color: #004AAC;
}

.blog-read-more-btn:hover img {
  transform: translateX(2px);
}

.blog-box-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.blog-box-info ul li {
  font-size: 16px;
  color: #1F1F1F;
}

.blog-box {
  width: 100%;
  transition: all .3s ease-in-out;
}

.blog-box-wrapper {
  margin-bottom: 24px;
}

.blog-box:hover .blog-box-img img {
  transform: scale(1.1);
}



.blog-box {
  width: 100%;
  height: 100%;
}

.blog-box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}




.pagination-sec {
  width: 100%;
  margin-top: 25px;
}

.pagination-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-sec ul li {
  margin: 0 2px;
}

.pagination-sec ul li a {
  display: flex;
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #202020;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFE3E8;
  border-radius: 4px;
}

.pagination-sec ul li a.active {
  border-color: #241B02 !important;
}

.left-arrow {
  background-color: #0655BE;
  color: #fff !important;
  border-color: #0655BE;
}

.right-arrow {
  background-color: #747677;
  color: #fff !important;
  border-color: #747677;
}

.search-sec {
  width: 100%;
  position: relative;
}

.search-sec img {
  position: absolute;
  left: 11px;
  top: 14px;
}

.search-sec input {
  padding-left: 40px;
  color: #2B2A2A;
  border: 0;
  box-shadow: 0px 4px 44px 0px #0000000D;
}

.search-sec input::placeholder {
  color: #2B2A2A;
}

.blog-about-us-section {
  background-color: #FBFCFF;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  padding: 30px 20px 34px;
}

.blog-about-us-section h4 {
  font-size: 22px;
  color: #242323;
  margin-bottom: 35px;
}

.blog-about-us-section p {
  color: #282828;
  margin-bottom: 12px;
}

.blog-about-us-section a {
  font-size: 15px;
  color: #0655BE;
  font-weight: 600;
}

.feature-list ul li {
  margin-bottom: 15px;
}

.feature-list ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  padding: 15px;
  box-shadow: 0px 4px 44px 0px #0000000D;
}

.feature-list ul li:last-child {
  margin-bottom: 0;
}

.feature-left {
  width: 25%;

}
.feature-left img {
  border-radius: 5px;

}

.feature-right {
  width: 75%;
  padding-left: 10px;
}

.feature-right h4 {
  font-size: 13px;
  color: #000;
  margin-bottom: 1px;
}

.feature-right p {
  font-size: 12px;
  margin: 0;
  color: #414040;
}

.blog-right-top-search {
  margin-bottom: 15px;
}

.blog-right-about-us {
  margin-bottom: 25px;
}

.seo-report-sec {
  width: 100%;
  background: linear-gradient(180deg, #031958 0%, #082F9B 48.46%, #031958 100%);
  border-radius: 4px;
  padding: 60px 33px;
}

.seo-report-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.seo-report-inner h2 {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}

.seo-report-inner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}

.seo-report-inner a {
  background: #FF914D;
}

.seo-report-inner a:hover {
  border-color: #FF914D;
  color: #FF914D;
}

.blog-news-info {
  padding-top: 50px;
}

.blog-news-info h2 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
}

.blog-news-info p {
  color: #fff;
  margin-bottom: 25px;
}

.blog-news-sec {
  width: 100%;
  background: #C77B01;
  padding-bottom: 50px;
}

.blog-news-input-box input {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.blog-news-input-box input::placeholder {
  color: #fff;
}

.blog-news-input-box select {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  height: 45px !important;
  line-height: 21px;
  border-radius: 6px;
}

.blog-news-input-box select option {
	color: #000;
}

.blog-news-select-box {
  position: relative;
}

.blog-news-select-box::after {
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffffff;
  margin-left: 8px;
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
}

.subcribe-btn {
  width: 100%;
  height: 45px;
  background: #DEAA0D;
  font-size: 16px;
  color: #fff;
  border: 1px solid #DEAA0D;
  padding: 5px 0;
  border-radius: 6px;
	text-transform: capitalize;
  cursor: pointer;
}

.checkbox-sec {
  display: block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-sec input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  margin: 0;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

.checkbox-sec input:checked~.checkmark {
  background-color: #0655BE;
  border: 1px solid #0655BE;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked~.checkmark:after {
  display: block;
}

.checkbox-sec .checkmark:after {
  left: 4px;
  top: 0px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select-sec {
  margin-top: 0;
}

.select-sec label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px;
	margin: 0;
}

.select-sec label span {
	margin: 0;
}

.blog-bottom-top-details-box {
  margin-bottom: 15px;
}

@media(max-width: 991px) {
  .blog-news-right {
    display: none;
  }
}

@media(max-width: 575px) {
  .feature-left {
    width: 15%;
  }

  .feature-right {
    width: 85%;
    padding-left: 10px;
  }

  .blog-news-input-box {
    margin-bottom: 12px;
  }

  .subcribe-btn {
    height: 45px;
  }
}

@media(max-width: 420px) {
  .blog-top-list ul li a {
    font-size: 13px;
  }

  .blog-sec {
    padding: 40px 0 43px;
  }

  .blog-bottom-top-details-box-info h2 {
    font-size: 20px;
  }

  .blog-bottom-top-details-box-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .blog-bottom-top-details-box-info ul li {
    font-size: 14px;
  }

  .blog-box-info ul li {
    font-size: 14px;
    color: #1F1F1F;
  }

  .blog-right {
    margin-top: 20px;
  }

  .blog-about-us-section h4 {
    font-size: 18px;
  }

  .feature-right h4 {
    font-size: 13px !important;
  }

  .seo-report-inner h2 {
    font-size: 21px;
  }

  .blog-news-info h2 {
    font-size: 25px;
  }

  .blog-news-info {
    padding-top: 28px;
  }
}


/* 04/08/25 contact marketing page */

.contact-marketing-bg-color,
.We-have-generated {
  background: linear-gradient(180deg, #031958 0%, #082F9B 48.46%, #031958 100%);
  padding: 48px 0;
}

.contact-marketing-sevice-box span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 49px;
}

.contact-marketing-sevice-box h2,
.contact-marketing-technology-partners-heading h2,
.digital-strategies-heading h2,
.We-have-generated-heading h2,
.our-approach-heading h2,
.let-us-turn-heading h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
  padding: 28px 0 21px;
}

.contact-marketing-sevice-box p {
  font-size: 17px;
  color: #fff;
  line-height: 22px;
}

.contact-marketing-sevice-row {
  --bs-gutter-x: 74px;
}

.contact-marketing-sevice-btn a {
  background-color: #FF914D;
  margin-top: 40px;
}

.contact-marketing-img,
.contact-marketing-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.contact-marketing-technology-partners {
  padding: 53px 0 0;
}

.contact-marketing-technology-partners-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-marketing-technology-partners-img {
  display: flex;
  justify-content: center;
  align-items: center;
}


.contact-marketing-technology-partners-heading h2 {
  color: #13124D;
  padding: 0 0 31px 0;
}

.digital-strategies {
  padding: 91px 0 0;
}

.digital-strategies-heading {
  display: flex;
  justify-content: center;
}

.digital-strategies-heading h2 {
  max-width: 74%;
  text-align: center;
  color: #13124D;
  padding: 0 0 36px;
}

.We-have-generated {
  padding: 35px 0 60px;
  margin-top: 98px;
}

.We-have-generated-heading h2 {
  padding: 0 0 43px;
  text-align: center;
}

.We-have-generated-box-inners {
  display: flex;
  justify-content: center;
  align-items: center;
}

.We-have-generated-box-inners p {
  font-size: 20px;
  font-weight: bold;
  line-height: 37px;
  color: #fff;
  padding-top: 20px;
}

.We-have-generated-content {
  padding: 0 124px 0 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.We-have-generated-box-inners .We-have-generated-content:last-child {
  padding: 0;
}

.our-approach {
  margin-top: 96px;
}

.our-approach-row {
  justify-content: center;
  --bs-gutter-x: 28px;
  --bs-gutter-y: 26px;
}

.our-approach-heading h2 {
  text-align: center;
  color: #13124D;
  padding: 0 0 45px;
}

.our-approach-para p {
  font-size: 15px;
  line-height: 22px;
  color: #13124D;
}

.our-approach-img h3 {
  font-size: 20px;
  font-weight: bold;
  color: #13124D;
}

.our-approach-img {
  display: flex;
  align-items: center;
}

.our-approach-box {
  height: 100%;
  background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
  box-shadow: 0px 4px 44px 0px #0000000D;
  padding: 31px 25px 50px;
}

.our-approach-img img {
  padding-right: 18px;
}

.our-approach-img {
  padding: 0 0 20px;
}



.let-us-turn-inner {
  background-color: #FAFAFF;
  border-radius: 22px;
  padding: 62px 190px 137px;
}

.let-us-turn-heading h2 {
  color: #000;
  padding: 0;
}

.let-us-turn-heading h2 span {
  font-weight: 400;
}

.let-us-turn-para {
  padding: 37px 0 26px;
}

.let-us-turn-para p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #13124D;
  text-align: center;
}

.let-us-btn a {
  background-color: #FF914D;
}

.let-us-turn {
  margin-top: 117px;
}

.contact-marketing-faq-sec {
  margin: 61px 0;
}

.contact-marketing-faq-box-inner .accordion-button:not(.collapsed) .down-arrow {
  display: block;
  transform: rotate(45deg);
}

.our-rocket-seo-right.contact-marketing-faq-box-inner .accordion-item {
  border: 0;
  border-bottom: 0;
  background-color: #FAFAFF;
}

.our-rocket-seo-right.contact-marketing-faq-box-inner .accordion-button {
  padding: 0;
  border: 0 !important;
}

.contact-marketing-faq-box-inner .icon-info-sec p {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-left: 0px;
}

.seo-faq-right .icon-info-sec p {
  font-weight: 800;
  margin-left: 0;
}

.seo-faq-right .accordion-body {
  padding-left: 26px;
}

.contact-marketing-faq-box-inner .accordion-item {
  padding: 30px 29px 30px 44px;
  margin-bottom: 26px;
  border-radius: 20px;
}

.contact-marketing-faq-box-inner .accordion-body {
  padding: 26px 0 0;
}

.contact-marketing-faq-box-inner .accordion-body p {
  padding-bottom: 26px;
}

.contact-marketing-faq-box-inner .accordion-body p:last-child {
  padding: 0;
}

.Frequently-heading h2 {
  padding: 0 0 76px;
}

.contact-marketing-faq-box {
  margin: 0 55px;
}


@media(max-width: 1199px) {
  .digital-strategies {
    padding: 70px 0 0;
  }

  .digital-strategies-heading h2 {
    padding: 0px 0 21px;
  }

  .partners-img img {
    padding-right: 75px;
  }

  .We-have-generated {
    margin-top: 60px;
  }

  .We-have-generated-content {
    padding: 0 100px 0 0px;
  }

  .our-approach {
    margin-top: 60px;
  }

  .our-approach-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .let-us-turn {
    margin-top: 94px;
  }

  .let-us-turn-inner {
    padding: 62px 100px 100px;
  }

  .let-us-turn-para {
    padding: 30px 0 26px;
  }

}

@media(max-width: 991px) {
  .contact-marketing-img {
    display: none;
  }

  .contact-marketing-sevice-box h2 {
    padding: 21px 0;
  }

  .contact-marketing-sevice-box span {
    line-height: 25px;
  }

  .contact-marketing-sevice-box p {
    font-size: 16px;
  }

  .contact-marketing-sevice-box h2,
  .digital-strategies-heading h2,
  .contact-marketing-technology-partners-heading h2 {
    font-size: 30px;
  }

  .contact-marketing-sevice-box h2 {
    padding: 18px 0;
  }

  .Frequently-heading h2 {
    padding: 0 0 54px;
  }

  .contact-marketing-faq-box {
    margin: 0 21px;
  }

  .digital-strategies-heading h2 {
    max-width: 96%;
  }

  .digital-strategies {
    padding: 50px 0 0;
  }

  .We-have-generated-content {
    padding: 0 87px 0 0px;
  }

  .We-have-generated-box-inners p {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
  }

  .let-us-turn-inner {
    padding: 49px 50px 60px;
  }

  .let-us-turn {
    margin-top: 57px;
  }

}

@media(max-width: 767px) {
  .digital-strategies-heading h2 {
    max-width: 100%;
  }

  .contact-marketing-technology-partners {
    padding: 40px 0 0;
  }

  .digital-strategies-heading h2,
  .contact-marketing-technology-partners-heading h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .We-have-generated-box-inners p {
    font-size: 16px;
  }

  .We-have-generated-content {
    padding: 0 70px 0 0px;
  }

  .our-approach-heading h2 {
    padding: 0 0 34px;
  }

  .our-approach {
    margin-top: 40px;
  }

  .let-us-turn-inner {
    padding: 49px 21px 50px;
  }


}

@media(max-width: 575px) {
  .We-have-generated-content {
    flex-direction: row;
    justify-content: start;
    padding: 0 0 25px;
  }

  .We-have-generated-box-inners {
    flex-direction: column;
    align-items: start;
    padding: 0 0 0 30px;
  }

  .We-have-generated-box-inners p {
    padding: 0 0 0 18px;
  }

  .We-have-generated-heading h2 {
    padding: 0 0 32px;
  }

  .let-us-turn-para {
    padding: 20px 0 23px;
  }
}

@media(max-width: 480px) {

  .We-have-generated-heading h2,
  .our-approach-heading h2,
  .let-us-turn-heading h2 {
    font-size: 27px;
  }

  .let-us-turn-inner {
    padding: 41px 21px 44px;
  }

  .icon-info-sec p {
    font-size: 15px;
    padding-right: 12px;
  }

  .contact-marketing-faq-box-inner .accordion-item {
    padding: 30px;
  }

  .contact-marketing-faq-box-inner .icon-info-sec p {
    font-size: 16px;
  }

  .contact-marketing-faq-box {
    margin: 0;
  }
}

@media(max-width: 360px) {
  .contact-marketing-bg-color {
    padding: 34px 0;
  }

  .contact-marketing-sevice-box span {
    font-size: 18px;
  }

  .contact-marketing-sevice-box h2 {
    padding: 16px 0;
    font-size: 27px;
  }

  .contact-marketing-sevice-btn a {
    margin-top: 32px;
  }

  .contact-marketing-technology-partners-heading h2 {
    padding: 0 0 18px 0;
  }

  .digital-strategies-heading h2,
  .contact-marketing-technology-partners-heading h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .digital-strategies {
    padding: 30px 0 0;
  }

  .our-approach-img img {
    width: 70px;
  }

}

@media(max-width: 320px) {
  .contact-marketing-sevice-box h2 {
    font-size: 24px;
    line-height: 31px;
  }

  .We-have-generated-box-inners {
    padding: 0 0 0 15px;
  }

  .our-approach-heading h2 {
    padding: 0 0 25px;
  }
}

/* 05-08-2025 */

/* service section */

.google-ads-icons-box {
  margin-right: 0;
}

.google-ad-list-left {
  width: 10%;
}

.google-ad-list-right {
  width: 90%;
}

.seo-faq-left .nav .nav-link {
  background-color: transparent;
}

.seo-faq-left .nav .nav-link.active {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px 0px #0000000D;
  border-radius: 0;
  margin: 0;
}

.seo-faq-left .nav {
  background: #FAFAFF;
}

.business-sec {
  margin-top: 15px;
}

.business-sec .contact-marketing-tab-inner h2 {
  font-size: 30px;
}

@media(max-width: 480px) {
	.google-ad-list-left {
		width: 46px;
	}
	
  .google-ad-list-right {
	  width: calc(100% - 46px);
    padding-left: 15px;
  }
}

@media(max-width: 360px) {
  .google-ad-list-right {
    padding-left: 0px;
  }
}


/* contact merketing  */



.contact-marketing-tab-inner h2,
.transparent-content-marketing-heading h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 25px;
  color: #13124D;
}

.contact-marketing-tab-inner p {
  font-size: 17px;
  font-weight: 500;
  color: #13124D;
  line-height: 25px;
  padding-top: 29px;
}

.contact-marketing-faq-row {
  --bs-gutter-x: 30px;
}

.contact-marketing-faq-btn a {
  margin-top: 43px;
}

.transparent-content-marketing-heading h2 {
  max-width: 65%;
  line-height: 44px;
  color: #000;
}

.transparent-content-marketing-heading p {
  max-width: 90%;
}

.transparent-content-marketing-heading p,
.transparent-content-marketing-heading a,
.contact-marketing-solution-tab-box-inner p,
.contact-marketing-solution-tab-box-inner p a {
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  color: #13124D;
  padding: 31px 0 49px;
}

.transparent-content-marketing-heading a,
.contact-marketing-solution-tab-box-inner p a {
  text-decoration: underline;
  padding: 0;
}

.transparent-content-marketing-heading a:hover,
.contact-marketing-solution-tab-box-inner a:hover {
  color: #FFC107;
}

.transparent-content-marketing-content {
  max-width: 1062px;
  margin: auto;
  background-color: #FAFAFF;
  border-radius: 19px;
}

.transparent-content-marketing-content-outer-box {
  width: 100%;
  border-right: 1px solid #13124D;
}

.transparent-content-marketing-content-box {
  background-color: #13124D;
  padding: 49px 38px;
  text-align: center;
  border-radius: 19px 0 0 19px;
}

.transparent-content-marketing-content-box h3 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 25px;
}

.transparent-content-marketing-content-box p,
.transparent-content-marketing-content-box span,
.transparent-content-marketing-para h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  padding: 15px 0;
}

.transparent-content-marketing-content-box span {
  color: #FFC107;
}

.transparent-content-marketing-para {
  padding: 45px 45px 24px;
}

.transparent-content-marketing-para h4 {
  font-weight: bold;
  color: #000;
  /* padding: 45px 45px 40px; */
  padding-top: 0;
  padding-bottom: 40px;
}

.transparent-content-marketing-para ul li {
  margin-bottom: 20px;
}

.transparent-content-marketing-para ul li:last-child {
  margin-bottom: 0;
}

.transparent-content-marketing-para ul li span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Haas Grot Text 65';
  color: #000;
  margin-bottom: 10px;
}

.transparent-content-marketing-para ul li p {
  font-size: 15px;
  color: #13124D;
}

.transparent-content-marketing-para ul {
  padding-left: 45px;
}

.all-plan-sec {
  padding: 75px 44px 60px;
}

.all-plan-sec h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 36px;
}

.all-plan-sec ul li {
  font-size: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}

.all-plan-sec ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.transparent-content-marketing {
  margin-top: 80px;
}

.content-marketing-solutions {
  margin-top: 66px;
}

.content-marketing-solutions-heading h2 {
  font-weight: 700;
  font-style: 75 Bold;
  font-size: 36px;
  line-height: 25px;
  color: #13124D;
  text-align: center;
  padding-bottom: 53px;
}

.contact-marketing-solution-tab-box-inner h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
  padding-bottom: 40px;
}

.contact-marketing-solution-tab-box-inner p {
  padding: 0 0 10px 0;
}

.contact-marketing-solution-row {
  --bs-gutter-x: 30px;
}

.lackluster-content,
.services-search-engines {
  background: linear-gradient(180deg, #031958 0%, #082F9B 48.46%, #031958 100%);
}

.lackluster-content-content h2 {
  max-width: 72%;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  padding-bottom: 33px;
}

.lackluster-content-btn a {
  background-color: #FF914D;
}

.content-marketing-services-inner {
  padding: 49px 21px 15px 22px;
}

.content-marketing-services h2 {
  color: #000;
  padding-bottom: 20px;
}

.services-search-engines-box-content h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
  padding-bottom: 26px;
}

.services-search-engines-box-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  padding-bottom: 15px;
}

.content-marketing-process {
  padding-top: 70px;
}

.your-content-marketing p {
  max-width: 72%;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 20px;
}

.content-marketing-process-box {
  height: 100%;
  background-color: #FAFAFF;
  border-radius: 12PX;
  padding: 64px 0px 76px 55px;
}

.content-marketing-process-box h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #000;
  padding-bottom: 31px;
}

.content-marketing-process-box ul li {
  font-weight: 500;
  font-size: 17px;
  line-height: 30px;
  color: #13124D;
  padding: 0 0 10px 15px;
  position: relative;
}

.content-marketing-process-box ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.content-marketing-process-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.trafic-value-sec {
  width: 100%;
  margin-top: 54px;
}

.trafic-value-box {
  width: 100%;
  height: 301px;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.trafic-value-box:hover img {
  transform: scale(1.1);
}

.trafic-value-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s ease-in-out;
}

.trafic-value-box-inner {
  width: 100%;
  height: 100%;
  background: #00000096;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
  text-align: center;
}

.trafic-value-box-inner p {
  font-weight: bold;
  color: #fff;
}

.service-search-engine-list ul li {
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  padding-left: 20px;
}

.service-search-engine-list ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 9px;
  left: 5px;
}

.services-search-engines-box-content {
  padding: 77px 0 79px 0;
}

.service-search-engine-btn {
  margin-top: 24px;
}

.services-search-engines-box-img {
  width: 100%;
  height: 100%;
  position: relative;
}

.services-search-engines-box-img img {
  max-width: 836px;
  height: 558px;
  position: absolute;
  /* object-fit: contain; */
  bottom: 0;
  left: -160px;
}

.content-marketing-services-growth {
  width: 100%;
  height: 100%;
  background-image: url(../img/got-a-project-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.content-marketing-services-growth-box h2 {
  max-width: 70%;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  padding-bottom: 41px;
}

.content-marketing-services-growth-box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.content-marketing-services-growth-inner {
  padding: 100px 0 70px;
}

.content-marketing-services-growth-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media(max-width: 1199px) {
  .contact-marketing-faq-sec {
    margin: 50px 0;
  }

  .transparent-content-marketing {
    margin-top: 60px;
  }

  .transparent-content-marketing-heading h2 {
    max-width: 87%;
  }

  .content-marketing-services-growth-img {
    display: none;
  }

  .content-marketing-services-growth-inner {
    padding: 64px 0 62px;
  }

  .content-marketing-services-growth-box h2 {
    max-width: 85%;
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 35px;
  }

}

@media(max-width: 991px) {
  .transparent-content-marketing-heading p {
    padding: 23px 0 31px;
  }

  .transparent-content-marketing-heading h2,
  .transparent-content-marketing-heading p {
    max-width: 100%;
  }

  .transparent-content-marketing-content-box {
    border-radius: 19px;
  }

  .transparent-content-marketing-content-outer-box {
    border-right: 0;
    border-bottom: 1px solid #13124D;
  }

  .all-plan-sec {
    padding: 50px 44px;
  }

  .lackluster-content-img {
    display: none;
  }

  .lackluster-content {
    padding: 60px 0;
  }

  .trafic-value-box {
    margin-bottom: 24px;
  }

  .services-search-engines-box-img {
    display: none;
  }

  .content-marketing-services-growth-box h2 {
    padding-bottom: 26px;
  }
}

@media(max-width: 767px) {
  .transparent-content-marketing-para {
    padding: 45px 34px 24px;
  }

  .transparent-content-marketing-para ul {
    padding-left: 32px;
  }

  .transparent-content-marketing-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .transparent-content-marketing-content-box {
    padding: 38px 29px;
  }

  .transparent-content-marketing-content-box p {
    padding: 10px 0;
  }

  .transparent-content-marketing-content-box h3 {
    font-size: 18px;
  }

  .content-marketing-services-growth-box h2 {
    max-width: 100%;
    font-size: 31px;
    line-height: 43px;
    padding-bottom: 20px;
  }

  .content-marketing-services-growth-box p {
    font-size: 16px;
    line-height: 24px;
  }

  .content-marketing-services-growth-inner {
    padding: 40px 0 50px;
  }

  .We-have-generated {
    margin-top: 40px;
  }


}

@media(max-width: 480px) {
  .content-marketing-solutions-heading h2 {
    font-size: 23px;
  }

  /* .seo-faq-left .nav .nav-link.active {
    width: auto;
    margin-right: 10px;
  } */

  .lackluster-content-content h2 {
    max-width: 100%;
    font-size: 26px;
    padding-bottom: 33px;
  }

  .services-search-engines-box-content h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }

  .services-search-engines-box-content p {
    font-size: 15px;
  }

  .service-search-engine-list ul li {
    font-size: 16px;
  }

  .services-search-engines-box-content {
    padding: 50px 0;
  }

  .We-have-generated-heading h2,
  .our-approach-heading h2,
  .let-us-turn-heading h2 {
    font-size: 23px;
  }

  .content-marketing-process {
    padding-top: 40px;
  }

  .service-heading {
    padding: 0 0 30px;
    align-items: flex-start;
    text-align: left;
  }

  .your-content-marketing p {
    max-width: 100%;
    font-size: 15px;
  }

  .content-marketing-process-box {
    background-color: #FAFAFF;
    border-radius: 12PX;
    padding: 15px;
  }

  .content-marketing-process-box h5 {
    font-size: 19px;
    padding-bottom: 18px;
  }

  .content-marketing-process-box ul li {
    font-size: 15px;
  }

  .content-marketing-process-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 15px;
  }
}

@media(max-width:360px) {
  .transparent-content-marketing-para {
    padding: 33px 27px 19px;
  }

  .transparent-content-marketing-content-box p {
    line-height: 16px;
  }

  .transparent-content-marketing-content-box {
    padding: 30px 13px;
  }

  .transparent-content-marketing-para h4 {
    padding-bottom: 20px;
  }

  .transparent-content-marketing-para ul {
    padding-left: 18px;
  }

  .all-plan-sec {
    padding: 31px 19px;
  }

  .all-plan-sec h2 {
    margin-bottom: 20px;
  }

  .all-plan-sec ul li {
    margin-bottom: 15px;
  }

  .contact-marketing-faq-btn a {
    margin-top: 20px;
  }

  .Frequently-heading h2 {
    padding: 0 0 40px;
  }

  .content-marketing-services-growth-box h2 {
    font-size: 25px;
    line-height: 34px;
    padding-bottom: 20px;
  }

  .content-marketing-services-growth-btn a {
    padding: 20px 14px;
  }
}

@media(max-width: 320px) {

  .transparent-content-marketing-content-box h3,
  .transparent-content-marketing-content-box p,
  .transparent-content-marketing-content-box span {
    font-size: 15px;
  }
}

/* 06-08-2025 */

.local-seo-banner {
  width: 100%;
  height: 100%;
  background-image: url(../img/loacl-seo-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 120px 0;
}

.local-seo-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 25, 88, 0.9) 0%, rgba(8, 47, 155, 0.9) 99.99%, rgba(3, 25, 88, 0.9) 100%);
  top: 0;
  left: 0;
}

.local-seo-banner-left span {
  font-weight: 700;
  font-size: 20px;
  line-height: 49px;
  color: #fff;
}

.local-seo-banner-left h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  color: #fff;
  padding: 28px 0 21px;
}

.local-seo-banner-left p {
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 28px;
}

.local-seo-banner-btn a {
  background-color: #FF914D;
}

.local-seo-banner-para h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  color: #FFC107;
  padding-bottom: 10px;
}

.local-seo-banner-para p {
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
}

.local-seo-banner-para {
  width: 50%;
}

.local-seo-first-box {
  padding: 27px 27px 27px 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.local-seo-secound-box {
  padding: 27px;
  border-bottom: 1px solid #fff;
}

.local-seo-third-box {
  padding: 27px 27px 27px 0;
  border-right: 1px solid #fff;
}

.local-seo-forth-box {
  padding: 27px;
}

.local-seo-banner-row {
  align-items: center;
  --bs-gutter-x: 123px;
}

.local-seo-bannr-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.local-seo-reviews-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.local-seo-reviews-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 133px;
}

.local-seo-reviews-box:last-child {
  margin: 0;
}

.review-star {
  padding: 15px 0 13px;
}

.local-seo-reviews-box p {
  font-weight: 700;
  font-size: 22px;
  line-height: 37px;
  color: #000;
}

.local-seo-reviews,
.local-seo-reviews-content {
  margin-top: 80px;
}

.local-seo-reviews-left-img,
.local-seo-reviews-left-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.local-seo-reviews-content-box h2,
.local-seo-business-heading h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  color: #13124D;
  padding-bottom: 14px;
}

.local-seo-reviews-content-box p,
.local-seo-reviews-para p,
.local-seo-reviews-para a,
.local-seo-reviews-bottom-para p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #13124D;
  padding-bottom: 21px;
}

.local-seo-reviews-content-box .local-seo-reviews-content-box-para {
  padding: 0;
}

.local-seo-reviews-content-row {
  --bs-gutter-x: 46px;
}

.local-seo-reviews-para p {
  padding: 49px 0 27px;
}

.local-seo-reviews-para a {
  padding: 0;
  text-decoration: underline;
}

.local-seo-reviews-para a:hover {
  color: #FFC107;
}

.local-seo-ranking-box {
  height: 100%;
  background-color: #FAFAFF;
  border-radius: 8px;
  padding: 21px 34px 37px;
}

.local-seo-ranking-box h3 {
  font-size: 20px;
  line-height: 25px;
  color: #13124D;
  padding: 23px 0 10px;
}

.local-seo-ranking-box p,
.local-seo-ranking-box ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #13124D;
  padding-bottom: 21px;
}

.local-seo-ranking-box ul li {
  position: relative;
  padding-left: 15px;
}

.local-seo-ranking-box ul {
  padding: 0 0 0 10px;
}


.local-seo-ranking-box ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.local-seo-reviews-bottom-para {
  padding: 38px 0 58px;
}

.seo-ranking-box-row {
  --bs-gutter-x: 30px;
}

.local-seo-reviews-bottom-para p {
  padding: 0;
}

.local-seo-business-inner {
  background: linear-gradient(180deg, #031958 0%, #082F9B 48.46%, #031958 100%);
  border-radius: 7px;
  padding: 58px 0 15px;
  margin-top: 76px;
}

.local-seo-business-heading h2 {
  color: #fff;
  padding-bottom: 18px;
}

.local-seo-business-heading span {
  font-weight: 500;
  font-size: 17px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}

.local-seo-business-heading p {
  max-width: 81%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 23px 0 31px;
}

.local-seo-business-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.local-seo-business-para p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 0 49px 21px 0;
}

.local-seo-business-inner-box-img {
  display: flex;
  justify-content: end;
}

.local-seo-business-inner-box-row {
  --bs-gutter-x: 46px;
}

.local-seo-services-heading h2 {
  font-weight: 700;
  font-size: clamp(26px, 2.5vw, 36px) !important;
  line-height: 37px;
  color: #13124D;
  padding-bottom: 11px;
}

.local-seo-services-heading p {
  font-size: 17px;
  line-height: 37px;
  color: #000;
}

.local-seo-services {
  margin: 80px 0 0;
}

.local-seo-services-box-row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 40px;
}

.local-seo-services-box-inner h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 37px;
  color: #13124D;
  padding: 22px 0;
}

.local-seo-services-box-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #13124D;
}

.local-seo-services-box-inner {
  height: 100%;
}

.local-seo-services-box {
  padding: 55px 0;
}

.Local-SEO-Services-Drive-Lead {
  background-color: #FAFAFF;
  padding: 75px 0;
  margin-top: 80px;
}

.Local-SEO-Services-Drive-Lead-heading {
  text-align: center;
  padding-bottom: 40px;
}

.Local-SEO-Services-Drive-Lead-heading h2 {
  padding-bottom: 10px;
}

.Local-SEO-Services-Drive-Lead-heading span {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4em;
  color: #000;
}

.Local-SEO-Services-Drive-Lead-heading p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #13124D;
  max-width: 1110px;
  margin: 0 auto;
  padding: 24px 0;
}

.Local-SEO-Services-Drive-Lead-content h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  padding-bottom: 35px;
}

.Local-SEO-Services-Drive-Lead-content ul {
  padding: 0 0 0 10px;
}

.Local-SEO-Services-Drive-Lead-content ul li {
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #13124D;
  padding: 0 0 18px 15px;
  position: relative;
}

.Local-SEO-Services-Drive-Lead-content ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.local-seo-service-bottom-para p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #13124D;
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 50px;
}

@media(max-width: 1199px) {
  .local-seo-banner-inner {
    position: relative;
  }

  .local-seo-banner {
    padding: 70px 0;
  }

  .local-seo-banner-left span {
    font-size: 18px;
    line-height: 40px;
  }

  .local-seo-banner-left h2 {
    font-size: 33px;
    line-height: 37px;
    padding: 20px 0;
  }

  .local-seo-banner-para p {
    font-size: 14px;
  }

  .local-seo-banner-para h3 {
    font-size: 30px;
  }

  .local-seo-banner-row {
    --bs-gutter-x: 70px;
  }

  .local-seo-reviews,
  .local-seo-reviews-content {
    margin-top: 60px;
  }

  .local-seo-reviews-content-row {
    --bs-gutter-x: 34px;
  }

  .local-seo-reviews-box {
    margin-right: 100px;
  }

  .local-seo-business-inner-box-row {
    --bs-gutter-x: 31px;
  }

  .local-seo-business-inner {
    padding: 46px 0 15px;
    margin-top: 60px;
  }

  .local-seo-business-heading p {
    max-width: 90%;
    padding: 19px 0 22px;
  }

  .local-seo-business-heading p {
    max-width: 90%;
    padding: 17px 0 20px;
  }



}

@media(max-width: 991px) {

  .local-seo-first-box,
  .local-seo-secound-box,
  .local-seo-third-box,
  .local-seo-forth-box {
    text-align: center;
  }

  .local-seo-banner-row {
    --bs-gutter-y: 30px;
  }

  .local-seo-banner {
    padding: 40px 0;
  }

  .local-seo-banner-left h2 {
    font-size: 29px;
    line-height: 35px;
    padding: 18px 0;
  }

  .local-seo-reviews-left-img img {
    width: 100%;
  }

  .local-seo-reviews-content-row {
    --bs-gutter-y: 30px;
  }

  .local-seo-reviews-content-box p {
    padding-bottom: 12px;
  }

  .local-seo-reviews-para p {
    padding: 20px 0 20px;
  }

  .seo-ranking-box-row {
    --bs-gutter-y: 20px;
  }

  .local-seo-ranking-box {
    padding: 21px 34px 30px;
  }

  .local-seo-business-para p {
    padding-right: 0;
  }

  .local-seo-business-para {
    text-align: center;
    padding: 0 30px;
  }

  .local-seo-business-inner-box-img {
    display: none;
  }

  .local-seo-business-heading h2 {
    font-size: 33px;
  }

  .local-seo-business-heading p {
    max-width: 90%;
    padding: 17px 0 16px;
  }

  .local-seo-services-box-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 35px;
  }

  .local-seo-services-box-inner h4 {
    padding: 17px 0;
  }

  .local-seo-services-box {
    padding: 48px 0;
  }

  .local-seo-services {
    margin: 60px 0 0;
  }

  .local-seo-services-heading h2 {
    font-size: 35px;
  }


}

@media(max-width: 767px) {

  .local-seo-banner-left span {
    font-size: 16px;
    line-height: 28px;
  }

  .local-seo-banner-left h2 {
    font-size: 26px;
    line-height: 35px;
    padding: 18px 0;
  }

  .local-seo-reviews-box {
    margin-right: 76px;
  }

  .local-seo-reviews-box p {
    font-size: 18px;
    line-height: 27px;
  }

  .local-seo-reviews,
  .local-seo-reviews-content {
    margin-top: 40px;
  }

  .local-seo-reviews-bottom-para {
    padding: 30px 0 36px;
  }

  .local-seo-business-heading span {
    line-height: 25px;
  }

  .local-seo-business-para {
    padding: 0 20px;
  }

  .local-seo-business-heading h2 {
    font-size: 30px;
  }

  .local-seo-services {
    margin: 60px 0 0;
  }

  .local-seo-services-box {
    padding: 35px 0;
  }


}

@media(max-width: 480px) {
  .local-seo-reviews-box {
    margin-right: 61px;
  }

  .local-seo-reviews-box p {
    font-size: 16px;
    line-height: 24px;
  }

  .local-seo-reviews-content-box h2 {
    font-size: 30px;
    padding-bottom: 7px;
  }

  .local-seo-reviews-content-row {
    --bs-gutter-y: 25px;
  }

  .local-seo-reviews-para p {
    padding: 16px 0 20px;
  }

  .local-seo-ranking-box {
    padding: 21px 20px 19px;
  }

  .local-seo-reviews-bottom-para {
    padding: 24px 0 30px;
  }

  .local-seo-business-para {
    padding: 0;
  }

  .local-seo-business-inner {
    padding: 46px 18px 15px;
    margin-top: 40px;
  }

  .local-seo-business-heading p {
    max-width: 100%;
  }

  .local-seo-services-heading p {
    line-height: 27px;
  }

  .local-seo-services-box-inner h4 {
    padding: 12px 0;
  }
}


@media(max-width: 360px) {
  .local-seo-banner-left h2 {
    line-height: 30px;
    padding: 18px 0;
  }

  .local-seo-reviews-para p {
    padding: 7px 0 20px;
  }

  .local-seo-reviews-content-box h2 {
    font-size: 27px;
  }

  .local-seo-ranking-box p,
  .local-seo-ranking-box ul li {
    font-size: 15px;
  }

  .local-seo-ranking-box p,
  .local-seo-ranking-box ul li {
    padding-bottom: 14px;
  }

  .local-seo-business-heading h2 {
    padding-bottom: 12px;
  }

  .local-seo-business-inner {
    padding: 29px 18px 15px;
  }

  .local-seo-services {
    margin: 40px 0 0;
  }

  .local-seo-services-box-inner h4 {
    font-size: 17px;
    line-height: 28px;
  }

}


.Services-Drive-Lead__wrap {
  max-width: 1030px;
  margin: 0 auto;
}


/* Ananta 06-08-25 start */
.local-seo-tips {
  margin: 80px 0 0;
}

.local-seo-tips-title {
  text-align: center;
  margin: 0 0 30px;
}

.local-seo-tips-title h2 {
  padding: 0 0 18px;
}

.seo-tips-cards .local-seo-ranking-box {
  padding: 34px;
}

.seo-tips-cards .local-seo-ranking-box ul li:last-child {
  padding-bottom: 0;
}

.seo-tips-bot-text {
  text-align: center;
  max-width: 1110px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.seo-tips-bot-text p:not(:last-child) {
  padding-bottom: 15px;
}

@media (max-width: 1023px) {
  .local-seo-tips {
    margin: 45px 0 0;
  }

  .seo-tips-cards .local-seo-ranking-box {
    padding: 20px;
  }

  .seo-tips-cards .local-seo-ranking-box ul li {
    font-size: 15px;
    padding: 0 0 15px 15px;
  }

  .seo-tips-bot-text {
    padding: 30px 0 0;
  }
}


.boost-local-seo .local-seo-services-heading h2 {
  max-width: 808px;
  margin: 0 auto;
}

.boost-local-seo .local-seo-services-heading p {
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 1.5em;
  padding: 15px 0 0;
}

.boost-local-seo .local-seo-services-box-inner h4 {
  line-height: 1.2em;
  padding: 20px 0 10px 0;
}


.best-seo-company {
  background: #FAFAFF;
  padding: 60px 0;
}

.best-seo-company .our-approach-heading {
  text-align: center;
  padding: 0 0 45px;
}

.best-seo-company .our-approach-heading h2 {
  padding: 0 0 15px;
}

.best-seo-company .our-approach-heading p {
  max-width: 1110px;
  margin: 0 auto;
}

.best-seo-company .our-approach-box {
  min-height: 246px;
  padding: 30px 25px 40px 25px;
}

.best-seo-company-bot {
  text-align: center;
  margin: 45px 0 0;
}

.best-seo-company-bot p {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 0 35px;
}

@media (max-width: 767px) {
  .best-seo-company .our-approach-heading {
    padding: 0 0 28px;
  }

  .best-seo-company-bot {
    margin: 30px 0 0;
  }

  .best-seo-company-bot .btns {
    font-size: 14px;
    padding: 13px 20px;
  }
}



.optimization-faqs {
  margin: 80px 0 0;
}

.optimization-faqs h2 {
  text-align: center;
  padding: 0 0 30px;
}

.optimization-faqs-list {
  column-count: 2;
  column-gap: 30px;
}

.at-tab {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  display: none;
  padding: 15px;
  border: 1px solid #FAFAFF;
  box-shadow: 0 0 10px #FAFAFF;
  border-top: none;
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #FAFAFF;
  border-radius: 6px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  padding: 18px 75px 18px 20px;
}

.at-title span {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 6px;
  background: #13124D;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}

.at-title.active span i {
  font-size: 18px;
  transform: rotate(45deg);
}

.at-item {
  border-radius: 6px;
  margin-bottom: 22px;
}

.at-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .optimization-faqs {
    margin: 50px 0 0;
  }

  .optimization-faqs-list {
    column-count: unset;
  }
}

@media (max-width: 767px) {
  .at-title {
    font-size: 14px;
    padding: 15px 60px 15px 15px;
  }

  .at-title span {
    width: 30px;
    height: 30px;
  }

  .at-tab {
    font-size: 14px;
  }
}


/* Rimpa 07/08/25 */

.digital-marketing-proposal,
.benefits-of-local-seo {
  margin-top: 80px;
}

.digital-marketing-proposal-banner {
  width: 100%;
  height: 100%;
  background-image: url(../img/Rectangle-bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.digital-marketing-proposal-title h2 {
  padding-bottom: 48px;
}

.digital-marketing-proposal-form {
  padding: 45px 0;
}

.rank-google-input-box select {
  background-image: url(../img/selct-down-icon.png);
  background-repeat: no-repeat;
  background-position: 98% 20px;
}

.free-poroposal-btn-sec button {
  background-color: #FF914D;
  justify-content: center;
}

.digital-marketing-proposal-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.digital-marketing-proposal-img img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.digital-marketing-proposal-form {
  padding: 45px 65px 45px 0px;
}

@media(max-width: 1199px) {
  .digital-marketing-proposal-form {
    padding: 45px 45px 45px 0px;
  }
}

@media(max-width: 991px) {
  .digital-marketing-proposal-img {
    display: none;
  }

  .digital-marketing-proposal-form {
    padding: 38px 30px;
  }

  .digital-marketing-proposal,
  .benefits-of-local-seo {
    margin-top: 60px;
  }
}

@media(max-width: 480px) {
  .digital-marketing-proposal-title h2 {
    padding-bottom: 33px;
  }

  .digital-marketing-proposal,
  .benefits-of-local-seo {
    margin-top: 45px;
  }
}

@media(max-width: 360px) {
  .digital-marketing-proposal-form {
    padding: 30px 20px;
  }
}


.benefits-of-local-seo-title h2 {
  color: #000;
  padding-bottom: 42px;
}

.benefits-of-local-seo-box {
  height: 100%;
  background-color: #FAFAFF;
  padding: 50px 71px 50px 68px;
  border-radius: 12px;
}

.benefits-of-local-seo-box h4,
.transparent-local-seo-pricing-box-inner-top h4,
.trust-the-company h4 {
  font-size: 1.375rem;
  color: #000;
  padding-bottom: 27px;
}

.benefits-of-local-seo-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.benefits-of-local-seo-box p a {
  color: #13124D;
  text-decoration: underline;
}

.benefits-of-local-seo-box p a:hover {
  color: #FFC107;
}

@media(max-width: 1199px) {
  .benefits-of-local-seo-box {
    padding: 40px 50px;
  }
}

@media(max-width: 991px) {
  .benefits-of-local-seo-title h2 {
    padding-bottom: 24px;
  }

  .benefits-of-local-seo-box {
    padding: 35px 30px;
  }

  .benefits-of-local-seo-box h4 {
    padding-bottom: 17px;
  }

  .benefits-of-local-seo-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}

@media(max-width: 480px) {
  .benefits-of-local-seo-box {
    padding: 30px 25px;
  }

  .benefits-of-local-seo-box h4 {
    padding-bottom: 15px;
  }
}

@media(max-width: 360px) {
  .benefits-of-local-seo-box {
    padding: 20px;
  }
}


.transparent-local-seo-pricing,
.trust-the-company,
.local-SEO-services-include-title,
.local-SEO-packages-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.transparent-local-seo-pricing h2 {
  max-width: 525px;
}

.transparent-local-seo-pricing h2,
.transparent-local-seo-pricing-box-inner-para p,
.trust-the-company p {
  padding-bottom: 30px;
}

.transparent-local-seo-pricing p {
  max-width: 1079px;
}

.transparent-local-seo-pricing-box {
  padding: 42px 0 0;
}

.transparent-local-seo-pricing-box-inner-top {
  background-color: #0655BE;
  padding: 45px 0px 40px;
  text-align: center;
}

.transparent-local-seo-pricing-box-inner-top h4 {
  padding: 0 0 15px;
  color: #fff;
}

.transparent-local-seo-pricing-box-inner-top span {
  font-size: 2.625rem;
  /* line-height: 3rem; */
  font-weight: bold;
  color: #FFC107;
}

.transparent-local-seo-pricing-box-inner-top p {
  font-size: 1.063rem;
  /* line-height: 3rem; */
  color: #fff;
}

.transparent-local-seo-pricing-box-inner-para {
  padding: 32px 30px 36px;

}

.transparent-local-seo-pricing-box-block {
  height: 100%;
  box-shadow: 0px 4px 44px 0px #0000001A;
  border-radius: 8px;
  overflow: hidden;
}


.transparent-local-seo-pricing-box-inner-para ul li {
  display: flex;
  padding: 0 0px 25px;
}

.transparent-local-seo-pricing-box-inner-para ul li:last-child {
  padding-bottom: 0;
}

.transparent-local-seo-pricing-box-inner-para ul li i {
  color: #02BC7D;
  margin-right: 12px;
}

.trust-the-company h4 {
  max-width: 583px;
  padding: 42px 0 23px;
  color: #13124D;
}


.trust-the-company a {
  padding: 17px 100px;
}

@media(max-width: 1199px) {
  .transparent-local-seo-pricing-box-inner-top {
    padding: 34px 0px;
  }

  .transparent-local-seo-pricing-box-inner-para {
    padding: 27px 18px 27px;
  }

  .transparent-local-seo-pricing-box-inner-para p {
    padding-bottom: 21px;
  }

  .trust-the-company p {
    max-width: 800px;
  }

  .trust-the-company h4 {
    padding: 33px 0 23px;
  }
}

@media(max-width: 991px) {
  .transparent-local-seo-row {
    justify-content: center;
    --bs-gutter-y: 20px;
  }
}

@media(max-width: 576px) {

  .transparent-local-seo-pricing h2,
  .transparent-local-seo-pricing-box-inner-para p,
  .trust-the-company p {
    padding-bottom: 20px;
  }

  .transparent-local-seo-pricing-box-inner-top {
    padding: 27px 0px;
  }
}

@media(max-width: 360px) {
  .trust-the-company a {
    padding: 17px 62px;
  }

  .transparent-local-seo-pricing-box {
    padding: 28px 0 0;
  }
}

.local-SEO-services-include-title p {
  max-width: 1121px;
  padding: 19px 0 23px;
}

.local-seo-sec {
  width: 100%;
  background: #FAFAFF;
}

.local-seo-inner-sec {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}

.local-seo-box {
  width: 20%;
  display: flex;
  justify-content: center;
}

@media(max-width: 991px) {
  .local-seo-box {
    width: 33.33%;
    margin-bottom: 15px;
  }
}

@media(max-width: 575px) {
  .local-seo-box {
    width: 50%;
  }

  .local-seo-inner-sec {
    padding: 20px 0;
  }
}

@media(max-width: 420px) {
  .local-seo-box {
    width: 100%;
  }
}


.local-seo-tab-inner h4 {
  font-size: 1.375rem;
  color: #000;
  padding-bottom: 13px;
}

.local-seo-tab-inner-box {
  background: linear-gradient(180deg, #031958 0%, #082F9B 48.46%, #031958 100%);
  padding: 53px;
  border-radius: 10px;
  margin-top: 40px;
}

.local-seo-tab-inner-content h5 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}

.local-seo-tab-inner-content span {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  padding: 28px 0 22px;
}

.local-seo-tab-inner-content p {
  color: #fff;
}

.custome-total-cost-sec {
  padding: 28px 0 47px;
}

.custome-total-cost-sec p {
  font-size: 17px;
  color: #fff;
}

.custome-total-cost-sec p span {
  color: #FFC107;
}

.custome-button-sec button:first-child {
  background: #0655BE;
  margin-right: 13px;
}

.custome-button-sec button:last-child {
  width: 373px;
}

@media(max-width: 991px) {
  .custome-button-sec {
    display: flex;
    align-items: center;
  }

  .custome-button-sec button:last-child {
    width: auto;
    padding: 13px;
  }

  .local-SEO-services-include .seo-faq-left .nav .nav-link.active {
    width: auto;
  }
}

@media(max-width: 575px) {
  .local-seo-tab-inner-box {
    padding: 25px;
  }
}

@media(max-width: 480px) {
  .custome-button-sec {
    flex-wrap: wrap;
  }

  .custome-button-sec button {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .custome-button-sec button:last-child {
    width: 100% !important;
    margin-bottom: 0;
  }
}

/* local seo package sec */

.local-SEO-packages-title h2 {
  padding-bottom: 20px;
}

.local-SEO-packages-title p {
  padding-bottom: 16px;
}

.local-seo-table table tbody tr td {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding: 22px 70px;
  border: 1px solid #D2DCEE;
}

.local-seo-table {
  border-radius: 29px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #D2DCEE;
}

.local-seo-table table {
  border-radius: 29px;
  overflow: hidden;
  border: 1px solid #D2DCEE;
}

.local-seo-table {
  margin-top: 10px;
}

@media(max-width: 767px) {
  .local-seo-table table tbody tr td {
    padding: 22px;
  }
}

@media(max-width: 480px) {
  .local-seo-table table tbody tr td {
    font-size: 15px;
    padding: 17px;
  }

  .local-seo-table table {
    border-radius: 13px;
  }

  .local-seo-table {
    border-radius: 13px;
  }
}



/* end 07/08/25 */


/* ananta start */
.local-seo-banner.technical-seo-banner {
  background: url(../img/technical-banner-bg.png) no-repeat center center / cover;
  margin-top: 90px;
  padding: 62px 0 20px 0;
}

.technical-banner-content {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.technical-banner-content h1 {
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1;
  font-weight: 700;
  color: #FFFFFF;
  max-width: 640px;
  margin: 0 auto;
}

.technical-banner-content p {
  color: #ffffff;
  margin: 25px 0 35px 0;
}

.technical-banner-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 620px;
  margin: 0 auto;
}

.technical-banner-form label {
  text-align: left;
  font-size: clamp(15px, 1.25vw, 18px);
  margin: 0 0 18px;
}

.tech-form-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.technical-banner-form input {
  width: calc(64% - 20px);
  height: 59px;
}

.technical-banner-form button {
  width: 36%;
  height: 59px;
  justify-content: center;
  background: #FF914D;
  border-radius: 9px;
  padding: 13px 15px;
}

.technical-banner-form button:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FF914D;
}

.tech-bnr-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0 0;
}

@media (max-width: 1199px) {
  .local-seo-banner.technical-seo-banner {
    margin-top: 76px;
  }

  .tech-bnr-logos-col {
    width: 20%;
  }

  .tech-bnr-logos-col img {
    max-height: 60px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .local-seo-banner.technical-seo-banner {
    margin-top: 54px;
  }

  .technical-banner-content p {
    color: #ffffff;
    margin: 20px 0 26px 0;
  }

  .tech-form-flex {
    flex-direction: column;
  }

  .technical-banner-form input {
    width: 100%;
    height: 50px;
  }

  .technical-banner-form button {
    width: 100%;
    height: 50px;
  }

  .tech-bnr-logos {
    padding: 32px 0 0;
  }

  .tech-bnr-logos-col img {
    max-height: 45px;
  }
}

.sub-title {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: clamp(15px, 1.181vw, 17px);
  line-height: 1;
  color: #FF914D;
  margin: 0 0 10px;
}


.seo-investment {
  margin: clamp(50px, 5.556vw, 80px) 0 0;
}

.seo-investment-title {
  text-align: center;
  max-width: 1033px;
  margin: 0 auto;
  padding: 0 0 clamp(30px, 3.125vw, 45px);
}

.seo-investment-title h2 {
  margin: 0 0 16px;
}

.seo-investment-flex {
  gap: 24px 0;
}

.seo-invs-col {
  text-align: center;
}

.seo-invs-col figure {
  display: block;
  margin: 0;
}

.seo-invs-col figure img {
  margin: 0 auto;
}

.seo-invs-col h6 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2em;
  color: #13124D;
  margin: 18px 0 14px 0;
}

/* ananta end */


/* Rimpa 08/08/25 start */

.search-for-business-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.search-for-business-title h2 {
  max-width: 542px;
}

.search-for-business-box-inner h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 37px;
  color: #000;
  padding-bottom: 18px;
}

.search-for-business-box-inner h5 span {
  color: #0655BE;
}

.search-for-business-row {
  --bs-gutter-x: 24px;
  --bs-gutter-y: 30px;
}

@media(max-width:1199px) {
  .search-for-business-box-inner h5 {
    line-height: 29px;
    padding-bottom: 11px;
  }

  .search-for-business-row {
    --bs-gutter-y: 20px;
  }
}

@media(max-width:767px) {
  .search-for-business-box-inner h5 {
    font-size: 19px;
  }
}


.tailored-to-your-business {
  background-color: #FAFAFF;
  padding: 60px 0 73px;
}

.tailored-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E9F2FF;
  border: 1px solid #E4E4E4;
  margin-right: 11px;
}

.tailored-business-info h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

.tailored-business-bottom .accordion-item {
  padding: 16px 71px;
}

.tailored-business-bottom .accordion-item button {
  padding: 0;
}

.tailored-business-body-outer {
  padding: 22px 68px 0 68px;
}

.tailored-business-body {
  padding-top: 27px;
}

.tailored-business-body h4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
}

.tailored-business-body ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 7px;
  padding-left: 20px;
}

.tailored-business-body ul li:last-child {
  margin: 0;
}

.tailored-business-body ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 4px;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.tailored-business-bottom {
  background: #fff;
  border-radius: 14px;
}

.tailored-business-bottom .our-rocket-seo-right .accordion-item {
  border: 0;
  border-bottom: 1px solid #E2E2FF;
  background-color: #fff;
}

.tailored-business-bottom .accordion-item:last-child {
  border: 0;
}

.tailored-business-body-outer-row {
  --bs-gutter-x: 36px;
}


@media(max-width: 1199px) {
  .tailored-business-body-outer {
    padding: 22px 51px 0;
  }

  .tailored-business-bottom .accordion-item {
    padding: 16px 30px;
  }
}

@media(max-width: 767px) {
  .tailored-business-bottom .accordion-item {
    padding: 16px 20px;
  }

  .tailored-business-body-outer {
    padding: 20px 20px 0;
  }
}

/* technical-SEO-services */


.technical-SEO-services {
  width: 100%;
  height: 100%;
  background-image: url(../img/technical-SEO-services-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 65px 0;
}

.technical-SEO-services-title h2 {
  color: #fff;
  padding-bottom: 24px;
}

.technical-SEO-services-title p {
  color: #fff;
  padding-bottom: 25px;
}

.technical-SEO-services-img,
.technical-SEO-services-img img {
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.technical-SEO-services-row {
  --bs-gutter-x: 135px;
  align-items: center;
}

@media(max-width: 1199px) {
  .technical-SEO-services-row {
    --bs-gutter-x: 69px;
  }
}

@media(max-width: 767px) {
  .technical-SEO-services-img img {
    width: 100%;
  }

  .technical-SEO-services-row {
    flex-direction: column-reverse;
    --bs-gutter-y: 34px;
  }
}

/* questions-about-working */

.questions-about-working h2 {
  max-width: 700px;
}

.questions-about-working-info {
  max-width: 1054px;
  margin: 0 auto;
}




/* Key Benefits of Our Technical SEO Services */

.key-of-benefits-inner img {
  width: 55px;
  height: 56px;
  margin-bottom: 25px;
}

.key-of-benefits-img-box {
  flex-direction: column;
  align-items: start;
}

.key-of-benefits-inner {
  padding: 50px 26px 50px 35px;
}

.key-of-benefits-img-box-ul ul li {
  display: flex;
}

.key-of-benefits-img-box p {
  color: #13124D;
}

.key-box-para {
  padding-top: 20px;
}


@media(max-width: 1199px) {
  .key-of-benefits-inner {
    padding: 40px 26px 40px 35px;
  }
}

@media(max-width: 767px) {
  .key-of-benefits-inner {
    padding: 40px 26px;
  }
}

.technical-SEO-consultation-title h2 {
  padding-bottom: 30px;
}

@media(max-width: 767px) {
  .technical-SEO-consultation-title h2 {
    padding-bottom: 16px;
  }
}


.technical-SEO-agency-ul ul li {
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}

.technical-SEO-agency-ul ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;

}

.technical-SEO-agency-box {
  padding: 30px 140px 29px;
}

.technical-SEO-agency-row {
  --bs-gutter-x: 45px;
}

.technical-seo-right,
.technical-seo-right img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.technical-SEO-agency-faq {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
}

.technical-SEO-agency-faq-box {
  margin-top: 47px;
}

/* .technical-SEO-agency-faq-box-inner .accordion-item{
  background-color: #DDEBFF;
  border: 0;
    border-bottom: 0;
    padding: 19px 37px;
    margin-bottom: 26px;
    border-radius: 20px;
}

.contact-marketing-faq-box-inner .accordion-item {
    
} */

.technical-SEO-agency-faq-box-inner.contact-marketing-faq-box-inner .accordion-button:not(.collapsed) .down-arrow {
  display: none;
}

.our-rocket-seo-right.technical-SEO-agency-faq-box-inner {
  border-radius: 0;
  overflow: hidden;
}

.technical-SEO-agency-faq-box-inner .accordion-item {
  background-color: #DDEBFF !important;
  border-radius: 4px !important;
  overflow: hidden;
  padding: 19px 37px;
  margin-bottom: 13px;
}

.technical-SEO-agency-faq-box-inner .accordion-item h2 button {
  font-size: 17px;
  font-weight: 500;
}

.contact-marketing-faq-box-inner.technical-SEO-agency-faq-box-inner .icon-info-sec p {
  font-weight: 500;
}

@media(max-width: 1199px) {
  .technical-seo-right img {
    width: 100%;
  }

  .technical-SEO-agency-box {
    padding: 20px 0px;
  }

  .technical-SEO-agency-row {
    --bs-gutter-y: 30px;
    flex-direction: column-reverse;
  }
}

@media(max-width: 767px) {
  .technical-SEO-agency-box {
    padding: 10px 0px;
  }

  .technical-SEO-agency-faq-box-inner .accordion-item {
    padding: 19px 20px;
  }
}


/* Rimpa end */


/* ananta start 08-08-25 */

.conversation-area {
  background: #FAFAFF;
  padding: 50px 0;
  margin: 80px 0 0;
}

.conversation-title {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}

.conversation-title h2 {
  margin: 0 0 12px;
}

.convs-counter-col {
  background: #0655BE;
  min-height: 179px;
  padding: 30px 35px 30px 25px;
}

.conversation-counter {
  max-width: 630px;
  margin: 0 auto;
  padding: 40px 0 45px 0;
}

.convs-counter-col h2 {
  font-size: clamp(30px, 2.917vw, 42px);
  color: #FFFFFF;
  margin: 0 0 5px;
}

.convs-counter-col p {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 22px;
  color: #ffff;
}

.conversation-form {
  max-width: 845px;
  margin: 0 auto;
}

.conversation-form h3 {
  font-weight: 700;
  font-size: clamp(22px, 1.806vw, 26px);
  line-height: 1.2em;
  color: #13124D;
  text-align: center;
  margin: 0 0 20px;
}

.conversation-form form {
  background: #FFFFFF;
  padding: 40px;
}

.convs-form-wrap {
  gap: 20px 0;
}

.convs-form-col input {
  color: #000000;
  height: clamp(48px, 3.819vw, 55px);
  background: #FAFAFF;
  border-color: #BDBDBD;
  border-radius: 3px;
}

.convs-form-col input::placeholder {
  color: #000000;
}

.strategies-content {
  padding: 30px 0 24px 0;
}

.strategies-content h5 {
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1;
  font-family: 'Haas Grot Text 65';
  color: #000000;
  margin: 0 0 12px;
}

.strategies-content span {
  display: block;
  color: #000000;
  margin: 0 0 12px;
}

.strategies-listing {
  column-count: 2;
}

.strategies-listing li {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
}

.strategies-listing li input {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: #FAFAFF;
  border: 1px solid #BDBDBD;
}

.strategies-listing li label {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

.convs-text-box {
  margin-bottom: 12px;
}

.convs-text-box:nth-last-of-type(2) {
  margin-bottom: 0;
}

.convs-text-box span {
  display: block;
  font-weight: 500;
  font-family: 'Haas Grot Text 65';
  font-size: 16px;
  color: #000000;
  margin: 0 0 12px;
}

.convs-text-inner-bg textarea {
  display: block;
  height: 88px;
  background: #FAFAFF;
  border: 1px solid #BDBDBD;
  border-radius: 3px;
  font-family: 'Haas Grot Text 55 Roman';
  font-size: clamp(14px, 1.111vw, 16px);
  line-height: 22px;
  color: #A3A0A0;
  padding: 20px 74px 20px 22px;
}

.convs-submit-btn {
  text-align: center;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .conversation-area {
    padding: 40px 0;
    margin: 45px 0 0;
  }

  .conversation-counter {
    padding: 25px 0;
  }

  .convs-counter-flex {
    gap: 24px 0;
  }

  .convs-counter-col {
    min-height: 144px;
  }

  .conversation-form form {
    padding: 20px 15px;
  }

  .convs-form-wrap {
    gap: 12px 0;
  }

  .strategies-listing li label {
    font-size: 15px;
  }

  .strategies-listing li:last-child {
    margin-bottom: 0;
  }

}

@media (max-width: 575px) {
  .strategies-listing {
    column-count: unset;
  }

  .convs-text-inner-bg textarea {
    height: 95px;
    padding: 12px 15px;
  }
}


.icon-text-cards-listing {
  margin: 80px 0 0;
}

.icon-text-cards-listing h2 {
  text-align: center;
  max-width: 745px;
  margin: 0 auto;
  padding: 0 0 30px;
}

.icon-text-cards__flex {
  gap: 24px 0;
}

.icon-text-cards__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FAFAFF;
  border-radius: 16px;
  padding: 24px 26px;
}

.icon-text-cards__inner figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  margin: 0;
}

.icon-text-cont-_box {
  width: calc(100% - 76px);
  padding-left: 24px;
}

.icon-text-cont-_box h6 {
  font-weight: 700;
  font-size: clamp(17px, 1.528vw, 22px);
  line-height: 1.2em;
  color: #000000;
  margin: 0 0 10px;
}

.icon-text-cards__flex .more-txt {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}

.icon-text-cards__flex .more-txt .btn {
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: clamp(17px, 1.528vw, 22px);
  line-height: 1.2em;
  color: #000000;
  position: relative;
  cursor: pointer;
  padding: 24px 26px 24px 115px;
}

.icon-text-cards__flex .more-txt .btn:focus,
.icon-text-cards__flex .more-txt .btn:focus-visible {
  outline: 0;
  box-shadow: none;
}

.icon-text-cards__flex .more-txt .btn:before {
  content: "";
  background: url("../img/more-btn-icon.png") no-repeat center / cover #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1px solid #D4D4D4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}

.questions-about-working .sub-txt p {
  font-size: 17px;
}

.seo-section {
  background: linear-gradient(90deg, #002b6b, #0047b3);
  color: #fff;
  padding: 67px 0;
  margin-top: clamp(40px, 5.556vw, 80px);
}

.seo-section h2 {
  color: #fff;
  margin: 0 0 15px;
}

.seo-section .rgt-frm .form-control {
  border-radius: 6px;
  border: none;
  padding: 10px;
}

.seo-section .rgt-frm .btn-submit {
  background: #ff9245;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  width: 100%;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 45px;
  transition: 0.45s ease;
}

.seo-section .rgt-frm .btn-submit:hover {
  background: #fff;
  color: #ff9245;
}

.seo-section .rgt-frm label {
  font-weight: 700;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.3;
}

.seo-section .left-item p {
  color: #fff;
}

.seo-section .left-item p:not(:last-child) {
  margin: 0 0 20px;
}

.rankings-SEO-services {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  padding: 50px 0;
  margin-top: var(--gap80);
}

.common-heading {
  font-weight: 700;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.2;
  margin: 0 0 15px;
}

.rankings-SEO-services .common-heading {
  width: 100%;
  max-width: 590px;
  margin: 0 auto 15px;
}

.rankings-SEO-services p {
  font-size: var(--font18);
  line-height: 1.4;
  text-align: center;
  color: var(--white) !important;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
}

.rankings-SEO-services .btn,
.btn-wrrp .btn {
  background: var(--blue);
  box-shadow: 0px 3px 44px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  min-width: 321px;
  min-height: 59px;
  gap: 10px;
  font-weight: 700;
  font-size: var(--font18);
  line-height: 1;
  color: var(--white);
  border: none;
  margin-top: 30px !important;
}

.btn-wrrp .btn:hover,
.rankings-SEO-services .btn:hover {
  background: var(--orange);
}

.table-compare-sec {
  margin-top: var(--gap80);
}

.table-compare-sec .container {
  width: 100%;
  max-width: 844px;
}

.table-compare-sec .table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0;
}

.table-compare-sec .table .table-header {
  background: #01001C;
  border: none;
}

.table-compare-sec .table .table-header th {
  border: none;
  font-weight: 700;
  font-size: var(--font20);
  line-height: 1.2;
  color: var(--white);
  padding: 25px;
  box-shadow: none;
}

.table-compare-sec .table tr td {
  font-weight: 700;
  font-size: var(--font20);
  line-height: 1.2;
  color: var(--black);
  padding: 25px;
  border: none;
  box-shadow: none;
  background: #FAFAFF;
}

.table-compare-sec .table tr:not(:last-child) td {
  border-bottom: 1px solid var(--black) !important;
}

.table-compare-sec .table tr {
  border: none;
}

.table-compare-sec .table tbody {
  border: none;
}

.table-compare-sec .table tr td p {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: var(--font20);
  line-height: 1.2;
}

.table-compare-sec .table tr td p:not(:last-child) {
  margin-bottom: 15px !important;
}

.table-compare-sec .table tr td:first-child {
  width: 53%;
}

.table-compare-sec .table tr:last-child td {
  padding-bottom: 0;
}

.blueprint-sustainable-sec {
  margin-top: var(--gap80);
}

.blueprint-sustainable-sec .sub-txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: #13124D;
  width: 100%;
  max-width: 998px;
  margin: 0 auto 45px;
}

.icon-txt-wrrp .card-innr {
  padding: 46px 30px;
  background: #FEFEFF;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  text-align: left;
}

.icon-txt-wrrp .card-innr h5 {
  font-weight: 700;
  font-size: var(--font22);
  color: var(--black);
  margin: 0 0 15px;
}

.icon-txt-wrrp .card-innr p {
  margin: 0 0 20px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li:not(:last-child) {
  margin: 0 0 15px;
}

.icon-txt-wrrp .card-innr .list-unstyled-icon li .icon {
  flex-shrink: 0;
  margin-top: 5px;
}

.technical-SEO-timeline {
  margin-top: var(--gap80);
}

.technical-SEO-timeline .step-card-wrrp {
  justify-content: center;
}

.technical-SEO-timeline .common-heading {
  margin: 0 0 40px;
}

.step-card-wrrp .step-card-innr {
  background: #F8FBFF;
  border-radius: 16px;
  padding: 45px 30px;
  text-align: left;
  height: 100%;
}

.step-card-wrrp .step-card-innr span {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  color: #1271EF;
  display: block;
  margin: 0 0 25px;
}

.step-card-wrrp .step-card-innr h5 {
  font-weight: 700;
  font-size: var(--font22);
  line-height: 1.2;
  margin: 0 0 15px;
}

.technical-seo-audit {
  margin-top: var(--gap80);
}

.technical-seo-audit-innr {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  border-radius: 30px;
  padding: clamp(40px, 4.028vw, 58px) 20px;
}

.technical-seo-audit-innr .common-heading {
  color: var(--white);
  margin: 0 0 30px;
}

.technical-seo-audit-innr .seo-checklist {
  row-gap: 30px;
}

.technical-seo-audit-innr .seo-checklist .item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  font-size: var(--font22);
  line-height: 1.3;
  color: var(--white);
}

.technical-seo-audit-innr .seo-checklist .item .check-mark {
  flex-shrink: 0;
}

.technical-seo-audit-innr .seo-description {
  font-size: var(--font22);
  color: var(--white);
  line-height: 1.4;
  text-align: center;
  width: 100%;
  max-width: 808px;
  margin: 0 auto;
}

.technical-seo-audit-innr .sec-checklist-innr {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 40px;
}

.technical-seo-audit-innr .btn {
  margin-top: 40px !important;
}

.tech-stack-section {
  margin-top: var(--gap80);
}

.tech-stack-section .head-wrrp {
  margin-bottom: 20px;
}

.tech-stack-section .head-wrrp p {
  font-size: 17px;
}

.tech-logos {
  margin: 0 auto !important;
  align-items: center;
  width: 100%;
  max-width: 958px;
}

.tech-stack-section.from-technical-seo .head-wrrp {
  width: 100%;
  max-width: 662px;
  margin: 0 auto 30px;
}

.tech-stack-section.from-technical-seo .head-wrrp span {
  font-weight: 700;
  font-size: var(--font20);
  line-height: 1.2;
  color: var(--blue);
  margin: 0 0 15px;
  display: block;
}

.tech-stack-section.from-technical-seo .tech-logos {
  max-width: 100%;
}

.tech-stack-section.from-technical-seo .tech-logos .img-fluid {
  margin: 0 auto;
}

.seo-results-section {
  margin-top: var(--gap80);
}

.seo-results-section h6 {
  font-weight: 700;
  font-size: var(--font20);
  line-height: 1.1;
  color: var(--blue);
  margin: 0 0 15px;
}

.seo-results-section .head-wrrp {
  width: 100%;
  max-width: 749px;
  margin: 0 auto 40px;
}

.seo-results-section .head-wrrp p:not(:last-child) {
  margin: 0 0 16px;
}

.text-cmmn-wrrp {
  width: 100%;
  max-width: 807px;
  margin: 0 auto;
}

.text-cmmn-wrrp .feature-title {
  font-weight: 700;
  font-size: var(--font22);
  line-height: 1.2;
  color: var(--black);
  margin: 0 0 15px;
}

.text-cmmn-wrrp .feature-desc {
  font-size: 17px;
  color: #13124D;
}






@media (max-width: 1023px) {
  .icon-text-cards-listing {
    margin: 45px 0 0;
  }
}

@media (max-width: 767px) {
  .table-compare-sec .table {
    width: max-content;
  }

  .table-compare-sec .table tr td:first-child {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .icon-text-cards__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-text-cont-_box {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}


.half-media-half-text {
  margin: 80px 0 0;
}

.half-media-half-text__flex {
  align-items: flex-end;
  gap: 30px 0;
  margin-bottom: 70px;
}

.half-media-half-text__flex:last-child {
  margin-bottom: 0;
}

.half-media-half-text__flex:nth-child(even) {
  flex-direction: row-reverse;
  align-items: center;
}

.half-media-col {
  padding-right: 34px;
}

.half-media-half-text__flex:nth-child(even) .half-media-col {
  padding-left: 34px;
  padding-right: 0;
}

.half-media-col img {
  width: 100%;
  max-height: 375px;
  object-fit: cover;
  border-radius: 8px;
}

.half-text-content {
  margin-bottom: 15px;
}

.half-media-half-text__flex:nth-child(even) .half-text-content {
  margin-bottom: 0;
}

.half-text-content h2 {
  text-transform: lowercase;
  margin: 0 0 15px;
}

.half-text-content h2::first-letter {
  text-transform: uppercase;
}

.half-text-content p:not(:last-child) {
  margin: 0 0 15px;
}

.half-text-content ul {
  list-style: disc;
  padding-left: 25px;
}

.half-text-content ul li {
  font-size: clamp(14px, 1.181vw, 17px);
  line-height: 1.2em;
  color: #13124D;
  margin-bottom: 8px;
}

.half-text-content ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .half-media-half-text {
    margin: 50px 0 0;
  }

  .half-media-half-text__flex {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .half-media-col {
    padding-right: 0;
  }

  .half-media-half-text__flex:nth-child(even) .half-media-col {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .half-media-half-text__flex {
    margin-bottom: 26px;
  }
}

/* ananta end 08-08-25 */

/* Rimpa start 11/08/25 */

.international-seo-banner {
  margin-top: 90px;
}

.international-seo-banner-box h2 {
  padding-bottom: 10px;
}

.international-seo-banner-row {
  --bs-gutter-x: 94px;
}

@media(max-width: 1199px) {
  .international-seo-banner {
    margin-top: 75px;
  }

  .international-seo-banner-row {
    --bs-gutter-x: 74px;
  }

  .international-seo-banner-img img {
    object-fit: contain;
  }
}

@media(max-width: 767px) {
  .international-seo-banner {
    margin-top: 55px;
  }

  .international-seo-btn a {
    margin-top: 30px;
    padding: 13px 24px;
  }
}


.different-international-seo-right h2,
.Multilingual-SEO-left h2,
.international-clients-right h2,
.international-clients-right p {
  padding-bottom: 29px;
}

.different-international-seo-right p,
.different-international-seo-right span {
  padding-bottom: 21px;
}

.different-international-seo-right span {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
}

.different-international-seo-row {
  align-items: center;
  --bs-gutter-x: 82px;
}


@media(max-width: 1199px) {
  .different-international-seo-left {
    display: flex;
    justify-content: center;
  }

  .different-international-seo-row {
    --bs-gutter-y: 30px;
  }
}

@media(max-width: 767px) {

  .different-international-seo-right p,
  .different-international-seo-right span,
  .different-international-seo-right h2 {
    padding-bottom: 15px;
  }
}


.Multilingual-SEO {
  background-color: #FAFAFF;
  padding: 90px 0;
}

.Multilingual-SEO-row {
  --bs-gutter-x: 41px;
  align-items: center;
}

.Multilingual-SEO-row ul {
  padding: 19px 0 29px;
}

.Multilingual-SEO-left ul li {
  padding-left: 15px;
  position: relative;
}

.Multilingual-SEO-left ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.Multilingual-SEO-left ul li span {
  color: var(--blue);
}

.Multilingual-SEO-para {
  padding: 0 0 28px 15px;
}

@media(max-width: 1199px) {


  .Multilingual-SEO {
    padding: 50px 0;
  }
}

@media(max-width: 991px) {
  .Multilingual-SEO-row {
    --bs-gutter-y: 30px;
    flex-direction: column-reverse;
  }

  .Multilingual-SEO-right,
  .international-clients-left-img {
    display: flex;
    justify-content: center;
  }
}

@media(max-width: 767px) {
  .Multilingual-SEO {
    padding: 30px 0;
  }

  .Multilingual-SEO-row ul {
    padding: 15px 0;
  }

  .Multilingual-SEO-para {
    padding: 0 0 15px 0px;
  }
}


.international-clients-row {
  --bs-gutter-x: 78px;
}

.international-clients-box-inner {
  padding: 0 100px;
}

.international-clients-left-img,
.international-clients-left-img img {
  height: 100%;
  object-fit: contain;
}

.international-clients-right p:last-child {
  padding-bottom: 0;
}

.international-clients-box {
  height: 100%;
  border-radius: 16px;
  padding: 43px 38px 46px 32px;
}

.international-clients-box h5 {
  padding-bottom: 25px;
}

.international-clients-box a,
.intseo-service-unique-content p a {
  text-decoration: underline;
  color: #13124D;
}

.international-clients-content {
  padding-top: 51px;
}

@media(max-width: 1199px) {
  .international-clients-box-inner {
    padding: 0;
  }

  .international-clients-box {
    padding: 30px 25px;
  }

  .content-marketing-process-row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }

  .international-clients-content {
    padding-top: 35px;
  }

  .international-clients-row {
    --bs-gutter-y: 30px;
  }

  .international-clients-right p {
    padding-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .international-clients-box {
    padding: 30px 17px;
  }

  .international-clients-box h5,
  .international-clients-right p,
  .international-clients-right h2 {
    padding-bottom: 15px;
  }

}

.international-seo-services-span span {
  font-weight: 500;
  font-size: 64px;
  line-height: 70px;
}

.international-seo-services-content h2 {
  color: var(--black);
  padding-bottom: 25px;
}

.international-seo-services-content p {
  padding-bottom: 25px;
}

.international-seo-services-row {
  --bs-gutter-x: 56px;
}

.international-seo-services-btn {
  padding-top: 10px;
}

@media(max-width: 1199px) {
  .international-seo-services-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .international-seo-services-content h2,
  .international-seo-services-content p {
    padding-bottom: 20px;
  }

  .international-seo-services-span span {
    font-size: 50px;
    line-height: 60px;
  }

  .international-seo-services-span span {
    font-size: 41px;
    line-height: 47px;
  }

  .international-seo-services-btn {
    text-align: center;
  }
}

@media(max-width:767px) {
  .international-seo-services-row {
    --bs-gutter-y: 20px;
  }

  .international-seo-services-span span {
    font-size: 36px;
    line-height: 45px;
  }

  .international-seo-services-content p {
    padding-bottom: 15px;
  }
}


.intseo-service-unique {
  padding: 60px 0;
}

.intseo-service-unique-content span {
  font-size: 22px;
  line-height: 38px;
  font-weight: bold;
  display: inline-block;
  padding: 29px 0;
}

.intseo-service-unique-row {
  --bs-gutter-x: 94px;
  align-items: center;
}

.intseo-service-unique-img {
  display: flex;
  justify-content: center;
}


@media(max-width: 1199px) {
  .intseo-service-unique-content span {
    font-size: 18px;
    padding: 18px 0;
  }

  .intseo-service-unique-row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
  }

}

@media(max-width: 767px) {

  .different-international-seo-right h2,
  .Multilingual-SEO-left h2,
  .international-clients-right h2,
  .international-clients-right p {
    padding-bottom: 15px;
  }

  .intseo-service-unique-content span {
    line-height: 16px;
    padding: 15px 0;
  }
}

.int-seo-question .accordion-body {
  padding: 0px 57px 27px;
}

.int-seo-question .accordion-body p {
  padding-bottom: 20px;
}

.int-seo-question-btn {
  padding-top: 13px;
}

.int-seo-question .accordion-button {
  padding: 27px 57px;
}

@media(max-width: 1199px) {
  .int-seo-question .accordion-button {
    padding: 23px 30px;
  }

  .int-seo-question .accordion-body {
    padding: 0px 30px 20px;
  }
}

@media(max-width: 767px) {
  .int-seo-question .accordion-button {
    padding: 15px;
  }

  .int-seo-question .accordion-body {
    padding: 0px 15px 15px;
  }

  .int-seo-question .accordion-body p {
    padding-bottom: 15px;
  }
}


/* Keyword-Research-Services */

.Keyword-Research-Services {
  margin-top: 90px;
  padding: 47px 0;
}

.Keyword-Research-Services-left span {
  padding: 0;
}

.Keyword-Research-Services-row {
  --bs-gutter-x: 135px;
  align-items: center;
}

.Keyword-Research-Services-img,
.Keyword-Research-Services-img img {
  height: 100%;
  object-fit: cover;
}

@media(max-width: 1199px) {
  .Keyword-Research-Services-left span {
    line-height: 32px;
  }

  .Keyword-Research-Services-row {
    --bs-gutter-x: 52px;
  }

  .Keyword-Research-Services {
    margin-top: 76px;
  }
}

@media(max-width: 767px) {
  .Keyword-Research-Services-img {
    display: none;
  }

  .Keyword-Research-Services {
    margin-top: 53px;
    padding: 30px 0;
  }

}

.Targeted-Keyword-Research {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Targeted-Keyword-Research h2 {
  max-width: 742px;
}

.Targeted-Keyword-Research p {
  max-width: 884px;
  padding-bottom: 20px;
}

.keyword-websites-funnel {
  /* padding-top: 43px; */
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ananta 11-08-25 start */
.tech-stack-section.keyword-logos-area {
  background: #FAFAFF;
  padding: 50px 0;
}

.tech-stack-section.keyword-logos-area .head-wrrp {
  max-width: 960px;
  margin: 0 auto clamp(30px, 4.167vw, 60px);
}

.tech-stack-section.keyword-logos-area .head-wrrp h2 {
  max-width: 803px;
  margin: 0 auto 30px auto;
}

.keyword-logos-area .tech-logos {
  gap: 25px 0;
}


.better-result-cards .sub-title {
  color: #0655BE;
}

.better-result-cards .icon-txt-wrrp .card-innr {
  padding: clamp(20px, 2.083vw, 30px) clamp(15px, 2.431vw, 35px) clamp(30px, 3.472vw, 50px) clamp(15px, 2.431vw, 35px);
  min-height: 415px;
}


.ranking-result {
  margin: clamp(45px, 5.556vw, 80px) 0;
}

.ranking-result-top .sub-title {
  color: #0655BE;
}

.ranking-result-top {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 clamp(30px, 3.333vw, 48px);
}

.ranking-result-list {
  column-count: 2;
  max-width: 875px;
  margin: 0 auto;
}

.ranking-result-list li {
  display: inline-block;
  margin-bottom: clamp(20px, 2.083vw, 30px);
}

.ranking-result-list li h6 {
  font-size: clamp(18px, 1.528vw, 22px);
  line-height: 1.1365em;
  font-weight: 700;
  margin: 0 0 10px;
}

@media (max-width: 1024px) {
  .ranking-result-list li p br {
    display: none;
  }
}

@media (max-width: 767px) {
  .ranking-result-list {
    column-count: unset;
  }
}



.seo-content-cards {
  background: #FAFAFF;
  padding: clamp(45px, 4.514vw, 65px) 0;
}

.seo-content-cards h2 {
  text-align: center;
  margin: 0 0 clamp(30px, 3.472vw, 50px);
}

.seo-content__flex {
  gap: 30px 0;
}

.seo-content-cards__item {
  background: var(--white);
}

.seo-content-cards__item figure {
  display: block;
  margin: 0;
}

.seo-content-cards__item figure img {
  width: 100%;
  height: 264px;
  object-fit: cover;
}

.seo-content-cards-detls {
  text-align: center;
  padding: 0 clamp(15px, 2.361vw, 34px) clamp(15px, 2.083vw, 30px) clamp(15px, 2.361vw, 34px);
}

.seo-content-cards-detls span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background: var(--blue);
  border: 4px solid var(--white);
  border-radius: 50%;
  font-weight: 700;
  font-size: clamp(18px, 1.667vw, 24px);
  line-height: 1.2083333333333333em;
  color: var(--white);
  margin: 0 auto;
  margin-top: -35px;
}

.seo-content-cards-detls h6 {
  font-weight: 700;
  font-size: clamp(18px, 1.528vw, 22px);
  line-height: 1;
  margin: 20px 0 12px 0;
}

.seo-content-cards-detls p {
  min-height: 127px;
  margin: 18px 0 50px 0;
}

@media (min-width: 1200px) {
  .seo-content-cards-detls p {
    font-size: 17px;
  }
}

@media (max-width: 1023px) {
  .seo-content-cards-detls p {
    min-height: 120px;
    margin: 18px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .seo-content-cards-detls p {
    min-height: 84px;
    margin: 18px 0 30px 0;
  }
}


.keyword-half-form-text .left-item h2 {
  max-width: 492px;
}


.keyword-icon-text-cards-title {
  padding: 0 0 45px;
}

.keyword-icon-text-cards-title h2 {
  padding: 0 0 15px;
}

.keyword-icon-text-cards-title p {
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .keyword-icon-text-cards .icon-text-cards__inner {
    min-height: 156px;
  }
}


.keyword-research-cards {
  background: #FAFAFF;
  padding: 50px 0;
}

.keyword-research-cards .service-heading {
  padding: 0 0 35px 0;
}

.keyword-research-cards .service-heading h2 {
  text-transform: capitalize;
  margin: 0 0 12px;
}

.keyword-research-cards .service-heading h6 {
  font-weight: 700;
  font-size: clamp(18px, 1.389vw, 20px);
  line-height: 1.2em;
  text-transform: lowercase;
  color: #000000;
}

.keyword-research-cards .section-box-inner {
  min-height: 290px;
  padding: 35px 25px 30px 25px;
}

.keyword-research-cards .section-box-icon {
  align-items: flex-start;
}

.keyword-research-cards .section-box-icon img {
  margin: 30px 0 0;
}

.keyword-research-cards .section-box-icon span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #BAD8FF;
}



.where-to-start-flex {
  align-items: center;
  gap: 25px 0;
}

.where-to-start-left img {
  margin: 0 auto;
}

.where-to-start-right h2 {
  margin: 0 0 5px;
}

.where-to-start-right h6 {
  font-weight: 700;
  font-size: clamp(20px, 1.667vw, 24px);
  line-height: 1.2em;
  margin: 0 0 30px;
}

.where-to-start-right p {
  margin: 0 0 15px;
}

.where-to-start-right p a {
  color: #13124D;
  text-decoration: underline;
}

.where-to-start-right p a:hover {
  text-decoration: none;
  color: var(--blue);
}

.where-to-start-right .btns {
  margin: 30px 0 0;
}

.scroll-number-counter {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  padding: clamp(45px, 5.556vw, 80px) 0;
}

.scroll-number-counter h2 {
  text-align: center;
  color: var(--white);
  margin: 0 0 clamp(25px, 3.472vw, 50px);
}

#counter {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#counter li {
  flex: 1;
  text-align: center;
  font-weight: 700;
  font-size: clamp(30px, 2.917vw, 42px);
  line-height: 50px;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  color: #FFFFFF;
}

#counter span.percent:after {
  position: relative;
  content: "+";
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
}

#counter li h6 {
  font-size: clamp(18px, 1.528vw, 22px);
  font-weight: 500;
  letter-spacing: 0;
}


@media (max-width: 1024px) {
  .where-to-start-right .btns {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .where-to-start-flex {
    flex-direction: column-reverse;
  }

  #counter {
    gap: 15px 0;
  }

  #counter li {
    flex: unset;
    width: 100%;
  }
}


/* 12/08/25 start  Rimpa*/


.ppc-marketing-banner {
  margin-top: 90px;
  padding: 167px 0;
}

.ppc-marketing-banner-title p {
  margin: 16px 0 24px;
}

.ppc-marketing-banner-form {
  max-width: 800px;
}

@media(max-width: 1199px) {
  .ppc-marketing-banner {
    margin-top: 75px;
    padding: 78px 0;
  }
}

@media(max-width: 767px) {
  .ppc-marketing-banner {
    margin-top: 53px;
    padding: 45px 0;
  }
}

.right-decisions-with-ppc {
  padding: 0;
}

.right-decisions-with-ppc h2 {
  max-width: 746px;
  padding-bottom: 7px;
}

.right-decisions-with-ppc p {
  max-width: 996px;
  padding: 0;
}

@media(max-width: 1199px) {
  .right-decisions-with-ppc h2 {
    padding-bottom: 0;
  }
}


.PPC-Services-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.PPC-Services-title h2 {
  line-height: 37px;
  padding-bottom: 29px;
}

.PPC-Services-row {
  --bs-gutter-x: 30px;
}

.PPC-Services-title p {
  max-width: 942px;
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  padding-bottom: 53px;
}

.PPC-Services-para p {
  padding: 0;
}

.PPC-Services-para {
  padding-bottom: 34px;
}

.PPC-Services-para:last-child {
  padding: 0;
}


.PPC-Services-left .nav .nav-link {
  color: #13124D;
  padding: 12px 74px 12px 28px;
}

@media(max-width:1199px) {
  .PPC-Services-img {
    display: none;
  }

  .PPC-Services-left .nav .nav-link {
    padding: 12px 28px;
  }

  .PPC-Services-right-tab h4 {
    padding-bottom: 15px;
  }

  .PPC-Services-para {
    padding-bottom: 20px;
  }

  .PPC-Services-title p {
    padding-bottom: 30px;
  }
}

@media(max-width: 767px) {
  .PPC-Services-para {
    padding-bottom: 15px;
  }
}

.ppc-business-goals-gap {
  padding: 46px 51px 0 70px;
}

.transparent-content-marketing-para ul li p a,
.all-plan-sec ul li a,
.seo-services-deliver-revenue-content p a {
  text-decoration: underline;
  color: #13124D;
}

.transparent-content-marketing-para ul li p a:hover,
.all-plan-sec ul li p a:hover,
.seo-services-deliver-revenue-content p a:hover {
  color: #FFC107;
}

@media(max-width:1199px) {
  .ppc-business-goals-gap {
    padding: 20px 30px 0 30px;
  }

  .transparent-content-marketing-para ul {
    padding-left: 33px;
  }

  .transparent-content-marketing-para h4 {
    padding-bottom: 20px;
  }

  .all-plan-sec h2 {
    margin-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .ppc-business-goals-gap {
    padding: 0;
  }

  .transparent-content-marketing-para {
    padding: 45px 15px 24px;
  }

  .transparent-content-marketing-para ul {
    padding-left: 15px;
  }

  .all-plan-sec {
    padding: 30px 15px;
  }

  .contact-marketing-faq-btn a {
    margin-top: 15px;
	padding: 13px 20px;
  }

}

.PPC-Management {
  background-color: #FAFAFF;
  padding: 48px 0 70px;
}

.PPC-Management-title h2 {
  color: #000;
  padding-bottom: 28px;
}

.PPC-Management-inner {
  background: #FFFFFF;
}

@media(max-width: 1199px) {
  .PPC-Management-title h2 {
    padding-bottom: 0px;
  }

  .PPC-Management {
    padding: 48px 0;
  }
}

@media(max-width: 767px) {
  .key-of-benefits-inner {
    padding: 30px 15px;
  }
}

.Advertising-Strategies-left .nav .nav-link {
  color: #13124D;
}


.managed-PPC {
  padding-top: 74px;
}

@media(max-width: 991px) {
  .ppc-media-text-flex {
    flex-direction: column-reverse;
  }

  .ppc-media-text-flex:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.seo-ppc-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.seo-box-inner,
.ppc-box-inner {
  width: 50%;
  height: 100%;
  background: #0B2C89;
  padding: 49px 57px 52px;
  text-align: center;
}

.ppc-box-inner {
  height: auto;
  background: #031958;
}

.seo-box-inner h2,
.ppc-box-inner h2,
.seo-box-inner p,
.ppc-box-inner p {
  color: #fff;
  padding-bottom: 30px;
}

.seo-box-inner p,
.ppc-box-inner p {
  padding-bottom: 20px;
}

.ppc-result {
  padding-top: 70px;
}

.ppc-result-title p {
  max-width: 1070px;
  padding-bottom: 33px;
}

.ppc-result-ul-li ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ppc-result-ul-li ul li {
  display: flex;
  color: #13124D;
  padding: 0 0 18px;
}

.ppc-result-ul-li ul li i {
  margin-right: 10px;
  color: var(--blue);
}

.ppc-result-ul-li {
  width: 834px;
  margin: 0 auto;
}

.ppc-result-ul-li ul li:first-child {
  width: 35%;
}

.ppc-result-ul-li ul li:nth-child(2) {
  width: 65%;
}

.ppc-result-ul-li ul li:nth-child(3) {
  width: 35%;
}

.ppc-result-ul-li ul li:last-child {
  width: 65%;
}

.seo-ppc-para,
.speed-business-groth-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.seo-ppc-para p {
  max-width: 990px;
  padding: 33px 0 50px;
}

@media(max-width: 1199px) {

  .seo-box-inner h2,
  .ppc-box-inner h2,
  .seo-box-inner p,
  .ppc-box-inner p {
    padding-bottom: 20px;
  }

  .seo-box-inner,
  .ppc-box-inner {
    padding: 40px 25px 30px;
  }

  .ppc-result-ul-li {
    width: 676px;
  }

  .ppc-result-title p {
    padding-bottom: 25px;
  }

  .seo-ppc-para p {
    padding: 25px 0 37px;
  }
}

@media(max-width:767px) {

  .seo-box-inner,
  .ppc-box-inner {
    width: 100%;
  }

  .seo-box-inner h2,
  .ppc-box-inner h2,
  .seo-box-inner p,
  .ppc-box-inner p {
    padding-bottom: 15px;
  }

  .seo-box-inner,
  .ppc-box-inner {
    padding: 30px 15px 15px;
  }

  .ppc-result-ul-li ul li:first-child,
  .ppc-result-ul-li ul li:nth-child(2),
  .ppc-result-ul-li ul li:nth-child(3),
  .ppc-result-ul-li ul li:last-child {
    width: 100%;
  }

  .ppc-result-ul-li {
    width: 340px;
  }

  .seo-ppc-para p {
    padding: 0px 0 15px;
  }

  .ppc-result-ul-li ul li,
  .ppc-result-title p {
    padding: 0 0 15px;
  }

  .PPC-Services-title h2 {
    padding-bottom: 15px;
  }

  .ppc-result {
    padding-top: 50px;
  }
}

.speed-business-groth-row {
  --bs-gutter-x: 30px;
  align-items: center;
}

.speed-business-groth-inner {
  padding: 19px 100px 30px;
}

.speed-business-groth-img-box,
.speed-business-groth-img-box img {
  height: 100%;
}

.speed-business-groth-content-box h2 {
  max-width: 427px;
  padding-bottom: 39px;
}

.speed-business-groth-content-box p {
  max-width: 570px;
}

@media(max-width:1199px) {
  .speed-business-groth-content-box h2 {
    padding-bottom: 25px;
  }

  .speed-business-groth-inner {
    padding: 0px 15px 30px;
  }
}

@media(max-width: 767px) {
  .speed-business-groth-row {
    --bs-gutter-y: 15px;
    flex-direction: column-reverse;
  }

  .speed-business-groth-inner {
    padding: 0px 15px 15px;
  }

  .speed-business-groth-content-box h2 {
    padding-bottom: 15px;
  }
}


/* 13/08/25 Rimpa start */


.ppc-leads-banner {
  width: 100%;
  height: 100%;
  background-image: url(../img/ppc-leads-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.ppc-leads-banner-row {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ppc-leads-banner-box {
  width: 20%;
}

.ppc-leads-banner-box-inner {
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ppc-leads-banner-box-inner p {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase;
}

@media(max-width: 991px) {
  .ppc-leads-banner-box {
    width: 33.33%;
  }

  .ppc-leads-banner-box-inner {
    padding: 30px 20px;
  }
}

@media(max-width: 575px) {
  .ppc-leads-banner-box {
    width: 50%;
  }

  .ppc-leads-banner-box-inner img {
    height: 50px;
  }

  .ppc-leads-banner-box-inner p {
    font-size: 14px;
  }

  .ppc-leads-banner-row {
    justify-content: center;
  }
}

.PPC-Advertising-Services-title h2 {
  color: #000;
  padding-bottom: 48px;
}

.PPC-Advertising-Services-box {
  height: 100%;
  padding: 43px 20px 61px 24px;
  border: 1px solid #E6E6E6;
  background: #FEFEFF;
  border-radius: 16px;
}

.PPC-Advertising-Services-box h3 {
  font-size: var(--font18);
  font-weight: bold;
  line-height: 25px;
  color: #000;
  padding-bottom: 5px;
}

.PPC-Advertising-Services-box ul li {
  font-size: 16px;
  line-height: 18px;
  display: flex;
  padding-top: 19px;
  color: #000;
}

.PPC-Advertising-Services-box li i {
  color: #0655BE;
  margin-right: 7px;
}

.PPC-Advertising-Services-row {
  --bs-gutter-x: 30px;
}

@media(max-width: 1199px) {
  .PPC-Advertising-Services-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .PPC-Advertising-Services-box {
    padding: 30px 15px;
  }

  .PPC-Advertising-Services-box ul li {
    padding-top: 15px;
  }
}

@media(max-width: 767px) {
  .PPC-Advertising-Services-box {
    padding: 15px;
  }
}

.ppc-mejor-challenges-left-img,
.ppc-mejor-challenges-left-img img {
  height: 100%;
  object-fit: cover;
}

.ppc-mejor-challenges-right-content h2 {
  text-align: center;
  padding-bottom: 31px;
}

.ppc-mejor-challenges-right-content ul {
  max-width: 632px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.ppc-mejor-challenges-right-content ul,
.ppc-mejor-challenges-right-content ul li {
  display: flex;
}

.ppc-mejor-challenges-right-content ul li {
  min-width: 210px;
  color: #13124D;
  padding-bottom: 19px;
}

.ppc-mejor-challenges-right-content ul li i {
  margin-right: 10px;
  color: var(--blue);
}

.ppc-mejor-challenges-row {
  --bs-gutter-x: 75px;
}

.ppc-mejor-challenges-right-content span {
  font-size: 17px;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.ppc-mejor-challenges-right-content span a {
  text-decoration: underline;
  color: var(--blue);
}

.ppc-mejor-challenges-right-content span a:hover {
  color: #FFC107;
}

@media(max-width: 1199px) {
  .ppc-mejor-challenges-right-content ul {
    max-width: 434px;
  }

  .ppc-mejor-challenges-row {
    --bs-gutter-x: 40px;
    --bs-gutter-y: 30px;
  }

  .ppc-mejor-challenges-right-content span {
    padding-top: 10px;
  }

  .ppc-mejor-challenges-left-img img {
    width: 100%;
  }
}

@media(max-width: 991px) {
  .ppc-mejor-challenges-right-content h2 {
    padding-bottom: 20px;
  }

  .ppc-mejor-challenges-right-content ul li {
    padding-bottom: 15px;
  }

  .ppc-mejor-challenges-right-content ul {
    max-width: 230px;
  }
}

@media(max-width: 767px) {
  .ppc-mejor-challenges-row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
  }

  .ppc-mejor-challenges-right-content h2 {
    padding-bottom: 15px;
  }

  .ppc-mejor-challenges-right-content span {
    padding-top: 0;
  }

  .ppc-mejor-challenges-left-img img {
    display: none;
  }
}

.ppc-click-shield-bg-color {
  background-color: #FAFAFF;
  padding: 71px 70px 67px 61px;
}

.ppc-click-shield-title h2 {
  max-width: 890px;
  color: #000;
  padding-bottom: 43px;
}

.ppc-click-shield-content h3 {
  font-size: var(--font22);
  font-weight: bold;
  line-height: 29px;
  color: var(--blue);
  padding-bottom: 20px;
}

.ppc-click-shield-row {
  --bs-gutter-x: 24px;
  align-items: center;
}

.ppc-click-shield-content-row {
  --bs-gutter-x: 57px;
  --bs-gutter-y: 43px;
}

@media(max-width: 1199px) {
  .ppc-click-shield-bg-color {
    padding: 40px 30px;
  }

  .ppc-click-shield-title h2 {
    padding-bottom: 25px;
  }

  .ppc-click-shield-content-row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
  }

  .ppc-click-shield-content h3 {
    line-height: 23px;
    padding-bottom: 15px;
  }
}

@media(max-width: 991px) {
  .ppc-click-shield-img {
    display: none;
  }
}

@media(max-width: 767px) {
  .ppc-click-shield-bg-color {
    padding: 25px 15px;
  }

  .ppc-click-shield-title h2 {
    padding-bottom: 15px;
  }

  .we-detect-title h3 {
    padding-bottom: 0;
  }

  .ppc-click-shield-content-row {
    --bs-gutter-y: 15px;
  }
}

.ppc-managment-service-title,
.ppc-managment-service-para {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ppc-managment-service-title h2 {
  max-width: 772px;
  padding-bottom: 43px;
}

.ppc-managment-service-box-inner {
  width: 25%;
}

.ppc-managment-service-box-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.ppc-managment-service-box-content {
  width: 100%;
  height: 100%;
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ppc-managment-service-box-content p {
  color: #000;
  padding-top: 28px;
}

.ppc-managment-service-para {
  margin-top: 40px;
}

.ppc-managment-service-para p {
  max-width: 1073px;
  padding-top: 20px;
}

@media(max-width: 1199px) {
  .ppc-managment-service-box-content {
    padding: 0 15px;
  }

  .ppc-managment-service-para {
    margin-top: 25px;
  }
}

@media(max-width: 991px) {

  .ppc-managment-service-box-inner {
    width: 33.33%;
  }

  .ppc-managment-service-box-content {
    padding: 15px;
  }

  .ppc-managment-service-para {
    margin-top: 10px;
  }
}

@media(max-width: 767px) {
  .ppc-managment-service-box-inner {
    width: 50%;
  }

  .ppc-managment-service-title h2 {
    padding-bottom: 30px;
  }

  .ppc-managment-service-para p {
    padding-top: 15px;
  }

  .ppc-managment-service-para {
    margin-top: 0px;
  }

}

.ppc-half-form-text {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
}

.ppc-half-form-text-ul-li ul,
.ppc-half-form-text-ul-li ul li {
  display: flex;
}

.ppc-half-form-text-ul-li ul li {
  min-width: 238px;
  color: #fff;
  padding-bottom: 19px;
}

.ppc-half-form-text-ul-li ul li img {
  margin-right: 10px;
}

.ppc-half-form-text-ul-li ul {
  flex-wrap: wrap;
}

.seo-engine-boost input {
  width: 19px;
  height: 19px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #BDBDBD;
}

.seo-engine-boost label {
  margin-bottom: 0;
  padding-bottom: 0;
}

.ppc-form-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: 400 !important;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ppc-form-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.ppc-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  margin-top: 2px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

.ppc-form-container input:checked~.ppc-checkmark {
  background-color: #fff;
}

.ppc-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ppc-form-container input:checked~.ppc-checkmark:after {
  display: block;
}

.ppc-form-container .ppc-checkmark:after {
  left: 4px;
  top: 0px;
  width: 8px;
  height: 12px;
  border: solid #0655BE;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ppc-online-advertising-content h2 {
  padding-bottom: 30px;
}

.ppc-online-advertising-content p {
  color: var(--black);
  padding-bottom: 20px;
}

.ppc-online-advertising-row {
  --bs-gutter-x: 75px;
  align-items: center;
}

.ppc-online-advertising-list ul li {
  display: flex;
  color: #13124D;
  padding-bottom: 15px;
  font-size: 17px;
}

.ppc-online-advertising-list ul li i {
  color: var(--blue);
  margin-right: 10px;
}

@media(max-width: 1199px) {
  .ppc-online-advertising-row {
    --bs-gutter-x: 50px;
  }
}

@media(max-width: 991px) {
  .ppc-online-advertising-img-box img {
    display: none;
  }
}

@media(max-width: 767px) {

  .ppc-online-advertising-content h2,
  .ppc-online-advertising-content p {
    padding-bottom: 15px;
  }
}


.ppc-our-approach-bg {
  background-color: #FAFAFF;
  padding: 57px 0 62px;
  border-radius: 34px;
}

.ppc-our-approach-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ppc-our-approach-title h2 {
  color: var(--black);
}

.ppc-our-approach-title p {
  max-width: 781px;
  color: var(--black);
  padding: 25px 0;
}

.ppc-our-approach-box {
  display: flex;
  padding: 0 91px;
}

.ppc-our-approach-box-inner {
  padding: 0 66px;
  min-width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ppc-our-approach-box-inner h4 {
  font-size: var(--font22);
  font-weight: bold;
  color: var(--black);
  padding: 30px 0 19px;
}

.ppc-our-approach-box-inner p {
  color: var(--black);
}

@media(max-width: 1199px) {
  .ppc-our-approach-box {
    display: flex;
    padding: 0;
  }

  .ppc-our-approach-box-inner {
    padding: 0 15px;
  }
}

@media(max-width: 767px) {
  .ppc-our-approach-box {
    flex-wrap: wrap;
  }

  .ppc-our-approach-box-inner {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media(max-width: 480px) {
  .ppc-our-approach-box-inner {
    width: 100%;
  }
}


/* 14-08-25 start Rimpa */

.advantage-of-ppc-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.advantage-of-ppc-title h2 {
  max-width: 633px;
  color: var(--black);
  padding-bottom: 30px;
}

.advantage-of-ppc-title p {
  max-width: 763px;
  color: var(--black);
}

.advantage-bottom-sec .nav-pills {
  margin: 30px 73px 48px;
  background: #FAFAFF;
  border-radius: 14px;
}

.advantage-bottom-sec .nav-pills .nav-item {
  width: 20%;
}

.advantage-bottom-sec .nav-pills .nav-item .nav-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 27px;
}

.advantage-bottom-sec .nav-pills .nav-item .nav-link p {
  font-size: var(--font20);
  color: #000;
  margin-top: 17px;
}

.advantage-bottom-sec .nav-pills .nav-item .nav-link.active {
  background-color: #fff;
}

.advantage-bottom-sec .nav-pills .nav-item .nav-link.active img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(99%) saturate(1537%) hue-rotate(198deg) brightness(92%) contrast(99%);
}

.advantage-bottom-sec .nav-pills .nav-item .nav-link.active p {
  color: var(--blue);
}

.advantage-of-ppc-tab-box {
  margin-top: 19px;
}

.advantage-of-ppc-tab-box a {
  margin-top: 41px;
  background-color: var(--blue);
  padding: 17px 47px;
}

.advantage-of-ppc-content {
  height: 100%;
  justify-content: space-between;
}

@media(max-width: 1199px) {
  .advantage-bottom-sec .nav-pills {
    margin: 30px 52px 48px;
  }

  .advantage-bottom-sec .nav-pills .nav-item .nav-link {
    padding: 15px;
  }
}

@media(max-width: 991px) {
  .advantage-bottom-sec .nav-pills {
    margin: 30px 32px;
  }

  .advantage-bottom-sec .nav-pills .nav-item {
    width: 20%;
  }
}

@media(max-width: 767px) {
  .advantage-bottom-sec .nav-pills .nav-item {
    width: auto;
  }

  .advantage-bottom-sec .nav-pills {
    justify-content: center;
    margin: 30px 0px;
  }

  .advantage-of-ppc-tab-box a {
    padding: 17px;
  }

  .advantage-of-ppc-title h2 {
    padding-bottom: 15px;
  }

  .advantage-bottom-sec .nav-pills .nav-item .nav-link {
    padding: 12px;
  }

  .advantage-bottom-sec .nav-pills .nav-item .nav-link p {
    display: none;
  }
}



.why-do-you-need-ppc-inner h2,
.why-do-you-need-ppc-inner span,
.ppc-in-action-title h2 {
  color: var(--black);
}

.why-do-you-need-ppc-inner span {
  max-width: 1061px;
  font-size: var(--font21);
  line-height: 27px;
  font-weight: 400;
  display: inline-block;
  padding: 33px 0;
}

.why-do-you-need-ppc-inner p {
  max-width: 1027px;
}

.why-do-you-need-ppc-inner {
  margin-top: 60px;
}

.why-do-you-need-ppc-inner:first-child {
  margin: 0;
}

@media(max-width: 1199px) {
  .why-do-you-need-ppc-inner {
    margin-top: 40px;
  }

  .why-do-you-need-ppc-inner span {
    padding: 25px 0;
  }
}

@media(max-width: 767px) {
  .why-do-you-need-ppc-inner {
    margin-top: 25px;
  }

  .why-do-you-need-ppc-inner span {
    padding: 15px 0;
  }
}

.ppc-in-action-bg {
  background-color: #FAFAFF;
  border-radius: 34px;
  padding: 58px 75px 55px;
}

.ppc-in-action-box-inner {
  background: #FFFFFF;
  padding: 43px 87px 43px 38px;
  border-radius: 5px;
}

.ppc-in-action-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -20px;
}

.ppc-in-action-box-width {
  max-width: 33.33%;
  position: relative;
  padding: 15px 20px;
}

.ppc-in-action-box-inner h3 {
  font-size: var(--font22);
  font-weight: bold;
  line-height: 37px;
  color: var(--black);
  padding-bottom: 26px;
}

.ppc-in-action-box-inner ul li {
  font-size: 16px;
  color: var(--black);
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.ppc-in-action-box-inner ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--black);
  border-radius: 50%;
}

.right-long-arrow {
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(0, -50%);
}

.stright-long-arrow {
  position: absolute;
  bottom: -73%;
  right: 118px;
}

.left-long-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
  transform: translate(0, -50%);
  z-index: 1;
}

.left-short-arrow {
  position: absolute;
  top: 44%;
  right: -50px;
  transform: translate(0, -50%);
}

.ppc-in-action-box {
  margin-top: 50px;
}

@media(max-width: 1199px) {
  .ppc-in-action-box-inner {
    padding: 30px 23px;
  }

  .left-short-arrow,
  .left-long-arrow,
  .stright-long-arrow,
  .right-long-arrow {
    display: none;
  }

  .ppc-in-action-box-width {
    padding: 15px 15px;
  }

  .ppc-in-action-bg {
    padding: 40px;
  }

  .ppc-in-action-box {
    margin-top: 20px;
  }

}

@media(max-width: 991px) {
  .ppc-in-action-row {
    align-items: flex-start;
  }

  .ppc-in-action-box-width {
    max-width: 50%;
    width: 50%;
  }

  .ppc-in-action-box-inner {
    min-height: 275px;
  }
}

@media(max-width: 767px) {
  .ppc-in-action-bg {
    padding: 25px;
  }

  .ppc-in-action-box-width {
    max-width: 100%;
    width: 100%;
  }

  .ppc-in-action-box-inner h3 {
    line-height: 29px;
    padding-bottom: 15px;
  }

  .ppc-in-action-box-width {
    padding: 8px 15px;
  }

  .ppc-in-action-box-inner {
    padding: 15px;
  }
}

.ppc-managment-include-row {
  --bs-gutter-x: 50px;
  align-items: center;
}

.ppc-managment-include-title h2 {
  max-width: 370px;
  color: var(--black);
  padding-bottom: 33px;
}

.ppc-managment-include-title ol li {
  padding: 0 0px 10px 10px;
}

@media(max-width: 1199px) {
  .ppc-managment-include-row {
    --bs-gutter-x: 30px;
  }
}

@media(max-width: 991px) {
  .ppc-managment-include-left-img {
    display: none;
  }

  .ppc-managment-include-title h2 {
    max-width: 608px;
    padding-bottom: 24px;
  }
}

@media(max-width) {
  .ppc-managment-include-title h2 {
    padding-bottom: 15px;
  }
}



/* high quality link bilding */

.Link-Building-Services-form {
  background: #FFFFFF1A;
  border: 1px solid #FFFFFF3B;
  border-radius: 9px;
  padding: 17px 28px;
}

.Link-Building-Services-form h4 {
  font-size: var(--font23);
  line-height: 25px;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 20px;
}

.Link-Building-Services-form input,
.Link-Building-Services-text {
  margin-bottom: 15px;
}

.Link-Building-Services-form input::placeholder,
.Link-Building-Services-text::placeholder {
  font-size: 14px;
  color: var(--black);
}

.Link-Building-Services-btn {
  width: 100%;
  background-color: var(--blue);
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.Link-Building-Services-row {
  justify-content: space-between;
  align-items: center;
}

.link-building-box-bg {
  max-width: 1075px;
  margin: 0 auto;
  background-color: #FAFAFF;
  padding: 49px 57px;
  border-radius: 21px;
}

.link-building-box h2 {
  padding-bottom: 44px;
}

.link-building-box-list ul li {
  display: flex;
  padding-bottom: 15px;
}

.link-building-box-list ul li a,
.link-building-box-list span a {
  text-decoration: underline;
  color: var(--blue);
}

.link-building-box-list ul li img {
  margin-right: 10px;
}

.link-building-box-list span {
  max-width: 834px;
  display: inline-block;
  font-size: var(--font22);
  line-height: 25px;
  font-weight: 400;
  color: var(--black);
  padding-top: 43px;
}

.link-building-box-list span a {
  color: var(--black);
}

.link-building-box-list span a:hover,
.link-building-box-list ul li a:hover {
  color: #FFC107;
}

@media(max-width: 1199px) {
  .link-building-box-bg {
    padding: 35px;
  }

  .link-building-box-list span {
    padding-top: 20px;
  }

  .link-building-box h2 {
    padding-bottom: 35px;
  }
}

@media(max-width: 767px) {
  .link-building-box-bg {
    padding: 30px 15px;
  }

  .link-building-box-list ul li img {
    max-width: 30px;
  }

  .link-building-box-list span {
    padding-top: 0px;
  }

  .link-building-box h2 {
    padding-bottom: 20px;
  }
}


/* Rimpa 15/08/25 */


.link-building-philippines-row {
  --bs-gutter-x: 75px;
  align-items: center;
}

.link-building-philippines-title h2 {
  padding-bottom: 35px;
}

@media(max-width: 991px) {
  .link-building-philippines-right-img {
    display: none;
  }

  .link-building-philippines-title h2 {
    padding-bottom: 25px;
  }
}

@media(max-width: 767px) {
  .link-building-philippines-title h2 {
    padding-bottom: 15px;
  }
}

.link-building-services-title,
.link-building-sev-competitors-title,
.Our-Philippines-Based-title,
.link-building-company-para,
.backline-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.link-building-services-title h2 {
  padding-bottom: 29px;
}

.link-building-services-title p {
  max-width: 875px;
}

.link-building-services-inner {
  padding: 40px 37px 15px 22px
}

.link-building-services-row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

@media(max-width: 1199px) {
  .section-box-icon span {
    font-size: 50px;
  }

  .link-building-services-inner {
    padding: 30px 22px 15px;
  }
}

@media(max-width: 375px) {
  .link-building-services-row {
    --bs-gutter-y: 15px;
  }
}


.link-building-sev-competitors-box {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  border-radius: 18px;
  padding: 60px 30px 50px;
}

.link-building-sev-competitors-title h2 {
  max-width: 850px;
  color: var(--white);
}

.link-building-sev-competitors-title p {
  max-width: 905px;
  color: var(--white);
  padding: 29px 0;
}

.Backlink-Service-Agency-gap {
  padding: 21px 0 0;
}

.Backlink-Service-Agency {
  margin-top: 37px;
}

.Backlink-Service-Agency h3 {
  font-size: var(--font22);
  font-weight: bold;
  color: var(--black);
}

.Backlink-Service-Agency p {
  max-width: 1110px;
  padding: 28px 0;
}

.Backlink-Service-Agency a {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  color: var(--blue);
}

.Backlink-Service-Agency p a,
.link-building-company-title p a {
  font-size: 16px;
  text-decoration: underline;
  color: var(--blue);
}

.Backlink-Service-Agency p a:hover {
  color: #FFC107;
}

@media(max-width: 1199px) {
  .link-building-sev-competitors-title p {
    padding: 25px 0;
  }

  .link-building-sev-competitors-box {
    padding: 40px 30px;
  }

  .Backlink-Service-Agency {
    margin-top: 25px;
  }

  .Backlink-Service-Agency p {
    padding: 20px 0;
  }
}

@media(max-width: 767px) {
  .link-building-sev-competitors-box {
    padding: 25px 15px;
  }

  .Backlink-Service-Agency {
    margin-top: 20px;
  }

  .Backlink-Service-Agency-gap {
    padding: 10px 0 0;
  }

  .Backlink-Service-Agency p {
    padding: 15px 0;
  }
}

.link-building-tab {
  margin-top: 70px;
}

@media(max-width: 1199px) {
  .link-building-tab {
    margin-top: 55px;
  }
}

@media(max-width: 767px) {
  .link-building-tab {
    margin-top: 45px;
  }
}

.Our-Philippines-Based-bg {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  border-radius: 18px;
  padding: 59px 89px;
}

.Our-Philippines-Based-title h2 {
  max-width: 620px;
  color: var(--white);
}

.link-building-company-title {
  padding-bottom: 28px;
}

.link-building-company-title h4 {
  font-size: 17px;
  font-weight: bold;
  line-height: 24px;
  color: var(--white);
  padding-bottom: 18px;
}

.link-building-company-title p,
.link-building-company-title p a {
  color: var(--white);
}


.link-building-company-title ul li {
  font-size: 16px;
  color: var(--white);
  padding-left: 15px;
  position: relative;
}

.link-building-company-title ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--white);
  border-radius: 50%;
}

.our-customers h3 {
  font-size: var(--font25);
  font-weight: bold;
  line-height: 25px;
  color: var(--white);
}

.our-customers ul li {
  font-size: 60px;
  margin-bottom: 52px;
  font-weight: bold;
  padding-bottom: 11px;
  color: #FFC107;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.our-customers ul li span {
  font-size: var(--font22);
  color: var(--white);
}

.link-building-company-box {
  padding: 92px 0 23px;
}

.link-building-company-box-row {
  --bs-gutter-x: 68px;
}

.link-building-company-para p {
  max-width: 890px;
  color: var(--white);
  padding-bottom: 23px;
}

@media(max-width: 1199px) {
  .Our-Philippines-Based-bg {
    padding: 50px;
  }

  .link-building-company-box {
    padding: 60px 0 23px;
  }
}

@media(max-width: 991px) {
  .our-customers ul {
    display: flex;
    justify-content: space-between;
  }

  .our-customers ul li {
    font-size: 50px;
    margin-bottom: 20px;
  }
}

@media(max-width: 767px) {
  .Our-Philippines-Based-bg {
    padding: 30px 15px;
  }

  .link-building-company-box {
    padding: 29px 0 15px;
  }

  .our-customers ul li {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .our-customers h3,
  .link-building-company-para p {
    padding-bottom: 15px;
  }

}

.backline-title span {
  color: var(--black);
  font-size: var(--font20);
  font-weight: bold;
  line-height: 37px;
  display: inline-block;
  padding-top: 27px;
}

.backline-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.backline-box {
  width: 20%;
  height: auto;
  padding: 0 10px;
}

.backline-box-inner {
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0px 4px 44px 0px #0000000D;
  padding: 0 15px 37px 15px;
}

/* ribbon */
.ribbon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ribbon {
  position: relative;
  background: #f54267;
  color: white;
  padding: 10px 18px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 107px;
  height: 133px;
  /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 50% 100%, 0 calc(100% - 15px)); */
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 52% 100%, 1% 72%);
}

.ribbon-outer {
  width: 107px;
  height: 133px;
  position: relative;
  top: -16px;
}

.ribbon-outer::before,
.ribbon-outer::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 20px;
  height: 15px;
  background: #d33454;
  /* Slightly darker shade */
}

.ribbon-outer::before {
  left: -20px;
  clip-path: polygon(73% 14%, 41% 55%, 32% 119%, 107% 100%, 100% 0);
}

.ribbon-outer::after {
  right: -19px;
  clip-path: polygon(33% 24%, 57% 58%, 63% 100%, 0 100%, 0 0);
}

.backline-box-inner h3 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 30px 0;
}

.backline-bottom {
  padding: 54px 0 0;
}

.backline-box-inner p {
  font-size: 15px;
  color: #0A0A0A;
}

.backline-box:first-child .backline-box-inner {
  border-bottom: 7px solid #F4436B;
}

.backline-box:nth-child(2) .backline-box-inner {
  border-bottom: 7px solid #F4811D;
}

.backline-box:nth-child(3) .backline-box-inner {
  border-bottom: 7px solid #3DB87A;
}

.backline-box:nth-child(4) .backline-box-inner {
  border-bottom: 7px solid #3078F2;
}

.backline-box:last-child .backline-box-inner {
  border-bottom: 7px solid #6517C0;
}

.backline-box:nth-child(2) .backline-box-inner .ribbon {
  background-color: #F4811D;
}

.backline-box:nth-child(3) .backline-box-inner .ribbon {
  background-color: #3DB87A;
}

.backline-box:nth-child(4) .backline-box-inner .ribbon {
  background-color: #3078F2;
}

.backline-box:last-child .backline-box-inner .ribbon {
  background-color: #6517C0;
}

.backline-box:nth-child(2) .ribbon-outer::after {
  background-color: hsl(27.47deg 76.85% 42.35%);
}

.backline-box:nth-child(2) .ribbon-outer::before {
  background-color: hsl(27.47deg 76.85% 42.35%);
}

.backline-box:nth-child(3) .ribbon-outer::after {
  background-color: hsl(148.45deg 46.41% 40.98%);
}

.backline-box:nth-child(3) .ribbon-outer::before {
  background-color: hsl(148.45deg 46.41% 40.98%);
}

.backline-box:nth-child(4) .ribbon-outer::after {
  background-color: hsl(213.87deg 74.43% 42.94%);
}

.backline-box:nth-child(4) .ribbon-outer::before {
  background-color: hsl(213.87deg 74.43% 42.94%);
}

.backline-box:last-child .ribbon-outer::after {
  background-color: hsl(266.14deg 80.46% 34.12%);
}

.backline-box:last-child .ribbon-outer::before {
  background-color: hsl(266.14deg 80.46% 34.12%);
}

@media(max-width: 1199px) {
  .backline-box {
    width: 33.33%;
    margin-bottom: 42px;
  }
}

@media(max-width: 575px) {
  .backline-box {
    width: 50%;
  }
}

@media(max-width: 480px) {
  .backline-box {
    width: 100%;
  }
}


.company-logo-row,
.link-buliding-partners-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 39px 0 0;
}

@media(max-width: 1199px) {

  .company-logo-img img,
  .link-buliding-partners-img {
    max-width: 150px;
  }

  .company-logo-row,
  .link-buliding-partners-inner {
    padding: 30px 0 0;
  }
}

@media(max-width: 991px) {

  .company-logo-img img,
  .link-buliding-partners-img {
    max-width: 100px;
  }
}

@media(max-width:767px) {

  .company-logo-row,
  .link-buliding-partners-inner {
    padding: 15px 0 0;
  }
}


/* imp-link-building */

.imp-link-building-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.imp-link-building-title h2 {
  color: var(--black);
  padding-bottom: 34px;
}

.imp-link-building-title p {
  max-width: 1043px;
  padding-bottom: 20px;
}

.imp-link-building-bg {
  background-color: #FAFAFF;
  border-radius: 34px;
  padding: 72px 76px 54px 96px;
  margin-top: 44px;
}

.imp-link-building-bg-title h2 {
  color: var(--black);
  padding-bottom: 67px;
}

.imp-link-building-sub-title {
  padding-bottom: 34px;
}

.imp-link-building-sub-title h3 {
  font-size: var(--font22);
  font-weight: bold;
  line-height: 25px;
  color: var(--black);
  padding-bottom: 24px;
}

.link-building-btn {
  padding-top: 20px;
}


@media(max-width: 1199px) {
  .imp-link-building-bg {
    padding: 50px;
    margin-top: 25px;
  }

  .imp-link-building-sub-title h3 {
    line-height: 18px;
    padding-bottom: 15px;
  }

  .imp-link-building-sub-title,
  .imp-link-building-title h2 {
    padding-bottom: 25px;
  }

  .imp-link-building-bg-title h2 {
    color: var(--black);
    padding-bottom: 40px;
  }
}

@media(max-width: 767px) {
  .imp-link-building-title h2 {
    color: var(--black);
    padding-bottom: 15px;
  }

  .imp-link-building-title p,
  .imp-link-building-bg-title h2,
  .imp-link-building-sub-title,
  .imp-link-building-title h2 {
    padding-bottom: 15px;
  }

  .imp-link-building-bg {
    padding: 30px 15px;
  }

}

.link-Services-right-tab h4 {
  padding-bottom: 28px;
}

.link-buliding-services-tab-title h2 {
  text-align: center;
  padding-bottom: 100px;
  color: var(--black);
}

.link-buliding-services-tab-row {
  --bs-gutter-x: 68px;
}

.link-buliding-services-tab-left .nav .nav-link {
  padding: 32px 30px;
  color: #13124D;
  font-size: var(--font18);
  font-weight: 500;
  line-height: 25px;
}

.link-buliding-Services-para p {
  padding-bottom: 27px;
}

@media(max-width: 1199px) {
  .link-buliding-services-tab-title h2 {
    padding-bottom: 50px;
  }

  .link-buliding-services-tab-left .nav .nav-link {
    padding: 26px 15px;
  }

  .link-buliding-services-tab-row {
    --bs-gutter-x: 41px;
  }
}

@media(max-width: 991px) {
  .link-buliding-services-tab-left .nav .nav-link {
    padding: 20px 15px;
  }
}

@media(max-width: 767px) {
  .link-buliding-services-tab-row {
    --bs-gutter-y: 15px;
  }

  .link-buliding-services-tab-title h2,
  .link-Services-right-tab h4,
  .link-buliding-Services-para p {
    padding-bottom: 15px;
  }
}


.link-buliding-form__wrap {
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  border-radius: 18px;
  padding: 55px 90px;
}

.link-buliding-form-left h2 {
  color: var(--white);
}

.link-buliding-form-left p {
  color: var(--white);
  margin: 20px 0;
}

.call-us-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.link-buliding-form__flex {
  align-items: center;
}

.link-buliding-form-left {
  padding-right: 40px;
}

.call-us-wrapper figure {
  display: block;
  max-width: 90px;
  margin: 0;
}

.call-us-detl-text {
  width: calc(100% - 90px);
  padding-left: 30px;
}

.call-us-detl-text span {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0 0 15px;
}

.call-us-detl-text a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FFFFFF;
  border-radius: 2px;
  font-weight: 700;
  font-size: clamp(15px, 1.181vw, 17px);
  line-height: 1;
  color: #000000;
  padding: 15px 22px;
}

@media (max-width: 1199px) {
  .link-buliding-form__wrap {
    padding: 40px 20px;
  }

  .link-buliding-form-left {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .link-buliding-form__flex {
    gap: 30px 0;
  }

  .call-us-wrapper figure {
    max-width: 65px;
  }

  .call-us-detl-text {
    width: calc(100% - 65px);
    padding-left: 15px;
  }

  .link-buliding-form-cta .Link-Building-Services-form {
    padding: 17px 15px;
  }
}


.detail-number-cards-inner {
  position: relative;
  border-left: 1px solid #E5E5E5;
  padding: 12px 0 25px 45px;
  margin-left: 23px;
}

.detail-number-cards-inner span {
  position: absolute;
  top: 0;
  left: -23px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background: linear-gradient(180deg, #031958 0%, #082F9B 99.99%, #031958 100%);
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
}

.detail-number-cards-inner h5 {
  font-weight: 700;
  font-size: var(--font22);
  line-height: 1;
  color: #000000;
  margin: 0 0 clamp(12px, 1.25vw, 18px);
}


.pakage-wrapper {
  gap: 25px 0;
}

.pakage-cards {
  background: linear-gradient(267.44deg, #FDFDFD 1.84%, #FFFFFF 17.76%);
  border: 1px solid #F7F7F7;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  padding: 44px 24px;
}

.pakage-cards:hover {
  background: #0655BE;
  border: 1px solid #F7F7F7;
}

.pakage-title h2 {
  margin: 0 0 clamp(30px, 3.125vw, 45px);
}

.pakage-cards-top {
  text-align: center;
  border-bottom: 1px solid #F7F7F7;
  padding: 0 0 15px;
  margin: 0 -24px;
}

.pakage-cards-top p {
  font-size: var(--font20);
  line-height: 1;
  color: #13124D;
  margin: 0 0 12px;
}

.pakage-cards-top h4 {
  font-weight: 700;
  font-size: var(--font30);
  line-height: 1.1em;
  color: #13124D;
}

.pakage-cards:hover .pakage-cards-top p,
.pakage-cards:hover .pakage-cards-top h4 {
  color: var(--white);
}

.pakage-detl-list {
  min-height: 244px;
  padding-left: 6px;
  margin: 24px 0 35px 0;
}

.pakage-detl-list li {
  position: relative;
  font-size: clamp(16px, 1.181vw, 17px);
  line-height: 20px;
  color: #13124D;
  margin-bottom: 12px;
  padding-left: 32px;
}

.pakage-cards:hover .pakage-detl-list li {
  color: var(--white);
}

.pakage-detl-list li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url(../img/check-icon-blue.png) no-repeat center center;
}

.pakage-cards:hover .pakage-detl-list li::before {
  background: url(../img/yellow-right.png) no-repeat center center;
}

.pakage-detl-list li:last-child {
  margin-bottom: 0;
}

.pakage-cards-bot a {
  display: block;
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
}

.pakage-cards-bot a:hover {
  border-color: #FFC107;
}

.pakage-cards:hover .pakage-cards-bot a {
  background: #FFC107;
}

@media (max-width: 767px) {
  .pakage-cards {
    padding: 30px 15px;
  }
}


.choose-link-left {
  padding-right: 60px;
}

.choose-link-listing {
  column-count: 2;
}

.choose-link-listing li {
  position: relative;
  font-size: var(--font18);
  line-height: 1;
  color: #13124D;
  padding: 6px 0 6px 45px;
  margin-bottom: 20px;
}

.choose-link-listing li:last-child {
  margin-bottom: 0;
}

.choose-link-listing li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/check-icon-30px.svg) no-repeat center center / cover;
}

.choose-link-flex {
  gap: 25px 0;
}

@media (max-width:1199px) {
  .choose-link-left {
    padding-right: 0px;
  }

  .choose-link-listing li {
    margin-bottom: 12px;
  }
}

@media (max-width:991px) {
  .choose-link-listing {
    column-count: 1;
    padding-left: 30px;
  }
}

@media (max-width:767px) {
  .choose-link-listing {
    column-count: 2;
    padding-left: 0;
  }
}

@media (max-width:576px) {
  .choose-link-listing {
    column-count: 2;
    padding-left: 0;
  }
}


.professional-link-cards {
  background: #EEF5FF;
  padding: 70px 0;
}

.professional-link-title {
  padding: 0 0 clamp(30px, 3.125vw, 45px);
}

.professional-link-title h2 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 0 20px;
}

.prof-link-cards-flex {
  gap: 25px 0;
}

.prof-link-inner {
  background: #FEFEFF;
  border: 1px solid #E6E6E6;
  border-radius: 16px;
  padding: 30px;
}

.prof-link-inner span {
  display: block;
  font-weight: 700;
  font-size: var(--font22);
  line-height: 1.09090908em;
  color: #000000;
  margin: 0 0 16px;
}

@media (max-width: 1023px) {
  .professional-link-cards {
    padding: 45px 0;
  }
}

@media (max-width: 1023px) {
  .professional-link-title h2 {
    padding: 0 0 14px;
  }
}


.link-bulding-agency__left img {
  margin: 0 auto;
}

.link-bulding-agency__right {
  margin-top: 25px;
}

.link-bulding-agency__right p {
  margin: 0 0 20px;
}

.link-bulding-agency__right ul li {
  position: relative;
  font-size: clamp(15px, 1.181vw, 17px);
  padding-left: 35px;
  margin-bottom: 20px;
}

.link-bulding-agency__right ul li::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 21px;
  height: 21px;
  background: url(../img/check-icon-30px.svg) no-repeat center center / cover;
}

.link-bulding-agency__right ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .link-bulding-agency__flex {
    flex-direction: column-reverse;
    gap: 30px 0;
  }

  .link-bulding-agency__right {
    margin-top: 0;
  }
}


/* 16/08/25 Rimpa */

.seo-audit-banner {
  padding: 103px 0;
}

.seo-audit-banner-title h1 {
  max-width: 805px;
}

.seo-audit-banner-title {
  max-width: 887px;
}

.seo-audit-banner-title span {
  color: var(--white);
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: inline-block;
  padding-bottom: 17px;
}

.seo-audit-banner-partners,
.seo-audit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.seo-audit-logo {
  padding: 0 13px;
}

.seo-audit-btn {
  margin-top: 34px;
}

.book-a-call a {
  background-color: var(--orange);
  margin-right: 11px;
}

@media(max-width: 1199px) {
  .seo-audit-banner {
    padding: 80px 0;
  }
}

@media(max-width: 767px) {
  .seo-audit-banner {
    padding: 40px 0;
  }

  .book-a-call a,
  .get-in-touch a {
    padding: 13px 16px;
  }

}

.seo-sufit-sec .nav .nav-link {
  color: #13124D;
  padding: 32px 31px;
}

@media(max-width: 767px) {
  .seo-sufit-sec .nav .nav-link {
    padding: 20px;
  }
}

.seo-audit-right-tab h4 {
  padding-bottom: 27px;
}

.seo-audit-right-para {
  padding-bottom: 18px;
}

@media(max-width:767px) {

  .seo-audit-right-tab h4,
  .seo-audit-right-para {
    padding-bottom: 15px;
  }
}

.seo-audit-text-flex {
  align-items: start;
}

.seo-audit-half-content h2 {
  max-width: 453px;
}

.seo-audit-half-media-col {
  display: flex;
  justify-content: center;
}

.seo-audit-search-result-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.seo-audit-search-result {
  width: 100%;
  height: 100%;
  background-image: url(../img/technical-SEO-services-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 96px 40px 105px;
}

.seo-audit-search-result-title span {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  color: #FFC107;
}

.seo-audit-search-result-title h2 {
  color: var(--white);
  padding: 12px 0 33px;
}

.seo-audit-search-result-title p {
  max-width: 707px;
  color: var(--white);
  padding-bottom: 25px;
}


@media(max-width: 1199px) {
  .seo-audit-search-result {
    padding: 60px 40px;
  }

  .seo-audit-search-result-title h2 {
    padding: 12px 0 15px;
  }
}

@media(max-width: 767px) {
  .seo-audit-search-result {
    padding: 40px 20px;
  }
}


/* ananta start */
.seo-aud-title h2 {
  margin: 0 0 clamp(30px, 3.125vw, 45px);
}

.seo-aud-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.seo-aud-btns .btns {
  padding: 13px 20px;
}

.seo-aud-btns .btns:last-child {
  background: #FF914D;
}

.seo-aud-btns .btns:last-child:hover {
  background: var(--black);
  color: #FFFFFF;
}


.audt-process-wrapper {
  background: #FAFAFF;
  border-radius: 28px;
  padding: 65px 30px 80px 30px;
}

.audt-process-title h2 {
  margin: 0 0 clamp(30px, 3.125vw, 45px);
}

.audt-process-flex {
  gap: 30px 0;
}

.audt-process-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.audt-process-item .step-no {
  display: block;
  min-width: 84px;
  font-size: clamp(32px, 2.917vw, 42px);
  font-weight: 700;
  line-height: 1;
  border-right: 6px solid #0655BE;
  padding: 8px 20px 8px 0;
}

.audt-process-detl {
  width: calc(100% - 84px);
  padding-left: 25px;
}

.audt-process-detl h2 {
  font-size: var(--font30);
  line-height: 1;
  margin: 0 0 15px;
}

@media (max-width: 1023px) {
  .audt-process-item .step-no {
    min-width: 75px;
  }

  .audt-process-detl {
    width: calc(100% - 75px);
  }

  .audt-process-wrapper {
    padding: 40px 20px;
  }
}


/* 18/08/25 Rimpa */


.seo-audit-service-title h2 {
  padding-bottom: 36px;
}

.seo-audit-packages-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.seo-audit-packages-title p {
  max-width: 986px;
  padding: 18px 0 36px;
}

.seo-audit-packages-title p a,
.seo-audit-packages-left-text p a,
.seo-audit-process-title p a,
.seo-audit-process-sub-title p a,
.deling-with-website-left-para p a {
  text-decoration: underline;
  color: #13124D;
}

.seo-audit-packages-title p a:hover,
.seo-audit-packages-left-text p a:hover,
.seo-audit-process-title p a:hover,
.seo-audit-process-sub-title p a:hover,
.deling-with-website-left-para p a:hover {
  color: #FFC107;
}

.seo-audit-packages-width {
  max-width: 1050px;
  margin: 0 auto;
}

.seo-audit-packages-row {
  --bs-gutter-x: 38px;
}

.seo-audit-packages-left-text p,
.seo-audit-packages-left-text h3 {
  padding-bottom: 24px;
}

.seo-audit-packages-left-text h3 {
  font-size: var(--font18);
  font-weight: 500;
  line-height: 25px;
}


@media(max-width: 991px) {
  .seo-audit-package-img {
    display: none;
  }

  .seo-audit-packages-title p {
    padding: 15px 0;
  }

  .seo-audit-packages-left-text p,
  .seo-audit-packages-left-text h3 {
    padding-bottom: 15px;
  }
}

.seo-audit-process-bg {
  padding: 66px 40px 66px 54px;
  margin: 0;
}

.seo-audit-process-title h2,
.seo-audit-process-title p,
.seo-audit-process-title p a,
.seo-audit-process-sub-title p,
.seo-audit-process-sub-title p a,
.seo-audit-content-heading h3,
.professionals-audit-services-heading h2,
.need-seo-audit-title h2,
.need-seo-audit-right-para p,
.need-seo-audit-right-para span {
  color: var(--black);

}

.seo-audit-process-title p {
  padding: 35px 0 28px
}

.seo-audit-process-sub-title {
  padding-bottom: 20px;
}

.seo-audit-process-sub-title h3 {
  font-size: var(--font18);
  font-weight: 700;
  line-height: 25px;
  color: var(--black);
  padding-bottom: 15px;
}

@media(max-width: 1199px) {
  .seo-audit-process-bg {
    padding: 50px 40px;
  }

  .seo-audit-process-title p {
    padding: 25px 0;
  }
}

@media(max-width: 767px) {
  .seo-audit-process-bg {
    padding: 30px 15px;
  }

  .seo-audit-process-title p {
    padding: 15px 0;
  }
}

/* professionals-audit-services-heading */

.professionals-audit-services-heading p {
  max-width: 1000px;
  padding-bottom: 20px;
}

.seo-audit-content-heading p {
  color: #323131;
}

.section-box-inner .seo-audit-icon img {
  margin-top: 12px;
}

.professionals-audit-services-heading h2 {
  padding-bottom: 39px;
}

.seo-audit-quote-btn {
  margin-top: 39px;
}

@media(max-width: 1199px) {
  .professionals-audit-services-heading h2 {
    padding-bottom: 25px;
  }

  .seo-audit-quote-btn {
    margin-top: 25px;
  }
}

@media(max-width: 767px) {
  .professionals-audit-services-heading h2 {
    padding-bottom: 15px;
  }

  .seo-audit-quote-btn {
    margin-top: 15px;
  }
}

/* seo-issues */

.seo-issues-width {
  max-width: 1002px;
  margin: 0 auto;
}

.seo-issues-title h2 {
  padding-bottom: 51px;
}

.seo-issues-left-content p {
  padding-bottom: 20px;
}

.seo-issues-row {
  --bs-gutter-x: 78px;
}

.seo-issues-gap {
  padding-top: 85px;
}

@media(max-width: 1199px) {
  .seo-issues-gap {
    padding-top: 50px;
  }
}

@media(max-width: 991px) {
  .seo-issues-right-img img {
    width: 100%;
  }

  .seo-issues-row {
    --bs-gutter-y: 30px;
    flex-direction: column-reverse;
  }
}

@media(max-width:767px) {
  .seo-issues-title h2 {
    padding-bottom: 30px;
  }

  .seo-issues-gap {
    padding-top: 30px;
  }

  .seo-issues-left-content p {
    padding-bottom: 15px;
  }
}

/* need-seo-audit */

.need-seo-audit-bg {
  background-color: #FAFAFF;
  border-radius: 28px;
  padding: 66px 143px 60px 166px;
}

.need-seo-audit-right-para span {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
}

.need-seo-audit-gap {
  margin-top: 53px;
}

.need-seo-audit-right-para ul {
  padding: 25px 0;
}

.need-seo-audit-right-para ul li,
.deling-with-website-left-para ul li {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.need-seo-audit-right-para ul li:last-child,
.deling-with-website-left-para ul li:last-child {
  margin: 0;
}

.need-seo-audit-right-para ul li::before,
.deling-with-website-left-para ul li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13124D;
  border-radius: 50%;
}

.need-seo-audit-right-img,
.need-seo-audit-right-img img {
  height: 100%;
  object-fit: contain;
}

.need-seo-audit-row {
  --bs-gutter-x: 90px;
}

.need-seo-audit-right-para p:first-child {
  max-width: 398px;
  padding-bottom: 33px;
}

@media(max-width: 1199px) {
  .need-seo-audit-row {
    --bs-gutter-x: 25px;
  }

  .need-seo-audit-bg {
    background-color: #FAFAFF;
    border-radius: 28px;
    padding: 50px 70px;
  }
}

@media(max-width: 991px) {
  .need-seo-audit-right-img {
    display: none;
  }

  .need-seo-audit-right-para p:first-child {
    max-width: 100%;
  }

  .need-seo-audit-bg {
    padding: 30px 40px;
  }

  .need-seo-audit-gap {
    margin-top: 25px;
  }

  .need-seo-audit-right-para p:first-child {
    padding-bottom: 15px;
  }
}

@media(max-width: 767px) {
  .need-seo-audit-bg {
    padding: 30px 15px;
  }

  .need-seo-audit-right-para ul {
    padding: 15px 0;
  }

  .need-seo-audit-gap {
    margin-top: 15px;
  }

  .need-seo-audit-right-para ul li,
  .deling-with-website-left-para ul li {
    font-size: 16px;
  }

}

/* deling-with-website */

.deling-with-website-width {
  max-width: 1081px;
  margin: 42px auto 0;

}

.deling-with-website-left-para ul {
  padding: 24px 0 35px;
}

.deling-with-website-left-para p {
  padding-bottom: 18px;
}

.deling-with-website-left-para p:first-child {
  padding-bottom: 0;
}

.deling-with-website-row {
  --bs-gutter-x: 61px;
  align-items: center;
}

@media(max-width: 991px) {
  .deling-with-website-right-img {
    display: none;
  }

  .deling-with-website-width {
    margin: 30px auto 0;
  }

  .deling-with-website-left-para ul {
    padding: 20px 0;
  }
}


.half-media-text-auditing h2 {
  text-align: center;
  margin: 0 0 clamp(30px, 3.125vw, 45px);
}

.half-media-text-auditing__flex .half-media-col img {
  height: auto;
  max-height: unset;
}

.half-media-text-auditing h3 {
  font-weight: 700;
  font-size: var(--font24);
  line-height: 1.08333em;
  color: #000000;
  margin: 0 0 28px;
}

.half-media-text-auditing__flex .half-text-content ul {
  column-count: 2;
}

.half-media-half-text__flex.half-media-text-auditing__flex {
  flex-direction: unset;
  align-items: flex-start;
}

.half-media-half-text__flex.half-media-text-auditing__flex:nth-child(odd) {
  flex-direction: row-reverse;
}

.half-media-half-text__flex.half-media-text-auditing__flex:nth-child(even) .half-media-col {
  padding-left: 0;
  padding-right: 34px;
}

.half-media-half-text__flex.half-media-text-auditing__flex:nth-child(odd) .half-media-col {
  padding-left: 34px;
  padding-right: 0;
}

@media (max-width: 1023px) {
  .half-media-text-auditing__flex .half-media-col img {
    width: auto;
    max-height: 375px;
    object-fit: unset;
    margin: 0 auto;
  }
}



.number-text-cards__flex {
  gap: 25px 0;
}

.number-text-cards-item {
  background: #FAFAFF;
  border-radius: 7px;
  text-align: center;
  transition: 0.3s;
  min-height: 209px;
  padding: 30px 33px 25px 33px;
}

.number-text-cards-item:hover {
  background: #0655BE;
}

.number-text-cards-item span {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.number-text-cards-item h2 {
  font-weight: 500;
  font-size: clamp(32px, 3.472vw, 50px);
  line-height: 1.2em;
}

.number-text-cards-item:hover span,
.number-text-cards-item:hover h2,
.number-text-cards-item:hover p {
  color: var(--white);
}

@media (max-width: 1199px) {
  .number-text-cards-item {
    min-height: 188px;
  }
}

@media (max-width: 767px) {
  .number-text-cards-item {
    min-height: 178px;
  }
}

.post-meta {
	color: #fe994b;
	margin: 15px 0 0;
}

.blog-title {
	font-size: var(--font30);
	margin: 15px 0;
}

.blog-comments {
	margin: clamp(20px, 3.472vw, 50px) 0 0;
}

.comment-reply-title {
	margin: 0 0 clamp(15px, 2.083vw, 30px);
}

.comment-notes {
	margin: 0 0 15px;
}

.comment-form input,
.comment-form textarea {
	border-radius: 0;
}

.comment-form-url {
	margin: 15px 0;
}

.comment-form-author {
	margin: 0 0 15px;
}

.comment-form-agree {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.comment-form-agree label {
	color: #000;
	margin: 0 0 0 12px;
}

.wpcf7-response-output {
	    color: white !important;
}
#wpcf7-f1339-o1 .wpcf7-response-output{
	color:black !important;
}
.wpcf7-list-item label{
	display: flex;
    gap:10px;
}
/*.wpcf7-list-item label span{*/
/*	margin-top:15px !important;*/
/*}*/

.wpcf7-not-valid-tip{
        
        padding-bottom: 10px;
}

.wpcf7-form .btns{
    background-color: #0655BE;
    color: #fff;
    padding: 18px 23px;
    
}
.wpcf7-form .btns:hover{
    
        background: transparent;
    border-color: #FFC107;
    color: #FFC107;
}

.page-id-19 .wpcf7-form-control.wpcf7-submit.has-spinner.btns {
    background: #FFC107;
    padding: 13px 50px;
}


.page-id-19 .wpcf7-form-control.wpcf7-submit.has-spinner.btns:hover {
    background: transparent;
    border-color: #FFC107;
    color: #FFC107;
}

.page-id-822 .wpcf7-form-control.wpcf7-submit.has-spinner.btns {
    background: #0655BE;
    color: #FFFFFF;
}

.page-id-822 .wpcf7-form-control.wpcf7-submit.has-spinner.btns:hover {
 background: transparent;
    color: #000000;
    border-color: #000000;
}

.page-id-1771 .wpcf7-form-control.wpcf7-submit.has-spinner.btns {
    background-color: #FF914D !important;
   
}


.page-id-21 [type="checkbox"]  {
        width: 19px;
    height: 19px;
   
}
.page-id-822 [type="checkbox"]  {
        width: 19px;
    height: 19px;
   
}

.page-id-822 label span{
    font-size: 16px;
}
.page-id-822 .strategies-content span{
        margin: 3px 0 12px;
}

.page-id-1548 .wpcf7-form-control.wpcf7-submit.has-spinner.btns {
    background-color: #FF914D;
    justify-content: center;
}

.page-id-1548 .wpcf7-form-control.wpcf7-submit.has-spinner.btns:hover {
       background: #FFFFFF;
    color: #000000;
    border-color: #000000;
}

.page-id-21 .wpcf7-list-item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-id-511 .wpcf7-form .btns{
    background: #FFC107;
    padding: 13px 50px;
}


.page-id-511 .wpcf7-form .btns:hover{
       background: transparent;
    border-color: #FFC107;
    color: #FFC107;
}

.wpcf7-list-item-label{
    font-size:14px;
    line-height: 1;
    color: white;
}

.form-submit .submit{
        border: none;
    border-radius: 5px;
    background: #0655BE;
    color: white;
    padding: 10px;
}

.is-ajax-search-result{
    width: 293px !important;
    left: 1014px !important;
}

.search-results{
    margin-top: 50px;
}



/**menu css*/
/* Base menu styles */
.menu-item {
  position: relative;
  list-style: none;
}

/* Links */
.menu-item > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

/* Sub-menu hidden by default */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 999;
}

/* Sub-menu items */
.sub-menu .menu-item > a {
  padding: 10px 15px;
  color: #444;
  white-space: nowrap;
}

/* Optional: hover effects */
.menu-item > a:hover,
.sub-menu .menu-item > a:hover {
  background: #f4f4f4;
  color: #000;
}