/*

TemplateMo 584 Pod Talk

https://templatemo.com/tm-584-pod-talk

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
    --white-color: #ffffff;
    --primary-color: #383e93;
    --secondary-color: #385293;
    --section-bg-color: #f0f1ff;
    --custom-btn-bg-color: #383e93;
    --custom-btn-bg-hover-color: #383e93;
    --dark-color: #000000;
    --p-color: #717275;
    --border-color: #7f8eff;
    --link-hover-color: #383e93;

    --body-font-family: "Quicksand", sans-serif;
    --title-font-family: "Quicksand", sans-serif;

    --h1-font-size: 58px;
    --h2-font-size: 46px;
    --h3-font-size: 32px;
    --h4-font-size: 28px;
    --h5-font-size: 24px;
    --h6-font-size: 22px;
    --p-font-size: 16px;
    --menu-font-size: 14px;

    --border-radius-large: 100px;
    --border-radius-medium: 20px;
    --border-radius-small: 10px;

    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

body {
    background-color: var(--white-color);
    font-family: var(--body-font-family);
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-font-family);
    font-weight: var(--font-weight-semibold);
}

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

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

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

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

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

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

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

ul li {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
}

a,
button {
    touch-action: manipulation;
    transition: all 0.3s;
}

a {
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-hover-color);
}

b,
strong {
    font-weight: var(--font-weight-bold);
}

::selection {
    background-color: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-title-wrap {
    position: relative;
}

.section-title-wrap::after {
    content: "";
    background: var(--section-bg-color);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section-title {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    display: inline-block;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 10px 25px;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

main {
    position: relative;
    z-index: 1;
}

.section-bg {
    background-color: var(--section-bg-color);
}

.section-overlay {
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    opacity: 0.85;
}

.section-overlay+.container {
    position: relative;
}

/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
    color: var(--primary-color);
}

/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
    background: var(--custom-btn-bg-color);
    border: 2px solid transparent;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    line-height: normal;
    transition: all 0.3s;
    padding: 10px 20px;
}

.custom-btn:hover {
    background: var(--custom-btn-bg-hover-color);
    color: var(--white-color);
}

.custom-border-btn {
    background: transparent;
    border: 2px solid var(--custom-btn-bg-color);
    color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
    background: var(--custom-btn-bg-color);
    border-color: transparent;
    color: var(--primary-color);
}

.custom-btn-bg-white {
    border-color: var(--white-color);
    color: var(--white-color);
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
    background-image: url("../images/templatemo-wave-header.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 480px;
    position: relative;
}

.site-header h2 {
    color: var(--white-color);
}

/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
:root {
    --color-primary: #4a6cf7;
    --color-primary-light: #d7e3ff;
    --color-secondary: #283e78;
    --color-text: #2c3e50;
    --color-bg: #fff;
    --font-family-title: 'Montserrat', sans-serif;
    --font-family-base: 'Open Sans', sans-serif;
}

.navbar {
    background: var(--color-bg);
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    padding: 1rem 0;
    font-family: var(--font-family-base);
    transition: background-color 0.3s ease;
    z-index: 9999;
}

.navbar-brand {
    font-family: var(--font-family-title);
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--color-primary);
    margin-right: 3rem;
    user-select: none;
}

.navbar-brand:hover {
    color: var(--color-primary-light);
    text-decoration: none;
}

.navbar-nav .nav-link {
    color: var(--color-text);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.7rem 1rem;
    transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: var(--color-primary);
}

.navbar-nav .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 8px 24px rgb(0 0 0 / 0.15);
    padding: 0.5rem 0;
    min-width: 12rem;
    font-size: 0.9rem;
}

.navbar-nav .dropdown-item {
    color: var(--color-text);
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    text-transform: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    background-color: var(--color-primary-light);
    color: var(--color-primary);
    outline: none;
}

.navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
    filter: invert(30%) sepia(85%) saturate(500%) hue-rotate(205deg) brightness(90%) contrast(85%);
}

.btn-outline-primary {
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.55rem 1.6rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: var(--color-primary);
    color: var(--color-bg);
    text-decoration: none;
    box-shadow: 0 0 10px var(--color-primary);
}

@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 1rem;
    }

    .btn-outline-primary {
        width: 100%;
        text-align: center;
        padding: 0.75rem;
        font-size: 1rem;
        border-radius: 10px;
    }
}


/* ------------------------------
approach-section
--------------------------------*/
.approach-section {
  background-color: #f9faff;
  padding-top: 6rem;
  padding-bottom: 4rem;
  color: #2c3e50;
  font-family: 'Open Sans', sans-serif;
}

