 
:root {
    /* widths for rows and containers
     */
    --header-height: 160px;
    --header-height-min: 80px;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height: 100px;
        --header-height-min: 80px;
    }
}
/* Theme Colors */
:root {
    --accent-color: #333;
    --body-text-color: #777;
    --dark-color: #000;
    --light-color: #fff;
    --grey-color: #e3e3e3;
    --light-grey-color: #f1f1f1;
    --dark-grey-color: #4e4e4e;
    --primary-color: #6bcaff;
}

/* Fonts */
:root {
    --body-font: "Raleway", Verdana, sans-serif;
    --heading-font: "Poiret One", Lato, sans-serif;
}


body {
    --heading-font: "Poiret One", Lato, sans-serif;
    --heading-font-weight: 400;
    --heading-color: var(--bs-dark);
    --heading-line-height: 1.24;
    --swiper-theme-color: var(--bs-primary);
    --swiper-pagination-bottom: 0;
    --custom-easing: cubic-bezier(.17,.67,.83,.67);
    /* bootstrap */
    --bs-body-font-family: "Raleway", Verdana, sans-serif;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.7;
    --bs-body-color: #8f8f8f;
    --bs-body-color-rgb: 143, 143, 143;
    --bs-primary: #6bcaff;
    --bs-primary-dark: #5b878a;
    --bs-secondary: #6c757d;
    --bs-black: #111;
    --bs-light: #F1F1F0;
    --bs-dark: #212529;
    --bs-gray: #9aa1a7;
    --bs-gray-dark: #51565b;
    --bs-primary-rgb: 107, 202, 255;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;
    --bs-link-color: var(--bs-dark);
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-hover-color-rgb: 17, 17, 17;
}

@media only screen and (max-width: 991px) {
    body {
        --bs-body-font-size: 1.2rem;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: #000;
    line-height: var(--heading-line-height);
}



a {
    text-decoration: none;
    transition: all 0.3s ease-out;
}

/* container fluid */
.container-fluid {
    /* width: 98%; */
    max-width: 1800px;
}

/* Dropdown */
.dropdown-menu {
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
}

.dropdown-item {
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-link-color: var(--bs-black);
    --bs-dropdown-item-border-radius: 0;
}

    .dropdown-item.active,
    .dropdown-item:active {
        --bs-dropdown-link-active-color: var(--bs-light);
        --bs-dropdown-link-active-bg: var(--bs-black);
    }

/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary-dark);
    --bs-btn-hover-border-color: var(--bs-primary-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-secondary);
    --bs-btn-active-border-color: var(--bs-secondary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.pagination {
    --bs-pagination-active-bg: var(--bs-black);
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
    --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

    .text-white .nav-link {
        --bs-nav-link-color: var(--bs-light);
        --bs-nav-link-hover-color: var(--bs-light);
        --bs-nav-link-active-color: var(--bs-light);
        --bs-navbar-active-color: var(--bs-light);
    }

/* accordion */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-dark);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-focus-border-color: var(--bs-dark);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0.5rem;
    --bs-accordion-active-color: var(--bs-primary);
    --bs-accordion-active-bg: transparent;
}
/* 
.accordion-button {
  --bs-accordion-btn-padding-y: 1.5rem;
  --bs-accordion-active-color: var(--bs-primary);
} */

/* form control */
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] {
    color-scheme: dark;
    --heading-color: #fff;
    --bs-link-color: #CCCCCC;
    --bs-link-hover-color: var(--bs-primary);
    --bs-link-color-rgb: 204, 204, 204;
    --bs-link-hover-color-rgb: 131, 169, 172;
    --bs-body-color: #d1d1d1;
    --bs-body-bg: #111;
    --bs-body-bg-rgb: 17, 17, 41;
}

    [data-bs-theme=dark] .dropdown-item {
        --bs-dropdown-link-color: var(--bs-light);
        --bs-dropdown-link-hover-color: var(--bs-white);
    }

    [data-bs-theme=dark] .bg-white,
    [data-bs-theme=dark] .bg-light {
        --bs-bg-opacity: 0.1;
    }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.5rem;
}

/* end of Bootstrap Color Theme */

/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

html {
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    color: #0e0d0d;
    margin: 0;
}

    body.no-scroll {
        overflow: hidden;
    }

a {
    color: var(--dark-color);
    text-decoration: none;
    transition: 0.3s color ease-out;
}

    a.light {
        color: var(--light-color);
    }

    a:hover {
        text-decoration: none;
        color: var(--dark-color);
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-top: 5px;
        margin-bottom: 0;
    }

    ul li, ol li {
        margin-bottom: 5px;
        outline: 0;
    }

        ul li.active a {
            color: var(--dark-color);
        }

        ul li:last-child,
        ol li:last-child {
            margin-bottom: 0;
        }

dl {
    margin-top: 0;
    margin-bottom: 2rem;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0;
}

figure {
    margin: 0;
}

img {
    display: inline-block;
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    transform: scale(1.1);
    /*margin-left: 5%;*/
}


.main-logo {
    margin-left: 5% !important;
}

::selection {
    background: var(--primary-color);
    color: var(--light-color);
    text-shadow: none;
}

