/* RESET PAGE STYLE START */
.Dark_head_Sec {
  position: static !important;
  box-shadow: 0 5px 15px 0px rgb(0 0 0 / 8%);
}

.dark-home-page p {
    margin: 0px 0 16px;
}

ul.CustomNav {
  display: none;
}

.Dark_head_Sec:before {
  display: none;
}

/* RESET PAGE STYLE END */

/* GLOBAL CSS START  */

:root {
  --gray: #474747;
  --black: #000;
  --light-black: #282828;
  --white: #fff;
  --cyan: #03dddc;
  --reddish: #b12025;
  --yellow: #FFE100;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;

  color: var(--light-black);
}

.section {
  position: relative;
  padding: 70px 0;
}

.div-CTA {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.div-CTA .c-btn {
  position: relative;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 14px 34px;
  border-radius: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.div-CTA .c-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  transform: scale(0);
  z-index: -1;
}

.div-CTA .c-btn:hover::before {
  transform: scale(0.9);
}

.div-CTA .red-btn-border {
  color: #b12025;
  border-color: #b12025;
}

.div-CTA .red-btn-border:hover {
  background-color: #b12025 !important;
  color: #fff !important;
}

.div-CTA .c-btn.red-btn-border:before {
  background-color: #b12025;
}

.div-CTA .red-btn-fill {
  background: #b12025;
  border-color: #b12025;
  color: #fff;
}

.div-CTA .red-btn-fill:hover {
  background-color: #fff !important;
  color: #b12025 !important;
}

.div-CTA .c-btn.red-btn-fill:before {
  background-color: #fff;
}

.div-CTA .cyan-btn-border {
  color: #fff;
  border-color: #03dddc;
}

.div-CTA .cyan-btn-border:hover {
  background-color: #03dddc !important;
  color: #fff !important;
}

.div-CTA .c-btn.cyan-btn-border:before {
  background-color: #03dddc;
}

.div-CTA .cyan-btn-fill {
  background: #03dddc;
  border-color: #03dddc;
  color: #fff;
}

.div-CTA .cyan-btn-fill:hover {
  background-color: #fff !important;
  color: #03dddc !important;
}

.div-CTA .c-btn.cyan-btn-fill:before {
  background-color: #fff;
}

.head-sec {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 25px;
}

@media (min-width: 1200px) {
  .head-sec {
    /* max-width: 70%; */
    margin: 0 auto 50px;
  }
}

.head-sec:before {
  position: absolute;
  content: "";
  background: var(--reddish);
  width: 200px;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.head-sec h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--black) !important;
}

.head-sec h2 span {
  display: inline !important;
  color: var(--reddish);
}

.head-white h2 {
  color: #fff !important;
}

.head-black h2 {
  color: #282828 !important;
}

.head-sec p {
  color: #6c6c6c;
  /* font-size: 24px; */
  margin: 15px 0 0;
}


.heading-section.left * {
    text-align: left;
}

.heading-section h3 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #1E1E1E;
}
.heading-section.white * {
    color: white;
}
h3.sub-head-v2 {
    text-transform: uppercase;
    color: #707070;
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 10px;
}

h3.sub-head-v3 {
    text-transform: uppercase;
    color: #707070;
    font-family: Poppins;
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 10px;
}
.heading-section h2 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #1E1E1E;
}

.heading-section p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
}

.heading-section p b {
  font-family: Poppins;
font-weight: 700;
font-size: 20px;
line-height: 100%;
text-align: center;
    width: 70%;
    margin: 30px auto 0;
}

.heading-section p.highlight-text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-top: 20px;
    position: relative;
}
p.highlight-text:after {
    content: url('/images/seo-gmb/hight-sep.svg');
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
}

.heading-section h2 {
    position: relative;
}
h2 .highlight-text {
      background:url('/wp-content/themes/360/assets/img/seo-service/hight-sep.svg');
    background-size: 100%;
    background-position: 100% 100%;
background-repeat: no-repeat;}
.green-bg {
    background: #28B446;
    padding: 50px 50px 0;
    border-radius: 100px 100px 0 0;
}

h2.sub-head {
    display: inline;
    background: #FF8900;
    color: white;
    padding: 5px 20px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}


/* GLOBAL CSS END  */

/* SECTION ONE CSS START HERE */

section.s1 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 4rem 0 2rem;
  background: url(/wp-content/themes/360/assets/img/seo-service/banner-bg.webp);
}

.s1 .topRow {
  align-items: center;
}

.s1 .topRow p.sub-heading {
  color: var(--white);
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 10px;
  background: #7e151f;
  display: inline-block;
  padding: 0 0.6rem;
  border-radius: 0.2rem;
}

