:root {
  --hero-bg : #2c3e50;--brand-blue : #3498db;--brand-dark : #232a31;--brand-green : #198754;--brand-red : #aa0101;--text-gray : #70747a;--bg-light : #f9f9f9;
}
body {
  font-family : 'Montserrat', sans-serif; color: var(--text-gray); overflow-x: hidden; scroll-behavior : smooth;
}

.navbar-nav .nav-item .nav-link.active {
  color : #3498db !important;
  background-color : transparent !important;
}
.navbar {
  background-color : #232a34 !important;
  padding : 15px 0 !important;
}
.nav-link {
  color : #ffffff !important;
  font-size : 15px;
  font-weight : 500;
  padding : 10px 15px !important;
  text-transform : uppercase;
  transition : 0.3s;
}
.nav-link:hover {
  color : #3498db !important;
}
.btn-nav-order {
  background-color : #2ecc71 !important;
  color : #ffffff !important;
  padding : 18px 15px !important;
  font-weight : 500;
  font-size : 15px;
  text-transform : uppercase;
  text-decoration : none;
  border-radius : 4px;
  display : inline-flex;
  align-items : center;
  transition : 0.3s;
  margin-left : 10px;
  line-height : 1;
  border : none;
}
.btn-nav-order:hover {
  background-color : #27ae60 !important;
  color : #fff !important;
  box-shadow : 0 4px 10px rgba(46, 204, 113, 0.2);
}
.navbar-nav {
  align-items : center;
}
nav.navbar.sticky-top {
    border-radius: 0px !important;
    border: none !important;
    background-color: #232a34 !important;
}

.hero {
  background-color : #232a34 !important;
  background-image : linear-gradient(rgba(35, 42, 52, 0.4), rgba(35, 42, 52, 0.4)), url('../img/header-bg.jpg') !important;
  background-repeat : no-repeat !important;
  background-position : center center !important;
  background-size : cover !important;
  background-attachment : fixed !important;
  padding : 140px 0 !important;
  color : #ffffff !important;
  text-align : center;
}
.hero h1 {
  font-family : 'Montserrat', sans-serif !important;
  font-weight : 800 !important;
  font-size : 3.8rem !important;
  margin-bottom : 20px;
  letter-spacing : -1.5px !important;
  line-height : 1.1;
  color : #ffffff !important;
  text-shadow : 0 2px 10px rgba(0, 0, 0, 0.3);
}
.hero h2.lead {
  font-size : 1.35rem !important;
  max-width : 850px;
  margin : 0 auto 40px;
  opacity : 0.9;
}
.btn-flat {
  display : inline-block;
  border-radius : 4px !important;
  padding : 18px 40px !important;
  font-weight : 700;
  transition : 0.3s;
  text-decoration : none;
  margin : 5px;
}
.btn-primary-flat {
  background : var(--brand-blue) !important;
  border : 2px solid var(--brand-blue) !important;
  color : #fff !important;
}
.btn-primary-flat:hover {
  background : #2980b9 !important;
  border-color : #2980b9 !important;
}
.btn-outline-flat {
  border : 2px solid #fff !important;
  color : #fff !important;
  background : transparent !important;
}
.btn-outline-flat:hover {
  background : #fff !important;
  color : var(--hero-bg) !important;
}

.feature-box {
  padding : 20px; text-align: center; transition : 0.3s;
}
.feature-box img {
  margin-bottom : 20px; transition : 0.3s;
}
  .feature-box:hover img {
  transform : scale(1.1);
}
.feature-box h4 {
  font-weight : 700; color: #333; font-size : 1.1rem;
}

.pricing-section {
  background : var(--bg-light); padding : 80px 0;
}
.price-card {
  border : 0; border-radius: 15px; box-shadow: 0 10px 30px rgba(0, 0,0, 0.05); transition: 0.4s; background: #fff; overflow: hidden; position: relative; height: 100%; display: flex; flex-direction : column;
}
.price-card:hover {
  transform: translateY(-15px); box-shadow : 0 20px 40px rgba(0, 0,0, 0.1);
}
.featured-plan {
  border : 2px solid var(--brand-green); transform: scale(1.05); z-index : 2;
}
.price-header {
  padding : 40px 20px; text-align: center; border-bottom : 1px solid #f1f1f1;
}
.price-value {
  font-size : 3.5rem; font-weight: 800; color : var(--brand-dark);
}
.popular-badge {
  position : absolute;
  top : 25px;
  right : -45px;
  background : var(--brand-red);
  color : #fff;
  padding : 8px 0;
  transform : rotate(45deg);
  font-size : 10px;
  font-weight : bold;
  z-index : 10;
  width : 170px;
  text-align : center;
  white-space : nowrap;
  display : block;
  line-height : 1;
}
.price-body {
  padding : 30px; flex-grow : 1;
}
.price-footer {
  padding : 25px; background : #fff;
}

