/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header top section start */

.header_top_section {
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #07092f 0%, #1a1c4b 100%);
    padding: 4px 0;
    min-height: 36px;
    font-family: 'Raleway', 'Sen', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    z-index: 1002;
}

.header_top_main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.call_text, .call_text_1, .call_text_2 {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    margin: 0 6px;
    padding: 0 4px;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.2;
    white-space: nowrap;
}

.call_text i, .call_text_1 i, .call_text_2 i {
    font-size: 15px;
    margin-right: 6px;
    color: #fda417;
    vertical-align: middle;
}

.call_text a, .call_text_1 a, .call_text_2 a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}

.call_text a:hover, .call_text_1 a:hover, .call_text_2 a:hover {
    color: #fda417;
}

@media (max-width: 767.98px) {
    .header_top_main {
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
    }
    .header_top_section {
        padding: 6px 0;
    }
    .call_text, .call_text_1, .call_text_2 {
        font-size: 12px;
        margin: 0;
        padding: 0;
        width: 100%;
        justify-content: flex-start;
    }
}

/* header top section end */


/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/hero.JPG?v=1.1);
    min-height: 750px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header_bg {
    background: #1f1f1f;
}

.bg-light {
    background-color: transparent !important;
}

.logo {
    width: auto;
}

.ml-auto,
.mx-auto {
    margin-left: auto!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    color: #fcfefe;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fda417;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #fda417;
}

.navbar {
    padding: 10px 0px 10px 0px;
}

.login_text {}

.login_text ul {
    margin: 0px;
    padding: 0px;
}

.login_text li {
    float: left;
    font-size: 18px;
    color: #ffffff;
    padding: 0px 30px;
}

.login_text li a {
    color: #ffffff;
}

.login_text li a:hover {
    color: #fda417;
}

.quote_btn {
    width: 170px;
    float: left;
}

.quote_btn a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    background-color: #fda417;
    border-radius: 40px;
    padding: 8px;
    text-transform: uppercase;
}

.quote_btn a:hover {
    background-color: #ffffff;
    color: #252525;
}


/* Modern Navigation Styles */
.modern-navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.modern-navbar .logo {
    transition: transform 0.3s ease;
}

.modern-navbar .logo:hover {
    transform: scale(1.05);
}

.modern-toggler {
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(253, 164, 23, 0.1);
    transition: all 0.3s ease;
}

.modern-toggler:hover {
    background: rgba(253, 164, 23, 0.2);
    transform: scale(1.05);
}

.modern-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(253, 164, 23, 0.3);
}

.modern-nav {
    align-items: center;
}

.modern-nav-link {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 6px 12px !important;
    margin: 0 2px;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px !important;
    color: #333 !important;
    text-transform: none !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.modern-nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(253, 164, 23, 0.2), transparent);
    transition: left 0.5s ease;
}

.modern-nav-link:hover::before {
    left: 100%;
}

.modern-nav-link i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.modern-nav-link:hover {
    background: rgba(253, 164, 23, 0.1);
    color: #fda417 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(253, 164, 23, 0.3);
}

.modern-nav-link:hover i {
    transform: scale(1.2);
}

.modern-nav-link.active {
    background: linear-gradient(135deg, #fda417, #ff8c00);
    color: white !important;
    box-shadow: 0 4px 15px rgba(253, 164, 23, 0.4);
}

.modern-nav-link.active i {
    color: white;
}

.contact-btn {
    background: linear-gradient(135deg, #fda417, #ff8c00) !important;
    color: white !important;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    background: white !important;
    color: #fda417 !important;
    border-color: #fda417;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(253, 164, 23, 0.4);
}

.contact-btn:hover i {
    color: #fda417;
}

/* Responsive Modern Nav */
@media (max-width: 991.98px) {
    .modern-navbar {
        background: rgba(255, 255, 255, 0.98) !important;
    }
    
    .modern-nav {
        background: rgba(255, 255, 255, 0.95);
        border-radius: 15px;
        margin-top: 15px;
        padding: 20px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    
    .modern-nav-link {
        margin: 5px 0;
        justify-content: center;
        border-radius: 15px;
    }
    
    .contact-btn {
        margin-top: 10px;
    }
}

/* Animation for navbar on scroll */
.navbar-scrolled {
    background: rgba(255, 255, 255, 0.98) !important;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    padding: 160px 0px;
}

.banner_taital_main {
    width: 43%;
    float: left;
}

.banner_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: none;
    font-weight: bold;
    padding-bottom: 0px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    backdrop-filter: blur(10px);
}

.banner_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.btn_main {
    width: 100%;
    display: flex;
}

.started_text {
    width: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 10px 10px;
    color: #ffffff;
    background-color: #0b0b0b;
    text-align: center;
    font-size: 16px;
    border-radius: 40px;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fda417;
}

.started_text.active a {
    color: #ffffff;
    background-color: #fda417;
}

#my_slider a.carousel-control-prev {
    left: 30px;
    top: 180px;
    right: 0px;
}

#my_slider a.carousel-control-next {
    right: 0px;
    top: 120px;
    left: 30px;
    color: #ffffff;
    background-color: #f8c30b;
}