::-moz-selection {
    background: var(--primary-color);
    color: var(--light-color);
    text-shadow: none;
}

/* image align */
figure.align-right {
    margin: 30px 0 30px 30px;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/

.align-left {
    float: left;
    text-align: left;
}

.align-right {
    float: right;
    text-align: right;
}

.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/**::after,*/
.container::after,
.row::after,
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/** Text Align
--------------------------------------------------------------*/
.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lead {
    font-size: 120%;
    line-height: 1.7em;
}

    .text-lead strong {
        font-size: 115%;
        font-weight: 500;
    }

.text-muted {
    color: var(--primary-color);
}

.text-primary {
    color: var(--primary-color);
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 50px;
    padding: 6px 15px;
    background-color: var(--light-background-color);
    border: 1px solid var(--grey-color);
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width:100%
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 130px;
    padding-top: 6px;
    padding-bottom: 6px;
}

    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="search"]:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border: 1px solid var(--dark-grey-color);
        outline: 0;
    }

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label > .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
    list-style: circle inside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

    ul ul,
    ul ol,
    ol ol,
    ol ul {
        margin: 1.5rem 0 1.5rem 3rem;
        font-size: 90%;
    }

li {
    margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    border-radius: 4px;
    background-color: var(--accent-color);
    color: var(--light-color);
}

pre > code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: normal;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
    padding: 12px 15px;
    text-align: left;
}

    th:first-child,
    td:first-child {
        padding-left: 0;
    }

    th:last-child,
    td:last-child {
        padding-right: 0;
    }


/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 0.6rem;
}

pre,
blockquote,
dl,
figure,
table,
form {
    margin-bottom: 2rem;
}


/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

.list-icon i {
    margin-right: 10px;
}

.list-unstyled {
    list-style: none;
}

.txt-fx .letter {
    opacity: 0;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.overflow-hidden {
    overflow: hidden;
}

.hide {
    display: none !important;
}

/* display flex utilities */
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.justify-content-end {
    -ms-flex-pack: justify !important;
    justify-content: end !important;
}

.justify-content-center {
    -ms-flex-pack: justify !important;
    justify-content: center !important;
}

.justify-content-evenly {
    -ms-flex-pack: justify !important;
    justify-content: space-evenly !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
/* disable selction in section title */
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
    background-image: none;
    background: var(--dark-color);
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    border: 2px solid transparent;
    border-radius: 0;
    padding: 0.75em 1.5em;
    margin-top: 15px;
    font-family: var(--body-font);
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    color: var(--light-color);
    z-index: 1;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover,
    .btn:focus,
    input[type="button"]:focus,
    input[type="button"]:hover,
    input[type="submit"]:focus,
    input[type="submit"]:hover,
    input[type="reset"]:focus,
    input[type="reset"]:hover,
    input[type="file"]:focus,
    input[type="file"]:hover,
    button:focus,
    button:hover {
        text-decoration: none;
        outline: 0;
    }

.light .btn:hover {
    color: var(--light-color);
}

.btn:last-child {
    margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
    padding: 0.8em 1.8em;
    font-size: 0.65em;
}

.btn.btn-medium {
    padding: 1.1em 3.0em;
    font-size: 1.0em;
}

.btn.btn-large {
    padding: 1.5em 5.5em;
    font-size: 1.3em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
    border-radius: 6px;
}

.btn.btn-pill,
.btn.btn-pill::after {
    border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
    background: transparent;
    text-shadow: none;
    box-shadow: none;
}

    .btn.btn-outline-dark:hover::after,
    .btn.btn-outline-light:hover::after {
        background-color: transparent;
    }

.btn.btn-outline-dark {
    border-color: rgba(0,0,0,1);
    color: var(--dark-color);
}

    .btn.btn-outline-dark:hover {
        background: var(--dark-color);
        color: var(--light-color);
    }

.btn.btn-outline-light {
    border-color: rgba(255,255,255,0.5);
    color: var(--light-color);
}

    .btn.btn-outline-light:hover {
        border-color: rgba(0,0,0,0.5);
        color: var(--dark-color);
    }

.btn.btn-outline-accent {
    background: transparent;
    border-color: var(--accent-color);
    color: var(--dark-color);
}

    .btn.btn-outline-accent:hover {
        border-color: var(--dark-color);
        color: var(--dark-color) !important;
    }

.btn.btn-full {
    display: block;
    margin: .85em 0;
    width: 100%;
    text-align: center;
}


/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
    background: var(--dark-color);
    color: var(--light-color);
}

    .btn.btn-common:hover {
        background: var(--light-color);
        color: var(--dark-color);
    }

.btn.btn-accent {
    color: var(--light-color);
    background-color: var(--accent-color);
}

    .btn.btn-accent:hover {
        color: var(--light-color) !important;
        background-color: var(--primary-color);
    }

.btn.btn-normal {
    background: transparent;
    color: var(--dark-color);
    padding: 0;
}

    .btn.btn-normal:hover {
        color: var(--primary-color);
    }

.btn.btn-grey {
    background-color: var(--light-grey-color);
    color: var(--dark-color);
}

    .btn.btn-grey:hover {
        background-color: var(--dark-color);
        color: var(--light-color);
    }

.btn.btn-black {
    background-color: var(--dark-color);
    color: var(--light-color);
}

    .btn.btn-black:hover {
        background-color: var(--primary-color);
        color: var(--light-color);
    }

.btn.btn-light {
    background-color: var(--light-color);
    color: var(--dark-color);
}

    .btn.btn-light:hover {
        background-color: var(--primary-color);
        color: var(--light-color);
    }

.btn.btn-primary {
    background: #209ee4;
    color: var(--light-color);
    border-radius: 8px;
}

    .btn.btn-primary:hover {
        background-color: var(--dark-color);
        color: var(--light-color);
        
    }

    .btn.btn-primary.selected {
        background-color: black !important; /* stays black when clicked */
        color: var(--light-color);
    }

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
    text-align: left;
    display: block;
}

