.failed,
.text-info {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.text-info {
  color: #fff !important;
}

/*
Theme Name: Creative Web Design Studio
Theme URI: 
Description: Creative Web Design Studio
Version: 1.0
Author: 
Author URI: 
Tags: wedstudio, creative
*/
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header
3. Breadcrumb
4. Banner Header
5. Banner Carousel
6. About
7. Count
8. Action
9. Services
10. Offer
11. Work
12. Cases
13. Team
14. Newsletter
15. Blog
16. Social Networks
17. Contact Info
18. Map
19. Portfolio Tabs
20. Form
21. Post
22. Footer
23. Modal

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

/* GOOGLE FONTS IMPORTING */

/* @import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Poppins", sans-serif;
  src: url("font/poppins/Poppins-Black.ttf") format("ttf"),
    url("") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Body */
html,
body {
  font-family: "Poppins", sans-serif !important;
  height: 100%;
}

html {
  font-size: 14px;
}

@media (max-width: 767.98px) {
  html {
    font-size: 13px;
  }
}

/* Home page specific - no padding needed since navbar is transparent at top */
body.home-page {
  padding-top: 0;
}

/* Other pages - add padding for fixed navbar */
body:not(.home-page) {
  padding-top: 100px;
  /* Add space for fixed navbar */
}

@media (max-width: 767.98px) {
  body:not(.home-page) {
    padding-top: 80px;
    /* Reduce padding for mobile navbar */
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 13px;
  }
}

section {
  background-color: transparent;
}

button:focus,
input:focus,
textarea {
  outline: 0;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* ========================================
   TYPOGRAPHY SYSTEM - Consistent Hierarchy
   ======================================== */

/* Global override: Remove all uppercase transformations and apply sentence case */
body * {
  text-transform: none !important;
}

/* Specific overrides for common uppercase elements */
h1,
h2,
h3,
h4,
h5,
h6,
.title-h1,
.title-h2,
.title-h3,
.page-title,
.job-title,
.before-title,
.after-title {
  text-transform: none !important;
}

/* Base body text */
body {
  font-size: 1.07rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Headings */
h1,
.title-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a2f5a;
  margin-bottom: 1.5rem;
}

/* Banner sections - white text for better contrast */
.banner-carousel-item h1,
.banner-carousel-item .title-h1,
.section-banner h1,
.section-banner .title-h1 {
  color: #ffffff !important;
}

h2,
.title-h2 {
  font-size: 2.85rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2f5a;
  margin-bottom: 1.5rem;
}

h3,
.title-h3 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a2f5a;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a2f5a;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a2f5a;
  margin-bottom: 0.85rem;
}

h6 {
  font-size: 1.07rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1a2f5a;
  margin-bottom: 0.75rem;
}

/* Paragraph text */
p {
  font-size: 1.07rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.2rem;
}

/* Lead text / Subtitles */
.after-title,
.subtitle {
  font-size: 1.28rem;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
}

/* Description text */
.description {
  font-size: 1.14rem;
  line-height: 1.7;
  color: #666;
  font-weight: 400;
}

/* Small text */
small,
.small-text {
  font-size: 0.93rem;
  line-height: 1.6;
}

/* Mobile responsive typography */
@media (max-width: 767.98px) {

  h1,
  .title-h1 {
    font-size: 2.2rem;
  }

  h2,
  .title-h2 {
    font-size: 1.85rem;
  }

  h3,
  .title-h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.28rem;
  }

  body,
  p {
    font-size: 1rem;
  }

  .after-title,
  .subtitle {
    font-size: 1.14rem;
  }

  .description {
    font-size: 1.07rem;
  }
}

/* ======================================== */

.title-h1,
.title-h2,
.title-h3,
.title-post {
  /* font-family: 'Nova Flat', cursive; */
  color: #1a2f5a;
}

/* Mobile view - h1 and h2 same size */
@media (max-width: 767.98px) {

  h1,
  h2 {
    font-size: 2.2rem !important;
  }
}

.before-title {
  /* color: #1a2f5a; */
  color: #c32128;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 1.3rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .before-title {
    margin-bottom: 0.7rem;
  }
}

.before-title::before {
  content: "";
  width: 3.85rem;
  height: 7.71rem;
  display: block;
  background-image: url(img/logo/logo-shape.svg);
  position: absolute;
  left: -1.92rem;
  top: calc(50% - 3rem);
  z-index: -1;
}

.before-title.text-center::before {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.after-title {
  font-size: 1.28rem;
  line-height: 1.6;
  color: #666;
  font-weight: 400;
}

.btn-text {
  color: #1a2f5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.14rem;
}

.btn-text:hover,
.btn-text:focus {
  color: #2D3133;
}

.btn-text-img {
  position: relative;
  padding-right: 18px;
}

.btn-text-img::after {
  content: "";
  background-image: url(img/item-link.svg);
  width: 12px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-text-img:hover::after {
  background-image: url(img/item-link-active.svg);
}

.btn {
  border-radius: 0;
  padding: 0.9rem 3rem;
}

.btn-primary {
  background-color: #1a2f5a;
  border-color: #1a2f5a;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #2D3133;
  border-color: #2D3133;
}

.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #2D3133;
  border-color: #2D3133;
}

.form-control {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  font-size: 1.21rem;
  border-radius: 0;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #1a2f5a;
}

.header {
  /* border-bottom: 1px solid #eeeeee; */
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}

.header-wrapper .navbar-brand {
  flex-shrink: 0;
  margin-right: 0;
}

.header-wrapper .navbar {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .header-wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .header-wrapper .navbar-brand {
    margin-bottom: 0;
  }

  .header-wrapper .navbar {
    width: 100%;
  }
}

/* Index page specific - transparent header at top */
body.home-page .header {
  background-color: transparent;
}

/* Home page logo at top (before scroll) - same size as other pages */
body.home-page .header:not(.scrolled) .navbar-brand img {
  width: 120px !important;
  height: auto;
}

/* Home page - white nav links at top */
body.home-page .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}

body.home-page .navbar-light .navbar-nav .nav-link:hover {
  color: #c32128 !important;
}

/* Scrolled state - white background and dark links */
body.home-page .header.scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

body.home-page .header.scrolled .navbar-light .navbar-nav .nav-link {
  color: #757575 !important;
}

body.home-page .header.scrolled .navbar-light .navbar-nav .nav-link:hover {
  color: #1a2f5a !important;
}

/* Other pages - always white background */
body:not(.home-page) .header {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .header {
    background-color: #ffffff !important;
    /* padding-top: 1.5rem;
    padding-bottom: 1.5rem; */
  }

  body.home-page .navbar-light .navbar-nav .nav-link {
    color: #757575 !important;
  }

  body.home-page .navbar-light .navbar-nav .nav-link:hover {
    color: #1a2f5a !important;
  }
}

@media (max-width: 575.98px) {
  .header {
    /* padding-top: 1rem;
    padding-bottom: 1rem; */
  }
}

.navbar-toggler {
  border-radius: 0;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding-top: 2rem;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
  }
}

/* Prevent body scroll when mobile navbar is open */
@media (max-width: 991.98px) {
  body.navbar-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.navbar {
  position: inherit;
  padding: 0;
  max-width: 100%;
  margin: 0;
  width: auto;
}

@media (max-width: 1199.98px) {
  .navbar {
    max-width: 960px;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    max-width: 720px;
  }
}

@media (max-width: 767.98px) {
  .navbar {
    max-width: 540px;
  }
}

@media (max-width: 575.98px) {
  .navbar {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.navbar .navbar-brand {
  position: static;
  margin-right: 0;
  flex-shrink: 0;
}

/* Spacer to balance the layout - same width as logo */
.navbar-brand {
  position: static;
  margin-right: 0;
  flex-shrink: 0;
  transform: translateX(-120px);
}

.navbar-brand img {
  width: 140px;
  height: auto;
}

/* Home page logo - same size as other pages */
body.home-page .header:not(.scrolled) .navbar-brand img {
  width: 140px !important;
  height: auto;
}

body.home-page .navbar-brand img {
  width: 140px !important;
  height: auto;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    width: 200px;
  }

  body.home-page .navbar .navbar-brand img {
    width: 200px !important;
  }

  /* Mobile: reset desktop centering transform, align logo left and toggler right */
  .navbar-brand {
    transform: none;
  }

  .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
  }

  .navbar-toggler {
    margin-left: auto;
  }
}

@media (max-width: 575.98px) {
  .navbar .navbar-brand img {
    width: 170px;
  }

  body.home-page .navbar .navbar-brand img {
    width: 170px !important;
  }

  .navbar-brand {
    transform: none;
  }
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.35rem;
  padding-left: 1.35rem;
}

.navbar-nav {
  font-size: 1.28rem;
  margin: 0;
  flex-grow: 1;
  justify-content: center;
  display: flex;
}


.navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 21px 39px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 21px 39px 0px rgba(0, 0, 0, 0.12);
  padding: 1.35rem 2rem;
  font-size: 1.10rem;
  width: 360px;
}

/* Platform menu - 2 columns on desktop */
@media (min-width: 992px) {
  .platform-menu .dropdown-menu {
    display: flex !important;
    flex-wrap: wrap;
    width: 700px;
    max-width: 700px;
  }

  .platform-menu .dropdown-item {
    width: 50% !important;
    flex: 0 0 50%;
    padding: 0.75rem 1rem !important;
    font-size: 0.95rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    box-sizing: border-box;
  }

  .platform-menu .dropdown-item:nth-child(odd) {
    border-right: 1px solid #1a2f5a;
  }
}

