@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700);
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css);
@import url(../css/bootstrap.css);
@import url(../css/animate.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/slick.css);
@import url(../css/mobile-nav.css);
@import url(../fonts/degular/stylesheet.css);

.logo-main a img {
    width: 160px;
}

.footer-policy-nav ul li a {
    color: white !important;
}

.card svg {
    stroke: #000000;
}

.card:hover svg {
    stroke: #fff;
}

.ct-head-buttons a.theme-btn {
    margin: 0 23px 0 0;
}

form.contact-form input,form.contact-form textarea {
    padding: 0px 20px 0 20px;
    border-radius: 10px;
}

form.contact-form textarea {
    resize: none;
    padding: 10px 0 0 12px;
}

section.thankyou_page {
    text-align: center;
    padding: 27px 0 91px 0;
}

section.process-step {
    background: #E1F4E4;
    background: linear-gradient(200deg, rgba(225, 244, 228, 1) 0%, rgba(252, 254, 252, 1) 100%);
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 25px !important;
}

.card::before {
    content: "";
    position: absolute;
    top: -30px;
    left: -50px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: 0.7s linear;
    background: linear-gradient(360deg, rgba(112, 185, 166, 1) 0%, rgba(41, 138, 199, 1) 100%);

    z-index: -1;
}

.card:hover::before {
    width: 125%;
    height: 125%;
    transform: scale(150%);
}

.card h5,
.card p {
    transition: color 0.3s ease;
}
.card:hover h5,
.card:hover p {
    color: #ffffff;
}

li,
p,
ul {
  margin: 0
}

.dark-theme-btn,
a.light-theme-btn {
  padding: 14px 20px;
  position: relative
}

.icons-box a,
body {
  font-family: "Outfit", sans-serif;
  background: #fff;
}

.banner-text,
header::before {
  left: 50%;
  transform: translate(-50%)
}

.banner-text h1,
.banner-text h3,
.banner-text h4,
.heading-secs h3 {
  text-transform: uppercase
}

.icons-box a,
.social-icons a,
a {
  text-decoration: none
}

:root {
  --primary-color: #9ddbc3;
  --secondary-color: #1e82cd;
  --background-color: #ffda51;
}

*,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  color: #000;
}

li,
ul {
  list-style: none;
  padding: 0
}

a {
  color: var(--primary-color)
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none
}

::selection {
  background: var(--secondary-color);
  color: #fff;
  text-shadow: none
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: none
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0;
  border-left: 1px solid #888
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0;
  background: var(--primary-color)
}

.ff-primary {
  font-family: var(--base-font-family)
}

.ff-secondary,
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  font-family: var(--secondary-font-family)
}

.book-detail h3 span,
.fc-primary,
.heading-secs h3 span:nth-child(2),
.heading-secs h3 span:nth-child(3),
.heading-secs h4 span,
.heading-style-2 h3 span {
  color: var(--primary-color)
}

.fc-secondary,
.heading h3 span {
  color: var(--secondary-color)
}

.fc-dark {
  color: var(--dark-color)
}

.fc-lite {
  color: var(--lite-color)
}

.h1,
.h2,
h1,
h2 {
  font-family: var(--heading-font-family-primary)
}

.h2,
h2 {
  font-size: 6.7vmin
}

.h3,
h3 {
  font-size: var(--font-size-h3)
}

.h4,
h4 {
  font-size: var(--font-size-h4)
}

.h5,
h5 {
  font-size: var(--font-size-h5)
}

.h6,
h6 {
  font-size: var(--font-size-h6)
}

.main-navigation ul li.active a {
    color: white;
    border-bottom: 1px solid;
    border-radius: 0;
    background: transparent;
}

p {
  font-size: var(--base-font-size);
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px
}

.dark-theme-btn {
  background: var(--secondary-color);
  color: #fff;
  z-index: 9;
  padding: 10px 20px;
  display: inline-block;
  transition: all .6s ease;
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  /* width: 150px; */
  text-align: center;
}

a.light-theme-btn {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  transition: .2s ease-in-out;
  color: var(--secondary-color);
  font-size: 18px;
  padding: 11px 20px;
  margin: 0 20px 0 0;
  display: inline-block;
  z-index: 9;
  position: relative;
  text-align: center;
}

.main-navigation {
  position: relative;
  z-index: 99999999999999;
}

.dark-theme-btn::before {
  content: "";
  width: 0;
  height: 36px;
  background: var(--primary-color);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: -1;
  transition: .2s ease-in-out
}

.dark-theme-btn:hover {
  background: #fff0;
  transform: translate(0, -10px);
  color: black;
  border: 1px solid var(--primary-color);
  transform: translate(0px, -10px);
}

.dark-theme-btn:hover:before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.icons-box a:first-child::before,
.icons-box::before {
  width: 2px;
  background: #3333;
  transform: translate(-40%)
}

a.light-theme-btn:hover {
  color: white;
}

a.light-theme-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: var(--secondary-color);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .6s ease;
}

a.light-theme-btn:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}


body.o-hidden,
main.app-container {
  overflow: hidden
}

/* Header Css Begin */
.main-navigation ul li:last-child:before {
    content: "";
    opacity: 0;
}
ul.drop-down {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 226px;
  gap: 0 !important;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transition: all .300s ease-in-out;
}

.main-navigation ul li {
  position: relative;
}

ul.drop-down li a {
  background: #47bac3;
  width: 170px;
  padding: 11px 10px;
  transition: all .6s ease;
  display: block;
  border-bottom: 1px solid;
}

.main-navigation ul li:hover ul.drop-down {
  visibility: visible;
  opacity: 1;
  top: 185px;
}

ul.drop-down li a:hover {
  background: #051d38;
  color: #fff;
}

.main-navigation ul li::before {
  position: absolute;
  content: "";
  width: 0;
  right: 0;
  height: 1px;
  background: black;
  bottom: 0;
  transition: all .7s ease;
}

.main-navigation ul li:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}

.main-navigation ul li a span {
  background: #ffda51;
  font-size: 10px;
  transition: all .6s ease;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
}

.main-navigation ul li:hover a span {
  transform: rotate(182deg);
}

.main-navigation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 30px;
}

.ct-head-buttons {
    text-align: end;
}

.main-navigation ul li a {
  font-size: 15px;
  color: #051d38;
  font-weight: 600;
}

