/*
    Theme Name: Baker
    Theme URL: https://bootstrapmade.com/baker-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.section-padding {
  padding: 60px 0px;
  position: relative;
}

.section-padding::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, rgba(227, 10, 23, 0), rgba(227, 10, 23, 0.2), rgba(227, 10, 23, 0));
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #e30a17;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Add animation to "page content" */

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -100px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

/***********************************
************************************
HEADER
************************************
***********************************/
@supports (-webkit-touch-callout: none) {
  .header {
    background-attachment: scroll !important;
  }
}

.header {
  background: url('../img/eray-asam-baskani.jpeg') no-repeat fixed;
  background-size: cover;
  min-height: 650px;
  position: relative;
  background-position: center;
}

.bg-color {
  background-color: rgba(15, 15, 15, 0.5);
  min-height: 650px;
}

#main-header {}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 13px 0 !important;
  transition: all 0.3s;
}
.nav-respo{
  margin-top: 8px;
}
.mob-logo{
    height: 75px; 
    margin-top: -21px; 
    max-width: 79px;
}
@media (max-width: 768px) {
  
  .mob-logo{
    height: 60px !important;
    max-width: 97% !important;
  }
  .avrasya-logo{
    margin-left: 0% !important;
  }
  .nav-respo{
    margin-top: 0px;
  }
	.navbar-collapse {
		background: rgba(64, 75, 97, 0.9);
    border-top: 0;
	}
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
  color: #002F2F;
}

.top-nav-collapse {
  padding: 0;
  background: rgba(227, 10, 23, 0.9);
}

.logo-dec {
  color: #ffffff;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
}

.navbar-brand {
  padding: 0px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0px;
  margin-top: 6px;
}

