html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Josefin Sans", sans-serif; */
  /* font-family: "Outfit", sans-serif; */
  font-family: "Lexend Deca", sans-serif;
}

ul {
  padding-left: 0;
  padding-bottom: 0;
  /* margin-bottom: 0; */
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

/* ==================================== */
/* Custom Scrollbar */
.package-box ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.package-box ::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0.6);
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.package-box ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #14a2fd, #0d84d9);
  border-radius: 10px;
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.package-box ::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #0d84d9, #14a2fd);
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.3);
}

.package-box ::-webkit-scrollbar-button {
  display: none;
}

/* ==================================== */

/* Main Content CSS Start Here */

#navbarNavAltMarkup .dropdown-menu {
  display: none;
  position: absolute;
}

#navbarNavAltMarkup .dropend .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background: #00246e;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
}

header .navbar-expand-lg .navbar-collapse {
  display: flex;
  justify-content: center;
  flex-basis: auto;
}

header .navbar {
  padding: 0;
}

#navbarNavAltMarkup .navbar-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  left: 0;
  z-index: 1050;
  background: white;
  border-radius: 0;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
  border: 0;
}

#navbarNavAltMarkup .navbar-nav .dropend .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

#navbarNavAltMarkup .navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}

#navbarNavAltMarkup .navbar-nav .dropend:hover>.dropdown-menu {
  display: block;
}

header .nav-link {
  font-size: 15px;
  margin: 0;
  padding: 40px 0;
  text-transform: uppercase;
  color: #fff;
}

header .dropdown-menu .nav-link {
  font-size: 15px;
  margin: 0 20px;
  color: #000;
}

header .dropdown-menu .nav-link {
  padding: 10px 0;
}

.navbar-brand {
  margin: 0;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
  color: rgb(20 161 253);
}

header .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 2px;
  content: "";
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

header .dropdown.show .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.header-num {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  gap: 25px;
}

.header-num a {
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
}

.header-num a i {
  color: #16bbfc;
  font-size: 18px;
}

.header-num .animate {
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Header CSS End */

/* Global Buttons Start */
.theme-btn-1 {
  border: 0;
  padding: 15px 25px;
  border-radius: 5px;
  background: #00246e;
  color: #fff !important;
}

.theme-btn-1 a {
  color: #fff;
}

.theme-btn-1:hover {
  background: #16bbfc;
}

/* Global Buttons End */

/* Banner Section CSS Start */
.banner {
  position: relative;
  height: 100vh;
  padding-top: 150px;
  background: #dae3ec;
  padding-bottom: 100px;
}

.banner {
  position: relative;
  height: 100vh;
  padding-top: 150px;
  background: #dae3ec;
  padding-bottom: 100px;
  /* background-image: url("../images/banner-main.webp"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}

/* .banner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
} */

.banner-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  align-items: baseline;
  width: 45%;
  padding: 50px 30px;
  background: #002a57;
  border-radius: 10px;
}

.banner-content h1 {
  font-size: 40px;
  margin: 0 0 10px 0;
  color: #ffffff;
  font-weight: 600;
}

.banner-content h1 span {
  font-weight: 900;
  color: #14a2fd;
  font-size: 40px;
}

.banner-content p {
  font-size: 16px;
  color: #ffffff;
}

.buttons-group {
  display: flex;
  gap: 20px;
}

.btn.btn-primary {
  background-color: #14a2fd;
  color: #fff;
  padding: 16px 20px;
  font-weight: 600;
  border: 2px solid #14a2fd;
}

.btn-primary:hover {
  background-color: #14a2fd;
  border-color: #16bbfc;
  color: #fff;
}

.btn.btn-primary:not(:disabled):not(.disabled).active,
.btn.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:hover,
.btn.btn-primary.focus,
.btn.btn-primary:focus {
  background-color: #14a2fd;
  border-color: #14a2fd;
  color: #fff;
}

.transparent-btn {
  background-color: transparent;
  color: #fff;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid #fff;
}

.transparent-btn:not(:disabled):not(.disabled).active,
.transparent-btn:not(:disabled):not(.disabled):active,
.transparent-btn:hover,
.transparent-btn:focus,
.transparent-btn.focus {
  background-color: #14a2fd;
  border-color: #14a2fd;
  color: #fff;
}

.transparent-btn:hover {
  background-color: #14a2fd;
  color: #fff;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid #14a2fd;
}

.transparent-btn-dark {
  background-color: transparent;
  color: #000000;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid #000000;
}

.transparent-btn-dark:not(:disabled):not(.disabled).active,
.transparent-btn-dark:not(:disabled):not(.disabled):active,
.transparent-btn-dark:hover,
.transparent-btn-dark:focus,
.transparent-btn-dark.focus {
  background-color: #14a2fd;
  border-color: #14a2fd;
  color: #fff;
}

.transparent-btn-dark:hover {
  background-color: #14a2fd;
  color: #fff;
  padding: 16px 40px;
  font-weight: 600;
  border: 2px solid #14a2fd;
}

/* Banner Slides Arrows CSS */
.arrow-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #002147;
  /* Dark blue */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.arrow-container i {
  font-size: 24px;
  color: white;
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}

.arrow-container:hover {
  background: #0044cc;
  /* Slightly lighter blue */
  /* transform: scale(1.1); */
}

/* Banner Section CSS End */

/* About Section CSS Start */
.about {
  padding: 100px 0;
  position: relative;
  background: #f2f5f8;
}

.top-headings {
  text-align: center;
}

.top-headings h2 {
  font-size: 46px;
  font-weight: 700;
}

.top-headings h4 {
  color: #00246e;
}

.top-headings p {
  font-size: 20px;
  color: #808080;
}

.top-headings-left {
  text-align: left;
}

.top-headings-left h2 {
  font-size: 46px;
  font-weight: 700;
}

.top-headings-left h4 {
  color: #00246e;
}

.top-headings-left p {
  font-size: 20px;
  color: #808080;
}

.top-headings-left li,
.top-headings li {
  font-size: 20px;
}

.top-headings-left strong,
.top-headings strong {
  font-size: 20px;
}

.top-headings-left a,
.top-headings a {
  font-size: 20px;
}

.about .boxes-container {
  margin-top: 70px;
}

.about .boxes-container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  height: 100%;
  background: white;
  padding: 20px;
  border-radius: 0;
  box-shadow: 0 0 20px #00000017;
}

