/*
    Template  Name: gogrin
*/

html,body{
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.btn-primary:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
	border: none;
}
textarea,
input{
	outline:none;
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
.fix {
    overflow: hidden;
}
.clear_both {
    clear: both;
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
}
p.txbd_mailchimp {
    color: #ffe400;
    margin-top: 8px;
}

/* bootstrap  row sick */
.slick-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.slick-slider .col-md-12,
.slick-slider .col-lg-12{
    margin-left: 15px;
    margin-right: 15px;
	margin-bottom:1px;
	margin-top:1px;
}
.witr_all_pd0 {
    padding: 0 0;
    margin: 0 0 0 0 !important;
}
/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 100px;
}
.portfolio_nav_all {
    padding: 0px 0 22px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
/* portfolio items css */
.portfolio_area .section_title_area{
    margin-bottom: 30px;
}
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #131713a3;
    text-align: center;
}
.port_content_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.port_content_center >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
}
.port_content_center >a >i{
    font-size: 22px;
}
.port_content_center h2 {
    margin: 0;
}
.port_content_center h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 120px 0 35px;
}
.inner_yblog_form {
    position: relative;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 90%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    right: 0;
    display: inline-block;
    outline: none;
    border: none;
    padding: 15px 20px 14px;
    background-color: #dddddd;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26%;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
}
.inner_yblog_left_title a {
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a i{
    font-weight: 900;
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
/* blog left inner css */
.yblog_left_inner{
    margin-bottom: 30px;
    border-bottom: none !important;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}
.yblog_left_sub {
    padding: 25px 20px 30px !important;
}
.yblog_left_inner:hover .inner_blog_img img{
    transform: scale(1.2);
}
.yblog_left_sub h2 a{
    font-size: inherit;
    width: 90%;
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 120px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    font-size: 20px;
    margin-right: 4px;
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 8px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}
.inner_single_page_middle_text h2{
    font-size: 24px;
}
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}
.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}
.inner_single_blog_group_box p{
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
}
.inner_single_blog_group_box span{
    font-size: 1.125em;
    font-weight: 400;
    color: var(--paracolor);
}
.single_blog_post_area {
    margin: 80px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
}
.single_blog_post_area p{
    margin: 0;
}
.single_blog_post_area a{
    color: var(--paracolor);
    font-size: 16px;
    font-weight: 400;
}
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.inner_sin_com_form input {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.inner_sin_com_form textarea{
    width: 100%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.inner_sin_com_btn button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    border: none;
    transition: .6s;
}

/*======== shop area start ==========*/
.inner_shop_img {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}
.inner_shop_img img{
    margin: auto;
}
/* inner shop icons css */
.inner_shop_icons {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    transition: .5s;
}
.inner_shop_area:hover .inner_shop_icons{
    bottom: 20px;
}
/* inner shop icons css */
.inner_shop_icons a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--whitec);
    color: var(--titlecolor);
    box-shadow: 0 0 5px #230a0a15;
}
/* inner shop content css */
.inner_shop_content {
    padding: 15px 0 0px;
}
.inner_shop_content p{
    font-weight: 500;
    margin-bottom: 10px;
}
.inner_shop_content i {
    display: inline-block;
    margin-top: 12px;
    font-size: 19px;
    color: #ffc107;
}
.shop_star_icons i{
    font-size: 19px;
    color: #ffc107;
}
.shop_star_icons i.white{
    color: #cbc1c1;
}
/* price sale css */
.price_sale{
    position: absolute;
    top: 20px;
    right: 20px;
}
.price_sale span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    background-color: var(--brcolor);
    text-transform: uppercase;
    color: var(--whitec);
}
/* shop area defult arrow css */
.shop_area .slick-prev, .shop_area .slick-next {
    opacity: 1;
    visibility: visible;
    top: -95px;
}
.shop_area .slick-prev {
    left: 89%;
}
.shop_area .slick-next{
    right: 20px;
}
.shop_area.style2 .inner_shop_area{
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, .2);
}
/*======== shop area end ==========*/

/*======= style 2 shop area start  =======*/
.inner_single_course_right_select{
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}
.inner_shop_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
/* shop btn area css */
.shop_btn_area {
    margin-top: 30px;
}
.shop_btn_area a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 17px 50px;
    text-align: center;
    border-radius: 30px;
}
/* select items css */
.select_items {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.inner_shop_title_right{
    display: flex;
    align-items: center;
}
.inner_shop_right_icon ul li a{
    font-size: 22px;
    margin: 1px 0 0;
    padding: 5px 15px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #e8e8e8;
}
.inner_shop_right_icon ul li a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* tab list main css */
.tab_list_main{
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
}
.tab_list_img img{
    width: 100%;
}
.inner_tab_list_text {
    padding: 30px 20px 20px;
}
.inner_tab_list_text span{
    color: var(--brcolor);
    font-weight: 700;
    margin-bottom: 20px;
}
.inner_tab_list_text p {
    margin-top: 10px;
}
/* tab list socail icon css */
.tab_list_socail_icon a{
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--whitec);
    color: var(--titlecolor);
    margin: 0 5px;
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}
/*======= style 2 shop area end  =======*/