header {
  padding: 10px 40px 10px 30px;
  position: relative;
  background-image: -moz-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
  background-image: -webkit-linear-gradient(232deg, rgb(48 139 196) -3%, rgb(0 255 203) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
  width: 100%;
  top: 0;
}

/* Header Css End */

/* hero banner css begin */
.hero-banner-img {
    width: 70%;
    height: 700px;
    margin: 0 auto;
}

.book-left {
    position: absolute;
    top: 130px;
    right: 40px;
    animation: fly 3s ease-in-out infinite;
}


@keyframes fly {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px); /* Moves up */
  }
  100% {
    transform: translateY(0px); /* Returns to start */
  }
}


.book-bottom {
    position: absolute;
    bottom: 220px;
    left: 19px;
    animation: turning 3s ease-in-out infinite;
    z-index: 999999999;
}

.book-top {
    position: absolute;
    top: 50px;
    animation: rotate-turns 3s ease infinite;
}

@keyframes rotate-turns {
  0% {
    transform: rotate(0deg) translate(0px, -10px);
  }
  50% {
    transform: rotate(8deg) translate(0px, 10px); /* Moves up */
  }
  100% {
    transform: rotate(0deg) translate(0px, -10px); /* Returns to start */
  }
}

@keyframes turning {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(8deg) translate(0px, -10px); /* Moves up */
  }
  100% {
    transform: rotate(0); /* Returns to start */
  }
}


.hero-banner img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 9999;
  position: relative;
}

section.hero-banner {
    padding: 0px 0 0px 70px;
    background: #efedee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg-overlay.png);
    background-size: contain;
    background-repeat: repeat;
}

section.hero-banner .text-style-banner {
  padding: 0 29px 0 0;
}

.text-style-banner p {
  padding: 5px 0px 11px 0;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
}


.text-style-banner h2 {
  font-family: 'Outfit';
  font-size: 62px;
  color: #000;
  font-weight: 700;
}

.text-style-banner h2 strong {
  color: var(--secondary-color);
}
.text-style-banner h2 span {
    color: #289cc5;
    /* -webkit-text-stroke: 1px #898383; */
}

.text-style-banner ul li {
    padding: 0 0 9px 18px;
    margin: 0;
    text-transform: capitalize;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

.text-style-banner ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 100%;
    left: 3px;
    top: 7px;
}

.text-style-banner ul {
    padding: 12px 0 0 0;
}

.form-group input {
    width: 100%;
    border-radius: 40px;
    border: 1px solid #3333;
    height: 48px;
    padding: 10px 10px 10px 50px;
}

.text-style-banner form {
    padding: 0 100px 0 0;
}

.form-group span {
    position: absolute;
    background: var(--primary-color);
    width: 39px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    left: 6px;
    top: 4px;
    font-size: 20px;
    color: white;
    background-image: -moz-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(173, 223, 165) 0%, rgb(56, 185, 159) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
}

.form-group {
    position: relative;
    margin: 0 0 16px 0;
}

button.theme-btns {
    background-image: -moz-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
    width: 100% !important;
    padding: 10px 0px;
    border-radius: 100px;
    border: 1px solid #333;
    color: white;
    transition: all .300s ease-in-out;
}
/* hero banner css End */

/* Faqs Css Begin  */
section.faqs {
  padding: 50px 0 60px 0;
}

.faq-title {
  height: 600px;
  background: -webkit-linear-gradient(
262deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
  padding: 60px 40px 70px 40px;
  border-radius: 10px;
  margin: 0 20px;
  position: relative;
  overflow: hidden;
  margin: 0 50px;
}

.faq-title h3 {
  font-size: 60px;
  font-family: 'Outfit';
  font-weight: 600;
  color: white;
  text-transform: capitalize;
}

.faq-title p {
  font-size: 18px;
  padding: 30px 0 0 0;
  color: #fff;
}

section.faqs a.quest-title::before {
  background: transparent;
  content: "\f067";
  font-family: 'FontAwesome';
  position: absolute;
  right: 16px;
}

section.faqs .quest-section {
  background: transparent;
  border: 1px solid #3333;
  padding: 14px;
  margin: 0 0 15px 0;
  position: relative;
}

section.faqs .quest-section a.quest-title {
  font-size: 20px;
  font-weight: 300;
}

section.faqs .quest-title.active::before {
  content: "\f068";
  transform: rotate(0);
  font-family: 'FontAwesome';
}

.faq-title::before {
  position: absolute;
  content: "";
  width: 340px;
  height: 340px;
  border: 41px solid #3333333d;
  background: transparent;
  border-radius: 100%;
  bottom: -120px;
  right: -90px;
  animation: 3s ease-in-out infinite floatUpDown;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

section.why-choose .faqs-txt {
  padding: 70px 0 0 0;
}

/* Faqs Css End */
/* footer css begin */
footer.site-footer {
  padding: 50px 0 0px 0;
}

.quick-link-two h4 {
  font-size: 30px;
  font-family: 'Degular Demo';
  font-weight: 600;
  color: var(--secondary-color);
  padding: 0 0 20px 0;
  position: relative;
}

.quick-link-two ul li a {
  font-size: 16px;
  color: #000;
}

.quick-link-two ul li {
  padding: 0 0 14px 1px;
  position: relative;
  width: fit-content;
}

.quick-link-two h4::before {
  position: absolute;
  content: "";
  width: 36%;
  background: var(--primary-color);
  height: 2px;
  bottom: 15px;
  left: -30px;
}

.quick-link-two ul li::before {
  position: absolute;
  content: "";
  width: 0;
  left: 15px;
  height: 1px;
  background: var(--secondary-color);
  bottom: 14px;
  transition: all .6s ease;
}

.quick-link-two ul li:hover:before {
  width: 100%;
  left: 0;
}

ul.socails-icons {
  display: flex;
  gap: 19px;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.copyright-text.text-center {
  height: 100%;
  align-items: center;
  display: flex;
}

.copyright-text p {
  padding: 0;
  color: white;
}

.ftr-btm {
  background: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
  padding: 20px 80px 20px 60px;
  margin: 50px 0 0 0;
}

.footer-content {
    text-align: center;
}

.footer-content p {
    text-align: center;
    padding: 20px 0 30px 0;
}

.footer-content .main-navigation ul {
    justify-content: center;
}

.ftr-logo a img {
  filter: brightness(0.5);
}

ul.socails-icons li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  background: white;
  z-index: -1;
  border-radius: 100%;
  transition: all .6s ease;
}

ul.socails-icons li a:hover:before {
  width: 100%;
  height: 100%;
}

ul.socails-icons li a:hover {
  color: #47bac3;
}
/* footer css End */
/* build strategy css begin */
.build-strategy-txt h3 {
    font-size: 58px;
    font-family: 'Outfit';
    font-weight: 600;
}

.about-seo-img {
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.about-seo-txt h4 {
    font-size: 45px;
    font-weight: 700;
    padding: 0 0 13px 0;
}

.about-seo-txt a.theme-btn {
    margin: 0 20px 0 0px;
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
}

.about-seo-txt a.theme-btns {
    background-image: none;
    background: transparent;
}

a.theme-btn {
    background: #faac1c;
    padding: 11px 30px;
    color: black;
    border-radius: 30px;
    font-family: 'Outfit';
    font-weight: 600;
    display: inline-block;
    margin-right: auto;
    transition: all .300s ease-in-out;
}

ul.tabs-navigation {
    display: flex;
    gap: 60px;
    padding: 40px 0 40px 18px;
    justify-content: center;
}

ul.tabs-navigation li a {
    background-image: -moz-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(173,223,165) 0%, rgb(56,185,159) 100%);
    padding: 11px 22px;
    display: block;
    border-radius: 31px;
    font-size: 17px;
    color: white;
    transition: all .300s ease-in-out;
}

ul.tabs-navigation li.active a {
    background: var(--primary-color);
    color: #0f1e37;
}

.main-navigation ul li.active > a.theme-btn,
.mobile-nav ul li.active > a.theme-btn {
    background: #e8b434;
    color: #0f1e37;
    border: 1px solid #0f1e37;
}

.tab { display: none; }
.tab.active { display: block; }

section.build-strategy {
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196 / 0%) -3%, rgb(225 244 227) 100%);
    padding: 40px 0 30px 0;
}
.about-seo-txt a.theme-btns img {
    width: 24px;
    margin: 0 10px 0 0;
}