.about .boxes-container .box img {
  width: 100px;
}

.about .boxes-container h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.about .boxes-container p {
  font-size: 16px;
  color: #808080;
}

/* About Section CSS End */

/* Trademark Solution Section CSS Start */
.pro-section {
  padding: 100px 0;
}

.pro-section .pro-box {
  box-shadow: 0px 0px 32px 0px rgba(54, 61, 82, 0.15);
  min-height: 360px;
  margin-bottom: 50px;
  padding: 25px;
  border: 0;
  border-radius: 10px;
}

/* .pro-section .pro-box .pro-box-header {
  background-color: #000;
  position: relative;
  padding: 25px;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 30px;
  border: 0;
  border-radius: 4px !important;
} */

.pro-section .pro-box .pro-box-header {
  background-color: #000;
  position: relative;
  padding: 14px !important;
  text-align: center;
  margin-top: -92px;
  margin-bottom: 30px;
  border: 0;
  background-image: linear-gradient(90deg, #00246e, #00246e, #00246e);
  border-radius: 4px !important;
}

.pro-section .accordion-row {
  margin-top: 100px;
}

.pro-section .pro-box .pro-box-header span {
  font-size: calc(13px + (22 - 14) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: #fff;
}

.pro-section .accordion-flush .accordion-item .accordion-button {
  border-radius: 4px;
  padding-left: 40px;
  position: relative;
  font-weight: 500 !important;
}

.pro-section button.accordion-button {
  color: #fff !important;
  background: #00246e;
  border-radius: 4px;
}

.pro-section button.accordion-button {
  color: #fff !important;
  background: #00246e;
  border-radius: 4px;
}

.pro-section .accordion-item {
  margin-bottom: 10px;
  overflow: hidden !important;
}

.pro-section .accordion-button::after {
  filter: brightness(20.5);
}

.pro-section .accordion-button:not(.collapsed)::after {
  filter: invert(0) !important;
}

.pro-section .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000 !important;
}

/* Trademark Solution Section CSS End */

/* Why Register a Trademark Section Start */
.risk-thread {
  padding: 100px 0;
  background-image: url(../images/risk-thread-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-attachment: fixed;
  position: relative;
}

.risk-thread .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #00246e3b;
}

.risk-thread .row {
  position: relative;
}

.risk-thread .box-row {
  margin-top: 50px;
}

.risk-thread h2 {
  color: #fff;
}

.risk-thread .wc-icon-box {
  background: #fff;
  height: 100%;
  padding: 26px 10px 0;
  justify-content: start;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.risk-thread .wc-icon-box {
  display: flex;
  flex-direction: row;
  gap: 25px;
  padding: 20px 30px;
  background: transparent;
  box-shadow: 10px 13px 16px rgb(20 162 253 / 39%), 0 13px 16px rgb(0 0 0);
  border: 1px solid #ffffff;
  backdrop-filter: blur(5px);
  margin: 30px 30px;
}

.risk-thread .wc-icon-box img {
  width: 100px;
}

.risk-thread .wc-icon-box h6 {
  font-size: calc(15px + (21 - 15) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 600;
  color: #fff;
  margin: 10px 0;
  text-align: left;
}

.risk-thread .wc-icon-box p {
  text-align: left;
  color: #fff;
  font-size: 16px;
}

.risk-thread .buttons-group {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 120px;
  position: relative;
}

/* Why Register a Trademark Section End */

/* CTA 1 Section CSS Start */
.cta-1 {
  padding: 100px 0;
  background: #f2f5f8;
}

.cta-1 .top-headings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.cta-1 h2 {
  color: #00246e;
}

.cta-1 h2 span {
  color: #000;
  font-weight: 800;
}

/* CTA 1 Section CSS End */

/* Testimonials CSS Start */
.testimonials {
  padding: 100px 0;
}

.testimonials #testimonials-carousel {
  margin-top: 50px;
}

.owl-carousel .owl-item img {
  display: block;
  width: unset !important;
}

#testimonials-carousel .review-box {
  display: flex !important;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 5px #00000059;
  margin: 5px;
  border-radius: 5px;
}

#testimonials-carousel .owl-stage-outer {
  padding: 50px 0;
}