/*======== single shop page start  ==========*/
.inner_sin_shop_img img {
    width: 70%;
}
.sin_page_icons{
    padding: 10px 0 15px;
}
.sin_page_icons i{
    color: #ffc107;
}
.sin_shop_right_content span{
    color: var(--brcolor);
    font-weight: 500;
}
.sin_shop_right_content p{
    margin-top: 10px;
}
.shop_quenty{
    padding: 20px 0 20px;
}
.shop_quenty span{
    color: var(--brcolor);
    margin-right: 10px;
}
.shop_quenty input{
    border: 1px solid #ddd;
    height: 40px;
    margin-right: 10px;
}
.shop_quenty button{
    display: inline-block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    outline: none;
}
/*======== single shop page end  ==========*/

/* ======== cart area start =========== */
.inner_cart_area {
    padding: 12px 20px 12px;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid var(--brcolor);
    list-style: none;
}
.inner_cart_area p{
    margin: 0;
}
.inner_cart_area p i{
    margin-right: 10px;
}
/* inner cart btn css */
.inner_cart_btn {
    margin-top: 35px;
}
.inner_cart_btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 20px 7px;
    border-radius: 5px;
}
/* ======== cart area end =========== */

/* ====== my accout area start ====== */
.inner_my_accout_main h4 {
    font-size: 22px;
    margin-bottom: 33px;
}
/* inner my accout area css */
.inner_my_accout_area {
    border: 1px solid #e4e4e4;
    padding: 25px 25px 35px;
    border-radius: 5px;
}
.inner_accout_form >input {
    width: 100%;
    outline: none;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    height: 40px;
    padding-left: 20px;
    margin-bottom: 15px;
}
.inner_my_accout_form_btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 16px;
    border-radius: 2px;
    margin-right: 10px;
    font-family: Roboto, sans-serif;
}
.inner_my_accout_form_btn span{
    font-weight: 400;
}
.inner_my_accout_lost_pass {
    margin-top: 10px;
}
.inner_my_accout_lost_pass a{
    font-size: 16px;
    font-weight: 400;
}
/* ======= my accout area end ==== */

/*======== check-page-template area start  ==========*/
.details_heading {
    color: var(--whitec);
    background: var(--brcolor);
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.check_label {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
    display: block;
}
.check_label span {
    color: red;
    font-weight: 700;
}
.check_input {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    padding: 0.8em;
    border-radius: 2px;
    font-weight: 400;
}
.check_input:focus {
    border: 1px solid #e4e4e4;
}
.check_input::placeholder {
    font-weight: 500;
    font-size: 16px;
}
.check_info {
    margin-bottom: 15px;
}
.check_info input{
    width: 100%;
    height: 45px;
    padding: 20px;
    border: 1px solid #e4e4e4;
}
.check_info select {
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 0.6180469716em;
    border-radius: 2px;
    font-weight: 400;
}
.check_info select:focus-visible {
    border: 1px solid #e4e4e4;
    outline: 0;
}
.check_info select option {
    font-weight: 500;
    font-size: 16px;
    color: #555;
    font-family: "DM Sans", sans-serif;
}
.product_checkout {
    padding: 100px 0 50px;
}
.woocommerce-info {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-top-color: #e0a067;
}
.woocommerce-info a {
    color: var(--bgcolor);
}
.woocommerce-info::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
    color: #e0a067;
}
.product_details,
.total_pr {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 18px;
    text-transform: uppercase;
}
.product_quantity {
    font-weight: 700 !important;
}
.check_tab {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 20px 0 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
.payment_text {
    background: #fbf9f9;
    border-radius: 5px;
    padding: 1em;
}
.payment_text p {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #be9674;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    line-height: 2;
}
.payment_text p span {
    color: #e0a067;
}
.payment_text h6 {
    padding: 1em;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    border-top: 1px solid #d3ced2;
}
.payment_text h6 a {
    color: #ff9800;
    font-size: 16px;
    font-weight: 400;
}
.payment_text h6 a:hover {
    color: #e0a067;
}
.pay_sub_btn {
    text-align: center;
}
.pay_sub_btn button {
    padding: 0.6em 1em;
    outline: none;
    border: 0;     
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    transition: .6s;
}

.product_details2 {
    font-weight: 400;
    text-transform: uppercase;
}
/*======== check-page-template area end  ==========*/

/* ======== ANASAYFA ÜRÜN ÇAKIŞMA DÜZELTMESİ ======== */

.single_project_img .inner_pro_img {
    height: 320px;
    overflow: hidden;
}
.single_project_img .inner_pro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.project_area {
    margin-bottom: 320px !important;
    padding-bottom: 260px !important;
}
.inner_pro_text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.5;
    max-height: 63px;
}
.inner_pro_text h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

