.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}
.blog_context img {
    width: 100%;
}
img.blog_inner_img {
    width: 100%;
}
.blog_progress_bar {
    height: 5px;
    background: #bb8c2d;
    width: 0%;
    position: fixed;
    top: 55px;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}





.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -18px;
    left: 12px;
    background: white;
    color: #bd060e;
}

@media only screen and (max-width: 479px) {

}




/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../img/azi-guard-technology.svg) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}
.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}
.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	float: left;
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	float: left;
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
	padding: 50px 0;
}



.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #F0F0F0;
    color: #000;
    border-radius: 50%;
    margin-right: 5px;
    opacity: 1;
}
@media only screen and (max-width: 990px){

}

/* Footer social icons (all breakpoints) */
.nitof-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nitof-social-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, color 0.2s ease;
}
.nitof-social-icon:hover {
    background: #005272;
    color: #fff;
}

/* =========================================================
   Mobile Nav (independent of the desktop nav / Bootstrap collapse —
   plain elements toggled by classList in nav.php, no jQuery timing
   dependency). Visibility of the trigger bar is handled by the
   d-lg-none utility classes on the markup itself, so these rules
   don't need a max-width media query to stay off desktop.
   ========================================================= */
.mob-topbar {
    height: 64px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    z-index: 1050;
}
.mob-top-logo {
    height: 32px;
}
.mob-hamburger {
    width: 32px;
    height: 22px;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mob-hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 2px;
    background: #1b4f72;
}

.mob-drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 5, 30, 0.55);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1059;
}
.mob-drawer-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.mob-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 95%;
    max-width: 340px;
    height: 100vh;
    background: #005272;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.35);
    transform: translateX(100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
    z-index: 1060;
}
.mob-drawer.is-open {
    transform: translateX(0);
}

.mob-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.mob-drawer-logo {
    width: 110px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    padding: 6px 10px;
    display: block;
}
.mob-drawer-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mob-drawer-nav ul {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
}
.mob-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    font-weight: 500;
    padding: 16px 20px;
    border-left: 3px solid transparent;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}
.mob-nav-link:hover,
.mob-nav-link:focus,
.mob-nav-link:active,
.mob-nav-link:visited {
    color: rgba(255, 255, 255, 0.85);
}
.mob-nav-link.active,
.mob-nav-link.active:hover,
.mob-nav-link.active:focus,
.mob-nav-link.active:active,
.mob-nav-link.active:visited {
    color: #fff;
}
.mob-nav-arrow {
    color: rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
}
.mob-nav-link.active {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
    border-left-color: #ff3fa6;
}
.mob-nav-link.active .mob-nav-arrow {
    color: #ff3fa6;
}

.mob-drawer-cta-btn {
    display: block;
    width: calc(100% - 40px);
    margin: 8px 20px 0;
    text-align: center;
    border: 1px solid #005272;
    border-radius: 25px;
    background-color: white;
}