#testimonials-carousel .item-head {
  padding: 25px;
  height: 290px;
}

#testimonials-carousel .item-head .google-label {
  height: 25px !important;
  width: 25px !important;
  margin-left: auto;
  display: block;
}

#testimonials-carousel .item-head p {
  margin-top: 20px;
}

#testimonials-carousel .item-foot {
  background: #00246e;
  padding: 25px;
  position: relative;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#testimonials-carousel .item-foot .icon {
  position: absolute;
  right: 25px;
  top: -19px;
}

#testimonials-carousel .item-foot .box {
  display: flex;
  color: #fff;
  align-items: center;
  gap: 20px;
}

#testimonials-carousel .item-foot .review-person {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  object-fit: cover;
}

#testimonials-carousel .item-foot .info h3 {
  font-size: 14px;
}

#testimonials-carousel .item-foot .info h4 {
  font-size: 16px;
  margin: 0;
}

#testimonials-carousel .active.center .review-box {
  /* background: #00246e; */
  transform: scale(1.1);
}

/* #testimonials-carousel .active.center .review-box * {
  color: #fff;
}

#testimonials-carousel .active.center .review-box .ratings {
  filter: invert(1);
}

#testimonials-carousel .active.center .review-box .icon {
  filter: invert(1);
}

#testimonials-carousel .active.center .review-box .item-foot {
  background: #00246e;
  border: 1px solid #ffffff42;
} */

#testimonials-carousel .owl-dots span {
  width: 15px;
  height: 15px;
}

/* Testimonials CSS End */

/* Services Section CSS Start */
.services {
  padding: 100px 0;
  background: #f2f5f866;
}

.services .top-headings {
  text-align: center;
  margin-bottom: 50px;
}

.sub-title {
  color: #00246e;
  font-size: 16px;
  margin-bottom: 16px;
}

.services .nav-pills {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services .nav-pills .nav-link {
  text-align: left;
  background: white;
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  padding: 20px 70px;
  background: #e1e9f0;
}

.services .nav-pills .nav-link.active,
.services .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #00246e;
  font-size: 14px;
}

.services .top-headings-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.services p {
  font-size: 18px;
  color: #808080;
  width: 75%;
  text-align: center;
}

.services a {
  font-size: 18px;
  font-weight: 500;
}

/* Services Section CSS End */

/* Packages Section CSS Start */
.packages {
  padding: 100px 0;
}

.packages .nav-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.packages .nav-link {
  background: #e1e9f0;
  color: #000;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 5px;
}

.packages .nav-link.active {
  background: #00246e;
  font-size: 14px;
}

.packages .tab-content {
  margin-top: 50px;
  padding: 0 20px;
}

.package-box {
  padding: 50px 30px;
  background-position: center;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 100%;
  background-size: cover;
  background-color: #f5f5f5;
  box-shadow: 0 0 5px #00000059;
  margin: 5px;
  border-radius: 5px;
}

.package-box .pck-head {
  position: relative;
  z-index: 1;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.package-box .pck-head h4 {
  font-weight: 700;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 0;
  margin-bottom: 5px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  text-transform: uppercase;
}

.package-box .pck-head h4 .pNote {
  text-transform: capitalize;
}

.package-box .pck-head .pck-price {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 100%;
}

.package-box .pck-head .pck-price h5 {
  text-align: center;
  margin-bottom: 0;
  color: #000;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.package-box .pck-head .pck-price h5 p {
  display: block;
  width: 100%;
  margin-bottom: 0;
  color: #6d7785;
}

h5 {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  color: #000;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px 0;
}

.package-box .pck-head .pck-price .dollar {
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: calc(24px + (45 - 24) * (100vw - 320px) / (1920 - 320));
  font-weight: bold;
}

.package-box .pck-head .pck-price .price {
  font-size: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
  line-height: 1;
  /* letter-spacing: -5px; */
  font-weight: bold;
}

span.pNote {
  font-size: 14px;
  font-weight: 400;
  color: #5d6977;
}

.package-box .btn.btn-primary {
  padding: 10px;
}

.package-box .pck-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 170px);
}