/* Inner pages cosmetic theme */
.inner-banner {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #0b4a88 0%, #0d9ebb 100%);
  color: #ffffff;
  position: relative;
  text-align: center;
}
.inner-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}
.inner-banner .container {
  position: relative;
  z-index: 2;
}
.inner-banner h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.1;
}
.inner-banner p {
  font-size: 18px;
  max-width: 900px;
  margin: 0 auto;
}

.inner-page {
  padding: 70px 0 90px;
}
.inner-page .txt-sec-head {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}
.inner-page .txt-sec-head h2 {
  font-size: 38px;
  color: var(--primary-color);
  margin-bottom: 16px;
}
.inner-page .txt-sec-head p {
  font-size: 16px;
  color: #333;
}

.about-grid,
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-block,
.about-card,
.testimonial-block,
.contact-details,
.contact-form-wrap,
.blog-card {
  background: #fff;
  border: 1px solid #dde5ee;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(15, 30, 55, 0.08);
}

.service-block h3,
.about-card h3,
.blog-card h3,
.testimonial-block h4 {
  color: #0f1e37;
  margin-bottom: 12px;
}

.service-block p,
.about-card p,
.blog-card p,
.testimonial-block p {
  color: #515a6e;
  line-height: 1.7;
}

.service-block ul,
.about-card ul {
  padding-left: 18px;
  margin-top: 10px;
}

.service-block ul li,
.about-card ul li {
  list-style-type: disc;
  margin-bottom: 8px;
}

.blog-card a.theme-btn {
  margin-top: 16px;
  display: inline-block;
}

.testimonials-grid {
  margin-top: 35px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 35px;
}

.contact-details h3 {
  font-size: 26px;
  margin-bottom: 16px;
}

.contact-details p,
.contact-form-wrap p {
  color: #4f5f7d;
  margin-bottom: 12px;
}

.contact-form .form-group {
  margin-bottom: 14px;
}

.contact-form label {
  display: block;
  margin-bottom: 6px;
  color: #22314f;
  font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid #cdd7e3;
  font-size: 14px;
}

.contact-form textarea { min-height: 150px; resize: vertical; }

@media (max-width: 991px) {
  .about-grid,
  .testimonials-grid,
  .contact-grid,
  .service-widgets {
    grid-template-columns: 1fr;
  }
  
  .ct-head-buttons {
        display: none;
    }

  .inner-banner {
    padding: 90px 16px 50px;
  }

  .inner-banner h1 { font-size: 32px; }
}

.service-widgets {
  display: grid;
  grid-template-columns: repeat(2, minmax(270px, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.service-card {
  border: 1px solid rgba(32, 55, 88, 0.12);
  border-radius: 14px;
  padding: 18px;
  background: #ffffff;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 35px rgba(23, 45, 84, .17);
  border-color: rgba(15, 30, 55, .33);
}

.service-image {
  height: 200px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 12px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.06);
}

.service-card h3 {
  margin-bottom: 12px;
  color: #0f1e37;
}

.service-card ul {
  margin-top: 12px;
  margin-left: 18px;
  color: #4d5f7f;
}

.service-card ul li {
  margin-bottom: 8px;
}

.action-box {
  margin-top: 32px;
  text-align: center;
  background: linear-gradient(90deg, rgba(15, 29, 70, .06), rgba(25, 127, 184, .08));
  border: 1px solid rgba(15, 30, 55, .16);
  padding: 22px;
  border-radius: 14px;
}

.action-box h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

.action-box p {
  color: #475569;
  margin-bottom: 16px;
}

.action-box .theme-btn {
  display: inline-block;
  border-radius: 30px;
  padding: 12px 26px;
}

/*. Make sure main navigation stays aligned */
.main-navigation ul li a,
.mobile-nav ul li a {
  text-decoration: none;
  color: #0f1e37;
}

/* ===== AGENCY PAGES STYLING ===== */

/* Section Headers */
.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f1e37;
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-header p {
  font-size: 16px;
  color: #5a6b82;
  max-width: 700px;
  margin: 0 auto;
}

/* ABOUT PAGE STYLES */
.about-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.about-intro-text h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 20px;
}

.about-intro-text p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-intro-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(15, 30, 55, 0.15);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.value-card {
  background: #ffffff;
  padding: 28px 24px;
  border-radius: 12px;
  border: 1px solid #e5ecf5;
  transition: all .3s ease;
  text-align: center;
}

.value-card:hover {
  box-shadow: 0 12px 30px rgba(15, 30, 55, .12);
  transform: translateY(-4px);
  border-color: rgba(15, 30, 55, .2);
}

.value-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.value-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 12px;
}

