/*
Theme Name: Protel v1
Theme URI: https://protel.com.tr
Description: Protel Tema Bootstrap
Author: Alperen Alpa & Dila Çubukçu
Author URI: https://protel.com.tr
Version: 1.0
*/
:root{
	--width:100%;
}
.uc-navbar-item, .uc-navbar-nav>li>a{
	font-size: 15px !important;
	font-weight: 700 !important
}
nav.uc-navbar-container.uc-navbar-float.ft-tertiary.z-1.uc-navbar-sticky{
	backdrop-filter: none;
	background-color: #ffffff !important;
}
.py-5{
	padding-top: 3rem;
	padding-bottom: 3rem
}
*, .display-5, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: "Urbanist", sans-serif !important;
	font-optical-sizing: auto;
	letter-spacing: 0.3px !important
}
.dark-red{
	color: #B25400;
}
.fw-bolder{
	font-weight: 500
}
.to-light-blue{
	--uc-gradient-from: #0B2239;
	--uc-gradient-to: #164573;
}
.shadow-white, .hover\:shadow-white:hover{
	box-shadow: 0 .5rem 1rem -.1rem var(--shadow-color-white) !important;
}
.hover\:border-white:hover{
	border-color: border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-opacity-0 {
	border-color:transparent !important
}
.align-self-start{
	align-self: flex-start;
}
.bg-dark-blue{
	background-color: #174574
}
i.w-24px.unicon-checkmark:before {
	width: 24px;
	text-align: center;
}
.vstack.shrink{
	flex: 0;
}
.to-light-orange{
	--uc-gradient-from: #FEBB60;
	--uc-gradient-to: #FD9201;
}
.breadcrumb * {
	color: #4d4d4d;
}
.breadcrumb a{
	text-decoration:none;
	font-weight: 400
}
.breadcrumb > span {
	font-weight:700;
}
.bread-white span, .bread-white a{
	color: #ffffff;
}
.breadcrumb_last{font-weight: 700;}
.bread-white a:after{
	filter:brightness(2);
}
details{
	position:relative;
}
details summary::marker, details summary::-webkit-details-marker{
	content: "";
}
details summary::-webkit-details-marker{
	display: none;
}
details summary:after{
	content: "Read More";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	cursor:pointer;
	font-size:14px;
}
details summary:hover:after{
	text-decoration: underline;
}
details[open] summary:after{
	content: "Read Less";
}
img.object-fit-cover {
	object-fit: cover;
	object-position: bottom;
}
.text-gray-700{
	color: #333333 !important;
}
.min-w-1\/5 {
	min-width: 20% !important;
}
.rounded-top-2{
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.bg-gray-10{
	background-color:#FAFAFA;
}
.border-gray-25{
	border-color: #EDEDED !important
}
.ratio-9x16{
	aspect-ratio: 9 / 16;
}
.ratio-2x3{
	aspect-ratio: 2 / 3;
}
.uc-nav ul.uc-nav-sub{
	padding: 8px !important;
}
.nav-y .uc-parent>a::after{
	right: -5px !important;
}
.h-400px{
	height: 400px !important
}
.h-350px{
	height: 350px
}
.ct-input-wrapper:after {
    content: "⌄";
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    transform: translateY(-70%);
    line-height: 15px;
}
button.ct-arrow-btn{
	display: none;
}
.bg-success{
	background-color: #79E179;
}
@media (min-width: 1200px){
	.xl\:flex-row{
		flex-direction: row !important;
	}
	.xl\:d-flex{
		display: flex !important;
	}
	.xl\:col-5 {
		--grid-total: 12;
		--grid-count: 5;
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.xl\:max-w-140px{
		max-width: 140px !important;
	}
}
@media (min-width: 992px) {
	.lg\:child-cols-2>* {
		--grid-total: 12;
		--grid-count: 2;
		flex: 0 0 auto;
		width: 20%;
	}
	.lg\:text-left{
		text-align: left !important;
	}
}
@media (min-width: 768px) {
	.lg\:bg-gray-25{
		background-color: rgba(var(--bs-gray-25-rgb),var(--bs-bg-opacity))!important
	}
	.lg\:bg-white{
		background-color: #ffffff!important
	}
	.lg\:bg-gray-10{
		background-color: #fafafa !important
	}
	.lg\:flex-row{
		flex-direction: row !important;
	}
	.lg\:h-300px{
		height: 300px !important;
	}
	.lg\:w-full{
		width: 100% !important;
	}
	.md\:text-start{
		text-align:left !important;
	}
	.lg\:h-250px{
		height: 250px !important;
	}
}
@media (min-width: 768px) {
	:root{
		--width:720px;
	}
}

@media (min-width: 992px) {
	:root{
		--width:960px;
	}
}

@media (min-width: 1200px) {
	:root{
		--width:1140px;
	}
}

@media (min-width: 1400px) {
	:root{
		--width:1320px;
	}
}