.mob-drawer-cta {
    margin: 24px 16px 24px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
}
.mob-cta-title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
}
.mob-cta-card {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 12px;
}
.mob-cta-card:last-child {
    margin-bottom: 0;
}
.mob-cta-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.mob-cta-info {
    display: flex;
    flex-direction: column;
}
.mob-cta-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.mob-cta-value {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

/* Withdrawal symptom cards: 2-up on mobile only (col-6 in the markup
   handles the layout; this just tightens padding/type for the narrower
   card width). Desktop (col-lg-4/col-md-4) is unaffected. */
/* Equal-height why-quit-cards on desktop too (3 stacked layer rows) */
@media (min-width: 768px) {
    .why-quit-card {
        min-height: 200px;
    }
    /* Layer the same overlay gradient used elsewhere on the desktop hero's
       background image (set via inline style in index.php) so text stays
       legible over the photo — mirrors the mobile .nitof-hero treatment. */
    /* .nitof-hero {
        background-image: linear-gradient(90.18deg, #005272 12.37%, rgba(27, 80, 86, 0) 70.65%), url('../img/banner_img.jpg') !important;
    } */
}

@media (max-width: 767px) {
    /* Dedicated portrait-crop mobile banner (gradient already baked in on
       the left, matching where the hero text sits) instead of the desktop
       landscape banner_img.png. Needs !important since the desktop image
       is set via an inline style attribute in index.php. */
    .nitof-hero {
        background-image: linear-gradient(82.45deg, #005272 28.85%, rgba(27, 80, 86, 0) 76.03%), url('../img/mob_banner.jpg') !important;
    }

    
    .about-intro-label {
        font-size: 20px;
    }
    .dosage-guide-heading,
    .support-section-heading,
    .counselling-heading,
    .assessment-heading,
    .contact-heading,
    .hcp-block-heading,
    .hcp-resources-heading,
    .hcp-cta-heading,
    .withdrawal-heading,
    .willpower-heading,
    .patch-main-heading,
    .nitof-footer-contact-heading,
    .nitof-cta-title,
    .contact-form-heading,
    .blogs_title {
        font-size: 18px;
    }
    .sub_heading{
        font-size: 16px;
    }
    .patch-tab-item {
        font-size: 20px;
    }
    .dosage-guide-subtext {
        margin-bottom: 15px;
    }
    .about-rx-warning {
        margin-left: 0;
    }
    .learn-risk-img {
        margin: 0 auto;
    }
    .quiz-step .row {
        row-gap: 12px;
    }
    .contact-section {
        padding: 100px 0 80px;
    }
    .quiz-step .row .col-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .quiz-option-card {
        padding: 12px 14px;
        align-items: unset;
    }
    .quiz-nav-prev {
        font-size: 12px;
    }
    .quiz-nav-next {
        font-size: 12px;
    }
    .quiz-option-label {
        font-size: 14px;
    }
    .quiz-option-sub {
        font-size: 12px;
    }
    .contact-heading {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .trust-card{
        padding: 28px 18px 28px;
    }
    .trust-card-btn{
        font-size: 12px;
    }
    .about-page-header{
        padding: 100px 0 0px;
    }
    .faq-page-section {
        padding: 100px 0 80px;
    }
  

    /* Letter badge + title on one line, text spanning the full width below
       (starting from the left edge, not indented under the title). Using
       grid + display:contents so .result-step-title/.result-step-text can
       be placed directly, even though they're nested inside
       .result-step-body in the markup — avoids needing separate mobile
       markup for this one. */
    .result-step {
        display: grid;
        grid-template-columns: 52px 1fr;
        column-gap: 16px;
        row-gap: 6px;
        align-items: start;
    }
    .result-step-body {
        display: contents;
    }
    .result-step-letter {
        grid-column: 1;
        grid-row: 1;
    }
    .result-step-title {
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        margin-bottom: 0;
    }
    .result-step-text {
        grid-column: 1 / -1;
        grid-row: 2;
    }
    .result-heading {
        font-size: 18px;
        padding: 4px 18px;
    }
    .hcp-resources-row .col-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .hcp-resources-row {
        row-gap: 12px;
    }
    .hcp-resource-card {
        padding: 14px 16px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .hcp-resource-label {
        font-size: 13px;
        padding-right: 8px;
    }
    /* .hcp-cta-btn has white-space:nowrap, sizing it to its (long) text —
       on narrow screens that pushes it past the container edge. Stack the
       buttons full-width and let the text wrap instead. */
    .hcp-cta-btns {
        flex-direction: column;
        align-items: stretch;
    }
    .hcp-cta-btn {
        white-space: normal;
        width: 100%;
        text-align: center;
        padding: 13px 13px;
        font-size: 12px;
    }
    /* Contact page: form first, contact info second, and drop the sticky
       positioning (meant for the desktop side-by-side layout — on a
       stacked mobile layout it just pins the info block mid-scroll). */
    .contact-info-col {
        position: static;
        order: 2;
        margin-top: 35px;
    }
    .contact-form-col {
        order: 1;
    }
    .contact-info-icon {
        border-radius: 50%;
    }
    .contact-submit-btn {
        width: 100%;
    }
    .nitof-cta-banner{
        display: none;
    }
    .nitof-rx-heading,
    .nitof-rx-text {
        text-align: left;
    }
    .nitof-rx-section {
        max-height: 220px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* The mobile-only about-product-img has a stacked w-100 !important class
       that beats its own width:75% rule, leaving no room to center — match
       the desktop image's 75% width instead. */
    .about-intro-section .about-product-img.d-block {
        margin: 0 auto;
        display: block;
    }
     

    .about-intro-section{
        padding: 10px 0px 0px;
    }
    .about-content-section {
    padding: 25px 0px 0px 0px;
}
.assessment-section {
    padding: 25px 0 45px;
}
.quiz-card {
    padding: 15px 15px 15px;
}

    /* The desktop dosage grid (with its wide custom -40px/40px row gutter)
       is now hidden below 768px via d-none/d-md-block in the markup. The
       mobile slider reuses .dosage-card and keeps the same top-right
       "peeking product box" look as desktop, just scaled down to fit a
       narrow card — safe here since Owl's own wrapper clips overflow
       internally instead of it bleeding into the page. */
    .dosage-mobile .dosage-card {
        padding: 15px 15px 15px 15px;
    }
    .dosage-mobile .dosage-card-img-wrap {
        top: -43px;
        right: -10px;
        width: 115px;
        margin: 0;
    }

    .understand-smoking-section .row > div:first-of-type {
        text-align: center;
    }

    .why-quit-num {
        display: none;
    }
    .why-quit-card {
        margin-left: 0;
        padding-left: 24px;
        border-radius: 0;
        min-height: 280px;
    }

    .withdrawal-heading {
        text-align: center;
    }
    .withdrawal-intro {
        text-align: left !important;
        margin-left: 0;
        margin-right: 0;
    }
    .withdrawal-row {
        row-gap: 14px;
    }
    .withdrawal-row .col-6 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .withdrawal-card {
        padding: 18px 16px;
    }
    .withdrawal-card-title {
        font-size: 15px;
    }
    .withdrawal-card-desc {
        font-size: 13px;
    }
}

/* =========================================================
   Mobile-only owl-carousel sliders (trust stats, why-quit layers,
   dosage cards, counselling cards, hcp dosage cards). Desktop grid/flex
   markup for all five sections is untouched — these sliders live in
   their own d-md-none blocks.
   ========================================================= */
.trust-stats-mobile #trust-stats-slider .item {
    padding: 4px 6px 12px;
}
.why-quit-mobile #why-quit-slider .item {
    padding: 4px 6px 12px;
}
.dosage-mobile #dosage-slider .item {
    /* Owl's own wrapper clips overflow (needed to hide inactive slides
       horizontally) — this also clips vertically, so the top-right peeking
       product box needs headroom here or it gets cut off at the top. */
    padding: 40px 6px 12px;
}
.counselling-mobile #counselling-slider .item {
    padding: 4px 6px 12px;
}
.hcp-dosage-mobile #hcp-dosage-slider .item {
    padding: 4px 6px 12px;
}
/* .dosage-card, .counselling-card, and .hcp-dosage-card each have a
   scroll-triggered fade-in (opacity:0 until .is-visible is added by an
   IntersectionObserver). Off-screen carousel slides can sit outside the
   observer's root geometry and never receive that class, so force full
   opacity for the mobile slider copies regardless. */