.btn-center {
    text-align: center;
    display: block;
}

.btn-right {
    text-align: right;
    display: block;
}


/*----------------------------------------------*/
/* 3. Section */
/*-----------------------------------------------------------*/

/* Hero section
/*----------------------------------------------*/
.hero-section {
    position: relative;
}

    .hero-section h2 {
        font-size: 1.8em;
        text-transform: none;
    }

/*--- Section And Elements Title
-----------------------------------------------*/
h2.section-title,
h2.element-title,
h4.subtitle,
h3.subtitle {
    font-weight: 500;
    line-height: 1;
    color: #000;
    position: relative;
}

h2.section-title,
h2.element-title {
    font-size: 2.4em;
    margin-bottom: 60px;
}

    h2.section-title:after {
        content: "";
        width: 10%;
        position: absolute;
        bottom: -10px;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 1px solid var(--primary-color);
        margin: 0 auto;
    }

h4.subtitle {
    font-size: 1.2em;
}

h3.subtitle {
    font-size: 2em;
}

h3.post-title {
    font-size: 1.4em;
    letter-spacing: 1.2px;
    margin: 0 0 10px;
}

h5.widget-title {
    font-size: 1em;
    letter-spacing: 1.2px;
}

/* - Background Colors
--------------------------------------------------------------*/
.bg-light {
    background-color: var(--light-color) !important;
}

.bg-grey {
    background-color: var(--light-grey-color) !important;
}

.bg-dark-grey {
    background-color: var(--dark-grey-color) !important;
}

.bg-light-grey {
    background-color: var(--light-grey-color) !important;
}

/* - Content Colors
--------------------------------------------------------------*/
/* content light */
.content-light h1, .content-light h2, .content-light h3, .content-light h4, .content-light h5, .content-light h6 {
    color: var(--light-color);
}

.primary-color h1, .primary-color h2, .primary-color h3, .primary-color h4, .primary-color h5, .primary-color h6 {
    color: var(--primary-color);
}

.content-light a,
.content-light {
    color: var(--light-color);
}

    .content-light a:hover {
        color: var(--light-color);
    }

    .content-light li.menu-item .icon {
        color: var(--light-color);
    }
/* content dark */
.content-dark h1, .content-dark h2, .content-dark h3, .content-dark h4, .content-dark h5, .content-dark h6 {
    color: var(--dark-color);
}

.content-dark a,
.content-dark {
    color: var(--dark-color);
}

    .content-dark a:hover {
        color: var(--dark-color);
    }

    .content-dark li.menu-item .icon {
        color: var(--dark-color);
    }

/* - Content Border
--------------------------------------------------------------*/
table.border-bottom tr {
    border-bottom: 1px solid var(--grey-color);
}

