/*!
Theme Name: BB Child
Theme URI: http://underscores.me/
Author: Invictus Studio
Author URI: http://invictusstudio.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alpha
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

alpha is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  overflow-x: hidden;
  line-height: 1.5;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
}

.section {
  padding: 50px 0;
}

a {
  text-decoration: none !important;
  transition: 0.5s ease !important;
}

a,
input,
button {
  outline: 0 !important;
  font-family: 'Arial', sans-serif !important;
}

.post,
.page {
  margin: 0;
}

body,
p,
span {
  font-weight: 400;
  color: #000;
  font-family: 'Arial', sans-serif !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: 'Arial', sans-serif !important;
}

.home .entry-title {
  display: none;
}

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

.skip-link.screen-reader-text {
  display: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 1;
}

#sidebar {
  display: none;
}

.entry-footer {
  clear: both;
}

#colophon {
  clear: both;
}

/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2020/10/404.jpg);
  background-size: cover;
}

.not_found_inner {
  max-width: 69.5%;
}

.error404 #masthead,
.error404 #colophon {
  display: none;
}

.logo a {
  outline: 0 !important;
}

.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}

.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}

.error-404.not-found h1 span {
  color: #e01e26;
}

.page-header h3 {
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}

.page-header p {
  font-size: 22px !important;
  color: #000;
  margin-bottom: 20px;
}

.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}

.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #000;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}

.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}

.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}

.search-results .page-header {
  width: 100%;
}

.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}

.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}

.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-results #primary article .entry-title a {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}

.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}

.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}

.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}

.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

/* Modal box CSS*/

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, 0.2) !important;
}

.modal-footer {
  display: none !important;
}

.modal-header {
  border-bottom: 0px !important;
}

.close {
  color: #000 !important;
  opacity: 1 !important;
  border: 1px solid #fff !important;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff !important;
  padding: 0 !important;
  float: left !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.modal-dialog {
  max-width: 650px !important;
  margin: 50px auto !important;
}

.close span {
  display: block;
  color: #fff;
  position: absolute;
  left: 120%;
  top: 0;
}

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  height: 50px !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
  padding: 15px 15px 15px 40px !important;
}

.dgwt-wcas-details-main-image img {
  max-height: 200px !important;
}

.dgwt-wcas-suggestion-selected {
  background-color: #0b204d;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-st {
  color: #fff;
}

.dgwt-wcas-suggestion-selected .dgwt-wcas-sp {
  color: #fff;
}

.dgwt-wcas-pd-addtc .add_to_cart_inline {
  margin-left: 20px;
}

.asl_nores {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.results .asl_nores .asl_keyword {
  padding: 5px 0px !important;
  cursor: pointer;
  font-weight: bold;
  font-family: inherit;
  border-top: 1px solid #eee;
}

.asl_nores_header {
  margin-bottom: 10px !important;
}

/*  Modal CSS ENDS */

/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
  margin: 0;
}

#primary-menu li {
  display: inline-block;
  padding: 0 10px;
}

#primary-menu li a {
  color: #000;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}

#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}

#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}

#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}

#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}

#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}

.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}

#mm #primary-menu .sub-menu li a::before {
  content: unset;
}

#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}

#mml {
  padding: 0 15px;
  color: #ffffff;
}

#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}

.mm {
  position: relative;
  background-color: transparent;
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 34px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb.on span {
  height: 2px;
}

#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
}

#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}

#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #000;
  word-wrap: break-word;
  text-align: left;
}

#mm #primary-menu a:hover {
  background-color: #0b204d;
}

.mm,
#mm {
  display: none;
}

/* 
 * NAVBAR CSS ENDS
 */

/* WOOCOMMERCE CSS START */

.woocommerce td.product-name a {
  color: #000;
  font-weight: 600;
}

.woocommerce td.product-name a:hover {
  color: #0b204d;
}

input#coupon_code {
  width: 200px !important;
  padding-left: 10px;
  margin-right: 10px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 3px;
  font-size: 14px;
}

.coupon .button {
  height: 45px;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  color: #fff;
  height: 45px;
}

.actions button {
  height: 45px;
}

.woocommerce a.added_to_cart {
  padding: 10px 20px;
  border-radius: 3px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #fff;
  background-color: #0b204d;
  padding: 10px 20px;
  line-height: 1.5;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #fff;
  background-color: #333;
}

.post-type-archive li .added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  letter-spacing: 1px !important;
}

.wc-proceed-to-checkout a,
#place_order {
  background-color: #0b204d !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover,
#place_order:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: unset;
  display: block;
  width: 100%;
  height: 45px;
}

a.shipping-calculator-button {
  color: #0b204d;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce a.remove,
td.product-remove button {
  background: #0b204d !important;
  color: #fff !important;
  line-height: 17px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: unset;
  width: 100%;
  background: rgba(84, 84, 84, 0.05);
  padding: 40px 40px 30px;
}

.woocommerce table.shop_table {
  border: 0;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table th {
  color: #000 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}

.woocommerce table.shop_table .actions {
  padding-top: 40px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebe9eb;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .cart-collaterals table.shop_table td {
  padding-left: 0;
  padding-right: 0;
}

.cart_totals tr:not(:last-child) td {
  padding-bottom: 30px !important;
}

.qib-container button {
  cursor: pointer;
}

.woocommerce-shipping-destination {
  font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  font-size: 14px;
}

input[type="checkbox"],
input[type="radio"],
.input-radio,
.input-checkbox {
  width: 17px;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  outline-width: medium;
  position: relative;
  border: none;
  cursor: pointer;
  outline-width: 0;
  border-radius: 50%;
  top: 3px;
}

input[type="radio"]::before {
  background: #0b204d;
}

.input-radio::before,
input[type="radio"]::before,
.input-radio::before,
input[type="checkbox"]::before {
  position: absolute;
  left: 0;
  top: 0;
  background: #ccc;
  width: 17px;
  height: 17px;
  display: block;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio::before,
input[type="checkbox"]::before {
  border-radius: 0%;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after,
input[type="radio"]::before,
input[type="radio"]::after,
.input-radio::before,
.input-radio::after,
.input-checkbox::before,
.input-checkbox::after {
  content: "";
}

input[type="radio"]::after,
.input-radio::after,
input[type="checkbox"]::after,
.input-checkbox::after,
.widget_product_categories ul li a::before,
.widget_layered_nav ul li a::before,
.post_tags a,
.wpb_widgetised_column .tagcloud a,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: rgba(84, 84, 84, 0.8);
}

.input-radio::after,
input[type="radio"]::after {
  border-radius: 50%;
}

input[type="checkbox"]::after,
input[type="radio"]::after,
.input-radio::after,
.input-checkbox::after {
  display: block;
  width: 17px;
  height: 17px;
  border: 2px solid #a5a5a5;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

.input-radio:checked::before,
input[type="radio"]:checked::before,
.input-radio:checked::before,
input[type="checkbox"]:checked::before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  background: #0b204d;
}

input[type="radio"]:checked::after,
.input-radio:checked::after,
input[type="checkbox"]:checked::after,
.input-checkbox:checked::after,
.return-to-shop .button.wc-backward {
  border-color: #0b204d;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  color: #000;
  font-weight: 400;
  height: 45px;
}

.woocommerce form .form-row {
  padding: 3px 0;
  margin: 0 0 06px;
  display: block;
}

#calc_shipping_city_field {
  margin-bottom: 2px;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
  font-size: 25px;
}

.woocommerce-checkout .checkout_coupon input#coupon_code {
  width: 100% !important;
  padding-left: 15px !important;
  display: inline-block;
  padding: 6px 10px;
}

.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 60%;
}

#order_review {
  width: 38%;
  background: rgba(84, 84, 84, 0.05);
  padding: 20px 40px 40px;
  position: relative;
}

#order_review_heading {
  display: none;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: unset;
  width: 100%;
  max-width: 100%;
}

.checkout_coupon.woocommerce-form-coupon .button {
  height: 45px;
}

.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 50%;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}

.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
  border: none;
  vertical-align: top;
}

.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
  padding: 16px 0px;
}

.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th,
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-top: 40px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border-bottom: 0;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 20px;
  margin-left: 10px;
  color: #000;
  font-weight: 300;
  font-size: 12px;
  border-bottom: 1px dashed;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 80px;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading,
#post-79 .entry-title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-column__title,
.woocommerce-order-details__title,
.woocommerce-Address-title.title h3,
div#customer_login h2 {
  text-transform: uppercase;
  color: #252525;
  font-size: 24px !important;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
}