.package-box .pck-topContent {
  padding: 20px 0;
}

.package-box .pck-topContent ul {
  height: 250px;
  overflow-x: scroll;
  overflow-x: hidden;
  padding-right: 20px;
}

.package-box ul li {
  padding-bottom: 12px;
  padding-top: 12px;
  position: relative;
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
  font-weight: 500;
  line-height: 1.5;
  color: #5d6977;
  border-bottom: 1px solid #dfe7ef;
}

.package-box ul li .ic-tik {
  color: #00246e;
  font-size: 18px;
  padding-right: 12px;
}

.package-box .pck-foot {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 10px;
  background-color: #00246e;
  border-radius: 0 0 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.package-box .pck-foot .btn-primary {
  border-radius: 7px;
  font-size: calc(15px + (17 - 15) * (100vw - 320px) / (1920 - 320));
  font-weight: 700;
}

.package-box .ribbon {
  display: inline-block;
  background-color: #bf0a30;
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--heading);
  padding: 0 10px;
  line-height: 30px;
  font-weight: 400;
  z-index: 12;
  color: #fff;
  border-radius: 5px;
}

.view-more li {
  display: none;
}

.view-more .hide-list {
  display: list-item;
  cursor: pointer;
}

p.package-disclaimer {
  padding: 100px 0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.packages .owl-stage-outer {
  padding: 50px 0;
}

.active.center .package-box {
  background: #00246e;
  transform: scale(1.1);
}

.active.center .package-box * {
  color: #fff !important;
}

.active.center .package-box .transparent-btn-dark {
  border: 2px solid #ffffff;
}

.active.center .package-box .transparent-btn-dark:hover {
  border: 2px solid #14a2fd;
}

.packages .owl-theme .owl-dots span {
  width: 15px !important;
  height: 15px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00246e !important;
}

/* Packages Section CSS End */

/* Trademark Countries Section CSS STart */
.trademark-countries {
  padding: 100px 0;
  background-image: url(../images/trademark-countries-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position: top;
  background-attachment: fixed;
  position: relative;
}

.trademark-countries .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000009c;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.trademark-countries .row {
  position: relative;
}

.trademark-countries .top-headings-left {
  color: #fff;
}

.trademark-countries .top-headings-left p {
  color: #fff;
  font-size: 20px;
}

.trademark-countries .top-headings-left a {
  color: #fff;
  font-weight: bold;
}

/* Trademark Countries Section CSS End */

/* CTA Section CSS Start */
.cta-section {
  background: url(../images/cta-bg.webp);
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  background-attachment: fixed;
}

.cta-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000061;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cta-section p {
  font-size: calc(15px + (20 - 15) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  position: relative;
}

.cta-section h3 {
  color: #fff;
  font-size: calc(20px + (50 - 20) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  position: relative;
}

.cta-section .bottom-links a {
  color: #fff;
  margin: 0 10px;
  position: relative;
}

.cta-section .bottom-links a i {
  margin-right: 10px;
}

.cta-section .btn.btn-primary {
  margin-top: 20px;
  position: relative;
}

/* CTA Section CSS End */

/* Reviews Section CSS Start */
.reviews {
  padding: 100px 0;
  position: relative;
  background: #dae3ec;
}

.reviews .top-headings {
  color: #00246e;
}

#reviews-carousel {
  margin-top: 50px;
}

#reviews-carousel .slider-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

#reviews-carousel img {
  width: unset;
}

#reviews-carousel .slider-wrap .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border: 1px solid #00246e;
  min-height: 360px;
  height: 100%;
  padding: 30px 50px;
  background-color: #00246e;
}

#reviews-carousel .slider-wrap .slider-content p {
  font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
  font-style: italic;
  font-weight: 500;
  color: #fff;
  letter-spacing: 2px;
  line-height: 1.4;
}

#reviews-carousel .slider-wrap .slider-content h6 {
  color: #fff;
  font-weight: 600;
  margin: 0;
}

#reviews-carousel .slider-wrap .slider-content h5 {
  color: #fff;
  font-weight: 300;
}

#reviews-carousel .owl-dots {
  margin-top: 25px;
}

#reviews-carousel button span {
  background: none;
  border: none;
  text-indent: 9999px;
  width: 12px;
  height: 12px;
  border-radius: 0%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(0, 0, 139, 0.2);
  margin: 0 6px;
  opacity: 1;
  padding: 0;
  border-radius: 4px;
}

#reviews-carousel button.active span {
  background-color: #00246e;
  opacity: 1;
  outline: none;
}

/* Reviews Section CSS End */

/* Contact Section Home CSS Start */
.form-control:focus {
  border-color: #15aefd;
  box-shadow: none;
}

.form-box {
  box-shadow: 0 0 10px #0000002b;
  padding: 25px;
  border-radius: 5px;
}