.navbar-default .navbar-nav>li>a {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 54px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #ffffff;
  background-color: rgba(227, 10, 23, 0.7);
  border-radius: 5px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  background-color: transparent;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.banner-info {
  padding-top: 140px;
  color: #fff;
}

.bnr-title, .bnr-sub-title {
  font-family: 'Fira Sans', sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

h1.bnr-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

h2.bnr-sub-title {
  font-size: 45px;
  text-transform: uppercase;
  padding: 20px 0px;
  font-weight: 700;
}

.bnr-para {
  font-weight: 300;
}

.btn-download, .btn-more, .btn-download:hover, .btn-download:focus, .btn-more:focus {
  text-transform: uppercase;
  margin-top: 50px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 60px;
  margin: 50px 10px 0 0;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.btn-download {
  background-color: #e30a17;
}

.btn-more, .btn-more:focus {
  margin-left: 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-more:hover {
  background: #e30a17;
  color: #fff;
  border-color: #e30a17;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: 25px;
  font-size: 38px;
  color: #fff;
}

/***********************************
************************************
features
************************************
***********************************/

.title, .service-title {
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  text-transform: uppercase;
  color: #222;
  font-weight: 700;
}

.item-img {
  margin-bottom: 15px;
}

.sub-title {
  font-size: 20px;
  color: #555;
}

.bottom-line {
  margin-top: 20px;
  margin-bottom: 40px;
  border: 0;
  border-top: 0px;
  height: 3px;
  width: 40px;
  background-color: #e30a17;
}

.wrap-item h3 {
  font-size: 24px;
  line-height: 25px;
}

.pad-bt15 {
  padding-bottom: 15px;
}

.sec-sub-title {
  padding-top: 30px;
}

.sec-sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #002F2F;
  text-transform: uppercase;
  margin: 25px 0px;
  line-height: 1.7;
}

#service {
  background-color: #F3F4F8;
}

ul.service-list li i {
  color: #002F2F;
  padding-right: 10px;
}

.learn-more, .learn-more:hover, .learn-more:focus {
  height: 50px;
  width: 175px;
  background: #e30a17;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  margin-right: 10px;
  margin-top: 45px;
  text-decoration: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.visit-portfolio, .visit-portfolio:hover, .visit-portfolio:focus {
  height: 50px;
  width: 175px;
  display: inline-block;
  text-align: center;
  color: #495376;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #838aa1;
  margin-top: 45px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bx-wrapper img {
  width: 70px;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
  margin-bottom: 15px;
}

.service-item h3 span {
  opacity: 0.7;
  font-size: 75px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -5px;
  font-weight: 900;
  padding-right: 6px;
}

.service-item h3 {
  font-weight: 700;
}

.service-item p {
  opacity: 0.6;
  color: inherit;
  padding: 10px 0px;
}

.service-item a {
  color: #be9e21;
}

.mr-btn-15 {
  margin-bottom: 15px;
}

.padding-right-zero {
  padding-right: 0px !important;
}

.bx-wrapper {
  margin: 0 auto 35px;
}

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

.portfolio-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

.portfolio-item figure img {
  display: block;
  position: relative;
  z-index: 10;
  margin: -15px 0
}

.portfolio-item figure figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 59px 30px;
  background-color: rgba(227, 10, 23, 0.9);
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.portfolio-item figure img {
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.portfolio-item figure:hover img, figure.hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg)
}

.portfolio-item figure:hover figcaption, figure.hover figcaption {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0)
}

/***********************************
************************************
TESTIMONIAL
************************************
***********************************/

#testimonial {
  background: url('../img/bg.jpg') no-repeat;
  background-size: cover;
  min-height: 390px;
}

.bg-testicolor {
  background-color: rgba(227, 10, 23, 0.8);
  min-height: 390px;
}

.white {
  color: #fff !important;
}

.testimonial-item ul li blockquote {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  font-weight: 300;
  text-shadow: 1px 1px 2px #222;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0 80px;
  position: relative;
  border: 0;
}

.testimonial-item ul li small {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  text-shadow: 1px 1px 2px #222;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.bx-viewport {
  height: 235px !important;
  background-color: transparent !important;
  border: 0px none !important;
  box-shadow: none !important;
}

.testimonial-item ul li blockquote::before {
  content: '“';
  left: 30px;
}

.testimonial-item ul li blockquote::before, .testimonial-item ul li blockquote::after {
  position: absolute;
  font-weight: 300;
  font-size: 3em;
  font-family: Georgia, serif;
  color: #ccc;
  top: 62%;
}

.testimonial-item ul li blockquote::after {
  content: '”';
  right: 30px;
}

/***********************************
************************************
Blog
************************************
***********************************/

.blog-info h2 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  padding-top: 5px;
  color: #e30a17;
}

.blog-comment {
  margin-top: 12px;
  min-height: 30px;
}

.blog-info p, .blog-comment p {
  color: #949494;
}

.blog-comment p:first-child {
  float: left;
}

.blog-comment p:last-child {
  float: right;
  margin-right: 0;
}

.blog-comment p i {
  color: #949494;
}

.read-more {
  color: #e30a17;
  margin-top: 15px;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s ease;
}

.read-more:hover {
  color: #c10914;
  text-decoration: none;
  transform: translateX(5px);
}

.blog-img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.blog-img img:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-img img {
  width: 100%;
  opacity: 0.9;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 5px;
  border: 3px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/***********************************
************************************
contact
************************************
***********************************/

#contact {
  background-color: #e30a17;
  padding: 60px 0;
  color: #fff;
}

#contact .service-title {
  color: #fff !important;
}

#contact .sub-title {
  color: #fff !important;
}

#contact h2 {
  color: #fff !important;
}

#contact p {
  color: #fff !important;
}

#contact .white {
  color: #fff !important;
}

.btn-submit, .btn-submit:hover, .btn-submit:focus {
  background-color: #fff;
  border: 2px solid #fff;
  color: #e30a17;
  padding: 10px 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 0;
  transition: all 0.2s ease;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-submit:hover {
  background-color: transparent;
  color: #fff;
  transform: none;
  box-shadow: none;
}

.btn-submit.sending {
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.7);
  color: #e30a17;
  border-color: #fff;
}