#my_slider .carousel-control-next,
#my_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 40px;
    color: #070606;
    border-radius: 100px;
}

#my_slider .carousel-control-next:focus,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-prev:hover {
    color: #ffffff;
    background-color: #f8c30b;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    padding: 90px 0px 0px 0px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #3b3a3a;
    font-weight: bold;
    padding-top: 40px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin-left: 0px;
}

.about_img {
    width: 100%;
    float: left;
    background-image: url(../images/hakkimizda.png);
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.video_bt {
    width: 100%;
    padding: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.play_icon {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    text-align: center;
}

.play_icon::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 90px;
    width: 90px;
    height: 90px;
    transform: translate(-50%, -50%);
    background-color: rgb(253, 164, 23, 0.8);
    border-radius: 100%;
    animation: fadeEffect 1.3s infinite ease;
    box-shadow: 0px 0px 10px 0px;
    right: 0px;
    margin: 0 auto;
    z-index: -1;
}

@keyframes fadeEffect {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

.read_bt_1 {
    width: 180px;
    float: left;
    margin-top: 20px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #282828;
    color: #ffffff;
    padding: 10px 0px;
    border-radius: 40px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #fda417;
    color: #ffffff;
}


/* about section end */


/* services section start */

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1b1b1b;
    font-weight: bold;
    text-align: center;
}

.services_text_1 {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
}

.services_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #1b1b1b;
    padding-top: 20px;
}

.services_text_wrapper {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.services_section_2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

.box_main {
    width: 100%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 20px;
    margin-top: 30px;
}

.box_main:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.box_main.active {
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px;
}

.service_img {
    width: 30%;
    min-height: 71px;
}


.development_text {
    width: 100%;
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    padding: 20px 0px 0px 0px;
    text-transform: uppercase;
    min-height: 80px;
}

.service_img img {
    height: 64px;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.readmore_bt {
    width: 140px;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fda51a;
    padding: 15px 20px;
    margin-top: 10px;
    font-weight: bold;
}

.readmore_bt a:hover {
    color: #252525;
}


/* services section end */


/* projects section start */

.projects_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.projects_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #192955;
    font-weight: 600;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}

.projects_taital::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #fda417, #ff6b35);
    border-radius: 2px;
}

.projects_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5a5959;
    margin: 0px;
}

.projects_section_2 {
    padding: 50px 0px;
    width: 100%;
}

.projects_section_2 .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #fda417 #e9ecef;
    padding-bottom: 10px;
}

.projects_section_2 .col-md-4,
.projects_section_2 .col-lg-4 {
    min-width: 340px;
    flex: 0 0 340px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.projects_section_2 .row::-webkit-scrollbar {
    height: 8px;
}
.projects_section_2 .row::-webkit-scrollbar-thumb {
    background: #fda417;
    border-radius: 4px;
}
.projects_section_2 .row::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .projects_section_2 .col-md-4,
    .projects_section_2 .col-lg-4 {
        min-width: 260px;
        flex: 0 0 260px;
    }
    .projects_section_2 .row {
        gap: 16px;
    }
}

