/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.5
Tested up to: 6.9
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
i.fa-solid.fa-capsules.fa-2x.text-primary {
    color: #000000 !important;
}
.logo .img-fluid {
    max-width: 90% !important;
    height: auto;
}
i.fa-solid.fa-flask-vial.fa-2x.text-primary {
    color: #000 !important;
}
.section-space {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.service__item {
    height: 340px !important;
}
section.treatment-process.section-space__bottom {
    margin: 80px 0px 0 0 !important;
}
.marquee-section {
    background-color: #d13e33;
    overflow: hidden;
    white-space: nowrap;
    padding: 18px 0;
}
section.take-appointment.section-space.overflow-hidden h2 {
    font-size: 35px;
    font-weight: 600;
}
section.blog.section-space__bottom H2 {
    font-size: 35px;
    font-weight: 600;
}
.marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.service.service__space {
    margin: 0px 0 80px 0;
}
.classic {
    margin: 20px 0 0 0;
}
.marquee__inner {
    display: inline-flex;
    align-items: center;
    gap: 60px;
    animation: marqueeScroll 18s linear infinite;
}
section.blog.section-space__bottom {
    margin: 80px 0px 0 0 !important;
}
.marquee__inner span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.footer__link.footer__link-location p {
    margin: 0 0 0 0;
}
.marquee__inner strong {
    font-weight: 700;
}
.treatment-process__item {
    height: 400px !important;
}
.footer__logo img {
    max-width: 200px !important;
}
.footer__social.mt-30.mt-xs-30 i {
    color: #fff !important;
}
section.team.section-space__bottom {
    padding: 80px 0 80px 0;
    background: #fae5e3;
}
.footer__widget {
    margin-bottom: 50px;
}
.footer__widget h4 {
    color: #fff;
}
.footer__link ul li a {
    color: #fff;
}
section.treatment-process.section-space__bottom h2 {
    font-weight: 600;
}
section.team.section-space__bottom H2 {
    COLOR: #000000;
}
section.blog.section-space__bottom {
    margin: 120px 0px 0 0;
}
section.footer__area-common.white-bg.overflow-hidden {
    background: #000 !important;
}


/* privacy policy css */

.privacy-content {
  padding: 80px 0;
  background: #f8fbff;
}

.privacy-content h1 {
  font-size: 40px;
  font-weight: 700;
  color: #0d1b2a;
}

.privacy-content span {
  display: block;
  font-size: 16px;
  color: #555;
  max-width: 900px;
  line-height: 1.7;
  margin-top: 10px;
}

.information-privacy {
  background: #fff;
  padding: 25px 30px;
  border-radius: 10px;
  margin-top: 25px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.information-privacy:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.information-privacy h4 {
  color: #0d6efd;
  margin-bottom: 10px;
}

.information-privacy p {
  color: #666;
  margin-bottom: 15px;
}

.information-privacy li {
  list-style: none;
  font-size: 15px;
  color: #444;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.information-privacy i {
  color: #0d6efd;
  font-size: 18px;
  margin-top: 3px;
}

.information-privacy:last-child {
  border-left: 4px solid #0d6efd;
}

/* privacy policy css end */

/*  track css start*/

.product-card {
    border: 1px solid #eee !important;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    border-radius: 8px !important;
}

.track-order-main {
  width: 100%;
  background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
  padding: 90px 0px;
  text-align: center;
}

.track-icon i {
  font-size: 65px;
  font-weight: bold;
  color: #2563eb;
}
.track-content h2 {
  font-size: 50px;
  color: #0f172a;
  font-weight: bold;
  letter-spacing: 3px;
}
.track-content p {
  color: #475569;
  font-weight: 500;
  font-size: 18px;
}

/* partner section start */
.partner-section {
  width: 100%;
  padding: 70px 0px;
  background: #f8fafc;
}
.partner-section h2 {
  font-size: 40px;
  color: #0f172a;
  font-weight: bold;
}
.partner-section p {
  color: #475569;
  font-size: 18px;
}
.partner-card {
  margin-top: 50px;
}
.partner-card-info {
  background: #fff;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
	width: 100%;
}
.partner-card-info:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.courier-card img {
  width: 100%;
  object-fit: cover;
  padding: 30px;
  height: 100px;
}

/* need help section start */
.help-section {
  width: 100%;
  padding: 80px 0px;
  text-align: center;
  background: #0f172a;
}
.help-section h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
}
.help-section p {
  color: #d8cfcf;
  font-size: 18px;
  font-weight: 500;
}
.contact-btn {
  margin-top: 25px;
}
.contact-btn button {
  background: #38bdf8;
  color: #fff;
  font-weight: 500;
  border: none;
  padding: 10px 28px;
  border-radius: 6px;
  transition: 0.5s ease;
  font-weight: bold;
}
.contact-btn button:hover {
  background: #0ea5e9;
  color: #fff;
}
/* track css end */

/* PTR PTS Calculator  */

:root {
    --orange-color: #F6A00B;
    --green-color: #408333;
    --dark-bg: #0e1a1f;
    --text-light: #ffffff;
    --text-muted: #cfd8dc;
    --heading-color: #0F1616;
    --logo-red: #E31E24;
}
.calc-container {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    overflow: hidden;
    border: 1px solid #e8ecef;
    transition: all 0.3s ease;
}

.calc-container:hover{
    box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}
.calc-container .input-section {
    padding: 35px;
    background: #ffffff;
}
.calc-container .results-panel {
    background: linear-gradient(135deg,#f8fafb,#eef5f6);
    padding: 35px;
    border-left: 1px solid #e5e5e5;
}

.calc-container .section-title {
    border-bottom: 3px solid var(--green-color);
    display: inline-block;
    margin-bottom: 28px;
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 20px;
}

.calc-container .form-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    color: #555;
}
.calc-container .input-group-text {
    background: #f8f9fa;
    border-right: none;
    color: #888;
    font-size: 15px;
}
.calc-container {
	padding: 20px !important;
	border-radius: 20px !important;
}
.calc-container .form-select {
	 padding: 17px 14px;
    font-size: 15px;
    border-radius: 10px
}
.calc-container .form-control  {
 
    padding: 12px 14px;
    font-size: 15px;
    border-radius: 10px;
}

.calc-container .form-control:focus,
.calc-container .form-select:focus{
    box-shadow: 0 0 0 0.15rem rgba(64,131,51,0.25);
    border-color: var(--green-color);
}
.calc-container .res-box {
    text-align: center;
    padding: 22px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.calc-container .res-box:hover{
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

.calc-container .res-box.ptr {
    background: #ffffff;
    border: 1px solid #e9ecef;
}

.calc-container .res-box.pts {
    background: #f4fff1;
    border: 1px solid #d4edda;
}
.calc-container .res-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.calc-container .res-val {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--logo-red);
}
.calc-container .btn-calculate {
    background: linear-gradient(135deg,var(--logo-red),#b7151a);
    color: white;
    border: none;
    padding: 13px 30px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: .5px;
    transition: all 0.25s ease;
}

.calc-container .btn-calculate:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(227,30,36,0.3);
}

.calc-container .breakdown-row {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

.calc-container .breakdown-val {
    font-weight: 700;
    color: var(--green-color);
}
.calc-container .info-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 26px;
    margin-top: 30px;
    border-left: 5px solid var(--green-color);
    box-shadow: 0 5px 20px rgba(0,0,0,0.06);
    transition: all .3s ease;
}

.calc-container .info-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}


.calc-container .formula-box {
    background: #f4f9f4;
    padding: 15px;
    border-radius: 8px;
    font-family: monospace;
    font-size: 0.9rem;
    margin-top: 12px;
    color: #2c5a2e;
    border-left: 4px solid var(--green-color);
}

/* Mobile */

@media (max-width: 768px) {

.calc-container .input-section,
.calc-container .results-panel{
    padding:25px;
}

.calc-container .res-val{
    font-size:1.7rem;
}

.calc-container .section-title{
    font-size:18px;
}

}
/* ptr pts calculator end */


/* Animation */
@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}.pageheader {
    background: #2A3774;
    /* background: linear-gradient(90deg, rgb(45 55 112) 0%, rgb(184 214 129) 100%) !important; */
    background: linear-gradient(90deg, rgb(208 62 51) 0%, rgb(0 0 0) 100%) !important;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 70px;
}
h1.pagetitle {
    color: #fff;
    font-size: 40px;
}
.bshades {
    font-size: 29px;
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 300;
    line-height: 48px;
    margin: 30px 0 40px 0;
    letter-spacing: 1.5px;
    background: linear-gradient(to right, #2e5dc1, #64a26c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer__cta-item {
    height: 180px !important;
}
.breadcrumb_new {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
    font-weight: bold;
}
span.breadcrumb_new a {
    color: #fff;
}
.container {
    max-width: 90% !important;
}
.rr-btn {
    padding: 15px 20px !important;
}
.contactformdes {
    background: #ccc;
    padding: 5%;
    margin: 0 0 40px 0;
    border-radius: 30px;
}
.resecont {
    width: 100%;
    float: left;
    font-size: 26px;
    margin: 0 0 7px 0;
    background: #fcfcfc;
    padding: 0px 10px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control {
    padding: 16px;
    font-size: 18px;
    background: #438e90;
    color: #fff;
}
section {
    overflow: hidden;
}
.banner-3__content h1 span {
    color: #d13e33 !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control:hover {
    padding: 16px;
    font-size: 18px;
    background: #000;
    color: #fff;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    border-radius: 28px;
    padding: 11px 0 14px 32px;
}
/* Responsive */
@media (max-width: 768px) {
	.logo .img-fluid {
    max-width: 65% !important;
    height: auto;
}
	#sequence a {
    width: 33.3333%;
    float: left;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
    color: var(--white-color) !important;
    font-weight: 600;
    text-decoration: none !important;
    border-right: 1px solid;
}
.service__item {
    height: auto !important;
}
.take-appointment__form {
    padding: 10px !important;
}
	iframe {
    width: 100%;
    height: auto;
}
	.chaty-widget.right-position {
    display: none;
}
section.blog.section-space__bottom {
    margin: 0px 0px 0 0 !important;
}
section.service.service__space {
    margin: 0px 0 29px 0 !important;
}
#sequence {
    width: 100%;
    float: left;
    background: linear-gradient(82deg, rgb(209 61 50) 0%, rgb(208 61 50) 53%, rgb(209 62 51) 100%);
    position: fixed;
    bottom: 0px;
    z-index: 100;
    padding: 0;
    color: #ffffff !important;
    margin: 0 !important;
}
	
	
    .marquee__inner span {
        font-size: 20px;
    }
	.pageheader {
    margin-top: 100px !important;
}
	.pageheader {
    padding: 15px 0 0 0 !important;
}
	section.pageheader h1 {
    display: unset !important;
    font-size: 30px;
}
	span.breadcrumb_new {
    margin: 15px 0 0 0 !important;
}
	.breadcrumb_new {
    display: unset !important;
    float: left !important;
    height: 45px !important;
}
	span.breadcrumb_new a {
    color: #fff;
}
}
.mean__menu-wrapper.d-none.d-lg-block {
    display: unset !important;
}
section#products h2 {
    font-size: 35px;
    font-weight: 800;
}