span.select2-selection.select2-selection--single {
  height: 45px !important;
  padding: 9px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 10px;
}

form.checkout.woocommerce-checkout label {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

#order_comments {
  height: 100px;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.15);
  line-height: 16px;
  padding: 17px 0 14px;
}

#add_payment_method #payment ul.payment_methods li div.payment_box,
.woocommerce #payment ul.payment_methods li div.payment_box {
  background-color: transparent;
  line-height: 1.538em;
  padding: 0 35px;
  margin: 0;
  width: 100%;
  font-size: 1rem;
  margin-top: 20px !important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.woocommerce #payment div.payment_box p {
  font-size: 13px;
  line-height: 1.4285em;
  margin: -2px 0 0;
  margin-bottom: 0px;
  text-shadow: none;
  font-weight: 400;
  color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: unset;
}

.woocommerce-privacy-policy-text p {
  font-size: 14px;
  color: #333;
}

.shop_table.woocommerce-checkout-review-order-table thead th,
.shop_table.woocommerce-checkout-review-order-table tfoot th,
.shop_table.woocommerce-checkout-review-order-table tfoot td {
  padding: 10px 0;
}

.woocommerce ul#shipping_method li label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}

form.checkout.woocommerce-checkout ul.payment_methods li label {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: capitalize;
  line-height: 1.3em;
  font-weight: 700;
  color: #000;
  margin-top: 12px;
}

.woocommerce-error {
  border-color: #0b204d !important;
}

.woocommerce-message::before,
.woocommerce-error::before {
  color: #c12a30 !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}

.woocommerce-message a,
a.woocommerce-Button.button,
p.return-to-shop a,
.added_to_cart {
  background-color: #0b204d !important;
  color: #fff !important;
  padding: 10px 22px !important;
  font-size: 16px !important;
  margin-top: 8px !important;
  font-weight: bold;
}

.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover,
.added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.woocommerce-message a {
  margin-top: 0 !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
  border-top-color: #0b204d !important;
}

.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: #0b204d;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border: 0;
  padding-top: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody td,
.woocommerce-order-received .woocommerce table.shop_table tbody th {
  border-bottom: 3px solid rgba(0, 0, 0, 0.9);
  margin-bottom: 40px;
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table th {
  padding: 15px 0;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border-collapse: collapse;
}

.woocommerce-order-received .woocommerce td.product-name a {
  color: #0b204d;
  font-weight: 600;
  font-size: 20px;
}

.woocommerce-order-received .woocommerce td.product-name a:hover {
  color: #252525;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 7px;
}

.woocommerce form .form-row.create-account .input-checkbox {
  display: inline-block;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: unset;
}

#ship-to-different-address label span {
  margin-left: 8px;
  font-weight: bold;
  color: #000;
}

.tinv-wishlist .product-action {
  width: 165px;
}

#tinvwl_product_actions {
  height: 45px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.tinvwl-table-manage-list tr td {
  border-top: 1px solid #ccc;
}

.tinvwl-to-left.look_in {
  display: flex;
  flex-wrap: wrap;
}

.select-wrapper {
  flex: 1;
  margin-right: 5px;
  position: relative;
}

.select-wrapper::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
  line-height: 0;
  color: #666;
}

.tinvwl-to-left.look_in .tinvwl-input-group {
  width: 100%;
  border-collapse: collapse;
}

.wishlist_item .product-thumbnail img {
  width: 100px;
  height: auto;
  max-width: unset;
}

.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
  margin-top: 0 !important;
}

.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses,
.u-columns.woocommerce-Addresses.col2-set.addresses {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account .woocommerce-column--shipping-address.col-2,
.woocommerce-account .woocommerce-column--billing-address.col-1,
.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.woocommerce-account .col2-set::after,
.woocommerce-account .col2-set::before {
  content: unset;
}

.woocommerce-account .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0 0 10px;
  line-height: 1.8;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
  text-align: right;
  border-top: 0 !important;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce table.shop_table th {
  padding: 20px 10px;
}

.woocommerce-account .woocommerce .account-orders-table {
  text-align: center;
}

.woocommerce-account.woocommerce .col2-set,
.woocommerce-account.woocommerce-page .col2-set {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.woocommerce-account #customer_login .col-1,
#customer_login .col-2 {
  flex: 49%;
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  height: 400px;
}

/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
  margin: 0 !important;
}

nav.woocommerce-MyAccount-navigation ul li a {
  padding: 9px 10px;
  display: block;
  border: 1px solid #0b204d;
  margin-bottom: 9px;
  color: white;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in;
  background-color: #0b204d;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #252525;
  color: white;
  border: 1px solid #252525;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: white !important;
  border: 1px solid #252525;
  background-color: #252525;
}

.woocommerce-account .woocommerce-MyAccount-content a {
  color: #0b204d;
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
  color: #252525;
}

form.woocommerce-EditAccountForm fieldset {
  padding-left: 0;
  padding-right: 0;
}

/**DASHBOARD END**/
.woocommerce table.my_account_orders .button {
  background-color: #0b204d;
  color: #fff;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
  display: inline-block;
  font-weight: 300;
}

.woocommerce table.my_account_orders .button:hover {
  background-color: #252525;
  color: #fff;
}

.woocommerce-account .addresses .title h3 {
  position: relative;
}

.woocommerce-privacy-policy-text a {
  color: #252525;
}

.woocommerce-privacy-policy-text a:hover {
  color: #0b204d;
}

.woocommerce-info {
  border-top-color: #0b204d;
  margin-bottom: 10px !important;
}

.lost_password a {
  color: #252525 !important;
}

.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-info::before {
  color: #0b204d;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a {
  color: #252525 !important;
}

.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
  color: #0b204d !important;
}

.woocommerce-privacy-policy-text {
  padding-bottom: 20px;
}

.woocommerce form .form-row .required {
  color: #0b204d;
}

a.showcoupon {
  font-size: 16px;
  font-weight: 500;
}

h3#order_review_heading {
  margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
  height: auto;
  border: none;
}

.woocommerce-cart-form .woocommerce-Price-amount.amount {
  font-size: 16px;
}

.woocommerce-form-coupon-toggle {
  margin-bottom: 40px;
}

ul.woocommerce-error {
  margin-bottom: 50px !important;
}

.tinv-header {
  display: none;
}

.tinv-wishlist.woocommerce.tinv-wishlist-clear {
  margin-top: 30px;
}

.post-type-archive .products li {
  text-align: center;
}

.tax-product_cat .products li {
  text-align: center;
}

.tax-product_cat li .added_to_cart {
  background-color: #c12a30 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  font-size: 14px !important;
  border-radius: 25px !important;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  margin-top: 8px !important;
  /*    display: inline-block !important; */
  font-weight: 300 !important;
}

.tax-product_cat li .added_to_cart:hover {
  background-color: #252525 !important;
  color: #fff !important;
}

.quantity {
  position: relative;
  width: fit-content;
}

.woocommerce-cart .quantity .minus {
  background: transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 8px 5px 14px 7px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

.woocommerce-cart .quantity .plus {
  background: transparent;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 12px 4px 11px 4px !important;
  border-color: #252525;
  font-size: 24px;
  line-height: 0;
}

a.restore-item {
  margin-left: 10px;
  margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
  height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title {
  position: relative;
}

.woocommerce-order-received .woocommerce-column__title {
  position: relative;
}

.page-id-316 .wc-backward {
  margin-left: 20px !important;
  color: #252525 !important;
}

.page-id-316 .wc-backward:hover {
  color: #c12a30 !important;
}

.page-id-317 .woocommerce-MyAccount-content .woocommerce-Button {
  position: relative;
  top: -10px !important;
}

/* Woo Commerce End Here */

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

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 767px) {

  .mm,
  #mm {
    display: block;
  }

  #primary-menu {
    display: none;
  }
}


/* Header CSS Started  */

.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 20px;
}

.site-header .row {
  background: rgba(255, 255, 255, 0.979);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 80px;
  align-items: center;
  padding: 24px 18px;
}


.site-header .nav_btn_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.site-header ul#primary-menu li:nth-child(5),
.site-header ul#primary-menu li:nth-child(6) {
  display: none;
}

#primary-menu li {
  padding: 0 20px;
}

ul#primary-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A3D73;
}

ul#primary-menu li.current-menu-item a {
  font-weight: 700;

}

