@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html, body {
    overflow-x: hidden;
    max-width: 100%;
    scroll-behavior: smooth;
}

section {
    position: relative;
    overflow: hidden;
}


/* Desktop Floating Call Button */
.desktop-call-fab {
    position: fixed;
    bottom: 40px;
    right: 24px;
    width: 58px;
    height: 58px;
    background: #3173BB;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    z-index: 2147483647;
    box-shadow: 0 4px 16px rgba(49,115,187,0.5);
    text-decoration: none;
    animation: fab-bounce 2s ease-in-out infinite;
}

@keyframes fab-bounce {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-12px); }
}

.desktop-call-fab:hover {
    animation-play-state: paused;
    transform: scale(1.1);
    box-shadow: 0 6px 22px rgba(49,115,187,0.7);
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .desktop-call-fab {
        display: none;
    }
}


/* Mobile Services Slider Arrow */
.ser-more-arrow {
    display: none;
}
@media (max-width: 767px) {
    .ser-more-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: none;
        padding: 0;
        cursor: pointer;
        margin: 16px auto 0;
        width: 60px;
        height: 60px;
        animation: fab-bounce 2s ease-in-out infinite;
    }
    .ser-more-arrow img {
        width: 60px;
        height: 60px;
        display: block;
    }
    .ser-more-arrow:hover {
        animation-play-state: paused;
        opacity: 0.85;
    }
    .services-img {
        display: none;
    }
}

/* Mobile Fixed Call Button */
.mobile-call-btn {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-call-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #3173BB;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        padding: 16px 20px;
        z-index: 9999;
        letter-spacing: 0.3px;
        box-shadow: 0 -3px 12px rgba(0,0,0,0.2);
    }

    .mobile-call-btn i {
        font-size: 17px;
    }



    /* Page ka bottom content button sy overlap na ho */
    body {
        padding-bottom: 58px;
    }
}

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}


/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

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

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

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: #a43947;
}

.pkg-points::-webkit-scrollbar {
    width: 4px;
}
.pkg-points::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.pkg-points::-webkit-scrollbar-thumb {
    background: #3173BB;
    border-radius: 10px;
}
.pkg-card-orange .pkg-points::-webkit-scrollbar-thumb {
    background: #ff5e3a;
}


body {
  color: #000;
  font-size: 16px;
  background-color: #f0f8ff; /* Light blue background as seen in user image */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
strong {
  font-family: 'Montserrat', sans-serif;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

p {
  line-height: normal;
  padding: 0;
  margin: 0px;
  font-family: Poppins;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

figure {
  margin-bottom: 0
}

img {
  border: 0px;
  outline: none;
}

.ibm-popup-media img {
  height: 350px !important;
}

ul {
  padding: 0px;
  margin: 0px
}

ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}


/* Btn Sizes and styles */



ul.btn-wrap li {
  margin-right: 20px;
}

ul.btn-wrap li:last-child {
  margin-right: 0;
}

.btn-style {
  padding: 6px 32px;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 1px solid;
}

.btn-style:hover {
  transform: skewX(-15deg);
}

.btn-white {
  background-color: #ffffff;
  color: #3173BB;
  border-color: #3173BB;
  overflow: visible;
}

.btn-white:hover {
  background: #3173BB;
  color: #fff !important;
  transform: skewX(-15deg);
}

/* White button - NO liquid animation */
.btn-white .liquid {
  display: none !important;
}

.btn-grey {
  background: #f6f6f6;
  color: #ff5740;
}

.btn-grey:hover {
  color: #ff5740;
}

.btn-orange {
  background: #3173BB;
  color: #fff;
  border-color: #3173BB;
}

.btn-orange:hover {
  color: #3173BB;
  background: #fff;
  transform: skewX(-15deg);
}


.bullets {
  text-align: center;
}

.bullets li {
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  width: max-content;
  margin: auto;
  padding-left: 40px;
}

.bullets li:before {
  content: "\f058";
  position: absolute;
  font-family: 'Font Awesome 5';
  left: 0;
  color: #00912e;
}

/* Mobile nav z-index fix
------------------------------------*/
.mobile-nav {
    z-index: 9999 !important;
}
.mobile-nav .logo-main img {
    max-width: 160px;
}

/* Mobile hamburger inside header
------------------------------------*/
.header-inner .mobile-nav-btn {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 36px;
    height: 36px;
    padding: 4px;
    cursor: pointer;
    z-index: 14;
    display: none !important;
}
@media (max-width: 991px) {
    .header-inner .mobile-nav-btn {
        display: flex !important;
    }
}
.header-inner .mobile-nav-btn span,
.header-inner .mobile-nav-btn span::before,
.header-inner .mobile-nav-btn span::after {
    display: block !important;
    width: 24px;
    height: 3px;
    background-color: #3173BB !important;
    border-radius: 2px;
    position: relative;
    top: 0 !important;
}
.header-inner .mobile-nav-btn span::before {
    content: '';
    position: absolute;
    top: -8px !important;
    left: 0;
}
.header-inner .mobile-nav-btn span::after {
    content: '';
    position: absolute;
    top: 8px !important;
    left: 0;
}



/* Desktop Nav Links
------------------------------------*/
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.logo-area .logo {
    width: 180px;
    float: none;
}
.desktop-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
}
.desktop-nav-links li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}
.desktop-nav-links li a:hover {
    color: #3173BB;
}
.desktop-nav-links li.has-dropdown { position: relative; }
.desktop-nav-links li.has-dropdown .nav-dropdown {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    border-radius: 6px;
    min-width: 180px;
    list-style: none;
    padding: 8px 0;
    margin: 0;
    z-index: 999;
    transition: opacity 0.2s ease;
}
.desktop-nav-links li.has-dropdown.dd-open .nav-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.desktop-nav-links li.has-dropdown .nav-dropdown li a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
}
.desktop-nav-links li.has-dropdown .nav-dropdown li a:hover { color: #3173BB; background: #f5f8ff; }
.header-actions {
    gap: 20px;
    flex-shrink: 0;
}
.header-actions .header-chat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.header-actions .header-chat span {
    width: 40px;
    height: 40px;
    background: #3173BB;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.header-actions .header-chat span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.header-actions .phone-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.header-actions .phone-btn span {
    color: #3173BB;
    font-size: 16px;
}

/* header
------------------------------------*/
.header-main {
  padding: 22px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
}

.header-btn {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-btn li {
  margin-left: 40px;
}

.header-btn li:first-child {
  margin-left: 0;
}

.fixed-header {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0;
  z-index: 11;
  background-image: -moz-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%);
  background-image: -webkit-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%);
  background-image: -ms-linear-gradient(-90deg, rgb(255 87 64 / 74%) 0%, rgb(255 87 64 / 68%) 100%);
  transition: .8s linear;
}

