


#subscribeModal .modal-content{
	overflow:hidden;
	max-width: 90vw;
	margin: auto;
}

/* Responsive ayarları */
@media (max-width: 576px) {
    #subscribeModal .modal-dialog {
        margin: 10px;
        max-width: calc(100% - 20px);
    }
    
    #subscribeModal .modal-content {
        max-width: 100%;
    }
    
    #subscribeModal .modal-body {
        padding: 15px !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    #subscribeModal .modal-dialog {
        max-width: 500px;
        margin: 30px auto;
    }
}

@media (min-width: 769px) {
    #subscribeModal .modal-dialog {
        max-width: 400px;
        margin: 50px auto;
    }
}
a.h2{
    color:#007b5e;
    margin-bottom:0;
    text-decoration:none;
}

#subscribeModal .btn {
	background:#007b5e;
	border-color:#007b5e;
}

#subscribeModal .top-strip{
    display: block; 
    margin: auto;
}
#subscribeModal .bottom-strip{
	height: 155px;
    /* background: #007b5e; */
    margin-top: -110px;
    /* border-bottom: 65px solid #4CAF50; */
    /* border-top: 10px solid #4caf50; */
}

#subscribeModal .close {
    position:relative;
    bottom: 5px;
    text-align: center;
    transition: all 200ms;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    color: #ff0000;
    
  }

  #subscribeModal .close:hover {
    color: orange;
  }

  

/**************************/
/****** modal-lg stips *********/
/**************************/
/* #subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
} */

/****** extra *******/


#subscribeModal .close {
    cursor: pointer; /* İmleci el simgesi yapar */
}

#Reloadpage {
    cursor: pointer; /* Zaten vardı, ekstra ekledim */
}