.approach-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #3a5068;
  margin-bottom: 0.5rem;
}

.approach-subtitle {
  font-size: 1.2rem;
  color: #627d98;
  max-width: 600px;
  margin: 0 auto;
}

.approach-content h3 {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #1f3c5a;
}

.approach-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  color: #415a77;
}

.approach-content h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2a4d69;
}

.approach-content ul {
  list-style-type: disc;
  padding-left: 1.25rem;
  color: #34495e;
  font-size: 1rem;
  margin-bottom: 2rem;
}

.approach-content ul li {
  margin-bottom: 0.75rem;
}

.approach-content ul li strong {
  color: #1b365d;
}

.approach-content .btn-primary {
  background-color: #3a5068;
  border-color: #3a5068;
  font-weight: 600;
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.approach-content .btn-primary:hover,
.approach-content .btn-primary:focus {
  background-color: #2a3e55;
  border-color: #2a3e55;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .approach-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .approach-title {
    font-size: 2rem;
  }

  .approach-subtitle {
    font-size: 1rem;
  }

  .approach-content h3 {
    font-size: 1.3rem;
  }
}

/*---------------------------------------
  team-section        
-----------------------------------------*/
.team-section {
  background-color: #f4f7fa;
  padding: 5rem 0;
  color: #223343;
  font-family: 'Inter', sans-serif;
}

.team-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #1a2b40;
}

.team-description {
  font-size: 1.1rem;
  color: #475d72;
  max-width: 650px;
  margin: 0 auto 3rem auto;
  line-height: 1.5;
}

.team-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(34, 51, 67, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: center;
  padding: 1.5rem 1rem 2rem;
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 30px rgba(34, 51, 67, 0.15);
}

.team-image-wrapper {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(34, 51, 67, 0.1);
}

.team-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 50%;
}

.team-info {
  padding: 0 1rem;
}

.team-name {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #1a2b40;
}

.team-role {
  font-size: 1rem;
  color: #607d8b;
  font-style: italic;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .team-section {
    padding: 3rem 1rem;
  }

  .team-title {
    font-size: 2rem;
  }

  .team-description {
    font-size: 1rem;
  }
}

/*---------------------------------------
  growth-focus-section         
-----------------------------------------*/

.growth-focus-section {
  background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
  padding: 80px 20px;
  font-family: 'Poppins', sans-serif;
  color: #1a202c;
}

.header-wrapper {
  max-width: 650px;
  margin: 0 auto 60px auto;
}

.growth-title {
  font-size: 2.8rem;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 12px;
  color: #2b6cb0;
  text-transform: uppercase;
}

.growth-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #4a5568;
  font-weight: 500;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 38px 28px;
}

.growth-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 25px rgba(43, 108, 176, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.growth-card:hover {
  box-shadow: 0 30px 45px rgba(43, 108, 176, 0.35);
  transform: translateY(-8px);
}

.image-wrapper {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: 3px solid #2b6cb0;
  flex-shrink: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.45s ease;
}

.growth-card:hover .image-wrapper img {
  transform: scale(1.12);
}

.card-content {
  padding: 24px 22px 30px 22px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-content h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2b6cb0;
  margin-bottom: 14px;
}

.card-content p {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.55;
  font-weight: 500;
}

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

  .card-content h3 {
    font-size: 1.1rem;
  }

  .card-content p {
    font-size: 0.9rem;
  }
}

/*---------------------------------------
  contact        
-----------------------------------------*/

#contact-about {
  background: linear-gradient(135deg, #243B55 0%, #141E30 100%);
  color: #e0e0e0;
  padding: 60px 15px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#contact-about .container {
  max-width: 1140px;
}

.contact-form-wrapper {
  background-color: #1e2a44;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(20, 30, 48, 0.8);
}

.form-title {
  font-size: 1.75rem;
  color: #ffa726;
  font-weight: 600;
  border-bottom: 2px solid #ffa726;
  display: inline-block;
  padding-bottom: 8px;
}

.contact-form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  font-weight: 600;
  margin-bottom: 6px;
  color: #f5f5f5;
}

.required {
  color: #ff7043;
  margin-left: 4px;
}

.form-input,
.form-textarea {
  background: #2c3e50;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 1rem;
  transition: background 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #a0a0a0;
}

.form-input:focus,
.form-textarea:focus {
  background: #3d566e;
  outline: none;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  background: #ffa726;
  color: #141414;
  border: none;
  padding: 12px 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-submit:hover {
  background: #ffb74d;
}

.about-text-wrapper {
  background: #16222a;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 6px 15px rgba(20, 30, 48, 0.7);
  color: #cfd8dc;
  line-height: 1.6;
}

.about-title {
  font-size: 1.9rem;
  color: #ffa726;
  margin-bottom: 25px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #contact-about .row {
    flex-direction: column;
  }
  
  #contact-about .col-lg-6 {
    order: 0 !important;
  }
  
  .contact-form-wrapper,
  .about-text-wrapper {
    margin-bottom: 30px;
  }
}