.fixed-header .logo a img {
  width: 170px;
}



.logo {
  margin: 0;
  float: none;
  width: 180px;
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
  width: 100%;
}

.logo a img {
  max-width: 100%;
  height: auto;
}



.main-menu {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.main-menu>ul {
  margin: 0px;
}

.main-menu>ul>li {
  position: relative;
  margin-right: 40px;
}



header ul.header-btn li a.phone-btn span {
  margin-right: 15px
}



/* Animate phone */
.phone svg {
  width: 28px;
  height: 28px;
  float: left;
  margin-top: 0;
  margin-right: 0px;
  transform: rotate(4deg);
}

.phone svg path {
  fill: #fff;
}

.phone svg path:nth-child(2) {
  -webkit-animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone 1s infinite cubic-bezier(.1, .57, .5, 1);
  fill: #fff;
}

.phone svg path:nth-child(3) {
  -webkit-animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
  animation: header-phone2 1s infinite cubic-bezier(.1, .57, .5, 1);
  fill: #fff;
}

@-webkit-keyframes header-phone {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

@keyframes header-phone {

  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  80% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}

@keyframes header-phone2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0)
  }

  70%,
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    opacity: 0
  }
}



.main-menu>ul>li a.header-chat span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ff5740;
  border-radius: 50%;
  margin-right: 15px;
}

.main-menu>ul>li a.header-chat span i {
  color: #fff !important;
  margin-right: 0 !important;
  font-size: 18px;
}

.main-menu>ul>li a.phone-btn span i {
  color: #ff5740 !important;
  margin-right: 0 !important;
  font-size: 18px;
}

.main-menu>ul>li a.header-chat {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #333;
}

.main-menu>ul>li a.phone-btn {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
}

.home-banner {
  padding: 200px 0 150px;
  position: relative;
  background-color: #0b1a33;
  border-radius: 0 0 1000px 1000px / 0 0 150px 150px;
  overflow: hidden;
  min-height: 90vh;
  align-items: center;
}

.btn-white-border {
  background-color: #ffffff;
  color: #3173BB;
  border: 1px solid #3173BB;
}

.btn-white-border:hover {
  background: #3173BB;
  color: #fff !important;
}

.text-orange {
  color: #ff5740 !important;
}

.home-banner h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: capitalize;
}

.home-banner h2 span {
  font-size: 55px;
  display: inline;
}

.mtpx-40 {
  margin-top: 40px;
}

/* New Banner Form Styles */
.banner-form-new {
  position: relative;
  z-index: 1;
}

.form-container-inner {
  background: linear-gradient(135deg, #2690CE 0%, #453B97 100%);
  padding: 55px 40px;
  border-radius: 60px 60px 60px 0;
  position: relative;
  overflow: visible;
  border-right: 15px solid #ff5740;
  border-bottom: 15px solid #ff5740;
}

.discount-badge {
  display: none;
}

.discount-ribbon {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  z-index: 10;
  border-radius: 0 18px 0 0;
  pointer-events: none;
}

.discount-ribbon span {
  position: absolute;
  top: 18px;
  right: -22px;
  width: 120px;
  background: linear-gradient(135deg, #ff5740, #ff8c00);
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 0;
  transform: rotate(45deg);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  letter-spacing: 0.3px;
  line-height: 1.4;
}

.discount-ribbon span strong {
  font-size: 14px;
  font-weight: 900;
  display: block;
}

.banner-form-new .head h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  line-height: 1.3;
}

.banner-form-new .feild {
  margin-bottom: 15px;
}

.banner-form-new .feild input,
.banner-form-new .feild select {
  width: 100%;
  height: 50px;
  background: #f5f5f5;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
}

.banner-form-new .submit-btn {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #333;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-form-new .submit-btn:hover {
  background: #ff5740;
  color: #fff;
}

.form-book-img {
  position: absolute;
  left: -180px;
  bottom: -50px;
  width: 300px;
  z-index: 2;
  pointer-events: none;
}

.form-book-img img {
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .form-book-img {
    display: none;
  }
  .home-banner h2, .home-banner h2 span {
    font-size: 40px;
  }
  .discount-badge {
    right: 0;
  }
}

.home-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin: 15px 0;
}