ul#primary-menu li.current-menu-item a:hover {
  font-weight: 700;
  color: #1A3D73;
}

ul#primary-menu li a:hover {
  color: #D02F41;
}

.header_btn {
  text-align: end;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  border-radius: 999px;
  /* cleaner than scientific value */
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  /* important for links */
  /* transition: all 0.3s ease; */
}

.header_btn a.fill {

  background: linear-gradient(180deg, #D02F41 0%, #1A3473 100%);
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -4px rgba(0, 0, 0, 0.1);
  /* cleaner than scientific value */
  color: #FFFFFF;
  /* important for links */
  /* transition: all 0.3s ease; */
}

.header_btn a.fill:hover {
  opacity: 0.9;
  color: #fff;
  transform: translateY(-2px);
}



.header_btn a.outline {
  position: relative;
  padding: 15px 40px;
  border-radius: 999px;
  color: #1A3D73;
  background: transparent;
  z-index: 1;
}

/* gradient border */
.header_btn a.outline::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  /* border thickness */
  border-radius: 999px;
  background: linear-gradient(180deg, #D02F41 0%, #1A3473 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* hover */
.header_btn a.outline:hover {
  background: linear-gradient(180deg, #D02F41 0%, #1A3473 100%);
  color: #fff;
  transform: translateY(-2px);
}

/* ============================================
   HOMEPAGE - HERO SECTION
   ============================================ */

.hero-section {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(146.753deg,
      rgba(26, 52, 115, 0.9) 0%,
      rgba(42, 68, 147, 0.85) 50%,
      rgba(208, 47, 65, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-section .container {
  position: relative;
  z-index: 3;
}

.hero-content {
  padding: 200px 0 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 999px;
  margin-bottom: 20px;
}

.hero-heading {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 20px;
  max-width: 85%;
}

.hero-subheading {
  margin-bottom: 40px;
  max-width: 720px;
}

.hero-subheading p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 32px;
  margin: 0;
}

.hero-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 48px;
}

.hero-scroll-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -60px;
  cursor: pointer;
}

.hero-scroll-mouse {
  width: 28px;
  height: 44px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  padding-top: 6px;
}

.hero-scroll-wheel {
  width: 4px;
  height: 8px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  animation: hero-scroll-anim 1.6s ease-in-out infinite;
}

@keyframes hero-scroll-anim {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

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

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  border-radius: 500px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  width: 300px;
}

.hero-btn--primary {
  background: #ffffff;
  color: #1a3473;
  border-color: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
}

.hero-btn--primary:hover {
  background: #1a3473;
  color: #ffffff;
  border-color: #1a3473;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.4);
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-btn--outline {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: #ffffff;
}

.hero-btn--outline:hover {
  background: #ffffff;
  color: #1a3473;
  border-color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.hero-btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}



/* ============================================
   END HOMEPAGE - HERO SECTION
   ============================================ */

/* ============================================
   HOMEPAGE - ABOUT SECTION
   ============================================ */

.about-section {
  background: #ffffff;
  padding: 100px 0;
}

.about-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  text-align: center;
}

.about-tag {
  display: inline-block;
  background: linear-gradient(to right,
      rgba(208, 47, 65, 0.1),
      rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  text-align: center;
  min-width: 170px;
}

.about-heading {
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.about-body p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  max-width: 85%;
  margin: 0 auto 32px;
}

/* .about-body  {
  margin: 0;
} */

.about-what-label {
  font-size: 42px;
  color: #1a3473;
  text-align: center;
  line-height: normal;
  margin-bottom: 16px;
}

.about-cards-row {
  margin-bottom: 42px;
}

/* .about-cards-row>.col-md-4 {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 261px;
  max-width: 261px;
  width: 261px;
} */

.about-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #F3F4F6;
  /* box-shadow: 0px 20px 50px 0px rgba(208, 47, 65, 0.1); */
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
  height: 100%;
  transition: all 0.3s ease;
}

.about-card:hover {
  box-shadow: 0px 20px 50px 0px rgba(208, 47, 65, 0.1);
  background-color: #1A3D73;
}

.about-card-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(180deg, #D02F41 0%, #1A3473 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.about-card:hover .about-card-icon-wrap {
  background: #fff;
}

.about-card-icon-img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  transition: all 0.3s ease;
}


.about-card:hover .about-card-icon-img {
  filter: brightness(0);

}

.about-card-title {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: #1A3D73;
  margin: 0;
  transition: all 0.3s ease;
}

.about-card:hover .about-card-title {

  color: #fff;

}

.about-card-desc p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 26px;
  margin: 0;
  transition: all 0.3s ease;
}

.about-card:hover .about-card-desc p {
  color: #fff;
}


.about-btn-wrap {
  text-align: center;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  background: #ffffff;
  border: 1px solid #1a3d73;
  border-radius: 500px;
  color: #1a3d73;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
  cursor: pointer;
}

.about-btn:hover {
  background: #1a3473;
  color: #ffffff;
  border-color: #1a3473;
  transform: translateY(-2px);
  text-decoration: none;
}

.about-btn-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}


/* ============================================
   END HOMEPAGE - ABOUT SECTION
   ============================================ */

/* ============================================
   HOMEPAGE - ABOUT FOUNDER SECTION
   ============================================ */

.founder-section {
  background: rgba(239, 239, 239, 0.5);
  padding: 100px 0;
}

.founder-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.founder-tag {
  display: inline-block;
  background: linear-gradient(to right,
      rgba(208, 47, 65, 0.1),
      rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  text-align: center;
  min-width: 170px;
}

.founder-heading {
  font-family: Arial, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
  width: 50%;
}

.founder-image-col {
  padding-right: 17px;
}

.founder-content-col {
  padding-left: 17px;
}

.founder-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  height: 547px;
}

.founder-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.founder-img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 139px;
  background: linear-gradient(to top,
      rgba(26, 52, 115, 0.95),
      rgba(0, 0, 0, 0));
  pointer-events: none;
}

.founder-bio p {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  margin-bottom: 24px;
}


span.red_txt {
  color: #D02F41;
  font-weight: 700;
}


.founder-credentials {
  width: 100%;
}

.founder-cred-grid {
  margin-left: -6px;
  margin-right: -6px;
}

.founder-cred-col {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}

.founder-cred-col:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.founder-cred-card {
  background: #ffffff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0px 20px 50px 0px rgba(208, 47, 65, 0.1);
  height: 100%;
}

.founder-cred-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  background: linear-gradient(to bottom, #d02f41, #1a3473);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
}



/* ============================================
   END HOMEPAGE - ABOUT FOUNDER SECTION
   ============================================ */

/* ============================================
   HOMEPAGE - PACKAGES SECTION
   ============================================ */

.packages-section {
  background: radial-gradient(96.97% 96.97% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(26, 52, 115, 0.1) 100%);
  padding: 100px 0 100px;
}

.packages-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.packages-tag {
  display: inline-block;
  background: linear-gradient(to right,
      rgba(208, 47, 65, 0.1),
      rgba(26, 52, 115, 0.1));
  color: #1a3d73;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  text-align: center;
}

.packages-heading {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
  max-width: 60%;
}

.packages-subtext p {

  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  max-width: 612px;
  margin: 0;
}




/* ============================================
   END HOMEPAGE - PACKAGES SECTION
   ============================================ */

/* ============================================
   HOMEPAGE - PACKAGES CARDS
   ============================================ */

.pkg-cards-row {
  margin-top: 48px;
  margin-left: -12px;
  margin-right: -12px;
}

.pkg-card-col {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  margin-bottom: 24px;
}

.pkg-card {
  position: relative;
  background: linear-gradient(123.958deg, rgb(249, 250, 251) 0%, rgb(255, 255, 255) 100%);
  border-radius: 40px;
  padding: 28px;
  box-shadow: 0px 5px 50px 0px rgba(208, 47, 65, 0.25);
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
  width: 100%;
}

.pkg-card--featured {
  background: linear-gradient(121.398deg, rgb(208, 47, 65) 0%, rgb(26, 52, 115) 100%);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.1), 0px 8px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 44px;
  gap: 50px;
  align-items: flex-start;
}

/* Badge */
.pkg-card__badge {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  border-radius: 500px;
  padding: 7px 26px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.pkg-card__badge span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #da2f41;
}

/* Card top block */
.pkg-card__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.pkg-card--featured .pkg-card__top {
  gap: 24px;
}

/* Icon circle */
.pkg-card__icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: linear-gradient(to bottom, #d02f41, #1a3473);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pkg-card__icon-wrap--featured {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
}

