﻿/*
   Powered by Mahdi Web Host...
   https://mahdiwebhost.ir
   info@mahdiwebhost.ir
   0910 666 5456
*/

.portfolio-style1{
 padding: 5px;
    border: 2px solid #73c12c;
    margin: 5px;
    border-radius: 4px; 
}

.text-justify{
  text-align:justify !important;
  }

.text-justify ul {
  padding-right:10px;
  }

.captcha{
 position:relative; 
}

.captcha #refreshCaptcha{
 position: absolute;
    left: 140px;
    top: 15px; 
  cursor:pointer;
}

.captcha #captchaImg{
  position: absolute;
    left: 10px;
    top: 10px;
  border:0px !important;
}

.dark-menu{
  background-color: #2d2b2b;
}

textarea.form-control{
  height:150px;
  min-height:150px;
  max-height:150px;
  }

.pt-60{
 padding-top:60px !important; 
}

.t-r-270{
 transform:rotate(270deg); 
}

.bg-100{
  background-position: left top !important;
  background-size: 100% auto !important;
  }


  .pt-30{
   	padding-top:30px !important; 
  }


.pb-60{
   	padding-bottom:60px !important; 
  }

.mb-30 {
   margin-bottom:30px !important;  
}


#content-container ol,
#content-container ul {
    padding-right: 2rem !important;
  	padding-left:auto;
}

#content-container h1{
 color:#73c12c; 
}

/*FormSaz*/

.form-builder form{
 	display: flex;
    flex-wrap: wrap; 
}

.form-builder .control-label{
  width:100%;
}

.form-builder .col-sm-10{
  width:100%;
}

@media only screen and (max-width: 768px) {
  .form-builder .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
	}
}

.form-builder .form-group{
  padding-left:12px;
  padding-right:12px;
}

.form-builder select{
 	text-align: right;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    padding: .375rem .75rem;
    height: 46px; 
}

.form-builder #captchaContent{
  position: relative;
  
  }

.form-builder #captchaImg{
  position: absolute;
  left:6px;
  top:6px;
  cursor:pointer;
border:0px !important;
  }

.form-builder .btn-primary{
  background-color: #73c12c;
    border: none;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    z-index: 9999;
    display: inline-block;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all .4s ease-in-out 0s;
 	padding: 12px 24px;
}
.form-builder .btn-primary:hover{
 	background: #1e2022;
    color: #fff; 
}

.form-builder section{
 padding-top:0px !important; 
  padding-bottom:0px !important;
}

.shadow-block {
    box-shadow: 0px 10px 30px 0px rgba(17, 12, 79, 0.1);
    background-color: #fff;
    border-right: 3px solid #73c12c;
    border-left: none;
}


 #host-plans .table th,#host-plans .table td {
            vertical-align: middle;
            text-align: center;
        }
#host-plans .btn-primary {
  width: 100%;
}

#host-plans td{
  white-space:nowrap;
padding:5px;
  padding-right:10px;
padding-left:10px; 
  }

.w-200{
 width:200px !important; 
}

.ltr{
  direction:ltr !important;
  }

.btr-0{
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
.bbr-0{
    border-bottom: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
#host-plans .title-bg{
  background-color: #73c12c !important;
  font-weight:bold;
}

#host-plans .text-description{
 white-space: break-spaces;
    text-wrap: auto;
    text-align: right; 
}

#blog-posts .blog-card1 .date {
    width: 100px !important;
    height: 40px !important;
}

.post-summary a{
 font-size:14px !important;
  font-weight:normal !important;
}

.enamad a{
 display: inline-block; 
}

.enamad{
 text-align:left; 
}

.w-120{
 width:120px !important; 
  min-width: 120px !important;
}

.verticalTableHeader1 {
    text-align:center;
    white-space:nowrap;
    transform-origin:50% 50%;
    transform: rotate(90deg);
}

.verticalTableHeader1:before {
    content:'';
    padding-top:110%;/* takes width as reference, + 10% for faking some extra padding */
    display:inline-block;
    vertical-align:middle;
}


.contact-button {
            position: fixed;
            bottom: 20px;
            left: 20px;
            background-color: #73c12c;
            color: #fff !important;
            padding: 10px 15px;
            border-radius: 50%;
            text-align: center;
            font-size: 34px;
            transition: transform 0.3s ease;
            width: 68px;
            height: 68px;
            border: 2px solid white;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  			z-index: 99999;
        }

		.contact-button:hover {
            background-color: #1e2022 !important;
  			color: #73c12c !important;
          	border: 2px solid #73c12c !important;
        }

        .contact-button.shake {
            animation: shake 0.5s;
        }

       @keyframes shake {
            0% { transform: translate(1px, 1px) rotate(0deg); }
            10% { transform: translate(-2px, -3px) rotate(-2deg); }
            20% { transform: translate(-4px, 0px) rotate(2deg); }
            30% { transform: translate(6px, 3px) rotate(0deg); }
            40% { transform: translate(2px, -2px) rotate(2deg); }
            50% { transform: translate(-2px, 3px) rotate(-2deg); }
            60% { transform: translate(-4px, 2px) rotate(0deg); }
            70% { transform: translate(6px, 2px) rotate(-2deg); }
            80% { transform: translate(-2px, -2px) rotate(2deg); }
            90% { transform: translate(2px, 3px) rotate(0deg); }
            100% { transform: translate(1px, -3px) rotate(-2deg); }
        }