.btn-submit.success {
  background-color: #4CAF50;
  color: white;
  border-color: #4CAF50;
}

.btn-submit:active {
  transform: translateY(2px);
  box-shadow: none;
}

/* Gönderildi animasyonu */
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    width: 10px;
    opacity: 1;
  }
  40% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
  100% {
    height: 20px;
    width: 10px;
    opacity: 1;
  }
}

.checkmark {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 5px;
}

.checkmark.draw:after {
  content: '';
  display: block;
  width: 7px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 6px;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform-origin: left top;
  animation-delay: 0.2s;
}

/* Gönderiliyor animasyonu - basit noktalar */
.sending-dots:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
  0%, 20% {
    color: rgba(227, 10, 23, 0);
    text-shadow:
      .25em 0 0 rgba(227, 10, 23, 0),
      .5em 0 0 rgba(227, 10, 23, 0);
  }
  40% {
    color: #e30a17;
    text-shadow:
      .25em 0 0 rgba(227, 10, 23, 0),
      .5em 0 0 rgba(227, 10, 23, 0);
  }
  60% {
    text-shadow:
      .25em 0 0 #e30a17,
      .5em 0 0 rgba(227, 10, 23, 0);
  }
  80%, 100% {
    text-shadow:
      .25em 0 0 #e30a17,
      .5em 0 0 #e30a17;
  }
}

.form-control {
  background-color: transparent; 
  border: 2px solid rgba(255, 255, 255, 0.7);
  height: 50px;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control:focus {
  border: 2px solid #fff;
  outline: 0;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.2);
}

.contact-form input.form-control {
  margin-bottom: 20px;
  border-radius: 4px;
}

.contact-form textarea.form-control {
  min-height: 120px;
  border-radius: 4px;
  resize: none;
}

/* Placeholder renkleri */
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* Firefox için placeholder rengi */
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
  opacity: 1;
}

/* Chrome, Safari için placeholder rengi */
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* İletişim bilgilerinin stilini güncelle */
.loction-info p {
  margin-bottom: 30px;
  color: #fff !important;
  font-size: 16px;
}

.loction-info p i {
  font-size: 24px;
  color: #fff;
  vertical-align: middle;
  margin-right: 15px;
}

/* Validasyon mesajlarını düzenle */
.validation {
  color: #ff9a9a;
  font-size: 13px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 10px;
  border-radius: 3px;
  margin-top: 5px;
  display: none;
}

#sendmessage {
  color: #fff;
  background-color: rgba(76, 175, 80, 0.8);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
}

#errormessage {
  color: #fff;
  background-color: rgba(255, 87, 34, 0.7);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 20px;
  font-weight: 500;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s;
}

#sendmessage.show, #errormessage.show {
  display: block !important;
  opacity: 1;
}

/* Hata mesajı ikonu düzenleme */
#sendmessage i, #errormessage i {
  margin-right: 8px;
  font-size: 16px;
}

/* Beyaz alt çizgi elementleri için */
.bottom-line.white-bg {
  border-color: #fff;
  margin: 20px auto 30px;
}

/* İletişim sayfasındaki renk problemi için */
#contact .white {
  color: #fff !important;
}

/***********************************
************************************
contact
************************************
***********************************/

#footer {
  padding: 20px 0px;
}

.scrollToTop {
  position: fixed;
  bottom: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  background: #e30a17;
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
}

.white-bg {
  background-color: #fff;
}

#footer a {
  color: #e30a17;
  font-weight: 400;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

/***********************************
************************************
cta
************************************
***********************************/

.cta {
  background-color: #e30a17;
}

.cta .cta-info {
  width: 100%;
  float: left;
  padding: 30px 25px 30px 15px;
  border-radius: 5px;
}