.s1 .topRow h1 {
  font-size: 3.75rem;
  font-weight: 700;
  color: white;
  padding-bottom: 15px;
  max-width: 610px;
}

.s1 .topRow p {
    margin: 0px 0 16px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 0%;
    color: white;

}

.s1 .topRow p.sub-txt {
  font-weight: 500;
  color: var(--light-black);
}

.s1 .topRow h1 span {
  color: var(--yellow);
}

.s1 .topRow p.sub-text {
  color: var(--light-black);
}

.s1 .div-text ul li {
  color: var(--light-black);
}

.s1 .div-text ul li span {
  color: #b12025;
  font-weight: 700;
}

.s1 .div-text ul li:not(:last-child) {
  margin: 0 0 0.5rem;
}

.s1 .div-text ul {
    display: flex;
    grid-gap: 15px;
}
.s1 .div-text span.starting-from {
  background: #f4d712;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1rem;
  padding: 0.4rem 0.4rem 0.4rem 0;
  border-radius: 0.4rem;
}

.s1 .div-text span.starting-from:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  background: #f4d712;
  z-index: -1;
  border-radius: 0.4rem;
}

.s1 .div-text span.starting-from p {
  margin: 0;
}

.s1 .div-text span.starting-from > div > span {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--light-black);
  font-style: italic;
  line-height: 1;
  margin: 0 0 0.2rem;
}

.s1 .div-text span.starting-from > div > p {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--light-black);
  line-height: 1;
}

.s1 .div-text span.starting-from > span {
  font-size: 2.375rem;
  font-weight: 700;
  background: var(--light-black);
  color: var(--white);
  line-height: 1;
  display: inline-block;
  padding: 0.4rem;
  border-radius: 0.3rem;
}
.div-CTAs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 1.5rem;
  margin: 2.5rem 0 0;
}

.div-CTAs a {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.row.counters h3 {
    font-family: Bebas Neue;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFE100;
}

.row.counters p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.row.counters ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 75%;
    margin: auto;
}

.row.counters ul li {
    width: 22%;
}

.parter-logos {
    background: white;
    box-shadow: 0px 4px 10px 0px #0000001A;
    border-radius: 6px;
    padding: 4px;
    width: 50%;
    margin: 15px auto -55px;
    z-index: 9999;
    position: relative;
}

.parter-logos ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

@media (min-width: 768px) {
  .div-CTAs a.talk-chat {
    background: var(--reddish);
    color: var(--white);
    padding: 20px 40px;
    border-radius: 8px;
    border: 2px solid transparent;
    box-shadow: 0 10px 20px rgb(184 37 37 / 30%);
        display: flex;
    align-items: center;
    grid-gap: 10px;
  }

  .div-CTAs a.talk-chat:hover {
    background: transparent;
    color: var(--reddish);
    border-color: var(--reddish);
  }

  .div-CTAs a.talk-phone {
    position: relative;
    color: var(--reddish);
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    padding-left: 60px;
  }

  .div-CTAs a.talk-phone:before {
    position: absolute;
    content: "\f095";
    font-family: "FontAwesome";
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--reddish);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .div-CTAs a.talk-phone:hover {
    color: var(--cyan);
  }

  .div-CTAs a.talk-phone:hover:before {
    background: var(--cyan);
  }
}

/* @media (max-width: 1199px) {
  .div-CTAs {
    margin: 0;
  }

  .div-CTAs > a {
    flex: 1;
    color: var(--white) !important;
    padding: 1rem 0;
    border-radius: 0.4rem;
    text-align: center;
  }

  .div-CTAs > .talk-chat {
    background: var(--reddish);
  }

  .div-CTAs > .talk-phone {
    background: var(--reddish);
  }
}

@media (max-width: 991px) {
  .div-CTAs {
    justify-content: center;
  }

  .div-CTAs > a {
    flex: unset;
    padding: 1rem 3rem;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }

  .div-CTAs {
    grid-gap: 0.5rem;
    max-width: 90%;
    margin: 0 auto;
  }

  .div-CTAs > a {
    flex: 1;
    font-size: 0.75rem;
  }
} */

img.banner-shape {
  position: absolute;
  bottom: -32px;
  z-index: -1;
  right: 0;
  max-width: 65%;
}

@media (max-width: 1199px) {
  img.banner-shape {
    display: none;
  }
}
div#RFP {
  position: relative;
background: #00000080;
    border: 2px solid #FFE10080;
  padding: 2rem 1.5rem;
  border-radius: 10px;
}