.value-card p {
  color: #5a6b82;
  line-height: 1.6;
}

/* Timeline */
.timeline {
  position: relative;
  margin-top: 40px;
}

.timeline-item {
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
}

.timeline-dot {
  min-width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #0b4a88, #0d9ebb);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(13, 158, 187, .2);
}

.timeline-content h3 {
  font-size: 22px;
  color: #0f1e37;
  margin-bottom: 8px;
}

.timeline-content p {
  color: #5a6b82;
  line-height: 1.6;
}

/* SERVICES PAGE STYLES */
.service-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
}

.service-featured.reverse {
  direction: rtl;
}

.service-featured.reverse > * {
  direction: ltr;
}

.service-feature-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(15, 30, 55, .15);
}

.service-feature-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 16px;
}

.service-feature-content p {
  font-size: 16px;
  color: #5a6b82;
  line-height: 1.8;
  margin-bottom: 20px;
}

.service-features {
  list-style: none;
  margin-bottom: 20px;
}

.service-features li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #475569;
  font-size: 15px;
}

.service-features li:before {
  content: "âœ“";
  color: #0d9ebb;
  font-weight: 700;
  margin-right: 12px;
  font-size: 18px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.package-card {
  background: white;
  border: 1px solid #e5ecf5;
  border-radius: 12px;
  padding: 32px 24px;
  position: relative;
  transition: all .3s ease;
  text-align: center;
}

.package-card:hover {
  box-shadow: 0 18px 50px rgba(15, 30, 55, .15);
  transform: translateY(-8px);
  border-color: #0d9ebb;
}

.package-card.featured {
  background: linear-gradient(135deg, rgba(13, 158, 187, .08), rgba(11, 74, 136, .08));
  border-color: #0d9ebb;
  transform: scale(1.05);
}

.package-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d9ebb;
  color: white;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.package-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 12px;
}

.package-price {
  font-size: 42px;
  font-weight: 800;
  color: #0d9ebb;
  margin: 20px 0;
}

.package-price span {
  font-size: 14px;
  color: #5a6b82;
  font-weight: 500;
}

.package-features {
  list-style: none;
  text-align: left;
  margin: 24px 0;
}

.package-features li {
  margin-bottom: 12px;
  color: #475569;
  font-size: 14px;
}

.package-btn {
  display: inline-block;
  background: #0d9ebb;
  color: white;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all .3s ease;
  border: 2px solid #0d9ebb;
}

.package-btn:hover {
  background: transparent;
  color: #0d9ebb;
}

/* BLOG PAGE STYLES */
.blog-posts {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

.blog-post-card {
  background: white;
  border: 1px solid #e5ecf5;
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease;
}

.blog-post-card:hover {
  box-shadow: 0 15px 40px rgba(15, 30, 55, .12);
  transform: translateY(-6px);
  border-color: #0d9ebb;
}

.blog-post-card.featured-post {
  grid-row: span 2;
}

.blog-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.blog-post-card.featured-post .blog-image {
  height: 400px;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.blog-post-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-category {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #0d9ebb;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-content {
  padding: 20px 16px;
}

.blog-post-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 12px;
  line-height: 1.4;
}

.blog-post-card.featured-post h3 {
  font-size: 24px;
}

.blog-content p {
  font-size: 14px;
  color: #5a6b82;
  line-height: 1.6;
  margin-bottom: 12px;
}

.blog-meta {
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: #8b92a3;
  margin-bottom: 12px;
}

.blog-link {
  display: inline-block;
  color: #0d9ebb;
  text-decoration: none;
  font-weight: 600;
  transition: all .2s ease;
}

.blog-link:hover {
  color: #0b4a88;
}

.newsletter-section {
  background: linear-gradient(135deg, #0b4a88, #0d9ebb);
  padding: 60px 0;
  border-radius: 14px;
  margin: 60px 0;
  color: white;
}

.newsletter-box {
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .2);
  padding: 40px;
  border-radius: 12px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-box h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: white;
}

.newsletter-box p {
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
}

.newsletter-form button {
  padding: 12px 24px;
  background: white;
  color: #0b4a88;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  transition: all .2s ease;
}

.newsletter-form button:hover {
  background: #f0f4f8;
}

.form-note {
  font-size: 12px;
  opacity: .9;
}

/* TESTIMONIALS PAGE STYLES */
.case-study-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #e5ecf5;
}

.case-study-featured.reverse {
  direction: rtl;
}

.case-study-featured.reverse > * {
  direction: ltr;
}

.case-study-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(15, 30, 55, .12);
}

.case-study-header h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 8px;
}

.case-study-stats {
  font-size: 14px;
  color: #0d9ebb;
  font-weight: 600;
  margin-bottom: 16px;
}

.case-study-content p {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  margin-bottom: 24px;
  font-style: italic;
}

.case-study-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.metric {
  text-align: center;
  padding: 16px;
  background: #f0f7fb;
  border-radius: 8px;
}

.metric-value {
  font-size: 28px;
  font-weight: 800;
  color: #0d9ebb;
}

.metric-label {
  font-size: 12px;
  color: #5a6b82;
  margin-top: 4px;
}

.testimonials-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.testimonial-card {
  background: white;
  border: 1px solid #e5ecf5;
  border-radius: 12px;
  padding: 24px;
  transition: all .3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 12px 30px rgba(15, 30, 55, .12);
  transform: translateY(-4px);
}

.testimonial-rating {
  color: #ffc107;
  font-size: 16px;
  margin-bottom: 12px;
}

.testimonial-card p {
  color: #475569;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.testimonial-author {
  display: block;
}

.testimonial-author strong {
  display: block;
  color: #0f1e37;
  font-size: 14px;
}

.testimonial-author span {
  color: #8b92a3;
  font-size: 12px;
}

.social-proof-section {
  background: linear-gradient(135deg, rgba(13, 158, 187, .08), rgba(11, 74, 136, .08));
  padding: 50px 0;
  border-radius: 14px;
  margin: 50px 0;
}

.social-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.proof-stat {
  text-align: center;
  padding: 20px;
}