/* Platform and Services menu - simple dropdown on mobile */
@media (max-width: 991.98px) {

  .platform-menu .dropdown-menu,
  .nav-item.dropdown .dropdown-menu {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    max-height: 300px;
    overflow-y: auto;
  }

  .navbar-nav .platform-menu .dropdown-item,
  .navbar-nav .nav-item.dropdown .dropdown-item {
    font-size: 15px !important;
    padding: 1rem 0 1rem 1.5rem !important;
    white-space: normal !important;
    line-height: 1.4 !important;
    border-bottom: 1px solid #e2e2e2 !important;
    background: transparent !important;
  }

  .navbar-nav .platform-menu .dropdown-item:last-child,
  .navbar-nav .nav-item.dropdown .dropdown-item:last-child {
    border-bottom: none !important;
  }
}

.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:hover {
  color: #1a2f5a;
  text-decoration: none;
  background-color: transparent;
}

/* Desktop only - hover to show dropdown */
@media (min-width: 992px) {

  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .dropdown-menu {
    display: none !important;
  }

  .dropdown-menu.show {
    display: block !important;
  }

  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: none !important;
  }

  .dropdown.show .dropdown-menu {
    display: block !important;
  }
}

.dropdown-toggle {
  margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs .dropdown-toggle {
  margin-bottom: 0;
}

.dropdown-item {
  position: relative;
  padding: 11px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #757575;
}

.dropdown-item:hover {
  padding-left: 27px;
  color: #1a2f5a;
}

.dropdown-item::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background-image: url(img/logo/logo-shape-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-item:hover::before {
  opacity: 1;
}

.navbar-nav.menu li a {
  color: #fff;
  font-family: open sans, sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 23px;
}

.navbar-light .navbar-nav .nav-link {
  color: #757575;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 20px;
  }
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #1a2f5a !important;
}

.btn-search {
  height: 3.57rem;
  width: 3.57rem;
  padding: 0;
  font-size: 1.57rem;
}

.form-inline .form-search {
  width: 0;
  background-color: #2D3133;
  color: #ffffff;
  height: calc(3.57rem + 2px);
  -webkit-transition: width 250ms ease-in-out;
  transition: width 250ms ease-in-out;
  background-color: #ffffff;
  border-color: transparent;
  font-size: 1.21rem;
  border-radius: 0;
  padding: 0;
}

.form-inline .form-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  color: #ffffff;
}

.search-bar {
  position: static;
}

@media (max-width: 1199.98px) {
  .search-bar {
    display: none;
  }
}

.search-bar.active .form-search {
  width: 200px;
  padding: 0.375rem 1.75rem;
  background-color: #2D3133;
  color: #ffffff;
}

/* End  */


/* Home Navbar */

/* Default state - white text */
body.home-page .home-link {
  color: white !important;
}

body.home-page .home-link:hover {
  color: #c32128 !important;
}

/* Scrolled state - dark text */
body.home-page .header.scrolled .home-link {
  color: #757575 !important;
}

body.home-page .header.scrolled .home-link:hover {
  color: #1a2f5a !important;
}

/* Mobile Home Navbar - Black text with blue hover */
@media only screen and (max-width: 991px) {
  body.home-page .home-link {
    color: #757575 !important;
  }

  body.home-page .home-link:hover {
    color: #1a2f5a !important;
  }
}

/* End Home Navbar */


/* Certifications & Accreditations */
.section-cert {
  /* background-color: #f7f7f7; */
  background: linear-gradient(135deg, #f9fafc 0%, #f1f4f8 100%);
  background-repeat: no-repeat;
  /* padding-top: 2rem;
  padding-bottom: 2rem; */
  position: relative;
}

.cert-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a2f5a;
  text-align: center;
  /* margin-bottom: 20px; */
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .cert-title {
    font-size: 2rem;
  }
}

.owl-carousel .owl-item .cert-carousel-item img {
  max-width: 40%;
  display: inline-block;
}

/* Strategic Partners */
.section-stra {
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.stra-title {
  font-size: 3rem;
  font-weight: 700;
  color: #1a2f5a;
  text-align: center;
  /* margin-bottom: 30px; */
  text-align: center !important;
}

@media (max-width: 767.98px) {
  .stra-title {
    font-size: 2rem;
  }
}

.owl-carousel .owl-item .stra-carousel-item img {
  max-width: 50%;
  display: inline-block;
}

/* Breadcrumb */
.breadcrumb {
  padding: 0.75rem 0;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  position: relative;
  flex-shrink: 0;
}

.breadcrumb-item a {
  color: #2D3133;
}

.breadcrumb-item.active {
  color: #757575;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 20px;
  margin-left: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

/* Responsive Breadcrumb */
@media (max-width: 1200px) {
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 15px;
    margin-left: 10px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    width: 12px;
  }
}

@media (max-width: 992px) {
  .breadcrumb-item a {
    font-size: 14px;
  }
  
  .breadcrumb-item.active {
    font-size: 14px;
  }
  
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 12px;
    margin-left: 8px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    width: 10px;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    padding: 0.5rem 0;
  }
  
  .breadcrumb-item a {
    font-size: 13px;
  }
  
  .breadcrumb-item.active {
    font-size: 13px;
  }
  
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 10px;
    margin-left: 6px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    width: 8px;
  }
}

@media (max-width: 576px) {
  .breadcrumb {
    padding: 0.4rem 0;
  }
  
  .breadcrumb-item a {
    font-size: 12px;
  }
  
  .breadcrumb-item.active {
    font-size: 12px;
  }
  
  .breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
    margin-left: 5px;
  }
  
  .breadcrumb-item+.breadcrumb-item::before {
    width: 6px;
  }
}

/* Banner Header */
.section-banner {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 13.9rem !important;
  padding-bottom: 3.5rem !important;
  margin-top: -22px !important;
}

@media (max-width: 991.98px) {
  .section-banner {
    padding-top: 5rem !important;
  }
}

.section-banner .title-h2 {
  margin-bottom: 1.1rem;
}

.section-banner .title-h2::before {
  content: "";
  width: 90px;
  height: 180px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/logo/shape-banner.svg);
  position: absolute;
  left: -19.2rem;
  top: -56px;
}

@media (max-width: 1730px) {
  .section-banner .title-h2::before {
    width: 63px;
    height: 128px;
    left: -4.92rem;
    top: -56px;
  }
}

@media (max-width: 1300px) {
  .section-banner .title-h2::before {
    display: none;
  }
}

.section-banner__box {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
}

@media (max-width: 1730px) {
  .section-banner__box {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .section-banner__box {
    display: none;
  }
}

.section-banner__thumb {
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1300px) {
  .section-banner__thumb {
    height: 350px;
  }
}

.section-banner__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1300px) {
  .section-banner__img {
    height: 600px;
  }
}

.banner-list {
  line-height: 4rem;
  font-size: 1.5rem;
  margin-bottom: 3.3rem;
}

/* Banner Carousel */


.platforms-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding-top: 100px;
  /* Add space for fixed navbar */
}

/* Video Background */
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

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

/* Carousel Container */
.carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  align-items: center;
  padding: 0 5%;
}

.carousel-slide.active {
  opacity: 1;
}

.slide-content {
  max-width: 600px;
  color: white;
  animation: slideIn 0.8s ease-out;
}

@keyframes slideIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: none;
  letter-spacing: 1px;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 2rem;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slide-content ul {
  list-style: none;
  margin-bottom: 2rem;
}

.slide-content ul li {
  /* padding: 0.8rem 0; */
  padding-left: 2rem;
  position: relative;
  color: white;
  font-size: 22px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .slide-content ul li {
    font-size: 18px;
  }
}

.slide-content ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: white;
  font-size: 1.4rem;
}

/* Navigation Arrows */
.carousel-nav {
  position: absolute;
  bottom: 50px;
  right: 5%;
  z-index: 4;
  display: flex;
  gap: 1rem;
}

.nav-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.nav-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(1.1);
}

/* Dots Indicator */
/* .carousel-dots {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 4;
            display: flex;
            gap: 1rem;
        }

        .dot {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: white;
            width: 40px;
            border-radius: 6px;
        } */

/* Responsive Design */
@media (max-width: 768px) {
  .platforms-section {
    height: 55vh;
    padding-top: 80px;
    /* Reduce padding for mobile navbar */
  }

  .slide-content h1 {
    font-size: 2rem;
  }

  .slide-content p,
  .slide-content ul li {
    font-size: 1rem;
  }

  .carousel-nav {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
  }

  .carousel-dots {
    bottom: 100px;
  }
}


/* .banner-carousel {
  background-color: #f7f7f7;
}

.banner-carousel-item {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 13rem;
}

@media (max-width: 991.98px) {
  .banner-carousel-item {
    padding-top: 10.8rem;
  }
}

.banner-carousel .title-h1 {
  margin-bottom: 1.9rem;
}

.banner-carousel .title-h1::before {
  content: "";
  width: 300px;
  height: 602px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(img/logo/shape-banner.svg);
  position: absolute;
  left: -15.92rem;
  top: -167px;
  z-index: -1;
}

@media (max-width: 1730px) {
  .banner-carousel .title-h1::before {
    width: 150px;
    height: 301px;
    left: -2.92rem;
    top: -69px;
  }
}

@media (max-width: 1300px) {
  .banner-carousel .title-h1::before {
    left: 15px;
  }
}

.banner-carousel .description {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 4.3rem;
  color: #44474A;
}

.banner-carousel .container {
  position: relative;
}

.banner-carousel .owl-dots {
  display: none;
}

.banner-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}

@media (max-width: 767.98px) {
  .banner-carousel .owl-nav {
    right: 30px;
    bottom: 15px;
  }
}

@media (max-width: 575.98px) {
  .banner-carousel .owl-nav {
    right: 15px;
  }
}

.banner-carousel .owl-prev,
.banner-carousel .owl-next {
  width: 80px;
  height: 80px;
  background-color: rgba(34, 34, 34, 0.65);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-carousel .owl-prev:hover,
.banner-carousel .owl-next:hover {
  background-color: #2D3133;
}

@media (max-width: 991.98px) {

  .banner-carousel .owl-prev,
  .banner-carousel .owl-next {
    width: 60px;
    height: 60px;
  }
}

.banner-carousel .owl-prev {
  background-image: url(../img/return.svg);
}

.banner-carousel .owl-next {
  background-image: url(../img/arrow.svg);
} */