.dosage-mobile .dosage-card {
    opacity: 1;
}
.counselling-mobile .counselling-card {
    opacity: 1;
    height: 285px;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.hcp-dosage-mobile .hcp-dosage-card {
    opacity: 1;
}
.trust-stats-mobile .owl-controls,
.why-quit-mobile .owl-controls,
.dosage-mobile .owl-controls,
.counselling-mobile .owl-controls,
.hcp-dosage-mobile .owl-controls {
    margin-top: 4px;
}
.trust-stats-mobile .owl-buttons,
.why-quit-mobile .owl-buttons,
.dosage-mobile .owl-buttons,
.counselling-mobile .owl-buttons,
.hcp-dosage-mobile .owl-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.trust-stats-mobile .owl-buttons div,
.why-quit-mobile .owl-buttons div,
.dosage-mobile .owl-buttons div,
.counselling-mobile .owl-buttons div,
.hcp-dosage-mobile .owl-buttons div {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 50%;
    background: #f0f2f4;
    color: #55606b;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    opacity: 1;
    transition: background 0.25s ease, color 0.25s ease;
}
.trust-stats-mobile .owl-buttons div:hover,
.why-quit-mobile .owl-buttons div:hover,
.dosage-mobile .owl-buttons div:hover,
.counselling-mobile .owl-buttons div:hover,
.hcp-dosage-mobile .owl-buttons div:hover {
    background: #005272;
    color: #fff;
}

