@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;600;700;800&display=swap');
body {font-family: 'Poppins', sans-serif; font-weight: 400; font-style: normal; font-size: 18px; line-height: 1.5; color: #444444; overflow-x: hidden; }
.page-wrapper{overflow-x: hidden;}
/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 60px; font-style: normal; line-height: 70px; font-weight: 600; text-transform: capitalize; color: #0f1f3d; letter-spacing: 0; }
h2 { font-size: 40px; font-style: normal; line-height: 50px; font-weight: 600; color: #0f1f3d; text-transform: capitalize; margin-bottom: 10px; position: relative; }
h3 { font-size: 30px; font-style: normal; line-height: 40px; font-weight: 500; color: #0f1f3d; }
h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 34px; color: #0f1f3d; }
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #0f1f3d; }
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #0f1f3d; }
ul { margin: 0px; padding: 0px; }



/* ------------------------
    Helper class
------------------------*/
p { line-height: 1.7; }
.lead { font-weight: normal; font-size: 16px; line-height: 30px; }
.o-hidden { overflow: hidden; }
.pos-r { position: relative; }
.z-index-0 { z-index: 0; position: relative; }
.z-index-1 { z-index: 1; position: relative; }
h1 span { color: #0f1f3d; }
section { padding: 30px 0; }
.align-item-middle { display: -webkit-flex;  /* Safari */ -webkit-align-items: center;  /* Safari 7.0+ */ display: flex; align-items: center; }
.align-item-middle > div { width: 100%; }

.font-w-3 { font-weight: 300; }
.font-w-4 { font-weight: 400; }
.font-w-5 { font-weight: 500; }
.font-w-6 { font-weight: 600; }
.font-w-7 { font-weight: 700; }
.font-w-8 { font-weight: 800; }
.font-w-9 { font-weight: 900; }
.line-h-2 { line-height: 1.6; }
.line-h-3 { line-height: 1.7; }
.line-h-4 { line-height: 1.8; }
.line-h-5 { line-height: 1.9; }

.letter-space-1 { letter-spacing: 5px; }
.letter-space-2 { letter-spacing: 10px; }
.letter-space-3 { letter-spacing: 15px; }


/* ------------------------
    Text color
------------------------*/
.text-theme { color: #0f1f3d; }
.text-black { color: #0f1f3d !important; }
.text-grey { color: #999999; }
.text-rgba { color: rgba(255, 255, 255, 0.8); }


/* ------------------------
    Background color
------------------------*/
.white-bg { background-color: #ffffff !important; }
.dark-bg { background-color: #090f1e; }
.grey-bg { background-color: #fcfcff; }
.theme-bg { background-color: #0f1f3d; }
.theme-bg-2 { background-color: #c9a84c; }
.transparent-bg { background-color: inherit !important; }


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner { position: relative; min-height: 800px;}
[data-bg-img] { background-size: cover; background-position: center center; background-repeat: no-repeat; }
.align-center { position: absolute; top: 50%; width: 100%; z-index: 9; }
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item, .fullscreen-banner .item { height: 100%; }

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover { background-size: cover; }
.bg-contain { background-size: contain; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }
.bg-pos-rt { background-position: right top; }
.bg-pos-lt { background-position: left top; }
.bg-pos-rb { background-position: right bottom; }
.bg-pos-lb { background-position: left bottom; }
.bg-repeat { background-repeat: repeat; }


/* ------------------------
    Countdown
------------------------*/
.countdown { margin: 50px 0; width: 100%; }
.countdown > li { font-weight: 700; list-style-type: none; background: rgba(255,255,255,0.2); border-radius: .25rem; padding: 10px; text-align: center;}
.countdown > li span { font-size: 70px; font-weight: 700; line-height: 80px; display: inline-block; color: #ffffff; }
.countdown > li p { font-size: 20px; display: block; line-height: 30px; margin-bottom: 0; color: rgba(255,255,255,0.8); }


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p { margin-bottom: 25px; }
.terms-and-conditions ul.list { margin-bottom: 20px; display: block; }
.terms-and-conditions ul.list li i { padding-right: 12px; font-size: 15px; }


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p { margin-bottom: 25px; }
.privacy-policy ul.list { margin-bottom: 20px; display: block; }
.privacy-policy ul.list li i { padding-right: 12px; font-size: 15px; }


/* ------------------------
    Contact
------------------------*/
.contact-media{position: relative;}
.contact-media i{line-height: 70px; font-size: 70px; color: #0f1f3d; margin-bottom: 30px; display: inline-block;}
.contact-media h5{display: block; margin-bottom: 15px;}
.contact-media p{margin-bottom: 0; line-height: 24px;}
.contact-media a{color: #0f1f3d; display: block; margin-bottom: 10px;}
.contact-media a:hover{color: #0f1f3d;}
.contact-media.style-2 i { line-height: 100px; font-size: 100px; color: #fff; margin-bottom: 0; position: absolute; top: 0; left: 50%; transform: translateX(-50%); opacity: 0.1; }
.contact-media.style-2 p{color: rgba(255,255,255,0.7);}
.contact-media.style-2 h6{color: #ffffff}
.contact-media.style-2 a{color: #0f1f3d}
.contact-media.style-2 a:hover{color: #c9a84c}
.contact-media.style-2 span{color: rgba(255,255,255,0.8)}

.form-group { margin-bottom: 20px; position: relative; }
label { font-size: 14px; color: #0f1f3d }
.form-control { height: 50px; border-radius: 0; font-size: 13px; color: #0f1f3d; background: none; border: none; border-bottom: 1px solid #eeeff7; }
.theme-bg .form-control, .dark-bg .form-control { background: none; border-bottom-color: #ffffff; }
.dark-bg .form-control, .theme-bg .form-control { color: #ffffff; }
.grey-bg .form-control { background: #ffffff }
textarea.form-control { height: 150px; }
.form-control:focus { box-shadow: none; background: none; border-color: #c9a84c; }
select.form-control { -moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important; }
iframe { width: 100%; border: none; pointer-events: auto; }
.iframe-h { height: 500px !important; }
.iframe-h-2 { height: 600px !important; }
.form-control::-webkit-input-placeholder { color: #303231; }
.form-control::-moz-placeholder { color: #303231; }
.form-control:-ms-input-placeholder { color: #303231; }
.form-control:-moz-placeholder { color: #303231; }
.dark-bg .form-control::-webkit-input-placeholder, .theme-bg .form-control::-webkit-input-placeholder { color: #ffffff; }
.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder { color: #ffffff; }
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder { color: #ffffff; }
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder { color: #ffffff; }
.help-block.with-errors { position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px; }
.success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100% }
.error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; width: 100% }
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important; -webkit-text-fill-color: #0f1f3d !important; transition: background-color 5000s ease-in-out 0s;}
.theme-bg input:-webkit-autofill,
.theme-bg textarea:-webkit-autofill,
.theme-bg select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #0f1f3d inset !important; -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s;}
.dark-bg input:-webkit-autofill,
.dark-bg textarea:-webkit-autofill,
.dark-bg select:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #090f1e inset !important; -webkit-text-fill-color: #ffffff !important; transition: background-color 5000s ease-in-out 0s;}



.map{height: 500px;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}
.contact-2 .map {position: absolute !important; top: 0; left: 0; width: 100%; z-index: -1; height: 100%;}

.remember-checkbox label, .remember-checkbox a{color: #ffffff}


/* ------------------------
    Video
------------------------*/
.video-btn { position: relative; display: inline-block; }
.video-btn-pos { position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99; }
.video-btn .play-btn { width: 80px; -webkit-transition: .25s; -o-transition: .25s; transition: .25s; transition: .2s ease-out !important; border-radius: 50%; cursor: pointer; height: 80px; border: 4px solid rgba(49, 67, 239, .3); display: inline-block; text-align: center; line-height: 80px; position: relative; }
.video-btn .play-btn:hover { border: 37px solid #fff; }
.dark-bg .video-btn .play-btn { border-color: rgba(255, 255, 255, .3); }
.dark-bg .video-btn .play-btn:hover { border-color: #ffffff; }
.video-btn .play-btn i { font-size: 20px; position: absolute; top: 50%; left: 50%; color: #fff; -webkit-transition: .25s; -o-transition: .25s; transition: .2s ease-out !important; transform: translate3d(-50%, -50%, 0); }
.video-btn .play-btn:hover i { transform: translate3d(-50%, -50%, 0) scale(.75); color: #0f1f3d }

/* ------------------------
    Side Background
------------------------*/
.image-column { position: absolute; left: 0px; top: 50%; }
.image-column.right { left: inherit; right: 0; }


/* ------------------------
    List Icon
------------------------*/
.list-icon li { position: relative; padding-left: 45px;}
.list-icon li i {position: absolute; left: 0; top: 0; color: #0f1f3d; line-height: 30px; font-size: 14px; width: 30px; height: 30px; background: rgba(49, 67, 239, 0.1); display: inline-block; text-align: center; border-radius: 50%; margin-right: 10px;}
.theme-bg .list-icon li i { color: #ffffff; }


/* ------------------------
    Nice Select
------------------------*/
.nice-select { -webkit-tap-highlight-color: transparent; border: none; padding-top: 0; padding-bottom: 0; padding-left: 0.75rem; border-bottom: 1px solid #eeeff7; box-sizing: border-box; clear: both; cursor: pointer; display: block; float: left; font-size: 14px; font-weight: normal; height: 50px; line-height: 50px; outline: none; padding-right: 30px; position: relative; text-align: left !important; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; white-space: nowrap; width: 100%; }
.dark-bg .nice-select span, .theme-bg .nice-select span { color: #ffffff; }
.nice-select:active, .nice-select.open, .nice-select:focus { border-color: #0f1f3d; }
.nice-select:after { border-bottom: 2px solid #999; border-right: 2px solid #999; content: ''; display: block; height: 5px; margin-top: -4px; pointer-events: none; position: absolute; right: 12px; top: 50%; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; width: 5px; }
.theme-bg .nice-select:after { border-bottom: 2px solid #ffffff; border-right: 2px solid #ffffff; }
.nice-select.open:after { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }
.nice-select.open .list { opacity: 1; pointer-events: auto; -webkit-transform: scale(1) translateY(0); -ms-transform: scale(1) translateY(0); transform: scale(1) translateY(0); }
.nice-select.disabled { border-color: #ededed; color: #999; pointer-events: none; }
.nice-select.disabled:after { border-color: #cccccc; }
.nice-select.wide { width: 100%; }
.nice-select.wide .list { left: 0 !important; right: 0 !important; }
.nice-select.right { float: right; }
.nice-select.right .list { left: auto; right: 0; }
.nice-select.small { font-size: 12px; height: 36px; line-height: 34px; }
.nice-select.small:after { height: 4px; width: 4px; }
.nice-select.small .option { line-height: 34px; min-height: 34px; }
.nice-select .list { background-color: #fff; width: 100%; border-radius: 5px; box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11); box-sizing: border-box; margin-top: 4px; opacity: 0; padding: 0; pointer-events: none; position: absolute; top: 100%; left: 0; -webkit-transform-origin: 50% 0; -ms-transform-origin: 50% 0; transform-origin: 50% 0; -webkit-transform: scale(0.75) translateY(-21px); -ms-transform: scale(0.75) translateY(-21px); transform: scale(0.75) translateY(-21px); -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out; z-index: 99; }
.nice-select .list:hover .option:not(:hover) { background-color: transparent !important; }
.nice-select .option { color: #0f1f3d; width: 100%; cursor: pointer; font-weight: 400; line-height: 40px; list-style: none; min-height: 40px; outline: none; padding: 0 10px; text-align: left; -webkit-transition: all 0.2s; transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus { background-color: #f6f6f6; }
.nice-select .option.selected { font-weight: bold; }
.nice-select .option.disabled { background-color: transparent; color: #999; cursor: default; }
.no-csspointerevents .nice-select .list { display: none; }
.no-csspointerevents .nice-select.open .list { display: block; }


/* ------------------------
    Timeline
------------------------*/
.timeline {position: relative; margin: 0 auto;}
.timeline:after {content: ''; position: absolute; width: 5px; background: rgba(49,67,239,0.1); left: 50%; top: 0; bottom: 0; margin-left: -2px;}
.timeline--first:after {top: 20px;}
.timeline-title {text-align: center; position: relative; z-index: 1; padding-bottom: 20px;}
.timeline-title h2 {background: #ffffff; color: #0f1f3d; display: inline-block; padding: 10px 20px; border-radius: .25rem; font-size: 24px; line-height: 30px;}
.timeline-inner {padding: 10px 30px 40px 30px; width: 50%; position: relative; background-color: inherit;}
.timeline-right {margin-left: 50%;}
.timeline-content {padding: 20px 30px; background: #fcfcff; position: relative; border-radius: .25rem;}
.timeline-content h3{font-size: 20px; color: #0f1f3d; font-weight: bold;}
.timeline-inner::before { content: ""; display: block; position: absolute; top: 0; right: -16px; border: solid 0.5em #9b59b6; border-right-color: rgb(155, 89, 182); border-right-color: transparent; border-left-color: transparent; padding: 0.5em; width: 1em; height: 1em; border-radius: 50%; background: #3498db; background-clip: border-box; background-clip: content-box; animation: spinDisc 1.5s linear infinite; }
.timeline-right.timeline-inner::before { right: inherit; left: -16px; }


@keyframes spinDisc {
        50% {
    border-top-color: #3498db;
    border-bottom-color: #3498db;
    background-color: #2ecc71;
}
100% {
    transform: rotate(1turn);
}
    }


/* ------------------------
    Product
------------------------*/
.product-img {overflow: hidden; position: relative; border-radius: .25rem}
.product-img img{width: 100%;}
.product-item:hover .product-img img{transform: scale(1.08) rotate(1deg);}
.product-item .product-overlay{position: absolute; right: 0; bottom: 50px; transform: translateX(100%);}
.product-item:hover .product-overlay{right: 15px; transform: translateX(0px);}
.product-overlay li {margin:0 5px; display: inline-block;}
.product-overlay ul li a {font-size: 18px; background: #ffffff; border-radius: 50%; display: inline-block; height: 50px; line-height: 50px; text-align: center; width: 50px; color: #0f1f3d;}
.product-overlay ul li a:hover{background: #0f1f3d; color: #ffffff;}
.product-item .product-desc {padding: 20px; width: 100%; color: #0f1f3d; font-weight: 600; font-size: 20px;}
.product-item .product-desc p{color: #444444; font-weight: 400; font-size: 15px; margin-top: 15px;}
.product-name {font-size: 16px; font-weight: normal; color: #444444; display: block; margin-bottom: 7px;}

/*Product Add*/
.product-add{position: relative; overflow: hidden;}
.product-add img{transform: translate3d(-5px, 0px, 0px); width: calc(100% + 10px); max-width: inherit;}
.product-add:hover img{transform: translate3d(0px, 0px, 0px);}
.product-add .product-add-hover {left: 26px; position: absolute; top: 50%; z-index: 99;}
.product-add h4{text-transform: capitalize; font-weight: bold; color: #ffffff}

.sort-filter .nice-select{border: 1px solid #eeeff7}
.view-filter a { color: #0f1f3d; padding-right: 8px; display: inline-block; vertical-align: middle; }
.view-filter a.active { color: #0f1f3d; }

/*Product Color and Size*/
.size-choose input[type="radio"] { visibility: hidden; position: absolute; }
.size-choose label { display: inline-block; height: 40px; min-width: 40px; text-align: center; font-size: 14px; color: #1d1d33; font-weight: 500; cursor: pointer; border-radius: 50%; line-height: 40px; background: #fcfcff;}
.size-choose input[type="radio"]:checked + label { background: #1360ef; color: #fff; }
.filter-color li, .size-choose li { list-style-type: none; display: inline-block; margin-right: 2px; }
.filter-color li:last-child, .size-choose li:last-child { margin-right: 0; }

.form-check-input:checked { background-color: #1360ef; border-color: #1360ef; }
.filter-color [type="radio"]:checked, .filter-color [type="radio"]:not(:checked) {border-radius: 50%; position: absolute; opacity: 0; pointer-events: none; }
.filter-color .form-check-label {border-radius: 50%; width: 26px; height: 26px !important; padding: 0 !important; }
.filter-color .form-check-input[type="radio"]:checked + label, .filter-color .form-check-input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label { position: relative; padding-left: 35px; cursor: pointer; display: inline-block; height: 1.5625rem; line-height: 1.5625rem; transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.filter-color .form-check-input[type="radio"] + label::after, .filter-color .form-check-input[type="radio"] + label::before, label.btn input[type="radio"] + label::after, label.btn input[type="radio"] + label::before { content: ''; position: absolute; left: -2px; top: -2px; width: 30px; height: 30px; z-index: 0; transition: .28s ease; z-index: -1; }
.filter-color .form-check-input[type="radio"]:checked + label::after, label.btn input[type="radio"]:checked + label::after {border-radius: 50%; transform: scale(1.02); }
.filter-color .form-check-input[type="radio"]:checked + label::after { background-color: #1360ef; }
.size-choose input[type="radio"] { visibility: hidden; position: absolute; }
.size-choose label { background: #fcfbf7; margin-bottom: 0; display: inline-block; height: 40px; min-width: 40px; text-align: center; font-size: 14px; color: #2b2b2b; font-weight: 500; cursor: pointer; line-height: 40px; }
.size-choose input[type="radio"]:checked + label { background: #1360ef; color: #fff; }
.filter-color li { list-style-type: none; display: inline-block; margin-right: 15px; text-align: center; }
.filter-color li:last-child { margin-right: 0; }
.size-choose li { list-style-type: none; display: inline-block; text-align: center; margin-right: 10px; }
.size-choose li:nth-child(4n+4) { margin-right: 0; }


.lSGallery li:last-child{margin-right: 0 !important;}

/*Product Details*/
.product-price {font-size: 18px; color: #0f1f3d}
.product-price del {color: #ccc; font-size: 14px;}
.product-price .review-rating{color: #0f1f3d}
input.form-product {-moz-appearance: textfield; height: 40px; border: none; background: #ffffff; text-align: center; width: 150px;border-top: 1px solid #eeeff7; border-bottom: 1px solid #eeeff7; color: #0f1f3d; vertical-align: middle;}
.btn-product {background: none; color: #0f1f3d; border: 1px solid #eeeff7; height: 40px; width: auto; padding: 0 10px; font-size: 13px; cursor: pointer;}
.review-list .review-rating {color: #0f1f3d;}
.review-list .media-body p{border-top: none; padding: 0; margin: 15px 0;}
.total-rating .box-total { background: #fcfcff; text-align: center; padding-top: 20px; padding-bottom: 20px; border: 1px solid #eeeff7; }
.total-rating .box-total h4 { color: #0f1f3d; font-size: 48px; font-weight: bold; }
.total-rating .rating-list li a { font-size: 14px; color: #444444; }
.total-rating .rating-list li a i { color: #0f1f3d; }
.cart-table.table thead tr th { border-top: 0px; border-bottom: 0px !important; text-align: center; }
.cart-table.table tbody tr td { padding: 30px; vertical-align: middle; align-self: center; text-align: center;}
.cart-table.table tbody tr td .media .d-flex { padding-right: 30px; }
.cart-table.table tbody tr td .media .media-body { vertical-align: middle; align-self: center; text-align: left; }
.cart-table.table tbody tr td .media .media-body p { margin-bottom: 0px; }
.cart-table.table tbody tr td h5 { font-size: 14px; color: #444444; margin-bottom: 0px; }
.checkout-box ul li { display: flex; justify-content: space-between; }
.cart-total { font-size: 16px; color: #0f1f3d; }
.btn-delet { border: none; background: none; }
.checkout-box { padding: 30px; display: inline-block; max-width: 500px; }
.cart-total { font-size: 16px; color: #221b1b }
.dark-bg .cart-total, .theme-bg .cart-total { color: #ffffff }
.checkout-box ul li { display: flex; justify-content: space-between; }
.cart-detail li { display: flex; justify-content: space-between; }
.cart-action { display: flex; align-items: center; }
.product-overlay .list-inline-item:not(:last-child) {margin-right: 0;}

/* ------------------------
    Other
------------------------*/
.ic-2x { font-size: 2em; }
.ic-3x { font-size: 3em; }
.ic-5x { font-size: 5em; }
.ic-7x { font-size: 7em; }
.slider-sec .align-center{top: 0; transform: inherit; height: 100%;}
.slider-sec .align-center > div, .slider-sec .align-center > div > div, .slider-sec .align-center > div > div > div{height: 100%;}
.side-top-bg{position: relative;}
.side-top-bg:before{content: ""; background: #0f1f3d; position: absolute; right: 0; width: 100%; height: 200px; top: 0; border-radius: .25rem}
.suggested {
    background: #0f1f3d;
}


/* =========================================================
   CERKEZKOY KAMERA - FINAL PRO THEME PATCH
   Mevcut HTML/PHP class yapısını bozmadan düzenlenmiştir.
   Amaç: koyu lacivert + beyaz + yumuşak altın vurgu,
   turuncu/kırmızı renk patlamalarını temizlemek.
========================================================= */

:root{
  --ck-primary:#071d3a;
  --ck-primary-2:#0f2d5c;
  --ck-primary-3:#102b55;
  --ck-accent:#c9a84c;
  --ck-accent-2:#e4c66a;
  --ck-blue:#2448ff;
  --ck-bg:#f6f8fc;
  --ck-card:#ffffff;
  --ck-text:#26364f;
  --ck-muted:#66758c;
  --ck-border:#e7edf7;
  --ck-shadow:0 18px 50px rgba(7,29,58,.10);
  --ck-shadow-hover:0 26px 70px rgba(7,29,58,.16);
  --ck-radius:22px;
}

html,body{overflow-x:hidden;}
body{
  font-family:'Nunito Sans',Arial,Helvetica,sans-serif !important;
  background:var(--ck-bg);
  color:var(--ck-text);
  font-size:16px;
  line-height:1.7;
}

body a{transition:.25s ease;text-decoration:none;}
img{max-width:100%;height:auto;}
.page-wrapper{overflow:hidden;background:#fff;}
.container{max-width:1180px;}
section{padding:70px 0;}

h1,h2,h3,h4,h5,h6{
  font-family:'Nunito Sans',Arial,Helvetica,sans-serif !important;
  color:var(--ck-primary);
  font-weight:800;
  text-transform:none !important;
  letter-spacing:-.35px;
}
h1{font-size:58px;line-height:1.1;font-weight:900;}
h2{font-size:40px;line-height:1.22;font-weight:900;margin-bottom:18px;}
h3{font-size:28px;line-height:1.3;font-weight:850;}
h4{font-size:21px;line-height:1.35;font-weight:800;}
p{color:var(--ck-muted);line-height:1.85;}
ul{margin:0;padding:0;}

/* HEADER TOP */
.header-top{
  background:#050b16 !important;
  border-bottom:1px solid rgba(201,168,76,.18) !important;
}
.header-top a,
.header-top li,
.header-top span{color:rgba(255,255,255,.78) !important;}
.header-top a:hover{color:var(--ck-accent) !important;}
.social-icons a{color:var(--ck-accent) !important;}
.social-icons a:hover{color:#fff !important;}

/* HEADER MIDDLE */
.header-middle{
  background:#fff !important;
  border-bottom:1px solid var(--ck-border) !important;
  padding:24px 0 !important;
}
.header-middle .navbar-brand img,
.header-middle img[src*="logo"]{
  max-height:82px !important;
  width:auto !important;
}
.header-middle .contact-media,
.header-middle .contact-info,
.header-middle [class*="contact"]{
  color:var(--ck-primary) !important;
}
.header-middle .contact-media i,
.header-middle i{
  color:var(--ck-blue) !important;
}

/* NAVBAR - renk karmaşasını temizle */
#header-wrap,
.navbar,
.nav-bg,
.menu-area{
  background:var(--ck-primary) !important;
  box-shadow:0 12px 34px rgba(7,29,58,.13);
}
.navbar-nav .nav-link,
.navbar-nav li a,
#header-wrap a{
  color:#fff !important;
  font-size:15px !important;
  font-weight:850 !important;
  letter-spacing:.1px;
}
.navbar-nav .nav-link:hover,
.navbar-nav li:hover>a,
.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active{
  color:#fff !important;
  background:rgba(201,168,76,.18) !important;
}
.navbar-nav>li>a,
.navbar-nav .nav-link{
  padding:22px 16px !important;
}

/* Dropdown */
.dropdown-menu,
.sub-menu,
ul.dropdown-menu{
  background:var(--ck-primary) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-top:3px solid var(--ck-accent) !important;
  border-radius:0 0 16px 16px !important;
  box-shadow:0 22px 60px rgba(0,0,0,.28) !important;
  padding:12px 0 !important;
  overflow:hidden;
}
.dropdown-menu a,
.sub-menu a{
  background:transparent !important;
  color:rgba(255,255,255,.88) !important;
  padding:12px 24px !important;
  font-size:14px !important;
  font-weight:750 !important;
}
.dropdown-menu a:hover,
.sub-menu a:hover{
  background:rgba(201,168,76,.18) !important;
  color:#fff !important;
}

/* NAV sağdaki Hemen Ara alanı - yapıyı bozmadan */
.right-nav,
.header-call,
.call-action,
[class*="right-nav"],
[class*="header-call"]{
  background:transparent !important;
  background-color:transparent !important;
  width:auto !important;
  max-width:220px !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;
  padding:0 !important;
  margin-left:auto !important;
  overflow:visible !important;
  box-shadow:none !important;
}
.right-nav:before,
.right-nav:after,
.header-call:before,
.header-call:after,
.call-action:before,
.call-action:after,
[class*="right-nav"]:before,
[class*="right-nav"]:after,
[class*="header-call"]:before,
[class*="header-call"]:after{
  content:none !important;
  display:none !important;
}
.right-nav a,
.right-nav .btn,
.header-call a,
.header-call .btn,
.call-action a,
.call-action .btn{
  background:var(--ck-accent) !important;
  background-color:var(--ck-accent) !important;
  color:var(--ck-primary) !important;
  border:none !important;
  font-weight:900 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:17px 28px !important;
  min-width:170px !important;
  max-width:190px !important;
  height:auto !important;
  line-height:1.35 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  text-align:center !important;
  white-space:normal !important;
}
.right-nav a:hover,
.right-nav .btn:hover,
.header-call a:hover,
.header-call .btn:hover,
.call-action a:hover,
.call-action .btn:hover{
  background:var(--ck-accent-2) !important;
  background-color:var(--ck-accent-2) !important;
  color:var(--ck-primary) !important;
  transform:none !important;
}

/* SLIDER */
.fullscreen-banner{min-height:620px !important;position:relative;}
.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item{height:100%;min-height:620px !important;}
.fullscreen-banner .item{position:relative;overflow:hidden;}
.fullscreen-banner .item:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,rgba(7,29,58,.78) 0%,rgba(7,29,58,.47) 42%,rgba(7,29,58,.18) 100%) !important;
}
.fullscreen-banner .item>*{position:relative;z-index:2;}
.align-center{top:50%;transform:translateY(-50%);}
.banner h1,
.banner h2{
  color:#fff !important;
  font-size:58px !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  max-width:760px;
  text-shadow:0 15px 35px rgba(0,0,0,.38);
  letter-spacing:-1.4px;
}
.banner .lead{
  color:rgba(255,255,255,.92) !important;
  font-size:20px !important;
  line-height:1.65 !important;
  max-width:640px;
  margin-top:10px;
}
.banner .btn,
.btn.btn-2{
  background:var(--ck-blue) !important;
  border:2px solid var(--ck-blue) !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:15px 28px !important;
  min-width:180px;
  font-weight:900 !important;
  box-shadow:0 14px 34px rgba(36,72,255,.26) !important;
}
.banner .btn:hover,
.btn.btn-2:hover{
  background:var(--ck-accent) !important;
  border-color:var(--ck-accent) !important;
  color:var(--ck-primary) !important;
  transform:translateY(-2px);
}
.banner .animated3{display:flex;gap:16px;flex-wrap:wrap;}
.banner .animated3 a[href*="wa.me"],
.banner .animated3 a[href*="whatsapp"]{
  background:var(--ck-accent) !important;
  border-color:var(--ck-accent) !important;
  color:var(--ck-primary) !important;
}
.owl-carousel .owl-nav button,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  background:rgba(7,29,58,.85) !important;
  color:#fff !important;
  border-radius:14px !important;
  width:52px !important;
  height:52px !important;
  box-shadow:0 10px 30px rgba(0,0,0,.28);
}
.owl-carousel .owl-nav button:hover{background:var(--ck-accent) !important;color:var(--ck-primary) !important;}

/* Genel bölüm başlığı */
.page-content{background:#fff;}
.page-content>section{padding:80px 0 !important;background:#fff;}
.page-content>section:nth-child(even){background:#f7faff;}
.section-title,
.title{
  text-align:center !important;
  margin-bottom:42px !important;
}
.section-title h2,
.title h2,
.page-content h2{
  text-align:center !important;
  font-size:40px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  color:var(--ck-primary) !important;
  margin-bottom:12px !important;
}
.section-title h2:after,
.title h2:after,
.page-content h2:after{
  content:"";
  display:block;
  width:74px;
  height:4px;
  border-radius:20px;
  background:linear-gradient(90deg,var(--ck-blue),var(--ck-accent));
  margin:18px auto 0;
}
.section-title p,
.title p,
.page-content .section-title span,
.page-content .title span{
  color:var(--ck-muted) !important;
  font-size:16px !important;
}

/* Güven kartları */
.home-trust-strip{background:#f6f9ff !important;padding:34px 0 !important;}
.home-trust-card{
  background:#fff !important;
  border-radius:18px !important;
  padding:24px 18px !important;
  height:100%;
  text-align:center;
  border:1px solid var(--ck-border) !important;
  box-shadow:0 10px 30px rgba(7,29,58,.07) !important;
  transition:.25s ease;
}
.home-trust-card:hover{transform:translateY(-6px);box-shadow:var(--ck-shadow) !important;}
.home-trust-icon{
  width:52px;height:52px;border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 14px;
  background:linear-gradient(135deg,var(--ck-blue),#0aa3ff);
  color:#fff;font-size:24px;font-weight:900;
}
.home-trust-card strong{display:block;color:var(--ck-primary);font-size:17px;margin-bottom:6px;font-weight:900;}
.home-trust-card p{margin:0;color:var(--ck-muted);font-size:14px;line-height:1.65;}

/* HAKKIMIZDA */
.about-img img,
.about-image img,
.about-us img,
img[src*="about"],
img[src*="hakk"]{
  border-radius:26px !important;
  box-shadow:0 24px 65px rgba(7,29,58,.16) !important;
}
.about-us h2,
.about-section h2{
  text-align:left !important;
}
.about-us h2:after,
.about-section h2:after{
  margin-left:0 !important;
}
.about-us p,
.about-section p,
.about p{
  color:var(--ck-muted) !important;
  font-size:16px !important;
  line-height:1.9 !important;
}

/* Ortak kartlar */
.service-item,
.product-item,
.blog-item,
.post,
.portfolio-item,
.team-member,
.testimonial,
.featured-item{
  background:#fff !important;
  border:1px solid var(--ck-border) !important;
  border-radius:24px !important;
  overflow:hidden !important;
  box-shadow:var(--ck-shadow) !important;
  transition:.25s ease !important;
  height:100%;
}
.service-item:hover,
.product-item:hover,
.blog-item:hover,
.post:hover,
.portfolio-item:hover,
.featured-item:hover{
  transform:translateY(-8px);
  box-shadow:var(--ck-shadow-hover) !important;
}
.service-item img,
.blog-item img,
.post img,
.portfolio-item img,
.featured-item img{
  width:100% !important;
  height:230px !important;
  object-fit:cover !important;
}
.service-desc,
.blog-desc,
.post-desc,
.product-desc,
.portfolio-desc{
  padding:20px !important;
}
.service-item h3,
.service-item h4,
.blog-item h3,
.blog-item h4,
.post h3,
.post h4,
.portfolio-item h3,
.portfolio-item h4{
  color:var(--ck-primary) !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}
.service-item p,
.blog-item p,
.post p,
.portfolio-item p{color:var(--ck-muted) !important;}

/* ÜRÜNLER */
.product-img{
  background:#f5f8ff !important;
  padding:16px !important;
  border-radius:0 !important;
}
.product-img img,
.product-item img{
  width:100% !important;
  height:230px !important;
  object-fit:contain !important;
  background:#fff !important;
  border-radius:16px !important;
}
.product-item:hover .product-img img{transform:none !important;}
.product-name,
.product-name a{
  color:var(--ck-primary) !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1.42 !important;
}
.product-price{
  color:var(--ck-primary) !important;
  font-size:18px !important;
  font-weight:900 !important;
}
.product-overlay ul li a{
  background:var(--ck-primary) !important;
  color:#fff !important;
}
.product-overlay ul li a:hover{background:var(--ck-accent) !important;color:var(--ck-primary) !important;}

/* FORM / TEKLİF */
.dark-bg,
.theme-bg{
  background:linear-gradient(135deg,var(--ck-primary),var(--ck-primary-2)) !important;
}
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.theme-bg h2,
.theme-bg h3,
.theme-bg h4{color:#fff !important;}
.dark-bg h2:after,
.theme-bg h2:after{background:linear-gradient(90deg,#fff,var(--ck-accent)) !important;}
.dark-bg p,
.theme-bg p,
.dark-bg label,
.theme-bg label{color:rgba(255,255,255,.78) !important;}
.form-control,
.nice-select{
  height:52px !important;
  border:1px solid var(--ck-border) !important;
  border-radius:14px !important;
  background:#fff !important;
  color:var(--ck-primary) !important;
  padding:0 16px !important;
  box-shadow:none !important;
}
textarea.form-control{height:135px !important;padding-top:14px !important;}
.dark-bg .form-control,
.theme-bg .form-control,
.dark-bg .nice-select,
.theme-bg .nice-select{
  background:rgba(255,255,255,.08) !important;
  border-color:rgba(255,255,255,.20) !important;
  color:#fff !important;
}
.form-control:focus{border-color:var(--ck-accent) !important;box-shadow:0 0 0 4px rgba(201,168,76,.16) !important;}

/* Butonlar */
.btn,
button,
input[type="submit"]{
  border-radius:14px !important;
  font-weight:900 !important;
  transition:.25s ease !important;
}
.btn:not(.btn-link),
button[type="submit"],
input[type="submit"]{
  background:var(--ck-primary) !important;
  border:2px solid var(--ck-primary) !important;
  color:#fff !important;
}
.btn:not(.btn-link):hover,
button[type="submit"]:hover,
input[type="submit"]:hover{
  background:var(--ck-accent) !important;
  border-color:var(--ck-accent) !important;
  color:var(--ck-primary) !important;
  transform:translateY(-2px);
}

/* SEO MODERN HOME */
.seo-modern-area{
  background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%) !important;
  position:relative;
  padding:85px 0 !important;
  overflow:hidden;
}
.seo-modern-area:before,
.seo-modern-area:after{content:"";position:absolute;border-radius:50%;z-index:0;}
.seo-modern-area:before{width:420px;height:420px;right:-160px;top:80px;background:rgba(36,72,255,.08);}
.seo-modern-area:after{width:300px;height:300px;left:-120px;bottom:120px;background:rgba(201,168,76,.16);}
.seo-modern-area .container{position:relative;z-index:2;}
.seo-badge{
  background:#fff;color:var(--ck-blue);padding:10px 20px;border-radius:50px;
  font-size:14px;font-weight:900;display:inline-block;
  box-shadow:0 10px 30px rgba(7,29,58,.08);border:1px solid var(--ck-border);
}
.seo-title{font-size:46px !important;line-height:1.15 !important;font-weight:900 !important;color:var(--ck-primary) !important;letter-spacing:-1px;margin-bottom:20px !important;}
.seo-subtitle{font-size:18px;line-height:1.8;color:var(--ck-muted);margin-top:18px;}
.seo-feature-card,.seo-content-box,.seo-contact-box,.faq-modern{
  background:rgba(255,255,255,.98) !important;border-radius:28px !important;border:1px solid var(--ck-border) !important;box-shadow:0 18px 55px rgba(7,29,58,.10) !important;
}
.seo-feature-card{padding:32px 24px;text-align:center;height:100%;transition:.25s ease;}
.seo-feature-card:hover{transform:translateY(-8px);}
.seo-icon{width:76px;height:76px;background:linear-gradient(135deg,var(--ck-blue),#0aa3ff);border-radius:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;color:#fff;font-size:30px;font-weight:900;}
.seo-feature-card h3{font-size:21px;margin-bottom:12px;font-weight:900;color:var(--ck-primary);}
.seo-feature-card p{color:var(--ck-muted);line-height:1.7;margin:0;}
.seo-content-box,.seo-contact-box,.faq-modern{padding:44px;}
.seo-content-box h3,.seo-contact-box h3{font-size:34px;margin-bottom:22px;color:var(--ck-primary);font-weight:900;letter-spacing:-.4px;}
.seo-content-box p,.seo-contact-box p{color:var(--ck-muted);line-height:1.9;}
.seo-list{margin-top:26px;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.seo-list li{background:#f5f8ff;border:1px solid var(--ck-border);border-radius:14px;padding:12px 14px;color:var(--ck-primary);font-weight:800;}
.seo-list li:before{content:"✓";color:var(--ck-blue);font-weight:900;margin-right:8px;}
.mini-title{display:inline-block;color:var(--ck-accent);font-weight:900;margin-bottom:12px;}
.contact-buttons{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap;}
.theme-btn{background:var(--ck-primary) !important;color:#fff !important;padding:14px 25px;border-radius:14px;font-weight:900;text-decoration:none;display:inline-block;transition:.25s ease;border:2px solid var(--ck-primary) !important;}
.theme-btn:hover{background:var(--ck-accent) !important;border-color:var(--ck-accent) !important;color:var(--ck-primary) !important;transform:translateY(-3px);}
.outline-btn{background:#fff !important;border:2px solid var(--ck-primary) !important;color:var(--ck-primary) !important;}
.faq-modern{margin-top:45px;}
.faq-title{font-size:38px;margin-bottom:30px;font-weight:900;color:var(--ck-primary);}
.faq-item{padding:22px 0;border-bottom:1px solid var(--ck-border);}
.faq-item:last-child{border-bottom:none;padding-bottom:0;}
.faq-item h4{font-size:22px;margin-bottom:10px;font-weight:900;color:var(--ck-primary);}
.faq-item p{color:var(--ck-muted);line-height:1.8;margin:0;}

/* Floating butonlar mevcut class bozulmadan */
.float-contact-btns{position:fixed;bottom:30px;left:20px;z-index:99999;display:flex;flex-direction:column;gap:10px;}
.wmg,.arama{display:flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;color:#fff !important;box-shadow:0 10px 30px rgba(0,0,0,.22);font-size:0;overflow:hidden;transition:.25s ease;text-decoration:none !important;}
.wmg{background:#1cca43 !important;}
.arama{background:#ff4d00 !important;}
.wmg i,.arama i{font-size:20px;}
.wmg:hover,.arama:hover{transform:translateY(-3px);}

/* Footer */
.primary-footer{background:#07101f !important;padding-top:70px !important;}
.secondary-footer{background:#0a1730 !important;border-top:1px solid rgba(255,255,255,.08) !important;}
.primary-footer h4,.primary-footer h5,.primary-footer h6{color:#fff !important;font-weight:900 !important;}
.primary-footer a,.primary-footer p,.primary-footer li{color:rgba(255,255,255,.74) !important;}
.primary-footer a:hover{color:var(--ck-accent) !important;}
.secondary-footer a{color:var(--ck-accent) !important;}
.scroll-top a{background:var(--ck-accent) !important;color:var(--ck-primary) !important;border-radius:14px !important;}
.scroll-top a:hover{background:#fff !important;color:var(--ck-primary) !important;}

/* Responsive */
@media(max-width:991px){
  .container{max-width:94%;}
  .navbar-nav>li>a,.navbar-nav .nav-link{padding:14px 12px !important;}
  .banner h1,.banner h2{font-size:44px !important;}
  .seo-title{font-size:38px !important;}
  .seo-content-box,.seo-contact-box,.faq-modern{padding:34px;}
}
@media(max-width:768px){
  body{font-size:15px;}
  section,.page-content>section{padding:52px 0 !important;}
  .header-middle{padding:16px 0 !important;}
  .fullscreen-banner,.fullscreen-banner .owl-carousel,.fullscreen-banner .owl-stage-outer,.fullscreen-banner .owl-stage,.fullscreen-banner .owl-item,.fullscreen-banner .item{min-height:470px !important;}
  .banner h1,.banner h2{font-size:34px !important;line-height:1.16 !important;}
  .banner .lead{font-size:16px !important;line-height:1.6 !important;}
  .banner .animated3{gap:10px;}
  .banner .btn,.btn.btn-2{min-width:145px;padding:12px 18px !important;font-size:14px !important;}
  h2,.section-title h2,.title h2,.page-content h2{font-size:30px !important;line-height:1.25 !important;}
  .service-item img,.blog-item img,.post img,.portfolio-item img,.featured-item img,.product-img img,.product-item img{height:200px !important;}
  .seo-modern-area{padding:58px 0 !important;}
  .seo-title{font-size:31px !important;}
  .seo-subtitle{font-size:16px;}
  .seo-content-box,.seo-contact-box,.faq-modern{padding:26px;}
  .seo-list{grid-template-columns:1fr;}
  .faq-title{font-size:29px;}
  .faq-item h4{font-size:19px;}
}


/* =========================================================
   FINAL HEADER / COLOR STABILITY FIX
   Bu bölüm en sonda kalmalı. Mevcut PHP/HTML yapısını değiştirmez.
========================================================= */

/* Menü satırındaki sağ turuncu taşmayı kesin kapatır */
#header-wrap{
  overflow:visible !important;
}

#header-wrap .container,
#header-wrap .container-fluid{
  position:relative !important;
  overflow:visible !important;
}

/* Menü içindeki boş turuncu şeritleri temizle */
#header-wrap [style*="background:#ff"],
#header-wrap [style*="background: #ff"],
#header-wrap [style*="background-color:#ff"],
#header-wrap [style*="background-color: #ff"]{
  background:transparent !important;
  background-color:transparent !important;
}

/* Sadece tıklanabilir arama kutusu kalsın */
#header-wrap .right-nav,
#header-wrap .header-call,
#header-wrap .call-action,
#header-wrap [class*="right-nav"],
#header-wrap [class*="header-call"]{
  background:transparent !important;
  background-color:transparent !important;
  width:auto !important;
  max-width:200px !important;
  flex:0 0 auto !important;
  padding:0 !important;
  margin:0 0 0 auto !important;
  overflow:visible !important;
}

#header-wrap .right-nav > *,
#header-wrap .header-call > *,
#header-wrap .call-action > *,
#header-wrap [class*="right-nav"] > *,
#header-wrap [class*="header-call"] > *{
  background:transparent !important;
}

/* Hemen ara butonunun kurumsal görünümü */
#header-wrap .right-nav a,
#header-wrap .right-nav .btn,
#header-wrap .header-call a,
#header-wrap .header-call .btn,
#header-wrap .call-action a,
#header-wrap .call-action .btn{
  background:#c9a84c !important;
  background-color:#c9a84c !important;
  color:#071d3a !important;
  min-width:168px !important;
  max-width:178px !important;
  height:76px !important;
  padding:0 18px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:column !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  text-align:center !important;
  line-height:1.35 !important;
  font-weight:900 !important;
}

/* Menü aktif/hover turuncu değil, altın-lacivert */
.navbar-nav .nav-link:hover,
.navbar-nav li:hover > a,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.active{
  background:rgba(201,168,76,.16) !important;
  color:#ffffff !important;
}

/* Dropdown aktif rengi */
.dropdown-menu a:hover,
.sub-menu a:hover{
  background:rgba(201,168,76,.16) !important;
  color:#ffffff !important;
}

/* Slider yazısı taşmasın */
.banner h1,
.banner h2{
  word-break:normal !important;
  overflow-wrap:normal !important;
  max-width:780px !important;
}

/* WhatsApp butonu mavi değil altın */
.banner .animated3 a[href*="wa.me"],
.banner .animated3 a[href*="whatsapp"]{
  background:#c9a84c !important;
  border-color:#c9a84c !important;
  color:#071d3a !important;
}

/* Genel turuncu buton kalıntılarını sadece butonlarda kurumsal tona çeker */
.btn[style*="#ff"],
button[style*="#ff"],
a[style*="#ff"]{
  background:#c9a84c !important;
  background-color:#c9a84c !important;
  color:#071d3a !important;
}

/* Mobilde sağ call alanı menüyü bozmasın */
@media(max-width:991px){
  #header-wrap .right-nav,
  #header-wrap .header-call,
  #header-wrap .call-action,
  #header-wrap [class*="right-nav"],
  #header-wrap [class*="header-call"]{
    display:none !important;
  }
}


/* =========================================================
   ARNAVUTKOY TECH UPDATE 2026
   Modern tema düzeltmeleri, servis grid ve mahalle bulutu
========================================================= */
.header-mini-contact{display:flex;gap:16px;align-items:center;flex-wrap:wrap;font-size:14px;font-weight:700;}
.header-mini-contact a{color:#fff!important;opacity:.95;}
.header-mini-contact i{margin-right:6px;}
.logo img,#logo-img{max-height:74px;width:auto;object-fit:contain;}
#header-wrap .navbar{min-height:72px;}
.navbar-toggler{border:0;background:#c9a84c!important;border-radius:12px;padding:10px 12px;}
.navbar-toggler span{display:block;width:24px;height:2px;background:#071d3a;margin:5px 0;border-radius:2px;}
.navbar-collapse{z-index:9999;}
.dropdown-menu{border:0!important;border-radius:18px!important;overflow:hidden;padding:12px!important;}
.dropdown-menu ul{margin:0;}
.dropdown-menu li a{display:block;padding:10px 14px;border-radius:12px;color:#071d3a!important;font-weight:800;}
.dropdown-menu li a:hover{background:#eef4ff!important;color:#2448ff!important;}
.service-card-clean{display:flex;flex-direction:column;background:#fff;border:1px solid var(--ck-border);border-radius:24px;overflow:hidden;}
.service-card-clean .cases-images img{width:100%;height:220px;object-fit:cover;}
.service-card-clean .cases-desc{flex:1;padding:24px!important;}
.neighborhood-cloud{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.neighborhood-cloud a,.seo-neighborhood-grid a{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#f5f8ff;border:1px solid var(--ck-border);font-weight:800;color:var(--ck-primary)!important;}
.neighborhood-cloud a:hover,.seo-neighborhood-grid a:hover{background:var(--ck-accent);color:var(--ck-primary)!important;transform:translateY(-2px);}
.seo-neighborhood-grid ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:0;margin:20px 0;list-style:none;}
.float-contact-btns{bottom:24px!important;left:18px!important;}
.wmg,.arama{font-size:0!important;}
.primary-footer .media-icon li{word-break:break-word;}

@media(max-width:991px){
  #header-wrap .right-nav{display:none!important;}
  #navbarNavDropdown{background:#071d3a;border-radius:18px;padding:14px;margin-top:12px;box-shadow:0 18px 55px rgba(7,29,58,.22);}
  .navbar-nav .nav-link{color:#fff!important;border-radius:12px;}
  .dropdown-menu{position:static!important;transform:none!important;background:#fff!important;margin:8px 0!important;}
  .topbar-link{display:none!important;}
  .header-middle .navbar-brand{margin:0!important;}
}
@media(max-width:768px){
  .header-top .social-icons{display:none;}
  .header-mini-contact{width:100%;justify-content:center;font-size:12px;}
  .logo img,#logo-img{max-height:58px;}
  .seo-neighborhood-grid ul{grid-template-columns:1fr;}
  .neighborhood-cloud a{font-size:13px;padding:9px 12px;}
}