div#RFP .form-head h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: white;
}
div#RFP .form-head h2 span {
  color: var(--reddish);
}

div#RFP .form-head {
  text-align: center;
  margin: 0 0 1.5rem;
}
div#RFP .form-group {
  position: relative;
  margin-bottom: 10px;
}
div#RFP .form-group .form-control:focus {
  border-color: var(--reddish);
}
div#RFP .form-group .form-control {
  position: relative;
  color: var(--light-black);
  border: 2px solid #e3e3e3;
  background: #fafcfe;
  border-radius: 0;
  padding: 1rem 1rem;
  box-shadow: unset;
  outline: unset;
  font-size: 14px;
  height: auto;
}
div#RFP .form-group #RequiredServices1 {
  position: relative;
  color: var(--light-black);
  border: 2px solid #e3e3e3;
  background: #fafcfe;
  border-radius: 0;
  padding: 1rem 1rem;
  box-shadow: unset;
  outline: unset;
  font-size: 14px;
  height: auto;
  width: 100%;
}

div#RFP .form-group .form-control::placeholder {
  color: #8a8a8a;
}
div#RFP .button-box {
  margin: 1rem 0 0;
  text-align: center;
}
div#RFP .button-box > a {
  background: var(--yellow);
  display: block;
  padding: 1.2rem 0;
  color: #1E1E1E;
  border-radius: 0.3rem;
  font-weight: 500;
  border: 2px solid transparent;
}
div#RFP .button-box > a:hover {
  background: var(--white);
  border-color: var(--reddish);
  color: var(--reddish);
}

.s1 .partners hr {
  width: 100%;
  margin: 2rem 0 !important;
}
.s1 .partners ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.s1 .partners ul > li {
  flex: 1;
  text-align: center;
}
/* SECTION ONE CSS END HERE */

/* SECTION TWO CSS START HERE */
section.section.s2 {
    padding: 150px 0 0;
}
.div-text.col-right ul li {
    border: 1px solid #A4A7A5;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 25px;
    background: #ffffff;
}

.div-text.col-right ul li h4 {
    color: #3B3B3B;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
}

.div-text.col-right ul li p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color:#808381;
    margin: 10px 0 0;
}


.div-text.col-right ul li.active-g {
    background: linear-gradient(180deg, #FF8900 0%, #FF6200 100%);
    box-shadow: 20px 10px 40px 0px #FF89004D;
}

.div-text.col-right ul li.active-g * {
    color: white;
}

img.rocket-bg
 {
    position: absolute;
    top: -90px;
    left: -130px;
    z-index: -1;
    width: 95%;
}

/* SECTION TWO CSS END HERE */

/* SECTION THREE CSS START HERE */

.review-card {
    width: 100%;
    margin: auto;
    text-align: center;
    background: #550000;
    border-radius: 20px;
    padding: 50px 200px;
    position: relative;
}

.review-content p {
    font-family: Poppins;
    font-weight: 600;
    font-style: Italic;
    font-size: 22px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    position: relative;
}
img.logo-review {
    position: absolute;
    left: 0px;
    bottom: 15px;
}
.bio h4 {
    font-family: Poppins;
    font-weight: 400;
    font-style: Italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFAE00;
}

.bio p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -5%;
    text-align: center;
    text-transform: uppercase;
}

img.quote-left {
    position: absolute;
    left: -40px;
    top: -15px;
}

img.quote-right {
    position: absolute;
    right: -40px;
    bottom: -15px;
}

.step-box h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #3B3B3B;
    margin-top: 15px;
        margin-bottom: 10px;
}
.step-box p{
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
    color:#1E1E1E
}

.steps-row {
    background: url('/wp-content/themes/360/assets/img/seo-service/step-row-1.svg');
    background-position: 25% 15%;
    background-size: auto;
    background-repeat: no-repeat;
}

.steps-row.v2 {
    background: url(/wp-content/themes/360/assets/img/seo-service/step-row-2.svg);
    background-position: 91% 0;
    background-size: auto;
    background-repeat: no-repeat;
}
/* SECTION THREE CSS END HERE */

/* SECTION FOUR CSS START HERE */

.seo-services-section{
    background:#550000;
    position:relative;
    overflow:hidden;
}


.service-card{
    background:#fff;
    border-radius:8px;
    padding:30px;
    height:100%;
    transition:.3s;
}

.service-card img{
    height:48px;
    margin-bottom:20px;
}

.service-card h4{
    font-size:24px;
    font-weight:700;
    color:#333;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
    font-size:15px;
    margin:0;
}