.home-banner img.banner-batch {
  margin-top: 30px;
}

.home-banner .banner-form {
  background: #fff;
  width: 90%;
  float: right;
  padding: 45px;
}



.home-banner .banner-form .head h4 {
  color: #222222;
  font-size: 34px;
  line-height: 49px;
  font-weight: 800;
}

.home-banner .banner-form .head h4 span {
  color: #ff5740;
}

.home-banner .banner-form .head p {
  font-size: 12px;
  color: #bbbbbb;
  line-height: 20px;
  margin: 10px 0 20px;
}





.home-banner .banner-form .form-wrap form .feild {
  position: relative;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 20px;
  padding-left: 20px;
}

.home-banner .banner-form .form-wrap form .feild input {
  border: 0;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #bbbbbb;
  font-size: 12px;
  font-weight: 500;
}

.home-banner .banner-form .form-wrap form .feild i {
  position: absolute;
  top: 5px;
  left: 20px;
  margin: auto;
  color: #bbbbbb;
}

.home-banner .banner-form .form-wrap form input[type="submit"] {
  width: 100%;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
  color: #fff;
  background: #ff5740;
  text-transform: uppercase;
  height: 50px;
  position: relative;
  z-index: 1;
}

.home-banner .banner-form .form-wrap form input[type="submit"]:hover {
  background: #000;
}



.home-banner .banner-girl img {
  position: absolute;
  bottom: -40px;
  left: 40%;
  margin: auto;
  pointer-events: none;
}

.client-logos-new {
  background: #f1faff;
  padding: 40px 0;
  border-bottom: 1px solid #e1eef5;
}

.client-logos-new img {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
  transition: 0.3s;
}

.client-logos-new img:hover {
  opacity: 1;
}

.client-logos {
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0;
  position: relative;
}

.sec-2-new {
  padding: 100px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .sec-2-new {
    padding: 40px 0 60px;
  }
}

.publish-book-card {
  background: #fff;
  border: 15px solid #ff57401a;
  border-radius: 100px 0 100px 0;
  padding: 80px 100px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.publish-book-card .card-content {
  max-width: 800px;
  margin: 0 auto;
}

.publish-book-card h2 {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  margin-bottom: 25px;
  line-height: 1.2;
}

.publish-book-card p {
  font-size: 15px;
  line-height: 26px;
  color: #666;
  margin-bottom: 40px;
}

.btn-group-center {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.card-book-img {
  position: absolute;
  right: -50px;
  bottom: -30px;
  width: 360px;
  z-index: 2;
}

.card-book-img img {
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.2));
}

@media (max-width: 1199px) {
  .card-book-img {
    width: 250px;
    right: -20px;
  }
}

@media (max-width: 991px) {
  .publish-book-card {
    padding: 60px 40px;
    border-radius: 50px 0 50px 0;
  }
  .card-book-img {
    position: static;
    margin: 40px auto 0;
    width: 250px;
  }
  .publish-book-card h2 {
    font-size: 30px;
  }
}

.sec-2 {
  padding: 40px 0;
}

.sec-2 h3 {
  color: #333333;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}

.sec-2 p {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  font-weight: 400;
  margin: 15px 0 25px 0;
}

.sec-2 figure {
  text-align: center;
}

.sec-2 figure img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.cta-1-new {
  position: relative;
  background-color: #0c1c3c;
  z-index: 1;
}

.cta-inner {
  background-size: cover;
  background-position: center;
  padding: 0px 0 30px;
  position: relative;
}

.relative-container {
  position: relative;
}

.cta-1-new .content-side {
  position: relative;
  z-index: 2;
}

.cta-1-new h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  margin-top: -10px;
  margin-bottom: 25px;
}

.image-side-new {
  text-align: right;
  position: relative;
  z-index: 1;
}

.image-side-new img {
  max-width: 100%;
  transform: translateY(-60px);
  filter: drop-shadow(0 20px 40px rgba(0,0,0,0.6));
  position: relative;
  z-index: 20;
}

.form-horizontal-wrap-new {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.3);
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -100px;
}

.form-horizontal-wrap-new form {
  gap: 12px;
  display: flex;
}

.form-horizontal-wrap-new .field {
  position: relative;
  flex: 1;
}

.form-horizontal-wrap-new .field i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 14px;
}

.form-horizontal-wrap-new .field input {
  width: 100%;
  height: 52px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 0 15px 0 48px;
  font-size: 14px;
  color: #333;
}

.submit-btn-orange {
  background: #3173BB;
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 52px;
  padding: 0 35px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}

.submit-btn-orange:hover {
  background: #000;
}

/* .side-element-bottom {
  position: absolute;
  left: -180px;
  bottom: -70px;
  width: 150px;
  z-index: 5;
  pointer-events: none;
  overflow: hidden;
} */

.side-element-bottom img {
  width: 100%;
}