.form-box label {
  margin-bottom: 5px;
}

/* Contact Section Home CSS End */

/* FAQS Home Section CSS Start */
.faqs {
  padding: 100px 0;
}

.faqs .faqs-row {
  margin-top: 80px;
}

.faqs .accordion-item {
  margin-bottom: 10px;
}

.faqs .accordion-item .accordion-header {
  font-size: calc(13px + (15 - 13) * (100vw - 320px) / (1920 - 320));
  font-weight: 400;
  color: #000;
  position: relative;
}

.faqs button.accordion-button {
  color: #fff !important;
  background: #00246e;
  border-radius: 4px;
}

.faqs .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000 !important;
}

.faqs .accordion-button::after {
  filter: invert(1);
}

.faqs .accordion-button:not(.collapsed)::after {
  filter: invert(0) !important;
}

/* FAQS Home Section CSS End */

/* CTA 2 Section CSS Start */
.cta-2 {
  margin-bottom: 100px;
}

.cta-2 .top-headings {
  background: #00246e;
  color: #fff;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  text-align: center;
}

.cta-2 .top-headings h4 {
  color: #fff;
}

.cta-2 .top-headings h4 a {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}

/* CTA 2 Section CSS End */

/* Counter Section CSS Start */
.counter {
  background: #dae3ec;
  padding-bottom: 100px;
}

.counter .container {
  padding: 60px;
  border: 0;
  background: #ebf8ff;
  border-radius: 10px;
}

.counter .container .row .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.counter .container .row .box h4 {
  color: #00246e !important;
  font-size: 72px;
  font-weight: 800;
}

.counter .plus-sign:after {
  content: "+";
}

.counter .k-sign:after {
  content: "k+";
}

/* Counter Section CSS End */

