/*!
Theme Name: sumigupta
Author: thebootstrapthemes
Author URI: https://thebootstrapthemes.com/
Theme URI: https://thebootstrapthemes.com/coach/
Description: Bootstrap Coach is WordPress theme made for life coach business. This is simple yet elegant theme designed to created fully functional and professional website for your coaching businesses. One can easily use this theme without prior coding knowledge by using the live customizer option of WordPress.
Version: 1.9.0
Tested up to: 6.9
Requires PHP: 7.4
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: bootstrap-coach
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Bootstrap Coach is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

    --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
  ========================================================================== */

/**
   * Remove the margin in all browsers.
   */
body {
    margin: 0;
    font-family: "Times New Roman", serif;
    /* background: #5b403c !important; */

}

html,
body {
    overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */


/* Grouping content
  ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
  ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
}

/* Forms
  ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *      `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
  ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Misc
  ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

/* Box sizing
  --------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
  @link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
  # Base
  --------------------------------------------------------------*/

/* Typography
  --------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
    font-size: 1rem;
    line-height: 1.5;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    padding: 15px 25px;
    font-style: italic;
    color: rgba(var(--primary-color), 1);
    font-size: 1.25rem;
    background: rgba(var(--primary-color), 0.1);
}

blockquote p {
    color: rgba(var(--primary-color), 1);
    margin: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    /* font-family: "Courier 10 Pitch", courier, monospace; */
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    /* font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; */
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
  --------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
  --------------------------------------------- */
a {
    color: rgba(var(--primary-color), 1);
}

/*a:visited {
	  color: #800080;
	  }*/

a:hover,
a:focus,
a:active {
    color: var(--primary-color);
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
  --------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
  # Layouts
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  ## Menus
  --------------------------------------------------------------*/
.main-navigation ul {
    padding: 0;
    margin: 0;
}

.main-navigation ul ul {
    text-align: left;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    width: 220px;
    position: absolute;
    z-index: 999;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    background-color: rgba(var(--light-color), 1);
}

.main-navigation ul li:hover>ul,
.main-navigation ul li:focus>ul,
.main-navigation ul li.focus>ul {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
}

.main-navigation ul>li:hover>ul {
    opacity: 1;
    left: 0;
    z-index: 9999;
}

.main-navigation ul ul li:hover>ul {
    opacity: 1;
    left: 100%;
}

.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:last-child>a {
    border: none;
}

.main-navigation ul li a {
    display: block;
    padding: 8px 20px;
    position: relative;
    z-index: 99;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(var(--dark-color), 1);
}

.main-navigation ul li.current-menu-item a {
    color: rgba(var(--primary-color), 1);
}

.main-navigation ul li a:hover {
    color: rgba(var(--primary-color), 1);
}

.main-navigation ul li ul li a {
    padding: 10px 20px !important;
}

.main-navigation li>a {
    position: relative;
}

.main-navigation li li.current_page_item>a:after,
.main-navigation li li.current-menu-item>a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation ul li.page_item_has_children>a::before,
.main-navigation ul li.menu-item-has-children>a::before {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.main-navigation ul li ul li.page_item_has_children>a::before,
.main-navigation ul li ul li.menu-item-has-children>a::before {
    content: "\f105";
    right: 15px;
}

.main-navigation ul li ul li.page_item_has_children>a::before .main-navigation ul li ul li.menu-item-has-children>a::before {
    right: 20px;
    top: 10px;
    transform: rotate(-90deg);
}

.main-navigation .dropdown-toggle::after {
    display: none !important;
}

.main-navigation li.button a {
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.main-navigation li.button a:hover {
    background-color: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
    width: 100%;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
  --------------------------------------------- */
.sticky {
    display: block;
}

/*.post,
  .page {
	margin: 0 0 1.5em;
  }*/

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
  --------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
  --------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
  --------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
  --------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

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

/* Galleries
  --------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
  # Plugins
  --------------------------------------------------------------*/

/* Jetpack infinite scroll
  --------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
  # Utilities
  --------------------------------------------------------------*/

/* Accessibility
  --------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
  --------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}






/*skip links*/
body a:focus {
    outline: 1px dotted #999;
}

/*skip links*/





/*custom css*/
:root {
    /*font-family*/
    /* --heading-font: 'Merriweather', serif; */
    --heading-weight: 600;
    --body-font: 'Nunito', sans-serif;
    /*font-family*/

    /*color*/
    --primary-color: 255, 108, 46;
    --secondary-color: 34, 34, 34;
    --text-color: 117, 117, 117;
    --light-color: 255, 255, 255;
    --dark-color: 0, 0, 0;
    /*color*/

    /*size*/
    --h1-size: 38px;
    --h2-size: 34px;
    --h3-size: 30px;
    --h4-size: 26px;
    --h5-size: 24px;
    --h6-size: 18px;
    /*size*/
}

body {
    font-family: var(--body-font);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-weight);
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: var(--h4-size);
}

h5 {
    font-size: var(--h5-size);
}

h6 {
    font-size: var(--h6-size);
}

.main-title {
    color: rgba(var(--secondary-color), 1);
    margin: 0 0 50px;
}

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

a:focus {
    outline: 1px dotted;
}

p {
    color: rgba(var(--text-color), 1);
}

.btn {
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 16px 26px !important;
    border-radius: 0;
}

.btn:hover {
    opacity: 1;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: thin dotted;
}

.btn-link {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(var(--primary-color), 1);
    position: relative;
    padding-right: 20px;
}

.btn-link:after {
    content: "\f178";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    font-family: "FontAwesome";
    transform: all 0.2s ease-in-out;
}

.btn-link:hover:after,
.btn-link:hover {
    color: rgba(var(--secondary-color), 1);
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.primary {
    color: rgba(var(--primary-color), 1);
}

.primary:hover {
    color: rgba(var(--secondary-color), 1);
}

.secondary {
    color: rgba(var(--secondary-color), 1);
}

.secondary:hover {
    color: rgba(var(--primary-color), 1);
}

.btn-primary {
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.btn-primary:hover {
    background-color: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}

.btn-secondary {
    background-color: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}

.btn-secondary:hover {
    background-color: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.btn-third {
    background-color: transparent;
    border: 1px solid rgba(var(--dark-color), 1);
    color: rgba(var(--dark-color), 1);
}

.btn-third:hover {
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--primary-color), 1);
}

label {
    vertical-align: top;
    width: 100%;
}

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

img.alignright {
    margin: 0 0 10px 10px;
    float: right;
}

img.alignleft {
    margin: 0 10px 10px 0;
    float: left;
}

input,
textarea,
select {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 0;
}

input[type="submit"] {
    transition: all 0.2s ease-in-out;
}

input {
    height: 45px;
}

textarea {
    height: 100px;
}

.home-section {
    margin: 0 0 110px;
}

/*owl carousel nav*/
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 34px;
    padding: 0px 20px !important;
    box-shadow: 0px 0px 34px rgb(0 0 0 / 7%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: -25px;
    background-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.owl-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(var(--secondary-color), 1);
}

/*end owl carousel nav*/


/*owl carousel dot*/
.owl-carousel .owl-dots {
    line-height: 0;
    text-align: center;
    margin: 30px 0 0;
}

.owl-carousel button.owl-dot {
    background: rgba(var(--light-color), 1);
    border: 1px solid #ddd;
    width: 12px;
    height: 12px;
    border-radius: 0;
    margin: 0 10px 0 0;
}

.owl-carousel button.owl-dot:last-child {
    margin: 0;
}

.owl-carousel button.owl-dot:hover,
.owl-carousel button.owl-dot.active {
    background: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
}

/*end owl carousel dot*/



/*header*/
/* .header {
    background: #fff;
    position: relative;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 10%);
    z-index: 999;
}

.sticky-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body.admin-bar.sticky-header .header {
    top: 32px;
} */

/*.header .top-header{
   background: rgba(var(--primary-color), 1);
}*/
/* .header .top-header a {
    color: rgba(var(--dark-color), 1);
    margin: 11px 50px 11px 0;
}

.header .top-header a:hover {
    color: rgba(var(--primary-color), 1);
}

.top-header .t-header-holder .social-navigation {
    margin: 11px 30px 11px 0;
}

.top-header .t-header-holder .social-navigation+a {
    border-left: 1px solid rgba(var(--dark-color), 1);
    padding: 0 0 0 25px;
}

.header .t-header-holder .book-btn {
    padding: 12px 20px !important;
    background: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
    margin: 0;
}

.header .t-header-holder .book-btn:hover {
    opacity: 1;
    background: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
}

.header .t-header-holder .phone-email {
    display: flex;
    flex-wrap: wrap;
}

.header .custom-logo-link img {
    width: auto;
    max-width: unset;
}

.header .site-title,
.header .site-description {
    margin: 0;
}

.header .site-title-description a {
    overflow-wrap: break-word;
    line-height: 1.1;
    margin: 0 0 6px;
    display: block;
}

.main-header {
    padding: 15px 0;
}

.site-title a {
    font-weight: 700;
}

.header .site-title a:hover {
    color: rgba(var(--primary-color), 1);
}

.top-header .t-header-holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.top-header .t-header-holder .social-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top-header .t-header-holder .social-navigation ul li {
    margin: 0 15px 0 0;
}

.top-header .t-header-holder .social-navigation ul li:last-child {
    margin: 0;
}

.top-header .t-header-holder .social-navigation ul li a {
    margin: 0;
}

.header .header-wrapper {
    display: grid;
    align-items: center;
    grid-template-columns: 23% 1fr;
    justify-content: space-between;
}

.header-wrapper .main-navigation ul {
    float: right;
}

.header-wrapper .menu-toggle {
    margin: 0 0 0 auto;
    border: 0;
} */

/*end header*/


/*banner*/
.banner {
    margin: 0 0 110px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 160px 0;
}

.banner:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(images/banner-shape.png) no-repeat;
    background-size: 100% 100%;
    height: 96px;
}

.banner .caption {
    width: 665px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
}

.banner .banner-title {
    margin: 0 0 20px;
}

.banner .caption p {
    color: rgba(var(--dark-color), 1);
}

.banner .btn {
    margin: 6px 0 0;
}

.banner .owl-carousel .owl-nav button.owl-next,
.banner .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    width: 60px;
    height: 40px;
}

.banner .owl-carousel .owl-nav button.owl-next span,
.banner .owl-carousel .owl-nav button.owl-prev span {
    line-height: 35px;
}

.banner .owl-carousel .owl-nav button.owl-next {
    left: 70px;
}

/*end banner*/


/*info-block*/
.info-block .call-block {
    background: rgba(var(--primary-color), 1);
    box-shadow: 0px 0px 34px rgb(0 0 0 / 10%);
    padding: 30px;
}

.info-block .call-block .title {
    color: rgba(var(--light-color), 1);
}

.info-block .call-block p {
    color: rgba(var(--light-color), 0.9);
}

.info-block .call-block .number-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 24px 0 0;
}

.info-block .call-block .number-block .icon {
    width: 70px;
    height: 70px;
    border-radius: 1000px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    margin: 0 20px 0 0;
}

.info-block .call-block .number-holder {
    font-weight: 700;
}

.info-block .call-block .number-holder .text {
    display: block;
    color: rgba(var(--light-color), 0.9);
    text-transform: uppercase;
    margin: 0 0 5px;
}

.info-block .call-block .number-holder .number {
    color: rgba(var(--light-color), 1);
    font-size: 24px;
}

.info-block .call-block .number-holder .number:hover {
    color: rgba(var(--secondary-color), 1);
}

.info-block .help-block {
    background: #fff;
    box-shadow: 0px 0px 34px rgb(0 0 0 / 10%);
    padding: 30px;
}

/*end info-block*/
/* ONLY DESKTOP */
@media (min-width: 992px) {
    .about-section {
        margin-top: 135px;
        background-color: #5b403c !important;
    }
}


/* Mobile Only */
@media (max-width: 991px) {
    .about-section {
        /* margin-top: 135px; */
        background-color: #5b403c !important;
    }
}

/*about*/
.about .main-title {
    margin: 0 0 20px;
}

.about blockquote {
    padding: 15px 0 15px 55px;
    color: rgba(var(--dark-color), 1);
    font-size: 1.13rem;
    font-family: var(--heading-font);
    background: transparent;
    position: relative;
}

.about blockquote:before {
    content: "\f10d";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
    font-size: 1.9rem;
    color: rgba(var(--primary-color), 1);
}

.about blockquote p {
    color: rgba(var(--dark-color), 1);
}

.about .btn-group {
    margin: 20px 0 0;
}

.about .btn-group .btn {
    margin: 0 30px 0 0;
}

.about .btn-group .btn:last-child {
    margin: 0;
}

.about .btn-group .btn:nth-child(even) {
    background: transparent;
    border-color: rgba(var(--dark-color), 1);
    color: rgba(var(--dark-color), 1);
}

.about .btn-group .btn:nth-child(even):hover {
    background: rgba(var(--dark-color), 1);
    border-color: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1);
}

/*end about*/


/*discount*/
.discount .discount-holder {
    display: flex;
    flex-wrap: wrap;
}

.discount .discount-holder .img-holder {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
}

.discount .discount-holder .discount-content {
    background-color: rgba(var(--primary-color), 1);
    padding: 60px;
    width: 100%;
}

.discount .discount-holder .img-holder+.discount-content {
    width: 50%;
}

.discount .discount-content .main-title {
    margin: 0 0 20px;
    color: #fff;
}

.discount .discount-content p {
    color: #fff;
}

.discount .discount-content .btn {
    margin: 10px 0 0;
    border-color: rgba(var(--light-color), 1);
    background: rgba(var(--light-color), 1);
    color: rgba(var(--dark-color), 1);
}

.discount .discount-content .btn:hover {
    border-color: rgba(var(--dark-color), 1);
    background: rgba(var(--dark-color), 1);
    color: rgba(var(--light-color), 1);
}

/*end discount*/


/*services*/
.services {
    position: relative;
    padding: 110px 0 0;
    z-index: 0;
}

.services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 10%);
    z-index: -1;
    height: 70%;
}