/* .carousel-number {
  font-family: "Nova Flat", cursive;
  font-size: 17.85rem;
  line-height: 0.9;
  color: rgba(204, 204, 204, 0.3);
  position: absolute;
  left: 33%;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .carousel-number {
    font-size: 11.85rem;
    left: inherit;
    right: 30px;
    bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .carousel-number {
    font-size: 3.85rem;
    right: 15px;
  }
} */


/* Banner */
.box-banner {
  position: absolute;
  right: 0;
  top: 130px;
  width: 55%;
  z-index: -1;
}

@media (max-width: 1730px) {
  .box-banner {
    width: 50%;
  }
}

@media (max-width: 1199.98px) {
  .box-banner {
    display: none;
  }
}

.thumb-banner {
  width: 100%;
  height: 840px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1730px) {
  .thumb-banner {
    height: 800px;
  }
}

@media (max-width: 1540px) {
  .thumb-banner {
    height: 700px;
  }
}

@media (max-width: 1300px) {
  .thumb-banner {
    height: 600px;
  }
}

.thumb-banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 840px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1730px) {
  .thumb-banner-img {
    height: 800px;
  }
}

@media (max-width: 1540px) {
  .thumb-banner-img {
    height: 700px;
  }
}

@media (max-width: 1300px) {
  .thumb-banner-img {
    height: 600px;
  }
}

/* About */

.value-box {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}

.value-box:hover {
  transform: translateY(-5px);
}

.value-title {
  font-weight: 600;
  font-size: 1.4rem;
  color: #1a2f5a;
}

.dot {
  width: 10px;
  height: 10px;
  background: #c32128;
  border-radius: 50%;
  display: inline-block;
}

/* Custom Styles */
.bg-ex-light {
  background-color: #f7f7f7;
}

.section {
  padding: 80px 0;
}

.section-reason {
  padding: 60px 0;
}

.title-h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #1a2f5a;
}

.description {
  font-size: 1.3rem;
  /* line-height: 1.8; */
  color: #666;
  /* margin-bottom: 1rem; */
  /* text-align: justify; */
}

.single-image-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-image-box img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Equal height columns */
.row.align-items-stretch {
  align-items: stretch !important;
}

.row.align-items-stretch>[class*="col-"] {
  display: flex;
  flex-direction: column;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 20px;
}

/* Responsive Adjustments */
@media (min-width: 1200px) {
  .single-image-box img {
    max-height: 600px;
  }

  #services-partner-div {
    margin: 0 120px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .single-image-box img {
    max-height: 450px;
  }
}

@media (max-width: 767px) {
  .title-h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }

  .section {
    padding: 50px 0;
  }

  .section-reason {
    padding: 40px 0;
  }

  .single-image-box {
    margin-bottom: 30px;
  }

  .single-image-box img {
    max-height: 350px;
  }

  .description {
    font-size: 0.95rem;
  }

  .content-wrapper {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .single-image-box img {
    max-height: 280px;
  }

  .title-h2 {
    font-size: 1.5rem;
  }
}

/* Remove default Bootstrap padding on mobile for better image display */
@media (max-width: 767px) {
  .single-image-box {
    padding: 0;
  }
}

.section-about {
  padding-top: 14.28rem;
  background-image: url(../img/Asset2.webp);
}

@media (max-width: 991.98px) {
  .section-about {
    padding-top: 10rem;
  }
}

.section-about .title-h2 {
  line-height: 1.2;
  margin-bottom: 1.3rem;
}