#msg-btns .butn.small{
  padding: 8px 8px !important;
}

.plan-feature i {
    color: #28a745;
    margin-left: 6px;
}

.plan-feature.weekly i {
    color: #0d6efd;
}

.featured-col {
    background: #f8fff9;
}

#host-plans .featured-title {
    position: relative;
    background-color: #0d6efd !important;
    color: #fff;
}


.price {
    font-size: 16px;
    color: #212529;
}

.featured-price {
    color: #198754;
    font-size: 17px;
}

.butn i {
    margin-left: 6px;
}

.captcha-container {
    position: relative;
}

.form-select {
    padding-right: 12px;
    background-position: left 0.75rem center;
}

#pollOptions, .fw-bold{
	color:#fff;
}
#pollOptions .form-check{
	padding-right: 1.5em;
    padding-left: auto !important;
}

#pollOptions .form-check .form-check-input{
	float: none !important;
    margin-right: -1.5em;
    margin-left:auto !important;
}

.white-space-pre-line {
    white-space: pre-line;
}

.bg-98{
	background-color: #f5f7fa;
}

section {
    padding: 70px 0;
}

.hero-section {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: transparent;
}

/* کارت سمت چپ Hero */
.hero-floating-card {
    position: absolute;
    top: 52%;
    left: 7%;
    transform: translateY(-50%);

    width: 390px;
    padding: 32px;

    direction: rtl;
    text-align: right;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            rgba(15, 18, 20, 0.88),
            rgba(15, 18, 20, 0.68)
        );

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 20px;

    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    z-index: 5;
}

/* خط سبز تزئینی */
.hero-floating-card::before {
    content: "";
    position: absolute;
    top: 35px;
    right: -1px;

    width: 4px;
    height: 74px;

    background: #70c724;
    border-radius: 4px 0 0 4px;

    box-shadow: 0 0 18px rgba(112, 199, 36, 0.55);
}

.hero-card-badge {
    display: inline-flex;
    align-items: center;

    margin-bottom: 16px;
    padding: 7px 13px;

    color: #90dd4b;
    background: rgba(112, 199, 36, 0.14);
    border: 1px solid rgba(112, 199, 36, 0.3);
    border-radius: 50px;

    font-size: 12px;
    font-weight: 600;
}

.hero-floating-card h2 {
    margin: 0 0 13px;

    color: #ffffff;

    font-size: 29px;
    font-weight: 800;
    line-height: 1.55;
}

.hero-floating-card p {
    margin: 0 0 22px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 14px;
    line-height: 2;
}

.hero-card-features {
    display: flex;
    flex-direction: column;
    gap: 11px;

    margin: 0 0 25px;
    padding: 0;

    list-style: none;
}

.hero-card-features li {
    display: flex;
    align-items: center;
    gap: 9px;

    color: rgba(255, 255, 255, 0.88);

    font-size: 13px;
}

.feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 20px;
    height: 20px;
    flex-shrink: 0;

    color: #101510;
    background: #70c724;
    border-radius: 50%;

    font-size: 12px;
    font-weight: 800;
}

.hero-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 27px;
}

.hero-primary-button,
.hero-secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 46px;
    padding: 0 21px;

    border-radius: 9px;

    font-size: 13px;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background-color 0.25s ease;
}

.hero-primary-button {
    color: #13200a;
    background: #70c724;

    box-shadow: 0 10px 25px rgba(112, 199, 36, 0.25);
}

.hero-primary-button:hover {
    color: #13200a;
    background: #84d637;

    transform: translateY(-3px);

    box-shadow: 0 14px 30px rgba(112, 199, 36, 0.4);
}

.hero-primary-button span {
    font-size: 18px;
    transition: transform 0.25s ease;
}

.hero-primary-button:hover span {
    transform: translateX(-4px);
}

.hero-secondary-button {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-secondary-button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);

    transform: translateY(-3px);
}

.hero-card-stats {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 20px;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card-stats div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.hero-card-stats strong {
    color: #86d83b;

    font-size: 18px;
    font-weight: 800;
}

.hero-card-stats span {
    color: rgba(255, 255, 255, 0.58);

    font-size: 10px;
}

.hero-card-stats .stats-divider {
    width: 1px;
    height: 31px;

    background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1100px) {
    .hero-floating-card {
        left: 3%;
        width: 350px;
        padding: 25px;
    }

    .hero-floating-card h2 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        overflow: visible;
    }

    .hero-floating-card {
        position: relative;
        top: auto;
        left: auto;
        transform: none;

        width: calc(100% - 30px);
        margin: -45px auto 30px;
        padding: 25px;

        background: #171a1c;
    }

    .hero-floating-card h2 {
        font-size: 22px;
    }
}

@media (max-width: 480px) {
    .hero-card-actions {
        flex-direction: column;
    }

    .hero-primary-button,
    .hero-secondary-button {
        width: 100%;
    }

    .hero-card-stats strong {
        font-size: 15px;
    }

    .hero-card-stats span {
        font-size: 9px;
    }
}