.pkg-card__icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.pkg-card__icon-wrap--featured .pkg-card__icon-img {
  width: 44px;
  height: 44px;
}

/* Plan name */
.pkg-card__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1a3d73;
  text-align: center;
  margin: 0;
}

.pkg-card--featured .pkg-card__name {
  color: #ffffff;
}

/* Subtitle */
.pkg-card__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  margin: 0;
}

.pkg-card--featured .pkg-card__subtitle {
  color: #ffffff;
}

/* Price */
.pkg-card__price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  text-align: center;
  white-space: nowrap;
}

.pkg-card__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #1a3d73;
}

.pkg-card--featured .pkg-card__price {
  color: #ffffff;
}

.pkg-card__price-period {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 4px;
}

.pkg-card--featured .pkg-card__price-period {
  color: #ffffff;
}

/* Features list */
.pkg-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.pkg-card--featured .pkg-card__features {
  gap: 32px;
}

.pkg-card__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.pkg-card--featured .pkg-card__feature-item {
  gap: 13px;
}

.pkg-card__feature-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #1a3d73;
  margin-top: 2px;
}

.pkg-card--featured .pkg-card__feature-icon {
  color: #ffffff;
  width: 22px;
  height: 22px;
}

.pkg-card__feature-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.pkg-card--featured .pkg-card__feature-text {
  color: #ffffff;
  font-weight: 500;
}

/* CTA Button */
.pkg-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  border-radius: 500px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  background: linear-gradient(to bottom, #d02f41, #1a3473);
  color: #ffffff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  cursor: pointer;
  border: none;
}

.pkg-card__btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  text-decoration: none;
  color: #ffffff;
}

.pkg-card__btn--featured {
  background: #ffffff;
  color: #1a3d73;
}

.pkg-card__btn--featured:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #1a3d73;
  opacity: 1;
}



/* ============================================
   END HOMEPAGE - PACKAGES CARDS
   ============================================ */

/* ============================================
   HOMEPAGE - PACKAGES CTA BUTTON
   ============================================ */

.pkg-cta-wrap {
  text-align: center;
  padding-top: 16px;
}

/* ============================================
   HOMEPAGE - WHY WORK WITH US SECTION
   ============================================ */

.whyus-section {
  background: #f5f7fc;
  padding: 100px 0;
}

.whyus-left {
  padding-right: 40px;
}

.whyus-tag {
  display: inline-block;
  background: linear-gradient(to right,
      rgba(208, 47, 65, 0.1),
      rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 999px;
  margin-bottom: 16px;
  display: inline-block;
}

.whyus-heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.15;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 32px;
}

.whyus-features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.whyus-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.whyus-feature-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: #FFE6E9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whyus-feature-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.whyus-feature-text {
  flex: 1;
}

.whyus-feature-title {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0 0 4px;
}

.whyus-feature-desc p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 26px;
}



.whyus-subtext {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin-bottom: 32px;
}

.whyus-subtext p {
  margin: 0;
}

.whyus-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.whyus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 32px;
  border-radius: 999px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  min-width: 260px;
}

.whyus-btn--primary {
  background: linear-gradient(180deg, #d02f41 0%, #1a3473 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.whyus-btn--primary:hover {
  opacity: 0.9;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

.whyus-btn--outline {
  background: #ffffff;
  color: #1a3473;
  border: 1px solid #1a3473;
}

.whyus-btn--outline:hover {
  background: #1a3473;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}

/* Right Card */
.whyus-right {
  padding-left: 20px;
}

.whyus-card {
  position: relative;
  background: linear-gradient(180deg, #1a3573ef 40%, #8b1a29ea 100%);
  box-shadow:
    0 10px 30px rgba(208, 47, 65, 0.15),
    0 20px 60px rgba(26, 52, 115, 0.15);
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
}

.whyus-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: rgba(100, 120, 200, 0.3);
  border-radius: 50%;
  pointer-events: none;
}

.whyus-card::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  background: rgba(208, 47, 65, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.whyus-card-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.whyus-card-icon-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.whyus-card-heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.35;
  color: #ffffff;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  width: 80%;
}

.whyus-card-body p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  width: 85%;
}



.whyus-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.whyus-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
}

.whyus-check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}



/* ============================================
   HOMEPAGE - FAQ SECTION
   ============================================ */

.faq-section {
  background: #ffffff;
  padding: 100px 0;
}

.faq-heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 48px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.faq-list {
  max-width: 894px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  border: 1px solid #d6d6d6;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.25s ease;
  overflow: hidden;
}

.faq-item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  gap: 16px;
}

.faq-question {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.4;
  flex: 1;
  transition: color 0.25s ease;
}

/* Toggle icon: "+" via CSS */
.faq-toggle-icon {
  position: relative;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.faq-toggle-icon::before,
.faq-toggle-icon::after {
  content: '';
  position: absolute;
  background: #2c2c2c;
  border-radius: 2px;
  transition: background 0.25s ease, transform 0.25s ease;
}

.faq-toggle-icon::before {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-toggle-icon::after {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-answer {
  display: none;
  padding: 0 24px 20px;
}

.faq-answer p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 28px;
  margin: 0;
}

/* Open state */
.faq-item--open {
  background: linear-gradient(180deg, #d02f41 13%, #1a3473 100%);
  /* border-color: transparent; */
}

.faq-item--open .faq-question {
  color: #ffffff;
}

.faq-item--open .faq-toggle-icon::before {
  background: #ffffff;
}

.faq-item--open .faq-toggle-icon::after {
  background: #ffffff;
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-item--open .faq-answer p {
  color: #ffffff;
}



/* ============================================
   HOMEPAGE - TESTIMONIALS SECTION
   ============================================ */

.testimonials-section {
  background: #ffffff;
  padding: 0px 0 100px;
  position: relative;
  overflow: hidden;
}

.testimonials-heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 48px;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}



.testimonials-slider .slick-list {
  overflow: visible;
}


.testimonials-slider-wrap {
  position: relative;
}

.testimonials-slider {
  margin: 0 -12px;
}

.testimonials-slider .slick-slide {
  margin: 0 15px;
}



/* Testimonial Card */
.testi-card .inner {
  background: #FFFFFF;
  border: 1.5px solid #F3F4F6;
  box-shadow: 0px 20px 50px -12px rgba(208, 47, 65, 0.1);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 400px;
  transition: all ease 0.5s;
  cursor: grab;
}

.testi-card .inner:hover {
  background: linear-gradient(180deg, #d02f41 13%, #1a3473 100%);
}

.testi-quote-icon {
  display: block;

}

.testi-quote-icon svg path {
  transition: all ease 0.5s;

}

.testi-card .inner:hover .testi-quote-icon svg path {
  fill: #fff;

}

.testi-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testi-name {
  font-weight: 700;
  font-size: 20px;
  color: #2c2c2c;
  line-height: 28px;
  margin: 0;
  transition: all ease 0.5s;
}

.testi-card .inner:hover .testi-name {
  color: #fff;

}

.testi-designation {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 22px;
  margin: 0;
  transition: all ease 0.5s;
}

.testi-card .inner:hover .testi-designation {
  color: #fff;
}

.testi-content p {
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 28px;
  transition: all ease 0.5s;
}

.testi-card .inner:hover .testi-content p {
  color: #ffff;
}



/* Slider Navigation */
.testimonials-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.testimonials-prev,
.testimonials-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s ease;
  flex-shrink: 0;
  background: #1a3473;
}



.testimonials-prev:hover,
.testimonials-next:hover {
  transform: scale(1.05);
  background: #D02F41;
}




/* ============================================
   HOMEPAGE - FINAL CTA SECTION
   ============================================ */

.finalcta-section {
  position: relative;
  min-height: 394px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.finalcta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(107.95deg,
      rgba(208, 47, 65, 0.7) -5.71%,
      rgba(42, 68, 147, 0.7) 50.85%,
      rgba(208, 47, 65, 0.7) 99%),
    linear-gradient(107.95deg,
      rgba(208, 47, 65, 0.45) -5.71%,
      rgba(42, 68, 147, 0.45) 50.85%,
      rgba(208, 47, 65, 0.45) 99%);
  z-index: 1;
}

.finalcta-section .container {
  position: relative;
  z-index: 2;
}

.finalcta-content {
  text-align: center;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.finalcta-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 999px;
}

.finalcta-heading {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.15;
  color: #ffffff;
  margin: 0;
}

.finalcta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 999px;
  color: #1a3473;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.finalcta-btn:hover {
  background: #1a3473;
  color: #ffffff;
  transform: translateY(-2px);
  text-decoration: none;
}





/* ============================================
   SERVICES PAGE - BANNER SECTION
   ============================================ */

.svc-banner-section {
  position: relative;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.svc-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(146.753deg,
      rgba(26, 52, 115, 0.9) 0%,
      rgba(42, 68, 147, 0.85) 50%,
      rgba(208, 47, 65, 0.9) 100%);
  pointer-events: none;
  z-index: 1;
}

.svc-banner-section .container {
  position: relative;
  z-index: 2;
}

.svc-banner-content {
  text-align: center;
  padding: 180px 0 100px;
}

.svc-banner-title {
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
}



/* ============================================
   SERVICES PAGE - WHAT WE OFFER SECTION
   ============================================ */

.svc-offer-section {
  padding: 100px 0 100px;
  background: #ffffff;
}

.svc-offer-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  text-align: center;
}

.svc-offer-tag {
  display: inline-block;
  background: linear-gradient(to right,
      rgba(208, 47, 65, 0.1),
      rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  text-align: center;
}

.svc-offer-heading {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.15;
}

.svc-offer-rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
}



.svc-offer-img-col {
  padding: 0;
}

.svc-offer-img-wrap {
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
}

.svc-offer-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

.svc-offer-content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 40px;
  gap: 20px;
}