/* ======== ÜRÜN LİSTESİ GRID ======== */

.portfolio_img_area {
    height: 280px;
    overflow: hidden;
}
.portfolio_img_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ======== ÜRÜN DETAY SAYFASI ======== */

/* --- BÖLÜM 1: HERO (Galeri + Bilgi) --- */
.pd-hero {
    padding: 50px 0 40px;
    background: #fff;
}
.pd-gallery { position: relative; }
.pd-main-wrap {
    background: #f8fafc;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    margin-bottom: 14px;
    position: relative;
}
.pd-main-img {
    width: 100%;
    height: 420px;
    object-fit: contain;
    display: block;
    padding: 16px;
    cursor: zoom-in;
}
.pd-img-count {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background: rgba(0,0,0,.55);
    color: #fff;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    pointer-events: none;
    backdrop-filter: blur(4px);
}
.pd-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.pd-thumb {
    width: 90px;
    height: 68px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid #e2e8f0;
    cursor: pointer;
    opacity: .55;
    transition: all .25s ease;
    background: #f8fafc;
}
.pd-thumb:hover { opacity: .85; border-color: #94a3b8; }
.pd-thumb.active {
    border-color: var(--brcolor);
    opacity: 1;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
}

/* Sağ bilgi alanı */
.pd-info { padding-left: 10px; }
.pd-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--bgcolor);
    margin: 0 0 14px;
    line-height: 1.3;
}
.pd-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2f7;
}
.pd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    background: #f1f5f9;
    padding: 5px 14px;
    border-radius: 6px;
}
.pd-meta-item i { color: var(--brcolor); font-size: 13px; }

.pd-price-box {
    padding: 18px 22px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.pd-price-box.has-price {
    background: linear-gradient(135deg, #f0fdf4, #ecfdf5);
    border: 1px solid #bbf7d0;
}
.pd-price-box.no-price {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border: 1px solid #93c5fd;
}
.pd-price { font-size: 28px; font-weight: 700; color: #059669; }
.pd-price-old { font-size: 17px; color: #94a3b8; text-decoration: line-through; margin-right: 8px; }
.pd-discount-badge {
    display: inline-block; background: #dc2626; color: #fff;
    padding: 4px 12px; border-radius: 20px; font-size: 12px;
    font-weight: 700; margin-left: 8px; vertical-align: middle;
}

.pd-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 24px;
}

.pd-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.pd-btn {
    flex: 1;
    min-width: 140px;
    padding: 14px 24px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.pd-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.pd-btn-primary { background: var(--bgcolor); color: #fff; }
.pd-btn-primary:hover { color: #fff; }
.pd-btn-whatsapp { background: #25d366; color: #fff; }
.pd-btn-whatsapp:hover { color: #fff; }

.pd-share {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid #eef2f7;
}
.pd-share-label { font-weight: 600; color: #475569; font-size: 14px; }
.pd-share-btn {
    width: 36px; height: 36px; border-radius: 8px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #fff; text-decoration: none; font-size: 14px;
    transition: all .25s ease;
}
.pd-share-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.2); color: #fff; }

/* --- BÖLÜM 2: İLETİŞİM BANDI --- */
.pd-contact-bar {
    background: var(--bgcolor);
    padding: 0;
}
.pd-contact-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding: 18px 0;
}
.pd-contact-bar-title {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}
.pd-contact-bar-title i { font-size: 22px; color: var(--brcolor); }
.pd-contact-bar-items {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.pd-contact-bar-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.9);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 8px;
    background: rgba(255,255,255,.1);
    transition: all .25s ease;
}
.pd-contact-bar-item:hover {
    background: rgba(255,255,255,.2);
    color: #fff;
}
.pd-contact-bar-item i { font-size: 16px; color: var(--brcolor); }

/* --- BÖLÜM 3: ÜRÜN DETAYLARI --- */
.pd-details {
    padding: 40px 0;
    background: #f5f7fa;
}
.pd-content-section {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 36px 40px;
}
.pd-content-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--bgcolor);
    margin: 0 0 24px;
    padding-bottom: 14px;
    border-bottom: 2px solid var(--brcolor);
    display: flex;
    align-items: center;
    gap: 10px;
}
.pd-content-title i { color: var(--brcolor); font-size: 22px; }
.pd-content-section .page-content {
    font-size: 15px;
    line-height: 1.9;
    color: #334155;
}
.pd-content-section .page-content h3,
.pd-content-section .page-content h4 {
    color: var(--bgcolor);
    margin: 28px 0 14px;
    font-size: 18px;
    font-weight: 600;
}
.pd-content-section .page-content ul { padding-left: 22px; margin: 12px 0; }
.pd-content-section .page-content li { margin-bottom: 10px; line-height: 1.7; }

/* --- BÖLÜM 4: İLGİLİ ÜRÜNLER --- */
.pd-related {
    padding: 50px 0 60px;
    background: #f5f7fa;
}
.pd-related-title {
    text-align: center;
    margin-bottom: 30px;
}
.pd-related-title h3 {
    color: var(--bgcolor);
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}
.pd-related-title h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--brcolor);
    margin: 10px auto 0;
    border-radius: 2px;
}
.pd-related-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,.06);
    transition: all .35s ease;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
}
.pd-related-card:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,.13);
    transform: translateY(-6px);
    text-decoration: none;
    color: inherit;
}
.pd-related-img {
    height: 220px;
    overflow: hidden;
    flex-shrink: 0;
}
.pd-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.pd-related-card:hover .pd-related-img img { transform: scale(1.1); }
.pd-related-body {
    padding: 18px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pd-related-body h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.45;
    color: var(--bgcolor);
}
.pd-related-link {
    font-size: 13px;
    color: var(--brcolor);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: gap .3s;
}
.pd-related-card:hover .pd-related-link { gap: 8px; }