.content-light table.border-bottom tr {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.border-top {
    border-top: 1px solid var(--grey-color);
}

.content-light .border-top {
    border-top: 1px solid rgba(255,255,255,0.3);
}

.border-right {
    border-right: 1px solid var(--grey-color);
}

.content-light .border-right {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.border-bottom {
    border-bottom: 1px solid var(--grey-color);
}

.content-light .border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.border-left {
    border-left: 1px solid var(--grey-color);
}

.content-light .border-left {
    border-left: 1px solid rgba(255,255,255,0.3);
}

/* - Content Border None
--------------------------------------------------------------*/
.no-border-top {
    border-top: none !important;
}

.no-border-right {
    border-right: none !important;
}

.no-border-bottom {
    border-bottom: none !important;
}

.no-border-left {
    border-left: none !important;
}

/*====================================================================*/
/* 4. EXTENDED TYPOGRAPHY */
/*====================================================================*/
/*----------------------------------------------*/
/* 4.1 Blockquote /Pullquote */
/*----------------------------------------------*/
.single-post .content p:first-child,
.quote blockquote, blockquote,
.single-post .content blockquote p,
.pullquote-right,
.pullquote-left {
    font-family: var(--heading-font);
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: normal;
    margin: 0 0 20px;
    padding: 20px 40px;
    border-left: 1px solid rgb(0 193 237);
    padding-bottom:0!important
}

.pullquote-right, .pullquote-left {
    width: 40%;
}

blockquote cite {
    display: block;
    font-size: 0.8em;
    margin-top: 20px;
    font-style: italic;
}

.pullquote-left {
    float: left;
    margin: 20px 20px 20px 0;
}

.pullquote-right {
    float: right;
    margin: 20px 0 20px 20px;
}

/*----------------------------------------------*/
/* 4.3 Text Highlights */
/*----------------------------------------------*/
.highlight {
    background: #ffff00;
    color: black;
    /*background: var(--primary-color);
    color: var(--light-color);*/

    padding: 1px 1px;
}

/*----------------------------------------------*/
/* 4.4 Text Animation */
/*----------------------------------------------*/
.text-animation {
    overflow: hidden;
    white-space: pre-line;
    border-right: solid 5px rgba(255,255,255,.75);
}

/* Animation */
.text-animation {
    animation: animated-text 4s linear 1s 1 normal both, animated-cursor 600ms linear infinite;
}

/* text animation */
@keyframes animated-text {
    from {
        width: 0;
    }

    to {
        width: 650px;
    }
}

/* cursor animations */
@keyframes animated-cursor {
    from {
        border-right-color: rgba(255,255,255,.75);
    }

    to {
        border-right-color: transparent;
    }
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover, .nav-link:focus {
    color: var(--accent-color);
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-link {
        color: #999;
        padding: 10px 30px;
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

        .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
            border-color: #e9ecef #e9ecef #dee2e6;
            isolation: isolate;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-link.active,
        .nav-tabs .nav-item.show .nav-link {
            color: #495057;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

    .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #0d6efd;
    }

.nav-fill > .nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

    .nav-fill .nav-item .nav-link,
    .nav-justified .nav-item .nav-link {
        width: 100%;
    }

.bootstrap-tabs .tab-content {
    padding: 20px 0;
}

    .bootstrap-tabs .tab-content > .tab-pane {
        display: none;
    }

    .bootstrap-tabs .tab-content > .active {
        display: block;
    }

/*--------------------------------------------------------------
/** 5.2 Accordions
--------------------------------------------------------------*/
.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    margin: 0;
    font-size: 1rem;
    color: var(--dark-color);
    text-align: left;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    overflow-anchor: none;
    background-color: var(--light-background-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: var(--dark-color);
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin: 0;
}

.accordion-item button.accordion-button {
    background-color: var(--light-color);
}

.accordion-item {
    background-color: var(--light-background-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0;
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0;
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0;
    }

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.padding-small {
    padding-top: 2em;
    padding-bottom: 2em;
}

.padding-medium {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-large {
    padding-top: 7em;
    padding-bottom: 7em;
}

.padding-xlarge {
    padding-top: 9.5em;
    padding-bottom: 9.5em;
}

.padding-2xlarge {
    padding-top: 15em;
    padding-bottom: 15em;
}

/* no padding */
.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-gutter {
    padding: 0 !important;
}

/* no padding and margin */
.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
    margin-top: 3em;
    margin-bottom: 3em;
}

.margin-medium {
    margin-top: 4.5em;
    margin-bottom: 4.5em;
}

.margin-large {
    margin-top: 6em;
    margin-bottom: 6em;
}

.margin-xlarge {
    margin-top: 7.5em;
    margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {
    .margin-small,
    .margin-medium,
    .margin-large,
    .margin-xlarge {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}


/*====================================================================*/
/* 6. BLOG STYLES */
/*====================================================================*/

/* 6.1 Blog Single Post
------------------------------------------*/
/* breadcrumbs */
.breadcrumbs span {
    display: inline-block;
}

/* 6.3 About Author
------------------------------------------*/
.author-post {
    padding-left: 30px;
}

    .author-post h4 {
        margin: 0;
        font-weight: 900;
        letter-spacing: 2px;
        text-transform: none;
    }

/* 6.4 Comments List
------------------------------------------*/
.comment-list .comment-item {
    display: flex;
}

.comment-item .comment-meta {
    display: flex;
    align-items: baseline;
}

.comment-meta span.meta-date {
    font-size: 13px;
    padding-right: 50px;
}

.comments-wrap .child-comments {
    padding-left: 50px;
}

/* 6.5 Comments Form
------------------------------------------*/
.comment-respond .comment-form {
    display: flex;
}


/*----------------------------------------------*/
/* 7. SITE STRUCTURE */
/*----------------------------------------------*/

/* 7.2 Header
------------------------------------------------------------- */
.header-wrap .secondary-nav {
    border-top: 1px solid var(--grey-color);
    border-bottom: 1px solid var(--grey-color);
    font-size: 0.8em;
    color: var(--accent-color);
    text-transform: uppercase;
}

.secondary-nav .top-menu ul {
    font-size: 0.9em;
    margin-bottom: 0;
    margin-right: -25px;
    /*margin-right: -75px;*/
}

.secondary-nav .top-menu li.menu-item {
    padding: 8px 10px 8px 0;
    margin-right: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    /* border-right: 1px solid var(--grey-color); */
    font-family: "Montserrat Thin", "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

    .secondary-nav .top-menu li.menu-item i.icon {
        padding-right: 10px;
    }

@media only screen and (max-width: 990px) {
    .top-menu ul.left-block {
        text-align: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 599px) {
    .navbar .user-items {
        display: none;
    }
}

/* --Dropdown Part
--------------------------------------------------------------*/
.right-block li.menu-item.dropdown-submenu {
    position: relative;
}

.right-block li.menu-item ul.dropdown-currency {
    position: absolute;
    top: 20px;
    left: -50px;
    padding: 0 20px;
    display: none;
    opacity: 0;
    z-index: 9;
    transition: 0.3s all;
    z-index: 99;
}

.right-block .dropdown-submenu:hover ul.dropdown-currency {
    display: block;
    opacity: 1;
}


/* --Search Bar Part
--------------------------------------------------------------*/
.secondary-nav form.searchbar {
    display: flex;
    width: 180px;
    height: 30px;
    border-radius: 30px;
    background: var(--light-grey-color);
    margin: 0;
}

    .secondary-nav form.searchbar input[type="text"] {
        width: 140px;
        height: 30px;
        border-radius: 30px;
        border: none;
        padding: 0 0 0 15px;
        margin: 0;
        font-style: italic;
    }

.secondary-nav .searchbar i.icon {
    font-size: 0.9em;
    line-height: 2.5;
    width: 80px;
    text-align: center;
}

/* - Navigation
--------------------------------------------------------------*/
nav.primary-nav {
    padding: 20px 0;
}

.primary-nav li.menu-item {
    font-size: 0.9em;
}

    .primary-nav li.menu-item a:hover {
        color: var(--primary-color);
    }

    .primary-nav li.menu-item.active a {
        color: var(--primary-color);
        text-decoration: underline; 
        text-underline-offset: 7px; 
        font-weight: 500; 
        font-size:16px;
    }

.navbar .hamburger {
    display: none;
}

    .navbar .hamburger .bar {
        display: block;
        width: 25px;
        height: 3px;
        margin: 5px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: var(--dark-color);
    }

@media only screen and (max-width: 1280px) {
    .navbar ul.menu-list {
        position: fixed;
        top: -500px;
        width: 100%;
        flex-direction: column;
        text-align: center;
        transition: 0.8s;
        z-index: 9;
    }

        .navbar ul.menu-list .nav-link,
        #navbar .search-bar {
            display: none;
        }

        .navbar ul.menu-list.responsive .nav-link {
            display: block;
        }

        .navbar ul.menu-list.responsive {
            top: 0;
            left: 0;
            padding-top: 100px;
            height: 100%;
            background-color: rgba(0,0,0,0.9);
            z-index: 99;
            display: flex;
            padding-left: 80px;
        }

            .navbar ul.menu-list.responsive li.menu-item {
                margin-bottom: 30px;
                text-align: left;
                margin-left: 30px;
            }


            .navbar ul.menu-list.responsive a {
                font-size: 3.7em;
                color: white!important;
                border-bottom: none;
                padding: 0;
            }

            .navbar ul.menu-list.responsive ul.submenu a {
                font-size: 3em;
                color: white;
                padding: 20px;
            }
        

            .navbar ul.menu-list.responsive a:hover {
                color: var(--primary-color);
            }

    .navbar .hamburger {
        display: block;
        z-index: 999;
        background: var(--light-grey-color);
        padding: 10px;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

@media only screen and (max-width: 990px) {
    .primary-nav .navbar {
        padding: 30px 10px;
    }
}

/* 7.3 Billboard Section
--------------------------------------------------------------*/
.main-swiper {
    position: relative;
}

    .main-swiper .swiper-slide {
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: center;

    }

h4.subtitle {
    font-size: 0.8em;
    letter-spacing: 0.3em;
}

h1.banner-title {
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 300;
}

.swiper .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.main-swiper .swiper-pagination,
.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
    z-index: 9;
}
/*
@media (max-width: 1520px) {
  #billboard .banner-content {
      top: 90px; 
      right: 170px;
  }
}

@media (max-width: 1352px) {
  #billboard img.banner-image {
      height: 650px;
  }
  #billboard .banner-content {
      width: 45%;
  }
}

@media (max-width: 1225px) {
  #billboard .banner-content {
      top: 50px;
      right: 130px;
  }
  #billboard img.banner-image {
      opacity: 0.2;
  }
}

@media (max-width: 1065px) {
  #billboard .banner-content {
      right: 190px;
  }
  .main-swiper .swiper-button-next, 
  .main-swiper .swiper-button-prev {
      top: 90%;
  }
}

@media (max-width: 999px) {
  #billboard .banner-content h1.banner-title {
      font-size: 3.8em;
  }
}
*/

/* 7.4 Icon Box Section
--------------------------------------------------------------*/
.icon-box-icon {
    font-size: 1.6em;
    color: var(--primary-color);
    margin-right: 20px;
}

.icon-box .icon-content h2 {
    margin: 0;
}

/* 7.5 Categories Section
--------------------------------------------------------------*/
.small-box .content-box figure {
    width: 100%;
    height: 200px;
    padding: 40px;
    text-align: center;
}

.small-box .content-box img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}

.swiper-button-click {
    position: relative;
}

    .swiper-button-click .icon-arrow {
        position: absolute;
        top: 50%;
        z-index: 8;
        font-size: 2em;
        color: var(--dark-color);
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        .swiper-button-click .icon-arrow:hover {
            color: var(--primary-color);
        }

        .swiper-button-click .icon-arrow.icon-arrow-left {
            left: 30px;
        }

        .swiper-button-click .icon-arrow.icon-arrow-right {
            right: 30px;
        }

@media (max-width: 767px) {
    .small-box .content-box figure {
        height: 100%;
    }
}


/* 7.6 Feature Collection Section
--------------------------------------------------------------*/
.large-box .content-box {
    flex-basis: 22%;
    margin-bottom: 30px;
}

    .large-box .content-box figure {
        width: 100%;
        height: 320px;
        padding: 55px;
        margin-bottom: 15px;
        display: flex;
        align-items: center; /* Vertical centering */
        justify-content: center; /* Horizontal centering */
        width: 100%;
        height: 320px;
        padding: 55px;
        margin-bottom: 15px;
        display: flex;
        align-items: center; /* Vertical centering */
        justify-content: center; /* Horizontal centering */
    }

        .large-box .content-box figure img {
            /*max-width: 100%;*/
            max-height: 50px;
            object-fit: contain; /* Ensures image scales without distortion */
        }

.feat-collection span.price-tag {
    font-size: 1.6em;
    color: var(--primary-color);
}

/* 7.7 Special Ornaments Section
--------------------------------------------------------------*/
.special-ornaments .content-box {
    min-height: 360px;
    margin-bottom: 30px;
}

/* 7.8 About Us Section
--------------------------------------------------------------*/
.about-us .text-content {
    width: 100%;
    /* max-width: 630px; */
    margin: 0 auto;
}

    .about-us .text-content h3 {
        font-size: 1.2em;
    }

/* 7.9 Special Offer Section
--------------------------------------------------------------*/
.special-offer {
    background: url(images/specialbg.jpg) no-repeat;
}

/* 7.10 Latest Blogs Section
--------------------------------------------------------------*/
.post-content .meta-tags span.meta-date {
    font-size: 0.8em;
}

.latest-blogs .post-item {
    margin-bottom: 30px;
}

/* 7.11 Testimonials Section
--------------------------------------------------------------*/
.testimonials-wrap .reviews-content p {
    font-size: 1em;
    width: 70%;
    margin: 25px auto;
}

.testimonials-wrap .reviews-content img.review-image {
/*   width: 280px;
  height: 250px;*/
  /*border-radius: 50%;*/
  margin: -15px auto;
  scale: 0.75;
}

/* 7.12 Footer Section
--------------------------------------------------------------*/
#footer .footer-post {
    margin-bottom: 20px;
}

#footer img.footer-image {
    margin-right: 55px;
    margin-bottom: 10px;
}

#footer .footer-title p {
    width: 50%;
    margin: 20px auto;
    font-weight: 600;
}

#footer .footer-post a {
    color: var(--dark-color);
    line-height: 1.4em;
    width: 70%;
    display: block;
}

#footer .newsletter-button {
    margin-bottom: 20px;
}

    #footer .newsletter-button input[type="text"] {
        font-size: 0.8em;
        height: 39px;
        border: 1px solid var(--grey-color);
        border-right: none;
        background: white;
        padding: 6px 6px 6px 19px;
        margin: 0;
        border-radius: 0;
    }

    #footer .newsletter-button button {
        margin: 0;
    }

#footer .address li {
    display: flex;
    align-items: baseline;
    padding-bottom: 10px;
}

    #footer .address li > i.icon {
        font-size: 18px;
        margin-right: 15px;
    }

#footer .social-icon li a {
    font-size: 20px;
    color: var(--dark-grey-color);
}

    #footer .social-icon li a:hover {
        border: none;
        padding-left: 0;
        color: var(--primary-color);
    }