.services .main-title {
    text-align: center;
}

.services .service-holder {
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0 0 34px 0 rgba(0 0 0 / 7%);
    background: #fff;
}

.services .service-holder .img-holder {
    margin: 0 auto 25px;
}

.services .service-holder .img-holder img {
    width: 70px;
}

.services .service-holder .title {
    margin: 0 0 15px;
}

/*end services*/



/*session counter*/
.session-counter .row {
    align-items: center;
}

/*session*/
.session-block {
    background-size: cover;
    background-position: center;
    padding: 70px;
    position: relative;
    z-index: 0;
    text-align: center;
}

.session-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 60%);
    z-index: -1;
}

.session-block .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(var(--primary-color), 1);
    box-shadow: 0 0 0 11px rgba(var(--primary-color), 0.55);
    border-radius: 1000px;
    position: relative;
    overflow: hidden;
}

.session-block .icon img {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.session-block .title {
    color: rgba(var(--light-color), 1);
    margin: 0 0 20px;
}

.session-block .offer {
    color: rgba(var(--light-color), 1);
}

.session-block .offer .btn-link {
    text-decoration: underline;
    padding: 0;
}

.session-block .offer .btn-link:after {
    content: none;
}

.session-block .offer .btn-link:hover {
    color: rgba(var(--light-color), 1);
}

/*end session*/

/*counter*/
.counter-block .counter-holder {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 50px;
    text-align: center;
}

.counter-block .counter-info .counter {
    font-size: 3.13rem;
    font-weight: 400;
}

.counter-block .counter-info .title {
    font-size: 1.38rem;
}

/*end counter*/

/*end session counter*/



/*benefits*/
.benefits .benefits-wrapper {
    max-width: 1425px;
    margin: 0 auto;
    overflow: hidden;
}

.benefits .benefits-holder {
    display: flex;
    flex-direction: row-reverse;
}

.benefits .benefits-holder .benefits-content {
    background: rgba(var(--primary-color), 1);
    padding: 70px;
    width: 50%;
}

.benefits .benefits-holder .img-holder {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
}

.benefits .benefits-holder .benefits-content+.img-holder {
    width: 100%;
}

.benefits .benefits-holder .benefits-content .main-title {
    color: rgba(var(--light-color), 1);
    margin: 0 0 25px;
}

.benefits .benefits-holder .benefits-content p {
    color: rgba(var(--light-color), 1);
    margin: 0 0 40px;
}

/*end benefits*/


/*team*/
.team .main-title {
    text-align: center;
}

.team .team-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 30px;
}

.team .team-wrapper.owl-carousel {
    display: block;
}

.team .team-holder {
    position: relative;
    text-align: center;
    min-height: 100px;
}

.team .team-holder .img-holder {
    height: 364px;
    overflow: hidden;
}

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

.team .team-holder .team-info {
    position: absolute;
    bottom: auto;
    top: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
}

.team .team-holder .img-holder+.team-info {
    bottom: 15px;
}

.team .team-holder .team-info .team-title {
    margin: 0;
}

.team .team-holder .team-info .profession {
    color: rgba(var(--text-color), 1);
    display: block;
}

/*end team*/



/*testimonial*/
.testimonial {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 0;
    padding: 110px 0 0;
}

.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    /*background-image: url(images/testimonial-bg.webp);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60%;
}

.testimonial:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0 0 0 / 60%);
    z-index: -1;
    height: 60%;
}

.testimonial .testimonial-block {
    padding: 40px;
    background-color: #fff;
    width: 920px;
    box-shadow: 0px 0px 34px rgba(0 0 0 / 7%);
    margin: 0 auto;
}

.testimonial .testimonial-block .fa-quote-left {
    font-size: 1.9rem;
    color: rgba(var(--primary-color), 1);
    margin: 0 0 10px;
}

.testimonial .testimonial-block .img-holder {
    width: 72px;
    height: 72px;
    border-radius: 1000px;
    overflow: hidden;
    margin: 0 20px 10px 0;
}

.testimonial .testimonial-block .testimonial-title {
    display: block;
    /*font-size: 1.25rem;*/
    font-weight: 700;
    margin: 0;
}

.testimonial .testimonial-block .organization {
    color: rgba(var(--text-color), 1);
}

.testimonial .testimonial-block .content-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
}

.testimonial .content-holder .content-info {
    text-align: center;
}

.testimonial .content-holder .img-holder+.content-info {
    text-align: left;
}

/*end testimonial*/




/*pricing*/
.pricing .row {
    justify-content: center;
}

.pricing .main-title {
    text-align: center;
}

.pricing .pricing-holder {
    padding: 40px;
    box-shadow: 0 0 34px 0 rgba(0 0 0 / 7%);
}

.pricing .pricing-holder .title-price {
    margin: 0 0 40px;
    position: relative;
}

.pricing .pricing-holder .title-price:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 70px;
    height: 1px;
    background: rgba(var(--primary-color), 1);
}

/*.pricing .pricing-holder .title-price .pricing-title{
	margin: 0 0 15px;
}*/
.pricing .row [class*=col-]:nth-child(even) .pricing-holder .title-price .pricing-title {
    color: rgba(var(--light-color), 1);
}

.pricing .pricing-holder .title-price .price {
    font-size: 3.13rem;
    color: rgba(var(--secondary-color), 1);
    font-weight: 700;
}

.pricing .row [class*=col-]:nth-child(even) .pricing-holder .title-price .price {
    color: rgba(var(--light-color), 1);
}

