.tp-header-2__bar button i {
    font-size: 23px;
    color: #357F7F !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: transparent !important;
    box-shadow: 0px 4px 8px rgba(51, 92, 154, 0.04);
}
@media (max-width:767px){

  .wp-block-embed iframe,
  iframe{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }

  .wp-block-embed__wrapper{
    position: relative;
    width:100%;
    padding-top:56.25%; /* 16:9 oran */
  }

  .wp-block-embed__wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
  }

}@media (max-width:767px){

  .wp-block-embed iframe,
  iframe{
    width:100% !important;
    max-width:100% !important;
    height:auto !important;
  }

  .wp-block-embed__wrapper{
    position: relative;
    width:100%;
    padding-top:56.25%; /* 16:9 oran */
  }

  .wp-block-embed__wrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
  }

}
@media (max-width:768px){
  .resurslar-list-page{
    padding: 0px 30px 0px 30px !important;
  }
}
@media (max-width: 768px) {
    .kesfet-giris {
        padding: 0 !important;
    }
}
/* Menü link pozisyon */
.tp-nav-menu .nav-item{
  position: relative;
}

/* Nokta (varsayılan gizli) */
.tp-nav-menu .nav-item > a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;               /* yazının altına mesafe */
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #2f7f78;        /* yeşil */
  border-radius: 50%;
  opacity: 0;
  transition: opacity .25s ease;
}

/* Hover olunca nokta */
.tp-nav-menu .nav-item:hover > a::after{
  opacity: 1;
}

/* Aktif sayfa – nokta kalıcı */
.tp-nav-menu .current-menu-item > a::after,
.tp-nav-menu .current_page_item > a::after,
.tp-nav-menu .active > a::after{
  opacity: 1;
}

/* =========================
   RESURSLAR – SINGLE
========================= */

.resurs-single{
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 0;
	border:1px solid #737373;
	border-radius:10px;
}
.resurs-single-content{
	padding:10px 10px;
}

/* Kapak alanı */
.resurs-single-hero{
  position: relative;
  margin-bottom: 10px;
}

.resurs-hero-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}

.resurs-hero-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Etiket */
.resurs-badge{
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
}

/* Başlık */
.resurs-single-title{
  font-size: 24px;
  margin-bottom: 20px;
  color: #357F7F;
  font-weight: 500;
}

/* İçerik */
.resurs-single-text p{
  font-size: 15px !important;
  line-height: 1.75;
  color: #1E1E1E;
}

/* İçerik içi listeler */
.resurs-single-text ul{
  margin: 16px 0 16px 20px;
}

.resurs-single-text li{
  margin-bottom: 6px;
}

/* =========================
   MOBİL
========================= */

@media (max-width:768px){
  .resurs-hero-img{
    height: 220px;
  }

  .resurs-single-title{
    font-size: 20px;
  }
}


/* =========================
   RESURSLAR – GRID PAGE
========================= */

.resurslar-list-page{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px !important;
  max-width: 1400px;
  margin: 0 auto;
  padding:80px 0px;
}

/* Kart */
.resurslar-list-page .resurs-card{
  display: flex;
  flex-direction: column;
  border: 1px solid #737373;
  border-radius: 6px;
  background: #fff;
}

