	@font-face {
    font-family: "jost-medium";
    src: url('../fonts/jost-500-medium.woff') format('woff'),
        url('../fonts/jost-500-medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "jost-semi";
    src: url('../fonts/jost-600-semi.woff') format('woff'),
        url('../fonts/jost-600-semi.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato-Regular";
    src: url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Basis-Light";
    src: url('../fonts/BasisGrotesqueArabicPro-Light.woff') format('woff'),
        url('../fonts/BasisGrotesqueArabicPro-Light.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Basis-Regular";
    src: url('../fonts/BasisGrotesqueArabicPro-Regular.woff') format('woff'),
        url('../fonts/BasisGrotesqueArabicPro-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Basis-Medium";
    src: url('../fonts/BasisGrotesqueArabicPro-Medium.woff') format('woff'),
        url('../fonts/BasisGrotesqueArabicPro-Medium.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Basis-Bold";
    src: url('../fonts/BasisGrotesqueArabicPro-Bold.woff') format('woff'),
        url('../fonts/BasisGrotesqueArabicPro-Bold.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Basis-Black";
    src: url('../fonts/BasisGrotesqueArabicPro-Black.woff') format('woff'),
        url('../fonts/BasisGrotesqueArabicPro-Black.woff') format('woff');
    font-style: normal;
    font-display: swap;
}

:root {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Basis-Regular";
    color: #000;
}

body.scrollHideBody {
    overflow: hidden;
}

* {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

@media (min-width: 1650px) {
    .container {
        max-width: 1550px;
    }
}

/*Common css*/
.flex-center {
    display: flex;
    align-items: center;
}

button {
    border: none;
    padding: 0;
    background: transparent;
}

img {
    width: auto;
    max-width: 100%
}

.sectionPadding {
    padding: 115px 0
}

.sectionPaddingSm {
    padding: 65px 0
}

.center {
    text-align: center;
}

.roundBtn {
    width: 72px;
    height: 72px;
    background: #8D6023;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roundBtn:hover {
    background: #000
}

.btnStyle {
    background: transparent;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
}

.btnStyle::after,
.btnStyle::before {
    content: "";
    background-color: #8D6023;
    width: 0;
    height: 50%;
    position: absolute;
    z-index: -1;
}

.btnStyle::after {
    bottom: 0;
    right: 0;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btnStyle::before {
    top: 0;
    left: 0;
    -webkit-transition: .3s cubic-bezier(.785, .135, .15, .86);
    transition: .3s cubic-bezier(.785, .135, .15, .86);
}

.btnStyle:hover::after,
.btnStyle:hover::before {
    width: 100%;
}

.btnStyle:hover {
    color: #fff
}

/*Common css*/



ul,
figure {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

h2,
h3,
h6 {
    font-family: "Basis-Black";
}

h4 {
    font-family: "Basis-Bold";
}

h2 {
    color: #565656;
    font-size: 75px;
    line-height: normal;
    text-transform: uppercase;
}

h2 span {
    display: block;
}

section {
    overflow: hidden;
}

/*Header*/
.hideLogo header {
    padding: 40px 50px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 50px;
    z-index: 3;
    background: transparent;
}
article header{padding:0!important}

.logo img {
    width: 130px
}

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

.hideLogo .headFlex {
    justify-content: flex-end;
    align-items: flex-start;
}

header .horizontal-nav a,
header .dealershipBtn {
    color: #fffaf0 !important;
}


header.fixed .headFlex {
    justify-content: space-between
}

.social {
    position: relative;
}

.social li {
    margin-left: 15px
}

.social li a {
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20px
}

.social li a:hover {
    border-color: #8d6023;
    background: #8d6023;

}
footer .footerInfo .social li a:hover {
     color: #ffffff !important;   
}
.main_menu {
    margin-left: 15px;
    position: relative;
    z-index: 9
}

header.fixed {
    background: #000;
    padding: 10px 30px
}

header.fixed .headFlex {
    align-items: center;
}

.hideLogo header .logo {
    display: none;
}

header.fixed .logo {
    display: block;
}

header.fixed .logo img {
    width: 70px
}

/*body.activeMenu{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;overflow: hidden;}*/
.main_menu nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 450px;
    height: 100vh;
    background: #8d6023c9;
    padding-top: 80px;
    box-shadow: -1px -4px 20px 13px #00000021;
}

body.activeMenu header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000078;
    content: "";
    z-index: -1;
}

.main_menu nav.active {
    right: 0
}

.main_menu nav ul li a {
    font-size: 26px;
    display: block;
    padding: 15px 40px;
    color: #fff;
    font-family: 'basis-grotesque-arabic-pro';
}

.main_menu nav ul li a:hover {
    font-family: "Basis-Bold";
}

.main_menu .closeMenu {
    position: absolute;
    top: 42px;
    right: 62px
}

.main_menu .closeMenu img {
    width: 35px
}

.main_menu .social {
    padding-left: 40px;
    margin-top: 30px
}

.main_menu .social li a {
    border: none;
    padding: 0;
    font-size: 24px;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

/*.main_menu .social li a:hover{color: #000}    
.main_menu .social li a:hover img{-webkit-filter: invert(100%);    filter: invert(100%);}*/
.main_menu .social li {
    margin: 0 20px 0 0;
}

/*Header*/

/*Home Silder*/
.homeSlider {
    position: relative;
}

.homeOwl .item {
    position: relative;
}

.homeOwl .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.homeOwl .item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #0000008a;
    z-index: 1
}

.homeOwl .item figure img {
    width: 100%
}

.homeOwl .item .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
    height: 100%;
    justify-content: center;
}

.homeOwl .item h1 {
    font-family: "Basis-Black";
    font-size: 240px;
    margin: 70px 0 130px 0;
    line-height: 105px;
    text-align: center;
}

.homeOwl .item h1 span {
    display: block;
    font-family: "Basis-Medium";
    font-size: 80px
}

.homeOwl .item .col {
    text-align: center;
}

.homeOwl .item a {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 15px;
}

.homeOwl .item a .roundBtn {
    margin-bottom: 15px;
    position: relative;
    animation: pulse 2s infinite ease-out;
}

.homeOwl .item a .roundBtn img {
    position: relative;
    z-index: 9
}

.homeOwl .item a .roundBtn::before,
.homeOwl .item a .roundBtn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #8D6023;
    animation: ripple 2.5s infinite;
}

.homeOwl .item a .roundBtn::after {
    animation-delay: 1.2s;
}

/* Core pulse */
@keyframes pulse {
    0% {
        transform: scale(1);
        background: #8D6023;
    }

    50% {
        transform: scale(1);
        background: #8D6023;
    }

    100% {
        transform: scale(1);
        background: #8D6023;
    }
}

/* Ripple expanding */
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

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

.homeOwl .item .content .block {
    width: 680px;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: 20px
}

.homeOwl .item .content .block p {
    width: 88%;
    margin: 0;
    font-family: "Lato-Regular";
    font-size: 16px;
    line-height: 25px
}

.homeOwl .item .content .block a img {
    width: auto;
}

.homeOwl .owl-nav {
    position: absolute;
    bottom: 27%;
    right: 8%
}

.homeOwl .owl-nav button {
    width: 80px;
    height: 68px;
    border: 1px solid #fff !important;
    background: url(../images/moveArrow.png) no-repeat center center !important;
    margin: 0 4px
}

.homeOwl .owl-nav button span {
    display: none;
}

.homeOwl .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.homeOwl .owl-dots {
    display: none;
}

.homeSlider {
    height: 100vh;
    background: #000
}

.homeOwl {
    height: 100%
}

.animated_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.3);
    opacity: 0;
    transition: all 1s ease-in-out;
}

.animated_logo img {
    width: 130px
}

.animated_logo.show {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.animated_logo.move-top {
    top: 40px;
    left: 40px;
    transform: translate(0, 0) scale(1);
}

.hidden {
    opacity: 1 !important;
    transform: none !important;
}

.hero_title {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    /* smooth animation */
    transition-delay: 0.5s;
    /* delay like logo */

}

.hero_title.show {
    opacity: 1;
    transform: translateY(0);
}

.hero_content {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
    transition-delay: 0.5s;
    /* same delay as hero_title */
}

.hero_content.show {
    opacity: 1;
    transform: translateY(0);
}


.show-text {
    opacity: 1;
    transform: translateY(0);
}

.social li a.enuery_btn {
    width: auto;
    height: auto;
    border-radius: 25px;
    padding: 8px 19px;
    font-size: 14px;
}

.social li a.enuery_btn img {
    margin-left: 10px;
    width: 20px;
}

.social li a.enuery_btn:hover {
    border-color: #8d6023;
    background: #8d6023;
}

button.toggleMenu img {
    width: 40px
}

/*button.toggleMenu:hover{background: #8d6023;padding: 8px}
button.toggleMenu:hover img{width: 30px}*/
/*Home Silder*/

/*Our Story*/
.storySec {
    position: relative;
}

.storySec .col {
    position: relative;
    padding: 0 70px;
}

.storySec .secHead {
    width: 495px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 70px;
    padding-left: 15px;
    background: #f5f5f5;
    z-index: 1
}

.storySec .secHead h2 {}

.storySec .secHead p {
    padding-right: 10px;
    text-align: justify;
}

.storyOwl {
    position: relative;
}

.storyOwl .item {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.storyOwl .item .year {
    width: 40%;
    padding-right: 50px
}

.storyOwl .item .year h3 {
    font-size: 213px;
    color: #8d60234a;
    line-height: 180px
}

.storyOwl .item .content {
    width: 60%;
    padding-left: 20px
}

.storyOwl .item .content img {
    width: 100%
}

.storyOwl .item .content h6 {
    text-transform: uppercase;
    color: #565656;
    font-size: 21px;
    margin: 50px 0 20px
}

.storySec p {
    font-size: 18px;
    line-height: 35px;
}

.storyOwl .owl-dots {
    width: 50%;
    float: right;
    padding-left: 120px;
    margin-top: 20px
}

.storyOwl .owl-dots .owl-dot {
    width: 110px;
    height: 2px;
    background: #D2D2D2;
    margin: 0 8px
}

.storyOwl .owl-dots .owl-dot.active {
    background: #8D6023
}

.storyOwl .owl-nav {
    position: absolute;
    bottom: 60%;
    right: 0;
    width: 58.5%;
    display: flex;
    justify-content: space-between;
}

.storyOwl .owl-nav button {
    width: 60px;
    height: 48px;
    border: none !important;
    background: #8d6023 url(../images/moveArrow.png) no-repeat center center !important;
    margin: 0;
    opacity: .8;
}

.storyOwl .owl-nav button span {
    display: none;
}

.storyOwl .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

/*Our Story*/

/*Our Distilleries*/
.distillerSec {
    position: relative;
    background: #FFFAF0;
}

.distillerTab {
    margin-top: 45px;
    padding: 30px;
}

.distillerTab ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.distillerTab ul li {
    font-family: "Basis-Bold";
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin: 0 40px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.distillerTab ul li span {
    display: block;
    border-bottom: 2px solid transparent;
    padding: 0 30px 15px;
}

.distillerTab ul li.active {
    color: #8D6023
}

.distillerTab ul li.active span {
    border-color: #8D6023
}

.distillerTabContent {
    margin-top: 30px
}

.distillerSec .contentBody {
    display: flex;
    flex-wrap: wrap;
}

.distillerSec .contentBody figure {
    width: 60%;
}

.distillerSec .contentBody figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.distillerSec .contentBody .content {
    width: 40%;
    padding: 0 70px 0 80px
}

.distillerSec .contentBody h3 {
    font-family: "Basis-Bold";
    font-size: 42px;
    line-height: 72px;
    border-bottom: 1px dotted #1C1818;
    margin: 0 0 15px 0
}

.distillerSec .contentBody .list {
    border-bottom: 1px dotted #1C1818;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.distillerSec .contentBody .list p {
    font-family: "Basis-Regular";
    font-size: 21px;
    line-height: 33px;
}

.distillerSec .contentBody .list p strong {
    font-family: "Basis-Bold";
}

.distillerSec .contentBody .list .klpd {
    width: 116px;
    height: 114px;
    background: #8D6023;
    display: flex;
    align-items: center;
    justify-content: center;
}

.distillerSec .contentBody .list h4 {
    color: #fff;
    text-align: center;
    font-family: "Basis-Black";
    font-size: 45px;
    margin: 0;
    line-height: 40px
}

.distillerSec .contentBody .list h4 span {
    display: block;
    font-family: "Basis-Medium";
    font-size: 30px
}

.distillerSec .contentBody .list:last-child {
    padding: 0;
    margin: 0;
    border: none
}

.distillerTabContent .tab {
    display: none;
}

.distillerTabContent .tab.active {
    display: block;
}

/*Our Distilleries*/

/*Our Collection*/
.collectionSec {
    position: relative;
    height: 950px;
    overflow: hidden;
}

.collectionOwl,
.collectionOwl>div,
.collectionOwl>div>div {
    height: 100%
}

.collectionSec .secHead {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
}

.collectionSec .secHead h2 {
    color: #fff
}

.collectionOwl {
    position: relative;
}

.collectionOwl .item,
.collectionOwl .owl-item {
    height: 100%
}

.collectionOwl .item figure {
    position: relative;
    height: 100%
}

.collectionOwl .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collectionOwl .item .content {
    position: absolute;
    width: 730px;
    max-width: 100%;
    top: 55%;
    right: 10%;
    height: 550px;
    background: rgba(255, 255, 255, 0.89);
    padding: 30px 50px 125px 50px;
    display: flex;
    flex-direction: column;
    transform: translate(0, -50%);
}

.collectionOwl .item .content .detail {
    text-align: left;
    width: 545px;
    max-width: 100%
}

.collectionOwl h4 {
    font-family: "Basis-Bold";
    font-size: 60px;
    line-height: normal;
    margin: 0
}

.collectionOwl h4 span {
    display: block;
}

.collectionOwl h5 {
    font-size: 40px;
    line-height: normal;
    color: #B37F2C;
    margin: 8px 0 20px;
    font-family: "Basis-Bold";
}

.collectionOwl p {
    font-size: 18px;
    line-height: normal;
    font-family: "Lato-Regular";
    padding-right: 20px;
}

.buttonAlign {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.collectionOwl .buttonAlign {
    position: absolute;
    top: 20px;
    right: 20px;
}

.collectionOwl .buttonAlign a img {
    width: auto;
}

.collectionOwl .owl-nav {
    height: auto;
    position: absolute;
    bottom: 195px;
    right: 10%;
    width: 730px;
    padding-left: 50px;
    max-width: 100%;
}

.collectionOwl .owl-nav button {
    width: 80px;
    height: 60px;
    border: 1px solid #000 !important;
    background: url(../images/arrowMoveBlack.webp) no-repeat center center !important;
    margin: 0 4px
}

.collectionOwl .owl-nav button span {
    display: none;
}

.collectionOwl .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

.collectionOwl .owl-dots {
    display: none;
}

/*Our Collection*/

/*our Leadership*/
.innerBaner4 {
    height: 550px;
    /* yahan height kamâ€“zyada karo */
    overflow: hidden;
}

.innerBaner4:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000085
}

.innerBaner4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.leaderSec {
    position: relative;
    overflow: hidden;
}

.leaderSec h2 {
    text-align: center;
}

.leaderOwl {
    position: relative;
    margin-top: 50px
}

.leaderElem {
    padding: 0 30px
}

.leaderOwl .item {
    background: #FFFAF0;
    padding: 55px 80px 0;
    display: flex;
    flex-wrap: wrap;
}

.leaderOwl .item figure {
    width: 45%;
    height: 600px
}

.leaderOwl .item .content {
    width: 55%;
    padding: 0 120px 0 70px
}

.leaderOwl .item figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.leaderOwl .item h3 {
    font-size: 55px;
    font-family: "Basis-Bold";
    text-transform: uppercase;
}

.leaderOwl .item h3 span {
    display: block;
    text-transform: none;
}

.leaderOwl .item p {
    font-family: "Lato-Regular";
    font-size: 21px;
    line-height: 34px;
    color: #716363;
    position: relative;
    padding: 15px 0 0 0;
    margin: 20px 0 0 0;
}

.leaderOwl .item p:before {
    position: absolute;
    top: 0;
    left: -38px;
    content: "";
    width: 23px;
    height: 21px;
    background: url(../images/in_coma.webp) no-repeat;
}

.leaderOwl .item p:after {
    position: absolute;
    bottom: -10px;
    right: 0;
    content: "";
    width: 23px;
    height: 21px;
    background: url(../images/in_coma.webp) no-repeat;
    transform: rotate(180deg);
}

.leaderOwl .item h4 {
    font-family: "Basis-Bold";
    font-size: 50px;
    line-height: 60px;
    margin: 30px 0 0;
    display: flex;
}

.leaderOwl .item h4 span {
    display: flex;
    flex-direction: column;
    margin-left: 5px
}

.leaderOwl .item h4 span span {
    margin: 0
}

.leaderOwl .owl-dots {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
}

.leaderOwl .owl-dots .owl-dot {
    width: 5px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 10px;
    border: 2px solid #D9D9D9;
    margin: 5px 0
}

.leaderOwl .owl-dots .owl-dot.active {
    background: #99713C;
    border-color: #99713C
}

.leaderOwl .owl-nav {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translate(0, -50%);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 2px solid #8D6023;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leaderOwl .owl-nav button {
    width: 100%;
    height: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #8D6023 url(../images/arrow_lg.png) no-repeat center center !important;
}

.leaderOwl .owl-nav button span {
    display: none;
}

.leaderOwl .owl-nav button.owl-prev {
    border-left: 1px dotted #4d320d;
    transform: rotate(180deg);
}

/*our Leadership*/

/*Raise your glass*/
.glassSec {
    position: relative;
}

.glassSec .container {
    position: relative;
    padding: 0 100px
}

.glassSec h2 {
    color: #3A3A3A
}

.raiseImg {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 70px
}

.raiseImg img {
    width: auto;
    max-width: 100%;
    margin-bottom: 0
}

.flexRight .item {
    display: flex;
    justify-content: flex-end;
}

/*.glassSec .col-md-4{padding-right: 0}*/
.raiseImg.leftside {
    align-items: flex-start;
    margin: 0
}
/* Video specific styling */
.galleryOwl .item video {
  width: 100%;
  height: 100%; 
  object-fit: cover ;
  object-position: center ;
  display: block !important;
  margin: 0;
  padding: 0 ;
  max-width: 100%;
  max-height: 100%;
}
.galleryOwl {
    margin: 5px 0;
}
.galleryOwl .item, .galleryOwl .item a, .raiseImgBtm {
    width: 100%;
}
.galleryOwl .item img {
    height: 350px;
    object-fit: cover;
}
/* Ensure video container has proper dimensions */
.col-md-8 .raiseImg.leftside > .galleryOwl .item {
    height: 500px !important;
}
.raiseImg.leftside .raiseImg {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.raiseImg.leftside img:first-child {
    width: 100%
}

.glassOwl {
    position: relative;
    top: 80px;
    left: 0;
    width: 200px;
    margin: 0 auto;
}

.glassOwl .item {
    height: 530px
}

.glassOwl .item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*Raise your glass*/


/*refined whiskey*/
.whiskeySec {
    position: relative;
    background: #FFFAF0 url(../images/refined_bg.webp) no-repeat center center;
}

.whiskeySec h5 {
    text-align: center;
    font-family: "Basis-Light";
    font-size: 60px;
    text-transform: capitalize;
    color: #3A3A3A
}

.whiskeySec h2 {
    text-align: center;
    color: #3A3A3A
}

.rowSpace {
    padding: 0 100px
}

.whiskeySec .box {
    text-align: center;
    padding: 0 0;
    margin-top: 40px
}

.whiskeySec .box h4 {
    font-size: 24px;
    margin: 10px 0;
    text-transform: uppercase;
}

.whiskeySec .box p {
    font-size: 16px;
    line-height: 23px;
    height: 70px;
}

.whiskeySec .box img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.whiskeySec figure {
    text-align: center;
}

.whiskeySec figure img {
    width: 210px
}

/*refined whiskey*/


/*AWARDS*/
.awardSec {
    position: relative;
    background: url(../images/award_bg.webp) no-repeat center center;
    background-size: cover;
    height: 950px
}

.awardSec h2 {
    text-align: center;
    color: #fff
}

.awardBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 860px;
    margin: 420px auto 0;
    max-width: 100%;
}

.awardBox .box {
    position: relative;
    color: #fff;
    width: 370px;
    height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.awardBox .box:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/award_icon.webp) no-repeat left center;
}

.awardBox .box:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/award_icon.webp) no-repeat left center;
    transform: rotateY(180deg);
}

.awardBox .box h4 {
    font-family: "Basis-Black";
    font-size: 45px
}

.awardBox .box p {
    font-size: 18px;
    margin: 0;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
}

/*AWARDS*/
.mapSec {
    position: relative;
    background: #F9F9F9
}

.mapBox h2 {
    color: #3A3A3A
}

.mapBox {
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.mapBox figure {
    width: 800px
}

.mapBox figure img {
    width: 760px;
    max-width: 100%
}

.mapBox figure svg {
    width: 100%;
    height: auto;
}

.hoverEft:hover {
    fill: #99713C
}

.statehide {
    display: none;
}

.statehide.show {
    display: block;
}

/*footer*/
footer {
    position: relative;
    padding: 110px 0 0;
    background: url(../images/footer_bg.webp) no-repeat;
    background-size: cover;
}

footer .enquerySec {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
}

footer .enquerySec a {
    font-family: "Basis-Bold";
    font-size: 32px;
    color: #000;
    padding: 30px;
    flex: 1;
    border: 1px solid #000;
    text-align: center;
    text-transform: uppercase;
}

.footerInfo {
    text-align: center;
}

.footerInfo .social {
    justify-content: center;
    margin-top: 30px
}

footer .footerInfo .social li a {
    color: #6D6868;
    border-color: #6D6868;
    font-size: 25px;
    width: 45px;
    height: 45px;
}

footer h5 {
    font-family: "Basis-Bold";
    font-size: 30px;
    color: #000;
    margin-bottom: 15px
}

footer ul li a {
    font-size: 20px;
    line-height: 40px;
    color: #6D6868;
    font-family: "Basis-Medium";
}

footer ul li a:hover {
    color: #8D6023
}

footer p {
    font-family: "Basis-Medium";
    font-size: 20px;
    line-height: 32px;
    color: #6D6868;
    padding-left: 28px;
    position: relative;
}

footer p a {
    color: #6D6868
}

footer p span {
    position: absolute;
    top: 0;
    left: 0
}

.ipl-partners-logo {
    margin-top: 20px !important;
    display: block !important;
    white-space: nowrap !important;
    line-height: 0 !important;
}
.ipl-partners-logo h5 {
    margin: 0;
}
/* .ipl-partners-logo h5 {
    font-family: "Basis-Bold" !important;
    font-size: 22px !important;
    color: #000 !important;
    margin-bottom: 10px !important;
    display: block !important;
    white-space: normal !important;
    line-height: normal !important;
}*/

.ipl-partners-logo img {
    display: inline-block !important;
    width: 70px;
    height: 70px;
    object-fit: contain !important;
    margin-top: 20px;
    transition: transform 0.3s ease !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    vertical-align: middle !important;
    float: none !important;
    clear: none !important;
    background: transparent !important;
    background-color: transparent !important;
}

.ipl-partners-logo img:last-child {
    margin-right: 0 !important;
}

.ipl-partners-logo img:hover {
    transform: scale(1.05) !important;
}

.infoPadd {
    padding-left: 80px
}

.copyRight {
    position: relative;
    border-top: 1px solid #D0D0D0;
    margin-top: 50px;
    padding: 40px 0
}

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

.copyRight p {
    margin: 0;
    font-family: "jost-medium";
    font-size: 20px;
    color: #000
}
.copyRight .copyOlive {
    display: flex;
    align-items: center;
}
.copyRight .copyOlive img {
    margin-left: 5px;
    width: 75px;
    height: auto;
}

/*footer*/

/*popup*/
.agePopup {
    background: #000 !important;
    /* Full black screen */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    height: 100vh;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
}

.agePopup .popContainer {
    width: 1000px;
    max-width: 100%;
    font-family: "Basis-Medium";
    text-align: center;
    background: transparent;
    /* No popup box, only content visible */
    padding: 50px 0;
}

.agePopup input {
    width: 100px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 0 5px 10px;
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.agePopup .popContainer img {
    width: 200px;
}

.agePopup .popContainer h6 {
    font-size: 25px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agePopup .popContainer h6 span {
    display: block;
}

.agePopup .btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agePopup .btn button {
    background: transparent;
    border: 1px solid #fff;
    margin: 0 5px;
    padding: 10px 30px;
    color: #fff;
    font-size: 22px;
}

.agePopup .btn button:last-child {
    background: #fff;
    color: #000;
}

.agePopup.active~.bgVideo {
    display: none !important;

}

.agePopup h5 {
    display: block !important;
    text-align: center;
    margin: 15px 0 10px !important;
    font-family: 'Basis Grotesque Arabic Pro' !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-size: 50px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    color: #99713C !important;
    visibility: visible !important;
}

.leaderSec .item {
    position: relative;
}

.leaderSec .leader-link {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    display: inline-block;
    text-decoration: none;
}

.leaderSec .redirect-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.leaderSec .redirect-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.leaderSec .leader-link:hover .redirect-icon {
    transform: scale(1.1);
}

/*popup*/
.innerBaner {
    position: relative;
    height: 600px
}

.innerBaner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutSec {
    position: relative;
    background: #F5F5F5
}

.aboutSec h2 span {
    color: #99713C
}

.aboutSec p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 10px;
}

.rightSide {
    margin-top: 100px
}

.journeySec {
    position: relative;
    padding-top: 100px
}

.journeySec h2 {
    text-align: center;
    margin-bottom: 30px;
    background: white;
    padding: 70px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    position: relative;
    z-index: 1;
}

.journeySec .coin {
    position: relative;
    z-index: 2;
    margin-top: -80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

.journeySec .col {
    text-align: center;
}

.journeySec .year-range {
    text-align: center;
    font-family: "Basis-Black", "Basis Grotesque Arabic Pro", sans-serif;
    font-weight: 900;
    font-size: 48px;
    color: #99713C;
    margin: 30px 0 50px;
    display: block;
}

/* Grey Background for About Page */
body {
    background: #F5F5F5;
}

/* Ensure all sections have grey background */
.aboutSec,
.journeySec,
.achievementSec,
.journeySlider {
    background: #F5F5F5 !important;
}

/* Remove any existing background images or colors */
.aboutSec {
    background-image: none !important;
}

.journeySec {
    background-image: none !important;
}

.achievementSec {
    background-image: none !important;
}

/* Journey slider specific */
.journeySlider {
    background: #F5F5F5 !important;
    padding: 70px 15px;
}

/* Achievement boxes - keep white */
.achievementCont .boxElem .box {
    background: #FEFEFE;
    border: 1px solid #E6D7D7;
}

/* Journey owl items - keep white */
.journeyOwl .item {
    background: #fff;
}

/* Ensure inner banner doesn't have grey background */
.innerBaner {
    background: transparent;
}

/* Override any specific backgrounds that might interfere */
section {
    background-color: #F5F5F5;
}

/* Keep content boxes white for contrast */
.journeyOwl .item,
.achievementCont .boxElem .box {
    background: #ffffff;
}

/* Timeline area */
.timeLine {
    background: transparent;
}

s .achievementSec {
    position: relative;
}

.achievementSec h2 {
    text-align: center;
    margin-bottom: 50px
}

.achievementCont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.achievementCont .boxElem {
    width: 33%;
    padding: 0 15px;
    margin-bottom: 35px
}

.achievementCont .boxElem .box {
    background: #FEFEFE;
    border: 1px solid #E6D7D7;
    padding: 40px 50px;
    text-align: center;
    height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.achievementCont .boxElem h6 {
    font-family: "Basis-Bold";
    font-size: 32px;
    margin-bottom: 10px
}

.achievementCont .boxElem h2 {
    font-size: 135px;
    color: #3A3A3A;
    display: flex;
    margin: 0;
    align-items: flex-end;
    font-family: "Basis-Black";
    line-height: 135px;
    justify-content: center;
}

.achievementCont .boxElem h2 span {
    color: #8D6023;
    font-size: 40px;
    position: relative;
    font-family: "Basis-Bold";
    top: 30px;
    margin-left: 10px
}

.achievementCont .boxElem p {
    font-size: 18px;
    font-family: "Basis-Medium";
}

.achievementCont .boxElem h3 {
    font-family: "Basis-Black";
    font-size: 70px;
    line-height: normal;
    color: #3A3A3A;
}

.achievementCont .boxElem h3 span {
    display: block;
    font-family: "Basis-Bold";
    font-size: 35px;
    color: #8D6023
}

.journeySlider {
    background: #F5F5F5;
    padding: 70px 15px;
    margin-top: -110px;
    z-index: 9;
    position: relative;
}

.journeySlider h4 {
    text-align: center;
    font-family: "Basis-Black";
    font-size: 55px;
    color: #99713C;
    margin-bottom: 50px
}

.journeyOwl {
    position: relative;
}

.journeyOwl .item {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 120px 70px;
    flex-wrap: wrap;
}

.journeyOwl .item .content,
.journeyOwl .item .imgSIde {
    font-family: "Basis-Bold";
    ;
    width: 50%
}

.journeyOwl .item .content {
    text-align: left;
    padding-right: 150px
}

.journeyOwl .item h3 {
    font-size: 180px;
    color: #8D6023;
    line-height: 170px;
    margin-bottom: 30px;
    margin-left: 18px;
}


.journeyOwl .item {
    position: relative;
}

.journeyOwl .item p {
    margin: 0;
    color: #000;
    font-size: 24px;
    line-height: 55px;
    padding-left: 25px
}

.journeyOwl .item .imgSIde {
    margin-top: 30px;
}

.journeyOwl .item .imgSIde img {
    width: 100%
}

.journeyOwl .item .batchImg {
    position: absolute;
    top: -50px;
    right: -70px;
}

.journeyOwl .item .batchImg img {
    width: auto;
}

.journeySlider .container {
    max-width: 100%
}

.journeyOwl .owl-stage-outer {
    padding-top: 30px
}

.journeySlider .container .item {
    width: 1390px;
    margin: 0 auto;
    max-width: 100%
}

.timeLine {
    position: relative;
    padding: 0 10%
}

.timeLine .timeline-years {
    position: absolute;
    left: 170px;
    width: 150px;
    top: 27px;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    z-index: 99
}

.timeLine .timeline-years .year {
    right: 60px;
    font-size: 24px;
    font-family: "Basis-Black";
    color: #e3d6d6;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
    text-align: left;
}

.timeLine .timeline-years .year:after {
    position: absolute;
    top: 9px;
    right: 0;
    width: 81px;
    height: 20px;
    content: "";
    background: url(../images/year_icon.webp) no-repeat center right;
}

.timeLine .timeline-years .year.active {
    color: #000000
}

.timeLine .timeline-years .year.active:after {
    background: url(../images/year_icon-active.webp) no-repeat center right;
}

.innerBaner3 {
    height: 600px;
    position: relative;
    overflow: hidden;
}

.innerBaner3:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000085
}

.innerBaner3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conatctInfo {
    position: relative;
    background: #F5F5F5;
    z-index: 9;
    padding-bottom: 0
}

.conatctInfo .container {
    position: relative;
    z-index: 9
}

.conatctInfo h2 {
    margin-bottom: 80px
}

.conatctInfo .box {
    border: 1px solid #E8E8E8;
    box-shadow: 0px 4px 12px rgba(189, 189, 189, 0.25);
    background: #fff;
    padding: 65px 35px;
    text-align: center;
    font-family: "Basis-Black";
}

.conatctInfo .box h4 {
    color: #8D6023;
    font-size: 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.conatctInfo .box h5 {
    color: #000;
    font-size: 24px;
    margin: 0 0 20px
}

.conatctInfo .box p {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conatctInfo .box p:last-child {
    margin: 0
}

.conatctInfo .box p a {
    font-family: "Basis-Medium";
    color: #000;
    font-size: 26px;
    margin-left: 10px
}

.contactMap {
    position: relative;
    margin-top: -150px
}

.contactMap iframe {
    width: 100%
}

.contactMap img {
    width: 100%
}

.enquerForm {
    position: relative;
    background: #F5F5F5
}

.formBox {
    background: #fff;
    padding: 50px 55px;
    width: 100%
}

.formBox h4 {
    text-align: center;
    color: #000;
    font-family: "jost-semi";
    margin: 0 0 30px;
    font-size: 48px
}

.formGroup {
    display: flex;
    margin: 0 -8px
}

.formGroup .group {
    flex: 1;
    padding: 0 8px;
    margin-bottom: 25px
}
.enquerForm .form-item {
    margin-bottom: 25px
}

.inputStyle, .enquerForm .form-item input, .enquerForm .form-item select, .enquerForm .form-item textarea {
    width: 100%;
    border: 1px solid #EDE9E9;
    background: #F9F9F9;
    color: #806B6B;
    padding: 25px;
    font-size: 20px
}

.inputStyle::placeholder {
    color: #806B6B
}

.formGroup textarea.inputStyle, .enquerForm .form-item textarea {
    height: 182px
}

.submitBtn, .enquerForm .form-submit {
    width: 50%;
    background: #3A3A3A;
    color: #fff;
    font-family: "jost-semi";
    padding: 25px;
    font-size: 22px
}

.moreInfo {
    margin: 100px 0 50px
}

.moreInfo ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding: 0 200px;
}

.moreInfo ul li {
    display: flex;
    font-family: "Basis-Bold";
    font-size: 30px;
    color: #000;
    align-items: flex-start;
}

.moreInfo ul li span {
    display: block;
}

.moreInfo ul li a {
    color: #000
}

.moreInfo ul li img {
    margin-right: 20px;
    position: relative;
    top: 15px;
}

.enqueryForm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000bf;
    display: none;
}

.enqueryForm.show {
    display: flex;
}

.enqueryForm .enqueryElem {
    width: 500px;
    max-width: 100%;
    position: relative;
    background: #fff;
    padding: 30px;
}

.enqueryElem .closeBnt {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 30px;
	cursor: pointer;
}

.enqueryElem h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.enqueryElem .group, .enqueryElem .form-item {
    margin-bottom: 20px
}

.enqueryElem .group input,
.enqueryElem .group select,
.enqueryElem .group textarea,
.enqueryElem .form-item input, .enqueryElem .form-item select, .enqueryElem .form-item textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #EDE9E9;
    background: #F9F9F9;
    color: #806B6B;
}

.enqueryElem .group textarea, .enqueryElem .form-item textarea {
    height: 100px
}

.enqueryElem .group .submitBtn, .enqueryElem .form-submit {
    width: auto;
    padding: 10px 20px;
    background: #99713C;
    color: #fff;
    font-size: 14px;
    border: 1px solid #EDE9E9;
}

.enqueryElem .group .submitBtn:hover, .enqueryElem .form-submit:hover {
    background: #000
}

.galleryOwl.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%
}

.leaderPage {
    position: relative;
    padding: 60px 0;
}

.leaderPage h2 {
    text-align: center;
    color: #3A3A3A
}

.leaderPage .col {
    padding: 0 60px
}

.leaderPage .leaderDetail .content h3 {
    font-size: 36px;
    font-weight: 700;
    font-family: 'Basis Grotesque Arabic Pro', Arial, sans-serif;
    margin-bottom: 25px;
    line-height: 1.5;
    word-wrap: break-word;
    text-transform: uppercase;
    margin-top: 0;
}

.leaderPage .leaderDetail .content h3 span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Basis Grotesque Arabic Pro', Arial, sans-serif;
    margin-top: 5px;
}


.leaderDetail {
    background: #FFFAF0;
    margin-top: 40px;
    padding: 70px 45px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.leaderDetail figure {
    width: 26%;
    position: relative;
    top: -60px;
}

.leaderDetail figure img {
    width: auto;
    max-width: 100%;
    width: 100%
}

.leaderDetail figure .name {
    background: #915F1D;
    padding: 15px 20px 17px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    color: #fff;
    border-radius: 4px;
    position: absolute;
    bottom: -120px;
}

.leaderDetail figure .name h4 {
    font-size: 35px;
    line-height: 40px;
    display: flex;
}

.leaderDetail figure .name h4>span {
    margin-left: 5px;
    width: auto;
    display: inline-block;
}

.leaderDetail figure .name h4 span span {
    display: inline-block;
    flex-direction: column;
}

.leaderDetail figure .name h4 .subName {
    font-size: 15px;
    width: 100%;
    border-top: 1px solid #6b4614;
    margin-top: 10px;
    line-height: normal;
    padding-top: 10px;
}

.leaderDetail .content {
    width: 70%;
    padding-left: 60px
}

.leade.leaderDetail .content {
    width: 70%;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

rDetail h3 {
    font-size: 40px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 1px solid #E5CCCC;
    padding-bottom: 20px
}

.leaderDetail h3 span {
    display: block;
}

.leaderDetail p {
    font-size: 16px;
    line-height: 24px;
    color: #716363
}

/* PRODUCT SECTION  */
body {
    background-color: #F5F5F5 !important;
}

.product-section * {
    font-family: "Basis Grotesque Arabic Pro", sans-serif !important;
}

.product-section h2 {
    font-weight: 900 !important;
}

.product-section .product-item {
    display: flex;
    justify-content: center;
}

.product-section .row {
    margin-bottom: 60px !important;
    row-gap: 60px !important;
}

.product-section {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}

.product-section .container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

footer {
    margin-top: 0 !important;
    padding-top: 10px !important;
}

.product-box {
    background-color: #F5F5F5 !important;
    padding: 22px !important;
    transition: all 0.3s ease !important;
}

/* PRODUCT BOX (image + text) */
.product-section .product-box {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0px !important;
    justify-content: center !important;
}

/* IMAGE BOX */
.product-section .img-box {
    width: 140px !important;
    height: 230px !important;
    overflow: hidden !important;
    background: #F5F5F5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px !important;
    border-radius: 8px !important;
    transition: background 0.3s ease !important;
}

/* PRODUCT IMAGE */
.product-section .img-box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    background-color: #F5F5F5 !important;
    transition: background-color 0.3s ease !important;
}

/* INFO SIDE (logo + name) */
.product-section .product-info {
    margin-top: 105px !important;
    text-align: center !important;
}

/* LOGO */
.product-section .product-logo {
    width: 55px !important;
    margin-bottom: 5px !important;
    object-fit: contain !important;
}

/* PRODUCT NAME */
.product-section .product-name {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
}

.product-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block !important;
    position: relative !important;
}





.product-box {
    position: relative !important;
    transition: all 0.3s ease !important;
    background: #F5F5F5 !important;
}

.product-link:hover .product-box {
    transform: translateY(-5px) !important;
    background: #FFFFFF !important;
}

.product-link:hover .img-box {
    background: #FFFFFF !important;
}

.product-link:hover .img-box img {
    background-color: #FFFFFF !important;
}

.arrow-icon {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 40px !important;
    height: 40px !important;
    background: #8B6F47 !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
}

.product-link:hover .arrow-icon {
    background: #6B5537 !important;
    transform: translate(3px, -3px) !important;
}

.arrow-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* Increase horizontal navigation font size */
.horizontal-nav ul li a {
    font-size: 18px !important;
    /* Adjust this value as needed */

}

/* Reduce spacing between menu items and Enquire Now button */
.headMenu {
    gap: 5pxx !important;
    /* Adjust this value to control spacing - lower = closer */
}

/* Alternative: If gap doesn't work, reduce margin on the navigation */
.horizontal-nav {
    margin-right: 20px !important;
    /* Adjust to bring closer to Enquire Now */
}

/* Reduce spacing between individual menu items if needed */
.horizontal-nav ul li {
    margin: 0 10px !important;
    /* Adjust horizontal spacing between menu items */
}

.distillerSec {
    background-color: #f5f1e8 !important;
    padding: 100px 0;
}

/*.sectionPaddingSm {
    padding: 100px 0 !important;
}*/

.distillerSec .container {
    max-width: 100% !important;
    padding: 0 50px !important;
}

.distillerSec .row {
    margin: 0 !important;
}

.distillerSec .col {
    padding: 0 !important;
}

.distillerSec .secHead {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.distillerSec .secHead h2 {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 0 !important;
}

.distillerGrid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    margin: 0 !important;
    padding: 0 0 40px 0 !important;
    scrollbar-width: none !important;
    /* Firefox */
    -ms-overflow-style: none !important;
    /* IE and Edge */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.distillerGrid::-webkit-scrollbar {
    display: none !important;
}

.distillerCard {
    position: relative !important;
    overflow: visible !important;
    height: 600px !important;
    cursor: pointer !important;
    width: calc(16.666% - 4px) !important;
    margin: 0 2px;
}

.distillerCard::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 100% !important;
    box-shadow: inset 0 -150px 120px -40px rgba(0, 0, 0, 0.7) !important;
    pointer-events: none !important;
    z-index: 1 !important;
    transition: transform 0.5s ease !important;
}

.distillerCard:hover::after {
    transform: scale(1.1) !important;
}

/* Left align images for cards 1, 2, 3 */
.distillerCard:nth-child(1) img,
.distillerCard:nth-child(2) img,
.distillerCard:nth-child(3) img {
    object-position: 20% 100% !important;
}

/* Right align images for cards 4, 5, 6 */

.distillerCard:nth-child(6) img {
    object-position: 20% 100% !important;
}

.distillerCard:nth-child(4) img {
    object-position: 80% 100%;
}

.distillerCard img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    transition: transform 0.5s ease !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    filter: brightness(0.9) !important;
}

.distillerCard:hover img {
    transform: scale(1.1) !important;
}

.distillerOverlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: transparent !important;
    padding: 40px 25px 30px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-items: center !important;
    min-height: 50% !important;
    overflow: visible !important;
    z-index: 2 !important;
}

.distillerOverlay h3 {
    color: white !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: center !important;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8) !important;

}