.pricing .pricing-holder ul {
    padding: 0;
    margin: 0;
}

.pricing .pricing-holder ul li {
    margin: 0 0 20px;
    list-style: none;
}

.pricing .row [class*=col-]:nth-child(even) .pricing-holder {
    color: rgba(var(--light-color), 1);
}

.pricing .pricing-holder .btn {
    margin: 40px 0 0;
    display: block;
}

.pricing .row [class*=col-]:nth-child(even) .pricing-holder {
    background: rgba(var(--dark-color), 1);
}

.pricing .row [class*=col-]:nth-child(even) .pricing-holder .btn-primary:hover {
    background: transparent;
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--primary-color), 1);
}

/*end pricing*/


/*newsletter*/
.newsletter {
    background: rgba(var(--primary-color), 1);
    padding: 50px 0;
}

.newsletter .blossomthemes-email-newsletter-wrapper {
    display: grid;
    grid-template-columns: 4fr 6fr;
    grid-gap: 30px;
    align-items: center;
}

.newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
    margin: 0;
}

.newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] {
    display: flex;
    align-items: center;
}

.newsletter .blossomthemes-email-newsletter-wrapper .text-holder h3 {
    color: rgba(var(--light-color), 1);
    margin: 0;
}

.newsletter .newsletter-holder .form {
    display: flex;
    align-items: center;
}

.newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input {
    height: 55px;
    border-color: rgba(var(--light-color), 1);
    margin: 0;
}

.newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input[type="text"] {
    padding: 10px 20px;
}

.newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input[type="submit"] {
    border-radius: 0;
    border-color: rgba(var(--secondary-color), 1);
    padding: 10px 40px;
    font-size: 0.9rem;
    text-transform: uppercase;
    background: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
    width: auto;
}

.newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input[type="submit"]:hover {
    background: rgba(var(--primary-color), 1);
    border-color: rgba(var(--light-color), 1);
}

/*end newsletter*/


/*blog*/
.blogs .main-title {
    margin: 0 0 40px;
    text-align: center;
}

/*end blog*/



/*archive team and testimonial*/
.archive .testimonial {
    padding: 0;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    grid-gap: 30px;
}

.archive .testimonial:before,
.archive .testimonial:after {
    content: none;
}

.archive .testimonial .testimonial-block {
    width: auto;
    margin: 0;
}

.archive .testimonial .testimonial-block .content-holder {
    justify-content: flex-start;
}

.archive .testimonial .testimonial-block p {
    margin: 0;
}

.archive .testimonial .content-holder .content-info {
    text-align: left;
}

/*end archive team and testimonial*/



/*shortcode testimonial*/
.inside-page .team .container,
.inside-page .pricing .container {
    padding: 0;
    margin: 0;
    width: 100%;
}

.testimonial-shortcode .testimonial-block {
    width: 100%;
}

/*end shortcode testimonial*/



/*default inside page styling*/

/*blog list*/
.inside-page {
    padding: 50px 0;
}

.home-archive .col-sm-12 {
    width: 80%;
    margin: 0 auto;
}

.grid-view {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 0 30px;
}

.blog-list-block .post {
    margin: 0 0 30px;
}

.grid-view .post {
    position: relative;
}

.list-view [class*=post-] .news-snippet,
.list-view .post .news-snippet {
    display: flex;
    flex-direction: row;
    margin: 0 0 30px;
}

.list-view [class*=post-] .news-snippet .featured-image,
.list-view .post .news-snippet .featured-image {
    width: 40%;
}

.list-view [class*=post-] .news-snippet .summary,
.list-view .post .news-snippet .summary {
    width: 100%;
}

.list-view [class*=post-] .news-snippet .featured-image+.summary .list-view .post .news-snippet .featured-image+.summary {
    width: 60%;
}

.grid-view .news-snippet .featured-image {
    height: 280px;
    overflow: hidden;
    display: block;
}

.grid-view .news-snippet img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-snippet {
    border: 1px solid #eee;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.news-snippet .featured-image {
    display: block;
}

.news-snippet img {
    width: 100%;
}

.news-snippet .summary {
    width: 100%;
    float: left;
    padding: 30px;
}

figure.wp-block-table table {
    border: 1px solid #ddd;
}

figure.wp-block-table table tr {
    border: 1px solid #ddd;
}

figure.wp-block-table table tr th,
figure.wp-block-table table tr td {
    border: 1px solid #ddd;
    padding: 10px;
}


h6.category {
    display: inline-block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

h6.category a {
    color: rgba(var(--light-color), 1);
    font-size: 0.8rem;
    padding: 2px 7px;
    background: rgba(var(--secondary-color), 1);
}

h6.category a:hover {
    background: rgba(var(--primary-color), 1);
}

.news-title {
    margin: 0 0 10px 0;
}

.news-title a {
    color: rgba(var(--primary-color), 1);
}

.news-title a:hover {
    color: rgba(var(--secondary-color), 1);
}

.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 5px;
}

.info ul li {
    padding: 0 15px 0 0;
    color: #aaa;
    display: inline-block;
    vertical-align: top;
}

.info ul li a {
    color: #aaa;
}

.info ul li a:hover {
    color: rgba(var(--secondary-color), 1);
}

a.readmore {
    color: rgba(var(--primary-color), 1);
}

a.readmore:hover {
    color: rgba(var(--secondary-color), 1);
}

button.loadmore {
    margin: 30px 0 0;
}

/*end blog list*/


/*blog detail*/
.inside-page .category-title {
    background: rgba(var(--primary-color), 0.1);
    padding: 10px 30px;
    margin: 0 0 30px;
    font-size: 1.9rem;
}

.detail-content .page-title {
    margin: 0 0 10px;
}

.detail-content ul li {
    list-style: disc;
}

.detail-content ol li {
    list-style: decimal;
}

h1.entry-title,
h1.page-title {
    margin: 0 0 30px 0;
}

.comments-area {
    margin-top: 30px;
}

.info {
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 15px;
}

.info ul {
    margin: 0;
}

.info ul li {
    padding: 0 15px 0 0;
}

.info a {
    color: #aaa;
}

figure.feature-image {
    padding: 0 0 30px 0;
}

figure.feature-image img {
    width: 100%;
}

/* Featured image width/height (single post and page) */
.inside-page .page-section figure img.featured-image,
.single-post .post-content figure.feature-image img.featured-image {
    width: var(--featured-image-width);
    height: auto;
    max-height: var(--featured-image-max-height);
    object-fit: cover;
    object-position: center;
}

.comments-area .comment-form label,
.comments-area .comment-form input {
    display: block;
    font-weight: 300;
}

.required {
    color: #FF8B3D;
}

.comments-area .comment-form input,
.comments-area .comment-form textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
}

.comments-area .comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
}

.comments-area .comment-form input[type="checkbox"] {
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: auto;
    margin: 0 10px 0 0;
}

.comments-area .comment-form .form-submit input {
    background: rgba(var(--secondary-color), 1);
    color: rgba(var(--light-color), 1);
    text-transform: uppercase;
    letter-spacing: 3px;
    border: none;
}

.comments-area .comment-form .form-submit input:hover {
    background: rgba(var(--primary-color), 1);
}

.comments-area a {
    color: rgba(var(--primary-color), 1);
}

.comments-area a:hover {
    color: rgba(var(--secondary-color), 1);
}

article a {
    text-decoration: underline;
    color: rgba(var(--primary-color), 1);
}

article a:hover {
    color: rgba(var(--secondary-color), 1);
}

.author-post {
    display: flex;
    align-items: center;
    margin: 40px 0;
    border: 1px solid #ddd;
    border-style: solid none;
    padding: 20px 0;
    overflow: hidden;
}

.author-post .author-image {
    margin: 0 15px 0 0;
}

.author-post img {
    width: 50px;
}

.author-post a {
    color: rgba(var(--dark-color), 1);
}

.author-post a:hover {
    color: rgba(var(--primary-color), 1);
}