@media (max-width: 767px) {
    #footer .footer-content {
        max-width: 770px;
        padding: 20px;
    }

    #footer .post-image,
    #footer .newsletter-button input[type="text"],
    #footer .newsletter-button button {
        width: 100%;
        margin-bottom: 10px;
    }

    #footer img.footer-image {
        width: 30%;
    }
}

@media (max-width: 480px) {
    #footer .footer-menu {
        width: 100%;
        text-align: center;
    }

    .footer-menu .footer-post .text-block {
        margin: 0 auto;
    }

    #footer .footer-post a {
        width: 100%;
    }
}

/* - Footer Bottom Section
--------------------------------------------------------------*/
.footer-bottom-content .social-links li {
    padding-left: 10px;
}

.footer-bottom-content img.card-image {
    width: 12%;
}


/* - About Us Page
--------------------------------------------------------------*/
.breadcrumb-area h1.page-title {
    font-size: 4.5em;
}

.our-team .team-member {
    margin-bottom: 40px;
}

.team-member img.member-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.member-details h4.member-title {
    margin: 0;
    font-size: 1.3em;
}

@media (max-width: 767px) {
    .team-member img.member-image {
        padding: 0 20px;
    }
}


/* - About Us Page
--------------------------------------------------------------*/
#thank-you h1.page-title {
    font-size: 6.5em;
}

