
/* CSS Document */

/*
    Created on   : 27/07/2025.
    Theme Name   : Bi'öğrenci
    Version      : 3.13.369
    Developed by : (destek@biogrenci.com) / (www.biogrenci.com)
*/
/**
* Core theme styles live in this file. Tüm üçüncü parti stiller build sürecinde
* dışarıdan yüklenecek şekilde ayrıldı.
**/



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

*************************** Start Styling Your theme from here ***************************

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

/*========================================================================================
  Custom Pagination Styles
==========================================================================================*/
.pagination {
  --bs-pagination-border-color: rgb(255, 235, 235);
  --bs-pagination-color: #444444;
  --bs-pagination-hover-color: #444444;
  --bs-pagination-hover-bg: rgb(255, 235, 235);
  --bs-pagination-hover-border-color: rgb(255, 235, 235);
  --bs-pagination-focus-color: #444444;
  --bs-pagination-focus-bg: rgb(255, 235, 235);
  --bs-pagination-focus-border-color: rgb(255, 235, 235);
  --bs-pagination-active-color: #ffffff;
  --bs-pagination-active-bg: #ff4f40;
  --bs-pagination-active-border-color: #ff4f40;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #ffffff;
  --bs-pagination-disabled-border-color: rgb(255, 235, 235);
}

.page-link {
  border-color: rgb(255, 235, 235) !important;
  color: #444444 !important;
}

.page-link:hover {
  background-color: rgb(255, 235, 235) !important;
  border-color: rgb(255, 235, 235) !important;
  color: #444444 !important;
}

.page-item.active .page-link {
  background-color: #ff4f40 !important;
  border-color: #ff4f40 !important;
  color: #ffffff !important;
}

.page-item.disabled .page-link {
  color: #6c757d !important;
  background-color: #ffffff !important;
  border-color: rgb(255, 235, 235) !important;
}
/*** 
====================================================================
  Theme Color and Root Prefix
====================================================================

 ***/