.comments-title {
    margin: 0 0 20px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list ol {
    list-style: none;
}

.comment-list li li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.comment-list li article {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
}

.comment-list .reply a {
    text-decoration: none;
}

.comment-meta .comment-author {
    margin: 0 0 15px;
}

.comment-meta .comment-author a {
    text-decoration: none;
    color: rgba(var(--dark-color), 1);
}

.comment-meta .comment-author a:hover {
    color: rgba(var(--primary-color), 1);
}

.comment-meta .comment-author img {
    width: 50px;
    margin: 0 10px 0 0;
}

.comment-meta .comment-metadata {
    margin: 0 0 10px;
}

.comment-meta .comment-metadata a {
    text-decoration: none;
}

.comment-meta .comment-metadata .edit-link {
    margin: 0 0 0 20px;
}

.comment-meta .comment-metadata .edit-link a {
    color: rgba(var(--secondary-color), 1);
}

.comment-meta .comment-metadata .edit-link a:hover {
    color: rgba(var(--primary-color), 1);
}

/*end blog detail*/


/*sidebar*/
.widget-area .widget {
    margin: 0 0 30px;
    border: 1px solid #eee;
    padding: 30px;
    background: #fff;
    /*border-radius: 5px;*/
}

.widget-area .widget.widget_media_image {
    padding: 0;
}

.widget-area .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-area .widget ul li {
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
    padding: 0 0 15px;
}

.widget-area .widget ul li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.widget-area .widget a {
    color: rgba(var(--text-color), 1);
}

.widget-area .widget a:hover {
    color: rgba(var(--secondary-color), 1);
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.widget_search .search-form {
    display: flex;
}

.widget_search .search-form label {
    width: 100%;
}

.widget_search input.search-field {
    padding: 8px 5%;
    width: 100%;
    border-right: none;
}

.widget_search input.search-submit {
    border: none;
    background: url(images/search.png) center no-repeat;
    color: #fff;
    width: 22%;
    background-size: 25px;
    text-indent: -9999px;
    background-color: rgba(var(--primary-color), 1);
    padding: 20px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}

.widget_search input.search-submit:hover {
    background-color: rgba(var(--secondary-color), 1);
}

#search-submit__button {
    width: 24%;
}

/*new update search widget*/
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
.wp-block-search .wp-block-search__input {
    border-color: #ddd;
    background: #fff;
}

.wp-block-search .wp-block-search__button {
    border-radius: 0;
    background: rgba(var(--primary-color), 1.0);
    border: 0;
    color: rgba(var(--light-color), 1.0);
}

.wp-block-search .wp-block-search__button svg {
    fill: rgba(var(--light-color), 1.0);
}

.wp-block-search .wp-block-search__button:hover {
    background: rgba(var(--secondary-color), 1.0);
}

/*end new update search widget*/

.widget-title {
    margin: 0 0 40px;
    position: relative;
    color: rgba(var(--dark-color), 1);
}

.widget-title:after {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 5px;
    background: rgba(var(--primary-color), 0.1);
}

.widget-area .widget_calendar table {
    width: 100%;
}

/*end sidebar */

/*search page*/
.no-results {
    padding: 30px;
    background: #fff;
}

.no-results .search-form {
    display: flex;
    flex-wrap: wrap;
}

.no-results .search-form label {
    width: 80%;
}

.no-results .search-form .search-submit {
    width: 20%;
    background: rgba(var(--primary-color), 1);
    border-color: rgba(var(--primary-color), 1);
    color: rgba(var(--light-color), 1);
}

.no-results .search-form .search-submit:hover {
    background: rgba(var(--secondary-color), 1);
    border-color: rgba(var(--secondary-color), 1);
}

.search-page [class*=post-] {
    background: #fff;
}

.search-page [class*=post-]:last-chilf {
    margin: 0;
}

.search-page .news-snippet {
    display: flex;
    flex-direction: row;
    margin: 0 0 30px;
}

.search-page .news-snippet .featured-image {
    width: 40%;
}

/*.search-page .news-snippet .featured-image img{
    height: 100%;
    object-fit: cover;
}*/
.search-page .news-snippet .summary {
    width: 100%;
}

.search-page .news-snippet .featured-image+.summary {
    width: 60%;
}

.search-page .page-header {
    background: rgba(var(--secondary-color), 0.1);
    padding: 10px 30px;
    margin: 0 0 30px;
}

.search-page .page-header .page-title {
    margin: 0;
    font-size: 1.9rem;
}

/*end search page*/

/*pagination*/
.pagination {
    margin: 0 0 30px;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
}

.pagination .page-numbers {
    padding: 6px 15px;
    background: rgba(var(--primary-color), 1);
    display: block;
    margin: 0 15px 0 0;
    color: rgba(var(--light-color), 1);
}

.pagination .page-numbers.current {
    background: rgba(var(--secondary-color), 1);
}

.pagination a:hover {
    background: rgba(var(--secondary-color), 1);
}

/*end pagination*/


/*contact form 7*/
.wpcf7-submit {
    border-radius: 7px !important;
    border: 0 !important;
    background: rgb(110 82 70) !important;
    color: rgba(var(--light-color), 1) !important;
    padding: 0.4em 1em !important;
    text-align: center;
    transition: all 0.2s ease-in-out;
    width: 22% !important;
}

.wpcf7-submit:hover {
    background: rgba(var(--secondary-color), 1) !important;
}

/*end contact form 7*/

/*end default inside page styling*/



/*footer*/
.footer {
    padding: 70px 0 0;
    background: rgba(var(--primary-color), 0.1);
    overflow: hidden;
    color: rgba(var(--text-color), 1);
}

.footer strong {
    color: rgba(var(--secondary-color), 1);
}

.footer .copyright {
    border-top: 1px solid #555;
    padding: 20px 0;
    text-align: center;
}

.footer .copyright a {
    color: rgba(var(--secondary-color), 1);
}

.footer .copyright a:hover {
    color: rgba(var(--primary-color), 1);
}

.footer .copyright p {
    margin: 0;
}

.footer .widget-title:after {
    content: none;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin: 0 0 15px;
}

.footer ul li:last-child {
    margin: 0;
}

.footer ul li a {
    color: rgba(var(--text-color), 1);
}

.footer ul li a:hover {
    color: rgba(var(--primary-color), 1);
}

.footer .widget-title {
    color: rgba(var(--secondary-color), 1);
    margin: 0 0 20px;
}

.footer-copyright {
    text-align: center;
    padding: 12px 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    background: #0f0f0f;
    border-top: 1px solid #fff;
}

.footer-copyright p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    /* font-size: 15px; */
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.8;
}

.footer-copyright a {
    color: #dc3545;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-copyright a:hover {
    color: #ffffff;
}

/*end footer*/


/*team inner*/
.team-inner .team-inner-content .main-title {
    margin: 0;
}

.team-inner .team-inner-content {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: auto auto;
}

.team-inner .team-inner-content .team-info .social-icons .list-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 15px;
}

.team-inner .team-inner-content .team-info .profession {
    font-size: 18px;
    margin: 0 0 5px;
    display: block;
    color: #777;
    font-weight: 400;
}

/*end team inner*/


@media(max-width: 1199px) {
    .header .header-wrapper {
        grid-template-columns: 25% 1fr;
    }
}


@media(max-width: 991px) {

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1.25rem;
    }

    h5 {
        font-size: 1.15rem;
    }

    h6 {
        font-size: 1rem;
    }



    /*navigation responsive*/
    /*hamburger style*/
    .menu-toggle {
        display: block;
        background: none;
        padding: 0;
        z-index: 9999;
        margin: 0 auto;
    }

    .navbar-toggler {
        margin: 0 0 0 auto;
        border: 0;
        border-radius: 0;
        padding: 0;

    }

    #nav-icon {
        width: 26px;
        height: 24px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        background: rgba(var(--primary-color), 1);
    }

    /* Icon 3 */

    #nav-icon span:nth-child(1) {
        top: 0px;
    }

    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 9px;
    }

    #nav-icon span:nth-child(4) {
        top: 18px;
    }

    .main-navigation.toggled #nav-icon span:nth-child(1) {
        top: 7px;
        width: 0%;
        left: 50%;
    }

    .main-navigation.toggled #nav-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .main-navigation.toggled #nav-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .main-navigation.toggled #nav-icon span:nth-child(4) {
        top: 7px;
        width: 0%;
        left: 50%;
    }

    /*end hamburger*/

    .main-navigation ul li a {
        padding: 10px 15px;
        width: 100%;
    }

    .main-navigation ul li.page_item_has_children>a::before,
    .main-navigation ul li.menu-item-has-children>a::before {
        right: 5px;
    }

    .main-navigation ul li ul li.page_item_has_children>a::before,
    .main-navigation ul li ul li.menu-item-has-children>a::before {
        right: 15px;
    }

    .main-navigation ul li ul li.page_item_has_children>a::before,
    .main-navigation ul li ul li.menu-item-has-children>a::before {
        content: "\f107";
    }

    .main-navigation ul ul {
        visibility: initial;
        opacity: 1;
        transition: initial;
        top: initial;
        left: initial;
        width: 100%;
        position: static;
        z-index: 999;
        transform-origin: initial;
        animation-fill-mode: initial;
        transform: initial;
        box-shadow: initial;
        height: 0;
        overflow: hidden;
        background-color: #fff;
        margin: 0;
    }

    .main-navigation li {
        display: block;
    }

    .main-navigation .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        padding: 0 15px;
        z-index: 999;
        margin: 0;
    }

    .main-navigation.toggled .nav-menu {
        display: block;
        z-index: 9999;
    }

    .main-navigation ul li:hover>ul,
    .main-navigation ul li:focus>ul,
    .main-navigation ul li.focus>ul {
        height: auto;
        overflow: visible;
        z-index: 1000;
        border: 1px solid #ddd;
    }

    .main-navigation ul ul ul {
        left: initial;
        top: initial;
        border-style: solid none none;
        border-top: 1px solid #ddd;
    }

    .header .header-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .header-wrapper .main-navigation ul {
        float: none;
    }

    /*end navigation responsive*/


    .top-header .t-header-holder .social-navigation {
        display: none;
    }

    .top-header .t-header-holder .social-navigation+a {
        padding: 0;
        border: 0;
    }

    .home-section {
        margin: 0 0 50px;
    }

    .main-title {
        margin: 0 0 30px;
    }

    .about .row {
        flex-direction: column-reverse;
    }

    .about .img-holder {
        margin: 0 0 30px;
    }

    .services {
        padding: 50px 0;
    }

    .services .row {
        justify-content: center;
    }

    .services .row [class*=col-] {
        margin: 0 0 30px;
    }

    .services .row [class*=col-]:last-child {
        margin: 0;
    }

    .services .row [class*=col-] .service-holder {
        box-shadow: 0 0 34px 0 rgb(0 0 0 / 7%);
    }

    .services:before {
        height: 100%;
    }


    .discount .discount-holder .discount-content {
        padding: 40px;
    }

    .session-block {
        padding: 30px;
    }

    .session-counter .row [class*=col-] {
        margin: 0 0 30px;
    }

    .session-counter .row [class*=col-]:last-child {
        margin: 0;
    }


    .testimonial .testimonial-block {
        width: 100%;
    }

    .pricing .row [class*=col-] {
        margin: 0 0 30px;
    }

    .pricing .row [class*=col-]:last-child {
        margin: 0;
    }

    /*detail page page-title*/
    .inside-page .category-title,
    .search-page .page-header .page-title {
        font-size: 1.6rem;
    }

    /*end detail page-title*/

    .footer .widget {
        margin: 0;
    }
}