#thank-you h2 {
    font-size: 2.2em;
}

.contact-information .detail {
    padding-bottom: 20px;
    padding-left: 20px;
}


/* - Contact Page
--------------------------------------------------------------*/
.social-links li {
    padding-right: 10px;
}

.contact-detail .icon {
    color: var(--dark-grey-color);
}


/* - Single Product Page
--------------------------------------------------------------*/
.product-detail h2.product-title {
    font-size: 3.5em;
}

.product-detail span.price {
    font-size: 1.5em;
    font-weight: 600;
    color: var(--primary-color);
}


/* - Single Post Page
--------------------------------------------------------------*/
img.commentor-image {
    width: 70px;
    height: 70px;
    border-radius: 30%;
    border: 2px solid var(--dark-grey-color);
}

.comments-reply a {
    color: var(--primary-color);
}

.author-post p {
    margin-bottom: 30px;
}

/* single product */
/* product-qty */
.product-qty {
    max-width: 130px;
}

.btn-number {
    width: 46px;
    height: 50px;
    margin: 0;
    line-height: 1;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 0;
    color: #222;
    padding: 0;
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
    height: 590px;
}

@media screen and (max-width:992px) {
    .product-thumbnail-slider {
        margin-top: 20px;
        height: auto;
    }
}

@media screen and (min-width:992px) {
    .product-thumbnail-slider {
        height: 430px;
    }
}