/*---------------------------------------
  insights-section        
-----------------------------------------*/

.insights-section {
  background: #0d1117;
  color: #c9d1d9;
  padding: 10rem 20px;
  font-family: 'Inter', sans-serif;
}

.header-wrap {
  max-width: 720px;
  margin: 0 auto 40px auto;
}

.insights-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #58a6ff;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

.insights-subtitle {
  font-size: 1.15rem;
  font-weight: 400;
  color: #8b949e;
  margin: 0 auto;
  max-width: 560px;
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
}

.insight-card {
  background: #161b22;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgb(21 25 31 / 0.8);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.insight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(88, 166, 255, 0.6);
}

.image-link {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  height: 180px;
  border-bottom: 3px solid #58a6ff;
}

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

.insight-card:hover .image-link img {
  transform: scale(1.05);
}

.content-wrap {
  padding: 20px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.content-wrap h3 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #58a6ff;
  line-height: 1.3;
}

.content-wrap h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.content-wrap h3 a:hover {
  color: #ffa726;
}

.content-wrap p {
  font-size: 1rem;
  line-height: 1.5;
  color: #8b949e;
  margin: 0;
  flex-grow: 1;
}

/* Адаптив */

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

  .insights-subtitle {
    font-size: 1rem;
  }
}



/*---------------------------------------
  CAROUSEL        
-----------------------------------------*/
.first-section {
    background-image: url("../images/templatemo-wave-banner.jpg"),
        linear-gradient(#348cd2, #ffffff);
    background-repeat: no-repeat;
    background-size: 108% 76%;
    background-position: top;
    padding-top: 200px;
}

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

.owl-carousel-image {
    display: block;
}

.owl-carousel .owl-item .owl-carousel-verified-image {
    display: inline-block;
    width: 30px;
    height: auto;
    position: relative;
    right: 5px;
}

.verified-image {
    display: inline-block;
    width: 20px;
    height: auto;
}

.owl-carousel .owl-item {
    opacity: 0.35;
}

.owl-carousel .owl-item.active.center {
    opacity: 1;
}

.owl-carousel-info-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    text-align: left;
}