@media(max-width: 767px) {
    .header .top-header a.email {
        display: none;
    }

    .banner {
        padding: 90px 0 160px;
    }

    .banner .caption {
        width: 100%;
        padding: 30px;
    }

    .testimonial .testimonial-block {
        width: 100%;
        position: static;
    }

    .benefits .benefits-holder {
        display: block;
    }

    .benefits .benefits-holder .benefits-content {
        width: 100%;
        padding: 50px 30px;
    }

    .team .main-title,
    .pricing .main-title {
        margin: 0 0 40px;
    }

    .newsletter {
        padding: 40px 0;
    }

    .newsletter .blossomthemes-email-newsletter-wrapper {
        display: block;
    }

    .newsletter .blossomthemes-email-newsletter-wrapper .text-holder {
        margin: 0 0 15px;
    }

    .owl-carousel .owl-nav button.owl-next {
        right: -12px;
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
}


@media(max-width: 575px) {
    .header .t-header-holder .book-btn {
        padding: 13px !important;
        font-size: 0.75rem;
        font-weight: 700;
    }

    .header .top-header a {
        margin: 11px 15px 11px 0;
    }

    .banner {
        background-position: top right;
    }

    .discount .discount-holder {
        display: block;
    }

    .discount .discount-holder .img-holder+.discount-content {
        width: 100%;
    }

    .counter-block .counter-holder {
        grid-gap: 15px;
    }

    .testimonial {
        padding: 50px 0 0;
    }

    .testimonial .testimonial-block {
        padding: 30px;
    }

    .team .main-title,
    .pricing .main-title,
    .blogs .main-title {
        margin: 0 0 20px;
    }

    .newsletter .blossomthemes-email-newsletter-wrapper [class*=blossomthemes-email-newsletter-] input[type="submit"] {
        padding: 10px 25px;
    }

    .pricing .pricing-holder {
        padding: 30px;
    }

    .news-snippet {
        display: block !important;
    }

    .news-snippet .featured-image,
    .news-snippet .summary {
        width: 100% !important;
    }

    .team-inner .team-inner-content {
        display: block;
    }

    .team-inner .team-inner-content .img-holder {
        margin: 0 0 15px;
    }

    .team-inner .team-inner-content .img-holder img {
        width: 100%;
    }
}


/* new-css-11-2026 */

/* =========================
        HEADER
    ==========================*/

.dp-header {
    position: fixed;
    /* sticky issue fix */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: #f7f7f7;
    /* border-bottom: 1px solid #ececec; */
    padding-top: 35px;
    padding-bottom: 28px;
    transition: all 0.4s ease;
}

/* Logo */

.logo {
    text-align: center;
    /* margin-bottom: 38px;*/
}

.logo h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 300;
    line-height: 0.82;
    letter-spacing: 2px;
    color: #000;
    margin: 0;
}

/* Navigation */

.navbar-nav {
    gap: 38px;
}

.nav-link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #5f5f5f !important;
    transition: 0.3s ease;
    position: relative;
    padding: 0 !important;
}

.nav-link:hover {
    color: #000 !important;
}

.nav-link.active {
    color: #1d2d86 !important;
}

/* ABOUT dropdown arrow */

.about-link::after {
    content: "▼";
    font-size: 8px;
    margin-left: 7px;
    position: relative;
    top: -1px;
}

/* =========================
        HERO SECTION
    ==========================*/

.hero-section {
    width: 100%;
    height: 530px;
    background: url('https://images.unsplash.com/photo-1524504388940-b1c1722653e1?q=80&w=1400&auto=format&fit=crop') center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(87, 58, 58, 0.40);
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 500px;
    margin-left: 140px;
}

.hero-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 25px;
}

.hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 300;
    margin-bottom: 35px;
}

.hero-btn {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
}

.hero-btn span {
    font-size: 15px;
}

/* =========================
        RESPONSIVE
    ==========================*/

@media(max-width:991px) {

    .logo h1 {
        font-size: 54px;
    }

    .navbar-nav {
        gap: 18px;
        text-align: center;
        padding-top: 25px;
    }

    .hero-section {
        height: 460px;
    }

    .hero-content {
        margin-left: 40px;
        margin-right: 20px;
    }

    .hero-logo {
        font-size: 52px;
    }

    .hero-title {
        font-size: 42px;
    }
}

@media(max-width:576px) {

    .logo h1 {
        font-size: 42px;
    }

    .hero-section {
        height: 420px;
    }

    .hero-content {
        margin-left: 25px;
    }

    .hero-logo {
        font-size: 42px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-btn {
        font-size: 14px;
    }
}

/* Dropdown Styling */

/* Full width dropdown */
/* .dropdown-full {
    width: 100vw;
    left: 0 !important;
    right: 0 !important;
    border: 0;
    border-radius: 0;
    margin-top: 20px;
    background-color: #f7f7f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* Fix container spacing */
.dropdown-menu {
    padding: 0;
}

*/

/* Make proper vertical column */
.menu-col {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Dropdown item style */
/* .dropdown-item {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 0;
    color: #555;
    background: none;
    transition: 0.2s;
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    margin: 0px 215px;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
} */

/* Hover effect */
/* .dropdown-item:hover {
    color: #000;
    transform: translateX(6px);
    background: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    background-color: #f7f7f7;
    margin-top: var(--bs-dropdown-spacer);
} */

/* .dp-header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #f7f7f7;
    normal state
    transition: 0.4s ease;
} */

/* on scroll = transparent glass */
/* .dp-header.scrolled {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
} */

/* home-css */

/* =========================
   MEDIA SECTION
========================= */

.media-section {
    /* background:#f7f7f7; */
}

.featured-news img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.featured-content {
    padding-top: 18px;
}

.featured-content h3 {
    font-size: 22px;
    line-height: 1.45;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 12px;
}

.featured-content span,
.news-item span {
    display: block;
    font-size: 13px;
    font-style: italic;
    color: #555;
}

.featured-content p,
.news-item p {
    font-size: 17px;
    color: #ffffff;
    margin-top: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
}

.news-item {
    padding-bottom: 28px;
    margin-bottom: 28px;
    /* border-bottom: 1px solid #ddd; */
}

.news-item h4 {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 10px;
}

.view-all a {
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 15px;
}

/* underline / border */
.view-all a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #000;
    transition: width 0.4s ease;
}

/* hover effect */
.view-all a:hover::after {
    width: 100%;
}

/* =========================
   SOCIAL SECTION
========================= */

.social-section {
    background: #f7f7f7;
}

.section-heading {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 60px;
    z-index: 2;
}

/* Background Big Letter */
.section-heading::before {
    content: "M";
    position: absolute;
    left: -68px;
    top: -55px;
    font-size: 140px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.05);
    z-index: -1;
    line-height: 1;
}

.quote-box {
    width: 450px;
    max-width: 100%;
    margin: 0 auto 80px;
    /* border:1px solid #222; */
    padding: 30px;
    position: relative;
}

.quote-box p {
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.quote-box h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 30px;
}

.section-heading {
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 52px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
}

.section-heading span {
    width: 80px;
    height: 1px;
    background: #000;
    margin-left: 18px;
}

.social-card img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.social-content {
    padding-top: 15px;
}

.social-content h5 {
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 14px;
}

.social-content p {
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
}

.social-content span {
    font-size: 13px;
    color: #888;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .featured-news img {
        height: 420px;
    }

    .news-item h4 {
        font-size: 20px;
    }

    .social-card img {
        height: 350px;
    }
}

@media(max-width:576px) {

    .featured-news img {
        height: 340px;
    }

    .featured-content h3 {
        font-size: 18px;
    }

    .news-item h4 {
        font-size: 18px;
    }

    .quote-box {
        padding: 20px;
    }

    .social-card img {
        height: 300px;
    }
}

/* =========================
   OVERVIEW SECTION
========================= */

.overview-section {
    background: #f7f7f7;
}

/* Left Image */

.overview-image img {
    width: 100%;
    height: 720px;
    object-fit: cover;
}

/* Right Items */

.overview-item {
    display: flex;
    gap: 35px;
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #ddd;
}

/* Number */

.overview-number {
    min-width: 70px;
    font-size: 68px;
    line-height: 1;
    color: #d2d2d2;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

/* Content */

.overview-content h3 {
    font-size: 34px;
    margin-bottom: 18px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    color: #111;
}

.overview-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 22px;
}

/* Read More */

.overview-content a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    padding-bottom: 6px;
    transition: 0.3s ease;
}

.overview-content a:hover {
    color: #1d2d86;
    border-color: #1d2d86;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .overview-image img {
        height: 500px;
    }

    .overview-item {
        gap: 25px;
    }

    .overview-number {
        font-size: 54px;
        min-width: 55px;
    }

    .overview-content h3 {
        font-size: 28px;
    }
}