.cta-card{
    background: linear-gradient(180deg, #FF8900 0%, #FF6200 100%);

    border-radius:12px;
    padding:35px;
    height:100%;
    color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.cta-card h3 {
  
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0%;
    color: white;
}

.cta-card p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: white;
}
img.img-fluid.laptop {
    position: absolute;
    right: 0;
}

.cta-btn{
    background:#fff;
    color:#222;
    padding:12px 24px;
    font-weight:700;
    border-radius:6px;
}

.cta-btn:hover{
    background:#f5f5f5;
}

.strategy-btn{
    background: #f7b500;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 6px;
    box-shadow: 5px 5px 0 0px white;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E !important;
}

.strategy-btn:hover{
    background:#e5a500;
    color:#000;
}


.s-card {
    padding: 5px;
    margin: 0 !important;
}
/* SECTION FOUR CSS END HERE */

/* SECTION FIVE CSS START HERE */

.case-studies {
    background: #F9F9F9;
}

.cs-item {
  border-radius: 1rem;
  overflow: hidden;
  padding: 3rem;
  border: 1px solid #000000;
  background: #fff;
}

.cs-item .cs-head {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
  align-items: center;
  margin: 0 0 2rem;
}

.cs-head {
    display: flex;
}

.cs-logo {
    width: 30%;
    background: #F1F1F1;
    text-align: center;
    padding: 15px 30px 30px 30px;
    border-radius: 10px;
    position: relative;
}

.cs-content {
    width: 66%;
}

.cs-logo img {
    margin: 20px auto;
}

img.star {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
        width: auto !important;
}

.cs-logo ul li {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    background: white;
    margin-bottom: 5px;
    color: #1E1E1E;
}

.cs-content h4 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.cs-content p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
}


.flip-box {
    background: transparent;
    width: 100%;
    height: 280px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding: 15px;
}

.cs-body .col-lg-3.col-md-6 {
    padding: 0 5px;
}

.flip-box-front {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    text-align: center;
    border: 1px solid #D9D9D9
}

.flip-box-front img {
    width: 60px;
    margin-bottom: 15px;
}

.flip-box-front h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.flip-box-back {
        background: linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flip-box-back h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.flip-box-back p {
 margin: 0;
    line-height: 1.7;
    color: white;
    text-align: center;
}


.flip-box-front h4 {
    color: #FF8900;
    font-family: Poppins;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}

.flip-box-front h5 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
        color: #FF8900;
}

.flip-box-front h5 span {
    font-family: Poppins;
font-weight: 500;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
display: block;
color: #444444;
    margin-top: 5px;

}

.owl-theme .owl-dots .owl-dot span {
  width: 34px !important;
  height: 10px !important;
  background: rgb(255 255 255 / 50%) !important;
  border-radius: 50px !important;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: rgba(0 0 0 / 20%) !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: var(--reddish) !important;
}
.owl-carousel .owl-item img {
  width: auto;
}

/* SECTION FIVE CSS END HERE */

.review-video {
    background: #550000;
}

.review-video iframe {
    border: 2px solid white;
    border-radius: 10px;
    margin: 30px 0 -250px;
}
/* ###### PACKAGES SECTION ##### */
.priceTag h3 {
  display: inline-block;
  font-size: 104px;
  font-weight: bold;
  color: #fa8802;
  position: relative;
  letter-spacing: -5px;
}
.priceTag h4 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -2px;
  margin-left: 30px;
}


.packageSec .commonHeading h2 {
  font-weight: 600 !important;
  color: #b82525 !important;
}

.packageSec .commonHeading p {
  color: #0e2e67;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
}

.packageSec .nav-tabs > li{
  position: relative;
}
.packageSec .nav-tabs > li > a {color: #A2A2A2;font-family: Poppins;font-weight: 500;font-size: 24px;line-height: 100%;letter-spacing: 0%;text-align: right;background: transparent !important;}

.packageSec .nav-tabs > li > a {
    padding: 15px 60px;
    position: relative;
}

.packageSec .nav-tabs > li > a.active {
    color: #1E1E1E;
}
.packageSec .nav-tabs > li:before {
    content: "";
    width: 105%;
    height: 2px;
    background: #E4E4E4;
    position: absolute;
    bottom: -5px;
    left: -5%;
}

.packageSec .nav-tabs > li:has(> a.active):before {
    background: #FF8900 !important;
    height: 4px;
     bottom: -6px;
    z-index:9;
}

.orangeBtn:hover {
  text-decoration: none;
}

section.section.s6.packageSec {
    padding-top: 270px;
}
.packageSec ul.nav.nav-tabs {
  border: 0;
  text-align: center !important;
  display: block !important;
  margin: 0 auto !important;
}

.packageSec .nav-tabs > li {
  float: inherit;
  display: inline-block;
}

.packageSec .tab-content {
  padding-top: 70px;
}

.packMainWrap {
  padding: 15px !important;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  margin-bottom: 25px;
  transition: all 0.4s ease-In-Out;
  margin-right: 5px !important;
}

.packMainWrap .head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 20px;
     padding-bottom: 20px;
}