.svc-offer-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(180deg, #D02F41, #1A3473);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.svc-offer-icon-img {
  width: 28px;
  height: auto;
  display: block;
}

.svc-offer-title {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.1;
}

.svc-offer-desc {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 28px;
}

.svc-offer-desc p {
  margin: 0;
}

.svc-offer-bullets {
  list-style: disc;
  padding-left: 24px;
  margin: 0;
}

.svc-offer-bullets li {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 30px;
  margin-bottom: 0;
  list-style: disc;
}



/* ============================================
   SERVICES PAGE - ADD-ON SERVICES SECTION
   ============================================ */

.svc-addon-section {
  padding: 0px 0 100px;
  background: #ffffff;
}

.svc-addon-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  text-align: center;
}

.svc-addon-heading {
  font-family: Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}

.svc-addon-desc {
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 28px;
  max-width: 660px;
}

.svc-addon-desc p {
  margin: 0;
}

.svc-addon-card-col {
  margin-bottom: 20px;
}

.svc-addon-card {
  background: #ffffff;
  border: 1.5px solid #f3f4f6;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.svc-addon-card:hover {
  box-shadow: 0px 20px 50px 0px rgba(208, 47, 65, 0.1);
  background-color: #1A3D73;
}

.svc-addon-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(180deg, #D02F41, #1A3473);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.svc-addon-card:hover .svc-addon-icon-wrap {
  background: #fff;
}

.svc-addon-icon-img {
  width: 32px;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}

.svc-addon-card:hover .svc-addon-icon-img {
  filter: brightness(0);
}

.svc-addon-card-title {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a3473;
  margin: 0;
  line-height: 28px;
  transition: all 0.3s ease;
}

.svc-addon-card:hover .svc-addon-card-title {
  color: #fff;
}


/* ==============================================
   ABOUT PAGE CSS
   ============================================== */

/* ---------- About Intro Section ---------- */
.about-intro-section {
  padding: 100px 0;
  background: #ffffff;
}

.about-intro-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.about-intro-tag {
  display: inline-block;
  background: linear-gradient(to right, rgba(208, 47, 65, 0.1), rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  width: fit-content;
}

.about-intro-heading {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  line-height: 1.15;
  margin: 0;
}

.about-intro-body {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 28px;
}

.about-intro-body p {
  margin: 0;
}

.about-intro-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: linear-gradient(180deg, #D02F41 -13.02%, #1A3473 67.97%);
  border-radius: 500px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.about-intro-btn:hover {
  opacity: 0.9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.about-intro-right {
  position: relative;
}

.about-intro-imgs {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding-left: 20px;
}

.about-intro-img-wrap {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
}

.about-intro-img-wrap--2 {
  margin-top: 48px;
}

.about-intro-img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

/* ---------- Your Partner Section ---------- */
.about-partner-section {
  position: relative;
  padding: 100px 0;
  background-color: #1A3473;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-partner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 52, 115, 0.94);
  z-index: 1;
}

/* Background circle — top-right (844 × 100% with huge bottom-left radius) */
.about-partner-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 844px;
  height: 100%;
  background-image: linear-gradient(212.582deg, rgb(26, 52, 115) 2.3446%, rgb(208, 47, 65) 59.756%);
  border-bottom-left-radius: 9999px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 2;
}

/* Background circle — bottom-left (414 × 414 quarter-circle curving toward center) */
.about-partner-section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 414px;
  height: 414px;
  background-image: linear-gradient(220.08deg, rgb(26, 52, 115) 2.3446%, rgb(208, 47, 65) 59.756%);
  border-top-right-radius: 9999px;
  opacity: 0.28;
  pointer-events: none;
  z-index: 2;
}

.about-partner-section .container {
  position: relative;
  z-index: 3;
}

.about-partner-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  text-align: center;
}

.about-partner-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 50px;
  border-radius: 500px;
}

.about-partner-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.2;
}

.about-partner-cards-row {
  margin: 0 -12px;
}


.about-partner-section .about-card {
  border: 0;
}

.about-partner-cards-row .col-md-4 {
  padding: 0 12px;
}

/* ---------- Mission & Vision Section ---------- */
.about-mv-section {
  padding: 100px 0;
  /* background: #ffffff; */
  background: radial-gradient(96.97% 96.97% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(26, 52, 115, 0.1) 100%);

}

/* ---------- Our Focus Areas Section ---------- */
.about-focus-section {
  padding: 100px 0;
  background: #ffffff;
}

.about-focus-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 60px;
  text-align: center;
}

.about-focus-tag {
  display: inline-block;
  background: linear-gradient(to right, rgba(208, 47, 65, 0.1), rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
}

.about-focus-heading {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.2;
}

/* Each item = a column with card + image stacked (3 columns on desktop) */
.about-focus-items {
  display: flex;
  gap: 0;
  border-radius: 24px;
}

.about-focus-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Even-indexed (2nd) item: image on top, card on bottom */
.about-focus-item--reverse {
  flex-direction: column-reverse;
}

.about-focus-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1.5px solid #f3f4f6;
  padding: 20px 30px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  box-shadow: 0px -21px 50px -12px rgba(208, 47, 65, 0.1);
  min-height: 413px;
}

.about-focus-img-col {
  position: relative;
  overflow: hidden;
  min-height: 413px;
}

.about-focus-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.about-focus-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(208, 47, 65, 0.22) 0%, rgba(26, 61, 115, 0.22) 100%);
  z-index: 1;
}

.about-focus-num {
  font-weight: 900;
  font-size: 100px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(26, 52, 115, 0.1);
  position: absolute;
  top: 5px;
  left: 15px;
  pointer-events: none;
  z-index: 0;
  letter-spacing: -2px;
}

.about-focus-title {
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  line-height: 1.45;
  position: relative;
  z-index: 1;
  margin-top: 40px;
}

.about-focus-desc p {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 28px;
  position: relative;
  z-index: 1;
  margin: 0;
}



/* Outer rounded corners — item 1 top-left, item 3 top/bottom-right, item 1 bottom-left */
.about-focus-item:first-child .about-focus-card {
  border-top-left-radius: 24px;
  box-shadow: 0px -21px 50px -12px rgba(208, 47, 65, 0.1);
}

.about-focus-item:first-child .about-focus-img-col {
  border-bottom-left-radius: 24px;
}

.about-focus-item:last-child .about-focus-card {
  border-top-right-radius: 24px;
}

.about-focus-item:last-child .about-focus-img-col {
  border-bottom-right-radius: 24px;
}

/* Item 2 (reverse): image is on top, so top corners of img-col get radius;
   item1/item3 are not reversed so card is top = card gets top corners */
.about-focus-item--reverse .about-focus-img-col {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}




/* ============================================
   CONTACT PAGE
   ============================================ */

/* ---------- Contact Info Section ---------- */
.contact-info-section {
  padding: 100px 0;
  background: #ffffff;
}

.contact-info-left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-right: 40px;
}

.contact-info-tag {
  display: inline-block;
  background: linear-gradient(to right, rgba(208, 47, 65, 0.1), rgba(26, 52, 115, 0.1));
  color: #1a3473;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 24px;
  border-radius: 500px;
  width: fit-content;
}