@media(max-width:576px) {

    .overview-image img {
        height: 380px;
    }

    .overview-item {
        flex-direction: column;
        gap: 12px;
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .overview-number {
        font-size: 42px;
    }

    .overview-content h3 {
        font-size: 24px;
    }

    .overview-content p {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* =========================
   SIGNATURE ANIMATION
========================= */

.signature {
    display: inline-block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    color: #000;
    position: relative;

    animation: floatSignature 3s ease-in-out infinite;
}

/* Smooth floating movement */
@keyframes floatSignature {

    0% {
        transform: translateY(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-4px) rotate(-1deg);
    }

    50% {
        transform: translateY(0px) rotate(1deg);
    }

    75% {
        transform: translateY(4px) rotate(-1deg);
    }

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


.media-heading {
    position: relative;
    margin-bottom: 70px;
    /* margin-top: 80px !important; */
    padding-left: 70px;

}


/* =========================
   GALLERY SECTION
========================= */

.gallery-section {
    background: #5b403c !important;
    overflow: hidden;
    margin-top: 134px !important;
    position: relative;
}

/* Heading */

.gallery-heading {
    position: relative;
    margin-bottom: 70px;
    /* margin-top: 45px !important; */
    padding-left: 70px;
}

.gallery-bg-text {
    position: absolute;
    left: 45px;
    top: -55px;
    font-size: 170px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    color: #625353;
    z-index: 1;
}

.gallery-heading h2 {
    font-size: 52px;
    font-weight: bolder;
    letter-spacing: 2px;
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    color: #ffffff;
}

.gallery-line {
    width: 130px;
    height: 1px;
    background: #ffffff;
    margin-left: 28px;
    margin-top: 27px;
    position: relative;
    z-index: 2;
}

/* =========================
   GRID
========================= */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: start;
}

/* Different Image Sizes */

.small-img img {
    height: 340px;
}

.medium-img img {
    height: 430px;
}

.big-img img {
    height: 520px;
}

/* Image */

.gallery-item {
    overflow: hidden;
    position: relative;
}

.gallery-item img {
    width: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

/* Hover */

.gallery-item:hover img {
    transform: scale(1.06);
}

/* Different top spacing like screenshot */

.gallery-item:nth-child(1) {
    margin-top: 60px;
}

.gallery-item:nth-child(3) {
    margin-top: 60px;
}

.gallery-item:nth-child(6) {
    margin-top: -80px;
}

.gallery-item:nth-child(7) {
    margin-top: -140px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-heading h2 {
        font-size: 42px;
    }

    .gallery-bg-text {
        font-size: 120px;
        top: -45px;
    }

    .big-img img {
        height: 420px;
    }

    .medium-img img {
        height: 360px;
    }

    .small-img img {
        height: 280px;
    }

    .gallery-item:nth-child(6),
    .gallery-item:nth-child(7) {
        margin-top: 0;
    }

    .gallery-section {
        /* padding: 80px 0; */
        background: #fff;
        overflow: hidden;
    }

    .gallery-section {
        background: #5b403c !important;
        overflow: hidden;
        margin-top: -5px !important;
        position: relative;
    }
}

@media(max-width:576px) {

    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .gallery-line {
        width: 90px;
        display: none;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        margin-left: 18px;
    }


    .gallery-heading h2 {
        font-size: 32px !important;
        font-family: 'Cormorant Garamond';
        font-weight: 700;
        margin-top: -55px !important;
        margin-left: -15px !important;
        position: relative;
        z-index: 2;
    }

    .gallery-heading {
        padding-left: 35px;
        margin-bottom: 45px;
    }

    .gallery-heading h2 {
        font-size: 34px;
    }

    .gallery-bg-text {
        font-size: 90px;
        margin-left: 20px;
        top: -74px;
    }

    .gallery-line {
        width: 70px;
        display: none;
        margin-left: 15px;
    }

    .gallery-item:nth-child(1),
    .gallery-item:nth-child(3),
    .gallery-item:nth-child(6),
    .gallery-item:nth-child(7) {
        margin-top: 0;
    }

    .big-img img,
    .medium-img img,
    .small-img img {
        height: auto;
    }
}


/* =========================
   MAGAZINE SECTION
========================= */

.magazine-section {
    padding: 60px 0;
    /* margin-top: 134px !important; */
    background-color: #5b403c !important;
}

/* Left image size smaller */
.magazine-cover img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

/* Right scroll area height smaller */
.magazine-scroll {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
}

/* Scrollbar */
.magazine-scroll::-webkit-scrollbar {
    width: 6px;
}

.magazine-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

/* Top content */
.magazine-top-content {
    margin-bottom: 25px;
}

.magazine-top-content h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.magazine-top-content p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
}

/* News items */
.magazine-news {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.news-img img {
    width: 130px;
    /* height: 110px; */
    object-fit: cover;
    border-radius: 10px;
}

.news-content span {
    font-size: 14px;
    font-weight: 600;
    color: #c4004b;
    display: block;
    margin-bottom: 8px;
}

.news-content h3 {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
    margin: 0;
}

.awards-bg-text {
    position: absolute;
    left: 0;
    top: -75px;

    font-size: 170px;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;

    z-index: 1;
}

.awards-heading h2 {
    font-size: 52px;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    color: #ff0000;
}

.awards-heading {
    position: relative;
    margin-bottom: 70px;
    padding-left: 70px;
}

/* Mobile */
@media(max-width:767px) {

    .magazine-cover img {
        max-height: 350px;
    }

    .magazine-scroll {
        max-height: unset;
        overflow: visible;
        margin-top: 30px;
    }

    .magazine-news {
        flex-direction: column;
    }

    .news-img img {
        width: 100%;
        height: 220px;
    }

    .magazine-top-content h2 {
        font-size: 24px;
    }
}

/* =========================
   FOOTER
========================= */

.footer-section {
    background: #000;
    padding: 30px 0 22px;
}

/* =========================
   TOP
========================= */

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    /* margin-bottom: 55px; */
}

/* Logo */

.footer-logo h2 {
    color: #fff;
    font-size: 35px;
    line-height: 0.88;
    font-weight: 300;

    font-family: 'Cormorant Garamond', serif;

    letter-spacing: 2px;

    margin: 0;
}

/* Copyright */

.footer-copy {
    color: #fff;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-left: -168px !important;
    /* margin: 10px -31px !important; */
    letter-spacing: 1px;
    margin-top: 5px;
}

/* Social */

.footer-social {
    display: flex;
    gap: 28px;
    /* margin-top: 18px; */
}

.footer-social a {
    color: #fff;
    font-size: 32px;

    transition: 0.3s ease;
}

.footer-social a:hover {
    opacity: 0.7;
    transform: translateY(-3px);
}

/* =========================
   MENU
========================= */

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 42px;

    margin-bottom: 38px;
}

.footer-menu a,
.footer-bottom-menu a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.footer-menu a:hover,
.footer-bottom-menu a:hover {
    opacity: 0.7;
}

/* Bottom */

.footer-bottom-menu {
    display: flex;
    gap: 42px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px) {

    .footer-top {
        gap: 30px;
    }

    .footer-logo h2 {
        font-size: 58px;
    }

    .footer-copy {
        font-size: 18px;
    }

    .footer-menu {
        gap: 24px;
    }

    .footer-menu a,
    .footer-bottom-menu a {
        font-size: 17px;
    }
}

@media(max-width:576px) {

    .footer-section {
        padding: 55px 0 45px;
    }

    .footer-top {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .footer-logo h2 {
        font-size: 44px;
    }

    .footer-copy {
        margin-top: 0;
        margin: 8px 59px !important;
        font-size: 13px;
    }

    .footer-social {
        gap: 18px;
    }

    .footer-social {
        display: flex;
        gap: 28px;
        margin-left: 70px !important;
        /* margin-top: 18px; */
    }

    .footer-social a {
        font-size: 24px;
    }

    .footer-menu,
    .footer-bottom-menu {
        gap: 16px;
    }

    .footer-menu a,
    .footer-bottom-menu a {
        font-size: 14px;
    }
}

.fa-instagram:before {
    content: "\f16d";
    color: #fff;
}

.fa-twitter:before {
    content: "\f099";
    color: #fff;
}

.fa-linkedin-in:before {
    content: "\f0e1";
    color: #fff;
}

.fa-facebook-f:before {
    content: "\f39e";
    color: #fff;
}

/*  */

.media-section {
    background: #0b0b0b;
    position: relative;
    overflow: hidden;
}

.section-heading .sub-title {
    color: #ff0055;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.section-heading h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 18px;
}

.section-heading p {
    color: #000000;
    max-width: 700px;
    margin: auto;
    font-size: 17px;
    line-height: 1.9;
}

.media-box {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 40px;
    height: 100%;
    transition: all 0.4s ease;
    backdrop-filter: blur(8px);
}

.media-box:hover {
    transform: translateY(-8px);
    border-color: #ff0055;
    box-shadow: 0 15px 40px rgba(255, 0, 85, 0.15);
}

.media-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.media-icon {
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 16px;
    background: linear-gradient(135deg, #ff0055, #ff3d7f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}

.media-top h3 {
    color: #ff0000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 6px;
}

.media-top span {
    color: #000000;
    font-size: 15px;
}

.media-box p {
    color: #000000;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px;
}

.media-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ff0055;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s ease;
}

.media-link i {
    transition: 0.3s ease;
}

.media-link:hover {
    color: #000000;
}

.media-link:hover i {
    transform: translateX(6px);
}

@media(max-width:767px) {

    .section-heading h2 {
        font-size: 36px;
    }

    .media-box {
        padding: 30px 25px;
    }

    .media-top {
        flex-direction: column;
        text-align: center;
    }
}

.social-media-section {
    position: relative;
}

.social-heading span {
    color: #ff0055;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 10px;
}

.social-heading p {
    color: #555;
    max-width: 720px;
    margin: auto;
    line-height: 1.9;
    font-size: 16px;
}

/* Social Card */
.social-card {
    background: #111;
    border-radius: 18px;
    padding: 40px 30px;
    text-align: center;
    text-decoration: none;
    display: block;
    height: 100%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    position: relative;
}

.social-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    border-color: #ff0055;
}

/* Icon */
.social-icon {
    width: 80px;
    height: 80px;
    margin: auto auto 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

.linkedin {
    background: #0077b5;
}

.twitter {
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Heading */
.social-card h4 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Text */
.social-card p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Responsive */
@media(max-width:767px) {

    .social-card {
        padding: 35px 25px;
    }

    .social-card h4 {
        font-size: 22px;
    }
}

.media-heading {
    position: relative;
    margin-bottom: 50px;
}

.media-bg-text {
    position: absolute;
    top: -45px;
    left: 0;
    font-size: 120px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.05);
    line-height: 1;
    z-index: 0;
}

.media-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    margin-left: 10px;
    margin-top: 29px !important;
    position: relative;
    z-index: 2;
}

.media-line {
    width: 120px;
    height: 3px;
    background: #ff0055;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

@media(max-width:767px) {

    .media-bg-text {
        font-size: 80px;
        top: -25px;
    }

    .media-heading h2 {
        font-size: 27px !important;
        margin-top: -33px !important;
    }

    .media-line {
        width: 70px;
    }
}

/*Academic Journey  */

.academic-journey-section {
    background: #f5f5f5;
    margin-top: 245px !important;
}

/* Heading */
.academic-heading {
    position: relative;
}

.academic-bg-text {
    position: absolute;
    top: -65px;
    left: 0;
    font-size: 170px;
    font-weight: 600;
    color: #e8e8e8;
    line-height: 1;
    font-family: 'Cormorant Garamond', serif;
}

.academic-title-row {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.academic-title-row h2 {
    font-size: 52px;
    font-weight: 500;
    margin: 0;
    color: #111;
    font-family: 'Cormorant Garamond', serif;
}

.academic-line {
    width: 140px;
    height: 1px;
    background: #111;
    margin-left: 25px;
    margin-top: 10px;
}

/* Card */
.academic-card {
    height: 100%;
}

.academic-img {
    overflow: hidden;
    margin-bottom: 22px;
}

.academic-img img {
    width: 100%;
    border: 1px dotted red;
    height: 250px;
    object-fit: cover;
    transition: 0.5s ease;
}

.portrait-img img {
    height: 490px;
}

.academic-card:hover img {
    transform: scale(1.04);
}

/* Content */
.academic-content h3 {
    font-size: 22px;
    line-height: 1.6;
    color: #111;
    font-weight: 500;
    margin-bottom: 22px;
    font-family: 'Cormorant Garamond', serif;
}

.academic-content h3:hover {
    text-decoration: underline !important;
}

.academic-content span {
    display: block;
    font-size: 18px;
    font-style: ;
    margin-bottom: 8px;
    color: #111;
    font-family: 'Montserrat', sans-serif !important;
}

.academic-content p {
    margin: 0;
    color: #111;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif !important;
}

/* Responsive */
@media(max-width:991px) {

    .portrait-img img {
        height: 250px;
    }
}

@media(max-width:767px) {

    .academic-bg-text {
        font-size: 100px;
        top: -30px;
    }

    .academic-title-row h2 {
        font-size: 34px;
    }

    .academic-line {
        width: 70px;
        margin-left: 15px;
    }

    .academic-content h3 {
        font-size: 20px;
    }
}

/* Contact Us */


.contact-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 8%;
    gap: 70px;

    overflow: hidden;
}

/* ONLY DESKTOP */
@media (min-width: 992px) {
    .contact-section {
        margin-top: 134px;
    }
}

/* LEFT IMAGES */
.contact-images {
    position: relative;
    width: 520px;
    height: 620px;
}

.img-large {
    position: absolute;
    width: 340px;
    height: 470px;
    object-fit: cover;
    top: 0;
    left: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.img-small {
    position: absolute;
    width: 360px;
    height: 540px;
    object-fit: cover;
    right: 0;
    bottom: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* RIGHT CONTENT */
.contact-content {
    max-width: 520px;
    position: relative;
}

.bg-letter {
    position: absolute;
    top: -80px;
    left: -40px;
    font-size: 190px;
    color: #e7e5e2;
    z-index: 0;
    line-height: 1;
}

.contact-content h2 {
    position: relative;
    z-index: 2;
    font-size: 48px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-content h2::after {
    content: "";
    width: 90px;
    height: 1px;
    background: #222;
    display: block;
}

.contact-content p {
    position: relative;
    z-index: 2;
    font-size: 17px;
    line-height: 1.8;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    color: #333;
}

.contact-form {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #222;
    background: transparent;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #777;
}

.contact-form textarea {
    resize: none;
    height: 140px;
}

.contact-form button {
    width: 220px;
    padding: 18px;
    border: none;
    background: #111;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background: #333;
}

/* RESPONSIVE */
@media(max-width:992px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-images {
        width: 100%;
        height: 500px;
    }

    .img-large {
        width: 280px;
        height: 380px;
    }

    .img-small {
        width: 300px;
        height: 430px;
    }
}

@media(max-width:768px) {

    .contact-images {
        height: 420px;
    }

    .img-large {
        width: 210px;
        height: 300px;
    }

    .img-small {
        width: 220px;
        height: 330px;
    }

    .contact-content h2 {
        font-size: 36px;
    }

    .bg-letter {
        font-size: 150px;
    }

    .contact-content p {
        font-size: 17px;
    }
}

.office-section {
    padding: 100px 8%;
    background: #ffffff;
    display: flex;
    justify-content: center;
}

.office-card {
    position: relative;
    max-width: 700px;
    width: 100%;
    padding: 70px 60px;
    background: #fff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.office-bg {
    position: absolute;
    top: -30px;
    left: -2px;
    font-size: 209px;
    color: #f1f1f1;
    font-weight: bold;
    z-index: 0;
    line-height: 1;
}

.office-card h2 {
    position: relative;
    z-index: 2;
    font-size: 42px;
    margin-bottom: 35px;
    letter-spacing: 1px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 18px;
}

.office-card h2::after {
    content: "";
    width: 90px;
    height: 1px;
    background: #111;
}

.office-info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.office-info p {
    font-size: 18px;
    line-height: 1.9;
    color: #333;
}

.office-info a {
    text-decoration: none;
    color: #111;
    font-size: 18px;
    transition: .3s ease;
}

.office-info a:hover {
    color: #777;
}

/* MOBILE */
@media(max-width:768px) {

    .office-card {
        padding: 50px 30px;
    }

    .office-card h2 {
        font-size: 32px;
    }

    .office-bg {
        font-size: 150px;
    }

    .office-info p,
    .office-info a {
        font-size: 16px;
    }
}

/* Innovative */
/* NORMAL */
.navbar-nav .nav-link {
    color: #2c2c2c;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 18px 4px;
    transition: 0.3s ease;
}

/* SCROLL DOWN */
.scrolled .navbar-nav .nav-link {
    color: #fff !important;
}

/* SECTION */
.visual-story-section {
    background: #5b403c;
    overflow: hidden;
    /* margin-top: 100px; */
    position: relative;
}

/* ONLY DESKTOP */
@media (min-width: 992px) {
    .visual-story-section {
        /* margin-top: 222px !important; */
    }
}

/* HEADING */
.visual-story-heading {
    position: relative;
    margin-bottom: 60px;
}

.visual-story-bg-text {
    position: absolute;
    top: -55px;
    left: 0;
    font-size: 140px;
    line-height: 1;
    color: #fff;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
}

.visual-story-heading h2 {
    color: #000;
    font-size: 58px;
    margin-left: 65px;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
}

.visual-story-line {
    width: 120px;
    height: 1px;
    background: #000;
    margin-left: 20px;
}

/* SLIDER */
.visualStorySlider {
    overflow: visible !important;
    padding-bottom: 70px;
}

/* SLIDES */
.visualStorySlider .swiper-slide {
    width: 62% !important;
    transition: 0.4s;
    opacity: 0.4;
    transform: scale(0.82);
    cursor: pointer;
}

/* CENTER IMAGE */
.visualStorySlider .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
    z-index: 5;
}

/* IMAGES */
.visualStorySlider .swiper-slide img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
}

/* ARROWS */
.visual-prev,
.visual-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 99;
    font-size: 60px;
    color: #444;
    cursor: pointer;
    font-weight: 300;
}

.visual-prev {
    left: 17%;
}

.visual-next {
    right: 17%;
}

/* DOTS */
.visual-pagination {
    bottom: 10px !important;
}

.visual-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #bcbcbc;
    opacity: 1;
}

.visual-pagination .swiper-pagination-bullet-active {
    background: #000;
}

/* POPUP */
.visual-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    padding: 40px;
}

/* ACTIVE */
.visual-popup.active {
    opacity: 1;
    visibility: visible;
}

/* POPUP IMAGE */
.visual-popup img {
    width: auto;
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
    transform: scale(0.9);
    transition: 0.4s;
}

/* ACTIVE IMAGE */
.visual-popup.active img {
    transform: scale(1);
}

/* CLOSE BTN */
.visual-popup-close {
    position: absolute;
    top: 25px;
    right: 40px;
    color: #fff;
    font-size: 55px;
    cursor: pointer;
    line-height: 1;
    font-weight: 300;
}

/* MOBILE */
@media(max-width:991px) {

    .visual-story-bg-text {
        font-size: 90px;
        top: -30px;
    }

    .visual-story-heading h2 {
        font-size: 34px;
        margin-left: 40px;
    }

    .visualStorySlider .swiper-slide {
        width: 88% !important;
    }

    .visualStorySlider .swiper-slide img {
        height: 420px;
    }

    .visual-prev {
        left: 10px;
    }

    .visual-next {
        right: 10px;
    }

    .visual-prev,
    .visual-next {
        font-size: 35px;
    }

    .visual-popup-close {
        right: 20px;
        font-size: 40px;
    }
}

/* ===== DIGITAL MEDIA COVERAGE ===== */

.press-section {
    padding: 172px 8% !important;
    background: #5b403c;
    font-family: 'Cormorant Garamond', serif;
}

.press-header {
    text-align: center;
    margin-bottom: 70px;
}

.press-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c62828;
}

.press-header h2 {
    font-size: 52px;
    color: #111;
    margin-top: 12px;
    font-weight: 700;
}

/* ===== LIST ===== */

.press-list {
    max-width: 1250px;
    margin: auto;
    border-top: 1px solid #e5e5e5;
}

/* ONLY DESKTOP */
@media (min-width: 992px) {
    .press-section {
        /* margin-top: 133px; */
        background-color: #5b403c;
    }
}

.press-row {
    display: grid;
    grid-template-columns: 250px 1fr 160px;
    align-items: center;
    gap: 40px;
    padding: 32px 0;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.35s ease;
}

.press-row:hover {
    padding-left: 18px;

}

.press-left h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.press-center p {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.press-right {
    text-align: right;
    font-family: 'Montserrat', sans-serif;
}

.press-right span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.press-right span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0%;
    height: 2px;
    font-family: 'Montserrat', sans-serif;
    background: #c62828;
    transition: 0.3s ease;
}

.press-row:hover .press-right span::after {
    width: 100%;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {

    .press-row {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 0;
    }

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

    .press-header h2 {
        font-size: 40px;
    }

}

@media (max-width: 576px) {

    .press-section {
        padding: 70px 5%;
    }

    .press-header h2 {
        font-size: 32px;
    }

    .press-left h3 {
        font-size: 18px;
    }

    .press-center p {
        font-size: 15px;
    }

}

.visualStorySlider .swiper-slide {
    padding: 0 45px;
    /* space between images */
    box-sizing: border-box;
}

/* .dp-header.scrolled .navbar-nav .nav-link, .dp-header.scrolled .navbar-nav>li>a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;

} */

@media (max-width: 991px) {
    .mobile-logo h2 {
        font-size: 45px !important;
        line-height: .85 !important;
        margin: 10px !important;
        font-family: 'Cormorant Garamond', serif !important;
    }

    .gallery-heading {
        position: relative;
        margin-bottom: 70px;
        margin-top: 150px !important;
        padding-left: 70px;
    }

    .gallery-heading h2 {
        font-size: 25px !important;
        font-family: 'Cormorant Garamond';
        font-weight: 700;
        /* margin-top: -95px !important; */
        /* margin-left: -40px !important; */
        position: relative;
        z-index: 2;
    }

    .custom-contact-form input[type="submit"] {
        width: auto !important;
        border: none !important;
        background: #5b403c !important;
        color: #fff !important;
        padding: 14px 42px !important;
        border-radius: 10px !important;
        font-size: 15px;
        font-weight: 600;
        margin-top: 10px;
        transition: 0.3s ease;
    }
}

@media (max-width: 991px) {
    .contact-heading h2 {
        font-size: 35px !important;
    }

    .contact-bg-text {
        position: absolute;
        top: -20px !important;
        left: -29px !important;
        font-size: 170px;
        font-weight: 700;
        color: rgba(0, 0, 0, 0.04);
        z-index: 1;
        line-height: 1;
    }

    .contact-left h2 {
        font-size: 35px !important;
        font-weight: 700 !important;
        color: #111;
        margin-bottom: 25px;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.1;
    }

}

@media (max-width: 768px) {
    .banner-content {
        padding: 152px 25px 20px !important;
        text-align: center;
    }

    .custom-video-box iframe,
    .custom-video-box video {
        width: 500px;
        height: 320px;
        border: none;
        display: block;
        margin: 0 0 !important;
        object-fit: cover;
    }
}


.dp-header.scrolled .navbar-nav .nav-link,
.dp-header.scrolled .navbar-nav>li>a {
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
}

.dp-header.scrolled .navbar-nav .nav-link,
.dp-header.scrolled .navbar-nav>li>a {
    color: #ffffff !important;
}

/* video-section */

.custom-video-row {

    display: flex;

    flex-wrap: wrap;

    gap: 20px;

}

.custom-video-box {

    width: calc(50% - 10px);

    overflow: hidden;

    border-radius: 10px;

    /* background: #000; */

}

.custom-video-box iframe,
.custom-video-box video {

    width: 405px !important;
    height: 320px !important;
    border: none;
    display: block;
    margin: 0 0 !important;
    object-fit: cover;

}

@media(max-width:768px) {

    .custom-video-box {

        width: 100%;

    }

    .custom-video-box iframe,
    .custom-video-box video {

        height: 230px;

    }

}

/* about */
.signature-img {
    width: 180px;
    margin-top: 10px;
    object-fit: contain;
    filter: brightness(0) invert(1) drop-shadow(0 4px 10px rgba(255, 255, 255, 0.45));
    opacity: 0;
    animation: signatureReveal 3s ease forwards;
    transform-origin: left center;
}

@keyframes signatureReveal {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        transform: scaleX(0.8);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        transform: scaleX(1);
    }
}

@media (min-width: 992px) {
    .featured-news img {
        width: 100%;
        height: 520px;
        margin-top: 173px !important;
        object-fit: cover;
    }
}

/* =========================
   CONTACT SECTION
========================= */

.contact-main-section {
    padding: 152px 0;
    background: #5b403c;
    position: relative;
}

.contact-box {
    background: #fff;
    border-radius: 30px;
    margin-top: 40px !important;
    padding: 70px 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

/* =========================
   LEFT SIDE
========================= */

.contact-left {
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;
    height: 100%;
}

.contact-left h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.1;
}

.contact-left p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 35px;
    font-family: 'Montserrat', sans-serif;
}