.arrowBtn {
    display: inline-block !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    bottom: -60px !important;
    z-index: 3 !important;
}

.arrowBtn:hover {
    transform: translateX(5px) translateY(-5px) !important;
}

.arrowBtn svg {
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5)) !important;
}

.leaderDetail:nth-child(even) {
    flex-direction: row !important;
}

.leaderDetail:nth-child(odd) {
    flex-direction: row-reverse !important;
}
.achievementSec .boxElem {
    transition: all 0.3s ease !important;
}

.achievementSec .boxElem .box {
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.achievementSec .boxElem:hover .box {
    background-color: #8D6023 !important;
}

.achievementSec .boxElem .box h6,
.achievementSec .boxElem .box h2,
.achievementSec .boxElem .box h3,
.achievementSec .boxElem .box p,
.achievementSec .boxElem .box span {
    transition: color 0.3s ease !important;
}

.achievementSec .boxElem:hover .box h6,
.achievementSec .boxElem:hover .box h2,
.achievementSec .boxElem:hover .box h3,
.achievementSec .boxElem:hover .box p,
.achievementSec .boxElem:hover .box span {
    color: white !important;
}

.viewProduct {
    position: relative;
    padding: 65px 0;
    color: #000;
    background: #fff
}

.viewProduct .content {
    margin-top: 45px;
    padding-right: 30px
}

.viewProduct .content p {
    padding: 0 60px 0 15px;
    font-family: "Basis-Regular";
    font-size: 16px;
    line-height: 25px;
    color: #000
}

.viewProduct h5 {
    font-family: "Basis-Black";
    font-size: 25px;
    text-transform: uppercase;
    color: #565656;
    margin-bottom: 15px
}

.viewProduct ul {
    background: #FFFAF0;
    width: 100%;
    padding: 25px 22px 20px
}

.viewProduct ul li {
    font-family: "Basis-Bold";
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
    margin-bottom: 12px
}

.viewProduct ul li:last-child {
    border: none;
    padding: 0;
    margin: 0
}

.capacity {
    position: relative;
    background: #FAFAFA;
    padding: 50px 0
}

.capacity .capFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.capFlex .capBox {
    width: 25%;
    text-align: center;
}

.capFlex .capBox h3 {
    font-family: "Basis-Black";
    font-size: 82px;
    line-height: 82px;
    text-transform: uppercase;
    margin: 10px 0
}

.capFlex .capBox p {
    font-family: "Basis-Medium";
}

.capFlex .capBox h3 sub {
    font-size: 20px;
    bottom: 0
}

.distillerpage h2 {
    color: #3A3A3A
}

.distillerpage {
    padding: 60px 0
}

.distillerBrand {
    padding: 100px 0;
    position: relative;
    background: #f9f9f9 url(../images/distiller_bg.png) no-repeat center center;
    background-position: center 150px;
}

.distillerBrand h2 {
    text-align: center;
}

.brandBox {
    position: relative;
    width: 500px;
    height: 500px;
    max-width: 100%;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 125px auto 0;
    padding: 60px;
    border: 5px dotted #B5B5B5;
}

.brandBox .brandLogo {
    background: #F6F6F6;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brandBox .brandLogo img {
    transform: scale(.0);
    transition: transform 1s ease;
}

.brandBox .brandLogo.zoomOut img {
    transform: scale(1);
}

.brandBox .brandText {
    font-family: "Basis-Bold";
    color: #000;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    opacity: 0;
    transition: all 0.6s ease;
}

.brandBox .brandText.show {
    opacity: 1
}

.brandBox .brandText span {
    display: block;
}

.brandBox .brandText {
    position: absolute;
}

.brandBox .brandText .bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 4px solid #000;
    border-radius: 50%;
    background: #fff
}