.domain-modern-area {
  background-color: #34454e !important;
  padding: 100px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: 1;
}
.domain-modern-area::before {
  content: "";
  display: block; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/tlds-bg.png') !important;
  background-repeat: repeat !important;
  background-position: center !important;
  background-size: 800px auto !important;
  opacity: 1; 
  z-index: -1;
}
.search-container {
  background : #fff;
  border-radius : 50px;
  padding : 8px;
  display : flex;
  align-items : center;
  box-shadow : 0 15px 40px rgba(0, 0,0, 0.3);
  width : 100%;
  margin-bottom : 25px;
  transition : transform 0.3s ease, box-shadow 0.3s ease;
}
.search-container:focus-within {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.search-container input {
  border : none !important;
  padding : 10px 25px;
  flex-grow : 1;
  outline : none;
  font-size : 1.1rem;
  color : #333;
  background : transparent !important;
}
.search-container button {
  background : var(--brand-blue);
  color : white;
  border : none;
  border-radius : 50px;
  padding : 12px 40px;
  font-weight : 700;
  transition : 0.3s;
}


.footer {
  background : linear-gradient(rgba(35, 42, 49, 0.9), rgba(35, 42, 49, 0.9)), url('../img/header-bg.jpg') no-repeat center center !important;
  background-size : cover !important;
  background-attachment : fixed !important;
  color : #fff;
  padding : 80px 0 20px;
  border-top : 1px solid rgba(255, 255, 255, 0.1);
}
.footer h5 {
  color : #ffffff !important;
  font-weight : 700;
  margin-bottom : 30px;
  text-transform : uppercase;
  font-size : 14px;
}
.footer-link {
  color : rgba(255, 255, 255, 0.6) !important;
  text-decoration : none;
  display : block;
  margin-bottom : 12px;
  transition : 0.3s;
}
.footer-link:hover {
  color : var(--brand-blue) !important;
  padding-left : 5px;
}
.social-icons a {
  color : #fff;
  background : rgba(255, 255, 255, 0.1);
  width : 40px;
  height : 40px;
  display : inline-flex;
  align-items : center;
  justify-content : center;
  border-radius : 50%;
  margin-right : 10px;
  transition : 0.3s;
  text-decoration : none;
  font-size : 1.2rem;
}
.social-icons a:hover {
  background: #0d6efd;
  color: #fff;
  transform: rotate(360deg);
}

.mail-link::after {
  content : attr(data-user) "@" attr(data-domain);
}

#loginModal .modal-content {
  border-radius : 12px;
  border : none;
  overflow : hidden;
}
#loginModal .modal-header {
  background-color : #232a34 !important;
  border : none;
}
#loginTabs {
  background : #f1f4f7 !important;
  padding : 5px !important;
  border-radius : 10px !important;
}
#loginTabs .nav-link {
  color : #6c757d !important;
  background-color : transparent !important;
  font-weight : 600 !important;
  border : none !important;
}
#loginTabs .nav-link.active {
  color : #ffffff !important;
  background-color : #3498db !important;
  box-shadow : 0 4px 10px rgba(52, 152, 219, 0.2) !important;
}
.modal-body .form-control, .modal-body .form-select {
  background-color : #f8f9fa;
  border : 2px solid #edf2f7;
  border-radius : 8px;
  padding : 12px;
}
.modal-body .form-control:focus {
  border-color : #3498db;
  box-shadow : 0 0 0 0.2rem rgba(52, 152, 219, 0.1);
}
.modal-body .btn-primary {
  background-color : #3498db !important; border : none;
}
.modal-body .btn-success {
  background-color : #2ecc71 !important; border : none;
}

.whatsapp-float {
  position : fixed;
  bottom : 30px;
  left : 30px;
  width : 60px;
  height : 60px;
  background-color : #25D366;
  color : white;
  border-radius : 50%;
  display : flex;
  align-items : center;
  justify-content : center;
  font-size : 32px;
  box-shadow : 2px 4px 15px rgba(0, 0,0, 0.3);
  z-index : 10000;
  transition : transform 0.3s ease, background-color 0.3s ease;
  text-decoration : none;
}
.whatsapp-float:hover {
  background-color : #128C7E;
  color : white;
  transform : scale(1.1);
}
.whatsapp-float::after {
  content : '';
  position : absolute;
  width : 100%;
  height : 100%;
  border-radius : 50%;
  border : 2px solid #25D366;
  animation : pulse-green 2s infinite;
}
@keyframes pulse-green {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

#btn-back-to-top {
  position : fixed;
  bottom : 20px;
  right : 20px;
  display : none;
  width : 45px;
  height : 45px;
  background-color : var(--brand-blue);
  color : white;
  border : none;
  border-radius : 50%;
  box-shadow : 0 4px 10px rgba(0, 0, 0, 0.3);
  z-index : 1000;
  transition : all 0.3s ease;
  cursor : pointer;
}
#btn-back-to-top:hover {
  background-color : var(--brand-dark);
  transform : translateY(-5px);
}
#btn-back-to-top i {
  font-size : 1.5rem;
  line-height : 1;
}