/* Görsel */
.resurslar-list-page .kesfet-img{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.resurslar-list-page .kesfet-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* İçerik */
.resurslar-list-page .resurs-content{
  padding: 15px 8px 5px 5px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Padding sıfırla */
.resurslar-list-page .kesfet-giris{
  padding: 0 !important;
}

/* Buton */
.resurslar-list-page .btn-kesfet{
  margin-top: auto;
  text-align: right;
	margin-bottom:5px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width:1200px){
  .resurslar-list-page{
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:900px){
  .resurslar-list-page{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:600px){
  .resurslar-list-page{
    grid-template-columns: 1fr;
  }
}


.pb-120 {
    padding-bottom: 0px;
}
.pt-120 {
    padding-top: 0px;
}

/* =========================
   RESURSLAR – ANASAYFA
========================= */

/* KART */
.resurs-card *{
  box-sizing: border-box;
}
.resurs-card{
  display: flex;
  gap: 24px;
  border: 1px solid #737373;
  border-radius: 6px;
  padding: 0;
  background: #fff;
  align-items: stretch;   /* ← DİKEY EŞİTLEME KRİTİK */
  box-sizing: border-box;
}

/* SOL GÖRSEL ALANI */
/* Görsel alanı kesin yükseklik + stretch */
.kesfet-img{
  width: 38%;          /* senin istediğin değer */
  overflow: hidden;
  position: relative;
  display: flex;          /* KRİTİK */
}

/* WordPress thumbnail wrapper */
.kesfet-img .resurs-image{
  width: 100%;
  height: 100%;          /* KRİTİK */
}

/* Görsel: her şeyi ez */
.kesfet-img .resurs-image img{
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
}

/* SAĞ İÇERİK */
.resurs-content{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;                 /* ← BURASI ÖNEMLİ */
  box-sizing: border-box;
	padding:30px;
}

/* BAŞLIK */
.resurs-title{
  font-size: 18px;
  margin-bottom: 30px;
  color: #1E1E1E;
  font-weight: 400;
}

/* GİRİŞ YAZISI */
.kesfet-giris{
	padding: 00px 150px 0 0;
  box-sizing: border-box;
}
.resurs-excerpt{
  font-size: 14px;
  line-height: 1.6;
  color: #1E1E1E;
  margin-bottom: 0px;
	box-sizing: border-box !important;
}

/* BUTON */
.btn-kesfet{
   margin-top: auto;

  text-align: right;
  box-sizing: border-box;
}

.resurs-btn{
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 500;
  border: 2px solid #357F7F;
  color: #357F7F;
  text-decoration: none;
  border-radius: 4px;
  transition: .2s;
}

.resurs-btn:hover{
  box-shadow: 0 6px 18px rgba(47, 127, 120, 0.35);
	color: #357F7F;
}

/* =========================
   MOBİL
========================= */
@media (max-width:768px){
  .resurs-card{
    flex-direction: column;
  }

  .kesfet-img{
    width: 100%;
    max-width: 100%;
    height: 180px;   /* mobilde biraz daha rahat */
  }

  .resurs-content{
    padding: 20px;
  }
}

/* ================================
   ANA SLIDER
================================ */
.referans-slider{
  width:100%;
  position: relative;
  overflow: hidden !important;
  background: linear-gradient(to top left, #357F7F80 30%, #FDFDFD 100%);
  padding: 0px;
  box-sizing: border-box;
}

/* ================================
   KENAR ÇİZGİSİ (SVG)
   Not: background-size tek değer olmalı (2 değer yazmışsın)
================================ */
.referans-slider::after{
  content:"";
  position:absolute;
  top:40px;
  left:20px;
  right:20px;
  bottom:20px;

  background-image: url("/bg-line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% - 40px) calc(100% - 40px);

  pointer-events:none;
  z-index:1;
}

/* İçerik border’ın üstünde */
.referans-track,
.referans-slide,
.slider-prev,
.slider-next{
  position: relative;
  z-index: 2;
}

/* ================================
   SLIDER TRACK
================================ */
.referans-track{
  display:flex;
  flex-wrap: nowrap;
  width:100%;
  transition: transform .5s ease;
  box-sizing: border-box;
 
}

/* ================================
   SLIDE KİLİT (TAŞMA BİTSİN)
================================ */
.referans-slide{
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;

  display:flex;
  align-items:flex-start;
  gap:70px;
	padding: 10px 100px 0px; /* ESKİ GÖRÜNÜM AYNI */
}

/* ? KRİTİK: GAP + SABİT GÖRSEL YÜZÜNDEN TAŞMAYI ENGELLE */
.referans-content{
  /* Görsel 400px + gap 70px = 470px.
     Slide alanından bunları çıkar, kalan metin alanı olsun */
  flex: 1 1 calc(100% - 470px);
  min-width: 0;                 /* flex taşma killer */
  padding-top: 100px;
  padding-left: 0px;
  box-sizing: border-box;
}

.referans-image{
  flex: 0 0 400px;
  max-width: 400px;
  min-width: 400px;
  box-sizing: border-box;
}

.referans-image img{
  width:100%;
  height:auto;
  display:block;
}

/* ================================
   BAŞLIK RENKLERİ (SENDEKİ KALDI)
================================ */
.referans-content h3{
  margin-bottom:80px;
	font-weight:500;
}

/* JS hangi class’ı basarsa bassın çalışsın diye ikisini de bıraktım */
.referans-content h3 .alt-black,
.referans-content h3 .word-black{
  color:#1E1E1E !important;
}

.referans-content h3 .alt-green,
.referans-content h3 .word-green{
  color:#2f7f78 !important;
}

/* ================================
   YORUM METNİ (MARGIN TAŞIRIR → kontrollü yaptım)
================================ */
.referans-text{
  position:relative;
  font-size:17px;
  line-height:1.7;
  color:#333;
  max-width:540px;
padding:10px !important;
  /* margin:50px taşma yapıyordu; görünüm bozulmasın diye
     sadece üst/sol koruyup sağ/altı sıfırladım */
  margin: 50px 0 0 50px;
  box-sizing: border-box;
}

/* SOL – AŞAĞI BAKAN TIRNAK */
.referans-text::before{
  content:"“";
  position:absolute;
  left:-30px;
  bottom:-42px;
  font-size:64px;
  color:#2f7f78;
  line-height:1;
	 transform: scaleY(-1) translate(2px, 8px);
}

/* SAĞ – YUKARI BAKAN TIRNAK */
.referans-text::after{
  content:"”";
  position:absolute;
  right:-26px;
  top:-38px;
  font-size:64px;
  color:#2f7f78;
  line-height:1;
	transform: scaleY(-1) translate(2px, 8px);
}

/* ================================
   OKLAR
================================ */
.slider-prev,
.slider-next{
  position:absolute;
  bottom:40px;
  background:none;
  border:none;
  font-size:58px;
  color:#2f7f78;
  cursor:pointer;
}

.slider-prev{ left:110px; }
.slider-next{ left:150px; }

/* ================================
   MOBİL
================================ */
/* ================================
   SADECE TELEFON
================================ */
@media (max-width:767px){

  .referans-slider{
    position: relative;
    overflow: hidden !important;
    box-sizing: border-box;
    padding: 6px !important;
  }

  /* SVG BORDER */
  .referans-slider::after{
    content:"";
    position:absolute;

    /* Çizgiyi kenarlara yaklaştır */
    top:6px;
    left:6px;
    right:6px;
    bottom:6px;

    background: url("https://priap.az/referans-mobil.svg") no-repeat center;
    background-size: 100% 100%;

    z-index:0;
    pointer-events:none;
  }

  .referans-track,
  .referans-slide,
  .slider-prev,
  .slider-next{
    position: relative;
    z-index: 2;
  }

  .referans-track{
    display:flex;
    flex-wrap: nowrap;
    transition: transform .5s ease;
    will-change: transform;
  }

  .referans-slide{
    flex: 0 0 100%;
    width:100%;
    min-width:100%;
    max-width:100%;
    overflow:hidden;
    box-sizing:border-box;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    /* İç boşluk azaltıldı */
    padding: 24px 18px 72px !important;

    gap:8px;
  }

  .referans-image{
    display:none !important;
  }

  .referans-content{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;

    padding: 0 2px !important;
    margin:0 !important;

    text-align:center;
    box-sizing:border-box;
  }

  .referans-content h3{
    margin:0 0 10px 0 !important;

    /* Kenar boşluğu küçüldü */
    padding:0 2px !important;

    font-size:20px;
    line-height:1.3;

    text-align:center;
    word-break:break-word;
  }

  .referans-text{
    position:relative;

    width:100% !important;
    max-width:100% !important;

    margin:0 auto !important;

    /* Yazı alanı büyüdü */
    padding: 12px 22px 24px !important;

    font-size:14px;
    line-height:1.55;

    text-align:center;

    box-sizing:border-box;

    word-break:break-word;
    overflow-wrap:break-word;
  }

  .referans-text::before{
    content:"“";
    position:absolute;

    left:-2px;
    top:-8px;

    font-size:26px;
    line-height:1;

    color:#2f7f78;

    transform:none;
  }

  .referans-text::after{
    content:"”";
    position:absolute;

    right:-2px;
    bottom:-14px;

    font-size:26px;
    line-height:1;

    color:#2f7f78;

    transform:none;
  }

  /* OKLAR */
  .slider-prev,
  .slider-next{
    position:absolute;

    bottom:14px;

    border:none;
    background:none;

    font-size:34px;
    line-height:1;

    color:#2f7f78;

    cursor:pointer;
    z-index:5;

    width:40px;
    height:40px;

    display:flex;
    align-items:center;
    justify-content:center;
  }

  .slider-prev{
    left:50%;
    transform:translateX(-42px);
  }

  .slider-next{
    left:50%;
    transform:translateX(2px);
  }

}







.tp-header__chat-box {
    margin-left: -60px !important;
}
.tpMenuRightBtn {
    box-sizing: border-box !important;
    width: 45px !important;
    height: 45px !important;
    min-width: 45px !important;
    min-height: 45px !important;
    max-width: 45px !important;
    max-height: 45px !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    background-color: #ffffff !important;
    border-radius: 50% !important;

    border: 0 !important;
    outline: none !important;
    text-decoration: none !important;

    position: relative !important;
    cursor: pointer !important;

    /* Telefon ikonu */
    background-image: url("/call.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 25px !important;

    overflow: visible !important;
}

/* Yazı ve eski svg kesin kapalı */
.tpMenuRightBtn * {
    display: none !important;
}

/* Yumuşak halka */
.tpMenuRightBtn::before {
    content: "" !important;
    position: absolute !important;

    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;

    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.3) !important;

    box-shadow: 0 0 16px rgba(77, 182, 172, 0.5) !important;
    pointer-events: none !important;
}

/* Hover */
.tpMenuRightBtn:hover::before {
    box-shadow: 0 0 22px rgba(77, 182, 172, 0.7) !important;
}




.tp-header__logo {
    padding-left: 10px;
}
.eael-grid-post-holder {
    transition: all 0.3s ease; /* Hover geçişi için */
}

.eael-grid-post-holder:hover {
    box-shadow: 0 8px 35px #02648255;
}

.tp-main-menu-content .menu-item.current-menu-item > a,
.tp-main-menu-content .menu-item.current_page_item > a,
.tp-main-menu-content .menu-item.current-menu-ancestor > a {
    color: #357F7F !important;
}

/* Büyük masaüstü – NORMAL */
@media (min-width: 1400px) {
    .tp-main-menu-content ul li.menu-item > a {
        font-size: 15px !important;
    }
}

/* Küçük masaüstü – KÜÇÜK */
@media (min-width: 1200px) and (max-width: 1399px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
    .tp-main-menu-content ul li.menu-item > a {
        font-size: 13px !important;
    }
}


/* Arrow gövde */
#SR7_1_1 .hesperiden.sr7-arrows {
    background: transparent !important;
    width: 40px;
    height: 50px;
    border: 2px solid #026482;
    border-radius: 50%;

    /* SR7 DİKEY HİZALAMA */
    text-align: center;
    line-height: 0px !important;

    /* DAHA GÜÇLÜ SHADOW */
    box-shadow:
        0 0px 30px rgba(2, 100, 130, 1),
        0 0px 50px rgba(0, 0, 0, 1);

    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

/* Ok ikon */
#SR7_1_1 .hesperiden.sr7-arrows:before {
    color: #026482;
    font-size: 18px;
    line-height: 35px !important; /* KRİTİK */
}

/* Hover */
#SR7_1_1 .hesperiden.sr7-arrows:hover {
    background: #026482;
    box-shadow:
        0 20px 30px rgba(2, 100, 130, 0.90),
        0 20px 50px rgba(0, 0, 0, 0.30);
}

/* Hover ikon */
#SR7_1_1 .hesperiden.sr7-arrows:hover:before {
    color: #ffffff;
}


/* Form eksik + yazılıyor → kırmızı */
.tp-btn-square.is-writing {
    background-color: #ffffff !important;
    color: #d32f2f !important;
    border: 2px solid #d32f2f !important;
}

/* Input yazılırken kırmızı border */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border: 2px solid #d32f2f !important;
    outline: none !important;
}



.tp-contact-4__input-box input:focus{
 border:1px solid #d61010;	
}
.tp-contact-4__textarea-box textarea:focus{
	border:1px solid #d61010;
}
.golge {
    transition: text-shadow 0.3s ease;
}

.golge:hover {
    text-shadow: 0 2px 6px rgba(53, 117, 184, 0.6);
}

.tp-header__main-menu {
    margin-left: -35px;
    text-align: center;
}
.footer .elementor-icon-list-text {
    color: #FFFFFF;
    transition: color 0.3s;
    text-decoration: underline;
}
/* Mobil cihazlar için (max-width: 768px) */
@media (max-width: 768px) {
    .zeus.sr7-arrows {
        min-width: 40px !important;   /* küçültülmüş boy */
        min-height: 40px !important;  /* küçültülmüş boy */
    }
	.zeus.sr7-arrows:before {
    font-family: 'revicons';
    font-size: 20px !important;
    color: #026482;
    display: block;
    line-height: 40px !important;
    text-align: center;
    z-index: 2;
    position: relative;
}
}
.eael-entry-title {
    margin: 5px 3px 3px 3px;
}
.tp-header__chat-box {
    margin-left: 43px;
    margin-top: 2.9px;
}
.tp-footer__list ul li a::after {
    height: 0px;
}
.tpoffcanvas__logo a {
    display: block;
    width: 150px;
    height: auto;
}
/* Mobil renk */
@media (max-width: 767px) {
    .tp-main-menu-content .menu-item > a {
        color: #357F7F !important;
    }
}
.tp-main-menu-mobile ul li:not(:last-child) > a {
    color:#357F7F !important;
}
.tpoffcanvas__social {
    display:none;
}
.tpoffcanvas__input {
    display:none;
}
.tpoffcanvas__contact-info {
    display:none;
}
.tpoffcanvas {
	background-color: #D9E6E6;
}
.tp-header-2__bar button i {
    font-size: 23px;
    color: var(--tp-common-white);
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background:#357F7F;
    box-shadow: 0px 4px 8px rgba(51, 92, 154, 0.04);
}
.elementor p {
    all: unset;
    font-family: inherit;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tp-service-contact-form {
    padding: 50px 30px;
    padding-bottom: 65px;
    background-image: none !important;
    background-size: cover;
}
.tp-btn-square {
    height: 40px;
    padding: 0px 45px;
    display: inline-block;
    line-height: 39px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    background: #357F7F;
    color: var(--tp-common-white);
	border-radius:100px;
}
.tp-contact-4__btn{
	text-align:center;
	margin:20px 0px;
}
.tp-btn-square:hover {
    height: 40px;
    padding: 0px 45px;
    display: inline-block;
    line-height: 39px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    background: #708E8E;
    color: #1D1D1D;
	border-radius:100px;
}
.tp-contact-4__input-box input {
    width: 100%;
    height: 50px;
    line-height: 65px;
    border: 1px solid #E5E5E5;
    transform: 0.3s;
	border-radius:15px;
}
.tp-contact-4__textarea-box textarea {
    resize: none;
    width: 100%;
    height: 150px;
    border: 1px solid #E5E5E5;
    transform: 0.3s;
	border-radius:15px;
}
label {
    color:#357F7F;
text-align:center;
font-weight:500;
	padding:8px 0px;
	display: grid;
}
.tedbir-title{
	color:#000;
font-size:17px;
	text-align:left;
padding:10px 0px 0px 0px;
	font-weight:500;
}
:root {
    --tp-ff-body: Roboto;
    --tp-ff-heading: 'Roboto', sans-serif;
	--tp-ff-satoshi: Roboto;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
    }
}
.tp-breadcrumb-height {
    display:none !important;
}
.eael-entry-media {
    overflow: hidden;
    margin: 10px 10px -1px 10px;
    border: solid 1px #026482;
	border-radius:5px 5px 0px 0px;
	box-shadow: 5px 5px 20px rgba(2, 100, 130, 0.35);
}
.eael-grid-post .eael-entry-wrapper {
    padding: 5px 10px 8px 10px;
	background-color:#026482;
	margin: 0px -1px -1px -1px;
	border-radius:10px 10px 10px 10px; 
	color:#fff !important;
	text-align:center !important;
}
.tp-header-top__area{
	display:none !important;
}
.tp-header__logo {
    width: 200px;
    height: auto;
}

.tp-header__transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;

    /* Arkaplan blur */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

      /* Arkaplan: transparan beyaz */
    background: rgba(255, 255, 255, 0.35);

    /* Alt gölge */
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.10);

    border-bottom: none; /* çizgi istemiyorsan */
}

.tp-header__main-menu ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    border-right: 0px solid #fff;
    padding: 0 15px;
}

.tp-header__main-menu ul li > a {
    font-family: var(--tp-ff-satoshi);
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 0px;
    color: var(--tp-common-black);
    padding: 34px 0px;
    display: inline-block;
    text-transform: capitalize;
    transition: 0.3s;
}
.tp-header__chat-box span{
	display: none !important
}

.tp-header__chat-box a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #333;
	background-color:#dccd00;
  padding:15px 30px;
	border: 1px #dccd00 solid;
	border-radius:100px;
}
.tp-header__chat-box a:hover {
	background-color:transparent;
	border:1px #dccd00 solid;
color:#dccd00;
}