.brandBox .brandText .bot:before {
    position: absolute;
    bottom: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #000
}

.brandBox .topA1 {
    top: -70px;
}

.brandBox .topA1 .bot {
    bottom: -33px;
    left: 80px;
    border-color: #F6751F
}

.brandBox .topA1 .bot:before {
    background: #F6751F
}

.brandBox .topA2 {
    text-align: left;
    top: 110px;
    right: -170px;
}

.brandBox .topA2 .bot {
    bottom: 10px;
    left: -42px;
    border-color: #7357AE
}

.brandBox .topA2 .bot:before {
    background: #7357AE
}

.brandBox .topA3 {
    text-align: left;
    bottom: 130px;
    right: -218px;
}

.brandBox .topA3 .bot {
    bottom: 10px;
    left: -42px;
    border-color: #D51337
}

.brandBox .topA3 .bot:before {
    background: #D51337
}

.brandBox .topA4 {
    bottom: -70px;
    text-align: center;
}

.brandBox .topA4 .bot {
    top: -33px;
    left: 47px;
    border-color: #B37F2C
}

.brandBox .topA4 .bot:before {
    background: #B37F2C
}

.brandBox .topA5 {
    text-align: right;
    top: auto;
    right: auto;
    bottom: 130px;
    left: -180px;
    width: 160px;
}

.brandBox .topA5 .bot {
    bottom: 10px;
    right: -46px;
    left: auto;
    border-color: #6D6868
}

.brandBox .topA5 .bot:before {
    background: #6D6868
}

.brandBox .topA6 {
    text-align: right;
    top: 110px;
    right: auto;
    width: 160px;
    left: -180px;
}

.brandBox .topA6 .bot {
    bottom: 10px;
    left: auto;
    right: -55px;
    border-color: #23BCA0
}

.brandBox .topA6 .bot:before {
    background: #23BCA0
}

.mapBox .tab {
    display: none;
}

.mapBox .tab.active {
    display: block;
}

.mapBox {
    justify-content: center;
}

.mapSec h2 {
    text-align: center;
}

.mapSec ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px
}

.mapSec svg {
    max-width: 100%
}

.mapSec ul li {
    font-family: "Basis-Bold";
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px 0;
    width: 300px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    border: 1px solid #000;
}

.mapSec ul li.active {
    background: #99713C;
    color: #fff
}

.mapSec #india {
    margin-top: 160px
}