.project_main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pets_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    min-height: 310px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(135deg, rgba(253, 164, 23, 0.9) 0%, rgba(255, 107, 53, 0.9) 100%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container_main {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    margin-bottom: 0;
}

.container_main:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.some_text {
    color: #fefefd;
    text-align: center;
    font-size: 20px;
    padding-bottom: 0;
    font-weight: bold;
}

i.fa.fa-link {
    background: rgba(255, 255, 255, 0.2);
    padding: 16px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.container_main:hover i.fa.fa-link {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.padding_right0 {
    padding-right: 0px;
}

.development_box {
    width: 100%;
    background: red;
    height: auto;
    background-size: cover;
}

.work_text {
    width: 100%;
    font-size: 18px;
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
}

.dummy_text {
    width: 100%;
    font-size: 14px;
    margin: 0px;
    color: #6c757d;
    line-height: 1.6;
    font-family: 'Sen', sans-serif;
}

.project_main {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 0 0 16px 16px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    transition: all 0.3s ease;
}

.project_main:hover {
    background: linear-gradient(135deg, #fda417 0%, #ff6b35 100%);
    transform: translateY(-2px);
}

.project_main:hover .work_text {
    color: #ffffff;
}

.project_main:hover .dummy_text {
    color: rgba(255, 255, 255, 0.9);
}

.upcomeing_section {
    width: 100%;
    float: left;
    background-color: #ff6262;
    height: auto;
    padding: 0px 50px 50px 50px;
}

.video_menu {
    width: 100%;
    float: left;
}

.video_menu ul {
    margin: 0px;
    padding: 0px;
}

.video_menu li a {
    float: left;
    font-size: 18px;
    color: #464646;
    background-color: #ffffff;
    padding: 10px;
}

.video_menu li a:hover {
    color: #ffffff;
    background-color: #ff6262;
}

.video_menu li.active a {
    color: #ffffff;
    background-color: #ff6262;
}

.hover_main {
    width: 100%;
    float: left;
    transition: .3s all;
}

.hover_main:hover {
    transform: translateY(30px);
}

.projects_section .tab-content {
    background-color: #ff6262;
}

.projects_section ul {
    margin-bottom: 0;
    float: left;
}

.projects_section ul .nav-link {
    color: #000;
    background-color: #fff;
    padding: 12px 10px;
    width: 145px;
    text-align: center;
    margin: 0px 0px;
    text-transform: uppercase;
    position: relative;
}

.projects_section ul .nav-link.active {
    background-color: #fda417;
    color: #fff;
}

.project_img_wrapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: relative;
}

.project_img_wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.container_main:hover .project_img_wrapper img {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .projects_section_2 .row {
        gap: 20px;
    }
    
    .project_main {
        padding: 12px;
    }
    
    .work_text {
        font-size: 16px;
    }
    
    .dummy_text {
        font-size: 13px;
    }
    
    .project_img_wrapper {
        height: 120px;
    }
}

/* projects section end */


/* testimonial section start */

.testimonial_section {
    width: 100%;
    float: left;
    background-color: #252525;
    height: auto;
    padding: 90px 0px 150px 0px;
    background-size: 100%;
}

.testimonial_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.testimonial_section_2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding-top: 30px;
}

.client_name_text {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
}

.textimonial_text {
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    color: #0d0d0d;
    margin: 0px;
    text-align: left;
    border-radius: 4px;
}

#costum_slider a.carousel-control-next {
    right: -60px;
    left: 0px;
    top: 500px;
}

#costum_slider a.carousel-control-prev {
    left: -60px;
    right: 0px;
    top: 500px;
    color: #fff;
    background-color: #fda417;
}

#costum_slider .carousel-control-next,
#costum_slider .carousel-control-prev {
    width: 55px;
    height: 55px;
    background: #ffffff;
    opacity: 1;
    font-size: 30px;
    color: #252525;
    margin: 0 auto;
    text-align: center;
    border-radius: 100px;
}

#costum_slider .carousel-control-next:focus,
#costum_slider .carousel-control-next:hover,
#costum_slider .carousel-control-prev:focus,
#costum_slider .carousel-control-prev:hover {
    color: #fff;
    background-color: #fda417;
}


/* testimonial section end  */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #333333;
    padding-left: 100px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.contact_section_2 {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 90px;
}

.mail_section_1 {
    width: 100%;
    float: left;
    padding-left: 85px;
    padding-top: 30px;
}

.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #c5c8c7;
    border: 0px;
    background-color: transparent;
    padding: 8px 15px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

input.mail_text::placeholder {
    color: #c5c8c7;
}

.massage-bt {
    color: #c5c8c7;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    border: 0px;
    box-shadow: 0px 0px 10px 0px #cfcfcf;
}

textarea#comment.massage-bt::placeholder {
    color: #c5c8c7;
}

.send_bt {
    width: 170px;
    float: left;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #fda417;
    padding: 12px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.contact_img {
    width: 100%;
    float: left;
}

.padding_left_15 {
    padding-right: 0px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #1f1f1f;
    height: auto;
    padding-bottom: 50px;
}

.footer_section_2 {
    width: 100%;
    float: left;
}

.useful_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.location_text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 48px;
}

.location_text ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

