/* 
   #1 Global CSS
   #2 Preloader Css
   #3 Nav bar
   #4 Footer
*/

:root {
  --main-color-one: rgba(25, 52, 65, 1);
  --secondary-color: rgba(240, 243, 245, 1);
  --heading-color: rgba(13, 22, 35, 1);
  --paragraph-color: rgba(13, 22, 35, 1);
  --heading-font: "Darker Grotesque", sans-serif;
  --body-font: "Darker Grotesque", sans-serif;
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

@font-face {
  font-family: "Darker Grotesque", sans-serif;
  src: url("../fonts/DarkerGrotesque-Light.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Darker Grotesque", sans-serif;
  src: url("../fonts/DarkerGrotesque-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Darker Grotesque", sans-serif;
  src: url("../fonts/DarkerGrotesque-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Darker Grotesque", sans-serif;
  src: url("../fonts/DarkerGrotesque-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}


/* -----------------
    #1 Global CSS 
 ------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.elementor-element.elementor-widget.elementor-widget-text-editor p {
  font-size: inherit !important;
}

body,
p,
a {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: var(--paragraph-color);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  line-height: 1.1em;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

ul,
ol,
p {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1254px;
  margin: 0 auto;
  padding: 0 15px;
}

/*-------------------------
    #2 Preloader Css
---------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: #fff;
}


.preloader svg {
  width: 200px;
}

/*-------------------------
     404
---------------------------*/
.error404 .breadcrumb-wrap {
  display: none;
}

.error-404.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 500px;
    margin: auto;
}

.error-404.not-found .title{
  font-size: 100px;
  align-items: center;
}

.error-404.not-found .paragraph {
    font-size: 20px;
    text-align: center;
}

.error-404.not-found .search-form {
    display: flex;
    gap: 20px;
}

/*-------------------------
    #3 Nav bar
---------------------------*/

#masthead #menu-primary-menu li a .dropdown-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

#masthead #menu-primary-menu li a.submenu-open .dropdown-icon {
  transform: rotate(180deg);
}
#masthead .navbar {
  background-color: #FFF;
  z-index: 99;
}

.logo-wrapper .custom-logo-link {
  height: 100%;
  display: block;
}

.logo-wrapper a img {
  width: 76px;
  height: 100%;
}

#masthead #menu-primary-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: 100%;
}

#masthead #menu-primary-menu li a {
  font-size: 18px;
  transition: all .3s ease-in-out;
  color: #0D1A21;
  font-weight: 500;
}

#masthead #menu-primary-menu li a:hover {
  color: #000;
}

.navbar-collapse {
  flex-grow: 1;
}

.header-btn a {
    font-size: 18px;
    font-weight: 600;
    background: transparent;
    padding: 13px 16px 17px 16px;
    border: 2.5px solid;
    clip-path: inset(-1px round 9px);
    line-height: 1em;
    display: inline-block;
    text-align: center;
    color: #1B3746;
    border-image: linear-gradient(135deg, #0D1A21, #0D1A21) 1 stretch;
    transition: .3s ease-in-out all;
}

.header-btn a:hover {
  background: #0D1A21;
  color: #fff;
}

.navbar-nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 8px 0 0;
  min-width: 200px;
  z-index: 999;
  display: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.navbar-nav li.menu-item-has-children {
  position: relative;
  padding: 20px 0;
}

.navbar-nav li ul.sub-menu li {
  display: block;
  width: 100%;
}

.navbar-nav li ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--paragraph-color);
  transition: all 0.3s ease;
}

#masthead #menu-primary-menu ul.sub-menu li a:hover {
  background: rgba(25, 52, 65, 1);
  color: #fff;
  padding-left: 25px;
}


/*======================
  Footer Area CSS
========================*/
.footer-section {
  background: #193441;
  padding-top: 140px;
  overflow: hidden;
}

.footer-top-area {
  display: grid;
  grid-template-columns: 1fr 1.8fr;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(248, 251, 252, 0.2);
  gap: 170px
}