/* Horizontal Navigation Styles */
.horizontal-nav {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.horizontal-nav ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.horizontal-nav ul li {
    margin: 0 15px;
}

.horizontal-nav ul li a {
    font-family: "Basis-Regular";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    transition: all 0.3s ease;
    position: relative;
}

.horizontal-nav ul li a:hover {
    color: #8D6023;
}

.horizontal-nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #8D6023;
    transition: width 0.3s ease;
}

.horizontal-nav ul li a:hover::after {
    width: 100%;
}

/* Hide mobile menu on desktop */
.mobile_menu {
    display: none;
}

/* Fixed header adjustments */
header.fixed .horizontal-nav ul li a {
    color: #fff;
}

.hero_title span {
    font-family: "Basis Grotesque Arabic Pro", sans-serif !important;
    font-weight: 900 ;
    font-size: 68px ;
    line-height: 1;
    text-transform: uppercase ;
    white-space: nowrap ;
    /* Force single line */
    text-align: center ;
    display: inline;
    /* IMPORTANT â†’ one line */
}

.careerSec h2 {
    font-size: 55px;
    font-weight: 900;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

.careerSec p {
    font-size: 20px;
    line-height: 1.8;
    color: #666;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

/* ============= CAREER FORM ============= */
.applyForm {
    background: #8D6023;
    padding: 50px 100px;
    max-width: 1200px;
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0 auto;
    border-radius: 10px;
    box-sizing: border-box;
}

/* White text for all elements */
.applyForm *,
.applyForm label,
.applyForm input,
.applyForm input::placeholder,
.applyForm button {
    color: #ffffff !important;
}

/* Heading */
.applyForm h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #ffffff !important;
}

/* Remove Bootstrap column padding */

/* Form Group */
.applyForm .col, .applyForm .col-6, .applyForm .col-md-6 {
    padding: 0 40px;	
}
.applyForm .formGroup {
    margin-bottom: 40px;
    display: block !important;
    width: 100% !important;
}
.applyForm .form-item {
    margin-bottom: 40px;
}
/* Labels */
.applyForm label {
    font-size: 15px;
    font-weight: 400;
    display: block !important;
    margin-bottom: 8px;
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Text Inputs */
.applyForm .formInput {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    padding-bottom: 8px;
    font-size: 15px;
    outline: none;
    display: block !important;
    margin: 0;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.applyForm .formInput:focus {
    border-bottom: 2px solid #ffffff;
}

.applyForm input[type="text"],
.applyForm input[type="tel"] {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 8px 0 !important;
    font-size: 15px;
    outline: none;
    display: block !important;
    margin: 0 !important;
}

.applyForm input[type="text"]:focus,
.applyForm input[type="tel"]:focus {
    border-bottom: 2px solid #ffffff;
}

/* File Upload */
.applyForm .formGroup.fileUpload {
    margin-bottom: 40px;
    display: block !important;
    width: 100% !important;
}

.applyForm .fileUploadInner {
    width: 100%;
    max-width: 500px;
    display: flex;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    padding-bottom: 8px;
    justify-content: flex-end;
    align-items: baseline;
    margin: 0;
    margin-bottom: 15px;
}

.applyForm .formGroup.fileUpload label {
    display: block !important;
    margin-bottom: 0 !important;
    text-align: left !important;
}

.applyForm input[type="file"] {
    display: none;
}

.applyForm .chooseFile {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 6px 24px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    line-height: 1.2;
}

.applyForm .chooseFile:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Submit Button */
.applyForm .submitBtnWrapper {
    margin-top: 60px;
}
.applyForm .form-actions {
	padding: 0 40px
}
.applyForm .submitBtn, .applyForm .form-submit {
    background: transparent;
    border: 1px solid #ffffff;
    padding: 12px 35px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 1px;
    transition: 0.3s;
    width: auto;
}

.applyForm .submitBtn img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.applyForm .submitBtn:hover, .applyForm .form-submit:hover {
    background: #ffffff;
    color: #8D6023 !important;
}

.applyForm .submitBtn:hover img {
    filter: none;
}

/* Force block display */
.applyForm .formGroup label {
    display: block !important;
    width: 100% !important;
    float: none !important;
}

.applyForm .formGroup .formInput,
.applyForm .formGroup input[type="text"],
.applyForm .formGroup input[type="tel"] {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    clear: both !important;
}

/* === FINAL FIX: remove all column padding so label & underline align === */


.innerBaner {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.innerBaner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.innerBaner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.applyJobSec {
    padding-bottom: 150px !important;
}

@import url('https://fonts.cdnfonts.com/css/basis-grotesque-arabic-pro');

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

body {
    /*font-family: 'Basis Grotesque Arabic Pro', sans-serif;*/
    background: #FFFAF0;
}

.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #FFFAF0 0%, #ebe4d1 100%);
}


.hero-section.product3-hero {

    padding: 0 !important;
    /* Explicitly removing all padding */
    background: #ffffff !important;
    /* White background specifically for this page */
}

.hero-section.product3-hero::before {
    display: none !important;
}




/* Watercolor painting effect backgrounds */
.hero-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse at center, #f5deb34d 0%, transparent 70%);
    filter: blur(60px);
    z-index: 1;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -10%;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(230, 220, 190, 0.4) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 1;
    pointer-events: none;
}

/* Contact Page Resizing */
.conatctInfo .box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #FFFAF0;
    /* Matching theme background just in case, or keep transparent if it was */
    padding: 25px;
    /* Reduced padding from 30px */
    border: 1px solid #E6D7D7;
}

.conatctInfo .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
}

.conatctInfo .box h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.conatctInfo .box p,
.conatctInfo .box a {
    font-size: 16px;
    margin-bottom: 5px;
}

.moreInfo ul li {
    font-size: 16px;
}

.moreInfo ul li a {
    font-size: 16px;
}


/* Our Distilleries - View Product Slider Images */
.viewSlider .item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    /* Optional polish */
}


.hero-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Left side - Bottle */
.bottle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    min-height: 600px;
    box-sizing: border-box;
}

/* Bottle background image (painting effect) */
.bottle-bg {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 150%;
    height: auto;
    z-index: 1;
    mix-blend-mode: multiply;
    opacity: 0.1;
}

.bottle-image {
    position: relative;
    max-width: 650px;
    max-height: 560px;
    width: 100%;
    height: auto;
    z-index: 2;
    object-fit: contain;
    border: 2px solid transparent;
    background: transparent;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    display: block;
}



/* Specific tweak for the large hero bottle image file back2.png only */
img.bottle-image[src$="back2.png"],
img.bottle-image[src$="sir e taj.webp"],
img.bottle-image[src$="london.webp"],
img.bottle-image[src$="o p m.webp"],
img.bottle-image[src$="Group 41481.jpg"],
img.bottle-image[src$="royal new.png"],
img.bottle-image[src$="9 new.jpg"],
img.bottle-image[src$="star new.png"] {
    /* slightly larger than the default boxed bottle */
    /* allow this specific image to visually overflow and appear larger
       by positioning it absolutely inside its container and scaling */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.12);
    transform-origin: center center;
    width: auto;
    max-width: none;
    height: 500px;
    max-height: none;
    z-index: 3;
    transition: transform 0.18s ease, height 0.18s ease;
    /* remove visual box for this specific image */
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

img.bottle-image[src$="royal new.png"] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.12);
    transform-origin: center center;
    width: auto;
    max-width: none;
    height: 570px;
    max-height: none;
    z-index: 3;
    transition: transform 0.18s ease, height 0.18s ease;
    /* remove visual box for this specific image */
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;

}

@keyframes float {

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

    50% {
        transform: translateY(-20px);
    }
}

/* Right side - Content */
.hero-content {
    padding: 40px 0;
}