/* --- RESPONSIVE --- */
@media (max-width: 991px) {
    .pd-main-img { height: 360px; }
    .pd-title { font-size: 24px; }
    .pd-thumb { width: 80px; height: 60px; }
    .pd-info { padding-left: 0; margin-top: 24px; }
    .pd-contact-bar-inner { justify-content: center; text-align: center; }
}
@media (max-width: 768px) {
    .single_project_img .inner_pro_img { height: 260px; }
    .portfolio_img_area { height: 220px; }
    .pd-hero { padding: 30px 0 24px; }
    .pd-main-img { height: 300px; }
    .pd-title { font-size: 22px; }
    .pd-thumb { width: 70px; height: 54px; }
    .pd-content-section { padding: 24px; }
    .pd-contact-bar-items { gap: 10px; justify-content: center; }
    .pd-contact-bar-item { font-size: 13px; padding: 6px 12px; }
    .pd-related-img { height: 180px; }
}
@media (max-width: 480px) {
    .single_project_img .inner_pro_img { height: 200px; }
    .portfolio_img_area { height: 180px; }
    .pd-main-img { height: 240px; padding: 10px; }
    .pd-thumb { width: 60px; height: 46px; }
    .pd-actions { flex-direction: column; }
    .pd-btn { min-width: 100%; }
    .pd-content-section { padding: 18px; }
    .pd-related-img { height: 160px; }
    .pd-contact-bar-title { display: none; }
}

/* ========================================
   Feature Area Override (4-item layout fix)
   ======================================== */
.feature_area {
    padding: 60px 0 30px;
}
.feature_area .row {
    display: flex;
    flex-wrap: wrap;
}
.feature_area .row > [class*="col-"] {
    display: flex;
    margin-bottom: 20px;
}
.feature_area .single_feature {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 18px;
    margin: 0;
    width: 100%;
    background-color: var(--bgcolor);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    transition: background-color .4s, box-shadow .4s, transform .3s;
}
.feature_area .single_feature:hover {
    background-color: var(--brcolor);
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}
.feature_area .single_feature.style2 {
    background-color: var(--brcolor);
}
.feature_area .single_feature.style2:hover {
    background-color: var(--bgcolor);
}
.feature_area .sin_feature_icon {
    position: static;
    transform: none;
    flex-shrink: 0;
}
.feature_area .sin_feature_icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 1;
    border-radius: 50%;
    background-color: rgba(255,255,255,.15);
    color: #fff;
    border: 3px solid rgba(255,255,255,.3);
    transition: .4s;
}
.feature_area .single_feature:hover .sin_feature_icon i {
    background-color: rgba(255,255,255,.25);
    border-color: rgba(255,255,255,.5);
}
.feature_area .sin_feature_content {
    flex: 1;
    min-width: 0;
}
.feature_area .sin_feature_content h3 {
    margin: 0 0 4px 0;
}
.feature_area .sin_feature_content h3 a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.3;
}
.feature_area .sin_feature_content p {
    font-size: 13px;
    color: rgba(255,255,255,.85);
    line-height: 1.5;
    margin: 0;
}
@media (max-width: 991px) {
    .feature_area .row > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 575px) {
    .feature_area .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .feature_area .single_feature {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px 16px;
    }
}