/* Footer CSS Start */
footer {
  background: url(../images/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #00246e;
}

.footer-content {
  padding: 100px 0;
}

.logo-widget p {
  font-size: calc(16px + (13 - 12) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  margin: 25px 0 0 0;
}

.link-widget h5 {
  font-size: calc(16px + (23 - 16) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  padding-top: 0;
}

.link-widget ul li {
  margin-bottom: 30px;
  line-height: 21px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.link-widget ul li a {
  font-size: calc(14px + (13 - 12) * (100vw - 320px) / (1920 - 320));
  color: #fff;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 600;
  line-height: normal;
  position: relative;
  transition: transform 0.3s ease-in-out;
}

.link-widget ul li a:hover {
  transform: translateX(10px);
}

.link-widget ul i {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
}

.sec-copyright {
  background-color: transparent;
}

.sec-copyright .container {
  padding: 14px 0;
  border-top: 1px solid #fff;
}

.sec-copyright .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-copyright .content p {
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
}

.sec-copyright .content ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sec-copyright .content a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* Footer CSS End */

/* About Page CSS Start */
.inner-pages-banner {
  background: #00246e;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-align: center;
}

.inner-pages-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  clip-path: polygon(100% 100%, 0% 100%, 100% 70%);
}

.inner-pages-banner .content {
  position: relative;
  z-index: 2;
}

.inner-pages-banner h2 {
  font-size: 46px;
  font-weight: 800;
}

.inner-left-sec {
  padding: 100px 0;
}

.inner-left-sec img {
  width: 100%;
  border-radius: 50px;
}

.inner-left-sec .about-img-2 img {
  margin-bottom: 17px;
}

.inner-cta-1 {
  padding: 100px 0;
  background: #f2f5f8;
}

.inner-cta-1 .buttons-group {
  margin-top: 30px;
}

.inner-cta-1 .img-box img {
  float: right;
}

.inner-cta-2 {
  padding: 150px 0;
  color: #fff;
  background: url(../images/inner-cta-2.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.inner-cta-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 63%);
  top: 0;
  left: 0;
}

.inner-cta-2 .top-headings {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.inner-cta-2 .top-headings p {
  color: #fff;
}

/* About Page CSS End */

/* TMR Page New CSS Start */
.inner-boxes-sec {
  padding: 100px 0;
  background: #fafcfd;
}

.inner-boxes-sec .img-box {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px #00000021;
  min-height: 100%;
}

.inner-boxes-sec .img-box img {
  width: 100%;
  border-radius: 20px;
}

.inner-boxes-sec .img-box .top-headings-left {
  margin-top: 20px;
}

.inner-boxes-sec .img-box .top-headings-left h4 {
  color: #000;
  font-weight: 600;
}

.inner-boxes-sec .img-box .top-headings-left p {
  font-size: 16px;
}

.inner-boxes-sec .img-box ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 600;
}

.inner-boxes-sec .img-box ul li i {
  margin-right: 10px;
  color: #14a2fd;
}

/* TMR Page New CSS End */

/* CR Page Nes CSS Start */
.about.cr .boxes-container .box {
  height: 100%;
}

.inner-boxes-sec.cr .img-box {
  min-height: 100%;
}

.cr-packages .package-box .pck-topContent ul {
  text-align: center;
}

.cr-packages .package-box .pck-topContent ul strong {
  padding-top: 10px !important;
  display: block;
}

/* CR Page Nes CSS End */

/* CF Page New CSS Start */

/* CF Page New CSS End */

/* ABR Page New CSS Start */
.about.abr .boxes-container .box {
  height: 100%;
}

.inner-boxes-sec.abr .img-box {
  min-height: 100%;
}

.inner-boxes-sec.abr .row-2 .img-box {
  min-height: 100%;
}

/* ABR Page New CSS End */

/* CTS Page New CSS Start */
.inner-boxes-sec.cts .img-box {
  min-height: 900px;
}

.inner-boxes-sec.cts .row-2 .img-box {
  min-height: 700px;
}

/* CTS Page New CSS Start */

/* TWS Page New CSS Start */
.inner-left-sec .top-headings-left ul i,
.inner-right-sec .top-headings-left ul i {
  color: #00246e;
  margin-right: 10px;
}

.inner-right-sec .top-headings-left {
  padding-left: 50px;
}

/* TWS Page New CSS End */

/* ============================================================================================================= */

/* Trademark Registration Page CSS Start */
.tr-about-2 {
  padding: 100px 0;
  background: #f2f5f866;
}

.tr-about-3 {
  padding: 100px 0;
  background: #e1e9f069;
}

.tr-about-3 .top-heading {
  margin-bottom: 50px;
}

.about-3-ul li {
  margin: 10px 0;
}

.about-3-ul li i {
  margin-right: 10px;
  color: #00246e;
}

/* Trademark Registration Page CSS End */

/* Copyright Registration Page CSS Start */
.cr-about .about-3-ul {
  columns: 2;
  margin-top: 20px;
}

.cr-about .about-3-ul li {
  margin: 0;
  margin-bottom: 10px;
}

/* Copyright Registration Page CSS End */

/* Company Formation CSS Start */
/* .cf-packages {
  padding-bottom: 0;
} */

.cf-about .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #00246e;
}

.cf-about .tab-content .top-headings-left {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 40px;
}

.cf-about .nav-link {
  color: #fff;
  background: #e1e9f0;
  color: #000;
  padding: 18px;
}

.cf-about .nav-pills {
  gap: 10px;
}

.cf-about .top-headings h3 {
  font-size: 26px;
}

/* Company Formation CSS End */

/* Trademark Search CSS Start */
.ts-about-1 {
  padding: 100px 0 !important;
}

.ts-about-2 {
  background: #e1e9f069;
}

/* Trademark Search CSS End */

/* Amazon Brand Registry CSS Start */
.amr-about-2 {
  padding: 100px 0;
  background: #f2f5f866;
}

.amazon-benefits {
  padding: 100px 0;
  background: #e1e9f0;
}

.amazon-benefits .service-box2 {
  position: relative;
  margin-bottom: 25px;
  display: flex;
}

.amazon-benefits .service-box2 .icon-box {
  display: flex;
  max-width: 100px;
  flex: 0 0 100px;
}

.amazon-benefits .service-box2 .ser-img1 {
  background-image: url(../images/services-icon1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 .ser-img2 {
  background-image: url(../images/services-icon2.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 .ser-img3 {
  background-image: url(../images/services-icon3.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 .ser-img4 {
  background-image: url(../images/services-icon4.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 .ser-img5 {
  background-image: url(../images/services-icon5.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 .ser-img6 {
  background-image: url(../images/services-icon6.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 75px;
  height: 75px;
}

.amazon-benefits .service-box2 h6 {
  font-weight: 700;
  margin-bottom: 13px;
}

.amazon-benefits .service-box2 p {
  color: #000;
  line-height: 1.8;
  font-size: calc(12px + (15 - 12) * (100vw - 320px) / (1920 - 320));
}

/* .amr-about-4 {
  padding-top: 0;
} */
/* Amazon Brand Registry CSS End */

/* FAQS Page CSS Start */
.banner.quick-pages-banner {
  height: 60vh;
}

.quick-pages-banner h1 {
  text-align: center;
}

.accordion-sec {
  padding: 100px 0;
}

.inner-heading {
  padding-bottom: 30px;
  color: #00246e;
}

.accordion-sec .accordion-button:focus {
  box-shadow: none;
}

.accordion-sec .accordion-item {
  border: 0;
}

.accordion-sec .accordion-button {
  padding: 20px;
}

.accordion-sec .accordion-button {
  border-bottom: 1px solid whitesmoke;
}

/* FAQS Page CSS End */

/* Privacy and Terms CSS Start */
.privacy-terms {
  padding: 100px 0;
}

.privacy-terms .content {
  border-bottom: 2px solid #00246e;
}

.privacy-terms .content .sub-heading {
  font-size: 32px;
}

.privacy-terms .content strong {
  font-weight: 600;
}

.privacy-terms .content .listing ul {
  padding-left: 2rem;
}

.privacy-terms .content .listing li {
  list-style: disc;
}

/* Privacy and Terms CSS End */

/* Contact Us Page CSS Start */

.contact-sec .top-headings-left {
  padding: 20px 7px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-sec .bottom-links a {
  margin-right: 10px;
  color: #00246e;
  font-size: 20px;
}

.contact-sec .bottom-links a i {
  margin-right: 10px;
}

#contactForm .form-control {
  height: 50px;
  font-size: 16px;
}

#contactForm .form-control.textarea {
  height: unset;
  font-size: 16px;
  resize: none;
}

#contactForm .btn.btn-primary {
  background-color: #00246e;
  border-color: #00246e;
  color: #fff;
  padding: 12px 40px;
}

#contactForm .btn.btn-primary:hover {
  background-color: #606c7a;
  border-color: #606c7a;
}

/* Contact Us Page CSS End */

/* About Page CSS Start */
.gallery {
  padding: 100px 0;
  background: #f2f5f8;
}

.aboutpage-1 .top-headings-left {
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* About Page CSS End */

/* Popup Form CSS Start */
@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    --bs-modal-width: 1000px;
  }
}

.popup-left-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.popup-right-col {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

#staticBackdrop {
  z-index: 999999999999;
}

#staticBackdrop .modal-body {
  padding: 40px 30px;
  background: #f2f5f866;
  border-radius: 5px;
}

#staticBackdrop ul {
  margin-bottom: 25px;
}

#staticBackdrop .submit-ul {
  margin-bottom: 0;
}

#staticBackdrop .modal-content {
  position: relative;
  border-radius: 5px;
  border: 0;
}

#staticBackdrop .modal-content p {
  font-size: 14px;
}

#staticBackdrop h2,
#staticBackdrop h2 {
  font-size: 26px;
  color: #000;
  font-weight: 600;
  padding-left: 0;
  margin-bottom: 12px;
  line-height: 27px;
  margin-top: 12px;
}

#staticBackdrop h2 span,
#staticBackdrop h2 span {
  color: red;
  display: block;
}

#staticBackdrop b.pp_pr {
  font-size: 40px;
  font-weight: 600;
}

#staticBackdrop h2+p,
.popup-content h2+p {
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 12px;
}

#staticBackdrop ul li input[type="text"],
#staticBackdrop ul li input[type="email"],
#staticBackdrop ul li input[type="tel"],
#staticBackdrop ul li textarea {
  background: #fff;
  background: #ededed;
  border: #d7d7d7 1px solid;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
}