/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 767px) {
	.container {
    max-width: 100% !important;
}
	div#mega-menu-wrap-primary {
    width: 50px !important;
    float: right !important;
}
div#header-sticky {
    background: #fff !important;
}
.about-us-2__space {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}
section#products h2.section__title.color-theme-black.mb-0 {
    font-weight: 500 !important;
    font-size: 34px !important; 
}
.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    top: 428px !important;
}
.rr-btn {
    margin: 21px 0 0 0 !important;
}
.service__space {
    padding-top: 0px !important;
}
.why-choose-us {
    padding-top: 50px !important;
}
.section-space__top {
    padding-top: 45px !important;
}
.section-space__bottom {
    padding-bottom: 30px !important;
}
section.team.section-space__bottom {
    padding: 50px 0 60px 0 !important;
}
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    z-index: 2;
    position: relative;
    width: 100%;
    padding-bottom: 25px !important;
    padding-left: 0;
    padding-top: 0 !important;
    padding-right: 45px;
    border: none;
    border-bottom: 2px solid #C9F3FF;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0 !important;
    color: rgba(7, 28, 60, 0.6) !important;
}
div#scroll-percentage {
    background: conic-gradient(#d03d32 17%, #0b0b0b 17%) !important;
}
ul.inner-list li {
    margin: 0 0 0 15px;
}