.hero-title {
    font-size: 55px;
    font-weight: 900;
    color: #565656;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

.hero-tagline {
    font-size: 22px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 24px;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

.hero-description {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    max-width: 480px;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

/* Record Sales Section */
.record-sales-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    overflow: hidden;
}

/* Background image */
.record-sales-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Dark overlay */
.record-sales-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.record-sales-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    width: 100%;
    text-align: center;
}

.record-sales-title {
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

.record-sales-subtitle {
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-weight: 400;
    font-style: regular;
    font-size: 36px;
    line-height: 65px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    margin-bottom: 60px;
}

.sales-box {
    display: inline-block;
    background: #99713C;
    padding: 30px 60px;
    margin: 0 auto;
}

.sales-number {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

.sales-label {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
}

/* Collection Section */
.collection-section {
    position: relative;
    padding: 80px 20px;
    background: #FFFAF0;
    overflow: hidden;
}

.collection-heading {
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    color: #000000;
    margin-bottom: 60px;
}

/* Slider Container */
.collection-slider {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.slider-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

.product-slide {
    min-width: 100%;
    flex-shrink: 0;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    padding: 40px 20px;
    position: relative;
    gap: 0;
    box-sizing: border-box;
}

/* Background Text */
.product-bg-text {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: rgba(0, 0, 0, 0.05);
    letter-spacing: 5px;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}

/* Product Bottle (Center) */
.product-bottle {
    width: auto;
    height: 450px;
    object-fit: contain;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
    grid-column: 2;
    justify-self: center;
    transition: transform 0.3s ease;
}

.product-bottle:hover {
    transform: scale(1.05);
}

/* Product Info */
.product-info1 {
    text-align: left;
    position: relative;
    z-index: 1;
    max-width: 450px;
    grid-column: 3;
    justify-self: start;
    padding-left: 60px;
    align-self: center;
    margin-top: 160px;
}

.product-name {
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

.product-slide:hover .product-name {
    color: #d4af37;
}

.product-description {
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.read-more-btn {
    background: transparent;
    border: 2px solid #000000;
    padding: 12px 30px;
    font-family: 'Basis Grotesque Arabic Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.read-more-btn:hover {
    background: #000000;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Slider Arrows */
.slider-arrow {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    color: #ffffff;
    font-size: 48px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 999;
    position: relative;
    user-select: none;
}

.slider-arrow:hover {
    background: #000000;
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.slider-arrow:active {
    transform: scale(1.05);
}

/* Slider Dots */
.slider-dots {
    text-align: center;
    margin-top: 40px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cccccc;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #000000;
    width: 14px;
    height: 14px;
}

.dot:hover {
    background: #666666;
    transform: scale(1.2);
}

@font-face {
    font-family: 'basis-grotesque-arabic-pro';
    src: url('../fonts/BasisGrotesqueArabicPro-Regular.woff2') format('woff2'),
        url('../fonts/BasisGrotesqueArabicPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'basis-grotesque-arabic-pro';
    src: url('../fonts/BasisGrotesqueArabicPro-Medium.woff2') format('woff2'),
        url('../fonts/BasisGrotesqueArabicPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'basis-grotesque-arabic-pro';
    src: url('../fonts/BasisGrotesqueArabicPro-Bold.woff2') format('woff2'),
        url('../fonts/BasisGrotesqueArabicPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'basis-grotesque-arabic-pro';
    src: url('../fonts/BasisGrotesqueArabicPro-Black.woff2') format('woff2'),
        url('../fonts/BasisGrotesqueArabicPro-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

.updates-page-wrapper {
    background-color: #FFFAF0;
    min-height: 100vh;
}

.updates-section {
    padding: 150px 20px 60px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'basis-grotesque-arabic-pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background-color: #FFFAF0;
}

.updates-section h1 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'basis-grotesque-arabic-pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.updates-grid {
    display: grid;
    gap: 40px;
}

.update-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.update-item:hover {
    transform: translateX(5px);
}

.update-image {
    width: 150px;
    height: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.update-item:hover .update-image {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

.update-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.update-item:hover .update-image img {
    transform: scale(1.1);
}

.update-content h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'basis-grotesque-arabic-pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    transition: color 0.3s ease;
}

.update-item:hover .update-content h3 {
    color: #d4af37;
}

.update-content p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #333;
    margin: 0;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

/* Awards Section */
.awards-section {
    position: relative;
    width: 100%;
    min-height: 80vh;
    background-image: url('../images/bb a.jpg');
    /* Replace with your barrel background image */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

/* Dark Overlay */
.awards-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Content Container */
.awards-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 1.0);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 30px;
    border-radius: 15px;
}

/* Header Section */
.awards-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /* Reduced margin */
}

.awards-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 10px;
    text-transform: uppercase;

}

/* Awards Grid */
.awards-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(90px, 110px));
    column-gap: 25px;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
}

.award-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Badge Images */
.award-badge-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    transition: transform 0.4s ease, filter 0.4s ease;
    cursor: pointer;

}

.award-badge-img:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 8px 25px rgba(255, 215, 0, 0.6));
}
.fullWidthVideoSec {
    width: 100%;
    padding: 4rem 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background Image */
.video-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* Dark overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.fullWidthVideo {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.video-container {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: inherit;
    object-position: center;
    display: block;
}

.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.content-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.divider-line {
    width: 2px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
}

.play-button-wrapper {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button-wrapper:hover {
    transform: scale(1.1);
}

.play-button {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.15);
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 22px solid rgba(255, 255, 255, 0.9);
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    margin-left: 5px;
}

.video-title {
    color: white;
    font-size: 2.2rem;
    font-weight: 700;
    text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.9), 
                 0 0 10px rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
}

.video-title-line1 {
    display: block;
}

.video-title-line2 {
    display: block;
}

.content-overlay.hidden {
    opacity: 0 !important;
    pointer-events: none;
    transition: opacity 0.5s ease;
    visibility: hidden;
}
.aaghaaz-banner-section {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 100px 20px 0;
    overflow: hidden;
    height: 100vh;
}
.aaghaaz-banner-section .hero-container {
    align-items: end;
    gap: 0;
    max-width: 100%;
}
.aaghaaz-banner-section .hero-content {
    text-align: center;
    position: relative;
    bottom: 150px;
    right: 150px;
}
.aaghaaz-banner-section .hero-content .aaghaaz-logo {
    max-width: 420px;
    margin-bottom: 20px;
    width: 100%;
}
.aaghaaz-banner-section .hero-content .hero-description {
    color: #ffffff;
    margin: auto;
}
.aaghaaz-banner-section .bottleCap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 150px;
}
.aaghaaz-banner-section:after {
    position:absolute;
    content:'';
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../images/aaghaaz-smoke.gif) center / cover no-repeat;
    opacity: 0.2;
}
.record-sales-section.aaghaaz-award .record-sales-subtitle {
    font-family: "Basis-Bold";
    font-size: 45px;
    text-align: center;
    text-transform: uppercase;
}
.record-sales-section.aaghaaz-award::before {
    display: none;
}
.aaghaaz-single1-media {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.aaghaaz-single1-media img {
    max-height: 200px;
}
.tastingnotes {
    position: relative;
    padding: 80px 26% 80px 20px;
    width: 100%;
}
.tastingnotes .tastingnotes-media {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 220px;
}
.tastingnotes .tastingnotes-media .aaghaaz-video {
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.tastingnotes .tastingnotes-media .aaghaaz-logo {
    transform: rotate(-90deg);
    position: absolute;
    top: 42%;
    left: -30px;
    max-width: 334px;
}
.tastingnotes .aaghaaz-glass {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24%;
}
.tastingnotes .content {
    width: 100%;
    color: #fff;
    padding-left: 50px;
}
.tastingnotes .content h2 {
    font-family: "Basis-Bold";
    font-size: 55px;
    text-transform: uppercase;
    color: #ffffff;
}
.tastingnotes .content p {
    max-width: 340px;
}
.tastingnotes .content ul{width:100%;position:relative;margin-top:30px;max-width:400px;}
.tastingnotes .content ul li{width:100%;position:relative;padding:10px 0 10px 40px;}
.tastingnotes .content ul li h3{font-family: "Basis-Bold";font-size:35px;color:#BC955A;margin-bottom:0;position:relative;}
.tastingnotes .content ul li h3:after{position:absolute;content:'';width:139px;height:2px;background:url(../images/tastingaLine.png) center / contain no-repeat;top:50%;margin-left:10px;}
.tastingnotes .content ul li p{font-size:16px;line-height:25px;color:#ffffff;margin-bottom:0;max-width:100%;}
.tastingnotes .content ul li:after{position:absolute;content:'';left:0;top:14px;margin:auto;width:22px;height:22px;background:url(../images/star.png) center / contain no-repeat;}
.tastingnotes .content ul li:before{position:absolute;content:' ';top:20px;left:11px;width:2px;height:90%;border-left:1px dotted #ffffff;}
.tastingnotes .content ul li:last-child:before{display:none;}

.viewSlider {
    margin-bottom: 15px;
}
/*Admin css start*/
#user-login-form {
    max-width: 768px;
    width: 100%;
    margin: 100px auto 50px;
    padding: 0 15px;
    border: 1px solid #dedede;
}
#user-login-form .form-item {
    margin-top: 1em;
    margin-bottom: 1em;
}
#user-login-form .form-item label {
    font-weight: 500;
}
#user-login-form .form-item input {
    color: #323232;
    height: 45px;
    outline: none;
    border: 1px solid #dedede;
    font-size: 16px;
    font-weight: 300;
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#user-login-form .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
#user-login-form .form-actions #edit-submit {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    background-color: #99713C;
    font-weight: 600;
    outline: none;
    border: 1px solid transparent;
    color: #fff;
    margin-right: 0px;
}
/*Admin css close*/

/* Responsive Design */
@media (max-width: 1600px) {
   /*  .ipl-partners-logo h5 {
        font-size: 22px;
    }*/

    .ipl-partners-logo img {
        width: 70px;
    }

    .agePopup .popContainer img {
        width: 120px
    }

    .agePopup .popContainer h6 {
        font-size: 20px;
        line-height: normal;
    }

    .agePopup .btn button {
        font-size: 18px
    }

    .sectionPadding {
        padding: 90px 0;
    }

    .roundBtn {
        width: 52px;
        height: 52px
    }

    .roundBtn img {
        width: 15px !important
    }

    /*.homeOwl .item h1{font-size: 180px;line-height: 120px;margin: 0 0 80px 0;}
.homeOwl .item h1 span{font-size: 50px}*/
    .homeOwl .owl-nav {
        bottom: 20%;
        right: 5%;
    }

    .storySec .secHead h2 {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

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

    .storySec .secHead {
        padding-right: 0
    }

    .storyOwl .item .content h6 {
        font-size: 20px;
        margin: 30px 0 15px;
    }

    .storySec .col {
        padding: 0 15px
    }

    .storySec .secHead {
        left: 15px
    }

    .distillerSec .contentBody .content {
        padding-left: 50px
    }

    .distillerSec .contentBody h3 {
        font-size: 32px;
        line-height: normal;
        padding-bottom: 10px;
    }

    .distillerSec .contentBody .list {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .distillerSec .contentBody .list p {
        font-size: 18px;
        line-height: 30px;
    }

    .distillerSec .contentBody .list h4 {
        font-size: 30px;
        line-height: normal;
    }

    .distillerSec .contentBody .list h4 span {
        font-size: 18px;
    }

    .distillerSec .contentBody .list .klpd {
        width: 80px;
        height: 68px;
    }

    .collectionSec {
        height: 750px
    }

    .collectionOwl .item .content {
        top: 55%;
        width: 530px;
        padding: 30px 50px 85px 50px;
    }

    .collectionOwl .item .content .detail {
        width: 445px;
    }

    .collectionOwl h4 {
        font-size: 40px;
        line-height: 50px;
    }

    .collectionOwl h5 {
        font-size: 28px;
        margin: 10px 0 10px
    }

    .collectionOwl p {
        font-size: 14px;
        line-height: 22px;
    }

    .collectionOwl .owl-nav {
        width: 530px;
        bottom: 18%;
    }

    .collectionOwl .owl-nav button {
        width: 60px;
        height: 48px;
    }

    .collectionOwl .item .content {
        height: 430px
    }

    .leaderOwl .item {
        padding: 45px 40px 0;
    }

    .leaderOwl .item .content {
        padding: 0 80px 0 70px;
    }

    .leaderOwl .item h3 {
        font-size: 45px;
    }

    .leaderOwl .item p {
        font-size: 16px;
        line-height: 26px;
    }

    .leaderOwl .item h4 {
        font-size: 40px;
        line-height: normal;
    }

    .leaderOwl .item h4 span {
        left: 68px
    }

    .leaderOwl .owl-nav {
        right: -60px;
        width: 120px;
        height: 120px;
        padding: 5px;
    }

    .leaderOwl .owl-dots .owl-dot {
        width: 8px;
        height: 35px;
    }

    .leaderOwl .owl-dots {
        left: 30px
    }

    .glassSec .container {
        padding: 0 15px
    }

    .glassOwl {
        width: 200px
    }

    .whiskeySec .box p {
        height: auto;
        font-size: 14px
    }

    .whiskeySec .col-md-3 {
        width: 30%
    }

    .whiskeySec .col-md-6 {
        width: 40%
    }

    .rowSpace {
        padding: 0 0px;
    }

    .awardBox .box {
        width: 340px;
        height: 180px;
    }

    .awardBox .box:before,
    .awardBox .box:after {
        background-size: contain;
    }

    .awardBox .box h4 {
        font-size: 35px
    }

    .awardBox .box p {
        font-size: 16px;
        line-height: 24px
    }

    .awardSec {
        height: 700px
    }

    footer {
        padding: 80px 0 0
    }

    footer .enquerySec {
        width: 800px;
        margin: 0 auto 60px;
    }

    footer .enquerySec a {
        font-size: 20px;
        padding: 20px
    }

    .footerInfo img {
        width: 200px;
	    height: auto;
    }

    .infoPadd {
        padding-left: 30px;
    }

    footer h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    footer ul li a {
        font-size: 16px;
        line-height: 34px;
    }

    footer p {
        font-size: 16px;
        padding-left: 25px;
        line-height: 25px;
    }

    footer p span {
        width: 15px
    }

    .copyRight p {
        font-size: 16px;
        line-height: normal;
    }

    .copyRight {
        margin-top: 25px;
        padding: 10px 0;
    }

    .storyOwl .owl-dots {
        padding-left: 20px;
    }

    .storyOwl .owl-dots .owl-dot {
        width: 90px
    }

    .main_menu nav ul li a {
        font-size: 18px;
        padding: 10px 30px;
    }

    .whiskeySec h5 {
        font-size: 40px
    }

    .innerBaner {
        position: relative;
        height: 350px
    }

    .conatctInfo .box h4,
    .formBox h4 {
        font-size: 35px
    }

    .conatctInfo .box h5,
    .conatctInfo .box p a,
    .moreInfo ul li {
        font-size: 22px
    }

    .inputStyle, .enquerForm .form-item input, .enquerForm .form-item select, .enquerForm .form-item textarea {
        padding: 15px;
        font-size: 16px;
    }

    .submitBtn, .enquerForm .form-submit {
        font-size: 18px;
        padding: 15px
    }

    .moreInfo ul {
        padding: 0 140px;
    }

    .moreInfo ul li img {
        top: 6px
    }

    .moreInfo {
        margin: 60px 0 0px;
    }

    .formGroup textarea.inputStyle {
        height: 100px
    }

    .journeySec {
        padding-top: 60px
    }

    .journeySlider h4 {
        font-size: 45px
    }

    .timeLine .timeline-years .year {
        font-size: 18px;
    }

    .timeLine .timeline-years .year:after {
        width: 61px;
        height: 12px;
        background-size: contain !important;
    }

    .timeLine .timeline-years {
        width: 90px;
        left: 12%
    }

    .journeyOwl .item h3 {
        font-size: 130px;
    }

    .journeyOwl .item p {
        font-size: 22px;
        line-height: 35px;
        padding-left: 25px;
    }

    .journeyOwl .item .content {
        padding-right: 0;
    }

    .journeyOwl .item {
        padding: 80px 50px;
    }

    .journeyOwl .item .batchImg {
        top: -40px;
        right: -40px;
    }

    .journeyOwl .item .batchImg img {
        width: 150px;
    }

    .achievementCont .boxElem .box {
        padding: 25px;
        height: 300px;
    }

    .achievementCont .boxElem h6 {
        font-size: 26px
    }

    .achievementCont .boxElem h2 {
        font-size: 90px;
    }

    .achievementCont .boxElem h2 span,
    .achievementCont .boxElem h3 span {
        font-size: 26px
    }

    .achievementCont .boxElem h3 {
        font-size: 50px
    }

    .leaderOwl .item figure {
        text-align: center;
        height: 400px
    }

    .leaderOwl .item figure img {
        width: 350px;
        margin: 0 auto;
    }

    .whiskeySec figure img {
        width: 170px;
    }

    .main_menu nav {
        width: 350px
    }

    .main_menu .social {
        padding-left: 30px
    }

    .storyOwl .owl-nav button {
        width: 60px;
        height: 48px;
    }

    .storyOwl .item .content figure {
        height: 400px
    }

    .storyOwl .item .content figure img {
        height: 100%;
        object-fit: cover;
    }

    .storyOwl .item .year {
        width: 35%
    }

    .storyOwl .item .content {
        width: 65%
    }

    .storyOwl .owl-nav {
        width: 65%
    }

    .whiskeySec .box img {
        width: 80px;
        height: 80px;
    }

    .glassOwl .item {
        height: 390px;
    }

    .awardBox {
        margin: 310px auto 0;
    }

    button.toggleMenu img {
        width: 35px;
    }

    .social li a {
        width: 30px;
        height: 30px;
        font-size: 15px
    }

    .social li a img {
        width: 15px
    }

    .social li a.enuery_btn {
        padding: 5px 19px;
    }

    .main_menu .social li a img {
        width: auto;
    }

    .mapBox {
        width: 1000px
    }

    .mapBox figure {
        width: 600px
    }

    #International svg {
        height: 400px
    }

    .distillerCard {
        height: 460px !important
    }

    .homeOwl .item,
    .homeOwl .item figure {
        height: 100%
    }

    .homeOwl .item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .homeOwl .item h1 {
        font-size: 150px;
        margin-bottom: 40px;
    }


    .homeOwl .item .content .block {
        width: 640px;
    }

    .roundBtn {
        width: 52px;
        height: 52px;
    }

    .roundBtn img {
        width: 15px
    }

    .storyOwl .item .year h3 {
        font-size: 150px;
        line-height: 120px;
    }

    .storySec .secHead {
        width: 425px;
    }

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

    .storyOwl .item .content h6 {
        font-size: 20px;
        margin: 30px 0 10px;
    }

    .distillerTab ul li {
        margin: 0 30px;
        font-size: 14px
    }

    .distillerTabContent {
        margin-top: 40px;
    }

    .distillerSec .contentBody figure {
        height: 380px;
    }

    /*.homeOwl .item h1{font-size: 210px}*/
    .homeOwl .owl-nav {
        bottom: 5%;
        right: 5%;
    }

    .collectionOwl .item .content {
        top: 60%
    }

    .collectionOwl .owl-nav {
        bottom: 12%
    }

    .leaderOwl .owl-nav {
        right: -40px
    }

    .innerBaner {
        position: relative;
        height: 450px
    }

    h2 {
        font-size: 50px;
    }

    .conatctInfo h2 {
        margin-bottom: 50px;
    }

    .formGroup textarea.inputStyle {
        height: 150px
    }

    .main_menu nav ul li a {
        font-size: 22px;
        padding: 10px 30px;
    }

    .timeLine .timeline-years {
        left: 100px
    }

    .journeyOwl .item h3 {
        font-size: 160px
    }

    .journeyOwl .item .content {
        padding-right: 50px
    }

    .journeySlider .container .item {
        width: 1110px;
    }
}

@media (max-width: 1400px) {
    .tastingnotes .content {
        padding-left: 15px;
    }
    .tastingnotes .tastingnotes-media .aaghaaz-logo {
        max-width: 250px;
    }
    .tastingnotes .tastingnotes-media {
        padding-left: 150px;
    }
    /* .ipl-partners-logo h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }*/

    .ipl-partners-logo img {
        width: 70px;
    }

    .mapSec #india {
        margin-top: 30px
    }

    .leaderDetail figure .name h4 {
        font-size: 30px;
        line-height: 35px
    }

    .distillerSec {
        padding: 60px 0
    }

    .distillerCard {
        height: 360px !important;
    }

    .hideLogo header {
        padding: 20px 30px;
    }

    .mapBox figure {
        width: 500px;
        max-width: 100%
    }

    .hideLogo header.fixed,
    header.fixed {
        padding: 10px 26px
    }

    .animated_logo.move-top {
        top: 20px
    }

    .whiskeySec figure img {
        width: 200px
    }

    .whiskeySec .box p {
        height: auto;
    }

    .whiskeySec figure img {
        width: 150px;
    }

    .mapBox {
        height: auto;
    }

    .mapBox img {
        width: 380px;
        max-width: 100%
    }

    .timeLine .timeline-years {
        left: 7%;
    }

    .homeOwl .item h1 {
        font-size: 130px;
        margin-bottom: 30px;
        line-height: 90px
    }

    .homeOwl .item h1 span {
        font-size: 50px;
    }

    .storyOwl .item .content figure {
        height: 300px
    }

    .storyOwl .item .year h3 {
        font-size: 150px;
        line-height: 150px;
        margin: 0;
    }

    .distillerSec .contentBody .list .klpd {
        width: 80px;
        height: 78px;
    }

    .distillerSec .contentBody .list h4 {
        font-size: 25px;
        line-height: normal;
    }

    .distillerSec .contentBody .list h4 span {
        font-size: 18px;
    }

    .whiskeySec .box {
        margin: 20px 0 0 0
    }

    .whiskeySec .box p {
        font-size: 14px;
        line-height: 20px;
    }

    .whiskeySec .box img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }

    .whiskeySec figure img {
        width: 130px;
    }

    footer .enquerySec a {
        font-size: 18px;
        padding: 15px;
    }

    .homeOwl .item .content .block {
        width: 560px;
    }

    .main_menu nav {
        padding-top: 40px
    }

    .main_menu .closeMenu img {
        width: 25px;
    }

    .main_menu .closeMenu {
        top: 15px;
        right: 15px;
    }

    .main_menu nav ul li a {
        font-size: 16px;
        padding: 10px 30px;
    }

    .main_menu .social {
        margin-top: 20px;
    }

    .distillerSec .contentBody figure {
        height: 350px
    }

    .distillerSec .contentBody figure img {
        height: 100%;
        object-fit: cover;
    }

    .distillerSec .contentBody h3 {
        font-size: 22px;
        line-height: normal;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .distillerSec .contentBody .list p {
        font-size: 14px;
        line-height: 22px;
    }

    .distillerSec .contentBody .list {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .distillerSec .contentBody .list h4 {
        font-size: 20px
    }

    .distillerSec .contentBody .list h4 span {
        font-size: 14px;
    }

    .distillerSec .contentBody .list .klpd {
        width: 60px;
        height: 68px;
    }

    .distillerSec {
        padding: 50px 0
    }

    .distillerTabContent {
        margin-top: 25px;
    }

    .distillerTab ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .distillerTab ul li span {
        padding: 0 0px 8px;
    }

    .collectionSec {
        height: 600px;
    }

    .collectionOwl .item .content {
        width: 450px;
        padding: 20px 30px 70px 30px;
        top: 58%;
        height: 370px;
    }

    .roundBtn {
        width: 40px;
        height: 40px;
    }

    .collectionOwl .item .content .detail {
        width: auto;
    }

    .collectionOwl h4 {
        font-size: 30px;
        line-height: normal;
    }

    .collectionOwl h5 {
        font-size: 24px;
        margin: 5px 0 10px;
    }

    .collectionOwl p {
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }

    .collectionOwl .owl-nav button {
        width: 50px;
        height: 38px;
    }

    .collectionOwl .owl-nav {
        width: 450px;
        bottom: 15%;
        padding: 0 0 0 25px;
    }

    .leaderOwl .item {
        padding: 35px 30px 0;
    }

    .leaderOwl .item h3 {
        font-size: 32px;
    }

    .leaderOwl .item p {
        font-size: 14px;
        line-height: 22px;
    }

    .leaderOwl .item h4 {
        font-size: 30px;
        line-height: normal;
        margin: 18px 0 0;
    }

    .leaderOwl .item figure {
        height: 330px;
    }

    .leaderOwl .owl-dots .owl-dot {
        width: 5px;
        height: 20px;
    }

    .leaderOwl {
        margin-top: 30px;
    }

    h2 {
        font-size: 45px;
    }

    .whiskeySec .box h4 {
        font-size: 20px
    }

    .whiskeySec .box {
        padding: 0
    }

    .whiskeySec .box p {
        height: 80px
    }

    .storyOwl .item .year {
        width: 40%
    }

    .storyOwl .item .content {
        width: 60%
    }

    .storyOwl .owl-nav {
        width: 58%
    }

    .storySec p {
        font-size: 14px
    }

    .storyOwl .item .content h6 {
        font-size: 16px;
        margin: 20px 0 10px
    }

    .storyOwl .owl-dots {
        margin: 0
    }

    .storySec .secHead h2 {
        padding-bottom: 0
    }

    .sectionPadding {
        padding: 70px 0;
    }

    .distillerTab {
        margin-top: 25px;
    }

    .whiskeySec .box {
        margin: 0;
    }

    .glassOwl .item {
        height: 340px;
    }

    .glassOwl {
        top: 50px
    }

    .awardSec {
        height: 600px;
        padding: 40px 0;
    }

    .awardBox {
        margin: 260px auto 0;
        width: 800px;
    }

    .mapBox {
        height: auto;
        width: 840px;
        margin: 0 auto;
        max-width: 100%;
    }

    .mapBox figure img {
        width: 500px;
        max-width: 100%;
    }

    footer .enquerySec {
        width: 650px;
    }

    footer {
        padding: 40px 0 0;
    }

    .footerInfo img {
        width: 140px;
    }

    footer .footerInfo .social li a {
        font-size: 18px;
        width: 35px;
        height: 35px;
    }

    footer h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    footer ul li a {
        font-size: 14px;
        line-height: 30px;
    }

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

    .main_menu .closeMenu {
        top: 22px;
        right: 69px;
    }

    .social li {
        margin-left: 7px;
    }

    .social li a.enuery_btn {
        padding: 5px 12px;
    }

    .horizontal-nav {
        margin-right: 10px !important;
    }

    .horizontal-nav ul li a {
        font-size: 16px !important;
    }

    .brandBox {
        width: 350px;
        height: 350px;
        margin: 75px auto 0
    }

    .brandBox .brandText {
        font-size: 13px;
        line-height: 17px
    }

    .brandBox .topA1 {
        top: -52px;
    }

    .brandBox .topA1 .bot {
        bottom: -28px;
        left: 52px;
    }

    .brandBox .topA2 {
        text-align: left;
        top: 60px;
        right: -123px;
    }

    .brandBox .topA3 {
        text-align: left;
        bottom: 70px;
        right: -160px;
    }

    .brandBox .topA4 .bot {
        top: -30px;
        left: 30px;
    }

    .brandBox .topA4 {
        bottom: -53px;
    }

    .brandBox .topA5 {
        bottom: 70px
    }

    .brandBox .topA6 {
        top: 60px
    }

    .viewProduct ul li {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .capFlex .capBox h3 {
        font-size: 50px;
        line-height: 50px
    }

    .capFlex .capBox h3 sub {
        font-size: 16px
    }

    .distillerTab ul li {
        margin: 0 30px;
    }

    .distillerBrand {
        padding: 65px 0
    }

    .brandBox .brandLogo.zoomOut img {
        width: 120px
    }

    .horizontal-nav ul li {
        margin: 0 10px;
    }

    .horizontal-nav ul li a {
        font-size: 13px;
    }

    .distillerCard {
        flex: 0 0 16.666% !important;
        min-width: auto !important;
    }

    #india svg {
        height: 500px
    }

    #International {
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .tastingnotes .content {
        padding-left: 15px;
    }
    .tastingnotes .tastingnotes-media .aaghaaz-logo {
        max-width: 200px;
    }
    .tastingnotes .tastingnotes-media {
        padding-left: 100px;
    }
    .tastingnotes .content ul {
        margin-top: 0;
    }
    .tastingnotes .content ul li p {
        font-size: 14px;
        line-height: 20px;
    }
    .tastingnotes .tastingnotes-media .aaghaaz-video {
        height: 509px;
    }
    .tastingnotes {
        padding: 50px 26% 50px 20px;
    }
    .tastingnotes .content h2 {
        font-size: 45px;
    }
	.galleryOwl .item img {
	    height: 250px;	
	}
	.col-md-8 .raiseImg.leftside > .galleryOwl .item {
	    height: 350px !important;	
	}
    /* .ipl-partners-logo h5 {
        font-size: 18px;
        margin-bottom: 6px;
    }*/

    .ipl-partners-logo img {
        width: 60px;
    }

    #International svg {
        height: 400px
    }

    .mapSec #india {
        margin-top: 0
    }

    .leaderDetail figure .name h4 {
        font-size: 24px;
        line-height: 30px
    }

    .leaderDetail figure .name h4 .subName {
        font-size: 14px;
        padding-top: 5px;
        margin-top: 5px
    }

    .hideLogo header {
        padding: 15px 20px;
    }

    .animated_logo.move-top {
        top: 15px;
        left: 20px;
    }

    header.fixed .logo img {
        width: 50px;
    }

    .main_menu .closeMenu {
        top: 20px;
        right: 37px;
    }

    .main_menu .social li a {
        font-size: 20px
    }

    .main_menu .social li a img {
        width: 20px
    }

    .logo img {
        width: 120px;
    }

    .toggleMenu img {
        width: 40px
    }

    .homeOwl .item h1 {
        font-size: 120px;
        margin: 0 0 30px 0;
    }

    .homeOwl .item h1 span {
        font-size: 40px;
    }

    .homeOwl .item .content .block {
        width: 520px;
    }

    .homeOwl .owl-nav {
        bottom: 25%;
    }

    .homeOwl .owl-nav button {
        width: 60px;
        height: 48px;
    }

    h2 {
        font-size: 40px;
    }

    .storySec .secHead {
        padding-right: 0;
        width: 360px;
    }

    .storyOwl .item .year {
        padding: 0
    }

    .storyOwl .item .year h3 {
        font-size: 150px;
    }

    .storySec p {
        font-size: 14px;
        line-height: 22px;
    }

    .storyOwl .item .year h3 {
        font-size: 150px;
        line-height: normal;
        margin: 0;
    }

    .distillerTab ul li {
        margin: 0 25px;
    }

    .distillerTab ul li span {
        padding: 0 30px 5px;
    }

    .distillerTabContent {
        margin-top: 30px;
    }

    .distillerSec .contentBody h3 {
        font-size: 20px;
        line-height: normal;
        padding-bottom: 15px;
    }

    .main_menu nav ul li a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .main_menu .social {
        padding-left: 20px;
    }

    .roundBtn {
        width: 45px;
        height: 45px
    }

    .collectionOwl .item .content {
        width: 450px;
        padding: 15px 25px 85px 25px;
        top: 60%;
    }

    .collectionOwl .item .content .detail {
        width: 345px;
    }

    .collectionOwl h4 {
        font-size: 40px;
        line-height: normal;
    }

    .collectionOwl h5 {
        font-size: 28px;
        margin: 15px 0 15px;
    }

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

    .collectionOwl .owl-nav {
        bottom: 12%;
        width: 450px;
        padding-left: 20px;
    }

    .collectionOwl .owl-nav button {
        width: 50px;
        height: 48px;
    }

    .leaderOwl .item .content {
        padding: 0 50px 0 30px;
    }

    .leaderOwl .item h4 span {
        left: 52px;
    }

    .leaderOwl .owl-nav {
        width: 100px;
        height: 100px;
        right: -52px;
    }

    .leaderOwl .owl-nav button {
        background: #8D6023 url(../images/moveArrow.png) no-repeat center center !important
    }

    .whiskeySec .box h4 {
        font-size: 24px
    }

    .whiskeySec .box {
        padding: 0 0;
    }

    .whiskeySec .box h4 {
        margin: 10px 0 10px;
    }

    .whiskeySec .box p {
        font-size: 14px;
        line-height: 24px;
        height: 120px;
    }

    .awardBox .box {
        width: 300px;
    }

    footer ul li a {
        font-size: 14px;
        line-height: 30px;
    }

    footer h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    footer p {
        font-size: 14px;
        padding-left: 25px;
        line-height: 20px;
    }

    .footerInfo img {
        width: 150px;
    }

    footer .footerInfo .social li a {
        font-size: 17px;
        width: 35px;
        height: 35px;
    }

    .copyRight p {
        font-size: 14px
    }

    footer .enquerySec {
        width: 600px;
        margin: 0 auto 60px;
    }

    footer .enquerySec a {
        font-size: 18px;
        padding: 15px 20px;
    }


    .conatctInfo .box {
        padding: 35px
    }

    .conatctInfo .box h4,
    .formBox h4 {
        font-size: 26px;
    }

    .conatctInfo .box h5,
    .conatctInfo .box p a,
    .moreInfo ul li {
        font-size: 12px;
    }

    .contactMap {
        margin-top: -90px;
    }

    .formBox {
        padding: 30px
    }

    .inputStyle, .enquerForm .form-item input, .enquerForm .form-item select, .enquerForm .form-item textarea {
        padding: 10px;
        font-size: 14px;
    }

    .aboutSec p {
        font-size: 14px;
        line-height: 22px
    }

    .journeySlider h4 {
        font-size: 35px;
    }

    .timeLine .timeline-years {
        width: 90px;
        left: 110px;
    }

    .journeyOwl .item h3 {
        font-size: 130px;
        margin: 0;
        line-height: normal;
    }

    .journeyOwl .item p {
        font-size: 20px;
        line-height: 30px;
        padding-left: 0;
    }

    .journeyOwl .item .content {
        padding-right: 50px;
    }

    .timeLine .timeline-years .year {
        font-size: 14px;
        line-height: normal;
        margin-bottom: 8px;
    }

    .timeLine .timeline-years .year:after {
        width: 31px;
        height: 9px;
        background-size: contain !important;
        top: 4px;
    }

    .journeySlider .container .item {
        width: 810px;
        padding: 60px 50px;
    }

    .journeyOwl .item .batchImg img {
        width: 120px;
    }

    .journeySlider h4 {
        margin: 0
    }

    .achievementCont .boxElem .box {
        padding: 15px
    }

    .achievementCont .boxElem .box {
        padding: 25px 15px;
        height: 260px;
    }

    .achievementCont .boxElem h6 {
        font-size: 20px;
    }

    .achievementCont .boxElem h2 {
        font-size: 70px;
        line-height: normal;
    }

    .achievementCont .boxElem h2 span,
    .achievementCont .boxElem h3 span {
        font-size: 18px;
    }

    .achievementCont .boxElem p {
        font-size: 16px;
    }

    .achievementCont .boxElem h3 {
        font-size: 50px;
    }

    .achievementCont .boxElem h2 span {
        top: -10px
    }

    .distillerSec .contentBody .content {
        padding: 0 30px;
    }

    .distillerSec .contentBody h3 {
        font-size: 20px
    }

    .horizontal-nav ul li {
        margin: 0 8px;
    }

    .horizontal-nav ul li a {
        font-size: 12px;
    }

    .distillerCard {
        flex: 0 0 33.333% !important;
        height: 500px !important;
    }

    .distillerSec .container {
        padding: 0 40px !important;
    }

    .awards-grid {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 0px;
    }

    .awards-title {
        font-size: 48px;
        letter-spacing: 10px;
    }

    .award-badge-img {
        width: 100px;
        height: 100px;
    }

    .viewProduct ul li {
        font-size: 14px;
        line-height: 20px;
    }

    .viewProduct .content p {
        font-size: 14px;
        line-height: 23px;
        padding: 0
    }

    .distillerTab ul li {
        margin: 0 15px;
    }

    header {
        padding: 10px 0px
    }

    .horizontal-nav ul li a {
        font-size: 14px !important;
    }
    .leaderDetail{justify-content: space-between;padding:70px 30px}
    .leaderPage .leaderDetail .content h3{line-height: normal;}
    .leaderDetail p {
    font-size: 14px;
    line-height: 22px;}
    .leaderDetail .content{    padding-left: 0;}

}

@media (max-width: 1024px) {
    .product-bottle {
        height: 400px;
    }

    .product-bg-text {
        font-size: 70px;
    }

    .product-name {
        font-size: 24px;
    }

    .product-info1 {
        padding-left: 40px;
        margin-top: 120px;
    }
}

@media (max-width: 992px) {
    .tastingnotes .tastingnotes-media .aaghaaz-video {
        height: 535px;
        max-width: 300px;
        display: block;
        margin: auto;
    }
    .tastingnotes .tastingnotes-media .aaghaaz-logo {
        transform: inherit;
        position: static;
        max-width: 250px;
        width: 100%;
        margin: 0 0 20px;
    }
    .tastingnotes .tastingnotes-media {
        display: block;
        text-align: center;
        padding: 0;
    }
    .tastingnotes .content ul {
        max-width: 100%;
    }
    .tastingnotes .content p {
        max-width: 100%;
    }
    .tastingnotes .content {
        padding: 20px 25% 0 0;
        margin: auto;
    }
    .tastingnotes {
        padding: 50px 15px 50px 15px;
    }
    .ipl-partners-logo {
        margin-top: 15px;
    }

    /* .ipl-partners-logo h5 {
        font-size: 18px;
    }*/

    .ipl-partners-logo img {
        width: 50px;
    }

    .conatctInfo .box {
        padding: 25px
    }

    .conatctInfo .box h4
	{
        font-size: 16px;
    }

    .social li a {
        width: 30px;
        height: 30px;
        font-size: 16px
    }

    .social li a img {
        width: 15px
    }

    .toggleMenu img {
        width: 35px;
    }

    header.fixed {
        padding: 10px 20px;
    }

    .sectionPadding {
        padding: 60px 0;
    }

    .homeOwl .item h1 {
        font-size: 100px;
        line-height: 70px;
        margin: 0 0 30px 0;
    }

    .homeOwl .item h1 span {
        font-size: 30px;
    }

    .homeOwl .item .content .block {
        width: 430px;
    }

    .homeOwl .item .content .block p {
        font-size: 14px;
        line-height: 20px;
    }

    .roundBtn {
        width: 40px;
        height: 40px;
    }

    .homeOwl .owl-nav {
        bottom: 6%;
    }

    .homeOwl .owl-nav button {
        width: 50px;
        height: 38px;
    }

    h2 {
        font-size: 35px;
    }

    .storySec .secHead {
        padding-right: 0;
        width: 290px;
        left: 0;
    }

    .storyOwl .item .year h3 {
        font-size: 110px;
    }

    .storyOwl .owl-dots {
        padding: 0
    }

    .storyOwl .owl-dots .owl-dot {
        width: 50px;
    }

    .distillerTab ul li {
        font-size: 14px;
        line-height: 20px;
        margin: 0 10px;
    }

    .distillerSec .contentBody .content {
        padding: 0 0 0 15px;
    }

    .distillerSec .contentBody h3 {
        font-size: 22px;
    }

    .distillerSec .contentBody .list {
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

    .distillerSec .contentBody .list p {
        font-size: 14px;
        line-height: 23px;
    }

    .distillerSec .contentBody .list .klpd {
        width: 65px;
        height: 64px;
    }

    .distillerSec .contentBody .list h4 {
        font-size: 22px;
    }

    .distillerSec .contentBody .list h4 span {
        font-size: 15px;
    }

    .collectionSec .secHead {
        top: 40px
    }

    .collectionOwl .owl-nav button {
        width: 42px;
        height: 40px;
    }

    .collectionOwl h4 {
        font-size: 30px;
    }

    .collectionOwl h5 {
        font-size: 22px;
        margin: 10px 0 10px;
    }

    .collectionOwl .item .content {
        width: 390px;
        padding: 15px 25px 65px 25px;
        top: 60%;
    }

    .collectionOwl .owl-nav {
        bottom: 15%;
        width: 390px;
    }

    .sectionPaddingSm {
        padding: 45px 0
    }

    .leaderOwl .item .content {
        padding: 0 30px 0 20px;
    }

    .leaderOwl .item h3 {
        font-size: 24px;
    }

    .leaderOwl .item h4 {
        font-size: 22px
    }

    .leaderOwl .item h4 span {
        left: 37px;
    }

    .leaderOwl .item p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .leaderOwl .owl-dots {
        left: 15px;
    }

    .leaderOwl .owl-dots .owl-dot {
        width: 5px;
        height: 20px;
    }

    .leaderOwl .item p:before {
        top: -3px;
        background-size: contain;
        width: 13px;
        height: 11px;
        left: -20px
    }

    .leaderOwl .item p:after {
        background-size: contain;
        width: 13px;
        height: 11px;
        bottom: 0
    }

    .leaderOwl .item figure {
        margin-top: 30px
    }

    .glassOwl {
        width: 160px;
        top: 50px;
        left: 0;
    }

    .whiskeySec .box {
        padding: 0 0;
    }

    .whiskeySec .box img {
        width: 100px
    }

    .whiskeySec .box img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }

    .whiskeySec .box h4 {
        font-size: 20px;
        margin: 10px 0 10px;
    }

    .whiskeySec .col-md-3 {
        width: 35%;
    }

    .whiskeySec .col-md-6 {
        width: 30%;
    }

    .awardBox .box {
        width: 250px;
        height: 130px;
    }

    .awardBox .box h4 {
        font-size: 24px;
    }

    .awardBox .box p {
        font-size: 13px;
        line-height: 24px;
    }

    .awardSec {
        height: 510px;
    }

    .mapBox {
        height: auto;
    }

    .mapBox img {
        width: 400px
    }

    footer .footerInfo .social li a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    footer ul li a {
        font-size: 13px;
        line-height: 28px;
    }

    footer p span {
        width: 12px;
    }

    footer p {
        font-size: 13px;
        padding-left: 18px;
        line-height: 18px;
    }

    footer .enquerySec {
        width: 400px;
        margin: 0 auto 40px;
    }

    footer .enquerySec a {
        font-size: 14px;
        padding: 12px 20px;
    }

    .submitBtn, .enquerForm .form-submit {
        font-size: 16px;
        padding: 10px;
    }

    .moreInfo ul {
        padding: 0 40px;
    }

    .moreInfo ul li:first-child img {
        width: 30px
    }

    .moreInfo ul li:last-child img {
        width: 25px
    }

    .moreInfo ul li img {
        margin-right: 10px;
    }

    .aboutSec .col-md-6 {
        width: 100%
    }

    .rightSide {
        margin: 0
    }

    .journeySec .coin {
        width: 150px
    }

    .journeySlider {
        margin-top: -80px
    }

    .journeyOwl .item h3 {
        font-size: 90px
    }

    .journeyOwl .item p {
        font-size: 16px;
        line-height: 22px;
        padding-left: 0;
    }

    .journeyOwl .item .content {
        padding-right: 0;
    }

    .journeySlider .container .item {
        width: 670px;
        padding: 70px 20px;
    }

    .timeLine .timeline-years .year:after {
        width: 31px;
        top: 3px
    }

    .journeyOwl .item .batchImg img {
        width: 80px;
    }

    .journeyOwl .item .batchImg {
        top: -30px;
        right: -30px;
    }

    .timeLine .timeline-years {
        width: 70px;
        left: 7%;
    }

    .timeLine .timeline-years .year {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 6px;
    }

    .achievementCont .boxElem {
        width: 50%
    }

    .innerBaner {
        height: 250px;
    }

    .awardSec {
        position: relative;
    }

    .awardSec:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #00000070
    }

    .awardSec .container {
        position: relative;
        z-index: 9
    }

    .storyOwl .item .content figure {
        height: 230px;
    }

    .storyOwl .owl-nav {
        width: 57%;
    }

    .storyOwl .owl-nav button {
        width: 50px;
        height: 38px;
    }

    .awardBox {
        margin: 220px auto 0;
        width: 540px;
    }

    .mapBox figure img {
        width: 390px
    }

    .footerInfo img {
        width: 120px;
    }

    .footerInfo .social {
        margin-top: 15px;
    }

    .mapSec {
        padding-bottom: 0
    }

    /* Hide horizontal nav on mobile */
    .horizontal-nav {
        display: none;
    }

    /* Show mobile menu toggle */
    .mobile_menu {
        display: block;
        margin-left: 10px;
        position: relative;
        z-index: 3;
    }

    /* Update existing mobile menu styles */
    .mobile_menu nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 350px;
        height: 100vh;
        background: #8d6023c9;
        padding-top: 60px;
        box-shadow: -1px -4px 20px 13px #00000021;
        transition: right 0.3s ease;
    }

    body.activeMenu .mobile_menu nav {
        right: 0;
	    top: -10px;
    }

    .mobile_menu nav ul li a {
        font-size: 18px;
        display: block;
        padding: 12px 30px;
        color: #fff;
        font-family: "Basis-Regular";
    }

    .mobile_menu nav ul li a:hover {
        font-family: "Basis-Bold";
    }

    .mobile_menu .closeMenu {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .mobile_menu .closeMenu img {
        width: 25px;
    }

    .mobile_menu .social {
        padding-left: 30px;
        margin-top: 20px;
    }

    .mobile_menu .social li {
        margin: 0 15px 0 0;
    }

    .mobile_menu .social li a {
        border: none;
        padding: 0;
        font-size: 20px;
        width: auto;
        height: auto;
        display: flex;
        align-items: center;
    }

    .awards-content {
        padding: 50px 30px;
    }

    .awards-grid {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 0px;
    }

    .awards-title {
        font-size: 42px;
        letter-spacing: 8px;
    }

    .award-badge-img {
        width: 95px;
        height: 95px;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .hero-title {
        font-size: 56px;
    }

    .hero-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-description {
        margin: 0 auto;
    }

    .viewProduct .col-md-9,
    .viewProduct .col-md-3 {
        width: 100%
    }

    .viewProduct {
        padding: 25px 0 50px;
    }

    .distillerTab ul li {
        margin: 0 5px;
    }

    .capFlex .capBox h3 {
        font-size: 35px;
        line-height: 50px;
    }

    .capFlex .capBox h3 sub {
        font-size: 14px;
    }

    .viewProduct .content p {
        line-height: 19px
    }

    .viewProduct .content {
        padding: 0
    }
    .leaderPage .col{padding:0 15px}
    .leaderDetail figure .name{padding: 10px;}
    .leaderDetail figure .name h4{font-size: 18px;line-height: 19px;}
    .leaderDetail figure .name h4 .subName{        font-size: 13px;}
    .leaderDetail{        padding: 30px 15px;}
    .leaderPage .leaderDetail .content h3{font-size:26px;}
    .leaderPage .leaderDetail .content h3 span{font-size:20px}
    .leaderDetail figure .name{bottom: -90px;}
   .record-sales-subtitle{font-size: 26px;line-height: normal;}
   .sales-box{padding: 20px 20px;}
   .sales-number{font-size:40px}
    .product-bg-text {font-size: 40px;}
        .fullWidthVideoSec {
        padding: 3rem 0;
    }
        .fullWidthVideo {
        padding: 0 20px;
    }
    .video-container {
        height: 500px;
    }
    .aaghaaz-banner-section {
        height: auto;
    }
    .aaghaaz-banner-section .hero-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .aaghaaz-banner-section .hero-content {
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .aaghaaz-banner-section .bottleCap {
        max-width: 100px;
        z-index: 2;
    }
    .record-sales-section.aaghaaz-award .record-sales-subtitle, .tastingnotes .content h2 {
        font-size: 35px;
        line-height: normal;
    }
    .tastingnotes .content ul li h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
	.applyForm {
		padding: 30px;
	}
}
@media (max-width: 767px) {
    .aaghaaz-banner-section .hero-content .aaghaaz-logo {
        max-width: 250px;
    }
    .tastingnotes .tastingnotes-media .aaghaaz-video {
        height: 450px;
        max-width: 250px;
        display: block;
        margin: auto;
    }
    .record-sales-section.aaghaaz-award .record-sales-subtitle, .tastingnotes .content h2 {
        font-size: 28px;
    }
    .tastingnotes .content ul li h3 {
        font-size: 22px;
    }
    .aaghaaz-single1-media img {
        max-height: 90px;
    }
    .aaghaaz-single1-media {
        gap: 12px;
    }
    .fullWidthVideoSec {
        padding: 2.5rem 0;
    }
     .fullWidthVideo {
        padding: 0 15px;
    }
    .video-container {
        height: 400px;
    }
     .content-wrapper {
        gap: 20px;
    }

    .play-button {
        width: 55px;
        height: 55px;
        border: 2px solid rgba(255, 255, 255, 0.8);
    }

    .play-icon {
        border-left: 18px solid rgba(255, 255, 255, 0.9);
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

    .video-title {
        font-size: 1.5rem;
    }

    .divider-line {
        height: 45px;
    }
    .hero-content{padding: 0;}
    .record-sales-section{min-height: auto;padding: 40px 0;}
    .bottle-container{max-width: 100%;min-height:auto;padding:0}
    .bottle-container .bottle-image{left:0!important}
    .leaderDetail figure{width: 300px;height: auto;margin: 0 auto;top:0;max-width:100%}
    .leaderDetail figure img{width: 100%;height: 100%;object-fit: contain;}
    .leaderDetail .content{width:100%;top: 0;margin-top:80px}
     .leaderDetail figure .name {position: absolute;        bottom: -60px;}
    .leaderPage .leaderDetail .content h3 {
        font-size: 22px;
        margin: 0 0 10px;
    }
    
    .viewSlider .item img {
        height: 200px
    }

    .distillerSec .contentBody figure {
        height: 190px;
    }

    .distillerTab ul {
        flex-direction: column;
    }

    .distillerTab ul li {
        font-size: 12px;
        line-height: 17px;
        margin: 0 10px 10px;
    }

    .capFlex .capBox img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .distillerTabContent {
        margin-top: 0;
    }

    .capFlex .capBox h3 {
        font-size: 26px;
        margin: 10px 0 0;
    }

    .ipl-partners-logo {
        margin-top: 15px;
    }

    /* .ipl-partners-logo h5 {
        font-size: 18px;
    }*/

    .ipl-partners-logo img {
        width: 40px;
    }

    .hideLogo header.fixed,
    header.fixed {
        padding: 10px 0;
    }

    .mapSec ul li {
        font-size: 16px;
        width: 180px;
    }

    #india svg {
        height: 500px
    }

    header {
        padding: 10px 0;
    }

    header.fixed {
        padding: 10px 0;
    }

    .logo img {
        width: 80px;
    }

    .journeySlider {
        padding-bottom: 0
    }

    .homeOwl .item .content {
        top: 0;
        align-items: flex-start;
        padding: 0 20px;
    }

    .homeOwl .item h1 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 20px 0;
    }

    .homeOwl .item h1 span {
        font-size: 30px;
        line-height: normal;
    }

    .homeOwl .item .content .block {
        width: 400px;
        flex-direction: column;
        max-width: 100%;
    }

    .homeOwl .item .content .block p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .roundBtn {
        width: 30px;
        height: 30px;
    }

    .roundBtn img {
        width: 10px !important;
    }

    .homeOwl .owl-nav {
        bottom: 12%;
    }

    .storySec .secHead {
        padding-right: 0;
        left: 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }

    .storySec .secHead p {
        padding-right: 0;
        margin: 0;
    }

    .storyOwl .item .content h6 {
        font-size: 18px;
        margin: 20px 0 10px;
    }

    .storyOwl .item .year h3 {
        font-size: 80px
    }

    .storyOwl .item {
        flex-direction: column;
    }

    .storyOwl .item .year,
    .storyOwl .item .content {
        width: 100%;
        padding: 0
    }

    .storyOwl .owl-dots {
        padding: 0;
        display: flex;
        width: 100%;
    }

    .distillerTab ul li {
        font-size: 13px;
        line-height: 18px;
        margin: 0 3px;
    }

    .distillerSec .contentBody {
        flex-direction: column;
    }

    .distillerSec .contentBody figure,
    .distillerSec .contentBody .content {
        width: 100%;
        padding: 0
    }

    .distillerSec .contentBody h3 {
        font-size: 20px;
        margin-top: 20px
    }

    .collectionOwl .item figure {
        height: auto;
    }

    .collectionOwl .item figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
   
    .leaderElem {
        padding: 0;
    }

    .leaderOwl .item {
        padding: 25px 10px 0 20px;
    }

    .leaderOwl .owl-nav {
        display: none;
    }

    .leaderOwl .item {
        padding: 45px 10px 0 20px;
    }

    .leaderOwl .item .content {
        padding: 0 10px;
    }

    .leaderOwl .item h3 {
        font-size: 18px;
    }

    .leaderOwl .item p {
        font-size: 13px;
        line-height: 18px;
    }

    
      .leaderOwl .item h4 {
        font-size: 16px;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: inline-block !important;
        max-width: 100% !important;
    }
    
    .leaderOwl .item h4 * {
        display: inline !important;
        white-space: nowrap !important;
    }

    .leaderOwl {
        margin-top: 30px;
    }
	.raiseImg {
	    margin-top: 20px;	
	}
    .raiseImg img {
        width: auto;
        max-width: 100%;
        margin-bottom: 0;
        object-fit: cover;
    }

    .glassOwl {
        width: 100px
    }

    .whiskeySec .col-md-3,
    .whiskeySec .col-md-6 {
        width: 100%;
    }

    .whiskeySec .box {
        padding: 0 0;
        margin: 0;
    }

    .whiskeySec .box p {
        height: auto;
    }

    .whiskeySec figure {
        width: 200px;
        margin: 0 auto;
    }

    .whiskeySec figure img {
        width: 200px;
        height: 300px;
        object-fit: contain;
    }

    .whiskeySec h5 {
        font-size: 26px;
    }

    h2 {
        font-size: 30px;
    }

    .awardSec {
        height: 390px;
    }

    .mapBox img {
        width: 350px;
    }

    .infoPadd {
        padding-left: 0;
    }

    .copyRight .content {
        flex-direction: column;
    }

    .copyRight p {
        padding: 0
    }

    footer ul {
        margin-bottom: 20px
    }

    .main_menu .closeMenu img {
        width: 20px;
    }

    .main_menu .closeMenu {
        top: 5px;
        right: 5px;
    }

    .main_menu nav {
        padding-top: 20px;
        width: 300px
    }

    .main_menu nav ul li a {
        font-size: 14px;
        padding: 6px 15px;
    }

    .main_menu .social {
        padding-left: 15px;
        margin-top: 10px;
    }

    .main_menu .social li a {
        font-size: 18px
    }

    .storySec .secHead {
        padding: 0
    }

    .mapBox {
        flex-direction: column;
    }

    .mapBox figure {
        margin-top: 20px
    }

    .conatctInfo .box {
        margin-bottom: 20px
    }
    .formGroup {
        flex-direction: column;
    }
    .formGroup .group, .enquerForm .form-item {
        margin-bottom: 15px
    }
    .submitBtn, .enquerForm .form-submit {
        width: 100%
    }
    .formGroup textarea.inputStyle, .enquerForm .form-item textarea {
        height: 70px;
    }
    .moreInfo ul {
        align-items: center;
        flex-direction: column;
        padding: 0
    }
    .moreInfo {
        margin: 40px 0 0px;
    }
    .journeySlider .container .item {
        flex-direction: column;
        width: 380px;
    }
    .journeyOwl .item .content,
    .journeyOwl .item .imgSIde {
        width: 100%
    }
    .journeySlider .container .item {
        width: 470px;
        padding: 20px 20px 20px 40px;
    }
    .journeyOwl .item h3 {
        font-size: 60px;
    }
    .journeyOwl .item .imgSIde {
        margin-top: 20px;
    }
    .timeLine .timeline-years {
        width: 60px;
        left: 40px;
    }
    .timeLine .timeline-years .year {
        margin-bottom: 11px
    }
    .achievementCont .boxElem h3 {
        font-size: 40px;
    }
    .achievementCont .boxElem h6 {
        font-size: 18px;
    }
    .achievementCont .boxElem h2 span,
    .achievementCont .boxElem h3 span {
        font-size: 16px;
    }
    .achievementCont .boxElem h2 {
        font-size: 50px;
    }
    .achievementCont .boxElem h2 span {
        top: -10px;
        margin-left: 5px;
    }
    .achievementCont .boxElem {
        margin-bottom: 25px;
    }
    .achievementCont .boxElem .box {
        padding: 15px;
        height: 230px;
    }
    button.toggleMenu img {
        width: 25px;
    }
    .social li a {
        width: 24px;
        height: 24px;
        font-size: 12px;
    }
    .social li a img {
        width: 12px
    }
    .social li a.enuery_btn {
        padding: 3px 12px;
        font-size: 12px;
    }
    .social li,
    .main_menu {
        margin-left: 10px;
    }
    .hideLogo header {
        padding: 10px 0
    }

    .animated_logo.move-top {
        top: 10px;
        left: 10px;
    }

    .main_menu .closeMenu {
        top: 10px;
        right: 15px;
    }

    .main_menu nav {
        padding-top: 30px;
    }

    .main_menu .social li a img {
        width: 18px
    }

    .distillerTab {
        padding: 15px
    }

    .distillerTab ul li {
        font-size: 12px;
        line-height: 17px;
        margin: 0 2px;
    }

    .collectionOwl .item .content {
        top: 42%;
        right: 15px;
        width: 340px;
    }

    .collectionOwl .item .content .detail {
        width: 100%
    }

    .collectionOwl h4 {
        font-size: 22px;
    }

    .collectionOwl h5 {
        font-size: 18px;
        margin: 7px 0 6px;
    }

    .collectionOwl p {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
    }

    .collectionOwl .owl-nav {
        bottom: 37%;
        width: 340px;
        right: 15px;
    }

    .leaderOwl .item figure {
        height: 240px;
    }

	.galleryOwl .item img {
	    height: 250px;	
	}
	.col-md-8 .raiseImg.leftside > .galleryOwl .item {
	    height: 250px !important;	
	}
	.glassSec .col-md-8 {
		margin: 0;
	}
    .glassOwl {
        top: 0
    }
	.leaderSec .redirect-icon {
		width: 40px;
		height: 40px;
	}
	.leaderSec .redirect-icon img {
		width: 12px;
		height: 12px;
	}
    .awardBox {
        margin: 130px auto 0;
    }

    .mobile_menu nav {
        width: 300px;
        padding-top: 40px;
    }

    .mobile_menu nav ul li a {
        font-size: 16px;
        padding: 10px 20px;
    }

    .careerSec h2 {
        font-size: 32px;
    }

    .applyForm {
        padding: 40px 30px;
    }

    .applyForm h3 {
        font-size: 28px;
        margin-bottom: 40px;
    }


    .applyForm .formGroup, .applyForm .form-item {
        margin-bottom: 30px;
    }
	.applyForm .col, .applyForm .col-6, .applyForm .col-md-6, .applyForm .form-actions {
		padding: 0 0px;
	}
    .record-sales-title {
        font-size: 36px;
    }

    .record-sales-subtitle {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .sales-box {
        padding: 40px 60px;
    }

    .sales-number {
        font-size: 42px;
    }

    .sales-label {
        font-size: 20px;
    }

    .collection-heading {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .collection-slider {
        gap: 15px;
    }

    .product-slide {
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .product-bottle {
        margin: 0 auto;
        width: 200px;
        height: 300px;
        object-fit: contain;
    }

    .product-info1 {
        text-align: center;
        padding-left: 0;
        margin: 0 auto;
        margin-top: 0;
    }

    .product-bg-text {
        font-size: 30px;
        top: 30%;
    }

    .product-name {
        font-size: 22px;
    }

    .product-description {
        font-size: 14px;
    }
    /* Product box styling */
    .product-box {
        background-color: #ffffff !important;
        padding: 0px !IMPORTANT;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: none !important;
    }

    /* Remove hover effects on mobile */
    .product-box:hover {
        transform: none !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    /* Image box with white background */
    .product-box .img-box {
        background-color: #ffffff !important;
        padding: 10px;
        border-radius: 6px;
    }

    .product-box .img-box img {
        background-color: #ffffff !important;
    }

    /* Product info with white background */
    .product-box .product-info {
        background-color: #ffffff !important;
        padding: 8px;
        flex: 1;
    }

    /* Product logo with white background */
    .product-box .product-info .product-logo {
        background-color: #ffffff !important;
        padding: 5px;
    }

    /* Product name with white background */
    .product-box .product-info .product-name {
        background-color: #ffffff !important;
        color: #333333;
        margin: 5px 0 0 0;
        padding: 5px;
    }

    /* Remove all hover transitions */
    .product-link:hover .product-box,
    .product-item:hover .product-box {
        transform: none !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    }

    /* Disable pointer events for hover on mobile */
    .product-box * {
        transition: none !important;
    }

    /* Arrow icon styling */
    .product-box .arrow-icon {
        background-color: #ffffff;
    }

    /* Remove active/focus states on mobile */
    .product-link:active .product-box,
    .product-link:focus .product-box {
        transform: none !important;
        outline: none;
    }


    .slider-arrow {
        width: 50px;
        height: 50px;
        font-size: 36px;
    }

    .updates-section {
        padding: 120px 15px 40px;
    }

    .updates-section h1 {
        font-size: 2rem;
        margin-bottom: 35px;
    }

    .updates-grid {
        gap: 30px;
    }

    .update-item {
        grid-template-columns: 100px 1fr;
        gap: 15px;
    }

    .update-image {
        width: 100px;
        height: 100px;
    }

    .update-content h3 {
        font-size: 1rem;
    }

    .update-content p {
        font-size: 0.9rem;
    }

    .distillerCard {
        flex: 0 0 50% !important;
        height: 450px !important;
    }

    .distillerSec .secHead h2 {
        font-size: 36px !important;
    }

    .sectionPaddingSm {
        padding: 60px 0 !important;
    }

    .distillerSec .container {
        padding: 0 30px !important;
    }

    .awards-section {
        padding: 60px 15px;
    }

    .awards-content {
        padding: 40px 20px;
    }

    .awards-header {
        margin-bottom: 40px;
    }

    .awards-title {
        font-size: 36px;
        letter-spacing: 6px;
    }

    .awards-grid {
        grid-template-columns: repeat(3, minmax(90px, 110px));
        column-gap: 15px;
        row-gap: 12px;
    }

    .award-badge-img {
        width: 85px;
        height: 85px;
    }

    .brandBox .brandText {
        font-size: 10px;
        line-height: 12px;
    }

    .brandBox .brandLogo.zoomOut img {
        width: 80px;
    }

    .brandBox {
        width: 210px;
        height: 210px;
        margin: 75px auto 0;
        padding: 20px;
    }

    .brandBox .brandText .bot:before {
        bottom: 4px;
        left: 4px;
        width: 6px;
        height: 6px;
    }

    .brandBox .brandText .bot {
        width: 18px;
        height: 18px;
        border: 2px solid #000;
    }

    .brandBox .topA1 .bot {
        bottom: -22px;
        left: 42px;
    }

    .brandBox .topA1 {
        top: -42px;
    }

    .brandBox .topA2 {
        top: 40px;
        right: -103px;
    }

    .brandBox .topA2 .bot {
        bottom: 3px;
        left: -26px;
    }

    .brandBox .topA3 {
        bottom: 50px;
        right: -127px;
    }

    .brandBox .topA3 .bot {
        bottom: 6px;
        left: -26px;
    }

    .brandBox .topA4 .bot {
        top: -19px;
        left: 25px;
    }

    .brandBox .topA5 {
        bottom: 50px;
        left: -170px;
    }

    .brandBox .topA5 .bot {
        bottom: 4px;
        right: -24px;
    }

    .brandBox .topA6 .bot {
        right: -25px;
        bottom: 3px;
    }
    .collectionSec{height:auto}
    
.collectionOwl p{overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
.collectionOwl .item .content {
        width: 280px;
        padding: 15px;
        top: auto;
        right: -40%;
        transform: translate(-50%, 0);
        height: auto;
        bottom: 20px;
    }
.collectionOwl .owl-nav{display:none}
.innerBaner4, .innerBaner3{height:300px}
.timeLine .timeline-years{display:none}
.timeLine{padding:0}
    .journeyOwl .item {
        padding: 10px 20px 30px;
    }
        .contactMap {
        margin-top: 40px;
    }
    
}

@media (max-width: 640px) {

    img.bottle-image[src$="back2.png"],
    img.bottle-image[src$="sir e taj.webp"],
    img.bottle-image[src$="london.webp"],
    img.bottle-image[src$="o p m.webp"],
    img.bottle-image[src$="Group 41481.jpg"],
    img.bottle-image[src$="royal new.png"],
    img.bottle-image[src$="9 new.jpg"],
    img.bottle-image[src$="star new.png"],
    img.bottle-image[src$="royal new.png"] {
        /* fall back to normal document flow on small screens */
        position: relative;
        transform: none;
        width: 100%;
        max-width: 320px;
        max-height: 380px;
        padding: 1px;
    }
   
    .hero-content {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .hero-title {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .hero-tagline {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .hero-description {
        margin-top: 0;
        margin-bottom: 0;
    }


    .hero-section {
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-tagline {
        font-size: 18px;
    }

    .hero-description {
        font-size: 14px;
    }

    .bottle-image {
        max-width: 300px;
        max-height: 360px;
        padding: 12px;
    }

    .bottle-bg {
        max-width: 450px;
    }
    
}

@media (max-width: 580px) {
    .leaderDetail{padding: 15px;}
    .capFlex .capBox {
        width: 50%;
    }
    .journeyOwl .item .batchImg img {
        width: 60px;
    }
    .distillerTab {
        padding: 0;
    }

    .ipl-partners-logo {
        margin-top: 10px;
    }

    /* .ipl-partners-logo h5 {
        font-size: 16px;
    }*/

    .ipl-partners-logo img {
        width: 40px;
    }

    .mapSec ul li {
        font-size: 14px;
        width: 150px;
    }

    #International svg {
        height: 220px;
    }

    #india svg {
        height: 360px;
    }

    .homeOwl .item .content {
        top: 0
    }

    .homeOwl .item .content h1 {
        font-size: 50px;
        line-height: 50px
    }

    .homeOwl .item .content h1 span {
        font-size: 24px
    }

    .homeSlider {
        height: 450px
    }

    .homeOwl .owl-nav {
        bottom: 4%;
    }

    .homeOwl .item figure {
        height: 450px;
    }

    .homeOwl .item figure img {
        height: 100%;
        object-fit: cover;
    }

    .distillerTab ul {
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .distillerTab ul li {
        font-size: 14px;
        margin: 0 0 10px;
        padding-bottom: 10px;
        width: 100%;
        text-align: left;
        border-bottom: 2px solid transparent;
    }

    .distillerTab ul li span {
        padding: 0;
        display: inline-block;
        border: none;
    }

    .distillerTab ul li.active {
        border-color: #8D6023;
    }

    .collectionOwl .item .content {
        width: 90%;
        padding: 15px 15px 35px 15px;
        top: 60%;
    }

    .collectionOwl .item .content .detail {
        width: 100%;
    }

    .collectionOwl h4 {
        font-size: 22px;
    }

    .collectionOwl h5 {
        font-size: 18px;
        margin: 5px 0 5px;
    }

    .collectionOwl p {
        font-size: 13px;
        line-height: 22px;
    }

    .collectionOwl .owl-nav {
        bottom: 12%;
        width: 290px;
    }

    .collectionOwl .owl-nav button {
        width: 32px;
        height: 30px;
    }

    .leaderOwl .item {
        padding: 20px 20px 20px 50px;
        flex-direction: column;
    }

    .leaderOwl .item figure {
        margin-top: 0;
        width: 100%;
    }

    .leaderOwl .item .content {
        padding: 0;
        width: 100%;
        margin-top: 20px;
    }

    .glassSec {
        padding-top: 0
    }

    .whiskeySec figure {
        margin: 0 auto 20px;
    }

    footer {
        padding: 40px 0 0;
    }

    footer .enquerySec a {
        font-size: 12px;
        padding: 12px 10px;
    }

    .agePopup .btn button {
        font-size: 16px;
        padding: 10px 30px;
    }

    .conatctInfo h2 {
        margin-bottom: 30px;
    }

    .conatctInfo .box h5,
    .conatctInfo .box p a,
    .moreInfo ul li {
        font-size: 14px
    }

    .conatctInfo .box p img {
        width: 15px
    }

    .formBox {
        padding: 30px 15px;
    }

    .achievementCont .boxElem {
        width: 100%
    }

    .journeySlider h4 {
        font-size: 30px;
    }

    .timeLine .timeline-years .year:after {
        content: none
    }

    .timeLine .timeline-years {
        width: auto;
        left: 10px;
    }

    .journeySlider .container .item {
        width: 470px;
        padding: 50px 20px 50px 20px;
    }

    .journeyOwl .item .batchImg {
        top: -10px;
        right: 0;
    }

    .sectionPadding {
        padding: 40px 0;
    }

    .storyOwl .owl-nav {
        width: 100%;
        bottom: 50%;
    }

    .storyOwl .owl-dots {
        justify-content: center;
    }

    .product-section .product-info {
        margin-top: 45px;
    }

    .product-section .img-box {
        width: 120px;
        height: 200px;
    }

    .product-section .product-item {
        margin-bottom: 30px !important;
    }

    .product-section .row {
        margin-bottom: 40px !important;
        row-gap: 0px !important;
    }

    .mobile_menu nav {
        width: 280px;
    }

    .mobile_menu nav ul li a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .awards-section {
        padding: 40px 10px;
    }

    .awards-content {
        padding: 30px 15px;
    }

    .awards-title {
        font-size: 28px;
        letter-spacing: 4px;
    }

    .awards-grid {
        grid-template-columns: repeat(2, minmax(80px, 100px));
        column-gap: 15px;
        row-gap: 12px;
    }

    .award-badge-img {
        width: 75px;
        height: 75px;
    }

    .brandBox .brandText {
        font-size: 8px;
    }

    .brandBox {
        width: 180px;
        height: 180px;
    }

    .brandBox .topA1 .bot {
        left: 28px;
    }

    .brandBox .topA2 {
        top: 20px;
        right: -75px;
    }

    .brandBox .topA3 {
        bottom: 20px;
        right: -93px;
    }

    .brandBox .topA4 .bot {
        left: 19px;
    }

    .brandBox .topA5 {
        bottom: 20px;
        left: -160px;
    }

    .brandBox .topA6 {
        top: 20px;
        left: -160px;
    }
.product-bg-text {
        font-size: 19px;
        top: 15%;
    }
    .product-info1{max-width:100%}
    .slider-arrow{display:none}

}



@media (max-width: 480px) {
    .record-sales-section {
        padding: 60px 20px;
    }

    .record-sales-title {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .record-sales-subtitle {
        font-size: 16px;
    }

    .sales-box {
        padding: 30px 40px;
    }

    .sales-number {
        font-size: 36px;
    }

    .sales-label {
        font-size: 18px;
    }

    .collection-section {
        padding: 60px 15px;
    }

    .collection-heading {
        font-size: 24px;
    }

    .collection-slider {
        gap: 10px;
    }

    .product-bottle {
        height: 280px;
    }

    .product-name {
        font-size: 20px;
    }

    .product-description {
        font-size: 13px;
    }

    .read-more-btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    .slider-arrow {
        width: 45px;
        height: 45px;
        font-size: 32px;
    }

    .dot {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }

    .dot.active {
        width: 12px;
        height: 12px;
    }

    .updates-section {
        padding: 100px 15px 40px;
    }

    .updates-section h1 {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }

    .updates-grid {
        gap: 25px;
    }

    .update-item {
        grid-template-columns: 80px 1fr;
        gap: 12px;
    }

    .update-image {
        width: 80px;
        height: 80px;
        border-radius: 8px;
    }

    .update-content h3 {
        font-size: 0.9rem;
    }

    .update-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }

    .distillerCard {
        flex: 0 0 100% !important;
        height: 400px !important;
    }

    .distillerSec .secHead h2 {
        font-size: 28px !important;
    }

    .sectionPaddingSm {
        padding: 40px 0 !important;
    }

    .distillerSec .container {
        padding: 0 20px !important;
    }

    .awards-title {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .award-badge-img {
        width: 70px;
        height: 70px;
    }
}