.proof-number {
  font-size: 48px;
  font-weight: 900;
  color: #0d9ebb;
}

.proof-label {
  font-size: 14px;
  color: #475569;
  margin-top: 8px;
}

/* CONTACT PAGE STYLES */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 50px;
}

.contact-method {
  background: white;
  border: 1px solid #e5ecf5;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  transition: all .3s ease;
}

.contact-method:hover {
  box-shadow: 0 12px 30px rgba(15, 30, 55, .12);
  border-color: #0d9ebb;
}

.contact-icon {
  font-size: 42px;
  margin-bottom: 16px;
}

.contact-method h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 12px;
}

.contact-method p {
  color: #475569;
  font-size: 14px;
}

.contact-method a {
  color: #0d9ebb;
  text-decoration: none;
  font-weight: 600;
}

.contact-method a:hover {
  text-decoration: underline;
}

.contact-method .small {
  font-size: 12px;
  color: #8b92a3;
}

.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.contact-form-box {
  background: white;
  border: 1px solid #e5ecf5;
  border-radius: 12px;
  padding: 32px;
}

.contact-form-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 12px;
}

.contact-form-box > p {
  color: #5a6b82;
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0f1e37;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 52px;
  border: 1px solid #d5dfe8;
  border-radius: 28px;
  font-size: 14px;
  font-family: inherit;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.checkbox input {
  margin-right: 8px;
  width: auto;
  cursor: pointer;
}

.contact-benefits {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.benefits-box,
.faq-box {
  background: #f8fafd;
  border-radius: 12px;
  padding: 24px;
}

.benefits-box h3,
.faq-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f1e37;
  margin-bottom: 16px;
}

.benefits-list {
  list-style: none;
}

.benefits-list li {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5ecf5;
}

.benefits-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.benefits-list strong {
  color: #0f1e37;
  display: block;
  font-size: 15px;
}

.benefits-list p {
  color: #5a6b82;
  font-size: 13px;
  margin-top: 4px;
}

.faq-box details {
  margin-bottom: 12px;
}

.faq-box summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f1e37;
  padding: 12px 0;
  outline: none;
}

.faq-box summary:hover {
  color: #0d9ebb;
}

.faq-box p {
  color: #5a6b82;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
}

.testimonial-featured {
  font-size: 24px;
  font-weight: 600;
  color: #0f1e37;
  margin-bottom: 16px;
  line-height: 1.5;
  font-style: italic;
}

.testimonial-featured .testimonial-author {
  margin-top: 16px;
  font-size: 14px;
  color: #8b92a3;
}