.contact-info-heading {
  font-size: 48px;
  font-weight: 700;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.15;
  margin: 0;
}

.contact-info-body {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 28px;
}

.contact-info-body p {
  margin: 0;
}

.contact-info-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 40px;
  background: linear-gradient(180deg, #D02F41 13.02%, #1A3473 67.97%);
  border-radius: 500px;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-btn:hover {
  opacity: 0.9;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

/* 2×2 cards grid */
.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Info card — same visual as about-card */
.info-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1.5px solid #F3F4F6;
  box-shadow: 0px 10px 40px -3px rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  transition: all 0.5s ease;
  height: 240px;
}


.contact-cards-grid .info-card:nth-child(1) {
  margin-top: -20px;
}



.contact-cards-grid .info-card:nth-child(3) {
  margin-top: -20px;
}




.info-card:hover {
  box-shadow: 0px 20px 50px 0px rgba(208, 47, 65, 0.1);
  background-color: #1A3D73;
}

.info-card-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 40px;
  background: linear-gradient(135.774deg,
      rgb(208, 47, 65) 5.524%,
      rgb(26, 52, 115) 88.543%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.5s ease;
}

.info-card:hover .info-card-icon-wrap {
  background: #fff;
}

.info-card-icon-img {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  transition: all 0.5s ease;
}

.info-card:hover .info-card-icon-img {
  filter: brightness(0);
}

.info-card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #1A3D73;
  margin: 0;
  transition: all 0.5s ease;
}

.info-card:hover .info-card-title {
  color: #fff;
}

.info-card-desc p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  line-height: 24px;
  margin: 0;
  transition: all 0.5s ease;
}

.info-card:hover .info-card-desc p {
  color: #fff;
}

.info-card-desc a {
  color: inherit;
  text-decoration: none;
}

.info-card-desc a:hover {
  text-decoration: underline;
  color: #fff;
}

/* ---------- Contact Form Section ---------- */
.contact-form-section {
  position: relative;
  padding: 100px 0;
  background-color: #1a3473;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-form-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(107.95deg, rgba(208, 47, 65, 0.7) -5.71%, rgba(42, 68, 147, 0.7) 50.85%, rgba(208, 47, 65, 0.7) 99%),
    linear-gradient(107.95deg, rgba(208, 47, 65, 0.45) -5.71%, rgba(42, 68, 147, 0.45) 50.85%, rgba(208, 47, 65, 0.45) 99%);
}

.contact-form-section .container {
  position: relative;
  z-index: 2;
}

.contact-form-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
  text-align: center;
}

.contact-form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 40px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.3));
  border-radius: 500px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  width: fit-content;
}

.contact-form-heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  line-height: 1.15;
  text-align: center;
}

.contact-form-wrap {
  max-width: 940px;
  margin: 0 auto;
}

/* Gravity Forms inputs */
.contact-form-section .gform_wrapper input[type="text"],
.contact-form-section .gform_wrapper input[type="email"],
.contact-form-section .gform_wrapper input[type="tel"],
.contact-form-section .gform_wrapper input[type="number"],
.contact-form-section .gform_wrapper input[type="url"],
.contact-form-section .gform_wrapper textarea {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 17px 16px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  outline: none;
  transition: border-color 0.3s ease, background 0.3s ease;
  height: 52px;
}

.contact-form-section .gform_wrapper input[type="text"]::placeholder,
.contact-form-section .gform_wrapper input[type="email"]::placeholder,
.contact-form-section .gform_wrapper input[type="tel"]::placeholder,
.contact-form-section .gform_wrapper textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.contact-form-section .gform_wrapper input[type="text"]:focus,
.contact-form-section .gform_wrapper input[type="email"]:focus,
.contact-form-section .gform_wrapper input[type="tel"]:focus,
.contact-form-section .gform_wrapper textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

.contact-form-section .gform_wrapper textarea {
  min-height: 138px;
  resize: vertical;
}

/* Hide GF field labels (placeholders handle context) */
.contact-form-section .gform_wrapper .gfield_label {
  display: none;
}

/* Submit button */
.contact-form-section .gform_wrapper .gform_footer,
.contact-form-section .gform_wrapper .gform_page_footer {
  text-align: center;
  padding-top: 0;
  margin-top: 40px;
  justify-content: center;
}



.contact-form-section .gform_wrapper input[type="submit"],
.contact-form-section .gform_wrapper button[type="submit"] {
  background-color: #FFFFFF !important;
  color: #2C2C2C !important;
  border-radius: 40px !important;
  padding: 15px 40px !important;
  padding-right: 65px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.3s ease !important;
  height: 60px !important;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  background-image: url(/wp-content/uploads/2026/04/black-arrow.svg);
  background-repeat: no-repeat;
  background-position: top 50% right 36px;
}

.contact-form-section .gform_wrapper input[type="submit"]:hover,
.contact-form-section .gform_wrapper button[type="submit"]:hover {
  background-color: #1A3473 !important;
  color: #fff !important;
  background-image: url(/wp-content/uploads/2026/04/white-arrow.svg);
  transform: translateY(-2px) !important;
}

.contact-form-section .gform_wrapper input[type="submit"]:focus,
.contact-form-section .gform_wrapper button[type="submit"]:focus {
  outline: none !important;
  box-shadow: none !important;
}


.contact-form-section .gform_wrapper .gform_fields {
  row-gap: 30px;
}


.contact-form-section .gform_wrapper .gfield_error input {
  border-color: red !important;
}

.contact-form-section .gform_wrapper .gfield_validation_message {
  display: none !important;
}

.contact-form-section .gform_wrapper .gform_validation_errors {
  display: none !important;
}

.contact-form-section .gform_wrapper .gform-loader {
  display: none !important;
}


.contact-form-section .gform_wrapper  .gform_confirmation_message {
    color: #fff;
    text-align: center;
}



/* ============================================
   BOOK YOUR SLOT PAGE
   ============================================ */

.bookslot-iframe-section {
  padding: 80px 0;
  background: #ffffff;
}


/* Footer CSS Started  */
.site-footer {
  background: linear-gradient(180deg, #1A3473 0%, #0F1F4D 100%);
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: -683.87px;
  top: -387.1px;
  z-index: 0;
  width: 972.69px;
  height: 748.11px;
  background: #D02F41;
  opacity: 0.2;
  filter: blur(64px);
  border-radius: 3.35544e+07px;
  transform: rotate(24.5deg);
}



.footer1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.footer1 p.footer_txt {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
  width: 80%;
}

.footer1 .info_box_wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer1 .info_box_wrapper .info_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.footer1 .info_box_wrapper .info_box p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer1 .info_box_wrapper .info_box p a {
  color: #fff;
}

.footer1 .info_box_wrapper .info_box p a:hover {
  color: #D02F41;
}

.footer2 {
  padding-top: 40px;
}


.footer2 h2.widget-title {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer2 ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer2 ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer2 ul li:nth-child(5),
  .footer2 ul li:nth-child(6) {
  display: none;
}

.footer2 ul li a:hover {
  color: #D02F41;
}

.footer3 h2.col_head {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer3 {
  padding-top: 40px;
}

.footer3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}





/* Gravity Forms override â€“ pill-shaped inputs to match design */

.footer3 .gform_wrapper input[type="email"] {
  padding: 16px 55px 16px 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2C2C2C;
  background: #FFFFFF;
  box-shadow: 0px 5.78px 5.78px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  width: 100%;
  outline: none;
  box-shadow: none;
  height: 50px;
}

.footer3 .gform_footer {
  position: relative !important;
}



.footer3 .gform_wrapper input[type="image"] {
  background: #1A3D73 !important;
  color: #fff;
  border-radius: 100px !important;
  padding: 13px 12px !important;
  font-size: 14px;
  width: 40px !important;
  height: 40px !important;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  position: absolute;
  bottom: 28px;
  right: 10px;
}

.footer3 .gform_wrapper input[type="image"]:hover {
  background: #D02F41 !important;
}

.footer3 .gform_wrapper input[type="image"]:focus {
  outline: none !important;
  box-shadow: none !important;
}

.footer3 .gform_wrapper .gfield_error input {
  border-color: red !important;
}

.footer3 .gform_wrapper .gfield_validation_message {
  display: none !important;
}

.footer3 .gform_wrapper .gform_validation_errors {
  display: none !important;
}

.footer3 .gform_wrapper .gform-loader {
  display: none !important;
}

.footer3 .gform_wrapper .gform_confirmation_message {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}


.site-footer .footer {
  padding-bottom: 50px;
}

.copyrights {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}

.copyrights .row {
  align-items: center;
}

p.copyright {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  margin: 0;
}

p.copyright a {
  color: #fff;
}

p.copyright a:hover {
  color: #D02F41;
}

.copyrights ul#menu-copyrights-menu {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}

.copyrights ul#menu-copyrights-menu li a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}

.copyrights ul#menu-copyrights-menu li a:hover {
  color: #D02F41;
}





.copyrights .social_icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  gap: 20px;
}