.footer-top-left-content h4 {
  color: rgba(226, 239, 244, 1);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-top-left-content p {
  font-size: 16px;
  color: rgba(226, 239, 244, 1);
  line-height: 1.4em;
  margin-bottom: 18px;
}

.footer-extra-meta-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-extra-single-meta a {
  display: flex;
  align-items: center;
  color: rgba(226, 239, 244, 1);
  gap: 8px;
}

.footer-top-left-content {
  margin-top: 44px;
}

.footer-single-menu-widget h4,
.footer-contact-info h4 {
  color: rgba(211, 231, 238, 0.8);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.footer-list li a {
  font-size: 16px;
  font-weight: 500;
  color: rgba(248, 251, 252, 1);
  transition: .3s ease-in-out all;
}

.footer-list li a:hover {
  color: rgba(211, 231, 238, 1);
}

.footer-top-right {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
}

.footer-location-wrap {
  border-bottom: 1px solid rgba(248, 251, 252, 0.2);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.footer-single-location-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-single-location h4 {
  font-size: 16px;
  font-weight: 600;
  color: #E2EFF4;
  font-family: "Darker Grotesque", sans-serif;
  margin: 0px;
  margin-bottom: 4px;
}

.footer-single-location p {
  font-size: 16px;
  font-weight: 400;
  color: #E2EFF4;
  margin: 0;
}

.footer-location-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-single-contact-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-contact-content a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(248, 251, 252, 1);
}

.footer-contact-content a:hover {
  color: rgba(211, 231, 238, 1);
}

.footer-contact-content a span {
  font-weight: 600;
  margin-right: 8px;
}

.footer-menu-wrapper {
  padding-bottom: 40px;
}

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

.widget_nav_menu {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  margin-top: 70px;
}

.footer-menu-wrap .footer-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-bottom-menu-list li a {
  color: rgba(37, 45, 57, 1);
  font-size: 14px;
}

.footer-social-share {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social-share li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(13, 26, 33, 1);
  border-radius: 50%;
  padding: 20px;
  transition: .3s ease-in-out all;
}

.footer-social-share li a img {
  filter: invert(0);
  transition: .3s ease-in-out all;
}

.footer-social-share li a:hover {
  background: #fff;
}

.footer-social-share li a:hover img {
  filter: invert(1);
}

.footer-award-logo img {
    max-width: 60px;
}

.footer-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
}

.footer-middle-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-award-logo {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.copyright-text {
  max-width: 160px;
  font-size: 16px;
  color: rgba(226, 239, 244, 1);
  font-weight: 500;
  line-height: 1.4em;
}

ul.footer-bottom-menu-list {
  padding-top: 16px;
  border-top: 1px solid rgba(248, 251, 252, 0.2);
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  gap: 18px;
}

ul.footer-bottom-menu-list li a {
  color: rgba(248, 251, 252, 1);
  font-weight: 500;
  font-size: 18px;
  transition: .3s ease-in-out all;
}

ul.footer-bottom-menu-list li a:hover {
  color: rgba(211, 231, 238, 1);
}

.footer-bottom-logo img {
  width: 100%;
}

.footer-bottom-logo {
  position: relative;
  overflow: hidden;
}

img.footer-shape-one {
  position: relative;
  z-index: 0;
}

img.footer-shape-two {
  position: relative;
  z-index: 3;
}

img.footer-shape-three {
  position: relative;
  z-index: 3;
  max-height: 64px;
}

.footer-bottom-main-logo-wrap {
  padding-top: 110px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transform: translateY(48px);
}

.footer-bottom-main-logo {
  width: 100%;
  max-width: 1224px;
}

/* ==========================
    Blog Details
=========================== */
.blog-details-hero-area {
  position: relative;
  padding: 140px 0 120px;
  background: #193441;
  height: 510px;
}

.blog-hero-details-shape {
  background-color: rgba(25, 52, 65, 0.6);
}

.blog-hero-details-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
}

img.blog-hero-left {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

img.blog-hero-right {
  position: absolute;
  right: 0;
  z-index: 5;
  max-height: 100%;
}

.blog-details-hero-area .thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
}

.blog-details-hero-area .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;

}