/* CTA SECTIONS */
.cta-section-dark {
  background: linear-gradient(135deg, #0b4a88, #0d9ebb);
  padding: 60px 0;
  margin: 60px 0 0;
  color: white;
}

.cta-content {
  text-align: center;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 16px;
  color: white;
}

.cta-content p {
  font-size: 18px;
  margin-bottom: 28px;
  opacity: .95;
  color:white;
}

.theme-btn-primary,
.theme-btn-secondary {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s ease;
  margin: 0 10px;
}

.theme-btn-primary {
  background: white;
  color: #0b4a88;
}

.theme-btn-primary:hover {
  background: #f0f4f8;
  transform: translateY(-2px);
}

.theme-btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.theme-btn-secondary:hover {
  background: white;
  color: #0b4a88;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .about-intro-grid,
  .service-featured,
  .case-study-featured,
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .service-featured.reverse,
  .case-study-featured.reverse {
    direction: ltr;
  }

  .values-grid,
  .packages-grid,
  .contact-methods {
    grid-template-columns: repeat(2, 1fr);
  }

  .blog-posts {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-card.featured-post {
    grid-row: span 1;
  }

  .testimonials-cards,
  .social-proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .case-study-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .section-header h2 {
    font-size: 32px;
  }

  .values-grid,
  .packages-grid,
  .contact-methods,
  .testimonials-cards,
  .social-proof-grid,
  .case-study-metrics {
    grid-template-columns: 1fr;
  }

  .blog-posts,
  .form-row {
    grid-template-columns: 1fr;
  }

  .service-featured,
  .about-intro-grid {
    gap: 24px;
  }

  .timeline-item {
    flex-direction: column;
  }

  .timeline-dot {
    min-width: 70px;
    height: 70px;
    font-size: 18px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .cta-content h2 {
    font-size: 32px;
  }

  .contact-wrapper {
    gap: 20px;
  }

  .theme-btn-primary,
  .theme-btn-secondary {
    display: block;
    margin: 8px 0;
  }
}




.about-seo-txt a.theme-btns:hover, a.theme-btn:hover, ul.tabs-navigation li a:hover, .theme-btns:hover {
    background: var(--primary-color);
    color: black;
    transform: translate(0px, -7px);
}

.about-seo-txt a.theme-btns:hover img {
    filter: brightness(0);
}
.about-seo-txt {
    padding: 40px 0 40px 0px;
}

.about-seo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

.about-seo-img:hover img {
    transform: scale(1.2);
}
/* build strategy css end */

/* step process css begin */
section.step-process {
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196 / 0%) -3%, rgb(184 216 240) 120%);
    padding: 50px 0 0 0;
}

.txt-sec-head {
    text-align: center;
    padding: 0 0 80px 0;
}

.txt-sec-head h2 {
    font-size: 60px;
    font-weight: 700;
}

.txt-sec-head p {
    font-size: 23px;
    padding: 10px 0 0 0;
    text-align: center;
}

.step-box-main {background: #bdeff2;margin: 0 21px;padding: 28px;border-radius: 20px;position: relative;}

.step-box-main img {
    width: 100%;
}

.step-box-main h4 {
    font-size: 25px;
    padding: 14px 0 10px 0;
    font-weight: 800;
}

.step-box-main span {
    position: absolute;
    top: -20px;
    left: 20px;
    background: #62c6c9;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: white;
    font-weight: 700;
    font-family: 'Outfit';
    border: 5px solid #dfedf8;
}
.gr-1 {
    background-image: -webkit-linear-gradient(
278deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
}

.gr-1 span {
    background: #65a591;
}

.gr-2 {
    background-image: -webkit-linear-gradient(278deg, rgb(253 212 63) -3%, rgb(250 171 27) 100%);
}

.gr-2 span {
    background-image: -webkit-linear-gradient(278deg, rgb(253 212 63) -3%, rgb(250 171 27) 100%);
}
/* step process css end */

/* about us css begin */
.about-img img {
    width: 85%;
}

.about-img {
    text-align: end;
}

section.about-us {
    padding: 80px 0 60px 0;
    background: linear-gradient(45deg, #60c6a1, transparent);
}

.about-txt h3 {
    font-size: 61px;
    font-weight: 800;
    padding: 0 0 23px 0;
}

.about-txt h3 span {
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    border-radius: 40px;
    padding: 0 21px;
    color: white;
}

.about-txt .theme-btn {
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    color: white;
    margin: 20px 0 0 0;
}

.about-txt p {
    font-size: 18px;
    font-family: 'Outfit';
    line-height: normal;
}

.about-txt ul li {
    padding: 0 0 8px 13px;
    position: relative;
}

.about-txt ul li::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    border-radius: 100%;
    left: 0;
    top: 9px;
}
/* about us css end */

/* service plan begin */
.service-plan-main span {
    background-image: -webkit-linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-plan-main span img {
    width: 27px;
}

.service-plan-main {
    text-align: center;
    padding: 70px 20px;
    background: #edfbfc63;
}

.service-plan-main h2 {
    font-size: 28px;
    font-family: 'Outfit';
    text-transform: capitalize;
    font-weight: 900;
    padding: 10px 0 10px 0;
}

.service-plan-main p {
    text-align: center;
    font-size: 15px;
}


.quest-section p {
    padding: 14px 0 10px 0;
}

.quest-section a {
    color: black;
}

section.faqs .quest-section a.quest-title.active {
    font-weight: 600;
}
/* service plan end */
/* bottom cta begin */
.bottom-cta{
   background-image: url(../images/bottom-img.jpg);
   background-size: cover;
   background-position: center;
  padding: 80px 0 80px 0;
}
.cta-txt {
    width: 50%;
}

.cta-txt h2 {
    font-size: 50px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
/* bottom cta begin */
/* Responsive Css Start */
@media (max-width:991px) {

}

@media (max-width:767px) {
  .text-style-banner h2,.text-style-banner p {
    text-align: center;
}

.text-style-banner ul li {
    text-align: center;
    padding: 5px 20px 4px 20px;
    position: relative;
}

.text-style-banner ul li::before {
    opacity: 0;
}

.text-style-banner form {
    padding: 0 22px;
}

.hero-banner-img {
    display: none;
}

.build-strategy-txt {
    text-align: center;
}

.build-strategy {
    text-align: center;
}

p {
    text-align: center;
    padding: 20px 0 10px 0;
}

a.theme-btn {
    width: fit-content;
}

ul.tabs-navigation {
    display: inline-block;
}

ul.tabs-navigation li {
    width: fit-content;
    display: inline-block;
    margin: 0 0 11px 0px;
}

.about-seo-txt {
    text-align: center;
}

.about-seo-txt .d-flex .d-flex {
    flex-wrap: revert-layer;
    flex-direction: column;
}

.about-seo-txt .d-flex {
    flex-wrap: wrap-reverse !important;
    justify-content: center;
}

.about-seo-txt a.theme-btn {
    padding: 8px 10px;
    font-size: 14px;
    width: fit-content;
}

.about-txt {
    text-align: center;
}

.about-txt ul li:before {
    opacity: 0;
}

.about-txt ul li {
    /* list-style: disc; */
    margin: 0 0 0px 3px;
    padding: 0;
}

section.about-us {
    padding: 0;
}

.bottom-cta {
    position: relative;
    z-index: 96;
}

section.bottom-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #333;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}

.cta-txt h2 {
    text-align: center;
    color: white;
}

section.hero-banner {
    padding: 40px 0 20px 0;
}
}

/* Enhanced inner pages */
.inner-hero {
    padding: 95px 0 70px;
    background:
        radial-gradient(circle at top left, rgba(255, 218, 81, 0.45), transparent 30%),
        linear-gradient(120deg, rgba(48, 139, 196, 0.16), rgba(56, 185, 159, 0.24));
}

.inner-hero--compact {
    padding: 90px 0 55px;
}

.inner-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
    gap: 28px;
    align-items: center;
}

.inner-hero__content h1,
.inner-hero__content p,
.inner-hero__content--center h1,
.inner-hero__content--center p,
.section-header h2,
.section-header p,
.policy-card h2,
.policy-card p,
.mini-proof strong,
.mini-proof span,
.urgency-strip strong,
.urgency-strip span,
.footer-links a,
.footer-policy-nav a {
    color: #0f1e37;
}

.inner-hero__content--center {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(15, 30, 55, 0.12);
    color: #0b4a88;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.inner-hero__content h1 {
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 18px;
}

.inner-hero__content p,
.inner-hero__content--center p {
    font-size: 18px;
    line-height: 1.75;
    max-width: 760px;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 22px;
}

.theme-btn-secondary--dark {
    color: #0f1e37;
    border-color: #0f1e37;
}

.theme-btn-secondary--dark:hover {
    background: #0f1e37;
    color: #fff;
}

.theme-btn-primary--solid {
    background: linear-gradient(90deg, rgb(48 139 196) -3%, rgb(56, 185, 159) 100%);
    color: #fff;
    border: none;
    cursor: pointer;
}

.theme-btn-primary--solid:hover {
    color: #fff;
    transform: translateY(-2px);
}

.trust-pills,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.trust-pills span,
.footer-links a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.inner-hero__card {
    display: flex;
    justify-content: center;
}

.fomo-card,
.policy-card,
.service-detail-card {
    background: #fff;
    border: 1px solid rgba(15, 30, 55, 0.09);
    border-radius: 24px;
    box-shadow: 0 22px 55px rgba(15, 30, 55, 0.10);
}

.fomo-card {
    padding: 28px;
}

.fomo-card__label {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #0b4a88;
}

.fomo-card h3 {
    font-size: 28px;
    line-height: 1.25;
    margin-bottom: 14px;
}

.fomo-list,
.service-detail-card ul {
    margin-top: 18px;
    padding-left: 18px;
}

.fomo-list li,
.service-detail-card li {
    list-style: disc;
    margin-bottom: 10px;
    color: #526177;
}

.inner-page-section {
    padding: 80px 0;
}

.inner-page-section--tint {
    background: linear-gradient(180deg, rgba(157, 219, 195, 0.12), rgba(30, 130, 205, 0.06));
}

.mini-proof {
    padding: 18px 20px;
    border-left: 4px solid #0d9ebb;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 12px;
    margin-top: 26px;
}

.mini-proof strong,
.mini-proof span {
    display: block;
}

.mini-proof span {
    margin-top: 8px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.service-detail-card {
    padding: 26px 24px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.service-detail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 44px rgba(15, 30, 55, 0.14);
    border-color: rgba(15, 30, 55, 0.18);
}

.service-detail-card h3,
.policy-card h2 {
    font-size: 24px;
    margin-bottom: 14px;
}

.service-detail-card p,
.policy-card p {
    color: #526177;
    line-height: 1.75;
}

.urgency-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 22px 24px;
    margin-top: 34px;
    border-radius: 18px;
    background: linear-gradient(90deg, rgba(255, 218, 81, 0.55), rgba(157, 219, 195, 0.55));
    border: 1px solid rgba(15, 30, 55, 0.10);
}

.urgency-strip a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 13px 18px;
    border-radius: 999px;
    background: #0f1e37;
    color: #fff;
    font-weight: 700;
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 28px;
}

.policy-nav {
    position: sticky;
    top: 18px;
    align-self: start;
    background: #f8fbfd;
    border: 1px solid rgba(15, 30, 55, 0.09);
    border-radius: 20px;
    padding: 18px;
}

.policy-nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 12px;
    color: #0f1e37;
    font-weight: 600;
}

.policy-nav a:hover {
    background: rgba(48, 139, 196, 0.08);
}

.policy-content {
    display: grid;
    gap: 20px;
}

.policy-card {
    padding: 28px;
}

.legal-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 18px 20px;
    border-radius: 16px;
    background: rgba(255, 218, 81, 0.18);
    border: 1px solid rgba(15, 30, 55, 0.09);
}

.legal-note strong,
.legal-note span {
    color: #0f1e37;
}

.footer-content--enhanced {
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
}

.footer-content--enhanced p {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 20px;
}

.footer-policy-nav ul {
    justify-content: end;
}

header .logo-main img,
.mobile-nav .logo-main img,
.lgo-ftr img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .main-navigation ul {
        gap: 16px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .main-navigation ul li a {
        font-size: 14px;
    }

    .services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    header {
        padding: 18px 18px 24px;
    }

    .main-navigation {
        display: none;
    }

    .inner-hero {
        padding: 78px 0 56px;
    }

    .inner-hero__grid,
    .policy-layout,
    .urgency-strip {
        grid-template-columns: 1fr;
    }

    .inner-hero__grid,
    .policy-layout {
        display: grid;
    }

    .inner-hero__content p,
    .inner-hero__content--center p {
        max-width: 100%;
    }

    .policy-nav {
        position: static;
    }

    .urgency-strip {
        align-items: flex-start;
    }

    .urgency-strip a {
        min-width: 0;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .inner-page-section {
        padding: 58px 0;
    }

    .hero-cta-group,
    .trust-pills,
    .footer-links {
        flex-direction: column;
        align-items: stretch;
    }

    .theme-btn-primary,
    .theme-btn-secondary,
    .theme-btn-primary--solid,
    .urgency-strip a {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .services-grid,
    .values-grid,
    .contact-methods,
    .form-row {
        grid-template-columns: 1fr;
    }

    .service-detail-card,
    .policy-card,
    .contact-form-box,
    .benefits-box,
    .faq-box,
    .fomo-card {
        padding: 22px;
    }

    .section-header h2,
    .about-intro-text h2,
    .service-feature-content h3,
    .contact-form-box h2,
    .cta-content h2 {
        font-size: 30px;
    }

    .fomo-card h3 {
        font-size: 24px;
    }

    .footer-policy-nav ul {
        justify-content: center;
    }

    .copyright-text p,
    .footer-content--enhanced p {
        text-align: center;
    }
}

/* Full responsive refinements */
img {
    max-width: 100%;
}

.container,
.container-fluid {
    width: 100%;
}

html,
body {
    overflow-x: hidden;
}

@media (max-width: 1399px) {
    .text-style-banner h2,
    .txt-sec-head h2,
    .about-txt h3,
    .build-strategy-txt h3 {
        font-size: clamp(38px, 4vw, 56px);
    }

    .faq-title h3 {
        font-size: clamp(34px, 4vw, 54px);
    }
}

@media (max-width: 1199px) {
    section.hero-banner {
        padding: 0 0 0 24px;
    }

    .text-style-banner form {
        /* padding-right: 24px; */
    }

    .hero-banner-img {
        height: auto;
        min-height: 580px;
    }

    .faq-title {
        margin: 0;
        height: auto;
        min-height: 100%;
    }

    ul.tabs-navigation {
        gap: 18px;
        padding-left: 0;
        flex-wrap: wrap;
    }

    .step-box-main {
        margin: 0 10px;
    }

    .cta-txt {
        width: 70%;
    }

    .ftr-btm {
        padding: 20px 28px;
    }
}

@media (max-width: 991px) {
    section.hero-banner {
        padding: 30px 0 0;
    }

    section.hero-banner .row,
    section.about-us .row,
    section.faqs .row,
    section.build-strategy .tab .row,
    .bottom-cta .row {
        row-gap: 30px;
    }

    section.hero-banner .text-style-banner,
    .build-strategy-txt,
    .about-txt,
    .faq-title,
    .faqs-txt,
    .cta-txt {
        padding-left: 0;
        padding-right: 0;
    }

    .text-style-banner {
        padding: 0 12px 10px;
    }

    .text-style-banner h2 {
        font-size: 44px;
        line-height: 1.1;
    }

    .text-style-banner p {
        font-size: 20px;
    }

    .text-style-banner form {
        /* padding-right: 0; */
        /* max-width: 100%; */
    }

    .hero-banner-img {
        min-height: 0;
        height: auto;
    }

    .hero-banner img {
        width: 100%;
        max-height: 520px;
    }

    .build-strategy-txt h3,
    .txt-sec-head h2,
    .about-txt h3,
    .faq-title h3,
    .cta-txt h2 {
        font-size: 40px;
        line-height: 1.12;
    }

    .about-seo-txt {
        padding: 24px 0 0;
    }

    .about-seo-txt h4 {
        font-size: 34px;
    }

    .about-seo-txt .d-flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .about-seo-txt a.theme-btn,
    .about-seo-txt a.theme-btns {
        margin-right: 0;
    }

    .txt-sec-head {
        padding-bottom: 50px;
    }

    .step-box-main {
        margin: 0 0 45px;
    }

    .about-img {
        text-align: center;
    }

    .about-img img {
        width: 100%;
        max-width: 520px;
    }

    .service-plan .row > div {
        margin-bottom: 24px;
    }

    .service-plan-main {
        height: 100%;
        padding: 42px 20px;
    }

    .faq-title {
        padding: 34px 24px 40px;
    }

    .faq-title::before {
        width: 220px;
        height: 220px;
        border-width: 28px;
        bottom: -80px;
        right: -60px;
    }

    .ftr-btm .row {
        row-gap: 16px;
    }

    .footer-policy-nav ul,
    .ftr-btm .main-navigation ul {
        justify-content: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .copyright-text.text-center {
        justify-content: center;
    }

    .cta-txt {
        width: 100%;
        max-width: 640px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 1.7;
    }

    header {
        padding: 16px 14px 20px;
    }

    .logo-main img {
        max-width: 180px;
    }

    .mobile-nav-btn {
        top: 8px;
        right: 14px;
    }

    .mobile-nav-btn.active {
        right: 82%;
    }

    section.hero-banner {
        padding-top: 20px;
    }

    .text-style-banner {
        padding: 0;
    }

    .text-style-banner h2 {
        font-size: 34px;
    }

    .text-style-banner p {
        font-size: 18px;
    }

    .text-style-banner ul li {
        font-size: 14px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 15px;
    }

    button.theme-btns,
    a.theme-btn {
        width: fit-content;
        text-align: center;
    }

    .build-strategy-txt h3,
    .txt-sec-head h2,
    .about-txt h3,
    .faq-title h3,
    .cta-txt h2 {
        font-size: 31px;
    }

    .txt-sec-head p,
    .faq-title p,
    .about-txt p {
        font-size: 16px;
    }

    ul.tabs-navigation {
        gap: 10px;
        justify-content: flex-start;
    }

    ul.tabs-navigation li {
        /* width: 100%; */
    }

    ul.tabs-navigation li a {
        text-align: center;
        font-size: 15px;
        padding: 12px 16px;
    }

    .about-seo-txt h4,
    .service-plan-main h2,
    .step-box-main h4 {
        font-size: 26px;
    }

    .step-box-main {
        padding: 24px 18px;
    }

    .step-box-main span {
        width: 52px;
        height: 52px;
        font-size: 21px;
        top: -18px;
    }

    section.about-us,
    section.faqs,
    .bottom-cta,
    section.step-process,
    section.build-strategy {
        padding-top: 55px;
        padding-bottom: 55px;
    }

    .faq-title {
        padding: 26px 18px 34px;
        border-radius: 18px;
    }

    section.faqs .quest-section a.quest-title {
        font-size: 17px;
        padding-right: 28px;
        display: block;
    }

    .service-plan-main {
        padding: 34px 18px;
    }

    .bottom-cta {
        background-position: 68% center;
    }

    .ftr-btm {
        padding: 18px 14px;
        margin-top: 36px;
    }

    .footer-content p {
        padding-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .text-style-banner h2 {
        font-size: 29px;
    }

    .hero-banner img {
        max-height: 360px;
    }

    .faq-title h3,
    .build-strategy-txt h3,
    .txt-sec-head h2,
    .about-txt h3,
    .cta-txt h2 {
        font-size: 27px;
    }

    .faq-title::before {
        width: 160px;
        height: 160px;
        border-width: 20px;
        bottom: -56px;
        right: -45px;
    }

    .about-txt h3 span {
        display: inline-block;
        margin-top: 8px;
        line-height: 1.3;
    }

    .trust-pills span,
    .footer-links a {
        justify-content: center;
    }
}




.ks7-btn { 
    background: white; 
    color: #764ba2; 
    padding: 16px 40px; 
    border: none; 
    border-radius: 50px; 
    font-size: 16px; 
    font-weight: 600; 
    cursor: pointer; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.2s;
}

.ks7-btn:hover { transform: translateY(-3px); }

.ks7-overlay { 
    display: none; 
    position: fixed; 
    inset: 0; 
    background: rgba(0,0,0,0.6); 
    backdrop-filter: blur(4px);
    align-items: center; 
    justify-content: center;
    padding: 20px;
    z-index: 999999999999999999999999999999;
}

.ks7-overlay.ks7-active { display: flex; }

.ks7-card { 
    background: white; 
    width: 100%; 
    max-width: 420px; 
    border-radius: 20px; 
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    animation: ks7-pop 0.3s ease;
}

@keyframes ks7-pop {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

.ks7-head {
    background: -webkit-linear-gradient(232deg, rgb(48 139 196) -3%, rgb(0 255 203) 100%);
    padding: 30px;
    color: white;
    text-align: center;
    position: relative;
}

.ks7-head h2 {font-size: 39px;margin-bottom: 5px;font-weight: 600;color: white;text-shadow: -2px 3px BLACK;}
.ks7-head p {opacity: 0.9;font-size: 20px;padding: 0;color: white;}

.ks7-close { 
    position: absolute; 
    top: 15px; 
    right: 15px; 
    width: 32px; 
    height: 32px; 
    background: rgba(255,255,255,0.2); 
    border: none; 
    color: white; 
    border-radius: 50%; 
    cursor: pointer;
    font-size: 18px;
}

.ks7-body { padding: 25px; }

.ks7-field { margin-bottom: 15px; }

.ks7-field label { 
    display: block; 
    font-size: 12px; 
    font-weight: 600; 
    color: #666; 
    margin-bottom: 6px; 
    text-transform: uppercase;
}

.ks7-field input, .ks7-field textarea { 
    width: 100%; 
    padding: 14px; 
    border: 2px solid #e0e0e0; 
    border-radius: 12px; 
    font-size: 15px;
    transition: all 0.2s;
}

.ks7-field input:focus, .ks7-field textarea:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 4px rgba(102,126,234,0.1);
}

.ks7-field textarea { resize: vertical; min-height: 80px; }

.ks7-send {
    width: 100%;
    padding: 16px;
    background: -webkit-linear-gradient(232deg, rgb(48 139 196) -3%, rgb(0 255 203) 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.ks7-send:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 10px 25px rgba(102,126,234,0.4);
}