.contact-info {
    margin-bottom: 30px;
}

.contact-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
}

.contact-info a,
.contact-info span {
    font-size: 17px;
    color: #666;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.contact-info a:hover {
    color: #5b403c;
}

/* SOCIAL */

.contact-social {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.contact-social a {
    width: 48px;
    height: 48px;
    background: #5b403c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-social a:hover {
    background: #000;
    transform: translateY(-3px);
}

/* =========================
   RIGHT SIDE
========================= */

.contact-right {
    padding-left: 50px;
    position: relative;
}

/* HEADING */

.contact-heading {
    position: relative;
    margin-bottom: 50px;
}

.contact-heading h2 {
    font-size: 60px;
    font-weight: 700;
    color: #111;
    position: relative;
    z-index: 2;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

.contact-bg-text {
    position: absolute;
    top: -45px;
    left: -62px;
    font-size: 170px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.04);
    z-index: 1;
    line-height: 1;
}

/* =========================
   FORM
========================= */

.custom-contact-form .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.custom-contact-form p {
    width: calc(50% - 15px);
    margin-bottom: 0;
}

.custom-contact-form p:nth-last-child(2) {
    width: 100%;
}

/* LABEL */

.custom-contact-form label {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

/* INPUT */

.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    padding: 14px 0;
    font-size: 15px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease;
}

.custom-contact-form textarea {
    height: 45px;
    resize: none;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    border-color: #5b403c;
}

/* BUTTON */

.custom-contact-form input[type="submit"] {
    width: auto;
    border: none;
    background: #5b403c;
    color: #fff;
    padding: 14px 42px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    transition: 0.3s ease;
}

.custom-contact-form input[type="submit"]:hover {
    background: #000;
    transform: translateY(-2px);
}

/* RESPONSE */

.wpcf7-response-output {
    width: 100%;
    margin-top: 20px !important;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
}

/* =========================
   MOBILE
========================= */

@media(max-width:991px) {

    .contact-box {
        padding: 45px 30px;
    }

    .contact-left {
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding-right: 0;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .contact-right {
        padding-left: 0;
    }

    .contact-heading h2 {
        font-size: 42px;
    }

    .contact-bg-text {
        font-size: 100px;
        top: -30px;
    }

    .custom-contact-form p {
        width: 100%;
    }

}

/* print */

/* FEATURE IMAGE */

.visual-featured {

    height: 620px;

    overflow: hidden;

    border-radius: 20px;

}

.visual-featured img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: .4s;

}


/* THUMBNAILS */

.print-thumb {

    /* height: 120px;

    border-radius: 14px; */

    overflow: hidden;

    cursor: pointer;

}

.print-thumb img {

    width: 100%;
    height: 300px;
    /* object-fit: cover; */
    transition: .4s;

}

.print-thumb:hover img {

    transform: scale(1.08);

}



@media(max-width:768px) {

    .visual-featured {

        height: 320px;

    }

    .print-thumb {

        height: 90px;

    }

}

/* gallery */

.gallery-section {

    padding: 80px 0;

    background: #fff;

    overflow: hidden;

}

/* featured image */

.featured-gallery {

    position: relative;

    height: 600px;

    border-radius: 25px;

    overflow: hidden;

}

.featured-gallery img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    transition: .5s;

}