.copyrights .social_icon ul li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3.35544e+07px;
}

.copyrights .social_icon ul li a:hover {
  transform: translateY(5px);
  background: #D02F41;
}



.menu-div-wrapper {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1000%;
  /* Initially hidden to the left */
  transition: left 0.5s ease, opacity 0.5s ease;
  /* Smooth transition */
  z-index: 999;
}

.menu-div-wrapper.active {
  left: 0;
  /* Slide in from the left */
}



/* Woo Commerce End Here */

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

@media (min-width: 1250px) {
  .container {
    max-width: 1240px !important;
  }
}

@media (max-width: 1199px) {

  .mm,
  #mm {
    display: block;
  }

  .site-header {
    display: none;
  }


  .mm {
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }



  div#mml {
    background-color: #fff;
    border-radius: 40px;
    padding: 10px 15px;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  }

  #mmb span {
    background: #fff;
    height: 2px;
    border-radius: 10px;
    width: 55%;
    margin: 0 auto;
    left: 11px;
  }

  #mmb {
    top: 20px;
    right: 0px;
    margin-right: 26px;
    padding: 26px;
    background: #1A3D73;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }

  #mmb.on span {
    height: 4px;
  }






  .menu-close-div a.menu-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .mob_inn_menu {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 20px;
  }

  .menu_div_mobile ul#primary-menu {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .menu_div_mobile .site-branding img.custom-logo {
    /* width: 130px; */
  }

  .menu_div_mobile ul#primary-menu li a {
    font-size: 20px;
    line-height: 28px;
  }




}


/* Responsive started  */

@media (max-width: 1550px) {
  .hero-section {
    min-height: 800px;
  }

  .hero-content {
    padding: 150px 0 100px;
  }

  .hero-scroll-indicator {
    bottom: -30px;
  }

}


@media (max-width: 1301px) {
  .hero-heading {
    font-size: 62px;
  }
}



@media (max-width: 1199px) {
  .hero-heading {
    font-size: 52px;
  }

  .hero-content {
    padding: 100px 0 70px;
  }

  .hero-section {
    min-height: 750px;
  }

  .hero-subheading p {
    font-size: 18px;
    line-height: 28px;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .about-body p {
    font-size: 18px;
  }

  .founder-section {
    padding: 70px 0;
  }

  .founder-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .founder-cred-title {
    font-size: 16px;
    line-height: 28px;
  }

  .founder-cred-card {
    padding: 10px;
  }

  .packages-section {
    padding: 70px 0 70px;
  }

  .packages-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .pkg-card__price {
    font-size: 38px;
    line-height: 38px;
  }

  .pkg-card__feature-text {
    font-size: 14px;
    line-height: 20px;
  }

  .pkg-card__btn {
    padding: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .whyus-section {
    padding: 70px 0;
  }

  .whyus-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .whyus-btn {
    min-width: 200px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    gap: 5px;
  }

  .hero-btn {
    padding: 15px 24px;
    width: 220px;
    font-size: 14px;
    line-height: 20px;
    gap: 6px;
  }

  .about-btn {
    gap: 6px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 20px;
  }


  .faq-section {
    padding: 70px 0;
  }

  .faq-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonials-heading {
    font-size: 38px;
    line-height: 46px;
  }

  .testi-card .inner {
    padding: 20px;
    height: 350px;
  }

  section.testimonials-section {
    padding: 0px 0 70px;
  }

  h2.finalcta-heading {
    font-size: 36px;
    line-height: 46px;
  }

  .finalcta-btn {
    gap: 6px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 20px;
  }

  p.copyright {
    font-size: 12px;
  }

  .copyrights ul#menu-copyrights-menu li a {
    font-size: 12px;
  }

  .copyrights ul#menu-copyrights-menu {
    gap: 15px;
  }

  .svc-banner-section {
    min-height: 400px;
}

.svc-banner-title {
    font-size: 50px;
}

.svc-offer-section {
    padding: 70px 0 70px;
}

.svc-offer-heading {
    font-size: 38px;
    line-height: 46px;
}

.svc-offer-header {
    margin-bottom: 40px;
}

.svc-offer-title {
    font-size: 38px;
    line-height: 46px;
}

.svc-offer-desc {
    font-size: 16px;
    line-height: 26px;
}

.svc-offer-bullets li {
    font-size: 16px;
}

.svc-addon-section {
    padding: 0px 0 70px;
}

.svc-addon-heading {
    font-size: 38px;
    line-height: 46px;
}

.svc-addon-desc {
    font-size: 16px;
}

.svc-addon-card-title {
    font-size: 18px;
}



.about-intro-section {
    padding: 70px 0;
}

.about-intro-heading {
    font-size: 38px;
    line-height: 46px;
}

.about-intro-body {
    font-size: 16px;
    line-height: 26px;
}

.about-intro-btn {
    gap: 6px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 20px;
}

.about-partner-section {
    padding: 70px 0;
}

.about-partner-section::before {
    width: 490px;
    height: 60%;
}

.about-partner-section::after {
    width: 240px;
    height: 240px;
}

.about-partner-heading {
    font-size: 38px;
    line-height: 46px;
}

.about-mv-section {
    padding: 70px 0;
}

.about-focus-section {
    padding: 70px 0;
}

.about-focus-heading {
    font-size: 38px;
    line-height: 46px;
}

.about-focus-header {
    margin-bottom: 40px;
}

.about-focus-desc p {
    font-size: 16px;
    line-height: 26px;
}


.contact-info-section {
    padding: 70px 0;
}

.contact-info-heading {
    font-size: 38px;
    line-height: 46px;
}

.contact-info-body {
    font-size: 16px;
    line-height: 26px;
}

.contact-info-btn {
    font-size: 14px;
    gap: 6px;
    padding: 15px 24px;
    line-height: 20px;
}

.info-card {
    height: 230px;
    gap: 12px;
}

.info-card-desc p {
    font-size: 14px;
    line-height: 20px;
}

.contact-form-section {
    padding: 70px 0;
}

.contact-form-heading {
    font-size: 38px;
    line-height: 46px;
}





}


@media (max-width: 991px) {
  .hero-heading {
    font-size: 42px;
  }

  .hero-subheading p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-content {
    padding: 100px 0 20px;
  }

  .hero-section {
    min-height: 650px;
  }



  .hero-scroll-indicator {
    bottom: 0px;
  }

  .about-section {
    padding: 50px 0;
  }

  .about-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .about-body p {
    font-size: 16px;
    max-width: 100%;
  }

  .about-card-desc p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-card-title {
    height: 55px;
  }

  .founder-heading {
    font-size: 32px;
    line-height: 42px;
    width: 80%;
  }


  .founder-section {
    padding: 50px 0;
}

.founder-section .founder-row {
    row-gap: 30px;
}

.founder-cred-card {
    padding: 20px;
}

.founder-cred-title {
    width: 50%;
}

.founder-cred-col {
    margin-bottom: 20px;
}

.packages-section {
    padding: 50px 0 50px;
}

.packages-heading {
    font-size: 32px;
    line-height: 42px;
}

.packages-subtext p {
    max-width: 100%;
}

.pkg-cards-row .pkg-card-col {
    flex: 0 0 48%;
    max-width: 48%;
}

.pkg-cards-row {
    justify-content: center;
}

.pkg-card--featured {
    padding-top: 28px;
    gap: 30px;
}

.pkg-card__icon-wrap--featured {
    width: 80px;
    height: 80px;
}

.pkg-card__icon-wrap--featured .pkg-card__icon-img {
    width: 40px;
    height: 40px;
}


.whyus-heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.whyus-features {
    gap: 0px;
    margin-bottom: 12px;
}

.whyus-subtext {
    margin-bottom: 20px;
}

.whyus-btn {
    min-width: 220px;
}

.whyus-card-heading {
    width: 100%;
}

.whyus-card-body p {
    width: 100%;
}

.faq-heading {
    font-size: 32px;
    line-height: 42px;
}

.faq-question {
    font-size: 16px;
    line-height: 26px;
}

.whyus-section {
    padding: 50px 0;
}

.faq-section {
    padding: 50px 0;
}

.testimonials-heading {
    font-size: 32px;
    line-height: 42px;
}

.testi-card .inner {
    height: 400px;
}

h2.finalcta-heading {
    font-size: 32px;
    line-height: 42px;
}

.finalcta-content {
    padding: 40px 0;
}

.finalcta-section {
    min-height: 300px;
}


.copyrights .row {
    flex-direction: column-reverse;
    row-gap: 20px;
}

.copyrights ul#menu-copyrights-menu {
    justify-content: center;
}