.owl-carousel-info {
    background-color: var(--section-bg-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

.badge {
    background-color: var(--custom-btn-bg-color);
    font-family: var(--title-font-family);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    padding-bottom: 5px;
}

.owl-carousel-info-wrap .social-share,
.team-thumb .social-share {
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-carousel-info-wrap .social-icon,
.team-thumb .social-icon {
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateX(0);
    padding-right: 20px;
    padding-left: 20px;
}

.owl-carousel .owl-item.active.center .owl-carousel-info-wrap:hover .social-icon,
.team-thumb:hover .social-icon {
    transform: translateY(-100%);
    opacity: 1;
}

.owl-carousel-info-wrap .social-icon-item,
.owl-carousel-info-wrap .social-icon-link,
.team-thumb .social-icon-item,
.team-thumb .social-icon-link {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
}

.owl-carousel-info-wrap .social-icon-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl-carousel .owl-dots {
    background-color: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-radius: var(--border-radius-large);
    display: inline-block;
    margin: auto;
    margin-top: 40px;
    padding: 15px 25px;
    padding-bottom: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
    border: 2px solid var(--primary-color);
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
    padding: 30px;
    transition: all 0.3s ease;
}

.custom-block:hover {
    background: var(--white-color);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: transparent;
    transform: translateY(-3px);
}

.custom-block-info {
    display: block;
    padding: 10px 20px;
    padding-bottom: 0;
}

.custom-block-image-wrap {
    position: relative;
    display: block;
    height: 100%;
}

.custom-block-image-wrap>a {
    display: block;
}

.custom-block-image {
    border-radius: var(--border-radius-medium);
    display: block;
    width: 112px;
    height: 112px;
    object-fit: cover;
}

.custom-block-image-detail-page .custom-block-image {
    width: 100%;
    height: 212px;
}

.custom-block .custom-block-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-block-icon-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.custom-block-icon-wrap .section-overlay {
    opacity: 0.25;
}

.custom-block-btn-group {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
}

.custom-block-btn-group .custom-block-icon {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.custom-block-icon {
    background: var(--primary-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--p-font-size);
    color: var(--white-color);
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    transition: all 0.3s;
}

.custom-block-icon:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.custom-block .custom-btn {
    font-size: var(--menu-font-size);
    padding: 7px 15px;
}

.custom-block .custom-block-info+div .badge {
    background-color: var(--dark-color);
    color: var(--white-color);
    border-radius: 50px !important;
    font-size: var(--menu-font-size);
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.custom-block .custom-block-info+div .badge:hover {
    background-color: var(--secondary-color);
}

.custom-block-full {
    background-color: var(--section-bg-color);
    border-color: transparent;
}

.custom-block-full:hover {
    border-color: var(--primary-color);
}

.custom-block-full .custom-block-info {
    padding: 20px;
    padding-bottom: 0;
}

.custom-block-full .custom-block-image {
    width: 100%;
    height: 210px;
}

.custom-block-full .social-share {
    position: absolute;
    top: 0;
    right: 0;
    margin: 50px;
}

.custom-block-top small {
    color: var(--p-color);
    font-family: var(--title-font-family);
}

.custom-block-top .badge {
    background-color: var(--secondary-color);
    color: var(--white-color);
    display: inline-block;
    vertical-align: middle;
    height: 26.64px;
    line-height: 20px;
}

.custom-block-bottom a:hover span {
    color: var(--primary-color);
}

.custom-block-bottom a span {
    font-family: var(--title-font-family);
    color: var(--p-color);
    text-transform: uppercase;
    margin-left: 3px;
}

.custom-block-overlay {
    border-color: transparent;
    padding: 0;
}

.custom-block-overlay .custom-block-image {
    margin: auto;
    width: 100%;
    height: 210px;
    transition: all 0.3s;
}

.custom-block-overlay:hover .custom-block-image {
    padding: 15px;
    padding-bottom: 0;
}

.custom-block-overlay-info {
    padding: 15px 20px 20px 20px;
}

/*---------------------------------------
  PROIFLE BLOCK               
-----------------------------------------*/
.profile-block {
    margin-top: 10px;
}

.profile-block-image {
    border-radius: var(--border-radius-large);
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px;
}

.profile-block p strong {
    display: block;
    font-family: var(--title-font-family);
}

.profile-detail-block {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 25px 35px;
}

.profile-detail-block p {
    margin-bottom: 0;
}

/*---------------------------------------
  ABOUT & TEAM SECTION               
-----------------------------------------*/
.about-image {
    border-radius: var(--border-radius-medium);
    display: block;
}

.team-thumb {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.team-info {
    background-color: var(--white-color);
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px;
}

/*---------------------------------------
  PAGINATION               
-----------------------------------------*/
.pagination {
    border: 1px solid #dee2e6;
    border-radius: var(--border-radius-large);
    padding: 20px;
}

.page-link {
    border: 0;
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    margin: 0 5px;
    padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.page-item:first-child .page-link {
    margin-right: 10px;
}

.active>.page-link,
.page-link.active {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-info p strong {
    font-family: var(--title-font-family);
    min-width: 90px;
}

.contact-info p a {
    color: var(--p-color);
    border-bottom: 1px solid;
    padding-bottom: 3px;
}

.contact-info p a:hover {
    color: var(--secondary-color);
}

.google-map {
    border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
    border-radius: var(--border-radius-medium);
    height: 150px;
}

/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
    border: 1px solid var(--white-color);
    border-radius: var(--border-radius-small);
    width: 80%;
    position: relative;
    top: 12px;
    padding: 35px;
}

.subscribe-form-wrap h6 {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    color: var(--primary-color);
    text-align: center;
    position: relative;
    bottom: 55px;
    margin-bottom: -25px;
    padding: 8px;
}

.subscribe-form #subscribe-email {
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}

.subscribe-form #submit {
    border-radius: 0 0 10px 10px;
}

/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
    border-radius: var(--border-radius-small);
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    outline: none;
}

.form-floating>label {
    padding-left: 20px;
}

.custom-form button[type="submit"] {
    background: var(--custom-btn-bg-color);
    border: none;
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-family: var(--title-font-family);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-semibold);
    transition: all 0.3s;
    margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
    background: var(--custom-btn-bg-hover-color);
    border-color: transparent;
}

/*---------------------------------------
  SEARCH FORM               
-----------------------------------------*/
.search-form .form-control {
    border: 0;
    margin-bottom: 0;
}

.search-form button[type="submit"] {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    max-width: 50px;
    height: 100%;
    padding-left: 15px;
}

.search-form button[type="submit"]:hover {
    background: var(--primary-color);
}

/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.footer-modern {
  background-color: #0b0d33;
  color: #f0f0f5;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 40px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-top {
  border-bottom: 1px solid #2e2f57;
  padding-bottom: 30px;
}

.footer-top .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-subscribe,
.footer-contact {
  flex: 1 1 320px;
  max-width: 480px;
}

.footer-title {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
  color: #c1c6ff;
}

.footer-subscribe p,
.footer-contact p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #d1d5f8;
}

.footer-form {
  display: flex;
  gap: 12px;
}

.footer-form input[type="email"] {
  flex-grow: 1;
  padding: 12px 16px;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  outline: none;
  background-color: #1a1c66;
  color: #e0e3ff;
  transition: background-color 0.3s ease;
}

.footer-form input[type="email"]::placeholder {
  color: #a1a4c1;
}

.footer-form input[type="email"]:focus {
  background-color: #3238a8;
}

.footer-form button {
  background-color: #5e72ff;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.footer-form button:hover {
  background-color: #2e3be6;
}

.footer-contact .footer-link {
  display: inline-block;
  margin-top: 8px;
  color: #5e72ff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.footer-contact .footer-link:hover {
  border-color: #a0a8ff;
}

.footer-bottom {
  padding-top: 20px;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-nav a {
  color: #b0b3d8;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.footer-nav a:hover {
  color: #5e72ff;
  border-bottom-color: #5e72ff;
}

.footer-copy {
  font-size: 0.85rem;
  color: #7a7d9c;
  user-select: none;
}

/* Адаптив */
@media (max-width: 768px) {
  .footer-top .container,
  .footer-bottom .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-form button {
    width: 100%;
  }

  .footer-nav {
    justify-content: flex-start;
  }
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
    margin: 0;
    padding: 0;
}

.social-icon-item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
}

.social-icon-link {
    background: var(--secondary-color);
    border-radius: var(--border-radius-large);
    color: var(--white-color);
    font-size: var(--p-font-size);
    display: block;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 2160px) {
    .first-section {
        background-size: 100% 90%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (min-width: 1600px) {
    .site-footer {
        padding-top: 250px;
    }
}

@media screen and (max-width: 1240px) {
    .first-section {
        background-size: 116%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .first-section {
        background-size: 160% 66%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .section-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .navbar-nav {
        background-color: var(--primary-color);
        border-radius: var(--border-radius-medium);
        padding: 30px;
    }

    .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .navbar-nav .dropdown-menu {
        position: relative;
        left: 10px;
        opacity: 1;
        pointer-events: auto;
        max-width: 155px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .navbar-expand-lg .navbar-nav {
        padding-bottom: 20px;
    }

    .nav-tabs .nav-link:first-child {
        margin-right: 5px;
    }

    .nav-tabs .nav-link {
        font-size: var(--copyright-font-size);
        padding: 10px;
    }

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

    .site-footer {
        margin-top: -200px;
        padding-top: 200px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 540px) {
    .first-section {
        background-size: 180% 65%;
        /* T o o p l a t e . c o m   C u s t o m i z e d */
    }

    .custom-block .custom-block-top {
        flex-direction: column;
    }

    .custom-block .custom-block-top small:last-child {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px) {
    .search-form {
        max-width: 200px;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.cookie-wrapper {
    position: fixed;
    bottom: 50px;
    left: 50px;
    width: 40%;
    background: #fff;
    padding: 15px 25px 22px;
    transition: right 0.3s ease;
    box-shadow: 0 5px 10px rgb(188 188 188);
    z-index: 999;
    border-radius: 10px;
}

.cookie-wrapper .show {
    right: 20px;
}

@media (max-width: 772px) {
    .cookie-wrapper {
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
}

.hidden {
    display: none;
}

header i {
    color: #933838;
    font-size: 32px;
    text-align: center;
}

header h2 {
    color: #933838;
    font-weight: 500;
    text-align: center;
}

.data {
    text-align: center;
}

.data p a {
    color: #933838;
    text-decoration: none;
    text-align: center !important;
}

.data p a:hover {
    text-decoration: underline;
}

.buttons {
    padding: 20px 0px;
    text-align: center;
}

.buttons .cookie-button {
    border: 2px solid #933838;
    color: #fff;
    padding: 8px 0;
    background: #933838;
    cursor: pointer;
    width: calc(100% / 2 - 10px);
    transition: all 0.2s ease;
    max-width: 150px;
    border-radius: 0px;
}

.buttons #acceptBtn:hover {
    background-color: transparent;
    color: #933838;
}

#declineBtn {
    background-color: #fff;
    color: #933838;
    border-radius: 0px;
}

#declineBtn:hover {
    background-color: #933838;
    color: #fff;
}

#result {
    color: #933838;
    font-size: 14px;
}