.featured-overlay {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    padding: 40px;

    background: linear-gradient(to top,
            rgba(0, 0, 0, .85),
            transparent);

}

.featured-overlay p {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat';
}


/* thumbnails */

.thumb-card {

    /* height: 174px; */
    /* border-radius: 15px; */
    overflow: hidden;
    cursor: pointer;

}

.thumb-card img {
    width: 400px;
    height: 321px;
    object-fit: cover !important;
    transition: .3s;
    object-position: top;
}

.thumb-card:hover img {
    transform: scale(1.08);

}



/* heading */

.gallery-heading {

    margin-bottom: 50px;

    position: relative;

}

/* 
    .gallery-bg-text {

        font-size: 120px;
        opacity: .08;
        margin-top: 4px;
        position: absolute;
        color: white !important;
        left: -10px;
        font-weight: 800;

    } */

.gallery-heading h2 {

    font-size: 52px;

    font-family: 'Cormorant Garamond';

    font-weight: 700;

    margin-left: 30px;

    position: relative;

    z-index: 2;

}

.gallery-line {

    height: 2px;

    width: 120px;

    background: #ffffff;

    margin-left: 20px;

}


@media(max-width:768px) {

    .featured-gallery {

        height: 320px;

    }

    .thumb-card {

        height: 90px;

    }

}