* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  color: #2c2d30;
  overflow-x: hidden;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding: 0 10px;
}

.row {
  margin: 0 -10px;
}

a:hover,
a:focus,
button:hover,
button:focus {
  outline: none;
  color: #fff;
}

.btn:hover:before {
  background: #fff;
  /* transform: scale(01); */
  /* z-index: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* border-radius: 0; */
  /* top: 0; */
}

section {
  padding: 70px 0;
  clear: both;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
}

p {
  color: #343434;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
}

img {
  max-width: 100%;
}

label.error {
  display: none !important;
}

input.error {
  border: red 1px solid !important;
}

header ul li {
  display: ruby;
  /* margin-left: 20px; */
}

header ul li a {
  color: #000000;
  font-weight: 600;
  padding: 0 5px;
  font-size: 20px;
}

.menu-bar {
  background: #0c1f5d;
  padding: 10px 0;
}

header ul {
  width: 100%;
  display: flex;
  justify-content: end;
}

/* General Navbar Styles */
.nav-bar-custom {
  background-color: #1a1a1a;
  /* Dark professional theme */
  padding: 10px 0;
  border-bottom: 3px solid #000000;
  /* Aapke brand color ke mutabiq change kar sakte hain */
}

.main-nav .nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.main-nav .nav-links>li {
  position: relative;
  padding: 0 20px;
}

.main-nav .nav-links>li>a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s;
}

.main-nav .nav-links>li>a:hover {
  color: #dc3545;
}

/* Dropdown Logic */
.dropdown-custom {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  border-top: 2px solid #dc3545;
}

.dropdown-content li a {
  color: #ffffff;
  padding: 10px 60px;
  text-decoration: none;
  display: flex;
  font-size: 15px;
  transition: 0.3s;
}

.dropdown-content li a:hover {
  background-color: #dc3545;
  color: #ffffff;
  /* padding-left: 25px; */
}

/* Show Dropdown on Hover */
.dropdown-custom:hover .dropdown-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

/* Mobile Responsive basic touch */
@media (max-width: 768px) {
  .main-nav .nav-links {
    flex-direction: column;
    align-items: center;
  }

  .dropdown-content {
    position: static;
    box-shadow: none;
    width: 100%;
    text-align: center;
  }
}

/* --- Header/Navbar Updates --- */
.nav-bar-custom {
  background-color: #1a1a1a;
  padding: 10px 0;
  border-bottom: 3px solid #dc3545;
  /* Red accent */
}

.main-nav .nav-links>li>a:hover {
  color: #dc3545;
  /* Red hover */
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #000000;
  min-width: 220px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 999;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 10px 0;
  border-top: 2px solid #dc3545;
  /* Red border on dropdown */
}

.dropdown-content li a:hover {
  background-color: #dc3545;
  color: #ffffff;
  /* Red text on hover */
  padding-left: 25px;
  border-radius: 5px;
}

/* --- Footer Updates --- */
.main-footer-custom {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 60px 0 20px 0;
  border-top: 4px solid #dc3545;
  /* Top Red line */
}

.footer-col h4 {
  color: #dc3545;
  /* Red headings */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.footer-col ul li a:hover {
  color: #dc3545;
  /* Red link hover */
  padding-left: 5px;
}

.copyright-bar strong {
  color: #dc3545;
  /* Brand name in red */
}

/* Logo image adjustment (optional) */
/* Agar logo ka color matches nahi kar raha to aap filter use kar sakte hain */
.footer-logo img {
  max-width: 180px;
}

/* Footer Contact Styles */
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  color: #cccccc;
  font-size: 14px;
}

.footer-contact li i {
  color: #dc3545;
  /* Aapka bataya hua Red color */
  margin-right: 12px;
  font-size: 18px;
  margin-top: 3px;
}

.footer-contact li a {
  color: #cccccc;
  text-decoration: none;
  transition: 0.3s;
}

.footer-contact li a:hover {
  color: #dc3545;
}

.footer-contact li span {
  line-height: 1.5;
}