@media (max-width : 991.98px) {
  .navbar-brand img{height : 55px !important;
  width : auto !important;
}
.navbar-toggler {
  border : 2px solid rgba(255, 255, 255, 0.5) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-collapse {
  background : #232a34;
  padding : 20px;
  border-radius : 8px;
  margin-top : 15px;
}
.navbar-nav {
  align-items : stretch !important;
}
.nav-link {
  text-align : center; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding : 15px 0 !important;
}
.btn-nav-order {
  margin : 15px 0 0 0 !important; width: 100%; justify-content : center;
}
.hero {
  padding : 80px 0 !important;
}
.hero h1 {
  font-size : 2.2rem !important; letter-spacing : -1px !important;
}
.hero p.lead {
  font-size : 1rem !important; padding : 0 15px;
}
.btn-flat {
  width : 100%; margin: 10px 0 !important; display : block;
}
.search-container, .domain-search-box {
    flex-direction: column !important; 
    background: transparent !important; 
    box-shadow: none !important;
    padding: 0 !important;
    width: 100% !important;
}
.search-container input, .domain-search-box input {
    width: 100% !important;
    margin-bottom: 15px !important; 
    border-radius: 50px !important; 
    background: #fff !important;
    padding: 15px 25px !important;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.search-container button, .domain-search-box button {
    width: 100% !important; 
    border-radius: 50px !important;
    padding: 15px !important;
    font-size: 1.1rem !important;
    margin-left: 0 !important; 
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.domain-modern-area {
  text-align : center;
}
.domain-search-box {
  flex-direction : column;
  background : transparent !important;
  box-shadow : none;
  padding : 0;
  display : flex;
  align-items : center;
}
.domain-search-box input {
  background : #fff !important;
  width : 100%;
  border-radius : 50px !important;
  margin-bottom : 12px;
  text-align : center;
  padding : 18px !important;
  box-shadow : 0 10px 25px rgba(0, 0,0, 0.15);
}
.domain-search-box button {
  width : 100%;
  border-radius : 50px !important;
  padding : 18px !important;
  box-shadow : 0 10px 25px rgba(52, 152, 219, 0.3);
  text-align : center;
}
.tld-row, .tld-list {
  justify-content : center !important;
  display : flex !important;
  flex-wrap : wrap;
  gap : 8px;
  width : 100%;
}
.tld-list span, .tld-row span {
  padding : 8px 15px;
  font-size : 13px;
  text-align : center;
}
.featured-plan {
  transform : scale(1); margin : 20px 0;
}
}


.sub-hero {
    background-color: #232a34;
    background-image: linear-gradient(rgba(35, 42, 52, 0.6), rgba(35, 42, 52, 0.6)), url('../img/header-bg.jpg');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.search-box-wrapper {
    margin-top: -60px; 
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.domain-input-group input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.scroll-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.badge-container-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;  /* IE ve Edge için çubuğu gizle */
    scrollbar-width: none;  /* Firefox için çubuğu gizle */
}

.badge-container-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari ve Opera için çubuğu gizle */
}

.scroll-btn {
    background: #ffffff;
    border: 1px solid #edf2f7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    color: var(--brand-blue);
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.scroll-btn:hover {
    background: var(--brand-blue);
    color: #fff;
    transform: scale(1.1);
}
.scroll-btn.dark-bg {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.scroll-btn.dark-bg:hover {
    background: #ffffff;
    color: #232A34;
    transform: scale(1.1);
}


.badge-wrap-mobile {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0 20px;
}

/* Mobil Düzenlemeler */
@media (max-width: 768px) {
    .search-box-wrapper {
        padding: 20px;
        margin-top: -40px;
    }
    .domain-input-group {
        flex-direction: column;
        border-radius: 15px !important;
        padding: 15px !important;
    }
    .domain-input-group button {
        width: 100%;
        margin-top: 10px;
        padding: 12px !important;
    }
    .scroll-btn {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    .badge-wrap-mobile {
        padding: 0 15px;
        border-start: none !important;
    }
}

.arrow-bounce {
        animation: bounce 2s infinite;
        transition: transform 0.3s ease;
}
.arrow-bounce:hover {
        transform: scale(1.2);
        color: #fff !important;
}
@keyframes bounce {
        0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
        40% { transform: translateY(-12px); }
        60% { transform: translateY(-6px); }
}
html {
        scroll-behavior: smooth;
}