@media (max-width: 991px) {
  .cta-inner {
    padding: 60px 0 100px;
  }
  .image-side-new {
    text-align: center;
    margin-top: 40px;
  }
  .form-horizontal-wrap-new {
    margin-top: 30px;
  }
  .form-horizontal-wrap-new form {
    flex-direction: column;
  }
  .side-element-bottom {
    display: none;
  }
}

.portfolio-sec-new {
  padding: 80px 0;
  background-color: #f1faff;
}

.portfolio-sec-new h6 {
  font-size: 14px;
  color: #333;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.portfolio-sec-new h2 {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  margin-bottom: 20px;
}

.portfolio-sec-new p {
  max-width: 800px;
  margin: 0 auto;
  color: #666;
  line-height: 1.6;
}

.achievement-card {
  margin-bottom: 30px;
  position: relative;
}

.achievement-card::before {
  content: "";
  position: absolute;
  top: -60px; /* Adjusted to pull it further up */
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 250px; /* Increased height to be taller than white background */
  background: #fde2d9;
  border-radius: 50px 50px 0 0;
  z-index: 0;
}

.achievement-card .card-inner {
  background: #fff;
  border-radius: 20px;
  padding: 40px 20px 0;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  border-bottom: 15px solid #0c1c3c;
  transition: 0.3s;
  height: 220px;
  margin-top: 100px;
  z-index: 1; /* Ensures white card is above peach background */
}

.achievement-card .book-img {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.achievement-card .book-img img {
  max-height: 100%;
  border-radius: 5px;
  box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.achievement-card .top-label {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 10px;
  font-weight: 700;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.achievement-card .cart-icon {
  position: absolute;
  right: 15px;
  top: 40%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 25;
}

.achievement-card .card-footer {
  background: #0c1c3c;
  color: #fff;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  margin: 0 -20px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.achievement-card.active .card-inner {
  border-bottom-color: #ff5740;
}

.achievement-card.active .card-footer {
  background: #ff5740;
}

.achievement-card .cart-icon img {
  width: 100%;
  height: auto;
}

.mtpx-50 { margin-top: 50px; }
.mtpx-30 { margin-top: 30px; }

.portfolio-sec {
  background: #f1f9f8;
  padding: 100px 0;
}

.portfolio-sec h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-family: Poppins;
}

.portfolio-sec h3 {
  color: #333333;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  padding: 10px 0 20px 0;
}

.portfolio-sec p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  font-weight: 400;
  width: 75%;
  margin: auto;
}

.portfolio-sec ul.portfolio-wrap {
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.portfolio-sec ul.portfolio-wrap li {
  flex: 0 0 20%;
  padding: 10px;
  position: relative;
}

.portfolio-sec ul.portfolio-wrap li:nth-child(odd):before {
  content: "";
  position: absolute;
  /* background-image: url(../images/porfolio-batch.html); */
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
}

.portfolio-sec ul.portfolio-wrap li a {
  display: block;
  transition: transform 4s ease-in;
  overflow: hidden;
  position: relative;
}

.portfolio-sec ul.portfolio-wrap li a img {
  transition: transform 1s ease-in;
}

.portfolio-sec ul.portfolio-wrap li a:hover img {
  transform: scale(1.2);
}

.portfolio-sec ul.portfolio-wrap li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "View!";
  transform: translateY(-100%);
  font-size: 25px;
  color: #fff;
  display: block;
  background-color: rgba(188, 143, 143, 0.137);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  transition: transform .4s ease-in;
  border: 4px solid white;
  justify-content: center;
  box-sizing: border-box;
}

.portfolio-sec ul.portfolio-wrap li a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "View!";
  transform: translateY(100%);
  font-size: 25px;
  color: #fff;
  display: block;
  background-color: #f1000023;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  transition: transform .4s ease-in;
  border: 4px solid white;
  justify-content: center;
  box-sizing: border-box;
}

.portfolio-sec ul.portfolio-wrap li a:hover::before {
  transform: translateY(0%);
}

.portfolio-sec ul.portfolio-wrap li a:hover::after {
  transform: translateY(0%);
}

.portfolio-sec ul.portfolio-wrap li:hover:before {
  opacity: 0;
}

/* Pricing */
.pkgSec.para {
  font-size: 24px;
  color: rgba(34, 34, 34, 0.60);
  font-weight: 600;
}

.pkgSec {
  background: #fff !important; /* White background */
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 160px; /* Increased bottom padding to accommodate lower dots */
  margin: 0px 0 0;
  font-family: 'Poppins', sans-serif !important;
}

.pkgHead {
  padding-bottom: 50px;
}

.pkgHead p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  width: 60%;
  margin: 0 auto;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pkgHead p {
    width: 90%;
  }
}

.pkgSec .title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 30px;
  line-height: 45px;
  position: relative;
  color: #000;
  display: inline-block;
}

.pkgSec .title:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background-color: #fea500;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: .7s linear;
}

.pkgContentBox {
    border-radius: 24px;
    box-shadow: none;
    background-color: transparent;
    margin-bottom: 15px;
    height: auto;
    padding: 30px 0;
}

ul.pkg-list {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}

ul.pkg-list li.slick-slide {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}

.pkgBox {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 60px;
  position: relative;
  transition: all 0.3s ease;
  height: 680px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-bottom: 70px;
}