.packMainWrap .head .namePlate {
  display: flex;
  align-items: center;
  border-right: 2px solid #ccc;
}

.packMainWrap .head .namePlate .imgSide {
  width: 62px;
}

.packMainWrap .head .namePlate .imgSide img {
  max-width: fit-content;
}

.packMainWrap .head .namePlate .nametag {
  padding: 0 16px;
}

.packMainWrap .head .namePlate .nametag h2 {
  transition: all 0.4s ease-In-out;
  font-size: 40px;
  color: #1E1E1E !important;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.packMainWrap .head .namePlate .nametag h3 {
  font-size: 16px;
  color: #1E1E1E;
  margin: 0;
  font-weight: 600;
  margin-top: 10px;
}

.packMainWrap .head .priceTag {
  padding-left: 16px;
  display: block;
}

.packMainWrap .head .priceTag p {
    font-size: 14px;
    color: #ffffff85;
    margin: 0;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 36px;
}

.packMainWrap .head .priceTag h4 {
  transition: all 0.4s ease-In-out;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
  margin-top: 12px;
  color: white;
}

.scroll.scrollbar-dynamic.scroll-content {
  margin: 0;
}

ul.feature {
  margin: 0;
  border-bottom: 0;
  list-style-type: none;
  padding: 0;
  height: auto !important;
}


 .addon-box {
            background: #F9F9F9;
            padding: 30px;
            border-radius: 10px;
               margin-bottom: 15px;
        }

        .addon-title {
            color: #771519;
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: -0.88%;
            text-align: left;
        }

        .addon-item {
            display: block;
            cursor: pointer;
        }

        .addon-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
        }

        .addon-left {
            display: flex;
            align-items: center;
            gap: 8px;
                width: 64%;
        }

        .extraOption {
            width: 15px;
            height: 15px;
            cursor: pointer;
        }

        .addon-name {
            font-weight: 400;
            font-size: 14px;
            line-height: 100%;
            letter-spacing: -0.88%;
            color: #343434 !important;
        }

        .addon-price {
            font-size: 10px;
            color: #222;
            font-weight: 500;
        }

        .addon-price span {
            color: #F16F1D !important;
            font-size: 16px;
            font-weight: 700;
        }

        .addon-description {
           margin-top: 10px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    color: #1E1E1E !important;
    margin-bottom: 0px !important
        }
.packMainWrap.pricing-table .scroll {
  height: 350px;
  /* height: 260px; */
  overflow-y: scroll;
  margin: 0;
}

.packMainWrap.pricing-table > .scroll {
  margin: 0 0 30px 0;
}

/* width */
#styleScroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
#styleScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 38px;
}

#styleScroll::-moz-scrollbar-track {
  background: #f1f1f1;
  border-radius: 38px;
}

#styleScroll::-o-scrollbar-track {
  background: #f1f1f1;
  border-radius: 38px;
}

/* Handle */
#styleScroll::-webkit-scrollbar-thumb {
  background: #FFAE00 !important;
  border-radius: 38px;
}

#styleScroll::-moz-scrollbar-thumb {
  background: #FFAE00 !important;
  border-radius: 38px;
}

#styleScroll::-o-scrollbar-thumb {
  background: #FFAE00 !important;
  border-radius: 38px;
}

/* Handle on hover */
#styleScroll::-webkit-scrollbar-thumb:hover {
  background: #FFAE00 !important;
}

#styleScroll::-moz-scrollbar-thumb:hover {
  background: #FFAE00 !important;
}

#styleScroll::-o-scrollbar-thumb:hover {
  background: #FFAE00 !important;
}


.c-cont-box h4 {
  color: #b82525 !important;
}


.c-cont-box a {
  color: #b82525 !important;
}

ul.feature li:before {
 content:url('/wp-content/themes/360/assets/img/seo-service/p-checked.svg');
  position: absolute;
  left: 0;
  height: 100%;
  top: -2px;
  transition: 0.3s all ease-in-Out;
}

ul.feature li:after {
  content: "";
  left: 0;
  height: 0;
  top: 0;
  background-color: #b82525 !important;
  width: 3px;
  transition: 0.3s all ease-in-Out;
  position: absolute;
  opacity: 0;
}

