:root {
    --section-space: 50px;
	--border-color: #e5e5e5;
	--body-color: #000;
}

.main-menu>ul>li{
	margin:0px 7px;
}
.header-layout8 .menu-area .header-logo {
    padding-right: 75px;
}
.th-widget-about {
    max-width: 100%;
}

@media (max-width: 766px) {
    .header-layout8 .header-top {
        padding: 7px 0;
    }
    .header-top .row>* {
      margin-top: 0;
    }
	
    .rev_slider_wrapper {
        height: 210px !important;
        margin-top: 147px !important;
    }
}

@media (max-width: 575px) {
    .header-layout8 .header-top {
        padding: 7px 0;
    }
    .breadcumb-wrapper {
        padding: 90px 0 50px 0;
    }
}
select, .form-control, .form-select, textarea, input {
    padding: 0 25px 0 12px;
	height: 58px;
}
.form-select, select {
    background-position: right 8px center;
}
.cc-error {
    border: 1px solid red!important;
}
.steps-number {
    display: inline-block;
    position: absolute;
    background-color: #4b90e2;
    color: #fff;
    width: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 3px;
    border-radius: 55px;
}
.steps-line {
    display: block;
    width: calc(100% - 40px;);
    background-color: #4b90e2;
    height: 1px;
    margin-top: 15px;
    margin-left: 40px;
}
.steps-title {
    padding-top: 20px;
    padding-left: 15px;
}
.steps-text {
    padding-left: 15px;
    margin-top: 10px;
    font-weight: 200;
    font-size: 14px;
}
.booking-form .form-select, .booking-form .form-control,select, textarea, input {
    color: #000;
}
#features-item h4 {
    margin-bottom: 12px;
    font-size: 16px;
}
#features-item p {
    font-size: 14px;
    font-weight: 200;
}
#features-item i {
    font-size: 50px;
    margin-bottom: 15px;
}
p.counter {
    margin: 0;
    line-height: 1.5;
}
.safe {
    font-size: .7em;
	line-height: 1rem;
}
.country-select .country-list {
    z-index: 3;
}
.payments .form-submit {
    border-radius: .31em;
    background: #28a745;
    color: #fff;
    transition: background-color .2s;
    width: 100%;
    height: 3.31em;
    padding-right: 0;
    border: none
}

.payments .form-submit .left {
    float: left
}

.payments .form-submit .center {
    float: left;
    width: 67%;
    font-size: 1em;
    margin-top: .5em;
	line-height: 1rem;
}

.payments .form-submit .right {
    float: right;
    background: #1d8a35;
    transition: background-color .2s;
    width: 17%;
    height: 3.1em;
    border-top-right-radius: .31em;
    border-bottom-right-radius: .31em
}

.payments .form-submit .center .amount {
    font-weight: 500;
    line-height: 1em;
    font-size: 1.2em
}

.payments .form-submit .center small {
    font-size: .7em
}

.payments .form-submit .left i {
    width: 1.66em;
    height: 1.81em;
    margin-top: .62em;
}

.payments .form-submit .right i {
    width: 1em;
    height: 1em;
    margin-top: 1em
}

.payments .form-submit .left i {
    width: 1.66em;
    height: 1.81em;
    margin-top: .62em;
    font-size: 1.2rem
}

.payments .form-submit .right i {
    width: 1em;
    height: 1em;
    margin-top: 1em
}
     /* Ana container stil */
        .whatsapp-container {
            position: fixed;
            bottom: 90px;
            right: 20px;
            z-index: 9999;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* WhatsApp butonu stili */
        .whatsapp-button {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: #25D366;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .whatsapp-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
        }

        .whatsapp-icon {
            width: 32px;
            height: 32px;
            fill: white;
        }

        /* Yardım mesaj kutusu stili */
        .whatsapp-popup {
            position: absolute;
            bottom: 80px;
            right: 0;
            width: 220px;
            max-width: 90vw;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 15px;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .whatsapp-popup.active {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f0f0f0;
        }

        .popup-title {
            color: #075E54;
            font-weight: bold;
            font-size: 16px;
            margin: 0;
        }

        .close-btn {
            background: none;
            border: none;
            color: #888;
            font-size: 18px;
            cursor: pointer;
        }

        .popup-content {
            margin-bottom: 15px;
        }

        .whatsapp-btn {
            display: block;
            width: 100%;
            padding: 10px;
            background-color: #25D366;
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            transition: background-color 0.2s;
            font-size: 14px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            box-sizing: border-box;
        }

        .whatsapp-btn:hover {
            background-color: #1ebb58;
        }





@media (min-width: 992px) {
.img-box7 .img1 {
    width: 650px;
    height: 518px;
   -webkit-clip-path: none;
    clip-path: none;
}

.img-box7 .journey-box {
    right: -78px;
    bottom: 17px;
	padding: 25px;
}
}