html {
    scroll-behavior: smooth;    
}

.sticky-top {
    position: sticky;
    top: 80px !important;
    z-index: 1020;
}
.desk-img{
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-capitalize {
    text-transform: math-auto !important;
}



.navbar{
    padding: 15px 80px 15px 40px;
    background-color: #FFE0EF !important;
    font-family: "Poppins", sans-serif;
}
.nav-hr{
    margin: 0px 14px 0px 0px !important;
}
.lower_nav{
    justify-content: space-between;
}
.hr_above{
    justify-content: end;
}
.hr_above_text{
    justify-content: end;
}
.hr_above_text .nav-link{
    font-size: 13px;
    color: #000000 !important;
    font-weight: 500;
    padding: 5px;
}
.hr_above_text .nav-link:hover{
    color: #EC268F !important;
}

.hr_below_text{
    gap: 10px;
    justify-content: end;
}
.hr_below_text .nav-link{
    font-size: 16px;
    color: #000000 !important;
    font-weight: 600;
    padding: 5px;
}
.hr_below_text .nav-link:hover{
    color: #EC268F !important;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #EC268F !important;
    font-weight: 700;
    /* text-decoration: underline !important */
}
.web_logo{
    width: 100px;
}
.footer_logo{
    width: 150px;
    margin-bottom: 40px;
}

.navbar-light .navbar-toggler{border:0px; padding-right:0px;}
.toggle-menu {display: block;position: relative;width: 30px;height: 24px;text-indent: -999em;cursor: pointer;}
.toggle-menu--clicked .menu__bar:nth-child(1) {top: 10px;transform: rotate(45deg);}
.toggle-menu--clicked .menu__bar:nth-child(2) {transform: translateX(100%) scale(0);}
.toggle-menu--clicked .menu__bar:nth-child(3) {top: 10px;transform: rotate(-45deg);}
.menu__bar {display: block;position: absolute;left: 0;width: 30px;height: 2px;transition: top 0.4s ease-out, transform 0.4s ease-out;background-color: #222;}
.menu__bar:nth-child(1) {top: 0;}
.menu__bar:nth-child(2) {top: 10px;width: 18px;left: 10px;}
.menu__bar:nth-child(3) {top: 20px;}







/* CONTENT */
.blog_content{
    border-left: 1px solid #ec268f;
    padding: 0px 15px;
}
.blog_content p {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 18px;
}

.blog_content h4 {
    color: #ec268f;
    font-size: 16px;
    margin: 20px 0 10px;
    font-weight: 600;
}

/* SHARE */
.share {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.share span {
    font-size: 14px;
}

.icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ec268f;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}



.owl-carousel .owl-item {
    display: block !important;
    /* height: 100vh;
    background: red; */

}

.owl-carousel .post {
    width: 100%;
}



/* Responsive */
@media (max-width: 768px) {
    .card-container {
        flex-direction: column;
        align-items: center;
    }
    .collapsing {
        transition: 0.1s ease !important;
    }
    .mobile_hcp_section.faq .card-header,
    .mobile_hcp_section.faq .card-header a,
    .mobile_hcp_section.faq .card-body {
        transition: background 0.1s ease, color 0.1s ease;
    }
    .mt-mobile{
        margin-top: 10px;
    }

    


}



.mobile_hcp_section .faq .card .card-header:has(a[aria-expanded="true"]) {
    background-color: #EC268F;
}












 @media (max-width: 768px) {
        .footer-container {
            flex-direction: column;
        }

        .footer-left,
        .footer-middle,
        .footer-right {
            width: 100%;
            margin-bottom: 20px;
        }

        .footer-links {
            flex-direction: column;
        }
        /* .owl-carousel .owl-item {
            width: 100% !important;
        }        

        .owl-carousel .post {
            width: 100%;
        } */
    }



















.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: 30px 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: #0000004D;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background: #EC268F
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f054"; }

@media only screen and (max-width: 990px){

}

/* Contact form error messages */
.contact_us_section .contact_box label.error,
.contact_us_section .contact_box label.text-red {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 400;
}

/* ── Mobile Nav ─────────────────────────────────────────── */
.mob-topbar {
    background-color: #FFE0EF;
    padding: 10px 20px;
    z-index: 1050;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.mob-hamburger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.mob-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #EC268F;
    border-radius: 2px;
    transition: background 0.2s;
}

/* Full-screen overlay */
.mob-nav-overlay {
    position: fixed;
    inset: 0;
    background-color: #EC268F;
    z-index: 2000;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}
.mob-nav-overlay.is-open {
    transform: translateX(0);
}

.mob-nav-inner {
    padding: 20px 20px 30px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

/* Header */
.mob-nav-head {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    margin-bottom: 8px;
}
.mob-nav-logo {
    width: 90px;
    filter: brightness(0) invert(1);
}
.mob-nav-close {
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 10px;
    background: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Nav links list */
.mob-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}
.mob-nav-links li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mob-nav-links li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
.mob-nav-links li a.active {
    font-weight: 700;
}
.mob-nav-links li a i {
    font-size: 12px;
    opacity: 0.75;
}
.mob-nav-links li a:hover {
    color: #fff;
    opacity: 0.85;
    text-decoration: none;
}

/* Contact card */
.mob-nav-card {
    margin-top: 28px;
    background: rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 18px;
}
.mob-nav-card-title {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
    font-family: "Poppins", sans-serif;
}
.mob-nav-card-item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.15);
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.mob-nav-card-item:last-child {
    margin-bottom: 0;
}
.mob-nav-card-icon {
    width: 42px;
    height: 42px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    flex-shrink: 0;
}
.mob-nav-card-item small {
    display: block;
    color: rgba(255,255,255,0.75);
    font-size: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}
.mob-nav-card-item p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    margin: 2px 0 0;
    font-family: "Poppins", sans-serif;
    word-break: break-all;
    overflow-wrap: break-word;
}
.mob-nav-card-item > div:last-child {
    min-width: 0;
    flex: 1;
}

/* Body top padding for mobile fixed bar */
@media (max-width: 767px) {
    body {
        padding-top: 60px;
    }
    .mt-100 {
    margin-top: 25px !important;
}
}