ul.feature li {
  position: relative;
  font-size: 15px;
  color: #1E1E1E;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
}

.pricing-table .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  background-color: #b82525 !important;
}

.c-icon-box i {
  color: #b82525 !important;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.pricing-table .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  background: #0e2d65;
  width: 9px;
}

.pricing-table
  .scrollbar-dynamic
  > .scroll-element.scroll-y
  .scroll-element_size {
  top: 0;
  background: #eaeaea;
  border-radius: 50px;
  left: 0;
}

.pricing-table
  .scrollbar-dynamic
  > .scroll-element.scroll-y
  .scroll-element_outer {
  top: 0;
  width: 100% !important;
}

.pricing-table .scrollbar-dynamic > .scroll-element.scroll-y {
  width: 9px;
}

.mini-contact-area {
  display: none;
  align-items: center;
  justify-content: space-around;
  position: relative;
}

.mini-contact-box {
  display: block;
  text-align: center;
}

.packageSec .c-icon-box {
  margin-bottom: 5px;
}

.c-cont-box h4 {
  font-size: 16px;
  margin: 0;
  color: #0e2e67;
  font-weight: 600;
  color: #b82525 !important;
}

.c-icon-box i {
  color: #b82525 !important;
  font-size: 24px;
  margin-right: 15px;
}

.mini-contact-area:before {
  position: absolute;
  background-color: #172542;
  height: 80%;
  width: 1px;
  right: 0;
  content: "";
  left: 0;
  margin: auto;
  opacity: 0.3;
}
ul.IncludedUl li {
  font-size: 16px;
}
/* 4 Packages */
.mini-contact-box {
  display: block;
  text-align: center;
}

.packMainWrap .head .priceTag {
 padding-left: 5px !important;
    background: #B12025;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    top: -25px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    left: -10px;
    flex-direction: column-reverse;
    grid-gap: 0;
    height: 100px;
}

.packMainWrap .head .priceTag:before {
    content:"";
    border-width:5px;
    border-style:solid;
    position:absolute;
    left:-9px;
    top:0;
    border-color: transparent #870105 #870105 transparent
}

.packMainWrap .head .priceTag:after {
    content:"";
    border-width:5px;
    border-style:solid;
    position:absolute;
    right:-9px;
    top:0;
    border-color: transparent  transparent #870105 #870105;
}

.packMainWrap .head .namePlate .nametag {
  padding: 0 5px !important;
}

.packMainWrap .head .namePlate {
  border: none !important;
}

.btnPart a.orangeBtn {
  margin: 20px auto;
}

.packageSec .c-icon-box {
  margin-bottom: 5px;
}


.YellowBtn {
    padding: 20px 35px;
    background-color: #FFAE00;
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E !important;
    border-radius: 4px;
    margin: 30px 0;
    box-shadow: 4px 4px 0px 0px #000000;
    min-width: 175px;
    text-align: center !important;
}
.redBtn {
  padding: 20px 35px;
  background-color: #b82525;
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  border-radius: 8px !important;
  margin: 15px 0 !important;
  box-shadow: 0px 4px 6px 1px #ededed !important;
  transition: all 0.4s ease-In-Out;
}
.packageSec .YellowBtn {
  padding: 10px 20px !important;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px 0;
}

.packageSec .YellowBtn:hover {
    color: #b82525 !important;
    background: white;
}

.packageSec h5 {
  font-size: 16px;
  margin: 25px 5px 9px;
  font-weight: 700;
  color: #1E1E1E;
}