.pkg-card-orange {
  border-color: #ff5e3a !important;
}

.pkg-card-blue {
  border-color: #1a73e8 !important;
}

.best-seller-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
  background: #ff5e3a;
  color: #fff;
  border-bottom-left-radius: 100%;
  border-top-right-radius: 18px;
  font-size: 13px;
  font-weight: 700;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
}

.best-seller-tag span {
  transform: rotate(45deg);
  display: block;
  text-align: center;
  margin-top: -20px;
  margin-right: 0px;
  width: 140px;
  line-height: 1.4;
}

.pkg-card-blue .best-seller-tag {
  background: #1a73e8;
}

.pkgBox-Head h4 {
  font-size: 22px !important;
  color: #000 !important;
  margin-bottom: 8px !important;
  font-weight: 700 !important;
  display: block !important;
  font-family: 'Poppins', sans-serif !important;
}

.pkgBox-Head p {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
}
@media (max-width: 767px) {
  .pkgBox-Head p {
    font-size: 12px;
  }
}

.pkgBox-Head .installment {
  font-size: 18px;
  font-weight: 800;
  display: block;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pkg-card-orange .installment {
  color: #ff5e3a;
}

.pkg-card-blue .installment {
  color: #1a73e8;
}

.pkg-price {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  gap: 10px;
}

.pkg-price .current-price {
  font-size: 56px;
  font-weight: 800;
  line-height: 0.8;
}

.pkg-card-orange .current-price {
  color: #ff5e3a;
}

.pkg-card-blue .current-price {
  color: #1a73e8;
}

.pkg-price .old-price {
  font-size: 24px;
  color: #999;
  text-decoration: line-through;
  position: relative;
  font-weight: 600;
}

.pkg-price .old-price::after {
  content: 'Only';
  font-size: 11px;
  position: absolute;
  bottom: -15px;
  left: 0;
  text-decoration: none;
  display: block;
  color: #888;
  font-weight: 600;
}

.pkg-points {
  list-style: none;
  padding: 0 5px 0 0 !important;
  margin: 30px 0 !important;
  height: auto;
  max-height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}

.pkg-points li {
  font-size: 15px !important;
  padding: 8px 0 8px 20px !important;
  position: relative;
  border: none !important;
  color: #444 !important;
  text-align: left;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500;
}

.pkg-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.pkg-card-orange .pkg-points li::before {
  background-color: #ff5e3a;
}

.pkg-card-blue .pkg-points li::before {
  background-color: #1a73e8;
}

.pkg-addon {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  text-align: center;
  color: #000;
  width: 100%;
  font-family: 'Poppins', sans-serif !important;
}

.pkg-addon span {
  color: #1a73e8;
  font-weight: 700;
}

.pkg-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

.footer-col {
  width: 48%;
  text-align: center;
}

.footer-col span {
  display: block;
  font-size: 16px;
  color: #666;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-col a {
  font-size: 18px;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
}


.footer-col a.live-chat {
  color: #3173BB !important;
  display: inline !important;
  padding: 0 !important;
}

.pkg-card-blue .footer-col a.live-chat {
  color: #1a73e8 !important;
}

.footer-col:last-child {
  border-left: 1px solid #eee;
}

@keyframes buy-btn-bounce {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}

/* Make the inner wrapper div fill the pkgBox height (exclude ribbon) */
.pkgBox > div:not(.best-seller-tag) {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

/* pkgMid fills remaining space, pushing pkg-addon to bottom */
.pkgMid {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pkg-addon {
  margin-top: auto;
  padding-top: 15px;
}

/* Wrapper that floats both buttons below the card */
.pkg-btns-wrap {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 18px;
  z-index: 10;
}

.buy-now-btn {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: none;
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-decoration: none !important;
  line-height: 1.1;
  z-index: 10;
  animation: buy-btn-bounce 2s ease-in-out infinite;
  flex-shrink: 0;
}

.buy-now-btn:hover {
  animation-play-state: paused;
  transform: scale(1.1);
  box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.pkg-card-orange .buy-now-btn {
  background: #ff5e3a;
}

.pkg-card-blue .buy-now-btn {
  background: #1a73e8;
}

/* Get Started button — same circle, white with colored border */
.buy-now-start {
  background: #fff !important;
  border: 3px solid #ff5e3a !important;
}
.pkg-card-orange .buy-now-start {
  color: #ff5e3a !important;
  border-color: #ff5e3a !important;
}
.pkg-card-blue .buy-now-start {
  color: #1a73e8 !important;
  border-color: #1a73e8 !important;
  background: #fff !important;
}

ul.pkg-list li.slick-slide:hover .pkgBox,
ul.pkg-list li.slick-slide:nth-child(3) .pkgBox {
  box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
  background-image: none !important;
  background-color: #fff !important;
  bottom: 0 !important;
}
.pkgBox-Head h4 {
  font-size: 20px;
  font-weight: bold;
  color: #000051;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
}

.pkgBox-Head h4>span {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

ul.pkg-list li.slick-slide:hover .pkgMid>span,
ul.pkg-list li.slick-slide:hover .pkgMid>span>a,
ul.pkg-list li.slick-slide:hover .pkgMid>a.live-chat,
ul.pkg-list li.slick-slide:nth-child(3) .pkgMid>span,
ul.pkg-list li.slick-slide:nth-child(3) .pkgMid>span>a,
ul.pkg-list li.slick-slide:nth-child(3) .pkgMid>a.live-chat {
  font-size: 14px !important;
  color: #000000 !important;
}


.pkgBox a.pkg-btn {
  width: 100%;
  height: 44px;
  box-shadow: 0 12px 6px -8px rgb(0 0 0 / 34%);
  background-color: #f9fbff;
  display: block;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  font-family: 'Poppins', sans-serif;
}

ul.pkg-list li.slick-slide:hover .pkg-btn,
ul.pkg-list li.slick-slide:nth-child(3) .pkg-btn {
  background: #000000;
  color: #fff;
}

a.chat>span {
  vertical-align: bottom;
  padding-right: 5px;
display: inline-block;
}

ul.pkg-list>li:hover ul.pkg-points>li,
ul.pkg-list>li:nth-child(3) ul.pkg-points>li {
  color: #000;
}
.pkgSec .slick-dots {
    bottom: -60px; /* Move dots lower */
    width: 100%;
    left: 0;
    text-align: center;
}

.pkgSec  .slick-dots li.slick-active button{
background: transparent;
}

.pkgSec .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #ff5e3a;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    opacity: 0.3;
}

.pkgSec .slick-dots li.slick-active button:before {
    background: #ff5e3a;
    opacity: 1;
    width: 30px;
    border-radius: 10px;
}

.pkgBox  a.chat {
  font-size: 12px;
  font-weight: 500;
  color: #6d6e7a;
  text-align: center;
}

/* End Pricing */
.cta-2 h5 {
  color: #ffffff;
}

.cta-2 {
  background-image: url(../images/book\ marketing/background.png);
  background-color: #1a0b3b;
  position: relative;
  display: flex;
  padding: 150px 0;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.cta-2:before {
  display: none;
}

.cta-2:after {
  display: none;
}

.cta-image-circle {
  position: relative;
  width: 550px;
  height: 550px;
  background: #4cc7ce;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.cta-image-circle img {
  width: 70%;
  height: auto;
  z-index: 1;
}

.cta-2 .container {
  position: relative;
  z-index: 1;
}

.cta-2 h6 {
  font-size: 20px;
  color: #fff;
  font-family: 'Poppins';
  font-weight: 400;
  margin-bottom: 10px;
}

.cta-2 h3 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
}

.cta-2 h3 span {
  display: block;
}

.cta-2 p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  width: 100%;
  margin: 15px 0 25px;
}







@keyframes shadow {
  0% {
    filter: unset;
  }

  50% {
    filter: drop-shadow(2px 4px 6px #b5b5b5);
  }

  100% {
    filter: unset;
  }
}

.process-sec {
  padding: 70px 0;
  background-color: #fff;
}

.process-sec h6 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  font-family: 'Poppins';
  color: #ff5740;
  margin-bottom: 10px;
}

.process-sec h3 {
  color: #000;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.1;
  text-transform: capitalize;
}

.process-item {
  margin-bottom: 40px;
}

.process-icon {
  width: 40px;
  height: auto;
}

.process-content h4 {
  font-size: 28px;
  font-weight: 800;
  color: #000;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.rotate-45 {
  transform: rotate(45deg);
  font-size: 20px;
}

.process-content p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  width: 100%;
  padding-top: 0;
  margin-bottom: 0;
}

.rounded-pill-custom {
  border-radius: 500px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.process-img-wrap {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .process-sec h3 {
    font-size: 40px;
  }
  .process-img-wrap {
    padding-left: 0;
    margin-top: 20px;
  }
  .text-right {
    text-align: left !important;
  }
}

.footer-form {
  background-image: url(../images/footer/footer_background.png);
  background-position: center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  padding: 100px 0 100px; /* Restore bottom padding */
  margin-top: 50px;
      overflow: visible !important;
}

.footer-form h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.footer-form h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  line-height: 1.4;
}

.footer-form .footer-phone-icon {
  margin: 0 8px 0 0;
  font-size: 18px;
  color: #fff;
}

.footer-form p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  width: 90%;
  margin-bottom: 30px;
}



.form-outer-wrap {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: -150px; /* Reduced negative margin to prevent "collapse" look */
  z-index: 10;
}

.form-outer-wrap::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 0;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  background: #ff5740;
  border-radius: 150px 30px 150px 30px;
  z-index: 1;
}