@media screen and (min-width:1200px) {
    .product-thumbnail-slider {
        height: 460px;
    }
}

@media screen and (max-width:992px) {
    .product-thumbnail-slider {
        height: 600px;
       
    }
}


/* Added by chathuka */


.gemstone-text {
    text-align: left;
    font-size: 33px;
    width: 74%;
    color: black;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}


.swiper-slide {
    background-size: cover; 
    background-position: center;
    cursor:pointer;
}

/* Tablet screens */
@media (max-width: 1024px) {
    .gemstone-text {
        font-size: 26px; 
        width: 85%;
        padding: 20px;
    }

    .banner-content {
        margin-right: 30%;
        margin-top: 15%;
    }
}

/* Mobile screens */
@media (max-width: 768px) {
    .gemstone-text {
        font-size: 20px;
        width: 100%;
        padding: 15px;
    }

    .banner-content {
        margin-right: 10%;
        margin-top: 10%;
        text-align: center; 
    }
   
}

/* Extra small screens */
@media (max-width: 480px) {
    .gemstone-text {
        font-size: 16px;
        width: 95%;
        padding: 10px;
    }

    .banner-content {
        margin: 0 auto;
        margin-top: 5%;
    }
}


    /* underline */
    .gemstone-text::after {
        content: "";
        display: block;
        width: 60%;
        height: 1px;
        background: black;
        margin: 8px auto 0;
    }

.border-end {
    border-right: 1px solid #6BCBFF !important;
}

.page-title {
    position: relative;
    display: inline-block; 
    color: aliceblue;
}

    .page-title::after {
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        background-color: #6BCBFF;
        margin: 5px auto 0;
    }

.site-banner {
    height: 530px;
}

@media (min-width: 992px) {
    #historypostimage {
        text-align: right;
        margin-top: 105px; 
        margin-left: 0; 
    }

    /* Make the header sticky */
    #header {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 9999;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }


    body {
        margin: 0;
        padding-top: 0px;
        overflow-x: hidden;
    }
}


@media (max-width: 992px) {
    #filtercolumn {
        width: 80% !important;
        margin-bottom: 50px;
    }

    #appraisedcertifi {
        height: 300px;
    }

    #gemPrice {
        top: -45.7% !important;
    }

    #gemTitle {
        top: -31.6% !important;
    }

    .overlay-text {
        font-size: 0.45rem !important;
    }


}


/* Search box */

/* Search input */
.search-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00BFFF;
    padding: 5px 5px 5px 28px; 
    font-size: 14px;
    background-color: transparent;
   
}

    .search-input:focus {
        outline: none;
        border-bottom: 1px solid #00BFFF;
        
    }

/* Search icon inside input */
.search-icon {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #000;
}


.filter-search {
    border: none;
    border-bottom: 1px solid #00BFFF;
    border-radius: 0;
    padding-left: 30px;
    font-size: 14px;
}

    .filter-search:focus {
        box-shadow: none;
        border-color: #00BFFF;
    }

/* Search icon */
.search-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 16px;
}

/* Labels */
.filter-label {
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 2px;
    font-weight:bold;
}

/* Select dropdowns */
.filter-select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #00BFFF;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    padding: 2px 0;
}

    .filter-select:focus {
        outline: none;
        border-color: #00BFFF;
    }

/* Buttons */
.filter-clear {
    background: transparent;
    border: none;
    color: red;
    font-size: 18px;
    padding: 0 6px;
}

.filter-go {
    background-color: #00BFFF;
    color: #fff;
    font-weight: bold;
    border-radius: 0;
    width:70px;
    
}

.custom-select-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23777' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0px center;
    background-size: 14px;
    padding-right: 2.5rem; /* space for arrow */
}

@media (min-width: 992px) {
    #filter-wrapper {
        position: relative;
    }

    #filtercolumn {
        position: sticky;
        top: 140px;
        max-height: calc(100vh - -18px);
        overflow-y: auto;
    }
}


.siteSearchInput{
    width:90% !important;
}