/* --- Footer Links Color Fix --- */
.footer-col ul li a,
.footer-contact li a,
.footer-contact li span {
  color: #ffffff !important;
  /* Blue color khatam karne ke liye white */
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

/* Hover effect: Redish Theme Color */
.footer-col ul li a:hover,
.footer-contact li a:hover {
  color: #dc3545 !important;
  padding-left: 5px;
  /* Chota sa animation */
}

/* --- Slate Black Copyright Bar --- */
.copyright-bar {
  background-color: #1a1a1a;
  /* Slate Black shade */
  padding: 20px 0;
  margin-top: 30px;
  border-top: 1px solid #222;
  /* Halka sa border contrast ke liye */
}

.copyright-bar p {
  color: #ffffff;
  /* Text white */
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.copyright-bar strong {
  color: #dc3545;
  /* Brand name red hi rahega */
}

/* Footer icons ka color bhi fix kar dete hain */
.footer-contact li i {
  color: #dc3545;
  margin-right: 12px;
}

.our-banner {
  background: linear-gradient(#c7903bab, rgb(255 255 255 / 12%)), url(../images/banner-img.jpg) no-repeat center top #d6f1f5;
  background-size: cover;
  position: relative;
  /* border-bottom: 7px solid #000000; */
  /* border-top: 4px solid #071231; */
  min-height: 900px;
}

.our-banner h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 12px;
}

.our-banner li span {
  color: #ff3030;
}

.our-banner h2 {
  /* font-style: italic; */
  color: #fff;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 22px;
}

.our-banner p {
  color: white;
  font-weight: 500;
  line-height: 40px;
  padding: 10px 0;
}

.btn-block {
  margin-top: 30px;
}

.btn-block .btn {
  margin-right: 7px !important;
}

.btn {
  border: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  padding: 13px 31px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn-orange {
  background: #c6913d;
  color: white;
}

.icon-button {
  /* padding-left: 70px; */
  background: #000;
}

.our-banner .btn {
  margin: 0 0 20px;
}

.our-banner .form-wraper {
  border: 0;
  /* padding: 6px; */
  background: url(../images/form-shd-blue.png) no-repeat scroll left 50px #eb0118;
  border-radius: 40px 60px 60px 60px;
  position: relative;
  z-index: 1;
  width: 100%;
  float: right;
  min-width: 435px;
  box-shadow: 0px 20px 40px #000000cc;
  padding: 12px;
  overflow: hidden;
}

.our-banner .form-wraper h4 {
  text-align: center;
  background: #fff9c2;
  color: #222222;
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  padding: 6px 0;
  font-size: 16px;
  margin: 0px -30px 10px -30px;
  text-transform: uppercase;
}

.our-banner .form-wraper h5 {
  color: #222222;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}

.our-banner .form-wraper h5 span {
  color: #e40117;
  vertical-align: baseline;
}

.our-banner .form-wraper form {
  padding: 10px 0;
  margin-top: 10px;
}

.our-banner .form-wraper .form-control {
  font-size: 14px;
  margin: 0 0 10px;
  height: 47px;
  background: #f4f3f2;
}

.our-banner .form-wraper textarea.form-control {
  height: 100px;
}

textarea {
  resize: none;
}

.our-banner .form-wraper .btn {
  width: 100%;
  margin-bottom: 0;
  background: #000;
  text-transform: uppercase;
  font-size: 17px;
}

.our-banner .form-wraper .text {
  background: #fff;
  border-radius: inherit;
  padding: 22px 25px;
  width: 100%;
  overflow: hidden;
}

.our-banner .form-wraper .text:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 38px;
  height: 93px;
  background: url(../images/form-shad-bl.png) no-repeat scroll left top;
  top: 75px;
}

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

.topbar {
  background: #284dc7;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  position: relative;
}

.topbar p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

.topbar p strong {
  vertical-align: baseline;
  font-weight: bold;
  color: #fec837;
}

.header-top {
  background: url("../images/header-bg.jpg") no-repeat scroll center top #f8f9fa;
  /* padding: 10px 0; */
  width: 100%;
  position: relative;
}

img.banner-left-book {
  bottom: -6px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0px;
  max-width: 410px;
}

img.banner-right-book {
  position: absolute;
  right: 60px;
  bottom: 20px;
}

.header-top .row {
  align-items: center;
}

.our-banner li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  background: url("../images/check-ico-1.png") no-repeat scroll left center;
  padding-left: 30px;
  position: relative;
}

section.book-inside {
  padding: 10px 0 10px 10rem;
  border-bottom: 1px solid #d4d5d8;
}

section.our-leading {
  background: url("../images/sec-shd.png") no-repeat scroll right center #f2f3f6;
  border-bottom: 1px solid #d4d5d8;
  background-size: cover;
}

section.our-book {
  background: url("../images/port-bg.jpg") no-repeat scroll center top #fbfbfb;
  border-top: 1px solid #d4d5d8;
}

section.our-agency {
  background: url("../images/blue-dark.jpg") no-repeat scroll center top #070026;
  background-size: cover;
  padding-bottom: 0;
}

section.our-centric {
  border-bottom: 1px solid #d4d5d8;
  background: url("../images/grey-bg.jpg") no-repeat scroll right top #f2f3f6;
  z-index: 0;
  padding: 40px 40px;
}

section.our-testimonial {
  background: -moz-linear-gradient(top,
      rgba(250, 252, 240, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(250, 252, 240, 1) 0%,
      rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(231 2 24) 0%, rgb(231 2 24) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafcf0', endColorstr='#00ffffff', GradientType=0);
}

footer.copyright {
  background: #000;
  padding: 10px 0;
}

footer.copyright * {
  color: #fff;
  font-size: 16px;
}

footer.copyright ul {
  display: flex;
  justify-content: end;
}

footer.copyright p {
  margin: 0;
}

footer.copyright .sep {
  margin: 0 10px;
}

.heading h2 {
  font-size: 36px;
  color: #000;
  padding-top: 10px;
  position: relative;
  margin-bottom: 20px;
}

.heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 90px;
  height: 5px;
  background: #dc3545;
  border: 1px solid #fff;
  top: 0;
}

.book-inside .heading h2 {
  font-size: 25px;
  margin-bottom: 0;
}

section.our-agency * {
  color: #fff;
}

.heading h2 span {
  color: #c6913d;
  display: block;
  font-size: 27px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.our-leading p {
  color: #000;
  font-size: 18px;
}

.our-leading ul {
  display: flex;
  flex-flow: wrap;
}

.our-leading ul li {
  width: 20%;
  /* font-family: "Cabin", sans-serif */
  color: #000;
  font-size: 18px;
  margin-bottom: 0px;
  padding-left: 24px;
  font-weight: 500;
  background: url("../images/check-ico.png") no-repeat scroll left center;
}

.our-leading ul {
  margin-top: 40px;
}

.tab-content img {
  box-shadow: 3px 3px 0 #182176;
}

.nav-tabs {
  border: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  color: #000;
  font-family: "Cabin", sans-serif;
  font-size: 20px;
  border-radius: 30px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background: #eb0117;
  color: #fff;
}

.tab-content a {
  max-width: 15.33%;
  /* padding: 10px; */
}

.oag_item p {
  font-size: 14px;
}

.oag_item img {
  height: 55px;
  margin-bottom: 10px;
}

.oag_item h4 {
  margin: 15px 0;
  font-size: 20px;
}

.oag_item {
  border-bottom: 1px dashed #192567;
  padding-bottom: 10px;
  margin-bottom: 60px;
}

img.laptop-screen {
  margin-bottom: -10px;
}

.heading p {
  color: #000;
  font-size: 18px;
  /* letter-spacing: 2.6px; */
  line-height: 25px;
}

.tab_inn {
  display: flex;
  justify-content: space-between;
}

section.our-agency .heading p {
  color: #fff;
}

section.our-agency .heading p {
  color: #fff;
}

.oy_box {
  /* float: right; */
  /* right: 0; */
  text-align: right;
  min-height: 140px;
  margin-bottom: -50px;
}

.oy_item h4 {
  color: #000;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  margin-top: -20px;
  position: relative;
}

.oy_item h4:before {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background: #e20318;
  bottom: 0;
}

.oy_item p {
  color: #000;
  font-size: 14px;
  /* letter-spacing: -0.4px; */
}

.logo-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.comp-logos {
  padding: 40px 0;
  border-bottom: 1px solid #d4d5d8;
}

.owl-testimonial p {
  font-family: "Cabin", sans-serif;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
}

.our-cta {
  background: url("../images/cta-bg.jpg") no-repeat scroll center top #14308b;
  background-size: cover;
  border-radius: 70px;
  padding: 80px 70px 80px 90px;
  position: relative;
  margin-top: 50px;
}

.our-cta:before {
  content: "";
  position: absolute;
  background: url("../images/cta-shape.png") no-repeat scroll center top;
  left: -20px;
  width: 110px;
  height: 106px;
  bottom: 10px;
}

.our-cta h3 {
  color: #fec837;
  font-size: 26px;
}

.our-cta h2 {
  font-size: 40px;
  color: #fff;
  padding-right: 100px;
}

.our-cta h2 span {
  vertical-align: baseline;
  /* color: #ffc808; */
}

.our-cta:after {
  content: "";
  position: absolute;
  right: -20px;
  width: 100%;
  height: 100%;
  top: 20px;
  border: 2px solid #8389c3;
  border-radius: inherit;
  z-index: -1;
}

.owl-testimonial h5 {
  color: #112b7f;
  font-size: 20px;
  font-weight: 400;
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
}

.owl-testimonial h5 span {
  display: inline;
  vertical-align: baseline;
}

.owl-testimonial h5:before {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: #e30218;
  top: 0;
}

.our-testimonial .row {
  align-items: center;
}

.owl-testimonial .owl-nav {
  text-align: left !important;
}

.owl-testimonial .owl-dots {
  text-align: inherit;
  margin-top: 0;
}

.btn img {
  margin-right: 7px;
  margin-top: -5px;
}

.owl-theme .owl-dots .owl-dot span {
  background: #8895be;
  width: 48px;
  height: 48px;
  position: relative;
  font-family: "Cabin", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffc808;
  font-size: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #112b7f;
}

.btn span.chat_icon {
  background: url("../images/ico-chat.png") no-repeat scroll left top;
  padding-left: 28px;
}

.our-banner .form-wraper h6 {
  color: #222222;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
  font-family: "Cabin", sans-serif;
  position: relative;
  width: 100%;
  text-align: center;
}

.our-banner .form-wraper h6:before,
.our-banner .form-wraper h6:after {
  content: "";
  position: absolute;
  width: 51px;
  height: 2px;
  background: #c6913d;
  left: 0;
  top: 9px;
}

.our-banner .form-wraper h6:after {
  right: 0;
  left: auto;
}


.owl-theme .owl-dots .owl-dot:nth-of-type(1) span:before {
  content: "L";
}

.owl-theme .owl-dots .owl-dot:nth-of-type(2) span:before {
  content: "T";
}

.owl-theme .owl-dots .owl-dot:nth-of-type(3) span:before {
  content: "H";
}

.btn:hover:before {
  background: #fff;
}

/* Popup Form */

.popupform ul li {
  text-align: left;
  position: relative;
  width: 48%;
  margin: 8px 3px;
  display: inline-block;
}

.popupform ul li:last-child {
  width: 100%;
}

.popupform ul li input[type="text"],
.popupform ul li input[type="email"],
input[type="tel"],
.popupform ul li textarea {
  background: #fafafa;
  border: #dcdcdc 1px solid;
  padding: 10px;
  width: 100%;
  border-radius: 7px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: none 0px !important;
}

.popupform ul li i {
  position: absolute;
  top: 12px;
  left: 10px;
}

.popupform ul li.first,
.popupform ul li:nth-child(4) {
  width: 98%;
}

.popupform ul li textarea {
  height: 110px;
  padding-left: 10px;
}

.popupform ul li.last {
  text-align: center;
  width: 100%;
}

.popupform ul li input[type="submit"] {
  background: #000;
  color: #fff;
  font-size: 18px;
  border: #000 1px solid;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 50px;
  letter-spacing: 1px;
  border-radius: 3px;
  outline: 0px none;
  width: 100%;
  display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
  background: #212529;
  border: #dc3545 1px solid;
  cursor: pointer;
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
  border: #04b392 1px solid !important;
}

.popup-content input.btn.btn-orange {
  width: 100%;
}

.popupform {
  width: 500px;
  border-radius: 23px;
  padding: 31px;
  overflow: visible;
  border-bottom: #000 5px solid;
}

.popupform h2 {
  font-size: 28px;
  color: #000000;
  font-weight: 900;
  padding-left: 15px;
  border-left: #000 6px solid;
  margin-bottom: 12px;
  line-height: 35px;
  margin-top: 0;
  text-transform: uppercase;
}

.popupform h2+p {
  line-height: 19px;
  font-size: 14px;
  margin-bottom: 12px;
}

.popupform .fancybox-close-small {
  border: #000 3px solid;
  background: #ffffff;
  border-radius: 72px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -18px;
  top: -11px;
}

.popupform .fancybox-close-small:after {
  color: #04b392;
  font-size: 25px;
  right: 4px;
  background: transparent;
  padding-top: 0;
  font-size: 20px;
}

.popupform.halweenform .fancybox-close-small {
  border: #ffae00 3px solid;
  background: #ffae00;
  border-radius: 72px;
  text-align: center;
  box-shadow: #000 0 0 10px;
  right: -18px;
  top: -11px;
}

.popupform.halweenform .fancybox-close-small:after {
  color: #fafafa;
  font-size: 25px;
  right: 4px;
  background: transparent;
  padding-top: 0;
  font-size: 26px;
  font-weight: 600;
}

.our-banner .form-wraper:after,
.our-banner .form-wraper:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: #000000;
  border-radius: 50%;
  z-index: -1;
  right: -40px;
  top: -40px;
}

img.banner-badge {
  position: absolute;
  top: -52px;
  left: 70px;
  z-index: 2;
}

.our-banner .form-wraper:after {
  background: #000000;
  bottom: -40px;
  top: auto;
}

.form-layer {
  float: right;
  width: 100%;
  position: relative;
}

.our-banner li:before {
  content: "";
  background: url(../images/check-ico-1.png) no-repeat scroll left center;
  position: absolute;
  left: 0;
  width: 23px;
  height: 23px;
  top: 0;
}

.our-cta h3 b {
  vertical-align: baseline;
  color: #fff;
}

header ul li a:hover,
header ul li a:active,
header ul li a:focus {
  color: #dc3545;
}

.indent_inn h2 b {
  vertical-align: baseline;
  color: #f44336;
}

.indent_inn {
  width: 100%;
  max-width: 1170px;
}

.indent_inn h2 {
  font-weight: 700;
  font-size: 44px;
  text-align: center;
}

.ddexitForm {
  margin-top: 30px;
}

.indent-pop ul {
  margin: 0;
  width: 100%;
  float: left;
}

.indent-pop ul li.ind-line {
  width: 26.2%;
  float: left;
  padding: 0 5px;
}

.indent-pop ul li.ind-line input {
  height: 60px;
  display: block;
  margin: 0 auto;
  background: #fbfcfd;
  border: 1px solid #e5e5e5;
  padding: 17px 10px 16px 20px;
  width: 100%;
}

.indent-pop ul li.ind-line i.fa {
  display: none;
}

.indent-pop ul li.ind-line input[type="submit"] {
  font-size: 17px;
  background-color: #000;
  border-color: #000;
  color: #fff;
  padding: 15px 25px;
  cursor: pointer;
}

.indent-pop ul li.ind-line.last {
  width: 20%;
}

#ddexitpopwrapper {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

#ddexitpopwrapper .veil {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: 1;
  display: none;
  cursor: default;
}

.ddexitpop {
  width: 100%;
  padding: 0;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: white;
  left: 0;
  top: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  visibility: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ddexitpop .calltoaction {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  padding: 15px;
  background: #15c5ff;
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  color: white !important;
}

div.closeexitpop {
  background: url("../images/xclose.png") no-repeat scroll center center;
  width: 70px;
  height: 70px;
  overflow: hidden;
  display: none;
  position: fixed;
  cursor: pointer;
  text-indent: -1000px;
  z-index: 3;
  top: 10px;
  right: 10px;
  background-size: 20px;
  opacity: 0.7;
}

#ddexitpopwrapper.open {
  pointer-events: auto;
}

#ddexitpopwrapper.open .veil {
  display: block;
}

#ddexitpopwrapper.open div.closeexitpop {
  display: block;
}