.form-wrap-new {
  position: relative;
  background: linear-gradient(135deg, #2690CE 0%, #453B97 100%);
  border-radius: 150px 30px 150px 30px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4);
  overflow: hidden;
  z-index: 2;
  padding: 40px 30px 40px;
}

.form-head-new {
  background: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.form-head-new h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
  max-width: 100%;
  text-align: center;
}

.form-body-new {
  padding: 0;
}

.form-group-new {
  margin-bottom: 20px;
}

.form-group-new input, 
.form-group-new select {
  width: 100%;
  height: 50px;
  background: #f8fafc;
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  outline: none;
}

.form-submit-new button {
  width: 100%;
  height: 55px;
  background: #f8fafc;
  border: none;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
  color: #475569;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.form-submit-new button:hover {
  background: #ff5740;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-form {
    padding: 80px 0;
  }
  .form-outer-wrap {
    margin-top: 60px;
    padding-right: 10px;
    padding-bottom: 10px;
  }
  .form-wrap-new {
    border-radius: 80px 30px 30px 30px;
  }
}
  background-image: -webkit-linear-gradient(0deg, rgb(29, 23, 107) 0%, rgb(189, 71, 175) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(29, 23, 107) 0%, rgb(189, 71, 175) 99%);
  display: flex;
  width: 130px;
  height: 65px;
  border-radius: 120px 120px 0 0;
  position: relative;
  align-items: center;
  justify-content: center;
}