@media (max-width: 992px) {
    .primary-nav li.menu-item {
        font-size: 0.3em ;
    }

        .primary-nav li.menu-item.active a{

            font-size:16px !important;
        }

        .submenu {
            display: block !important;
        }


    .stellarnav.light ul ul {
        background: transparent;
    }

   /* #infoaskus{
        width:410px !important;
    }*/


    .clsCertificate {
        max-width: 86% !important;
    }
}


.btn:disabled, .btn.disabled {
    opacity: .65;
    pointer-events: none;
}

#siteSearchInput {
    width: 100%;
    border: none;
    border-bottom: 1px solid #6BCBFF; /* blue underline */
    outline: none;
    padding: 6px 0;
    font-size: 16px;
    background: transparent;
}

    #siteSearchInput:focus {
        border-bottom: 2px solid #1a9be0; /* darker blue on focus */
    }




.clsGemCatMainRightBox, clsGemCatMainRightBoxVT {
    padding: 5px;
    margin: 20px;
    height: 460px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    border: 1px solid #ede7e7;
    width: 115%;
}


    .clsGemCatMainRightBox img {
        height: 100%;
        width: auto;
        /*object-fit: cover;*/
    }

.clsCatImage img {
    transition: transform 0.3s ease;
    width: min-content;
    height: 365px;
}

#gemTitle {
    top: -45.6%;
    left: 50%;
}

.overlay-text {
    position: relative;
    color: #1c6e87;
    font-weight: 600;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    letter-spacing: 2.2px;
    font-family: 'Montserrat', sans-serif;
}

#gemPrice {
    top: -47.7%;
    left: 50%;
}

.overlay-text {
    position: relative;
    color: #1c6e87;
    font-weight: 600;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    letter-spacing: 2.2px;
    font-family:  sans-serif;
    font-size: 0.9rem;
}


/*added by chathuka start 2025/09/03*/

/*.price-tag,  #clsSrchFnd, #dPrc, #appraisedval, #weightval {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 400 !important;
}*/






#footerdetailsd, .footer-bottom-container {
    max-width: 1815px !important;
}



.close {
    position: absolute;
    top: -25px;
    right: 13px;
    font-size: 48px;
    cursor: pointer;
}



@media (max-width: 992px) {
    #dDesignIdeas {
        flex-direction: column;
    }

    .product-large-slider {
        margin-bottom: 12px;
    }

    
    .product-thumbnail-slider .swiper-wrapper {
        display: block ruby;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 6px;
        width: 100%;
        overflow-x: auto;
    }

    .product-thumbnail-slider .swiper-slide {
        flex: 0 0 auto;
        width: 60px !important;
    }

    .product-thumbnail-slider img.thumb-image {
        width: 100%;
        height: auto;
        border-radius: 5px;
        border: 1px solid #ddd;
        cursor: pointer;
    }
}

.form-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px;
}

 
    .field-wrapper input {
        width: 100%;
        padding: 7px 10px 8px 143px; 
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
        box-sizing: border-box;
    }

    .field-wrapper .field-label {
        position: absolute;
        left: 10px;
        top: 43%;
        
        font-size: 18px;
        color: #080808;
        pointer-events: none;
        font-weight: 100;
    }


.required-text {
    position: absolute;
    right: 10px;
    top: 41%;
    transform: translateY(-50%);
    font-size: 11px;
    font-weight: 500;
    text-align: right;
    display: none;
    color: black;
}


.field-wrapper.horizontal {
    display: flex;
    align-items: center;
    gap: 30px; 
}

    .field-wrapper.horizontal .field-label {
        position: static;
        width: 121px;
        font-weight: 400;
        font-size: 18px;
        color: #080808;
        text-align: right;
    }

    .field-wrapper.horizontal input {
        padding-left: 10px;
        width: 100%;
    }


    .required-text .req {
        color: red;
    }



.footer-left {
    font-size: 14px;
    display: flex; 
    gap: 30px; 
    justify-content: flex-end;
}

.footer-right {
    font-size: 14px;
    display: flex; 
    gap: 30px;
}

input:invalid + .required-text {
    display: block;
}


.fontfornums {
    font-family: 'Poppins', sans-serif !important;
    
}



.nametagsgeogrphy {
    color: #08A5F9;
    font-family: 'Poiret One',cursive;
    font-weight: bold;
}



@media (max-width: 1200px) {
    .disgnideascol {
        flex: 0 0 auto;
        width: 100% !important;
    }
}


.clsPrdocutZoomed {
    transform: none!important;
   
}

#footer {
    padding-bottom: 0.3rem!important;
}





/* Normal title style */
.section-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    background: #ffffff;
}

    /* Fixed state */
    .section-title.fixed {
        position: fixed;
        top: 80px; /* adjust to match header height */
        left: 0;
        right: 0;
        z-index: 999;
        padding: 10px 20px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

/* Spacer to prevent jump */
.section-title-spacer {
    height: 60px;
}

.clsSmCprghtNote {
    font-size: 10px;
    line-height: 12px;
    position: relative;
    font-family: Raleway, Verdana, sans-serif;
    font-weight: normal;
}

#iMessageToCliBl {
    display: none;
}


/* Apply ONLY when screen width > 1000px */
@media (min-width: 1201px) {
    .clsSmCprghtNote {
        margin-top: -25px; /* adjust as needed */
            
        }
    #iMessageToCliBl{
        display:block
    }
}