section.starter-package-section{
    background:linear-gradient(90deg,#681010 0%,#8e1318 50%,#c41c23 100%);
}
.package-box{

    border-radius:0;
    min-height:250px;
    position:relative;
    display:flex;
    justify-content:space-between;
    overflow:visible;
    padding:40px 50px;
}

.package-content{
    width:70%;
}

.package-content h2 {
    color: #fff;
    margin-bottom: 25px;
    font-family: Poppins;
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0%;
}
.features-list{
    display:flex;
    gap:35px;
    margin-bottom:25px;
}

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

.features-list li{
    color:#fff;
    font-size:14px;
    margin-bottom:15px;
    position:relative;
    padding-left:18px;
}

.features-list li:before{
    content:url('/wp-content/themes/360/assets/img/seo-service/p-checked.svg');
    color:#ffb400;
    position:absolute;
    left: -2px;
    top: -2px;
    font-size:12px;
}

.order-btn{
    display:inline-block;
    background:#fff;
    color:#000;
    font-size:12px;
    font-weight:700;
    padding:10px 35px;
    border-radius:4px;
    text-decoration:none;
}

.price-box{
    width: 243px;
    background:#ffb400;
    position: relative;
    right: 0;
    top: -51px;
    bottom:-8px;
    text-align:center;
    padding: 0;
    box-shadow:0 0 30px rgba(255,180,0,.5);
    height: auto;
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 20px 40px 30px #FFAE004D;
}

.price-box:before{
    content:"";
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-bottom:12px solid #d58e00;
    border-left:12px solid transparent;
}

.old-price{
    color: #EE8000;
    font-size:32px;
    font-weight:700;
    text-decoration:line-through;
    margin-bottom:5px;
    margin-top: 70px;
    text-align: left;
    padding-left: 20px;
}

.new-price{
    font-size: 100px;
    line-height:1;
    font-weight:900;
    color:#111;
    font-family: 'Poppins';
}
.price-box sup {
    font-size: 50%;
    text-decoration: none !important;
}

.per-month{
    font-size:14px;
    color:#8a5600;
    font-style:italic;
    margin-top:5px;
}

.payment-tag{
    position: absolute;
    bottom: 0;
    /* transform:translateX(-50%); */
    background:#111;
    color:#fff;
    font-size: 20px;
    font-weight:700;
    padding: 12px 18px;
    border-radius:6px;
    white-space:nowrap;
    width: 100%;
    border-radius: 0 0 20px 20px;
}


.strategy-btn-white {
    background: white;
    font-weight: 700;
    padding: 14px 35px;
    border-radius: 6px;
    box-shadow: 5px 5px 0 0px #1E1E1E;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E !important;
}

@media(max-width:991px){

    .package-box{
        flex-direction:column;
        padding:30px;
    }

    .package-content{
        width:100%;
    }

    .features-list{
        flex-direction:column;
        gap:0;
    }

    .price-box{
        position:relative;
        right:auto;
        top:auto;
        bottom:auto;
        width:100%;
        margin-top:30px;
    }

    .package-content h2{
        font-size:38px;
    }
}

.packMainWrap:hover {
    background: linear-gradient(270deg, #B12025 0%, #4B0E10 100%);
    border-color:black; 
}

.packMainWrap:hover *{
    color:White 
}

.packMainWrap:hover .head .namePlate .nametag h2, .packMainWrap:hover h3{
    color:White  !important
}

.packMainWrap:hover h3.addon-title {
    color:#681316 !important;
}

/* ###### PACKAGES SECTION ##### */


.testimonial-section{
    background: linear-gradient(220.37deg, #424242 9.67%, #000000 90.05%);

}

.testimonial-card{
    background: linear-gradient(135deg,#0f0f0f,#1b1b1b);
    border:1px solid rgba(255,255,255,.15);
    border-radius:25px;
    padding:35px;
    color:#fff;
    min-height:320px;
}

.testimonial-content p{
font-family: Poppins;
font-weight: 500;
font-style: Italic;
font-size: 20px;
line-height: 30px;
letter-spacing: 0%;
color:white;

}

.testimonial-footer{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-top:40px;
}

.client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.client-info img {
    width: 100px !important;
    height: 100px;
    object-fit: contain;
    border-radius: 100%;
}

.client-info h5{
    margin:0;
    font-size:22px;
    font-weight:700;
    color:#fff;
}
img.google-logo {
    width: 110px !important;
}
.stars{
    color:#ffb400;
    font-size:24px;
    letter-spacing:2px;
}

.google-logo{
    width:90px;
}

/* Vertical Dots Right Side */
.testimonial-slider .owl-dots{
    position:absolute;
    top:50%;
    right:-50px;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    gap:12px;
}

.testimonial-slider .owl-dot span{
    width:4px !important;
    height:45px !important;
    margin:0 !important;
    background:#8b8b8b !important;
    border-radius:20px;
    display:block;
}

.testimonial-slider .owl-dot.active span{
    background:#f5b400 !important;
}

@media(max-width:991px){

    .testimonial-content p{
        font-size:18px;
    }

    .testimonial-slider .owl-dots{
        right:0;
    }

    .google-logo{
        width:70px;
    }
}

section.section.benefit {
    background: #F9F9F9;
}

.benefit-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.col-benefit {
    border: 1px solid #A4A7A5;
    width: 49%;
    padding: 30px;
    border-radius: 20px;
    background: white;
    position: relative;
    background-image: url('/wp-content/themes/360/assets/img/seo-service/ellipse-bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
}

.b-icon-head {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    margin-bottom: 15px;
    width: 80%;
}

.b-icon-head h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -2%;
    color: #3B3B3B;
}

.col-benefit p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #808381;
}

/* SECTION EIGHT CSS START  */


.icon-box {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.icon-box span {
    display: block;
    color: #69696A !important;
    font-size: 16px;
    font-weight: 400;
}

.icon-box {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
	color:#1e1e1e
}

form.light-formWrap {
    background: url('/wp-content/themes/360/assets/img/seo-service/form-bg.webp');
    padding: 110px 50px 80px;
    background-size: cover;
    background-position: center;
    min-height: 530px;
}

form.light-formWrap input, form.light-formWrap textarea, form.light-formWrap select {
    background: #F0F0F0 !important;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 25px;
    border:none !important;
	    resize: none;
}

form.light-formWrap input::placeholder, form.light-formWrap textarea::placeholder{
    color:#1e1e1e
}
a#FootForm-submit-btn {
    width: 100%;
    text-align: center;
    padding: 15px;
}
.copyright.light {
    background: linear-gradient(180deg, #B12025 0%, #4B0E10 100%);
}

.footerMain.light {
    padding: 3% 6% 2%;
    background: #1e1e1e; 
}

.call-footer b {
    display: block;
    font-family: Poppins;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: white;
    background: #69696A;
    padding: 10px;
    border-radius: 5px;
    margin-top: 5px;
}
.call-footer span {
    color: white;
    font-family: Poppins;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
}
.footerMain.light p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: white;
}
.subscribe-form {
    border-radius: 5px;
    background: #F0F0F0;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    grid-gap: 10px;
}

.subscribe-form input#EmailSubs {
    width: 70%;
}

.btn-yellow {
    background: #FFAE00;
    line-height: 1.5;
}

.footerMain.light h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    margin-bottom: 10px;
}

/* SECTION EIGHT CSS END  */

/* SECTION SIX CSS START HERE  */

section.section.s9.designFAQS {
    background: linear-gradient(180deg, rgba(255, 137, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.faq-img {
    text-align: center;
}
.faq-img h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1E1E1E;
    margin: 20px 0 10px;
}
.faq-img p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #69696A;
    width: 80%;
    margin: auto;
}

section.section.s9.designFAQS .scroll {
    height: 325px;
    overflow-y: scroll;
    margin: 0;

}
.accordion {
    overflow-anchor: none;
    padding-right: 20px;
}

#accordian .accordion__item {
  border-bottom: none;
  padding: 20px;
  cursor: pointer;
  box-shadow: 0px 20px 20px 0px #FF890026;
  background: white;
  margin-bottom: 15px;
  border-radius: 5px;
}


#accordian .accordion__item__header > h4 {
  font-weight: 600;
  font-size: 16px;
  color: #171717;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#accordian .accordion__item.active .accordion__item__header > h4 {
  padding-bottom: 20px;
}