.footer-form .form-wrap form ul.form-feild li span input {
  font-size: 14px;
  background: transparent;
  height: auto;
  padding: 0;
}

.footer-form .form-wrap form ul.form-feild li span i.fa-paper-plane {
  position: relative;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  transform: rotate(45deg);
}

.footer-form .form-wrap form ul.form-feild li:nth-child(1),
.footer-form .form-wrap form ul.form-feild li:nth-child(2) {
  display: inline-block;
  width: 48%;
}

.footer-form .form-wrap form ul.form-feild li:last-child {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}

.footer-form .form-wrap form ul.form-feild li textarea {
  height: 100px;
  resize: none;
  padding-top: 10px;
}

.footer-form .form-wrap form ul.form-feild li input:hover,
.footer-form .form-wrap form ul.form-feild li textarea:hover,
.footer-form .form-wrap form ul.form-feild li input:focus,
.footer-form .form-wrap form ul.form-feild li textarea:focus,
.footer-form .form-wrap form ul.form-feild li input:active,
.footer-form .form-wrap form ul.form-feild li textarea:active,
.footer-form .form-wrap form ul.form-feild li input:focus-visible,
.footer-form .form-wrap form ul.form-feild li textarea:focus-visible {
  background: transparent;
  border: 3px dashed rgb(244 244 244);
  outline: none;
}

.footer-form .form-wrap form ul.form-feild li span button {
  font-size: 0;
  background: transparent;
  border: 0;
}

.footer-form .form-wrap form ul.form-feild li:hover span {
  background-image: -webkit-linear-gradient(181deg, rgb(29, 23, 107) 0%, rgb(189, 71, 175) 99%);
}

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

footer p {
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

/* Start Services */

.service-sec {
  background: #f4f4f4;
  padding: 60px 0;
}

.service-sec .services-top h6 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'Poppins';
}

.service-sec .services-top h3 {
  font-size: 45px;
  color: #333333;
  font-weight: 800;
  line-height: 50px;
}

.service-sec .services-top p {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  width: 60%;
  margin: auto;
  font-weight: 400;
  padding-top: 15px;
}

.service-sec .services-content {
  padding-top: 50px;
}

.service-sec .services-content ul.ser-wrap {
  position: relative;
  z-index: 1;
}

.service-sec .services-content ul.ser-wrap::before {
  content: "";
  width: 500px;
  height: 500px;
  border: 2px dashed #dbd7e0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate-forward 20s linear infinite;
  z-index: -1;
}

@keyframes rotate-forward {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.service-sec .services-content ul.ser-wrap::after {
  content: "";
  width: 300px;
  height: 300px;
  border: 2px dashed #dbd7e0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: rotate-reverse 20s linear infinite;
}

@keyframes rotate-reverse {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.service-sec .services-content ul.ser-wrap .services-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  z-index: 1;
}

.service-sec .services-content ul.ser-wrap .services-img img {
  width: 70%;
}

.service-sec .services-content ul.ser-wrap li {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}

.service-sec .services-content ul.ser-wrap li:nth-child(1):before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: transparent;
  border-color: #dbd7e0;
  border-style: dashed;
  position: absolute;
  top: 190px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.service-sec .services-content ul.ser-wrap {
  position: relative;
  padding-bottom: 720px;
  height: 83vh;
}

.service-sec .services-content ul.ser-wrap li .img-wrap {
  width: 20%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}

.service-sec .services-content ul.ser-wrap li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-sec .services-content ul.ser-wrap li .content-wrap {
  width: 80%;
  padding: 1rem;
}

.service-sec .services-content ul.ser-wrap li .content-wrap h4 {
  font-size: 20px;
  font-weight: bold;
}

.service-sec .services-content ul.ser-wrap li .content-wrap p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 5px 0 0 0;
}

.service-sec .services-content ul.ser-wrap li:nth-child(8) .content-wrap,
.service-sec .services-content ul.ser-wrap li:nth-child(9) .content-wrap,
.service-sec .services-content ul.ser-wrap li:nth-child(7) .content-wrap {
  text-align: end;
}

.service-sec .services-content ul.ser-wrap li:nth-child(2) {
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  text-align: center;
}

.service-sec .services-content ul.ser-wrap li:nth-child(3) {
  top: 190px;
  right: 110px;
  transform: translateY(-50%);
}

.service-sec .services-content ul.ser-wrap li:nth-child(4) {
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}


.service-sec .services-content ul.ser-wrap li:nth-child(5) {
  bottom: 90px;
  right: 110px;
  transform: translateY(-50%);
}

.service-sec .services-content ul.ser-wrap li:nth-child(6) {
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  flex-direction: column;
  text-align: center;
}

