/* Theme Name: Retirio Child Theme
Theme URI: https://themeforest.net/user/ovatheme/portfolio
Description: This is child theme of retirio
Author: Ovatheme
Author URI: https://themeforest.net/user/ovatheme
Template: retirio
Version: 1.0.0
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, flexible-header, full-width-template, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain:  retirio-child
*/


.post-date {
  display: none;
}



.newclass{
	margin-top:75px!important;
}
/* ================================
   Main Container
================================ */
.step-slider {
    max-width: 100%;
    margin: 0;
    padding: 40px 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .step-slider {
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .step-slider {
        padding: 15px 8px;
    }
}

/* ================================
   Step Indicators
================================ */
.step-indicator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 700px;
    margin: 0 auto 40px auto;
}

.step-indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    right: 5%;
    height: 2px;
    background: #ccc;
    z-index: 1;
    transform: translateY(-50%);
}

.step-num {
    position: relative;
    z-index: 2;
    background: #e0e0e0;
    color: #000;
    padding: 12px 18px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.step-num.active {
    background: #e3b25a;
    color: #fff;
}

/* ================================
   Arrows and Layout
================================ */
.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .d-flex {
     
        align-items: center;
        gap: 5px;
    }
}

.step-arrow {
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 15px;
    color: #888;
    background: #f0f0f0;
    border-radius: 50%;
    transition: color 0.2s ease, background 0.2s ease;
    user-select: none;
}

.step-arrow:hover {
    color: #000;
    background: #e0e0e0;
}

.step-arrow.disabled {
    color: #ccc;
    pointer-events: none;
}

@media (max-width: 768px) {
    .step-arrow {
        font-size: 20px;
        padding: 8px 12px;
    }
}

/* ================================
   Content Section
================================ */
#step-content {
    width: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 450px;
}

@media (max-width: 768px) {
    #step-content {
        height: 400px;
        padding: 0;
    }
}

/* ================================
   Step Box Layout
================================ */
.step-box {
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 20px 0;
    animation: slide-in 0.5s ease forwards;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .step-box {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

/* ================================
   Text and Image Block
================================ */
.step-text {
    width: 100%;
    text-align: left;
}

.step-text h3 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #222;
}

.step-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.step-image {
    width: 100%;
}

.step-slider .step-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .step-text,
    .step-image {
        text-align: center;
    }

    .step-text h3 {
        font-size: 22px;
    }

    .step-text p {
        font-size: 15px;
    }

    .step-slider .step-image img {
        height: 250px;
    }
}

@media (max-width: 480px) {
    .step-slider .step-image img {
        height: 200px;
    }
}

/* ================================
   Animation
================================ */
.fade-in {
    animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}




#cf7-popup {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#cf7-popup.show {
  display: flex; 
}

#cf7-popup > div {
  background: #fff;
  padding: 0px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#cf7-popup-close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  border: none;
  background: #E3B25A;
  cursor: pointer;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease;
	border-radius: 0px 8px 0px 0px;
}

/* Mobile CSS */

@media (max-width: 768px) {
    #cf7-popup-close {
       padding: 10px;
  }
}

#cf7-popup-close:hover {
  background-color: #c7993f; /* darker gold on hover */
 color: #fff;
}

#cf7-popup-close:hover {
  color: #000;
}




.service_single .content .service-img {
  display: none !important;
}


.data-project ul.share-social-icons {
  display: none !important	
}



/* General */
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0.5em 1em;
    padding: 0.2em 0.5em;
    border: 2px solid #00a0d2;
}

/* More specific – must come after */
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #e3b25a;
  color: #ffffff !important;
}

/* Mobile & Tablet styles */
@media only screen and (max-width: 768px) {
  .logo_sticky,
  .logo_mobile {

    height: 60 px !important;
    width: 80%!important;
    object-fit: contain!important;
  }

button.menu-toggle:hover
 {
   background-color: transparent!important;
    color: #fff;
}
 
 .close-menu {
display: none !important ; 	
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
     border-top:  .0em solid transparent!important; 
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
            
}


/* Desktop styles */
@media only screen and (min-width: 769px) {
  .logo_sticky {
    height:  100%!important;
    width: 100% !important;
	
  }
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
     border-top:  .0em solid transparent!important; 
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
  

 .close-menu {
display: none !important ; 	
}  


button.menu-toggle:hover
 {
   background-color: transparent!important;
    color: #fff;
}


p.comment-form-url {
  display: none !important;
}


/* Default: Desktop/tablet layout (two columns) */
#respond #commentform {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
}

#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email {
  flex: 1 1 48%;
  max-width: 48%;
}

/* Mobile: Stack fields vertically */
@media (max-width: 767px) {
  #respond #commentform .comment-form-author,
  #respond #commentform .comment-form-email {
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 15px;

  }
}