::-webkit-scrollbar{ width: 5px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #000;border-radius: 0;}
:root {
  --text-color    : #444444;
  --heading       : #090F32;
  --prime-two     : #ff4f40;
  --prime-one     : #ff4f40;
  --prime-three   : #6A45FF;
  --prime-four    : #FFCD45;
  --prime-five    : #007BFF;
  --prime-six     : #FFD338;
  --prime-seven   : linear-gradient(-90deg, #FF7DF2 0%, #FF275B 100%);
  --prime-eight   : #FFED4E;
  --prime-nine    : #FF1292;
  --prime-ten     : #FF3294;
  --prime-eleven  : #FFCE4C;
  --prime-twelve  : #FFE500;
}
::selection {
  background-color: rgb(255,79,64);
  color: #fff;
}

/*** 
====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
  text-align: center;
}
.ctn-preloader .animation-preloader .icon {display: inline-block; position: relative;}
.ctn-preloader .animation-preloader .icon img {animation: rotated 12s infinite linear;}
.ctn-preloader .animation-preloader .txt-loading {user-select: none;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--prime-ten);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Recoleta';
  font-weight: 700;
  letter-spacing: 12px;
  display: inline-block;
  color: rgb(255 50 148 / 20%);
  position: relative;
  font-size: 35px;
  line-height: 30px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
/*^^^^^^^^^^^^^^^^^^^^ Global Prefix ^^^^^^^^^^^^^^^^^^^^^*/
.main-page-wrapper {overflow-x:hidden;}
body {
  font-family: 'Gilroy', 'Sora', system-ui, sans-serif;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading);}
.h1,h1 {font-size: 80px; line-height: 1.18em; /*done*/}
.h2,h2 {font-size: 58px; line-height: 1.29em; letter-spacing:-1px; /*done*/}
.h3,h3 {font-size: 32px; /*done*/}
.h4,h4 {font-size: 24px; line-height: 1.54em; /*done*/}
.h5,h5 {font-size: 22px; line-height: 1.45em; /*done*/}
.h6,h6 {font-size: 18px; /*done*/}
p {line-height: 1.4em;}
::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.6);}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.6);}
::placeholder {color: rgba(0, 0, 0, 0.6);}
/*^^^^^^^^^^^^^^^^^^^^ Prefix Classes ^^^^^^^^^^^^^^^^^^^^^*/
.tran3s,.svg path {transition: all 0.3s ease-in-out;}
.tran4s {transition: all 0.4s ease-in-out;}
.tran5s {transition: all 0.5s ease-in-out;}
.tran6s {transition: all 0.6s ease-in-out;}
.fs-13 {font-size: 13px;}
.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-20 {font-size: 20px;}
.fs-22 {font-size: 22px;}
.fs-24 {font-size: 24px;}
.fs-26 {font-size: 26px;}
.fs-28 {font-size: 28px;}
.fs-30 {font-size: 30px;}
.fs-32 {font-size: 32px;}
.fs-34 {font-size: 34px;}
.fs-36 {font-size: 36px;}
.fs-38 {font-size: 38px;}
.fs-40 {font-size: 40px;}
.fs-42 {font-size: 42px;}
.fs-44 {font-size: 44px;}
.fw-500 {font-weight: 500;}
.fw-600 {font-weight: 600;}
.tx-dark {color: #000;}
.tx-primary {color: #ff4f40;}
.p-20 {padding: 20px;}
.p-30 {padding: 30px;}
.font-recoleta {font-family: "Funnel Display", sans-serif;}
.style-none {list-style: none; padding-left: 0; margin-bottom: 0;}
.shapes {position: absolute; z-index: -1;}
.border-bottom {border-bottom: 1px solid #f1f1f1 !important;}
.divider {border-bottom: 1px solid #f1f1f1 !important; margin-top: 5px; margin-bottom: 5px;}
.btn-outline-custom {
  color: #444444;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 1px solid #FFEBEB;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
              border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-custom:hover {
  color: #444444;
  background-color: #FFEBEB;
  border-color: #FFEBEB;
}
.zn2 {z-index: 2;}
/*^^^^^^^^^^^^^^^^^^^^ Scroll Top ^^^^^^^^^^^^^^^^^^^^^*/
.scroll-top {
  width:35px;
  height:35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--prime-ten);
  display: none;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^*/
.title-style-one .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.title-style-one .main-title span:before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 10px;
  width: 98%;
  height: 12px;
  background: rgba(255, 139, 37, 0.4);
  z-index: -1;
}
.title-style-one h2{
  font-size: 54px;
}
.title-style-six .main-title {
  font-size: 62px;
  line-height: 1.32em;
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^*/
body .btn-one {
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 32px;
  position: relative;
  background:#000;
}
body .btn-one:hover {background: var(--prime-one);}
body .btn-four {
  color: #fff;
  line-height: 52px;
  border-radius: 7px;
  padding: 0 40px;
  position: relative;
  background:var(--prime-two);
  transition: all 0.3s ease-in-out;
}
body .btn-four:hover {background: #141414; color: #fff;}
body .btn-twentyOne {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.36px;
}
body .btn-twentyOne:hover {background: #000;}
/*^^^^^^^^^^^^^^^^^^^^^^^ Pagination ^^^^^^^^^^^^^^^^^^^^^^*/
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^*/
/* .theme-main-menu {
  position: absolute;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  padding: 20px 60px;
  transition: all 0.4s ease-out;
}*/
.theme-main-menu {
  padding: 10px 60px;
  top:0;
  left:0;
  right: 0;
  transition: all 0.4s ease-out;
  box-shadow: 0 13px 15px -12px rgba(35,35,35,0.1);
  position: relative;
  z-index: 100;
}
.theme-main-menu .logo {min-height: 50px; display: flex; align-items: center;}
.theme-main-menu .contact-btn-two {
  line-height: 18px;
  border: 1px solid var(--prime-two);
  color: var(--prime-two);
  border-radius: 30px;
  padding: 10px 15px;
}
.theme-main-menu .contact-btn-two:hover {background: var(--prime-two); color: #fff;}
.theme-main-menu .login-btn-one {
  line-height: 18px;
  border: 1px solid #E4E4E4;
  color: #000;
  border-radius: 30px;
  padding: 10px 20px;
}
.theme-main-menu .login-btn-one:hover {background: var(--prime-two); color: #fff;}
.header-search-one {
  width: 300px;
  height: 35px;
  z-index: 3;
}
.header-search-one input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 30px;
  font-size: 12px;
  color: #000;
  padding: 0 15px 0 15px;
}
.header-search-one .icon {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.theme-main-menu .go-back-btn {color: #000;}
.theme-main-menu .go-back-btn:hover {color: var(--prime-ten);}

.theme-basic-footer .footer-title {font-size: 24px; margin-bottom: 20px;}
.theme-basic-footer .footer-nav-link a {
  font-size: 14px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}

/* Animated subtle background for fancy-short-banner-three */
.fancy-short-banner-three.bg {background: url(../images/assets/bg-2.png) top center; z-index: 1; position: relative; overflow: hidden; isolation: isolate;}

/* Base animated pan on the main background (very subtle) */
.fancy-short-banner-three.bg {
  background-repeat: repeat;
  background-size: 1200px auto;
  background-position: 50% 50%;
  animation: fsb-bg-pan 36s ease-in-out infinite alternate;
  will-change: background-position;
}

/* Soft blur, low-opacity duplicate layer for depth & modern look */
.fancy-short-banner-three.bg::before {
  content: "";
  position: absolute;
  inset: -6% -6%;
  z-index: -1;
  background-image: inherit;
  background-repeat: inherit;
  background-size: 1300px auto;   /* slightly different size for parallax feel */
  background-position: center;
  opacity: 0.28;
  filter: blur(8px) saturate(0.9);
  transform: scale(1.05);
  animation: fsb-bg-zoom-pan 48s ease-in-out infinite alternate;
  will-change: transform, background-position, filter, opacity;
}

/* Optional gentle vignette for text contrast */
.fancy-short-banner-three.bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

@keyframes fsb-bg-pan {
  0%   { background-position: 48% 44%; }
  50%  { background-position: 52% 56%; }
  100% { background-position: 50% 50%; }
}

@keyframes fsb-bg-zoom-pan {
  0% {
    transform: scale(1.03);
    background-position: 54% 46%;
    opacity: 0.26;
    filter: blur(7px) saturate(0.9);
  }
  50% {
    transform: scale(1.08);
    background-position: 46% 54%;
    opacity: 0.30;
    filter: blur(8px) saturate(0.95);
  }
  100% {
    transform: scale(1.05);
    background-position: 50% 50%;
    opacity: 0.28;
    filter: blur(8px) saturate(0.9);
  }
}

/*.fancy-short-banner-three.bg:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 26px;
  background: url(../images/shape/shape_tbg.svg) no-repeat center top;
  background-size: cover;
  left: 0;
  top: -25px;
  z-index: -1;
}
.fancy-short-banner-three.bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  background: url(../images/shape/shape_86.svg) no-repeat center bottom;
  background-size: cover;
  left: 0;
  bottom: -38px;
  z-index: -2;
}*/
.fancy-short-banner-three h2 {
  font-size: 42px;
}
.opportunities .cat-tag {
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 11px;
    border-radius: 3px;
    padding: 0px 12px;
    margin-right: 5px;
}
.opportunities .trial-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 0, 0);
  line-height: 52px;
  padding: 0 30px;
  border-width: 2px;
  border-style: solid;
  border-color: #FFEBEB;
  border-image: initial;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
}
.opportunities .trial-button:hover {
  background: #FFEBEB;
  color: #000;
}
.brand-logo {
  padding: 10px 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    z-index: 5;
    bottom:-5px
}
.home-brand-logo {
  padding: 10px 20px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    z-index: 5;
    bottom:-5px
}
.home-brand-logo img{
width: 100px;
}
.partner-section-four .slick-slider img{
  width: 133px;
}
/* Disable existing floating shapes for a cleaner, minimal look on this banner */
.fancy-short-banner-three.bg .shape-one {
  width: 30px;
  height: 30px;
  left: 33%;
  top: -32px;
  background: #007BFF;
}
.fancy-short-banner-three.bg .shape-two {
  width: 14px;
  height: 14px;
  left: 19%;
  bottom: -32px;
  background: #FFB900;
}
.fancy-short-banner-three.bg .shape-three {
  width: 8px;
  height: 8px;
  right: 23%;
  top: 70%;
  background: #02DFEF;
  animation: jumpThree 5s infinite linear;
}
.fancy-short-banner-three.bg .shape-four {
  bottom: 13%;
  left: 0;
  width: 16.5%;
}
/*^^^^^^^^^^^^^^^^^^^^^ Footer Two ^^^^^^^^^^^^^^^^^^^^^^^^*/
.footer-style-two .top-footer {
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  padding: 30px 12px 0;
  z-index: 1;
}
.footer-style-two .inner-wrapper {max-width: 1170px;}
.footer-style-two .email:hover {text-decoration: underline; color: #000;}
.footer-style-two .mobile {color: var(--prime-two);}
.footer-style-two .mobile:hover {text-decoration: underline;}
.footer-style-two .footer-nav-link a:hover {color: var(--prime-two); text-decoration: underline;}
.footer-style-two .bottom-footer {padding: 40px 0 25px; z-index: 2;}
.footer-style-two .bottom-footer .copyright {font-size: 15px;}
.footer-style-two .bottom-footer .social-icon a {
  font-size: 19px;
  margin-left: 19px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.footer-style-two .bottom-footer .social-icon a:hover {color: var(--prime-two);}
.footer-style-two .shape-one {
  width: 120px;
  height: 120px;
  background: #FFBF44;
  opacity: 0.7;
  top: -60px;
  left: -60px;
}
.footer-style-two .shape-two {
  width: 136px;
  height: 136px;
  background: #15B9FF;
  opacity: 0.65;
  right: -70px;
  bottom: -55px;
}
.footer-style-two .shape-three {right: -7%; top: -14%;}
.footer-style-two .shape-four {left: -10%; bottom: 9%;}

.platform-button-group a {
  width: 190px;
  height: 58px;
  padding: 0 5px 0 25px;
  background: #1B1B1B;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.platform-button-group a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.platform-button-group a .icon {margin-right: 14px;}
.platform-button-group a span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
}
.platform-button-group a strong {
  font-weight: 500;
  font-size: 15px;
  display: block;
}
.platform-button-group a.windows-button {background: #fff; border-color: #DADADA;}
.platform-button-group a.windows-button span {color: #999999;}
.platform-button-group a.windows-button strong {color: #000;}

.fancy-feature-thirteen .skils-list {margin: 0 -10px;}
.fancy-feature-thirteen .skils-list li {margin: 20px 10px 0; font-size: 24px; color: #000;}
.fancy-feature-thirteen .skils-list li span {
  display: block;
  line-height: 42px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 16px;
}
.fancy-feature-thirteen .img-meta .shape-one {
  width: 52px;
  height: 52px;
  left: 15%;
  top: 12%;
  background: #31DAFF;
  z-index: 1;
}
.fancy-feature-thirteen .img-meta .shape-two {
  width: 132px;
  height: 132px;
  right: 3%;
  bottom: 10%;
  background: #FFC962;
  z-index: 1;
}

.partner_slider_one .item {padding: 12px; margin: 0 12px; border-radius: 10px; border-right: 1px solid #E3E3E3; border-bottom: 1px solid #E3E3E3;}

.pricing-nav-three .nav-item .nav-link {
  font-size: 18px;
  line-height: 60px;
  border: 1px solid #E6E6E6;
  padding: 0 15px;
  text-align: center;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pricing-nav-three .nav-item:nth-child(1) .nav-link {border-right: none;border-radius: 20px 0 0 20px;}
.pricing-nav-three .nav-item:nth-child(2) .nav-link {border-left: none;border-radius: 0 20px 20px 0;}
.pricing-nav-three .nav-item .nav-link.active {background: var(--prime-two); border-color: var(--prime-two); color: #fff;}
.pricing-section-three .shape-one {
  width: 12px;
  height: 12px;
  left: 12%;
  top: 18%;
  background: #74E2CD;
  animation: jumpThree 5s infinite linear;
}
.pricing-section-three .shape-two {
  width: 27px;
  height: 27px;
  right: 10%;
  top: 29%;
  background: #007BFF;
  animation: jumpTwo 5s infinite linear;
}

.footer-style-two .social-icon a {
  font-size: 24px;
  margin-left: 15px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.footer-style-two .social-icon a:hover {color: var(--prime-one);}

.fancy-feature-twentySeven .wrapper {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 30px;
}
.card-style-thirteen {padding: 30px; border-right: 1px solid rgb(231, 231, 231);}
.card-style-thirteen .icon {height: 80px;}
.card-style-thirteen p {color:#141414;}
.card-style-thirteen .arrow {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(255,50,148);
  background: rgb(255,50,148);
  color: #fff;
  font-size: 26px;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 1;
}

.block-style-seven .list-item li {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}
.block-style-seven .list-item li:before {
  content: url(../images/icon/icon_113.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.platform-button-group-three a {
  width: 190px;
  height: 60px;
  padding: 0 5px 0 25px;
  margin: 10px 25px 0 0;
  background: #313131;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.platform-button-group-three a:hover {
  transform: translateY(-5px);
  box-shadow: -5px 10px 30px rgba(0, 0, 0, 0.05);
}
.platform-button-group-three a .icon {margin-right: 14px;}
.platform-button-group-three a span {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  line-height: initial;
}
.platform-button-group-three a strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.platform-button-group-three a.ios-button {background: rgba(0, 0, 0, 0.09);}
.platform-button-group-three a.ios-button span {color: rgba(49, 49, 49, 0.7);}
.platform-button-group-three a.ios-button strong {color: #313131;}
.fancy-feature-thirtyEight .illustration-holder .main-img {border-radius: 35px;}
.fancy-feature-thirtyEight .illustration-holder .screen-two {
  position: absolute;
  right: 31%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.fancy-feature-thirtyEight .illustration-holder .shape-one {
  right: 5px;
  top: 1%;
  animation: jumpFour 5s infinite linear;
}
.fancy-feature-thirtyEight .illustration-holder .shape-two {
  left: -13%;
  bottom: 12%;
}

.partner-section-four .top-header {
  padding: 0 0 20px;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.partner-section-four .top-header .title {
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
}
.partner-section-four .top-header .lines {
  display: inline-block;
  height: 1px;
  width: 100%;
  background: rgb(231, 231, 231);
  flex-grow: 1;
}
.partner-section-four .icon {height: 50px;}


.fancy-feature-fortyTwo .nav-tabs .nav-link {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgb(231, 231, 231);
  color: #000;
  text-align: center;
  min-width: 60px;
  line-height: 33px;
  padding: 0 20px;
  border-radius: 30px;
  background: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 3;
  margin-bottom: 0 !important;
}
.fancy-feature-fortyTwo .nav-tabs .nav-link.active {border-color: #000;}
.fancy-feature-fortyTwo .tab-content>.active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.fancy-feature-fortyTwo .tab-content:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  left: -33px;
  height: 305px;
  background: url(../images/assets/bg-15.svg);
  background-repeat: repeat-x;
  z-index: -1;
}

.card-style-twenty {
  padding: 16px;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 10px;
  background: #fff;
}
 .card-style-twenty:hover {  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); border-color: #FFEBEB; }
.card-style-twenty .img-meta {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}
.card-style-twenty .img-meta {
  border: 1px solid rgb(231, 231, 231);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}
.card-style-twenty .img-meta a {
  display: block;
}
.card-style-twenty .img-meta picture {
  display: block;
  width: 100%;
}

.card-style-twenty .img-meta img{
  display: block;
  width: 100%;
}

.card-style-twenty .course-title {
  font-size: 22px;
  color: #000;
  letter-spacing: -0.3px;
  max-width: 100%;
  margin: 20px 0 15px;
  font-weight: 600;
}
.card-style-twenty .course-title:hover {text-decoration: underline;}
/*.fancy-feature-fortyTwo .slick-arrow-six {
  position: absolute; 
  right: 0; 
  top: 90px;
}
.slick-arrow-six li {
  font-size: 24px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #000;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}
.slick-arrow-six li:hover {
  background: #000;
  color: #fff;
}*/

.error-page-content {
  min-height: 100vh;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 180px 0 15px;
}
.error-page-content .shape-one {
  bottom: 0;
  right: 0;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 .1rem rgba(255,197,49, 0.1);
  }
  100% {
    box-shadow: 0 0 0 0.4rem rgba(255,197,49, 0.3);
  }
}

/*^^^^^^^^^^^^^^^^^^^^^ Profile Content ^^^^^^^^^^^^^^^^^^^^^^^^*/
.profile-tab-content .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.profile-tab-content .input-group-meta label i {
  font-size: 16px;
}

.profile-tab-content .input-group-meta span {
  font-size: 14px;
}

/* Mobil için kompakt görünüm */
@media (max-width: 767px) {
  .profile-tab-content .input-group-meta {
      display: flex;
      align-items: center;
      margin-bottom: 5px !important;
      padding: 5px 0;
      border-bottom: 1px solid #f0f0f0;
  }
  
  .profile-tab-content .input-group-meta label {
      margin-bottom: 0 !important;
      font-size: 12px;
      min-width: 140px;
      display: flex;
      align-items: center;
  }
  
  .profile-tab-content .input-group-meta label i {
      font-size: 14px;
      min-width: 20px;
  }
  
  .profile-tab-content .input-group-meta > div {
      padding-left: 10px !important;
      flex: 1;
  }
  
  .profile-tab-content .input-group-meta span {
      font-size: 13px;
      font-weight: 500;
  }
  
  .profile-tab-content .card-body {
      padding: 10px !important;
  }
  
  .profile-tab-content .card-header h4 {
      font-size: 18px;
  }

}
#educationEdit .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Education Edit Form Input styles - only for edit form */
#educationEdit .input-group-meta input.with-icon {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px 0px 52px;
  background: transparent;
  transition: all 0.3s ease;
}

#educationEdit .input-group-meta input:focus {
  border-color: #FF8B37;
  outline: none;
}

/* Input icon styles - only for edit form */
#educationEdit .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
}

/* Responsive styles for edit form */
@media (max-width: 767px) {
  #educationEdit .input-group-meta input.with-icon {
      height: 50px;
      font-size: 16px;
      padding-left: 45px;
  }
  
  #educationEdit .input-icon {
      font-size: 16px;
      left: 15px;
  }
  
  #educationEdit .input-group-meta label {
      font-size: 13px;
  }
  
  #educationEdit .input-group-meta small {
      font-size: 13px;
  }
}

@media (max-width: 575px) {
  #educationEdit .input-group-meta input.with-icon {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
  
  #educationEdit .input-group-meta label {
      font-size: 12px;
  }
  
  #educationEdit .input-group-meta small {
      font-size: 12px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ OTP Verification Form ^^^^^^^^^^^^^^^^^^^^^^^^*/
.otp-verification-form.fancy-short-banner-three {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px !important;
}

/* OTP Input special styling */
.otp-verification-form .otp-input {
  width: 100%;
  height: 80px !important;
  font-size: 2rem !important;
  letter-spacing: 1rem;
  font-weight: 600;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px;
  background: transparent;
  transition: all 0.3s ease;
}

.otp-verification-form .otp-input:focus {
  border-color: #e7e7e7;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(231, 231, 231, 0.25);
}

/* Label styles */
.otp-verification-form .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* Timer styling */
.otp-verification-form #timer {
  font-size: 18px;
  color: #ffc107;
}


/* Responsive styles */
@media (max-width: 991px) {
  .otp-verification-form.fancy-short-banner-three {
      min-height: 100vh;
      padding-top: 70px;
      padding-bottom: 30px;
  }
  
  .otp-verification-form.card-style-twenty {
      margin: 0 10px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .otp-verification-form.fancy-short-banner-three {
      align-items: flex-start; /* Prevent vertical centering on mobile */
      padding-top: 65px;
  }
  
  .otp-verification-form .card-style-twenty {
      margin: 20px 0 0 0;
  }
  
  .otp-verification-form .card-body {
      padding: 20px !important;
  }
  
  .otp-verification-form .otp-input {
      height: 70px !important;
      font-size: 1.5rem !important;
      letter-spacing: 0.8rem;
  }
  
  .otp-verification-form #timer {
      font-size: 16px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .otp-verification-form.fancy-short-banner-three {
      min-height: 100vh;
      min-height: 100dvh; /* Dynamic viewport height for mobile keyboards */
      padding-top: 0px;
      padding-bottom: 20px;
      margin-top: 0px !important;
      align-items: flex-start; /* Start from top on mobile */
  }
  
  .otp-verification-form .card-body {
      padding: 15px !important;
  }
  
  .otp-verification-form .otp-input {
      height: 60px !important;
      font-size: 1.3rem !important;
      letter-spacing: 0.5rem;
      border-width: 1px;
  }
  
}
/*^^^^^^^^^^^^^^^^^^^^^ Register Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.register-page-wrapper .user-data-form .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
  border-radius: 8px;
  padding: 0px 20px 0px 20px;
  background: transparent;
  transition: all 0.3s ease;
}

.register-page-wrapper .user-data-form .input-group-meta input.with-icon {
  padding-left: 52px;
}

.register-page-wrapper .user-data-form .input-group-meta input:focus {
  border-color: #FF8B37;
  outline: none;
}

/* Input icon styles */
.register-page-wrapper .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
}

.register-page-wrapper .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Card styles */
.register-page-wrapper .card-style-twenty {
  border-radius: 15px;
  overflow: hidden;
}


.register-page-wrapper .btn-outline-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
}
.register-page-wrapper.fancy-short-banner-three {
      margin-top: 0 !important;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -50px !important;
  }
/* Responsive styles */
@media (max-width: 991px) {
  .register-page-wrapper.fancy-short-banner-three {
      padding: 20px 0 !important;
      min-height: 100vh;
  }
  
  .register-page-wrapper .card-style-twenty {
      margin: 0 10px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .register-page-wrapper .card-style-twenty {
      margin: 0;
  }
  
  .register-page-wrapper .card-body {
      padding: 20px !important;
  }
  
  .register-page-wrapper .user-data-form .input-group-meta input {
      height: 50px;
      font-size: 16px;
  }
  
  .register-page-wrapper .input-icon {
      font-size: 16px;
      left: 15px;
  }
  
  .register-page-wrapper .user-data-form .input-group-meta input.with-icon {
      padding-left: 45px;
  }
  
  .register-page-wrapper .input-group-meta label {
      font-size: 13px;
      margin-bottom: 6px;
  }
  
  .register-page-wrapper .btn-outline-danger {
      padding: 12px 20px;
      font-size: 15px;
  }
  
  .register-page-wrapper .form-check-label {
      font-size: 13px;
      line-height: 1.5;
  }
  
}

/* Extra small devices */
@media (max-width: 575px) {

  .register-page-wrapper.fancy-short-banner-three {
      margin-top: 0 !important;
      min-height: 100vh;
      margin-top: -40px !important; /* Even smaller header on mobile */
  }
  

  
  .register-page-wrapper .card-body {
      padding: 15px !important;
  }
  
  .register-page-wrapper .user-data-form .input-group-meta {
      margin-bottom: 15px;
  }
  
  .register-page-wrapper .user-data-form .input-group-meta input {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Login Page ^^^^^^^^^^^^^^^^^^^^^^^^*/
.login-page-wrapper.fancy-short-banner-three {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px !important;
}

/* Phone input container */
.login-page-wrapper .position-relative.d-flex {
  display: flex;
  align-items: stretch;
}

/* Phone prefix style */
.login-page-wrapper .phone-prefix {
  background-color: #f8f9fa;
  border: 2px solid #ddd;
  border-right: 0;
  color: #666;
  padding: 0 15px;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  align-items: center;
  min-width: 60px;
  justify-content: center;
}

/* Login phone input style */
.login-page-wrapper .user-data-form input.login-phone {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px 0px 20px;
  background: transparent;
  transition: all 0.3s ease;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  flex: 1;
}

.login-page-wrapper .user-data-form input.login-phone:focus {
  border-color: #FF8B37;
  outline: none;
}

.login-page-wrapper .phone-prefix:has(+ input.login-phone:focus) {
  border-color: #FF8B37;
}

/* Label styles */
.login-page-wrapper .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}


/* Card styles */
.login-page-wrapper .card-style-twenty {
  border-radius: 15px;
  overflow: hidden;
}

.login-page-wrapper .btn-outline-danger {
  border-width: 2px;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.login-page-wrapper .btn-outline-danger:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
}

/* Responsive styles */
@media (max-width: 991px) {
  .login-page-wrapper.fancy-short-banner-three {
      min-height: 100vh;
      margin-top: -80px !important; /* Smaller header on mobile */
  }
  
  .login-page-wrapper .card-style-twenty {
      margin: 0 10px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .login-page-wrapper .card-style-twenty {
      margin: 0;
  }
  
  .login-page-wrapper .card-body {
      padding: 20px !important;
  }
  
  .login-page-wrapper .user-data-form input.login-phone {
      height: 50px;
      font-size: 16px;
  }
  
  .login-page-wrapper .phone-prefix {
      font-size: 16px;
      padding: 0 12px;
      min-width: 55px;
  }
  
  .login-page-wrapper .btn-outline-danger {
      padding: 12px 20px;
      font-size: 15px;
  }
 
}

/* Extra small devices */
@media (max-width: 575px) {

  
  .login-page-wrapper.fancy-short-banner-three {
      margin-top: 0 !important;
      min-height: 100vh;
      margin-top: -100px !important; /* Even smaller header on mobile */
  }

  .login-page-wrapper .card-body {
      padding: 15px !important;
  }
  
  .login-page-wrapper .user-data-form input.login-phone {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
  
  .login-page-wrapper .phone-prefix {
      border-width: 1px;
      font-size: 15px;
      min-width: 50px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Student Verification Form ^^^^^^^^^^^^^^^^^^^^^^^^*/
.student-verification-form.fancy-short-banner-three {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -80px !important;
}

/* Input styles - matching existing design */
.student-verification-form .user-data-form .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px 0px 52px;
  background: transparent;
  transition: all 0.3s ease;
}

.student-verification-form .user-data-form .input-group-meta input:focus {
  border-color: #FF8B37;
  outline: none;
}

/* Input icon styles */
.student-verification-form .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
}

/* Label styles */
.student-verification-form .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Card styles */
.student-verification-form .card-style-twenty {
  border-radius: 15px;
  overflow: hidden;
}



/* Custom radio button styling */
.student-verification-form .custom-radio-wrapper {
  position: relative;
  padding: 12px 15px;
  border: 2px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.student-verification-form .custom-radio-wrapper:hover {
  border-color: #FF8B37;
}

.student-verification-form .custom-radio-wrapper input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.student-verification-form .custom-radio-wrapper input[type="radio"]:checked + label {
  color: #FF8B37;
  font-weight: 600;
}

.student-verification-form .custom-radio-wrapper input[type="radio"]:checked ~ .custom-radio-wrapper {
  border-color: #FF8B37;
  background-color: rgba(255, 139, 55, 0.05);
}

.student-verification-form .custom-radio-wrapper:has(input[type="radio"]:checked) {
  border-color: #FF8B37;
  background-color: rgba(255, 139, 55, 0.05);
}

.student-verification-form .custom-radio-wrapper label {
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

/* Alert styles */
.student-verification-form .alert {
  border-radius: 8px;
  border: none;
  padding: 12px 16px;
}



/* Responsive styles */
@media (max-width: 991px) {
  .student-verification-form.fancy-short-banner-three {
      min-height: 100vh;
  }
  
  .student-verification-form .card-style-twenty {
      margin: 0 10px;
  }
}

/* Mobile styles */
@media (max-width: 767px) {
  .student-verification-form .card-style-twenty {
      margin: 0;
  }
  
  .student-verification-form .card-body {
      padding: 20px !important;
  }
  
  .student-verification-form .user-data-form .input-group-meta input {
      height: 50px;
      font-size: 16px;
      padding-left: 45px;
  }
  
  .student-verification-form .input-icon {
      font-size: 16px;
      left: 15px;
  }
  
  .student-verification-form .custom-radio-wrapper {
      padding: 10px 12px;
  }
  
  .student-verification-form .custom-radio-wrapper label {
      font-size: 13px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .student-verification-form.fancy-short-banner-three {
      margin-top: -70px !important;
      min-height: 100vh;
  }
  
  .student-verification-form .card-body {
      padding: 5px !important;
  }
  
  .student-verification-form .user-data-form .input-group-meta input {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
  
  .student-verification-form .input-icon {
      font-size: 15px;
  }
  
  .alert {
      font-size: 13px;
      padding: 10px 12px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Password Change Form ^^^^^^^^^^^^^^^^^^^^^^^^*/
.password-change-form .input-group-meta input.with-icon {
  padding-right: 45px;
}

.password-change-form .btn-link {
  text-decoration: none;
  color: #666;
  z-index: 10;
}

.password-change-form .btn-link:hover {
  color: #FF8B37;
}

/* Password Strength Bars */
.password-change-form .strength-bars {
  height: 8px;
}

.password-change-form .strength-bar {
  flex: 1;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.password-change-form .strength-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: width 0.3s ease;
}

.password-change-form .strength-bar.active[data-level="1"]::before {
  width: 100%;
  background: linear-gradient(90deg, #ff4757, #ff6b7a);
}

.password-change-form .strength-bar.active[data-level="2"]::before {
  width: 100%;
  background: linear-gradient(90deg, #ff6348, #ff8c7e);
}

.password-change-form .strength-bar.active[data-level="3"]::before {
  width: 100%;
  background: linear-gradient(90deg, #ffa502, #ffbe33);
}

.password-change-form .strength-bar.active[data-level="4"]::before {
  width: 100%;
  background: linear-gradient(90deg, #26de81, #20bf6b);
}

.password-change-form .strength-bar.active[data-level="5"]::before {
  width: 100%;
  background: linear-gradient(90deg, #0fb9b1, #20bf6b);
}

.password-change-form #password-strength-text {
  min-width: 80px;
  text-align: left;
}

.password-change-form .requirement {
  transition: all 0.3s ease;
}

.password-change-form .requirement.valid i {
  color: #28a745 !important;
}

.password-change-form .requirement.valid {
  color: #28a745;
}

/* Input styles */
.password-change-form .user-data-form .input-group-meta input,
.password-change-form .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px 0px 52px;
  background: transparent;
  transition: all 0.3s ease;
}

.password-change-form .user-data-form .input-group-meta input:focus,
.password-change-form .input-group-meta input:focus {
  border-color: #FF8B37;
  outline: none;
}

/* Input icon styles */
.password-change-form .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
}

/* Label styles */
.password-change-form .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Card styles */
.password-change-form .card-style-twenty {
  border-radius: 15px;
  overflow: hidden;
}

/* Responsive styles */
@media (max-width: 767px) {
  .password-change-form .card-body {
      padding: 20px !important;
  }
  
  .password-change-form .input-group-meta input {
      height: 50px;
      font-size: 16px;
      padding-left: 45px;
  }
  
  .password-change-form .input-icon {
      font-size: 16px;
      left: 15px;
  }
  

}

@media (max-width: 575px) {
  .password-change-form .card-body {
      padding: 5px !important;
  }
  
  .password-change-form .input-group-meta input {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
  
  .password-change-form .requirement small {
      font-size: 12px;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Email Change Form ^^^^^^^^^^^^^^^^^^^^^^^^*/
.email-change-form .input-group-meta input.with-icon {
  padding-right: 45px;
}

.email-change-form .btn-link {
  text-decoration: none;
  color: #666;
  z-index: 10;
}

.email-change-form .btn-link:hover {
  color: #FF8B37;
}


.email-change-form .current-email-info .bg-light {
  background-color: #f8f9fa !important;
  border: 1px solid #e9ecef;
}

/* Input styles */
.email-change-form .user-data-form .input-group-meta input,
.email-change-form .input-group-meta input {
  width: 100%;
  height: 60px;
  font-size: 17px;
  color: rgb(0, 0, 0);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-radius: 8px;
  padding: 0px 20px 0px 52px;
  background: transparent;
  transition: all 0.3s ease;
}

.email-change-form .user-data-form .input-group-meta input:focus,
.email-change-form .input-group-meta input:focus {
  border-color: #FF8B37;
  outline: none;
}

/* Input icon styles */
.email-change-form .input-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  z-index: 1;
  pointer-events: none;
}

/* Label styles */
.email-change-form .input-group-meta label {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 8px;
}

/* Card styles */
.email-change-form .card-style-twenty {
  border-radius: 15px;
  overflow: hidden;
}

/* Alert styles */
.email-change-form .alert {
  border: none;
  border-radius: 8px;
}

.email-change-form .alert-warning {
  background-color: #fff3cd;
  color: #856404;
}

.email-change-form .alert-info {
  background-color: #d1ecf1;
  color: #0c5460;
}

/* Responsive styles */
@media (max-width: 767px) {
  .email-change-form .card-body {
      padding: 10px !important;
  }
  
  .email-change-form .input-group-meta input {
      height: 50px;
      font-size: 16px;
      padding-left: 45px;
  }
  
  .email-change-form .input-icon {
      font-size: 16px;
      left: 15px;
  }
  
  .email-change-form .current-email-info .bg-light {
      flex-direction: column;
      text-align: center;
  }
  
  .email-change-form .current-email-info .badge {
      margin-left: 0 !important;
      margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .email-change-form .card-body {
      padding: 5px !important;
  }
  
  .email-change-form .input-group-meta input {
      height: 48px;
      font-size: 15px;
      border-width: 1px;
  }
  
  .email-change-form .alert {
      font-size: 13px !important;
  }
  
  .email-change-form .alert ul {
      margin-bottom: 0;
      padding-left: 20px !important;
  }
}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Hero Banner Six ^^^^^^^^^^^^^^^^^^^^^^^^*/
.hero-banner-six .hero-heading {
  font-size: 56px;
  line-height: 1.2em;
  letter-spacing: -2px;
}

.hero-banner-six .hero-heading span:before {
  content: '';
  position: absolute;
  width: 98%;
  height: 14px;
  bottom: 5px;
  left: 5px;
  background: rgba(255, 139, 37, 0.2);
  z-index: -1;
}

.hero-banner-six .subscribe-form {
  max-width: 600px;
}

.hero-banner-six .subscribe-form form {
  height: 70px;
}

.hero-banner-six .subscribe-form input {
  width: 100%;
  height: 100%;
  border: none;
  background: #F2F2F2;
  border-radius: 35px;
  padding: 0 180px 0 40px;
}

.hero-banner-six .subscribe-form button {
  width: 170px;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 35px;
  background: var(--prime-two);
  color: #fff;
}

.hero-banner-six .subscribe-form button:hover {
  background: var(--prime-one);
}

.hero-banner-six .subscribe-form p a {
  color: var(--prime-two);
}

.hero-banner-six .shape-one {
  width: 36px;
  height: 36px;
  left: 10%;
  top: 14%;
  background: #74E2CD;
  animation: jumpTwo 6s infinite linear;
}

.hero-banner-six .shape-two {
  left: 3%;
  top: 25%;
  animation: jumpThree 6s infinite linear;
}

.hero-banner-six .shape-three {
  width: 20px;
  height: 20px;
  left: 19%;
  top: 28%;
  transform: rotate(45deg);
  background: #BCD5FF;
}

.hero-banner-six .shape-four {
  left: 7%;
  top: 41%;
}

.hero-banner-six .shape-five {
  right: 12%;
  top: 13%;
  animation: rotated 25s infinite linear;
}

.hero-banner-six .shape-six {
  width: 12px;
  height: 12px;
  right: 5%;
  top: 15%;
  background: #74E2CD;
}

.hero-banner-six .shape-seven {
  width: 36px;
  height: 36px;
  right: 18%;
  top: 29%;
  background: #FF5C33;
  animation: jumpThree 5s infinite linear;
}

.hero-banner-six .shape-eight {
  right: 4%;
  top: 27%;
}
.hero-banner-six .text-lg {
  font-size: 24px;
  line-height: 1.67em;
}

.hero-banner-six .shape-nine {
  right: 8%;
  top: 43%;
  animation: jumpTwo 6s infinite linear;
}
.btn-twentyTwo {
  line-height: 55px;
  padding: 0 42px;
  border-radius: 7px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.2px;
}
.fancy-feature-thirtyTwo .card-style {
  position: absolute;
  width: 220px;
  height: 126px;
  background: #66EDFF;
  top: 41%;
  right: -8%;
}
.block-style-three .list-item li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}

.block-style-three .list-item li:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 6px;
  color: var(--prime-three);
}

.block-style-three .list-item.text-white li:before {
  color: rgba(255, 255, 255, 0.75);
}
.title-style-four .main-title {
  letter-spacing: -1.5px;
  font-size: 48px;
}

.title-style-four .main-title span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.title-style-four .main-title span:before {
  content: '';
  position: absolute;
  left: 3px;
  bottom: 5px;
  width: 100%;
  height: 6px;
  background: #FF5BD7;
  opacity: 0.5;
  z-index: -1;
}

.title-style-four .sc-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.3);
}

.title-style-four .sc-title-two {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-bottom: 22px;
}
.card-style-five {
  padding: 25px 15px 25px;
  background: #FFFFFF;
  box-shadow: 0px 30px 60px rgba(6, 24, 67, 0.05);
  border-radius: 10px;
  text-align: left;
  margin: 30px 0;
}

.card-style-five .icon {
  height: 45px;
}

.card-style-five h4 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  padding-top: 15px;
}
.card-style-five h3 {
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  padding-top: 15px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Feature Section Three ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-feature-three .screen-holder-one {
  width: 432px;
  height: 432px;
  border-radius: 50%;
  background: #F3F7F8;
  position: relative;
  z-index: 1;
  margin: 0 10% 0 auto;
}
.fancy-feature-three .screen-holder-one.marka {
  width: 432px;
  height: 340px;
  border-radius: 50%;
  background: #F3F7F8;
  position: relative;
  z-index: 1;
  margin: 0 10% 0 auto;
}

.fancy-feature-three .screen-holder-one2 {
  width: 432px;
  height: 470px;
  border-radius: 25px;
  background: #F3F7F8;
  position: relative;
  z-index: 1;
  margin: 0 10% 0 auto;
}

.fancy-feature-three .screen-holder-one .round-bg {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 20px 50px rgba(27, 75, 132, 0.03);
}

.fancy-feature-three .screen-holder-one .shapes {
  z-index: 1;
}

.fancy-feature-three .screen-holder-one .logo-one {
  top: -45px;
  right: 37%;
  animation: jumpTwo 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-one.marka {
  top: 0px;
  right: 28%;
  animation: jumpTwo 12s infinite linear;
  width:210px; height: 132px;
}

.fancy-feature-three .screen-holder-one .logo-two {
  top: 23%;
  left: -59px;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-two.marka {
  top: 15%;
  left: -100px;
  animation: jumpThree 12s infinite linear;
  width:210px; height: 175px;
}

.fancy-feature-three .screen-holder-one .logo-three {
  top: 72%;
  left: 0px;
  animation: jumpTwo 6s infinite linear;
}
.fancy-feature-three .screen-holder-one .anamarka {
  width:210px; height: 210px;
}

.fancy-feature-three .screen-holder-one .logo-four {
  bottom: -75px;
  left: 58%;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-five {
  top: 21%;
  right: -39px;
  animation: jumpThree 6s infinite linear;
}

.fancy-feature-three .screen-holder-one .logo-five.marka {
  top: 15%;
  right: -80px;
  animation: jumpThree 12s infinite linear;
}

.fancy-feature-three .screen-holder-one .shape-one {
  top: 44%;
  right: -15%;
}
.title-style-three .sc-title {
  font-size: 20px;
  padding-bottom: 10px;
  color: #ff574d;
}

.title-style-three .main-title {
  font-family: 'Gilroy', 'Sora', system-ui, sans-serif;
  font-size: 64px;
  line-height: 1.15em;
  margin: 0;
}

.title-style-three .main-title.marka {
  font-family: 'Gilroy', 'Sora', system-ui, sans-serif;
  font-size: 48px;
  line-height: 1.15em;
  margin: 0;
}

.title-style-three .main-title > span {
  z-index: 1;
}

.title-style-three .main-title .mark-bg {
  position: absolute;
  left: -8px;
  top: 45%;
  transform: translateY(-50%);
  width: 104%;
  height: 66px;
  z-index: -1;
}
.title-style-three .main-title.marka .mark-bg {
  position: absolute;
  left: -4px;
  top: 53%;
  transform: translateY(-50%);
  width: 104%;
  height: 52px;
  z-index: -1;
}
/*^^^^^^^^^^^^^^^^^^^^^ Partner Section One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.partner-section-one .img-box a {
  display: block;
  height: 100%;
}

.partner-section-one .img-box img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
}

.partner-section-one .img-box {
  background: #fff;
  border-radius: 50%;
  box-shadow: 15px 30px 50px rgba(23, 32, 90, 0.06);;
  width: 175px;
  height: 175px;
  margin: 0 auto 25px;
  transition: all 0.3s ease-in-out;
}

.partner-section-one .img-box:hover {
  transform: scale(1.1);
}

.partner-section-one .img-box.bx-b {
  width: 121px;
  height: 121px;
}

.partner-section-one .img-box.bx-d {
  width: 151px;
  height: 151px;
}

.partner-section-one .img-box.bx-f {
  width: 135px;
  height: 135px;
}

.partner-section-one .img-box.bx-g {
  width: 197px;
  height: 197px;
}

.partner-section-one .img-box.bx-h {
  width: 138px;
  height: 138px;
}

.partner-section-one .shape-one {
  top: 18%;
  right: 9%;
  animation: jumpTwo 4s infinite linear;
}

.partner-section-one .shape-two {
  bottom: -11%;
  left: 12%;
  animation: jumpThree 4s infinite linear;
}
/*^^^^^^^^^^^^^^^^^^^^^ Fancy Short Banner Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-five .bg-wrapper {
  background: #F6F9FB;
  z-index: 2;
}

.fancy-short-banner-five .shape-one {
  top: 10%;
  left: 5%;
}

.fancy-short-banner-five .shape-two {
  bottom: 7%;
  left: 40%;
}

.fancy-short-banner-five .shape-three {
  top: 8%;
  left: 7%;
  z-index: 2;
}

.fancy-short-banner-five .r-shape-one {
  width: 67px;
  height: 134px;
  left: 0;
  bottom: 0;
  background: #811EFF;
  border-radius: 0 100px 100px 0;
}

.fancy-short-banner-five .r-shape-two {
  width: 108px;
  height: 108px;
  background: #FFD74A;
  top: -60px;
  right: -60px;
  z-index: -1;
}

.fancy-short-banner-five .innner-content {
  border-radius: 20px;
  padding: 85px 90px 85px;
}

.fancy-short-banner-five .title-xl {
  font-size: 58px;
  line-height: 1.1em;
}

.fancy-short-banner-five .title-xl span {
  z-index: 1;
}

.fancy-short-banner-five .title-xl span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 100%;
  height: 10px;
  z-index: -1;
  background: #FFDEFA;
}

.form-style-one .input-group-meta input,
.form-style-one .input-group-meta textarea {
  width: 100%;
  max-width: 100%;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 18px;
}

.form-style-one .input-group-meta input {
  height: 62px;
}

.form-style-one .input-group-meta textarea {
  height: 122px;
  max-height: 122px;
}

.form-style-one .send-btn {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: 0.88px;
  background: var(--prime-two);
}

.form-style-one .send-btn:hover {
  background: var(--prime-seven);
}
body .btn-three {
  color: #fff;
  line-height: 52px;
  border-radius: 28px;
  padding: 0 40px;
  position: relative;
  background: var(--prime-two);
  transition: all 0.3s ease-in-out;
}

body .btn-three:hover {
  background: #090F32;
}

body .btn-four {
  color: #fff;
  line-height: 52px;
  border-radius: 7px;
  padding: 0 40px;
  position: relative;
  background: var(--prime-two);
  transition: all 0.3s ease-in-out;
}

body .btn-four:hover {
  background: #090F32;
}

body .btn-five {
  color: var(--prime-two);
}

body .btn-five i {
  display: inline-block;
  font-size: 14px;
}

body .btn-five:hover {
  color: #090F32;
}

body .btn-six {
  line-height: 50px;
  border-radius: 4px;
  border: 2px solid var(--prime-two);
  color: var(--prime-two);
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}

body .btn-six:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-seven {
  color: #fff;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  position: relative;
  background: #1B1B1B;
  transition: all 0.3s ease-in-out;
}

body .btn-seven:hover {
  background: var(--prime-three);
}

body .btn-eight {
  color: #fff;
  line-height: 60px;
  border-radius: 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  padding: 0 55px;
  position: relative;
  background: #1B1B1B;
  transition: all 0.3s ease-in-out;
}

body .btn-eight:hover {
  background: var(--prime-three);
}

body .btn-nine {
  color: #000;
  line-height: 55px;
  border-radius: 28px;
  font-size: 16px;
  padding: 0 36px;
  position: relative;
  background: var(--prime-four);
  transition: all 0.3s ease-in-out;
}

body .btn-nine.border3 {
  border-radius: 3px;
}

body .btn-nine:hover {
  background: #000;
  color: #fff;
}

body .btn-ten {
  color: #000;
  padding: 0 24px;
  line-height: 50px;
  z-index: 1;
}

body .btn-ten:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  border-radius: 25px;
  background: var(--prime-four);
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

body .btn-ten:hover:before {
  width: 100%;
}

body .btn-ten i {
  font-size: 0.9em;
  margin-left: 2px;
}

body .btn-eleven {
  line-height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 0 42px;
  background: var(--prime-five);
}

body .btn-eleven:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-twelve {
  line-height: 43px;
  border: 1px solid var(--prime-two);
  color: var(--prime-two);
  border-radius: 23px;
  padding: 0 45px;
}

body .btn-twelve:hover {
  background: var(--prime-two);
  color: #fff;
}

body .btn-thirteen {
  line-height: 55px;
  color: #fff;
  background: var(--prime-five);
  border-radius: 5px;
  padding: 0 40px;
}

body .btn-thirteen:hover {
  background: var(--prime-two);
}

body .btn-fourteen {
  line-height: 60px;
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  position: relative;
}

body .btn-fourteen:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 8px;
  left: 8px;
  z-index: -1;
  background: #FFEBE5;
  transition: all 0.3s ease-in-out;
}

body .btn-fourteen:hover {
  background: #000;
  color: #fff;
}

body .btn-fourteen:hover:before {
  background: var(--prime-six);
}

body .btn-fifteen {
  font-size: 18px;
  color: #000;
  letter-spacing: -0.5px;
  line-height: initial;
}

body .btn-fifteen:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s ease-in-out;
}

body .btn-fifteen:hover:before {
  background: var(--prime-six);
}

body .btn-sixteen {
  position: relative;
  font-size: 18px;
  line-height: 53px;
  border-radius: 30px;
  color: #fff;
  letter-spacing: -0.5px;
  background: var(--prime-seven);
  padding: 0 40px;
  z-index: 1;
}

body .btn-sixteen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(90deg, #FF7DF2 0%, #FF275B 100%);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

body .btn-sixteen:hover:before {
  opacity: 1;
}

body .btn-sixteen.border7, body .btn-sixteen.border7:before {
  border-radius: 7px;
}

body .btn-seventeen {
  font-size: 18px;
  line-height: 50px;
  padding: 0 40px;
  border-radius: 7px;
  position: relative;
  z-index: 1;
  background: linear-gradient(270.78deg, #FFA7A9 4.19%, #FF5EA3 96.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

body .btn-seventeen:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  border: 2px solid transparent;
  background: linear-gradient(0deg, #FE3B7D, #FF66C9) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

body .btn-eighteen {
  font-size: 17px;
  line-height: initial;
}

body .btn-eighteen i {
  font-size: 15px;
}

body .btn-eighteen:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: #000;
}

body .btn-eighteen a:hover {
  color: var(--prime-nine);
}

body .btn-nineteen {
  padding: 5px 20px;
  border-radius: 30px;
  background: #000000;
  color: #fff;
  font-size: 17px;
}

body .btn-nineteen:hover {
  background: var(--prime-nine);
}

body .btn-twenty {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  border: 2px solid #000;
  color: #000;
  font-size: 17px;
}

body .btn-twenty:hover {
  background: var(--prime-eight);
  border-color: var(--prime-eight);
}

body .btn-twentyOne {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.36px;
}

body .btn-twentyOne:hover {
  background: #000;
}

body .btn-twentyTwo {
  line-height: 55px;
  padding: 0 42px;
  border-radius: 7px;
  background: var(--prime-ten);
  color: #fff;
  letter-spacing: -0.2px;
}

body .btn-twentyTwo:hover {
  background: #000;
}

body .btn-twentyThree {
  width: 122px;
  height: 122px;
  background: #000;
  border-radius: 0 50% 0 0;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyThree:hover {
  border-radius: 50%;
  background: var(--prime-ten);
}

body .btn-twentyFour {
  color: #000;
  padding: 16px 36px;
  border: 2px solid #000;
  background: var(--prime-eleven);
}

body .btn-twentyFour::before {
  position: absolute;
  content: '';
  top: -16px;
  height: 14px;
  width: calc(100% + 3px);
  left: 5px;
  transform: skewX(-45deg);
  border: 2px solid #000;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyFour::after {
  position: absolute;
  content: '';
  right: -16px;
  height: calc(100% + 3px);
  width: 15px;
  top: -8px;
  transform: skewY(-45deg);
  border: 2px solid #000;
  border-left: none;
  border-top: none;
  transition: all 0.3s ease-in-out;
}

body .btn-twentyFour:hover:after,
body .btn-twentyFour:hover:before {
  background: #f3c755;
  border-color: #f3c755;
}

body .btn-twentyFour:hover {
  border-color: transparent;
}

body .btn-twentyFive {
  line-height: 51px;
  padding: 0 27px;
  font-size: 18px;
  color: var(--prime-eleven);
  border-radius: 7px;
  border: 2px solid var(--prime-eleven);
}

body .btn-twentyFive:hover {
  background: var(--prime-eleven);
  color: #000;
}

body .btn-twentySix {
  line-height: 48px;
  padding: 0 40px;
  color: #000;
  z-index: 1;
}

body .btn-twentySix:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #363636;
  transition: all 0.3s ease-in-out;
}

body .btn-twentySix:after {
  content: '';
  position: absolute;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  top: 5px;
  left: 5px;
  z-index: -1;
  background: var(--prime-six);
  transition: all 0.3s ease-in-out;
}

body .btn-twentySix:hover:before {
  border-color: var(--prime-six);
}

body .btn-twentySix:hover:after {
  top: 0;
  left: 0;
}
.blog-heading-one {
  font-size: 32px;
  line-height: 1.25em;
  letter-spacing: -1px;
}
.blog-title {
  font-size: 42px;
  line-height: 1.25em;
  letter-spacing: -1px;
}
article p {
  font-size: 19px;
  line-height: 34px;
}
article h2 {
  font-size: 24px;
  line-height: 1.25em;
  letter-spacing: -1px;
}
article h3 {
  font-size: 20px;
  line-height: 1.25em;
  letter-spacing: -1px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-meta-five {
  padding: 10px;
  border: 1px solid #000;
  width: 100%;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.blog-meta-five figure img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-meta-five:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
}
.sidebar-recent-news .news-block img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog-meta-five:hover, .blog-meta-five:hover:before {
  border-color: var(--prime-ten);
}

.blog-meta-five .tag {
  font-size: 12px;
  letter-spacing: 1px;
  border: 1px solid #000;
  padding: 3px 11px;
  color: #000;
}

.blog-meta-five .tag:hover {
  background: #000;
  color: #fff;
}

.blog-meta-five .blog-title {
  font-size: 36px;
  line-height: 1.416em;
  letter-spacing: -0.05em;
}

.blog-meta-five .blog-date a:hover,
.blog-meta-five .blog-title:hover {
  color: #000;
  text-decoration: underline;
}

.blog-meta-five .read-more {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #000;
  color: #fff;
  font-size: 24px;
}

.blog-meta-five .read-more:hover {
  background: var(--prime-ten);
}

.blog-section-five .btn-holder {
  position: absolute;
  right: 0;
  top: 35px;
}

/*^^^^^^^^^^^^^^^^^^^^^ Blog Section Five ^^^^^^^^^^^^^^^^^^^^^^^^*/
.fancy-short-banner-fourteen .title {
  font-size: 72px;
  line-height: 1.25em;
  letter-spacing: 0;
}

.fancy-short-banner-fourteen .title:before {
  content: url(../images/shape/shape_145.svg);
  position: absolute;
  top: -54px;
  left: -20px;
}

.fancy-short-banner-fourteen .title span {
  color: #fff;
  position: relative;
  text-shadow: 0 0 1px #3c3c3c;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3c3c3c;
}

.fancy-short-banner-fourteen .title span:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 12px;
  background: rgba(0, 255, 255, 0.45);
  left: 0;
  bottom: 24px;
}

.fancy-short-banner-fourteen .wrapper {
  border-bottom: 2px solid #000;
}
.blog-section-five .btn-holder {
  position: absolute;
  right: 0;
  top: 35px;
}
.blog-meta-five img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