.service-sec .services-content ul.ser-wrap li:nth-child(7) {
  left: 110px;
  bottom: 90px;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}

.service-sec .services-content ul.ser-wrap li:nth-child(8) {
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}

.service-sec .services-content ul.ser-wrap li:nth-child(9) {
  top: 190px;
  left: 110px;
  transform: translateY(-50%);
  flex-direction: row-reverse;
}


.service-sec .services-content ul.ser-wrap li:nth-child(2) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(3) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(4) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(5) .img-wrap {
  background: #ffe1e1;
}

.service-sec .services-content ul.ser-wrap li:nth-child(6) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(7) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(8) .img-wrap {
  background: #e1f5ff;
}

.service-sec .services-content ul.ser-wrap li:nth-child(9) .img-wrap {
  background: #ffe1e1;
}

footer .sec-right ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer .sec-right ul li a{
  color: #000;
}

/* End Services */

.ibm-popup-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999 !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.ibm-popup {
  width: 420px;
  max-width: 100%;
  background: transparent;
  border-radius: 0;
  overflow: visible;
  position: relative;
  box-shadow: none;
  border: none;
}

.ibm-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ff5740;
  background: #fff;
  color: #ff5740;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 9999;
}

.ibm-popup-panel {
  background: transparent;
  padding: 0;
  color: #fff;
}

.ibm-popup-panel .form-outer-wrap {
  margin-top: 0;
}

.ibm-popup-panel .form-heading-new h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 24px 0;
  text-align: center;
  color: #fff;
}

.ibm-popup-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ibm-popup-field input,
.ibm-popup-field select {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 0;
  background: #f0f4ff;
  padding: 0 16px;
  font-size: 14px;
  outline: none;
  color: #333;
}

.ibm-popup-field input::placeholder {
  color: #888;
}

.ibm-popup-field button {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 4px;
}

.ibm-popup-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: auto;
  padding-top: 10px;
}

.ibm-popup-btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
}

.ibm-popup-btn-light {
  background: #fff;
  color: #ff5740 !important;
}

.ibm-popup-btn-dark {
  background: rgba(0, 0, 0, 0.15);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .ibm-popup-modal {
    padding: 15px;
  }
  .ibm-popup {
    width: 100%;
    max-width: 360px;
  }
  .ibm-popup-panel {
    padding: 30px 20px 24px;
  }
  .ibm-popup-panel h2 {
    font-size: 17px;
  }
}

/* Mobile-only banner buttons section — hidden by default, shown via responsive.css on mobile */
.banner-btns-mobile {
    display: none;
}

/* SMS Opt-in Box */
.sms-optin-wrap {
    background: transparent;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 12px 0;
    margin: 10px 0;
}

.sms-optin-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.sms-optin-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 3px;
    cursor: pointer;
    accent-color: #ff5740;
}

.sms-optin-label span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.sms-optin-text {
    color: #c0c8d8;
    font-size: 9px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px;
}

.sms-optin-text a {
    color: #ff5740;
    text-decoration: underline;
}

.sms-read-more {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 4px;
    padding: 4px 14px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sms-read-more:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    text-decoration: none;
}

/* ====== LIQUID BUTTON EFFECT ====== */
.btn-style {
    position: relative;
    overflow: hidden;
    transition: box-shadow .3s ease, transform .3s ease, color .3s ease !important;
}

.btn-style * {
    position: relative;
    z-index: 2;
}

/* Text span - always above wave */
.btn-style .btn-text {
    position: relative;
    z-index: 3;
    display: inline-block;
    transition: color 0.5s ease;
}

/* GET STARTED: blue → white on hover */
.btn-white .btn-text {
    color: #3173BB;
}
.btn-white:hover .btn-text {
    color: #ffffff;
}

/* LIVE CHAT: white → blue on hover */
.btn-orange .btn-text {
    color: #ffffff;
}
.btn-orange:hover .btn-text {
    color: #3173BB;
}

.btn-style .liquid {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    transition: bottom .65s ease;
    pointer-events: none;
}

.btn-style .liquid::after,
.btn-style .liquid::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: 0; left: 0;
    transform: translate(-25%, -75%);
}

/* btn-white (GET STARTED): blue wave rises */
.btn-white .liquid::after {
    border-radius: 45%;
    background: rgba(49, 115, 187, 1);
    animation: liquid-spin 5s linear infinite;
}
.btn-white .liquid::before {
    border-radius: 40%;
    background: rgba(49, 115, 187, 0.5);
    animation: liquid-spin 7s linear infinite;
}

/* btn-orange (LIVE CHAT): white wave rises */
.btn-orange .liquid::after {
    border-radius: 45%;
    background: rgba(255, 255, 255, 0.92);
    animation: liquid-spin 5s linear infinite;
}
.btn-orange .liquid::before {
    border-radius: 40%;
    background: rgba(255, 255, 255, 0.38);
    animation: liquid-spin 7s linear infinite;
}

@keyframes liquid-spin {
    to { transform: translate(-25%, -75%) rotate(360deg); }
}

/* Hover: wave rises + scale grow + glow */
.btn-style:hover .liquid {
    bottom: -20px;
}

.btn-white:hover,
.btn-orange:hover {
    transform: scale(1.06) translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(49,115,187,.55), 0 0 14px rgba(49,115,187,.4) !important;
}