.cta .cta-info .cta-txt h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.cta .cta-info .cta-btn {
  margin-top: 16px;
  background-color: #ffffff;
  padding: 20px 50px;
  color: #e30a17;
  font-size: 22px;
  display: inline-block;
  transition: all 0.5s ease-in 0s;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 768px) and (max-width: 980px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .portfolio-item figure figcaption {
    padding: 55px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-default .navbar-brand {
    padding-left: 16px;
    margin-top: 0px;
  }
  .banner-info {
    padding-top: 40px;
  }
  h1.bnr-title {
    font-size: 16px;
  }
  h2.bnr-sub-title {
    font-size: 33px;
  }
  body {
    font-size: 14px;
  }
  .btn-download, .btn-more, .btn-download:hover, .btn-more:hover, .btn-download:focus, .btn-more:focus {
    font-size: 12px;
    padding: 7px 18px;
  }
  .wrap-item h3 {
    font-size: 18px;
  }
  .title, .service-title {
    font-size: 28px;
  }
  .sub-title {
    font-size: 15px;
  }
  .service-item, .blog-sec, .wrap-item, .loction-info {
    margin-bottom: 15px;
  }
  .loction-info {
    padding: 0px 15px;
  }
  .portfolio-item figure figcaption {
    padding: 30px 30px;
  }
  .padding-right-zero {
    padding-right: 15px !important;
  }
  .portfolio-item figure p {
    font-size: 14px;
  }
  .portfolio-item figure h2 {
    font-size: 18px;
  }
  .testimonial-item ul li blockquote {
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    padding: 0 40px;
  }
  .navbar-default .navbar-nav>li>a {
    line-height: 22px;
    text-align: center;
  }
}

.footer-area {
  background-color: #222;
  background-size: 80px;
  padding: 60px 0 30px;
  color: #fff;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  font-weight: 600;
}

.footer-widget h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #e30a17;
}

.footer-widget p {
  color: #ccc;
  line-height: 1.6;
  margin-bottom: 20px;
}

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

.social-icons ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons ul li a {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #222;
  color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.social-icons ul li a:hover {
  background: #e30a17;
  transform: translateY(-3px);
}

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

.footer-links li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.footer-links li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e30a17;
}

.footer-links li a {
  color: #ccc;
  transition: all 0.3s ease;
}

.footer-links li a:hover {
  color: #e30a17;
  text-decoration: none;
}

.subscribe-form {
  position: relative;
  margin-top: 20px;
}

.subscribe-form input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  background: #222;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 10px;
  outline: none;
  transition: all 0.3s;
}

.subscribe-form input:focus {
  background: #444;
  box-shadow: 0 0 0 2px rgba(227, 10, 23, 0.3);
}

.subscribe-form button {
  padding: 8px 20px;
  border: none;
  background: #e30a17;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

.subscribe-form button:hover {
  background: #c10914;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.copyright {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #222;
}

.copyright p {
  color: #ccc;
  font-size: 14px;
}

/* Dropdown menu fix for mobile */
@media (max-width: 767px) {
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background-color: #404b61;
    border: none;
    box-shadow: none;
    display: none;
  }
  
  .dropdown-menu > li > a {
    color: #fff !important;
    padding: 10px 15px 10px 25px;
  }
  
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #333;
  }
  
  .dropdown.open .dropdown-menu {
    display: block;
  }
  
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
}



.blog-sec {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
  height: 450px;
  display: flex;
  flex-direction: column;
}

.blog-sec:hover {
  transform: translateY(-5px);
}

.blog-img {
  height: 200px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.blog-info {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blog-info h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-info p {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 25px;
}

.read-more {
  color: #e30a17;
  transition: all 0.3s;
  margin-top: auto;
}

.read-more:hover {
  color: #c10914;
  text-decoration: none;
}

.avrasya-logo{
  border-radius: 100%;
  margin-left: 35%;
}