#accordian .accordion__item__header > h4 > i {
color: #000000;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    background: #FF8900;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion__item.active .accordion__item__header > h4 .fa-plus:before {
  content: "\f068";
}

#accordian .accordion__item__content {
  max-width: 95%;
  cursor: default;
}

#accordian .accordion__item__content > p,
#accordian .accordion__item__content > ul > li {
  color: #6a6a6a;
}

#accordian .accordion__item__content > p,
#accordian .accordion__item__content > ul {
  margin: 1rem 0 !important;
}

#accordian .accordion__item__content > ul > li:not(:last-child) {
  margin: 0 0 0.5rem;
}

#accordian .accordion__item__content strong {
  color: var(--black);
}

#accordian .accordion__item__content a {
  color: var(--reddish);
  border-bottom: 1px solid;
}

#accordian .accordion__item.active {
  background: var(--white);
}

/* SECTION SIX CSS END HERE  */
.owl-theme .owl-nav [class*="owl-"] {
  font-size: 0;
  padding: 0;
  margin: 0;
}

#cs-slider .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  transform: translate(0px, -50%);
  display: flex;
  justify-content: space-between;
}

.owl-theme .owl-nav .owl-prev:before,
.owl-theme .owl-nav .owl-next:before {
  display: none;
}
#cs-slider .owl-nav [class*="owl-"] {
  background: var(--reddish) !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 50% !important;
  font-size: 1rem !important;
  color: var(--white) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

#cs-slider .owl-nav [class*="owl-"] i {
  font-size: 1.5rem !important;
}

#cs-slider .owl-nav .owl-prev {
  position: absolute;
  left: -20px;
}
#cs-slider .owl-nav .owl-next {
  position: absolute;
  right: -20px;
}
div#cs-slider {
  position: relative;
}
@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {
  
}

@media (max-width: 767px) {
  
}