.location_text li {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    color: #ffffff;
    padding: 0 40px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

@media (max-width: 767px) {
  .location_text ul {
    flex-direction: column;
  }
  .location_text li {
    padding: 10px 0;
  }
}

.location_text li a {
    color: #ffffff;
}

.location_text li a:hover {
    color: #fda417;
}

.location_text li.active a {
    color: #fda417;
}

.padding_15 {
    font-size: 30px;
}

.social_icon {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.social_icon li {
    float: left;
}

.social_icon li a {
    float: left;
    padding: 5px 15px;
    background-color: #ffffff;
    color: #000;
    border-radius: 100%;
    font-size: 22px;
    margin-right: 5px;
    width: 50px;
    text-align: center;
    margin-top: 10px;
}

.social_icon li a:hover {
    background-color: #fda417;
    color: #ffffff;
}

.update_mail {
    color: #918f8f;
    width: 100%;
    height: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
    border-radius: 40px;
}

.subscribe_bt {
    width: 170px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fda417;
    text-transform: uppercase;
    text-align: center;
    border-radius: 40px;
}

.subscribe_bt a:hover {
    color: #252525;
    background-color: #ffffff;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu {
    width: 77%;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    font-size: 16px;
    color: #ffffff;
    padding: 5px 0px 0px 0px;
    flex-basis: 50%;
}

.footer_menu li a {
    color: #ffffff;
}

.footer_menu li a:hover {
    color: #fda417;
}

.footer_menu li.active a {
    color: #f9bc19;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 15px 0px;
    color: #252525;
    text-align: center;
}

.copyright_text a {
    color: #252525;
}

.copyright_text a:hover {
    color: #0fbdd7;
}


/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}

/* Referanslar (Animasyonlu) */
.references-section {
    padding: 50px 0;
    background: #fff;
    text-align: center;
  }
  
  .references-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
  }
  
  .slider-track {
    display: flex;
    width: fit-content;
    animation: scroll-left 40s linear infinite;
  }
  
  .logo-row {
    display: flex;
    gap: 40px;
  }
  
  .logo-row img {
    max-height: 60px;
    max-width: 140px;
    object-fit: contain;
    flex-shrink: 0;
    display: block;
  }
 
  .logo-row img:last-child {
    margin-right: 40px; /* Son logoda boşluk olmasın */
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  
  .slider-track img:hover {
    transform: scale(1.05);
  }
  
  

  @media (max-width: 768px) {
    .reference_item img {
      height: 30px;
      max-width: 100px;
    }
  
    .reference_item {
      padding: 8px 10px;
      margin: 0 8px;
      max-width: 100px;
    }
  }

/* Sade ve garantili navbar CSS */

.navbar {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    z-index: 1002;
    padding: 0.5rem 1rem;
}

.navbar-brand img {
    height: 48px;
    width: auto;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-nav .nav-item {
    margin: 0 4px;
}

.nav-link {
    color: #222;
    font-size: 17px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.nav-link:hover, .nav-link.active {
    background: #fda417;
    color: #fff !important;
    text-decoration: none;
}

.navbar-toggler {
    border: none;
    background: #fda417;
    border-radius: 6px;
    padding: 6px 10px;
    outline: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 2px #fda41744;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }
    .navbar-collapse {
        background: #fff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.08);
        margin-top: 8px;
        padding: 12px 0;
    }
    .nav-link {
        width: 100%;
        padding: 12px 18px;
        font-size: 18px;
    }
}

/* pointer-events ve overlay sorunu olmasın diye garanti */
.navbar, .navbar * {
    pointer-events: auto !important;
}

/* WhatsApp Floating Button */
#whatsapp-float {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  background: linear-gradient(180deg, #25d366 80%, #128c7e 100%);
  border-radius: 20px 0 0 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  padding: 16px 12px 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: right 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
  cursor: pointer;
  animation: wa-float-in 1s cubic-bezier(.4,2,.6,1);
  width: 64px;
}
#whatsapp-float:hover {
  right: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}
#whatsapp-float .wa-icon {
  width: 32px;
  height: 32px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg') no-repeat center/contain;
  display: block;
  margin: 0 0 8px 0;
}
#whatsapp-float .wa-text {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: 'Sen', 'Raleway', Arial, sans-serif;
  text-align: center;
  line-height: 1.1;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@keyframes wa-float-in {
  0% { right: -120px; opacity: 0; }
  100% { right: 0; opacity: 1; }
}

html, body {
  overflow-x: hidden !important;
}

#whatsapp-float {
  box-sizing: border-box;
}