.section-about .after-title {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.section-about .description {
  font-size: 1.231rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}

.section-about .text-description {
  font-size: 1.21rem;
  line-height: 1.8;
  margin-bottom: 1.4rem;
}

.img-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 767.98px) {
  .img-about {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}

/* Scroll Buttons Styles */
.scroll-btn {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #C32128;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(195, 33, 40, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-btn:hover {
    transform: translateY(0) scale(1.1);
    box-shadow: 0 6px 20px rgba(195, 33, 40, 0.6);
}

.scroll-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-up {
    bottom: 90px; /* Position above the down button */
}

.scroll-down {
    bottom: 30px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .scroll-btn {
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
    
    .scroll-up {
        bottom: 80px;
    }
    
    .scroll-down {
        bottom: 20px;
    }
}

@media (max-width: 480px) {
    .scroll-btn {
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .scroll-up {
        bottom: 70px;
    }
    
    .scroll-down {
        bottom: 15px;
    }
}

.img-about-item {
  position: absolute;
  left: 0;
  z-index: 1;
  top: -91px;
}

@media (max-width: 991.98px) {
  .img-about-item {
    display: none;
  }
}

.thumb-back {
  width: 300px;
  height: 350px;
  position: relative;
  overflow: hidden;
}

.thumb-back-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-front {
  width: 330px;
  height: 437px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

@media (max-width: 767.98px) {
  .thumb-front {
    width: 200px;
    height: 265px;
  }
}

.thumb-front-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 330px;
  height: 437px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .thumb-front-img {
    width: 200px;
    height: 265px;
  }
}

.btn-play {
  font-size: 1.21rem;
  font-family: "Nova Flat", cursive;
  color: #1a2f5a;
  position: relative;
  padding-left: 5.7rem;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-play:hover {
  color: #2D3133;
  cursor: pointer;
}

.btn-play:before {
  content: "";
  background-image: url(../img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 30px);
}

@media (max-width: 1199.98px) {
  .row-about .col-photo {
    display: none;
  }
}

.section-reason {
  /* font-size: 1.21rem; */
  padding-top: 3.5rem;
  padding-bottom: 9rem;
}

.section-about .after-title {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.section-reason .after-title {
  font-size: 1.57rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

.section-reason .description {
  color: #757575;
  font-size: 1.231rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.section-reason .list-decoration-item {
  margin-bottom: 1.1rem;
}

.box-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 767.98px) {
  .box-about {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
  }
}

.box-about-item {
  position: absolute;
  left: -35px;
  z-index: -1;
  top: -256px;
}

@media (max-width: 991.98px) {
  .box-about-item {
    display: none;
  }
}

.box-about-text {
  position: absolute;
  left: -15px;
  bottom: 100px;
  background-color: #1a2f5a;
  color: #ffffff;
  font-size: 1.21rem;
  text-align: center;
  max-width: 165px;
  padding: 1.7rem 0.5rem 1.3rem 0.5rem;
}

.box-about-text p {
  line-height: 1.8;
  margin: 0;
}

.box-about-text span {
  display: block;
  font-weight: 600;
  font-size: 4.64rem;
  line-height: 1;
}

.box-about-back {
  width: 445px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.box-about-back__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 445px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-about-front {
  width: 440px;
  height: 400px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -11px -11px 35px 0px rgba(0, 0, 0, 0.1);
}

.box-about-front__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 440px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Count */
.section-count {
  padding-top: 5rem;
  padding-bottom: 8.5rem;
}

.box-count {
  background-color: #f7f7f7;
  padding: 2.85rem 3.92rem;
}

.row-count {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 2.9rem;
}

.title-count {
  font-size: 3.21rem;
  line-height: 1.45;
  margin-bottom: 0;
  color: #2D3133;
  font-weight: 700;
  position: relative;
}

.title-count::after {
  content: "+";
  color: #1a2f5a;
  font-weight: 600;
  font-size: 1.78rem;
  position: absolute;
  top: 6px;
  margin-left: 6px;
}

.text-count {
  font-size: 1.21rem;
  margin-bottom: 0;
}

/* Action */
.section-action {
  background-color: #f7f7f7;
  background-image: url(img/map/map-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 7.9rem;
  padding-bottom: 8rem;
  position: relative;
}

@media (max-width: 575.98px) {
  .section-action {
    text-align: center;
  }
}

.section-action .title-h2 {
  margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
  .section-action {
    padding-top: 5.9rem;
    padding-bottom: 6rem;
  }
}

.box-action {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  /* border: 2px solid black; */
}

@media (max-width: 1199.98px) {
  .box-action {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .box-action {
    width: 50%;
    top: inherit;
    bottom: 0;
    right: 30px;
  }
}

@media (max-width: 767.98px) {
  .box-action {
    display: none;
  }
}

.thumb-action {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .thumb-action {
    height: 226px;
  }
}

.thumb-action-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 400px;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .thumb-action-img {
    width: 95%;
    height: 226px;
  }
}

.consulation-content-div {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}

@media (max-width: 991.98px) {
  .consulation-content-div {
    left: unset;
    transform: unset;
    display: block;
  }
}

.consulation-img-div {
  height: 400px;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .consulation-img-div {
    height: 226px;
  }
}

.consulation-img {
  position: absolute;
  height: 400px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .consulation-img {
    /* width: 95%; */
    position: relative;
    height: 226px;
  }
}

/* Services */
.section-services {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: linear-gradient(135deg, #f9fafc 0%, #f1f4f8 100%);
}

.section-services .after-title {
  max-width: 529px;
  margin: 29px auto 0;
}

.row-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.3rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

@media (max-width: 767.98px) {
  .row-services {
    margin-right: 0;
    margin-left: 0;
  }
}

.col-services {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 1rem 2.5rem;
}

@media (max-width: 767.98px) {
  .col-services {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.col-services-center {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
  .col-services-center {
    border-left: none;
    border-right: none;
  }
}

.services-carousel img {
  width: 75px !important;
  margin-bottom: 1rem;
}

.services-carousel .title-h3 {
  margin-bottom: 0.9rem;
}

.services-carousel .description {
  font-size: 0.9rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.service-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(2px);
  padding: 45px 35px;
  max-width: 420px;
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.service-card .description {
  flex-grow: 1;
  margin-bottom: 1.5rem;
}

.service-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 25px 50px rgba(102, 126, 234, 0.4),
    0 15px 30px rgba(118, 75, 162, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* Offer */
.section-offer {
  background-color: #2D3133;
  background-image: url(img/map/map-bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 9.6rem;
  padding-bottom: 9.8rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-offer {
    padding-top: 5.9rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 575.98px) {
  .section-offer {
    text-align: center;
  }
}

.section-offer .before-title::before {
  background-image: url(img/logo/shape-banner.svg);
}

.section-offer .title-h2 {
  margin-bottom: 3rem;
  color: #ffffff;
}

.grid-offer {
  display: grid;
  grid-template: 1fr 1fr / 1fr 1fr 1fr;
  grid-gap: 30px;
  font-family: "Nova Flat", cursive;
  font-size: 1.42rem;
  margin-top: 4.2rem;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .grid-offer {
    grid-template: 1fr 1fr / 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .grid-offer {
    font-size: 1.2rem;
  }
}

@media (max-width: 767.98px) {
  .grid-offer {
    grid-template: 1fr / 1fr;
  }
}

.grid-offer-item {
  background-color: #363636;
  color: #cccccc;
  padding: 1.78rem 2.07rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-offer-item:hover {
  background-color: #2c2c2c;
  color: #ffffff;
}

.grid-offer-item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: -10px;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-offer-item:hover::before {
  background-color: #1a2f5a;
}

.grid-offer-item .zmdi {
  color: #888;
  font-size: 1.78rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-offer-item:hover .zmdi {
  color: #ffffff;
}

.grid-offer-item:hover svg path {
  fill: #ffffff;
}

.grid-offer__icon {
  margin-right: 0.9rem;
}

@media (max-width: 360px) {
  .grid-offer__icon {
    display: none;
    margin-right: 0;
  }
}

.grid-offer__icon svg path {
  fill: #bbbbbb;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.grid-offer__brand svg {
  width: 50px;
  height: 50px;
}

.grid-offer__marketing svg {
  width: 49px;
  height: 49px;
}

.grid-offer__app svg {
  width: 48px;
  height: 48px;
}

.grid-offer__ecoomerce svg {
  width: 49px;
  height: 49px;
}

.grid-offer__landing svg {
  width: 41px;
  height: 51px;
}

.grid-offer__seo svg {
  width: 49px;
  height: 51px;
}

.section-list-offer {
  padding-top: 9.71rem;
  padding-bottom: 8.92rem;
}

@media (max-width: 767.98px) {
  .section-list-offer {
    padding-bottom: 6rem;
  }
}

.section-list-offer .after-title {
  max-width: 529px;
  margin: 29px auto 0;
}

.box-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  .box-offer {
    margin-right: 0;
    margin-left: 0;
  }
}

.col-offer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.333333% - 30px);
  flex: 0 0 calc(33.333333% - 30px);
  max-width: calc(33.333333% - 30px);
  padding: 2.5rem;
  margin: 15px;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}

@media (max-width: 991.98px) {
  .col-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}

@media (max-width: 767.98px) {
  .col-offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.col-offer:nth-child(4),
.col-offer:nth-child(5),
.col-offer:nth-child(6) {
  border-bottom: none;
}

@media (max-width: 991.98px) {

  .col-offer:nth-child(4),
  .col-offer:nth-child(5),
  .col-offer:nth-child(6) {
    border-bottom: 1px solid #e2e2e2;
  }
}

.col-offer:nth-child(3)::after,
.col-offer:nth-child(6)::after {
  display: none;
}

@media (max-width: 991.98px) {
  .col-offer:nth-child(3)::after {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .col-offer:nth-child(3)::after {
    display: none;
  }
}

@media (max-width: 991.98px) {

  .col-offer:nth-child(5),
  .col-offer:nth-child(6) {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .col-offer:nth-child(5) {
    border-bottom: 1px solid #e2e2e2;
  }
}

@media (max-width: 991.98px) {
  .col-offer:nth-child(2n)::after {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .col-offer:nth-child(2n + 1)::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    position: absolute;
    right: -15px;
    top: -15px;
  }
}

@media (max-width: 767.98px) {
  .col-offer:nth-child(2n + 1)::after {
    display: none;
  }
}

.col-offer::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  position: absolute;
  right: -15px;
  top: -15px;
}

.col-offer .title-h3 {
  background-color: #f7f7f7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  padding: 0.64rem 1.21rem;
  margin-bottom: 0.95rem;
}

.col-offer .description {
  font-size: 1.21rem;
  line-height: 1.8;
  max-width: 280px;
  margin: 0 auto 1.7rem;
}

.col-offer:hover .btn-text {
  color: #2D3133;
}

.col-offer:hover .btn-text-img:after {
  background-image: url(img/item-link-active.svg);
}

.col-offer:hover .title-h3 {
  background-color: #1a2f5a;
  color: #ffffff;
}

.col-offer:hover .title-h3 a {
  color: #1a2f5a;
}

/* Work */
.section-work {
  background-color: #f7f7f7;
  position: relative;
  padding-top: 9.8rem;
  padding-bottom: 8rem;
}

@media (max-width: 991.98px) {
  .section-work {
    padding-top: 0;
    padding-bottom: 6.5rem;
  }
}

.section-work .before-title::before {
  background-image: url(img/logo/logo-shape-white.svg);
}

.section-work .title-h2 {
  line-height: 1.2;
  margin-bottom: 2.1rem;
}

.section-work .after-title {
  font-size: 1.57rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.section-work .description {
  font-size: 1.21rem;
  line-height: 1.8;
}

.video-work {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}

@media (max-width: 991.98px) {
  .video-work {
    position: static;
    width: 100%;
    height: 300px;
    margin-bottom: 7rem;
  }
}

.video-play {
  position: relative;
  background-color: transparent;
  border: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.video-play:after {
  content: "";
  background-image: url(img/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 30px);
}

.video-play__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-client {
  padding-top: 4rem;
  padding-bottom: 8.9rem;
  background: linear-gradient(135deg, #f9fafc 0%, #f1f4f8 100%);
}

.client-carousel {
  margin-top: 5.3rem;
}

.client-carousel .owl-nav {
  display: none;
}

/* .client-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.client-carousel .owl-dot {
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .client-carousel .owl-dot {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.client-carousel .owl-dot span {
  width: 20px;
  height: 2px;
  background-color: #cccccc;
  display: block;
}
@media (max-width: 767.98px) {
  .client-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
  }
}
.client-carousel .owl-dot.active span {
  background-color: #f00;
  width: 35px;
}
@media (max-width: 767.98px) {
  .client-carousel .owl-dot.active span {
    width: 8px;
  }
} */

/* Cases */
.section-case {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 9.5rem;
}

.portfolio .title-h2 {
  margin-bottom: 2rem;
}

.portfolio .description {
  font-size: 1.21rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.box-case {
  position: absolute;
  left: 0;
  top: calc(50% - 200px);
  width: 55%;
}

@media (max-width: 1730px) {
  .box-case {
    width: 57%;
    top: calc(50% - 150px);
  }
}

@media (max-width: 1199.98px) {
  .box-case {
    position: static;
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5.5rem;
  }
}

.box-case--static {
  position: static;
  width: 100%;
  margin-top: 70px;
  padding: 0;
}

.case-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1730px) {
  .case-item {
    height: 300px;
  }
}

@media (max-width: 767.98px) {
  .case-item {
    height: 250px;
  }
}

.case-item:hover {
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
}

.case-item:hover::after {
  opacity: 1;
}

.case-item .team-info {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.case-item:hover .team-info {
  opacity: 1;
}

.case-1 {
  background-image: url(https://via.placeholder.com/360x423);
}

.case-2 {
  background-image: url(https://via.placeholder.com/360x423);
}

.case-3 {
  background-image: url(https://via.placeholder.com/360x423);
}

@media (max-width: 575.98px) {
  .row-case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .row-case>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Team */
.section-team {
  padding-top: 9.7rem;
  padding-bottom: 5rem;
}

.section-team .title-h2 {
  margin-bottom: 2.07rem;
}

.team-carousel {
  margin-top: 4.3rem;
}

.team-carousel .owl-nav {
  display: none;
}

.team-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}

.team-carousel .owl-dot {
  margin-left: 8px;
  margin-right: 8px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .team-carousel .owl-dot {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.team-carousel .owl-dot span {
  width: 20px;
  height: 2px;
  background-color: #cccccc;
  display: block;
}

@media (max-width: 767.98px) {
  .team-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
  }
}

.team-carousel .owl-dot.active span {
  background-color: #f00;
  width: 35px;
}

@media (max-width: 767.98px) {
  .team-carousel .owl-dot.active span {
    width: 8px;
  }
}

.team-carousel-item {
  width: 100%;
  height: 480px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

@media (max-width: 1199.98px) {
  .team-carousel-item {
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .team-carousel-item {
    height: 250px;
  }
}

.team-carousel-item:hover {
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
}

.team-carousel-item:hover::after {
  opacity: 1;
}

.team-carousel-item .team-info {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.team-carousel-item:hover .team-info {
  opacity: 1;
}

.team-carousel-img {
  position: absolute;
  width: 100%;
  height: 480px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

.team-carousel-1 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-2 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-3 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-4 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-5 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-6 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-7 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-8 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-9 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-10 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-11 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-12 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-13 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-14 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-carousel-15 {
  background-image: url(https://via.placeholder.com/360x480);
}

.team-name {
  background-color: #1a2f5a;
  color: #ffffff;
  font-family: "Nova Flat", cursive;
  font-size: 1.42rem;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  margin: 0;
}

.team-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;
}

.team-social-item {
  margin-left: 1px;
  margin-right: 1px;
}

.team-social-link {
  color: #1a2f5a;
  font-size: 1.21rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  padding: 0.7rem 1.2rem;
  display: inline-block;
}

.team-social-link:hover {
  color: #ffffff;
  background-color: #2D3133;
}

/* Newsletter */
.section-newsletter {
  background-color: #2D3133;
  background-image: url(img/map/map-bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 7.9rem;
  padding-bottom: 7.8rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .section-newsletter {
    padding-top: 5.9rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 575.98px) {
  .section-newsletter {
    text-align: center;
  }
}

.section-newsletter .before-title {
  color: #ffffff;
}

.section-newsletter .title-h2 {
  margin-bottom: 3rem;
  color: #ffffff;
}

.section-newsletter .btn-primary:hover,
.section-newsletter .btn-primary:focus {
  border-color: #ffffff;
}

.box-newsletter {
  position: absolute;
  right: 76px;
  top: 70px;
}

@media (max-width: 1560px) {
  .box-newsletter {
    right: 50px;
  }
}

@media (max-width: 1199.98px) {
  .box-newsletter {
    display: none;
  }
}

.thumb-newsletter {
  width: 556px;
  height: 572px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1560px) {
  .thumb-newsletter {
    width: 400px;
    height: 412px;
  }
}

.thumb-newsletter-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 556px;
  height: 572px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 1560px) {
  .thumb-newsletter-img {
    width: 400px;
    height: 412px;
  }
}

.form-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .form-newsletter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }
}

.form-newsletter .form-control {
  font-size: 1rem;
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 1.7rem 1.3rem;
}

@media (max-width: 575.98px) {
  .form-newsletter .form-control {
    width: 100%;
  }
}

.form-newsletter-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
  max-width: 440px;
  margin-right: 1.14rem;
}

@media (max-width: 767.98px) {
  .form-newsletter-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .form-newsletter-input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Blog Section */
.section-blog {
  padding: 80px 20px;
  max-width: 100%;
  margin: 0 auto;
  background-image: url(../img/Asset2.webp);
}

.section-blog--full {
  padding-top: 4.5rem;
  padding-bottom: 7.5rem;
}

/* Blog Card */
.blog-card {
  background: #ffffff;
  /* border-radius: 16px; */
  /* overflow: hidden; */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

/* Blog Content */
.blog-content {
  padding: 2rem 1.8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.section-blog .title-h3 {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-size: 1.35rem;
  font-weight: 600;
}

.section-blog .title-h3 a {
  color: #1a2f5a;
  transition: color 0.3s;
  text-decoration: none;
}

.blog-card:hover .title-h3 a {
  color: #c32128;
}

.section-blog .description {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #666;
  flex-grow: 1;
}

/* Thumbnail */
.thumb-blog {
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: transform 0.4s ease;
  overflow: hidden;
}

/* .blog-card:hover .thumb-blog {
  transform: scale(1.05);
} */

@media (max-width: 991.98px) {
  .thumb-blog {
    height: 200px;
  }
}

@media (max-width: 767.98px) {
  .thumb-blog {
    height: 220px;
  }
}

.thumb-blog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.3) 100%);
  opacity: 0;
  transition: opacity 0.3s;
}

.blog-card:hover .thumb-blog::before {
  opacity: 1;
}

.thumb-blog-1 {
  background-image: url(../img/blog/1.webp);
}

.thumb-blog-2 {
  background-image: url(../img/blog/2.webp);
}

.thumb-blog-3 {
  background-image: url(../img/blog/3.webp);
}

/* Post Date */
/* .post-date {
  position: absolute;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  bottom: 20px;
  left: 20px;
  padding: 0.8rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 70px;
  transition: transform 0.3s;
} */

/* .blog-card:hover .post-date {
  transform: scale(1.05);
} */

/* .date-number {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.2rem;
}

.date-month {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
} */

/* Read More Button */
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #44474A;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: auto;
}

.btn-text svg {
  transition: transform 0.3s;
}

.btn-text:hover {
  color: #c32128;
  gap: 0.8rem;
}

.btn-text:hover svg {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 767.98px) {
  .blog-content {
    padding: 1.5rem;
  }

  .section-blog .title-h3 {
    font-size: 1.2rem;
  }

  .section-blog .description {
    font-size: 0.95rem;
  }
}

/* Row Blog (if needed) */
.row-blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

@media (max-width: 767.98px) {
  .row-blog {
    margin-right: 0;
    margin-left: 0;
  }
}

/* End */

.col-post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 1rem 2.5rem;
  margin-bottom: 5.7rem;
}

@media (max-width: 767.98px) {
  .col-post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.col-post-center {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 767.98px) {
  .col-post-center {
    border-left: none;
    border-right: none;
  }
}

.col-post:hover .thumb-blog {
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
}

.col-post:hover .btn-text {
  color: #2D3133;
}

.col-post:hover .btn-text-img:after {
  background-image: url(img/item-link-active.svg);
}

.col-post:hover .title-h3 a {
  color: #1a2f5a;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .page-link {
  font-size: 1.21rem;
  color: #757575;
  background-color: #f7f7f7;
  transition: all 0.4s ease-in-out;
  border-color: #f7f7f7;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  background-color: #1a2f5a;
  border-color: #1a2f5a;
  color: #fff;
}

/* Social Networks */
.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  list-style-type: none;
  position: fixed;
  bottom: 6.5rem;
  left: 20px;
  z-index: 1030;
  padding: 0;
  margin: 0;
}

@media (max-width: 767.98px) {
  .social-networks {
    display: none;
  }
}

@media (max-width: 1540px) {
  .social-networks {
    left: 15px;
  }
}

.social-networks-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
}

.social-networks-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 1px;
  height: 20px;
  background-color: #cccccc;
}

.social-networks-link {
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.social-networks-link .zmdi {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.social-networks-link:hover {
  color: #1a2f5a;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Contact Info */
.section-contact {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.section-contact .title-h2 {
  margin-bottom: 2.07rem;
}

.section-contact .after-title {
  max-width: 600px;
  margin: 0 auto;
}

.row-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.3rem;
  margin-right: -1.9rem;
  margin-left: -3.5rem;
}

@media (max-width: 1199.98px) {
  .row-contact {
    margin-right: -3.5rem;
  }
}

@media (max-width: 767.98px) {
  .row-contact {
    margin-right: 0;
    margin-left: 0;
  }
}

.col-contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 1rem 1.9rem 1rem 2rem;
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 1199.98px) {
  .col-contact:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 767.98px) {
  .col-contact:nth-child(2n + 1) {
    border-right: none;
  }
}

@media (max-width: 1199.98px) {
  .col-contact:nth-child(3) {
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .col-contact:nth-child(3) {
    border-bottom: 1px solid #e2e2e2;
  }
}

.col-contact:last-child {
  border-right: none;
  border-bottom: none;
}

@media (max-width: 1199.98px) {
  .col-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 3rem 3.5rem;
    text-align: center;
    border-bottom: 1px solid #e2e2e2;
  }
}

@media (max-width: 767.98px) {
  .col-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.col-contact img {
  width: 51px;
  margin-bottom: 2.9rem;
}

.col-contact .title-h3 {
  margin-bottom: 0.9rem;
  font-size: 1.3rem;
}

@media (max-width: 767.98px) {
  .col-contact .title-h3 {
    font-size: 1.1rem;
  }
}

.col-contact__list {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
  .col-contact__list {
    font-size: 0.95rem;
  }
}

@media (max-width: 1199.98px) {
  .col-contact__list {
    max-width: 280px;
    margin: 0 auto;
  }
}

.col-contact__list-item {
  line-height: 1.8;
}

.col-contact__list-item span {
  font-weight: 600;
}


/* Map */
/* .iframe-map {
  height: 600px; }
  @media (max-width: 991.98px) {
    .iframe-map {
      height: 400px; } }
  @media (max-width: 767.98px) {
    .iframe-map {
      height: 300px; } }
  @media (max-width: 575.98px) {
    .iframe-map {
      height: 200px; } }


       */
/* Portfolio Tabs */
.section-portfolio {
  padding-top: 7.5rem;
  padding-bottom: 9rem;
}

.nav-tabs-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.21rem;
  border-bottom: none;
  margin-bottom: 3.9rem;
}

.nav-tabs-portfolio .nav-item {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0.5rem;
}

.nav-tabs-portfolio .nav-link {
  color: #757575;
  border-bottom: 2px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 0.5rem 1.42rem;
}

.nav-tabs-portfolio .nav-link.active {
  border-color: transparent;
  color: #1a2f5a;
  border-bottom: 2px solid #c32128;
}

.box-portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

@media (max-width: 450px) {
  .box-portfolio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.box-portfolio-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  border: 8px solid transparent;
}

@media (max-width: 991.98px) {
  .box-portfolio-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 450px) {
  .box-portfolio-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.box-portfolio .text-center {
  margin-top: 3.7rem;
}

.portfolio-thumb {
  width: 100%;
  height: 423px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1730px) {
  .portfolio-thumb {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  .portfolio-thumb {
    height: 250px;
  }
}

@media (max-width: 450px) {
  .portfolio-thumb {
    height: 300px;
  }
}

.portfolio-thumb:hover {
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
}

.portfolio-thumb:hover::after {
  opacity: 1;
}

.portfolio-thumb__info {
  position: absolute;
  z-index: 1;
  width: calc(100% - 30px);
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-thumb:hover .portfolio-thumb__info {
  opacity: 1;
}

.portfolio-thumb__name {
  background-color: #1a2f5a;
  color: #ffffff;
  font-family: "Nova Flat", cursive;
  font-size: 1.42rem;
  letter-spacing: 0.05rem;
  display: inline-block;
  padding: 0.5rem 1.6rem;
  margin: 0;
}

.portfolio-thumb-1 {
  background-image: url(https://via.placeholder.com/360x423);
}

.portfolio-thumb-2 {
  background-image: url(https://via.placeholder.com/360x423);
}

.portfolio-thumb-3 {
  background-image: url(https://via.placeholder.com/360x423);
}

.portfolio-thumb-4 {
  background-image: url(https://via.placeholder.com/360x423);
}

.portfolio-thumb-5 {
  background-image: url(https://via.placeholder.com/360x423);
}

.portfolio-thumb-6 {
  background-image: url(https://via.placeholder.com/360x423);
}

/* Form */
.section-form {
  padding-top: 7.5rem;
  padding-bottom: 8.64rem;
}

@media (max-width: 767.98px) {
  .section-form {
    padding-top: 5.9rem;
    padding-bottom: 6rem;
  }
}

.section-form .title-h2 {
  margin-bottom: 2.07rem;
}

.section-form .after-title {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}

@media (max-width: 767.98px) {
  .section-form .after-title {
    font-size: 1rem;
    padding: 0 1rem;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px auto 0;
  max-width: 780px;
  padding: 0 1rem;
}

.form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 20px;
}

@media (max-width: 575.98px) {
  .form-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.form .w-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 10px);
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
}

@media (max-width: 575.98px) {
  .form .w-100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form__input {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1rem 1.2rem;
  height: 50px;
  border: none;
  border-right: 2px solid #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .form__input {
    padding: 0.9rem 1rem;
    font-size: 0.95rem;
  }
}

.form__input:focus {
  border-right: 2px solid #1a2f5a;
}

.form__textarea {
  width: 100%;
  background-color: #f7f7f7;
  padding: 1.1rem 1.5rem;
  border: none;
  min-height: 122px;
  border-right: 2px solid #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form .btn {
  padding: 0.9rem 4.2rem;
}

/* Post */
@media (max-width: 991.98px) {
  .row-post .col-xl-9 {
    margin-bottom: 3rem;
  }
}

.section-description {
  padding-top: 8.64rem;
  padding-bottom: 9.92rem;
}

.section-description hr {
  margin-bottom: 3.8rem;
}

.section-portfolio-work {
  padding-top: 8.64rem;
}

.row-step {
  margin-bottom: 3rem;
}

.row-step__text {
  font-size: 1.21rem;
  line-height: 1.8;
}

.row-service-info {
  font-size: 1.21rem;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-service-info p {
  margin-bottom: 1.5rem;
}

.row-service-info-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
}

.row-service-info-item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  max-width: calc(100% - 400px);
}

@media (max-width: 991.98px) {
  .row-service-info-item:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .row-service-info-img {
    display: none;
  }
}

.accent-title {
  color: #1a2f5a;
  font-size: 1rem;
  text-transform: uppercase;
}

.accent-title+.title-h3 {
  margin-top: 0.8rem;
  margin-bottom: 1rem;
}

.thumb-post {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
  margin-bottom: 3.8rem;
}

@media (max-width: 767.98px) {
  .thumb-post {
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .thumb-post {
    height: 200px;
  }
}

.thumb-post__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .thumb-post__img {
    height: 250px;
  }
}

@media (max-width: 575.98px) {
  .thumb-post__img {
    height: 200px;
  }
}

.thumb-service {
  width: 100%;
  height: 390px;
  position: relative;
  overflow: hidden;
}

.thumb-service__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-decoration {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.list-decoration-item {
  margin-bottom: 0.71rem;
}

.list-decoration .zmdi {
  margin-right: 1.3rem;
  color: #1a2f5a;
}

.sidebar .title-h3 {
  font-size: 1.71rem;
  margin-bottom: 21px;
}

.sidebar-item {
  margin-bottom: 3rem;
}

.sidebar--bg {
  background-color: #f7f7f7;
  padding: 2rem 2.5rem 1.5rem;
}

.sidebar--portfolio {
  font-size: 1.21rem;
  line-height: 1.8;
}

.sidebar--portfolio .title-h3 {
  font-size: 2.14rem;
  margin-bottom: 2.2rem;
}

.portfolio-detail {
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.42rem;
  line-height: 1.9;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid #e2e2e2;
}

.portfolio-detail strong {
  color: #2D3133;
  font-family: "Nova Flat", cursive;
  margin-right: 1rem;
}

.portfolio-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.42rem;
}

@media (max-width: 1199.98px) {
  .portfolio-social {
    margin-bottom: 4rem;
  }
}

@media (max-width: 575.98px) {
  .portfolio-social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .portfolio-social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.portfolio-social-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .portfolio-social-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
  }
}

.portfolio-social-link {
  line-height: 2.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-social-link span {
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 575.98px) {
  .portfolio-social-link span {
    display: none;
  }
}

.portfolio-social-link:hover {
  cursor: pointer;
}

.portfolio-social-link:hover span {
  color: #55acee;
}

.portfolio-social-link:hover .zmdi {
  color: #ffffff;
  background-color: #55acee;
}

.portfolio-social-link .zmdi {
  color: #757575;
  background-color: #f7f7f7;
  width: 2.85rem;
  height: 2.85rem;
  display: block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  line-height: 2.8;
}

.row-portfolio {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2.6rem;
  margin-bottom: 0.3rem;
}

.carousel-item,
.carousel-inner {
  height: 550px;
  overflow: hidden;
}

@media (max-width: 767.98px) {

  .carousel-item,
  .carousel-inner {
    height: 350px;
  }
}

@media (max-width: 575.98px) {

  .carousel-item,
  .carousel-inner {
    height: 250px;
  }
}

.carousel-item img,
.carousel-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {

  .carousel-item img,
  .carousel-inner img {
    height: 350px;
  }
}

@media (max-width: 575.98px) {

  .carousel-item img,
  .carousel-inner img {
    height: 250px;
  }
}

.carousel-inner {
  margin-bottom: 7px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 100px;
  height: 100px;
  background-color: rgba(34, 34, 34, 0.65);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.14rem;
  top: 418px;
}

@media (max-width: 767.98px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 70px;
    height: 70px;
    top: 254px;
  }
}

@media (max-width: 575.98px) {

  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 200px;
  }
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #2D3133;
}

.carousel-control-prev {
  right: 132px;
  left: inherit;
}

@media (max-width: 767.98px) {
  .carousel-control-prev {
    right: 102px;
  }
}

@media (max-width: 575.98px) {
  .carousel-control-prev {
    right: 54px;
  }
}

.carousel-control-next {
  right: 30px;
}

@media (max-width: 575.98px) {
  .carousel-control-next {
    right: 10px;
  }
}

.carousel-indicators-portfolio {
  margin-right: -3px;
  margin-left: -3px;
  position: relative;
}

.carousel-indicators-portfolio li {
  text-indent: inherit;
  width: inherit;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  max-width: 25%;
  height: 123px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 575.98px) {
  .carousel-indicators-portfolio li {
    height: 70px;
  }
}

.carousel-indicators-portfolio li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 123px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .carousel-indicators-portfolio li img {
    height: 70px;
  }
}

.sidebar-tag {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  color: #2D3133;
  font-size: 1.21rem;
}

.sidebar-tag-item {
  margin-right: 0.8rem;
  margin-bottom: 0.8rem;
}

.sidebar-tag__link {
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-tag__link:hover {
  color: #1a2f5a;
}

.sidebar-letter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-letter .form-control {
  font-size: 1rem;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}

.sidebar-letter .btn-primary {
  font-size: 1.42rem;
  height: 50px;
  width: 63px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

.list-category {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.list-category__item {
  padding-bottom: 0.85rem;
  margin-bottom: 0.92rem;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
  padding: 11px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #757575;
}

.list-category__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.list-category__item:hover {
  padding-left: 27px;
  color: #1a2f5a;
}

.list-category__item::before {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background-image: url(img/logo/logo-shape-red.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-category__item:hover::before {
  opacity: 1;
}

.list-category__link {
  color: #757575;
  font-size: 1.21rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list-category__link:hover {
  color: #1a2f5a;
}

.post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3.4rem 2rem;
  margin-top: -1.8rem;
  font-size: 0.85rem;
  color: #757575;
}

@media (max-width: 767.98px) {
  .post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem 2rem;
  }
}

@media (max-width: 575.98px) {
  .post-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 767.98px) {
  .post-info-item:first-child {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px) {
  .post-info-item:first-child {
    margin-bottom: 0;
  }
}

.post-info-item:first-child .post-info__link,
.post-info-item:first-child .post-info__text {
  margin-right: 2rem;
  padding-right: 2rem;
  border-right: 1px solid #e2e2e2;
}

@media (max-width: 575.98px) {

  .post-info-item:first-child .post-info__link,
  .post-info-item:first-child .post-info__text {
    display: block;
    border-right: none;
  }
}

.post-info-item:first-child .post-info__link:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.post-info__link {
  color: #757575;
}

.post-info .zmdi {
  margin-right: 0.71rem;
}

.box-post {
  padding: 3.8rem 3.4rem;
  font-size: 1.21rem;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

@media (max-width: 575.98px) {
  .box-post {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .box-post {
    padding: 3rem 1rem;
  }
}

.box-post .title-post {
  margin-bottom: 2.1rem;
}

.box-post p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.box-post p a {
  color: #1a2f5a;
  border-bottom: 1px solid #1a2f5a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-post p a:hover {
  border-bottom: 1px solid transparent;
}

.box-post p.post-description {
  font-size: 1.42rem;
  line-height: 1.7;
  margin-bottom: 1.4rem;
}

@media (max-width: 575.98px) {
  .box-post p.post-description {
    font-size: 1.21rem;
  }
}

.title-post {
  font-size: 2.14rem;
  margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
  .title-post {
    font-size: 1.8rem;
  }
}

.post-description,
.service-description {
  font-size: 1.21rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.box-tag {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 2.3rem;
  color: #2D3133;
}

.box-tag-item {
  margin-right: 1.5rem;
}

.box-tag__link {
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-tag__link:hover {
  color: #1a2f5a;
}

.box-author {
  background-color: #f7f7f7;
  font-size: 1.21rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.9rem;
  margin-bottom: 3.3rem;
}

@media (max-width: 767.98px) {
  .box-author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.box-author-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 230px);
  flex: 0 0 calc(100% - 230px);
  max-width: calc(100% - 230px);
}

@media (max-width: 767.98px) {
  .box-author-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.box-author--img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
}

@media (max-width: 767.98px) {
  .box-author--img {
    display: none;
  }
}

.box-author__name {
  font-family: "Nova Flat", cursive;
  font-size: 1.42rem;
  color: #2D3133;
  margin-bottom: 0.85rem;
}

.box-author__description {
  line-height: 1.8;
  margin-bottom: 1.28rem;
}

.box-author__thumb {
  width: 100%;
  height: 190px;
  position: relative;
  overflow: hidden;
}

.box-author__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  margin-bottom: 4.4rem;
}

@media (max-width: 575.98px) {
  .box-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.box-preview-link {
  font-family: "Nova Flat", cursive;
  font-size: 1.42rem;
  color: #2D3133;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-preview-link span {
  /* font-family: 'Muli', sans-serif; */
  display: block;
  text-transform: uppercase;
  color: #757575;
  font-size: 1rem;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-preview-link:hover {
  color: #2D3133;
}

.box-preview-link:hover span {
  color: #1a2f5a;
}

.box-preview .previous,
.box-preview .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 575.98px) {

  .box-preview .previous,
  .box-preview .next {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.box-preview .previous .zmdi,
.box-preview .next .zmdi {
  font-size: 1.21rem;
}

.box-preview .previous:hover .zmdi,
.box-preview .next:hover .zmdi {
  color: #1a2f5a;
}

@media (max-width: 575.98px) {
  .box-preview .previous {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e2e2e2;
  }
}

.box-preview .previous .zmdi {
  margin-right: 20px;
}

.box-preview .next {
  text-align: right;
}

@media (max-width: 575.98px) {
  .box-preview .next {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.box-preview .next .zmdi {
  margin-left: 20px;
}

.box-comment .title-post {
  margin-bottom: 3.8rem;
}

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 2.5rem;
  margin-bottom: 2.2rem;
}

.comment-ava {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 30px;
}

@media (max-width: 575.98px) {
  .comment-ava {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    margin-right: 20px;
  }
}

.comment__thumb {
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .comment__thumb {
    height: 50px;
  }
}

.comment__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .comment__img {
    height: 50px;
  }
}

.comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .comment-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.comment__name {
  font-size: 1.21rem;
  color: #2D3133;
  font-family: "Nova Flat", cursive;
  margin-right: 2rem;
}

@media (max-width: 575.98px) {
  .comment__name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.comment__date {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #e2e2e2;
}

.comment__date,
.comment__time {
  font-size: 0.85rem;
}

.comment-body {
  font-size: 1.21rem;
  line-height: 1.8;
  margin-bottom: 1.57rem;
}

@media (max-width: 575.98px) {
  .comment-body {
    font-size: 1rem;
  }
}

.comment-footer {
  font-size: 1.14rem;
}

.box-contact {
  padding-top: 1.2rem;
}

@media (max-width: 991.98px) {
  .box-contact {
    padding-bottom: 3rem;
  }
}

.box-contact .form {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2.28rem;
}

@media (max-width: 575.98px) {
  .box-contact .form {
    text-align: center;
  }
}

.box-contact .form-item {
  margin-right: 0;
  margin-left: 0;
}

.box-contact .form .w-100 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-link {
  font-family: "Nova Flat", cursive;
  font-size: 1.21rem;
  color: #2D3133;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 2.14rem;
}

.post-link__img {
  background-image: url(https://via.placeholder.com/310x173);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 28px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-link:hover {
  color: #1a2f5a;
}

.post-link:hover .post-link__img {
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
}

.section-feedback {
  padding-top: 9.8rem;
  padding-bottom: 9.85rem;
}

.feedback-carousel {
  margin-top: 5.8rem;
}

@media (max-width: 767.98px) {
  .feedback-carousel {
    padding: 0;
  }
}

.feedback-carousel__text {
  font-size: 1.21rem;
  line-height: 1.8;
  position: relative;
  margin-bottom: 2rem;
}

.feedback-carousel__text::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  background-color: #e2e2e2;
  margin-top: 1rem;
}

.feedback-carousel__date {
  font-size: 0.85rem;
}

.feedback-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -144px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .feedback-carousel .owl-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: inherit;
    margin-top: 3rem;
    top: inherit;
    right: inherit;
  }
}

.feedback-carousel .owl-prev,
.feedback-carousel .owl-next {
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.65);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feedback-carousel .owl-prev:hover,
.feedback-carousel .owl-next:hover {
  background-color: #2D3133;
}

.feedback-carousel .owl-prev {
  background-image: url(../img/return.svg);
  margin-right: 2px;
}

.feedback-carousel .owl-next {
  background-image: url(../img/arrow.svg);
}

.blog-carousel {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  .blog-carousel {
    padding: 0;
  }
}

.blog-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -75px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .blog-carousel .owl-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: inherit;
    margin-top: 3rem;
    top: inherit;
    right: inherit;
  }
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.65);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog-carousel .owl-prev:hover,
.blog-carousel .owl-next:hover {
  background-color: #2D3133;
}

.blog-carousel .owl-prev {
  background-image: url(../img/return.svg);
  margin-right: 2px;
}

.blog-carousel .owl-next {
  background-image: url(../img/arrow.svg);
}

.services-carousel {
  /* margin-top: 5.8rem; */
}

@media (max-width: 767.98px) {
  .services-carousel {
    padding: 0;
  }
}

.services-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: -70px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .services-carousel .owl-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: inherit;
    margin-top: 3rem;
    top: inherit;
    right: inherit;
  }
}

.services-carousel .owl-prev,
.services-carousel .owl-next {
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.65);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.services-carousel .owl-prev:hover,
.services-carousel .owl-next:hover {
  background-color: #2D3133;
}

.services-carousel .owl-prev {
  background-image: url(../img/return.svg);
  margin-right: 2px;
}

.services-carousel .owl-next {
  background-image: url(../img/arrow.svg);
}

.box-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.9rem;
}

.box-user-item:first-child {
  margin-right: 30px;
}

.box-user__thumb {
  width: 70px;
  height: 70px;
  position: relative;
  overflow: hidden;
}

.box-user_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.box-user__text {
  font-size: 1rem;
  margin-bottom: 0;
}

.box-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .box-reason {
    margin-top: 3rem;
  }
}

.box-reason-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 2rem;
  position: relative;
}

@media (max-width: 575.98px) {
  .box-reason-item {
    padding: 2rem 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-bottom: 1px solid #e2e2e2;
  }
}

.box-reason-item:nth-child(1),
.box-reason-item:nth-child(2) {
  border-bottom: 1px solid #e2e2e2;
}

.box-reason-item:nth-child(2n + 1)::before {
  content: "";
  width: 1px;
  height: 70%;
  background-color: #e2e2e2;
  position: absolute;
  right: -10%;
  top: 15%;
}

@media (max-width: 575.98px) {
  .box-reason-item:nth-child(2n + 1)::before {
    display: none;
  }
}

.box-reason .title-h3 {
  line-height: 1.5;
  margin-bottom: 0;
}

.box-reason__img {
  max-width: 50px;
  margin-bottom: 2.5rem;
}

@media (max-width: 575.98px) {
  .box-reason__img {
    margin-bottom: 1.5rem;
  }
}

/* Footer */
.footer {
  background-color: #191C1E;
  color: #cccccc;
}

.footer p {
  color: #ffffff;
}

.footer .title-h3 {
  color: #ffffff;
  margin-bottom: 2rem;
}

.footer-body {
  background-image: url(../img/map/map-bg2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #0b1f3a;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  font-size: 1.21rem;
}

/* =========================
   LOGO ALIGN FIX
========================= */

.footer-nav {
  margin-bottom: 3.57rem;
  padding-bottom: 2.85rem;
  border-bottom: 1px solid rgba(226, 226, 226, 0.1);
  text-align: left;
  /* FIX: left align */
}

.footer-nav .col-xl-2 {
  display: flex;
  justify-content: flex-start;
  /* ensure left */
}

.footer-nav .navbar-brand {
  margin: 0;
  padding: 0;
}

.footer-nav .navbar-brand img {
  max-width: 180px;
  margin-top: 0;
  margin-left: 7rem;
  /* FIX: remove extra space */
  height: auto;
}

/* Mobile center - same breakpoint as mobile nav */
@media (max-width: 991.98px) {
  .footer-nav {
    text-align: center;
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
  }

  .footer-nav .col-xl-2 {
    justify-content: center;
  }

  .footer-nav .navbar-brand img {
    max-width: 150px;
    margin-left: 0;
  }
}

/* =========================
   SERVICES
========================= */

.list-services {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-services-link {
  color: #ffffff;
  transition: 0.3s;
}

.list-services-link:hover {
  color: #cccc;
}

/* =========================
   SOCIAL ICONS FIX
========================= */

.list-social {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}

.list-social-item {
  margin-right: 0.75rem;
}

.list-social-link {
  width: 2.85rem;
  height: 2.85rem;
  color: #c32128;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 1.5rem;
  text-decoration: none;

  border-radius: 50%;
  /* optional circle */

  transition: all 0.3s ease;
}

.list-social-link:hover {
  color: #ffffff;
  background-color: #55acee;
  transform: translateY(-3px);
}

/* =========================
   CONTACT
========================= */

.list-contact {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.list-contact-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 1.6rem;
}

.list-contact .box-icon {
  margin-right: 1.2rem;
}

.box-icon {
  width: 2.85rem;
  height: 2.85rem;
  color: #c32128;

  display: flex;
  /* FIX: center icon */
  align-items: center;
  justify-content: center;

  font-size: 1.28rem;
}

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

.footer-bottom {
  padding: 1.6rem 0;
}

.list-footer {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.list-footer-item {
  margin-left: 3rem;
}

.list-footer-link {
  color: #cccccc;
  border-bottom: 1px solid #cccccc;
  transition: 0.3s;
}

.list-footer-link:hover {
  border-bottom: 1px solid transparent;
}

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

@media (max-width: 575.98px) {
  .footer-info {
    text-align: center;
  }

  .list-social {
    justify-content: center;
  }

  .list-contact-item {
    justify-content: center;
  }

  .list-contact .box-icon {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .footer-bottom {
    text-align: center;
    justify-content: center !important;
  }

  .footer-bottom .col-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .footer-bottom .col-6 {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
}

/* Modal */
.modal-dialog {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991.98px) {
  .modal-dialog {
    max-width: 90%;
  }
}

@media (max-width: 575.98px) {
  .modal-dialog {
    max-width: 96%;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-family: "Nova Flat", cursive;
}

/* NEW CHANGES DONE */

.embed-responsive-item {
  width: 100%;
  height: 315px;
}

.section-map iframe {
  width: 100%;
}

.before-title.scnd {
  margin-top: -40px;
}

.section-services .before-title+.title-h2 {
  padding-bottom: 0;
}

.team-name {
  margin-bottom: 20px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(30px);
}

.dropdown:hover .dropdown-menu,
.btn-group:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.team-carousel-item:hover,
.col-post:hover .thumb-blog {
  background-color: inherit;
  background-blend-mode: inherit;
}

.team-carousel-item,
.thumb-blog {
  position: relative;
}

.team-carousel-item:before,
.thumb-blog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #1a2f5a;
  background-blend-mode: luminosity;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.team-carousel-item:hover:before,
.col-post:hover .thumb-blog:before {
  opacity: 0.4;
  visibility: visible;
  height: 100%;
}

.team-carousel-item .team-info,
.portfolio-thumb__info,
.case-item .team-info {
  transform: translateY(30px);
}

.team-carousel-item:hover .team-info,
.portfolio-thumb:hover .portfolio-thumb__info,
.case-item:hover .team-info {
  transform: translateY(0);
}

.list-social-link:hover {
  background-color: #1a2f5a;
}

.sidebar--portfolio .title-h3 {
  margin-top: -8px;
}

.box-preview-link:hover {
  color: #1a2f5a;
}

.box-preview {
  margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
  right: 0;
  top: auto;
  bottom: 150px;
}

.carousel-control-prev {
  right: 105px;
}

.section-banner .title-h2 {
  position: relative;
  z-index: 10;
}

.breadcrumb {
  z-index: 99;
  margin-bottom: 0 !important;
}

.team-name a {
  color: #fff;
}

.box-preview {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-bottom: 50px;
}

.section-description {
  padding-bottom: 7.5rem;
}

.owl-carousel .owl-item .client-carousel-item img {
  max-width: 100%;
  display: inline-block;
}

.client-carousel-item {
  text-align: center;
  display: inline-block;
}

.form-newsletter .form-control {
  border-right: 0;
}

.failed,
.text-info {
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #1a2f5a;
}

.text-info {
  color: #fff !important;
}

.response {
  width: calc(100% - 21px);
}

.post-info {
  font-size: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("img/web-preloader.gif") no-repeat center center;
}

/* Services Page Styles */
.services-list a {
  display: block;
  padding: 1rem 0;
  color: #666666;
  font-size: 1.1rem;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
}

.services-list a:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #c32128;
  opacity: 0;
  transition: all 0.3s ease;
}

.services-list a.active {
  color: #c32128;
  font-weight: 600;
}

.services-list a:hover {
  color: #c32128;
  padding-left: 25px;
}

.services-list a:hover:before {
  opacity: 1;
  left: 5px;
}

.services-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #1a2f5a;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 767.98px) {
  .services-title {
    font-size: 2.3rem;
  }
}

.services-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #c32128;
}

.heading h1 {
  color: #1a2f5a;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  line-height: 1.3;
}

.heading h4 {
  color: #1a2f5a !important;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.heading p {
  color: #666666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.heading ul li {
  color: #666666;
}

.working-process-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.image-box {
  position: relative;
  height: 100%;
  min-height: 500px;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.content-box {
  padding-left: 0;
}

.section-tag {
  color: #c32128;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline;
}


@media only screen and (min-width: 1200px) {
  #services-partner-div {
    margin: 0 120px;
  }
}

.bg-ex-light {
  background-color: #f7f7f7;
}

/* Career Start */

.section-career-title {
  color: #1a2f5a;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .section-career-title {
    font-size: 2.3rem;
  }
}

.search-section {
  background: white;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 40px;
}

.search-input {
  height: 48px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0 15px 0 40px;
  font-size: 14px;
}

.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
}

.search-input:focus {
  border-color: #1a2f5a;
  box-shadow: 0 0 0 0.2rem rgba(30, 58, 95, 0.1);
  outline: none;
}

.custom-select {
  height: 48px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  font-size: 14px;
  color: #6c757d;
}

.custom-select:focus {
  border-color: #1a2f5a;
  box-shadow: 0 0 0 0.2rem rgba(30, 58, 95, 0.1);
}

.page-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #1a2f5a;
  margin-bottom: 30px;
  text-transform: none;
  letter-spacing: 0.5px;
}

@media (max-width: 767.98px) {
  .page-title {
    font-size: 1.85rem;
  }
}

.job-card {
  background: white;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 20px;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.job-title {
  color: #1a2f5a;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: none;
}

/* Application Form Buttons - Mobile View */
@media (max-width: 767.98px) {

  .backBtn,
  .backBtn+.btn.float-right,
  .backBtn+button[type="submit"].btn.float-right {
    width: 49% !important;
    white-space: nowrap !important;
    font-size: 0.7rem !important;
    padding: 0.9rem 0.25rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 48px !important;
    line-height: 1.2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .backBtn {
    float: left !important;
    margin-right: 2% !important;
  }

  .backBtn+.btn.float-right,
  .backBtn+button[type="submit"].btn.float-right {
    float: right !important;
    margin-left: 0 !important;
  }
}

.job-badges {
  margin-bottom: 20px;
}

.job-badge {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  font-size: 13px;
  color: #6c757d;
  margin-right: 10px;
  background: #f8f9fa;
}

.job-description {
  color: #666;
  font-size: 1.07rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.job-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.view-details {
  color: #c32128;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.4s ease;
  position: relative;
  display: inline-block;
}

.view-details::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1a2f5a;
  transition: width 0.4s ease;
}

.view-details:hover {
  color: #1a2f5a;
  text-decoration: none;
  transform: translateX(5px);
}

.view-details:hover::after {
  width: 100%;
}

.section-divider {
  border: 0;
  height: 1px;
  background-color: #dee2e6;
  margin: 40px 0;
}

.position-relative {
  position: relative;
}

/* Career End */


/* Career Details - FULL STACK DEVELOPER */

.job-container {
  background-color: #ffffff;
  padding: 40px;
}

.job-title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1a2f5a;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.badge-custom {
  background-color: #e9ecef;
  color: black;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a2f5a;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #44474A;
  margin-top: 30px;
  margin-bottom: 15px;
}

.job-description-text {
  color: black;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 10px;
}

.separator {
  height: 1px;
  background-color: #dee2e6;
  margin: 15px 0;
}

ul {
  padding-left: 20px;
}

li {
  color: black;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 5px;
}



/* Application Form */

/* ===== Step Indicator ===== */
.stepper-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding: 0 20px;
  position: relative;
}

.stepper-wrapper::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 40px;
  right: 40px;
  height: 2px;
  background: #d0d6df;
  z-index: 0;
}

.step-item {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #e6e9ee;
  border: 3px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2f3b52;
  font-weight: bold;
  margin: auto;
  transition: .3s;
}

.step-circle.active {
  background: #1a2f5a;
  color: #fff;
  border-color: #415a77;
  transform: scale(1.1);
}

.stepper-wrapper small {
  font-size: 13px;
  font-weight: 500;
  color: #2f3b52;
}

/* ===== Improved Card Design ===== */
.card {
  border-radius: 12px;
  padding: 25px;
}

.form-control {
  height: 48px;
  border-radius: 8px;
}

.btn-dark {
  background-color: #1a2f5a !important;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
}

.btn-secondary {
  border-radius: 8px;
  padding: 10px 18px;
}

/* file input box */
.file-box {
  border: 2px dashed #aeb4be;
  padding: 12px;
  border-radius: 12px;
  background: #f8fafc;
}

.form-step {
  display: none;
  animation: fade .3s ease-in-out;
}

.form-step.active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End */


/* Platform */

.main-title {
  text-align: center;
  margin-bottom: 50px;
  color: #1a2f5a;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .main-title {
    font-size: 2.3rem;
  }
}

.platform-card {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  /* border-left: 4px solid #1a2f5a; */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.platform-card h3 {
  color: #1a2f5a;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.platform-card h3 {
  color: #1a2f5a;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.platform-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.image-section img {
  width: 100%;
  object-fit: cover;
}


/* md breakpoint (768px – 991px) */
@media (max-width: 991.98px) {
  .img-about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* text-align: center; */
  }

}

.bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  will-change: transform;
  /* GPU acceleration */
  z-index: 0;
}

/* End */

/* Section Blog */
.main-container {
  max-width: 800px;
  margin: 0 auto;
}

.h1-blog {
  color: #1a2f5a;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

.subtitle-blog {
  color: #333;
  font-size: 14px;
  margin-bottom: 30px;
}

.h2-blog {
  color: #1a2f5a;
  font-size: 21px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.p-blog {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 20px;
}

.ai-image {
  width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .main-container {
    padding: 20px;
  }

  .h1-blog {
    font-size: 24px;
  }

  .h2-blog {
    font-size: 16px;
  }

  .p-blog {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .main-container {
    padding: 15px;
  }

  .h1-blog {
    font-size: 20px;
  }

  .h2-blog {
    font-size: 15px;
  }
}