/*
 Theme Name:   Sgt Child
 Theme URI:    https://ryse.radiantthemes.com/
 Description:  Sgt Child Theme
 Author:       radiantthemes
 Author URI:   https://radiantthemes.com/
 Template:     sgt
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  sgt-child
*/

.arrow_down > img {
    filter: drop-shadow(-13.753px 9.992px 15px rgba(152,75,239,0.3)); 
    border-radius: 50%; 
    animation: shadow-pulse 2s infinite; 
    display: block;
    margin: 0 auto;
    background: transparent; /* Ensures no background color is inherited */
}
@keyframes shadow-pulse { 
    0%  { filter: drop-shadow(0 0 0px rgba(235,101,247,1)); } 
   100% { filter: drop-shadow(0 0 120px rgba(235,101,247,0)); } 
}
/* gradient text */
.gratxt {
    background: linear-gradient(90deg, orange, violet) border-box;
    display: inline-block;
  padding: 10px 40px;
   border-radius: 20px;
}
/* hero box */
.hero{
  background: url('https://srigurutech.in/assets/img/Sree-Guru-banner.png') center no-repeat;
  background-size: 85%;
  padding: 50px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .hero{
    background-size: 90%; /* slightly bigger for mobile */
    padding: 80px 30px;
  }
  .hero h2 {
    font-size: 20px;
  }}
@media (max-width: 480px) {
  .hero {
    background-size: 90%;
    padding: 50px 20px;
  }
  .heroh2 {
    font-size: 14px;
  }}
/* Our services */
.service-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px;
}
.service-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 300px;
}
.service-column.left-col {
    text-align: right;
    align-items: flex-end;
}
.service-column.left-col .service-item {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.service-column.right-col {
    text-align: left;
    align-items: flex-start; 
}
.service-column.right-col .service-item {
    flex-direction: row;
}
.service-item {
    cursor: pointer;
    padding: 0.8rem 1.2rem;
    border-radius: 0.5rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid transparent;
    font-weight: 500;
    color: #4b5563;
    background: transparent;
    width: fit-content;
}
.service-item i {
    color: #ff6600;
    font-size: 1.2rem;
}
.service-item:hover,
.service-item.active {
    background-color: white;
    border-color: #ff6600;
    color: #ff6600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.left-col .service-item:hover { transform: translateX(-5px); }
.right-col .service-item:hover { transform: translateX(5px); }
.service-preview {
    flex: 1.5;
    text-align: center;
    position: relative;
    min-width: 350px;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
.service-preview img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: opacity 0.3s ease;
    display: block;
}
.service-preview figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 27, 52, 0.85);
    color: white;
    padding: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media (max-width: 1024px) {
    .service-layout { flex-direction: column; }
    
    .service-column.left-col, 
    .service-column.right-col {
        align-items: center;
        text-align: center;
    }
    .service-column.left-col .service-item {
        flex-direction: row; /* Reset icon to left on mobile for readability */
    }
    .service-preview { order: -1; width: 100%; }
}
  /* Step Section CSS Start */
    .step_wrapper {
        position: relative;
        padding: 70px 0 100px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        z-index: 1;
    }
    /* Background Image for Section */
    .step-bg-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 0;
    }
    .step_wrapper .arrow_down {
        position: absolute;
        top: 30px;
		
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        text-align: center;
        z-index: 10;
    }
    /* Heading */
    .step_head {
        text-align: center;
        position: relative;
        margin-bottom: 60px;
        z-index: 2;
    }
    .head-container {
        position: relative;
        display: inline-block;
        max-width: 754px;
		        width: 100%;
        padding: 60px 20px 40px;
        /* Reduced side padding slightly */
    }
    .head-bg-img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 0;
    }
    .step_head h2 {
        position: relative;
        color: #271e42;
        display: block;
        margin: 0 auto;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.3;
        z-index: 1;
        /* Above image */
    }
    .step_head h2 span {
        background: linear-gradient(to right, #f84002 10%, #faaa1b 80%);
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
    }
    /* Steps layout */
    .step_inner_parent {
        margin-top: 150px;
        position: relative;
        z-index: 2;
    }
    /* Bootstrap Grid Shim */
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: center;
    }
    .col-lg-4,
    .col-md-6 {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 768px) {
        .col-md-6 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    @media (min-width: 992px) {
        .col-lg-4 {
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
    }
    .gy-4 {
        margin-top: 1.5rem;
    }
    .align-items-center {
        align-items: center;
    }
    .step_box {
        max-width: 300px;
        width: 100%;
        margin: auto;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
    }
    /* Card */
    .step_box_inner {
        background: #fff;
        filter: drop-shadow(0 0 30px rgba(51, 49, 120, 0.06));
        border-radius: 20px;
        border: 1px solid #9d66fd;
        position: relative;
        padding: 60px 25px 30px;
        text-align: center;
        min-height: 420px;
        z-index: 2;
    }
    .step2 .step_box_inner {
        border-color: #ff7217;
    }
    .step3 .step_box_inner {
        border-color: #218bcb;
    }
    /* Step Ribbon Header */
    .step_inner_head {
        width: 207px;
        height: 76px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -38px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 3;
    }
    .ribbon-bg {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 0;
    }
    .step_inner_head h2 {
        position: relative;
        font-size: 24px;
        font-weight: 800;
        color: #fff;
        text-transform: capitalize;
        line-height: 1;
        margin: 0;
        padding-bottom: 5px;
        z-index: 1;
    }
    /* Image */
    .step_img {
        margin-top: 10px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step_img img {
        max-height: 100%;
        width: auto;
    }
    /* Content */
    .step_content h4 {
        font-size: 20px;
        font-weight: 800;
        text-transform: capitalize;
        padding: 5px 15px;
        display: inline-block;
        border-radius: 5px;
        margin: 15px 0 10px;
        color: #9d66fd;
        border: 2px solid #9d66fd;
        background: rgb(157 102 253 / 13%);
    }
    .step2 .step_content h4 {
        color: #ff7217;
        border-color: #ff7217;
        background: rgb(255 114 23 / 13%);
    }
    .step3 .step_content h4 {
        color: #218bcb;
        border-color: #218bcb;
        background: rgb(33 139 203 / 13%);
    }
    .step_content p {
        font-size: 16px;
        color: #271e42;
        line-height: 1.5;
    }
    /* Decorative elements */
    .step_arrow,
    .step_shape,
    .step_line {
        position: absolute;
        pointer-events: none;
        z-index: 10;
    }
    .step_arrow {
        top: 50%;
        transform: translateY(-50%);
        left: -130px;
    }
    .step_shape {
        bottom: -40px;
        left: -40px;
        z-index: 0;
    }
    .step_line {
        top: 40px;
        left: 260px;
        z-index: -1;
        width: 180px;
    }
    .step2 .step_line {
        top: auto;
        bottom: 40px;
    }
    /* Responsive */
    @media (max-width: 991px) {
        .step_arrow,
        .step_line,
        .step_shape {
            display: none;
        }
        .head-container {
            padding: 40px 20px;
            background-size: cover;
        }
        .head-bg-img {
            object-fit: cover;
            border-radius: 10px;
        }
        .step_content p {
            font-size: 14px;
        }
    }
 /* Step Section CSS end */


/* whatsapp contact */
.contact img {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 50px;
  z-index: 9;
}