.copyrights .social_icon ul {
    justify-content: center;
}

p.copyright {
    text-align: center;
}



.svc-offer-section {
    padding: 50px 0 50px;
}

.svc-offer-heading {
    font-size: 32px;
    line-height: 42px;
}



.svc-offer-title {
    font-size: 30px;
    line-height: 40px;
}

.svc-offer-content-col {
    padding: 10px 10px;
}

.svc-addon-heading {
    font-size: 32px;
    line-height: 42px;
}

.svc-addon-card-title {
    font-size: 16px;
}

.svc-addon-icon-wrap {
    width: 50px;
    height: 50px;
}

.svc-addon-card {
    padding: 12px;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

.svc-addon-section {
    padding: 0px 0 50px;
}



.about-intro-section .row {
    flex-direction: column-reverse;
    row-gap: 40px;
}

.about-intro-section {
    padding: 50px 0;
}

.about-partner-section {
    padding: 50px 0;
}

.about-partner-section::before {
    width: 350px;
    height: 50%;
}

.about-partner-section::after {
    width: 180px;
    height: 180px;
}


.about-mv-section {
    padding: 50px 0;
}

.about-focus-section {
    padding: 50px 0;
}

.about-intro-heading {
    font-size: 32px;
    line-height: 42px;
}

.about-partner-heading {
    font-size: 32px;
    line-height: 42px;
}

.about-focus-heading {
    font-size: 32px;
    line-height: 42px;
}

.about-focus-items {
    flex-direction: column;
    row-gap: 30px;
}

.about-focus-item {
    flex-direction: row;
}

.about-focus-card {
    width: 50%;
}

.about-focus-img-col {
    width: 50%;
}

.about-focus-item--reverse {
    flex-direction: row-reverse;
}

.about-focus-item:first-child .about-focus-img-col {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
}

.about-focus-item:first-child .about-focus-card {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}


.about-focus-item:nth-child(2) .about-focus-img-col {
    border-radius: 24px 0 0 24px;
}

.about-focus-item:nth-child(2) .about-focus-card {
    border-radius: 0px 24px 24px 0px;
}


.about-focus-item:last-child .about-focus-img-col {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 0;
}

.about-focus-item:last-child .about-focus-card {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}


.about-intro-img {
    height: auto;
}



.contact-info-section .row {
    row-gap: 40px;
}

.contact-cards-grid .info-card:nth-child(1) {
    margin-top: 0;
}

.contact-cards-grid .info-card:nth-child(3) {
    margin-top: 0;
}

.info-card {
    height: 210px;
}

.contact-info-section {
    padding: 50px 0;
}

.contact-form-section {
    padding: 50px 0;
}

.contact-info-left {
    text-align: center;
}

.contact-info-tag {
    margin: 0 auto;
}

.contact-info-btn {
    margin: 0 auto;
}


.contact-info-heading {
    font-size: 32px;
    line-height: 42px;
}

.contact-form-heading {
    font-size: 32px;
    line-height: 42px;
}


.contact-form-section .gform_wrapper input[type="submit"], .contact-form-section .gform_wrapper button[type="submit"] {
    padding: 15px 30px !important;
    padding-right: 55px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 700 !important;
    height: 60px !important;
    background-position: top 50% right 25px;
}

}


@media (max-width: 767px) { 

  .hero-heading {
    font-size: 36px;
    max-width: 100%;
}

.hero-section {
    min-height: auto;
}

.hero-content {
    padding: 150px 0 40px;
}

.about-cards-row {
    row-gap: 30px;
}

.about-card {
    text-align: center;
    gap: 15px;
}

.about-card-icon-wrap {
    margin: 0 auto;
}

.about-card-title {
    height: auto;
}

.founder-heading {
    width: 100%;
}

.founder-bio p {
    text-align: center;
}

.founder-cred-title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.packages-heading {max-width: 100%;}

.pkg-cards-row .pkg-card-col {
    flex: 0 0 100%;
    max-width: 100%;
}

.pkg-cards-row {
    row-gap: 30px;
}



.whyus-left {
    text-align: center;
}

.whyus-feature {
    flex-direction: column;
}

.whyus-feature-icon-wrap {
    margin: auto;
}

.whyus-feature-text {
    flex: 1;
    width: 100%;
}

.whyus-features {
    gap: 20px;
    margin-bottom: 0;
}

.whyus-buttons {
    justify-content: center;
    flex-wrap: wrap;
}

.whyus-section .row {
    row-gap: 30px;
}

.whyus-subtext {
    margin-bottom: 30px;
}

.faq-heading {
    width: 100%;
}

.testimonials-heading {
    max-width: 100%;
}

.testi-card .inner {
    height: 320px;
    text-align: center;
}


.footer1 p.footer_txt {
    width: 100%;
}

.footer1 {
    text-align: center;
}

.footer1 .info_box_wrapper .info_box {
    justify-content: center;
    flex-direction: column;
}

.footer2 h2.widget-title {
    text-align: center;
}


.footer2 ul li {
    text-align: center;
}

.footer3 h2.col_head {
    text-align: center;
}

.footer3 p {
    text-align: center;
}

.site-footer .footer {
    padding-bottom: 30px;
}

.footer1 .info_box_wrapper {
    gap: 18px;
}

.menu_div_mobile ul#primary-menu li a {
    font-size: 16px;
    line-height: 26px;
}

.founder-image-wrap {
    height: auto;
}

.founder-heading br {
    display: none;
}

.footer3 .gform_wrapper .gform_confirmation_message {
    text-align: center;
}


.svc-banner-title {
    font-size: 40px;
}

.svc-banner-section {
    min-height: 350px;
}

.svc-offer-img-wrap {
  min-height: auto;
}

.svc-offer-rows .svc-offer-row {
    row-gap: 30px;
}



.svc-addon-desc {
    max-width: 100%;
}


.about-intro-left {
    text-align: center;
}

.about-intro-tag {
    margin: 0 auto;
}

.about-intro-btn {
    margin: 0 auto;
}

.about-partner-header {
    margin-bottom: 40px;
}

.about-partner-cards-row {row-gap: 30px;}

.about-mv-section .svc-offer-content-col {
    text-align: center;
}

.about-mv-section .svc-offer-content-col .svc-offer-icon-wrap {
    margin: 0 auto;
}


.about-focus-card {
    width: 100%;
    min-height: auto;
    padding: 20px 30px 30px;
    text-align: center;
}

.about-focus-img-col {
    width: 100%;
    min-height: 350px;
}

.about-focus-item {
    flex-direction: column-reverse;
}

.about-focus-item:nth-child(1) .about-focus-img-col,
.about-focus-item:nth-child(2) .about-focus-img-col,
.about-focus-item:nth-child(3) .about-focus-img-col {
    border-radius: 24px 24px 0 0;
}

.about-focus-item:nth-child(1) .about-focus-card,
.about-focus-item:nth-child(2) .about-focus-card,
.about-focus-item:nth-child(3) .about-focus-card {
    border-radius: 0px 0px 24px 24px;
}

.about-focus-num {
    left: 0;
    right: 0;
    margin: auto;
}


.about-intro-img {
    height: auto;
}

}


@media (max-width: 490px) {  

  .founder-cred-title br {
    display: none;
}

.founder-cred-title {
    width: 100%;
}

.founder-cred-grid .founder-cred-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}



.founder-cred-grid {
    row-gap: 20px;
}

.about-focus-img-col {
    min-height: 280px;
}


.contact-cards-grid {
    grid-template-columns: repeat(1, 1fr);
}

.info-card {
    height: auto;
}

}



@media (max-width: 390px) {   
  .svc-addon-card-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0px !important;
}

.svc-addon-cards-row {
    row-gap: 20px;
}

}