#ddexitpopwrapper.open .ddexitpop {
  visibility: visible;
}

@media screen and (max-height: 765px) {


  .indent-pop ul li.ind-line {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .indent-pop ul li.ind-line input[type="submit"] {
    width: auto;
  }

  .indent_inn h2 {
    font-size: 30px;
  }

  .indent_inn h2 br {
    display: none;
  }
}

.popupform .modal-body {
  padding: 0;
}

.popupform .modal-body .form-control {
  margin-bottom: 10px;
  font-size: 14px;
  height: 45px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.popupform .modal-body textarea.form-control {
  height: 90px;
}

section.article-serving-offer {
  background: rgba(225, 223, 230, 0);
  padding: 70px 0px 0px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:selection {
  color: #fff;
  background: #212f64;
}

:-webkit-scrollbar {
  width: 5px;
}

:-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #be2033;
}

:-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1275px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h3 {
  font-size: 1.75rem;
}

*,
h3 {
  margin: 0;
  padding: 0;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

section.article-serving-offer.new h3 {
  color: rgb(214 157 64);
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.justify-content-center {
  justify-content: center !important;
}

.row {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px; */
  /* margin-left: -15px; */
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.col-12,
.col-md-6,
.col-xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.article-ser-box.new.lp-publishing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.5s ease 0s;
  height: 300px;
  text-align: center;
  background: rgb(238, 238, 238);
  border-radius: 13px;
  min-height: initial;
  gap: 0px 10px;
  padding: 0px 10px 15px !important;
  margin: 0 0 50px;
}

img {
  vertical-align: middle;
}

img {
  vertical-align: middle;
  border-style: none;
}

.article-ser-box.new img {
  width: 90px;
  top: -28px;
  position: relative;
  background: rgb(211 154 63);
  border-radius: 50%;
  padding: 9px;
  height: 90px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  font-size: 1rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

*,
h6 {
  margin: 0;
  padding: 0;
}

.article-ser-box.new.lp-publishing h6 {
  padding-top: 0px;
  font-size: 18px;
  color: rgb(33, 47, 100);
  font-weight: bold;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

*,
p {
  margin: 0;
  padding: 0;
}

p {
  color: #595959;
}

.article-ser-box.new.lp-publishing p {
  padding: 0px 10px 10px;
  font-size: 16px;
  font-weight: 400 !important;
  color: rgb(30, 29, 29);
  line-height: 22px;
}

*,
span {
  margin: 0;
  padding: 0;
}

.article-ser-box.new.lp-publishing span {
  color: rgb(190, 32, 51);
}

.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.compr-serv-box {
  text-align: center;
  padding: 30px 0;
  height: 100%;
}

.compr-serv-boxes .row .col-lg-3:first-child .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(3) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(6) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(8) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(9) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(11) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(14) .compr-serv-box {
  background: #f4f3ec;
}

.compr-serv-boxes .row .col-lg-3:nth-child(16) .compr-serv-box {
  background: #f4f3ec;
}

.sprite-compr {
  background-image: url("../images/compr-reasons.webp");
  background-repeat: no-repeat;
  display: block;
  filter: hue-rotate(357deg);
}

.sprite-compr-icon-1 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-1 {
  background-position: -10px -10px;
}

.compr-serv-box>i {
  margin: 0 auto 11px;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.compr-serv-box>a {
  color: #333;
  font-size: 18px;
  display: block;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.sprite-compr-icon-2 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-2 {
  background-position: -514px -10px;
}

.sprite-compr-icon-3 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-3 {
  background-position: -577px -10px;
}

.sprite-compr-icon-4 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-4 {
  background-position: -640px -10px;
}

.sprite-compr-icon-5 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-5 {
  background-position: -703px -10px;
}

.sprite-compr-icon-6 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-6 {
  background-position: -766px -10px;
}

.sprite-compr-icon-7 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-7 {
  background-position: -829px -10px;
}

.sprite-compr-icon-8 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-8 {
  background-position: -892px -10px;
}

.sprite-compr-icon-9 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-9 {
  background-position: -955px -10px;
}

.sprite-compr-icon-10 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-10 {
  background-position: -73px -10px;
}

.sprite-compr-icon-11 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-11 {
  background-position: -136px -10px;
}

.sprite-compr-icon-12 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-12 {
  background-position: -199px -10px;
}

.sprite-compr-icon-13 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-13 {
  background-position: -262px -10px;
}

.sprite-compr-icon-14 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-14 {
  background-position: -325px -10px;
}

.sprite-compr-icon-15 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-15 {
  background-position: -388px -10px;
}

.sprite-compr-icon-16 {
  width: 43px;
  height: 48px;
}

.sprite-compr-icon-16 {
  background-position: -451px -10px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-size: 1.75rem;
}

h3 {
  text-transform: capitalize;
}

.compr-serv-box>a h3 {
  color: inherit;
  font-size: inherit;
}

.why_choose:before {
  content: "";
  background: url(../images/types-of-videos-bg.webp) no-repeat #f8f7fd;
  background-size: cover;
  background-position: 20% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1s;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.core-main {
  width: 100%;
  margin-top: 30px;
  display: flex;
}

h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h3 {
  font-size: 1.75rem;
}

h3 {
  margin-bottom: 0;
  padding: 0;
}

.heading {
  font-size: 40px;
  color: #000;
  line-height: 50px;
  margin-bottom: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 0;
  padding: 0;
}

.para {
  color: #353940;
  line-height: 30px;
  font-size: 16px;
}

.para {
  margin-bottom: 20px;
}

.col-md-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col-md-4.core-left {
  padding-right: 0;
}

.col-md-4.core-left.right {
  padding-left: 0;
}

strong {
  font-weight: bolder;
}

.heading strong {
  font-size: 58px;
  display: block;
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

.core-details {
  float: left;
  width: 100%;
  margin-bottom: 0;
  background: #ffffff;
}

.col-md-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.core-num-1 {
  background: #fff;
  border: 1px solid transparent;
}

.core-num-1 {
  position: relative;
}

.types-of-videos .col-md-4 .col-md-12 {
  padding: 33px 15px;
  text-align: left;
  min-height: 230px;
}

.core-num-1:after {
  content: "01";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-details .core-disc::after {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ffc32d;
  font-size: 120px;
  font-weight: 900;
  z-index: 1;
  opacity: 0.1;
  bottom: 0;
  left: inherit !important;
}

.core-num-3 {
  background: #ffc32d38;
  border: 1px solid #f5f5f5 !important;
}

.core-num-3 {
  position: relative;
}

.core-num-3:after {
  content: "02";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-num-5 {
  background: #fff;
  border: 1px solid transparent;
}

.core-num-5 {
  position: relative;
}

.core-num-5:after {
  content: "03";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-num-2 {
  background: #ffc32d38;
  border: 1px solid #f5f5f5 !important;
}

.core-num-2 {
  position: relative;
}

.core-num-2:after {
  content: "04";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-num-4 {
  background: #fff;
  border: 1px solid transparent;
}

.core-num-4 {
  position: relative;
}

.core-num-4:after {
  content: "05";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-num-6 {
  background: #ffc32d38;
  border: 1px solid #f5f5f5 !important;
}

.core-num-6 {
  position: relative;
}

.core-num-6:after {
  content: "06";
  position: absolute;
  left: 10px;
  top: 7px;
  color: #ffc32d;
  font-size: 15px;
}

.core-num-7:after {
  content: "07";
}

.core-num-8 {
  background: #ffc32d38;
  border: 1px solid #f5f5f5 !important;
}

.core-num-8:after {
  content: "08";
}

.core-num-9:after {
  content: "09";
}

h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h2 {
  font-size: 2rem;
}

h2 {
  margin-bottom: 0;
  padding: 0;
}

.core-left.right .core-disc h2 {
  text-align: left;
  background: url(./images/yk9) bottom left no-repeat;
  line-height: 30px;
}

.core-disc p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.core-left.right .core-disc p {
  text-align: left;
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}

section#comprehensive-sec {
  padding-bottom: 0;
}

.comp-serv h2 {
  padding: 40px 0;
}

/* Section */

:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-family: "Cabin", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

section {
  padding: 60px 0;
  position: relative;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:selection {
  background-color: #000;
  color: #fff;
}

.container {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}



.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.m-t-20 {
  margin-top: 20px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.text-center {
  text-align: center !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.row>* {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}

a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

a {
  box-shadow: none;
  outline: none !important;
  text-decoration: none !important;
}

.btn-order-transparent {
  background: transparent;
  border: 1px solid;
  border-radius: 30px;
  color: #1e4454;
  font-family: "Cabin", sans-serif;
  padding: 6px 30px !important;
  text-align: center;
}

.samples .btn-order-transparent {
  padding: 10px 70px !important;
}

a:hover {
  color: #ffffff;
}

.btn-order-transparent:active,
.btn-order-transparent:hover {
  background: #333;
  box-shadow: none;
  color: #fff !important;
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h2 {
  color: #333;
  display: block;
  font-family: "Cabin", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 10px !important;
}

h2 {
  font-size: 35px !important;
  font-weight: 600 !important;
  position: relative;
  z-index: 2;
}

.h3,
h2 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3 {
    font-size: 1.75rem;
  }
}

.h3 {
  font-size: 30px !important;
  margin-bottom: 10px;
}

.h3 {
  color: #333;
  display: block;
  font-family: "Cabin", sans-serif;
}

p {
  margin-top: 0;
}

p {
  margin-bottom: 1rem;
}

p {
  color: #333;
  font-family: "Cabin", sans-serif;
  font-size: 16px;
}

.samples .book-frame {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: auto;
}

.grey {
  color: #2d4ffe;
  /* font-family: Lobster,serif; */
  /* font-style: italic; */
}

.red {
  color: #2d4ffe;
}

ul {
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 2rem;
}

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

.samples .book ul {
  display: block;
  height: 380px;
  list-style: none;
  margin: 50px 50px;
  padding: 0px;
  perspective: 800px;
  perspective-origin: 0 50% 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: auto;
}

ul li {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

ul li {
  font-family: "Cabin", sans-serif;
}

.samples .page3 {
  background: #000 !important;
  display: none;
  left: 3px !important;
  transform: rotateY(-6deg) translateZ(-12px) !important;
}

.samples .book ul>li {
  background: #fff;
  color: #000;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 50% 0;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.25, 1);
  width: 250px;
}

.samples .book:hover .page3 {
  transform: rotateY(-15deg);
}

.samples .page1 {
  box-shadow: 4px 0 0 #fff;
  color: #fff;
  padding: 60px 0 !important;
  transform: rotateY(0deg) translateZ(1px);
}

.samples .cover {
  background: #333 !important;
}

.samples .book:hover .cover {
  transform: rotateY(-100deg);
}

img {
  vertical-align: middle;
}

img {
  display: block;
  max-width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

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

.samples .page1 img {
  filter: none;
  height: 252px !important;
  width: 193px;
}

.core-disc h2 {
  font-size: 24px !important;
  color: #000;
  line-height: 22px;
  font-weight: 600;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.core-disc p {
  font-size: 18px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
  min-height: 66px;
  margin: 0;
}

p.footer-desc {
  color: #fff;
}

/* Header Social Icons Styling */
.social-icons-top {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  /* Right side alignment */
  margin: 0;
  padding: 0;
}

.social-icons-top li {
  margin-left: 20px;
  /* Icons ke darmiyan gap */
}

.social-icons-top li a {
  color: #ffffff;
  /* Default color white */
  font-size: 25px;
  transition: all 0.3s ease;
  display: inline-block;
}

/* Hover Effect: Red Theme Color */
.social-icons-top li a:hover {
  color: #dc3545;
  /* Aapka specific red color */
  transform: translateY(-3px);
  /* Halka sa upar move hoga */
}

/* Agar aap chahte hain icons circle mein hon (Optional) */

.social-icons-top li a {
  width: 55px;
  height: 55px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
}

input[type="text"] {
  background: #fafafa;
  border: #dcdcdc 1px solid;
  padding: 10px;
  width: 100%;
  border-radius: 7px;
  font-size: 14px;
  color: #000;
  box-shadow: none !important;
  outline: none 0px !important;
  margin: 10px 0;
}

a.btn.btn-blue.chat.icon-button:hover {
  color: #ffffff;
}

.header-top-custom {
  background-color: #000 !important;
  padding: 0px !important;
}

.nav-bar-custom {
  background-color: #1A1A1A !important;
  padding: 20px 0 !important;
  border-bottom: 3px solid #DC3545 !important;
}

.social-icons-top li a {
  width: 45px !important;
  height: 45px !important;
  background: #222 !important;
  border-radius: 50% !important;
  text-align: center !important;
  line-height: 45px !important;
}

.social-icons-top li a {
  color: #fff !important;
  font-size: 20px !important;
  transition: all 0.3s ease !important;
  display: inline-block !important;
}

.pricing-main-section {
  background: url('assets/images/blue-dark.png') no-repeat center center #070026 !important;
  background-size: cover !important;
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.pricing-card {
  background: #ffffff;
  border-radius: 12px;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease;
  border-top: 6px solid #dc3545;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  overflow: visible;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.pricing-header {
  background: #f8f9fa;
  padding: 15px 70px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.pricing-header h3 {
  color: #dc3545;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.price-box {
  font-size: 32px;
  font-weight: bolder;
  color: #dc3545;
  margin-top: 10px;
  background-color: #d6d6d6;
  transition: .4s ease-in-out;
  border-radius: 15px;
}

.old-price {
  font-size: 25px;
  color: #999;
  text-decoration: line-through;
  margin-right: 0px;
  color: #000;
  padding: 2px 10px;
  border-radius: 10px;
}

/* Blinker Animation */
.price-blink {
  animation: price-flash 1.2s infinite;
  display: inline-block;
  font-size: 45px;
}

@keyframes price-flash {

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

  50% {
    opacity: 0.4;
    transform: scale(1.05);
  }
}

.pricing-content-scroll {
  height: 380px;
  overflow-y: auto;
  padding: 20px;
  text-align: left;
}

.pricing-content-scroll::-webkit-scrollbar {
  width: 5px;
}

.pricing-content-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.pricing-content-scroll::-webkit-scrollbar-thumb {
  background: #dc3545;
  border-radius: 10px;
}

.inner-cat-title {
  font-weight: 700;
  color: #dc3545;
  font-size: 16px;
  margin: 20px 0 10px 0;
  display: block;
  border-bottom: 1px solid #f1f1f1;
}

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

.feature-list li {
  padding: 7px 0;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.feature-list li img {
  width: 14px;
  margin-top: 4px;
  filter: invert(1);
}

.btn-pricing-footer {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
}

.btn-order {
  background: #dc3545;
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.btn-order:hover {
  background: #000;
}

/* Special 5th Box */
.best-seller-card {
  border: 3px solid #dc3545 !important;
  transform: scale(1.05);
  z-index: 5;
}

.bestseller-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 90px;
  z-index: 10;
}