/* ========================================
   Page Content Styling (Hakkımızda vb.)
   ======================================== */
.page-content {
    font-size: 15px;
    line-height: 1.8;
    color: #374151;
}
.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
    color: var(--bgcolor, #0f2b4c);
    margin-top: 28px;
    margin-bottom: 14px;
    font-weight: 700;
    line-height: 1.3;
}
.page-content h2 { font-size: 26px; padding-bottom: 10px; border-bottom: 2px solid var(--brcolor, #1a75bb); display: inline-block; }
.page-content h3 { font-size: 22px; }
.page-content h4 { font-size: 18px; }
.page-content p { margin-bottom: 14px; }
.page-content strong, .page-content b {
    color: var(--bgcolor, #0f2b4c);
    font-weight: 700;
}
.page-content ul, .page-content ol {
    margin: 14px 0;
    padding-left: 24px;
}
.page-content ul li, .page-content ol li {
    margin-bottom: 8px;
    line-height: 1.6;
    position: relative;
}
.page-content ul li::marker {
    color: var(--brcolor, #1a75bb);
}
.page-content a {
    color: var(--brcolor, #1a75bb);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color .2s;
}
.page-content a:hover {
    border-bottom-color: var(--brcolor, #1a75bb);
}
.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 16px 0;
}
.page-content blockquote {
    border-left: 4px solid var(--brcolor, #1a75bb);
    padding: 16px 20px;
    margin: 20px 0;
    background: #f0f5fa;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #475569;
}

/* ========================================
   Service Card Hover Fix (tüm sayfalar)
   ======================================== */
/* Slick slider equal height fix */
.service_active .slick-track {
    display: flex !important;
}
.service_active .slick-slide {
    height: auto !important;
    display: flex !important;
}
.service_active .slick-slide > div {
    display: flex;
    width: 100%;
}
.service_active .slick-slide > div > div {
    display: flex;
    width: 100%;
}
.single_service {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: background-color .4s, box-shadow .4s;
}
.single_service .ser_btn {
    margin-top: auto;
    padding-top: 12px;
}
.single_service p {
    flex: 1;
}
.single_service:hover {
    background-color: var(--bgcolor) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}
.single_service:hover h2 a,
.single_service:hover h3 a,
.single_service:hover p {
    color: #fff !important;
}
.single_service:hover .ser_btn a {
    color: #fff !important;
}
.single_service h3 a,
.single_service h2 a {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    line-height: 1.3;
    text-decoration: none;
}
.single_service h3 a i,
.single_service h2 a i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 56px !important;
    height: 56px !important;
    font-size: 26px !important;
    line-height: 1 !important;
    background-color: var(--brcolor) !important;
    color: #fff !important;
    border-radius: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: background-color .3s;
}
.single_service:hover h3 a i,
.single_service:hover h2 a i {
    background-color: rgba(255,255,255,.15);
}
.single_service h2 {
    margin-bottom: 14px;
    font-size: 18px;
}
.single_service h3 {
    margin-bottom: 14px;
}
.single_service p {
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}

/* ========================================
   Sidebar Widget Override (footer class fix)
   ======================================== */
.col-lg-4 .footer_main_add {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}
.col-lg-4 .footer_main_add img {
    width: 70px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.col-lg-4 .footer_add_cont {
    flex: 1;
    min-width: 0;
}
.col-lg-4 .footer_add_cont a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #334155 !important;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 4px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.col-lg-4 .footer_add_cont a:hover {
    color: var(--bgcolor) !important;
}
.col-lg-4 .footer_add_cont span {
    display: block;
    font-size: 12px;
    color: #94a3b8 !important;
}
.col-lg-4 .footer_nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.col-lg-4 .footer_nav ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}
.col-lg-4 .footer_nav ul li a {
    color: #334155 !important;
    font-size: 15px;
    text-decoration: none;
    transition: color .2s;
}
.col-lg-4 .footer_nav ul li a:hover {
    color: var(--bgcolor) !important;
}
.col-lg-4 .footer_nav ul li a i {
    margin-right: 6px;
    color: var(--bgcolor);
}
