    /* SECTION */
    .second-opinion-section {
        padding: 100px 0;
    }
    
    /* LEFT CONTENT */
    .about-tag {
        color: #2bbbad;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    
    .about-title {
        font-size: 40px;
        font-weight: 700;
        color: #1a1a1a;
        line-height: 1.3;
    }
    
    .about-text {
        margin-top: 20px;
        color: #6c757d;
        line-height: 1.7;
    }
    
    /* LIST */
    .feature-list {
        margin-top: 25px;
    }
    
    .feature-list li {
        list-style: none;
        margin-bottom: 10px;
        color: #333;
    }
    
    .feature-list i {
        color: #2bbbad;
        margin-right: 8px;
    }
    
    /* BUTTON */
    .btn-main {
        margin-top: 25px;
        background: #2bbbad;
        color: #fff;
        padding: 12px 25px;
        border-radius: 8px;
        font-weight: 600;
    }
    
    .btn-main:hover {
        background: #239d91;
        color: #fff;
    }
        .image-wrapper {
        position: relative;
        display: inline-block;
    }
    
    .image-wrapper img {
        width: 100%;
        max-width: 350px;
        border-radius: 8px;
        position: relative;
        z-index: 2;
    }
    
    /* GREEN BOX (TOP RIGHT) */
    .image-wrapper::after {
        content: "";
        position: absolute;
        width: 260px;
        height: 300px;
        background: #8de0d4;
        top: -20px;
        right: -20px;
        z-index: 0;
    }
    
    /* BLUE BOX (BOTTOM LEFT) */
    .image-wrapper::before {
        content: "";
        position: absolute;
        width: 260px;
        height: 300px;
        background: #a8c4ff;
        bottom: -20px;
        left: -20px;
        z-index: 1;
    }
    
    
    .second-opinion-sec {
    background: linear-gradient(135deg,#e0f7fa,#ffffff); 
    padding: 40px 20px;
    border-radius: 20px;
    }
    
    .second-title {
        font-size: 28px;
        font-weight: 700;
    }
    
    .second-card {
        flex-direction: column;
        display: flex;
        background: #fff;
        padding: 20px;
        border-radius: 15px;
        text-align: center;
        transition: 0.3s;
        height: 100%;
        box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    }
    
    .second-card i {
        font-size: 28px;
        margin-bottom: 10px;
        color: #237d9e;
    }
    
    .second-card h6 {
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .second-card p {
        font-size: 13px;
        color: #555;
    }
    
    .second-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    
    @media(max-width:768px){
        .second-title{
            font-size:22px;
        }
    }
    
    .why-second{
        margin-top:50px;
        padding:70px 0px;
        background: #237d9e;
        background: url('https://themeforest.froid.works/staq/food-landing/img/hero/hero-bg.png'), #237d9e;
    }
    
    .why-choose-second{
       padding:70px 0px; 
    }
    
    
    .should-take-second{
        background:#f8f9fd;
        padding:70px 0px; 
    } 
    
    .should-take-second .row {
    display: flex;
    flex-wrap: wrap;
    }
    
    .should-take-second .col-md-3 {
        display: flex;
                margin-bottom:20px;
    }
    
    .sec-box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 100%;
        padding: 20px;
        border-radius: 15px;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        align-items: center;
    }
    
    .sec-box p{
        text-align:center;
    }
    /*.sec-box{*/
    /*    text-align:center;*/
    /*    background:#FFF;*/
    /*    padding:10px;*/
    /*    margin-bottom:20px;*/
    /*}*/
    
    .should-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(45deg, #007bff, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.conditions,.book{
    padding:70px 0px;
            background:linear-gradient(135deg,#e0f7fa,#ffffff);
}

.benefits{
   padding:70px 0px;
}


.should-circle i {
    color: #fff;
    font-size: 20px;
}
    
    p.s-head {
        font-weight: 600;
        font-size: 20px; 
    }
    .should-circle{
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 22px;
        margin: 10px auto;
        background: linear-gradient(45deg, #ff7e5f, #feb47b);
    }
    
    
    .situations{
        padding:70px 0px;
    }

    .second-opinion-advanced {
            padding: 20px;
        }
        
        .so-block {
            margin-bottom: 40px;
        }
        
        
        .so-heading {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .so-card {
            display: flex;
            gap:10px;
            align-items: center;
            height: 100%;
            width: 100%;
            padding: 15px;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
                font-size: 15px;
        }
        
        .so-card i {
            display:block;
            font-size: 20px;
            /*margin-bottom: 5px;*/
            color:#237d9e;
        }
        
        .so-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        
        .so-benefit {
            background: linear-gradient(45deg, #237d9e, #00c6ff);
    color: #fff;
    padding: 16px;
    border-radius: 30px;
    text-align: center;
    font-size: 18px;
        }
        
        .so-benefit i {
            margin-right:6px;
        }
        
         /* Stack cards */
        .stack-card{background:#fff;padding:15px;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.1);}
        .stack-card i{margin-right:8px;color:#237d9e;}
        

.founder-parent{
    filter: url(#foo);
}

.founder-pp{
    width:31rem;
     filter: url(#foo);
}


.founder-img-container{
    background:var(--bg-white);
    clip-path: polygon(0 0, 85% 0, 85% 15%, 100% 15%, 100% 100%, 15% 100%, 15% 85%, 0 85%);
}

.ff{
    display:flex;
    align-items:center;
    justify-content:center;
}
.founder-img{
    width:350px;
}

.founder-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.found-rect p{
    color:#fff;
    text-align:center;
    font-weight: 600;
}

.msg-box{
    display:flex;
}

.boy-dr{
    width:300px;
}
.boy-dr img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.msg-text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 25px;
    background: #b3eeff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    /* width: 200px; */
    height: 150px;
    position: relative;
    justify-content: end;
    align-items: center;
    display: flex;
}
.msg-text:before {
    content:"";
    position: absolute;
    height: 0px;
    width: 0px;
    top: 60px;
    left: -29px; /* 1px buffer for zooming problems while rendering*/
    border-width: 15px;
    border-color: transparent #b3eeff transparent transparent;
    border-style: solid;
}
        
        @media(max-width:768px){
            .so-heading{font-size:20px;}
        }
    
    
    
    
    
    /* MOBILE FIX */
    @media(max-width:768px){
        .panel-title{
            font-size:14px;
        }
        .image-wrapper::before,
        .image-wrapper::after {
            display: none;
        }
    }

.faq-section {
    padding: 80px 0;
    /*background: #f7f9fc;*/
}

    #main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    border: none !important;
    color: #fff;
    display: block;
    text-align: left;
    background: #ffff !important;
  color: #222;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #fff !important;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: #e0f7fa;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: #e0f7fa;
  line-height: 30px;
  color: #222;
}