#staticBackdrop ul li textarea {
  height: 155px;
  resize: none;
}

#staticBackdrop input[type="submit"] {
  border: none;
  box-shadow: none;
  padding: 13px 28px;
  margin-top: 0;
  border-radius: 5px;
  margin-bottom: 0;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  margin: 0 auto !important;
  height: auto;
  color: #fff;
  font-weight: 500;
  background: #00246e;
}

#staticBackdrop input[type="submit"]:hover {
  background: #606c7a;
}

#staticBackdrop .btn-close {
  border-radius: 0;
  border-radius: 50px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  position: absolute;
  right: -14px;
  top: -13px;
  overflow: visible;
  width: 35px;
  height: 35px;
  background: #00246e;
  z-index: 200;
  color: white;
  opacity: 1;
}

/* Popup Form CSS End */

/* Owl Carousel CSS */
.owl-carousel {
  display: block !important;
}

/* Intl CSS */
.hide {
  display: none !important;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
  font-size: 12px;
}

.iti__country {
  font-size: 12px;
}

/* Form Error CSS */
#bannerForm label.error {
  color: #d6333a;
  font-weight: 500 !important;
  text-align: left;
  width: 100%;
  font-size: 14px !important;
}

#bannerForm #error-msg {
  text-align: left;
  font-size: 14px !important;
  display: block;
  font-weight: 500;
  color: #d6333a;
  font-weight: 500 !important;
}

#popupForm label.error {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  color: #d6333a;
  font-weight: 500 !important;
}

#popupForm #error-msg-popup {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
  color: #d6333a;
  font-weight: 500 !important;
}

#contactForm label.error {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  color: #d6333a;
  font-weight: 500 !important;
}

#contactForm #error-msg-contact {
  font-size: 14px !important;
  text-align: left;
  width: 100%;
  display: block;
  margin-top: 5px;
  color: #d6333a;
  font-weight: 500 !important;
}

#contactForm .iti__search-input {
  font-size: 14px;
}

#contactForm .iti .iti__selected-dial-code {
  font-size: 13px;
}