.blog-details-hero-area .blog-top-content {
  position: relative;
  z-index: 99;
}

.blog-details-hero-area .blog-breadcurmb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(226, 239, 244, 1);
}

.blog-details-hero-area .blog-breadcurmb p {
  color: rgba(226, 239, 244, 1);
}

.blog-main-title {
  color: #fff;
  font-size: 78px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.1em;
}

.blog-content-wrapper {
  padding: 120px 0;
}

.blog-left-content-wrap h2 {
  font-size: 40px;
  font-weight: 700;
  color: rgba(13, 26, 33, 1);
  margin-bottom: 28px;
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid rgba(13, 26, 33, 0.16);
}

.blog-left-content-wrap h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgba(13, 26, 33, 1);
  margin-bottom: 28px;
}

.blog-left-content-wrap p {
  font-size: 18px;
  font-weight: 500;
}

.blog-left-content-wrap .wp-block-image {
  margin: 40px 0;
}

.blog-sidebar-area .contact-information {
  background: #acff2f;
}

/* ==========================
    Related Blog
========================== */
.blog-list.related-blog-list {
  grid-template-columns: 1fr 1fr 1fr;
}

.section-heading h2 {
  font-size: 68px;
  font-weight: 700;
  color: #0D1A21;
}

.related-blog-list .blog-list-item-thumb img {
  height: 300px;
}

.blog-list-item {
  background: #fff;
}

section.related-blog-area {
  background: #E2EFF4;
  padding: 120px 0px;
}

.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.related-blog-list .blog-list-item-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
  padding: 24px;
  height: 43%;
}

.related-blog-list .blog-list-item-title a {
  font-size: 24px;
  margin: 16px 0 30px;
  font-weight: 700;
}

.blog-breadcurmb a,
.blog-breadcurmb p {
  line-height: 1em;
  font-weight: 500;
  font-size: 18px;
}

/* ==========================
    Blog Details Bottom section
=========================== */

.post-template-default .footer-top-section {
  display: block;
}

.footer-top-section {
  display: none;
}

.footer-top-section-wrap {
  display: grid;
  background: #E2EFF4;
  padding: 40px;
  gap: 108px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}

section.footer-top-section {
  background: #0D1A21;
  padding: 120px 0;
}

.footer-top-section-content .subtitle {
  display: inline-flex;
  background: #92BCCD;
  padding: 6px 8px;
  border: 1px solid #FFFFFF26;
  border-radius: 50px;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #0D1A21;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-top-section-content h2 {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 58px;
  line-height: 1.1;
  color: #0D1A21;
  font-weight: 600;
  margin-bottom: 24px;
}

.footer-top-section-content p {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #0D1A21;
  font-weight: 500;
  margin-bottom: 40px;
}

.footer-top-section-image {
  max-width: 558px;
  width: 100%;
}

img.footer-top-section-subtitle-logo {
  height: 20px;
  width: 20px;
}

.footer-top-section-content.primary-btn {
  font-size: 16px;
  padding: 12px;
}

section.footer-top-section {
  padding: 80px 0;
}

/* ==========================
    Fixed Contact Button
========================== */
.single-post{
  .fixed-contact-button {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 9999;
      width: 100%;
      max-width: 1224px;
      display: flex;
      align-items: end;
      justify-content: flex-end;
      flex-direction: column;
  }
  
  .fixed-contact-button .contact-information {
    position: relative;
    text-align: right;
  }
  
  .fixed-contact-button .contact-information-wrapper {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: auto;
    width: 350px;
    height: auto;
    margin-bottom: 15px;
    height: 440px;
  }

  .contact-info-designation {
    max-width: 240px;
    line-height: 1em;
  }
  .contact-us-link {
    font-family: "Darker Grotesque", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: rgba(13, 26, 33, 1);
  }

}





