.hero{
    padding: 43px 0 50px 0;
    background-color: #f9fafb;
    background-image: radial-gradient(at 0% 0%, rgba(10, 35, 66, 0.03) 0, transparent 50%), radial-gradient(at 50% 0%, rgba(253, 185, 19, 0.05) 0, transparent 50%);
    background: linear-gradient(179deg, rgb(255 255 255) 0%, rgb(208 173 70 / 12%) 100%);
}

.tools {
    background-color: var(--main-color);
    color: #fff;
}
.hero-img {
    text-align: center;
}
.hero-img img {
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border: 16px solid #fff;
    border-radius: 9999px;
    width: 100%;
    object-fit: cover;
    width: 460px;
    height: 460px;
}
.hero .animate-bounce {
    background-color: #f9f5ea;
    padding: 1px 18px;
    border-radius: 22px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 15px;
}
.img-border{
    position: relative
}
.img-border img{
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    border-radius: 50px;
    width: 100%;
    object-fit: cover;
    border: 7px solid #fff;
}
.img-border::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(246 234 204);
    border-radius: 50px;
    top: -16px;
    left: -16px;
    z-index: -1;
    transform: rotate(3deg);
    right: -16px;
    bottom: -16px;
}
.enjazstorage-content-box-white{
    margin-bottom: 21px;
    border-radius: 17px;
}
.enjazstorage-feature-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.enjazstorage-feature-box .icon {
    font-size: 35px;
    line-height: 50px;
    width: 48px;
    color: var(--text-color);
}
.enjazstorage-feature-box .content {width: 82%;}
.enjazstorage-feature-box h3{margin: 0;font-size: 16px;}
.enjazstorage-feature-box p{font-size: 14px;}
.enjazstorage-content-box-white h3{
   margin: 5px 0;
   font-size: 20px;
}
.enjazstorage-content-box-white p{
    font-size: 16px;
}
.services{
    background-color: #f8fafc;
}
.enjazstorage-service-box{
    background-color: #fff;
    margin-bottom: 32px;
    border-radius: 27px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0) 0px -0.779421px 0px 0.374122px,
  rgba(0, 0, 0, 0) 0px 0px 0px 0px,
  rgba(12, 74, 110, 0.05) 0px 20.6235px 25.7794px -5.15588px,
  rgba(12, 74, 110, 0.05) 0px 8.24941px 10.3118px -6.18706px;
    padding: 16px 20px;
}
.enjazstorage-service-box h3{margin-bottom: 6px;}
.enjazstorage-service-box p{font-size: 16px;color: #4f4f4f;}
.enjazstorage-service-box img{border-radius: 30px;outline: 2px solid #ffffff6e;outline-offset: -13px;margin-bottom: 10px;}
.steps {
    background-color: var(--main-color);
}
.enjazstorage-worksteps-box-number {
    display: block;
    width: 65px;
    height: 65px;
    line-height: 64px;
    margin: auto;
    background-color: var(--secondary-color);
    color: var(--main-color);
    font-weight: 900;
    font-size: 29px;
    border-radius: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 30px rgba(253, 185, 19, 0.3);
}
.step-connector {
    position: relative;
}
.steps p {
    color: #94a3b8;
}
.step-connector::after {
    content: '';
    position: absolute;
    top: 2rem;
    right: 50%;
    width: 100%;
    height: 2px;
    background-color: #d0ad464d;
    z-index: 0;
}
.review {
    background-color: #f9fafb;
}

.user-review-box {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),
            0 2px 4px -2px rgb(0 0 0 / 0.1);
    background-color: #fff;
    border-radius: 17px;
    padding: 21px 32px;
    /* width: 100%; */
    margin-bottom: 25px;
}

.user-info {
    display: flex;
    flex-wrap: wrap;
}

.user-img {
    width: 60px;
    height: 60px;
    background-color: #3b82f6;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    line-height: 61px;
    margin-left: 15px;
}
.user-review-box:nth-child(2) .user-img {
     background-color: rgb(255,105,0);
}
.user-review-box:nth-child(3) .user-img {
     background-color: #E91E63;
}
.user-review-box:nth-child(4) .user-img {
     background-color: #4CAF50;
}
.user-comment {
    padding: 15px 0;
}
.user-comment p{
    margin: 0;
}
.user p {
    margin: 0;
    font-weight: 600;
}

.user {
    line-height: 24px;
}
.user-review-box span {
    color: #7d838b;
    font-size: 15px;
}
.user-rating {
    color: #fcb900;
}
.price-box h3 {
    color: #fff;
    margin: 0;
}
.price-box h4 {
    font-size: 28px;
    margin: 0;
}

.gallery-item {
   position: relative;
   cursor: pointer;
   border-radius: 16px;
   overflow: hidden;
   background: #000;
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
   transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
   margin: 0;
   margin-bottom: 23px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
    display: block;
}
.item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(
  to top,
  rgba(30, 58, 138, 0.9),
  rgba(30, 58, 138, 0)
);
}
.item-overlay p{color: #fff;font-weight: 900;font-size: 22px;}
.gallery-item:hover .item-overlay {
    opacity: 1;
}
.why{
    background-color: #0f172a;
    color: #fff;
}

.why-box-img {
    background-color: rgb(162 162 162 / 20%);
    width: 60px;
    height: 60px;
    margin-left: 19px;
    font-size: 35px;
    text-align: center;
    border-radius: 16px;
    color: #deac37;
    line-height: 60px;
}
.why-box-content {
    width: 78%;
}
.why-box  {
    margin-bottom: 10px;
}
.why-box h3 {
    margin-bottom: 6px;
}

.why-box p {
    font-size: 16px;
}

.why-box-img {
    color: var(--secondary-color);
}

.faqs {
    background-color: #f8fafc;
}

.contact-list {
    margin: 15px 0;
}


.enjazstorage-contact-box {
 border-radius: 30px;
 box-shadow: -1px 13px 50px -12px rgb(0 0 0 / 0.25);
 background-color: var(--main-color);
 overflow: hidden;
}

.enjazstorage-contact-box h2,
.enjazstorage-contact-box a{
    color: #fff;
}
.contact-txt span {
    display: block;
    font-size: 13px;
}
.line-after:before {
    content: ' ';
    background-color: var(--secondary-color);
    width: 20px;
    height: 3px;
    margin-left: 10px;
    display: inline-block;
}

.price-innr {
    width: 50%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.enjazstorage-tools-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.enjazstorage-tools-list li{
    width: 44%;
    background-color: rgb(162 162 162 / 20%);
    margin: 9px;
    border-radius: 15px;
    padding: 10px 15px;
}

.hero h1 span{
    display: inline-block;
}
.svg-line {
    display: block;
}
.tools h2{
    color: inherit;
}
.enjazstorage-tools-list li:before{
    font-family: "enjazstorageicons";
    content: "\e82b";
    padding-left: 6px;
    vertical-align: middle;
    display: inline-block;
    color: var(--secondary-color);
}
.price-box {
    background-color: var(--main-color);
    padding: 25px 24px;
    border-radius: 25px;
    width: 40%;
    box-shadow: -1px 13px 50px -12px rgb(0 0 0 / 0.25);
    border: 6px solid #f0f9ff;
    text-align: center;
    color: #fff;
}
span.contact-txt {
    line-height: 22px;
}

span.contact-icon {
    margin-left: 13px;
}

.enjazstorage-contact-info{
   color: #bae6fd;
}
.contact-box,
.enjazstorage-contact-info{
    padding: 30px 12px;
}

@media (max-width: 768px) {
    .step-connector::after {
        width: 2px;
        height: 100%;
        right: 50%;
        top: 2rem;
        opacity: 0.5;
    }
    .price-innr,
    .price-box {
    width: 100%;
}
  
}
@media (min-width: 768px) {
    .price-innr .feature {
    width: 47%;
}
    .faq-panel {
    width: 60%;
    margin: auto;
}
    .contact-box,
    .enjazstorage-contact-info{
    padding: 30px 45px;
}

}