/* Checkout Page CSS */
section.checkout {
  padding: 100px 0;
  text-align: center;
}

.checkout .content {
  padding-bottom: 30px;
}

section.checkout .theme-btn {
  padding: 20px 50px;
  border: 0;
  background: #00246e;
  color: #fff;
  border-radius: 5px;
}

section.checkout .theme-btn:hover {
  background: #606c7a;
}

section.checkout p {
  width: 50%;
  margin: 20px auto;
  font-size: 14px;
}

section.checkout img {
  width: 400px;
  padding: 20px 0;
}

section.checkout .content {
  padding-bottom: 20px;
}

section.checkout .theme-btn {
  padding: 12px 30px;
  border: 0;
  background: #00246e;
  color: #fff;
  border-radius: 5px;
}

/* Contact Main */
.contact-main {
  background: #fff;
}

/* Desktop Responsive CSS  */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1320px;
  }
}

/* Scroll To Top Button CSS */
#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #14a2fd;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  display: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}

#scrollToTopBtn:hover {
  background-color: #0e82cb;
}

#scrollToTopBtn.show {
  display: block;
  opacity: 1;
}

#scrollToTopBtn.hide {
  opacity: 0;
  transform: translateY(20px);
}

/* =============================================== */

/* Registration Form Website CSS */
.registration-form-sec {
  padding: 100px 0;
}

.registration-form {
  margin: 0 auto;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.registration-form label {
  font-weight: bold;
  margin: 15px 0;
}

.registration-form label span {
  color: red;
}

.registration-form input,
.registration-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.registration-form .btn-primary {
  background-color: #00246e;
  border: none;
  padding: 15px 60px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}

.registration-form .btn-primary:hover {
  background-color: #0056b3;
}

.registration-form .form-group {
  text-align: center;
  margin-top: 20px;
}

.custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  /* Neutral dark color for label */
  cursor: pointer;
  position: relative;
}

.custom-checkbox {
  display: none;
}

.checkmark {
  width: 30px;
  height: 30px;
  border: 2px solid #00246e;
  border-radius: 6px;
  /* Slightly rounded corners */
  position: relative;
  transition: all 0.3s ease;
}

.custom-checkbox:checked+.checkmark {
  background-color: #00246e;
  border-color: #00246e;
}

.custom-checkbox:checked+.checkmark::after {
  content: "✔";
  color: white;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-checkbox-wrapper:hover .checkmark {
  border-color: #001a4d;
}

.checkbox-label {
  color: #333 !important;
  font-weight: normal;
}

.hidden-field {
  display: none;
}

.custom-radio-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  position: relative;
}

.custom-radio {
  display: none;
}

.radiomark {
  width: 26px;
  height: 26px;
  border: 2px solid #00246e;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease;
}

.custom-radio:checked+.radiomark {
  background-color: #00246e;
  border-color: #00246e;
}

.custom-radio:checked+.radiomark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-radio-wrapper:hover .radiomark {
  border-color: #001a4d;
}

.radio-label {
  color: #333 !important;
  font-weight: normal;
}

/* Custom Animations */
h2,
h4 {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* h2 fades up */
h2 {
  transform: translateY(20px);
}

/* h4 fades down */
h4 {
  transform: translateY(-20px);
}

/* Visible class for triggering animation */
.visible {
  opacity: 1;
  transform: translateY(0);
}

.review-box .info h4 {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

#home-packages-carousel h2,
#home-packages-carousel h4 {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Form Submission Alert CSS */
p.th-alert {
  margin-top: 1rem;
  font-weight: 500;
  border-radius: 5px;
  font-size: 20px;
}

/* Office Action Responses Page New CSS */

.about.oar {
  background: transparent;
}

.about.oar i {
  font-size: 50px;
  color: #00246e;
}

.about.oar .boxes-container .box {
  height: 100%;
}

.pro-section.oar {
  padding-top: 0;
}

.pro-section.oar li {
  list-style: unset;
}

.pro-section.oar .accordion-row {
  margin-top: 50px;
}

.pro-section.oar .accordion-flush .accordion-item .accordion-button {
  padding: 40px 30px;
  background: rgb(247, 249, 255);
  color: #00246e !important;
  font-size: 20px;
}

.pro-section.oar .accordion-button::after {
  filter: unset;
}

.oar-packages .package-box .pck-head h4 {
  font-weight: 600;
  font-size: 22px;
}

.oar-packages .package-box .pck-topContent ul {
  text-align: left;
}

/* Messenger Float Icon */
.messenger-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.messenger-float:hover {
  transform: scale(1.1);
}

.messenger-float img {
  width: 70px;
  height: 70px;
  display: block;
}

.privacy-terms .content a {
  font-size: 16px;
  font-weight: 600;
}

span.free-text {
  display: block;
  width: 100%;
  color: #ba0a2f;
  font-weight: 700;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.messenger-float {
  display: none;
}