@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
    color: #1c4c57;
    background-image: linear-gradient(270deg, #f5fdff 0%, #f8ffff 100%);
}

h1,h2,h3,h4{
    font-family: "Lato", sans-serif;
}
a{
    color: #34c0ff;
    text-decoration: none;
}
.ms-blog-sec{
    background:#edf7ff
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
}
.section-space{
    padding-top: 90px;
    padding-bottom: 90px;
}
.suggestion-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    max-height: 220px;
    overflow-y: auto;
    border-radius: 30px;
     scrollbar-width: thin;
 scrollbar-color: #dc3545 #f1f1f1;;
 text-align: left;
}

.suggestion-box li {
    cursor: pointer;
    font-size: 14px;
}

.suggestion-box li:hover {
    background: #f1f1f1;
}
/* Scrollbar for suggestion dropdown */
.suggestion-box::-webkit-scrollbar {
    width: 6px;
}

.suggestion-box::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.suggestion-box::-webkit-scrollbar-thumb {
    background: #dc3545;
    border-radius: 10px;
}

.suggestion-box::-webkit-scrollbar-thumb:hover {
    background: #b52a37;
}

/* Custom Cursor */
.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #3f3f3f;
    border-radius: 50%;
    pointer-events: none;
    transition: width 0.3s ease, height 0.3s ease, border 0.3s ease, background-color 0.3s ease;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.custom-cursor .cursor-dot {
    width: 6px;
    height: 6px;
    background-color: #3f3f3f;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

body:hover .custom-cursor {
    opacity: 1;
}

.custom-cursor.hover {
    width: 50px;
    height: 50px;
    border-color: #dbdbdb;
}

.custom-cursor.hover .cursor-dot {
    background-color: #dbdbdb;
    transform: scale(1.5);
}
.m-table thead th{
    background: #dc3545;
    color: #fff;
}
.component-card_1 .card-header{
    
}
.component-card_1 .card-header .widget-heading{
    
}
.component-card_1 .card-header .widget-heading i{
    
}
/* Layout */
.docs-layout-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Card */
.docs-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.08);
    overflow: hidden;
}

.docs-card-header {
    padding: 18px 24px;
    background: #694bdb;
}

.docs-card-title {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.docs-card-body {
    padding: 24px;
}

.docs-card-subtitle {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

/* Upload Area */
.docs-upload-area {
    display: block;
   
}

.docs-action-row {
    margin-top: 25px;
    text-align: right;
}

.docs-btn-primary {
    background: #26a74a;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.docs-btn-primary:hover {
    background: #1e8e3e;
    transform: translateY(-1px);
}

/* Table */
.docs-table-wrapper {
    overflow-x: auto;
}

.docs-table {
    width: 100%;
    border-collapse: collapse;
}

.docs-table thead th {
    background: #f5f7fb;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    padding: 12px;
}

.docs-table tbody td {
    padding: 14px 12px;
    font-size: 14px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

/* File Preview */
.docs-file-thumb {
    width: 46px;
    height: 46px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #ddd;
}

.docs-file-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #fdecec;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.docs-file-icon i {
    color: #d63636;
    font-size: 16px;
}

.docs-file-name {
    font-weight: 500;
    color: #333;
}

/* Status Badges */
.docs-status-badge {
    padding: 5px 12px;
    font-size: 12px;
    border-radius: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.docs-status-pending {
    background: #fff3cd;
    color: #856404;
}

.docs-status-approved {
    background: #e6f7ee;
    color: #1e8e3e;
}

.docs-status-rejected {
    background: #fdecec;
    color: #d63636;
}

/* Mobile */
@media (max-width: 768px) {
    .docs-card-body {
        padding: 18px;
    }

    .docs-action-row {
        text-align: center;
    }
}

/* Top Bar */
.top-bar{
    background: linear-gradient(135deg, #b32323 0%, #c72626 35%, #C62828 70%, #840101 100%);
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar .top-ul{
    margin-bottom: 0px;
}
.top-bar .top-ul li{

}
.top-bar .top-ul li a, .top-bar .top-ul li p{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 0px;
    vertical-align: middle;
}
.top-bar .top-ul .top-ul-divide{
    margin-top: auto;
    margin-bottom: auto;
    color: #fff;
}
.top-bar .top-ul li a i, .top-bar .top-ul li p i{
    color: #FFB300;
    font-size: 18px;
}
.top-bar .dropdown-menu{
       z-index: 1055;
    background: #fff;
   
}
.top-bar .dropdown-menu hr{
    /* border-top: 1px solid #fff; */
}
.top-bar .dropdown-menu h4{
    font-size: 19px;
    color: #694bdb;
    margin-bottom: 7px;
}
.top-bar .dropdown-menu .dropdown-item{
        justify-content: start;
        font-size: 14px;
        padding: 8px 0px;
        color: #000000;
        font-weight: 400;
}
.profile-avatar {
       width: 36px;
    height: 36px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid #dc3545;
}
.prf-btn a{
    padding: 3px 10px;
    border-radius: 30px;
    font-size: 13px !important;
    margin-top: 10px;
    width: 50%;
    display: block !important;
    text-align: center;
}
.prf-btn a.view-prf{
    border: 1px solid #694bdb;
    color: #694bdb!important;
}
.prf-btn a.very-prf{
    background: #43A047;
    color: #fff !important;
}
.profile-menu {
    width: 280px;
    border-radius: 10px;
    padding: 12px;
}

.profile-header {
    padding: 4px 8px;
}
.profile-header .pro-auth{
    
}
.profile-header small{
    
}
.profile-menu hr {
    margin: 10px 0;
}

.profile-menu .dropdown-item {
    font-size: 14px;
    padding: 8px 8px;
    border-radius: 6px;
}

.profile-menu .dropdown-item:hover {
    background-color: #f3f6f8;
}

.logout-link {
    color: #d11124;
}

.logout-link:hover {
    background-color: #fdeaea;
}
.top-bar .dropdown-menu .dropdown-item i{
    font-size: 14px;
    color: #fff;
    
}
.top-bar .dropdown-menu .dropdown-item:focus, .top-bar .dropdown-menu .dropdown-item:hover {
    color: #000000;
    background-color: transparent;
    text-decoration: underline;
}
.main-btn {
    height: 48px;
    padding: 7px 24px;
    border-radius: 50px;
    background-color: #dc3545; /* Bootstrap danger */
    font-weight: 700;
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
}

.main-btn i {
    color: #fff;
    font-size: 1.1rem;
}

.main-btn:hover {
    background-color: #694bdb;
    color: #fff;
}

.btn-top-margin{
    margin-top: 40px;
}
.inner-header{
    padding-top: 140px;
    padding-bottom: 50px;
    position: relative;
    background: url(../../front_assets/img/inner-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    position: relative;
}
.inner-header .breadcrumb-item.active {
    color: #ffffff;
}
.inner-header:before{
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: linear-gradient(to right, #000000, #000000e6, #00000075);
}
.inner-header .container{
    position: relative;
}
.inner-header h1{
    color: #dc3545;
}
.inner-header .breadcrumb{
    margin-bottom: 0px;
    position: relative;
    display: inline-flex;
}
.inner-header .breadcrumb-item+.breadcrumb-item::before, .inner-header .breadcrumb a{
    color: #2684c6;
    font-size: 17px
}
.splitted .char {
    display: inline-block;
    will-change: transform, opacity;
}
.main-h{
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #694bdb;
}
.main-h span{
    color: #dc3545
}
.main-sub-h{
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.5;
    text-align: justify;
    color: #dc3545;
    font-weight: 600;
}
.main-sub-h span{
    color: #ec95a4;
}
/* Navbar */
.profile-dropdown{
margin-top: -3.7px !important;
}
.logo{
    width: 160px;
}

.navbar-light{
    z-index: 1050;
    padding-top: 15px;
    padding-bottom: 15px;
    position: fixed;
    width: 100%;
    transition: all 0.4s ease-in-out;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link.last{
    color: #ffffff;
    background: #dc3545;
    border-radius: 50px;
    margin-left: 10px;
    padding: 10px 30px;
}
.navbar-light .navbar-nav .nav-link.last:hover{
    color: #fff;
    background: #694bdb;
}
.dropdown-item{
    padding: 8px 20px;
    color: #fff
}
.navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #1e1e1e;
    text-transform: uppercase;
    margin-left: 0px;
    font-weight: 600;
    padding: 14px 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .dropdown.show .nav-link {
    color: #c62828;
}
.navbar-light.is-sticky {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    animation: slideDown 0.5s ease forwards;
    will-change: transform;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.navbar-light.is-sticky{
    padding-top: 10px;
    padding-bottom: 10px
}
.navbar-light.is-sticky .logo {
    width: 140px;
}
.navbar-light.is-sticky .nav-link{
    padding: 10px 14px;
}

/* main header */
.main-hero{
    background: url(../../front_assets/img/main-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative
}
.main-hero .container{
    position: relative;
    z-index: 1;
}
.main-hero:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7
}
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #e0e7ff;
    color: #1e3a8a;
    padding: .4rem .75rem;
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.main-hero .slider-content{
    width: 90%;
    margin-top: 2%;
}
.main-hero .slider-content p{
    color: #fff
}
.main-hero .slider-content h1 {
    color: #FFB300;
    font-weight: 600;
    font-size: 3.7rem;
    margin-bottom: 1rem;
    margin-top: 0rem;
}

.hero-search-form {
    display: inline-block;
    padding: 7px;
    background: #000000c4;
    border-radius: 50px;
    border: 1px solid #dc3545a6;
    box-shadow: 1px 1px 21px #000000;
    margin-top: 40px;
}
.hero-form-inn{
    display: flex;
    gap: 12px;
    width: 100%;
}
.hero-search-form .btn-search {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #dc3545;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 0px
}

.hero-search-form .btn-search i {
    color: #fff;
    font-size: 1.1rem;
}

.hero-search-form .btn-search:hover {
    background-color: #bb2d3b;
}
.hero-search-form .btn-search span{
    position: absolute;
    border: 2px dashed #fff;
    width: 88%;
    height: 88%;
    border-radius: 50px;
    left: 6%;
    top: 6%;
}
.form-holder{
    position: relative
}
.form-holder .arrow{
    width: 50px;
    position: absolute;
    left: -35px;
    top: 15px;
    transform: rotate(12deg);
}
.hero-search-form .form-control {
    height: 48px;
    border-radius: 50px;
    font-size: 14px;
    min-width: 252px;
}
.main-hero .find-h{
    font-size: 26px;
    color: #ffffff;
    margin-top: 40px;
    font-weight: 400;
}
.sec-join{
    padding-top: 90px;
    padding-bottom: 90px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
.sec-join p{
    font-size: 18px;
}
.main-serv{
    position: absolute;
    display: flex;
    align-items: end;
    z-index: 50;
    justify-content: end;
    bottom: 0;
    right: 0;
}

.main-serv .main-serv-box{
    background: rgb(18 27 29 / 55%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(34px);
    padding: 21px 35px;
    position: relative;
    border-right: 1px solid #565656;
    transition: all 0.35s ease;
}

.main-serv .main-serv-box img{
    width: 43px;
    margin-bottom: 20px;
    transition: all 0.35s ease;
    filter: brightness(0) invert(1);
}

.main-serv .main-serv-box h4{
    margin-bottom: 0px;
    font-size: 20px;
    color: #FFB300;
    transition: all 0.35s ease;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: .3px;
    height: 39px;
}

.main-serv-box .link-a{
    transform: rotate(
        -45deg);
    position: absolute;
    right: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 999px;
    font-size: 21px;
    border: 1px solid #6d6d6d;
    transition: all 0.35s ease;
}

.main-serv-box .link-a i{
    transition: all 0.35s ease;
    line-height: 0px;
    transition: all 0.35s ease;
}

.main-serv-box:hover .link-a{
    transform: rotate(
        0deg);
    background: #dc3545;
    border: 1px solid #dc3545;
    transition: all 0.35s ease;
}
.ms-cta {
    display: flex;
    gap: 12px; /* space between buttons */
    margin-top: 50px;
}

/* Base button */
.ms-cta .main-btn {
    height: 48px;
    padding: 0 22px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
}
.video-box {
    position: relative;
    max-width: 100%;
    padding: 14px;
    border-radius: 28px;
    background: linear-gradient(
        135deg,
        #bfe8da,
        #e7ddff,
        #ffe9d6
        );
}
.video-box img{
    border-radius: 28px
}
/* Soft playful blobs */
.video-box::before,
.video-box::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.video-box.video-box-inn {
    height: 350px; 
    overflow: hidden;
}
.video-box.video-box-inn img{
     height: 320px; 
     width: 100%;
     object-fit: cover;
     object-position: top
}
.video-box::before {
    width: 80px;
    height: 80px;
    background: #d8f3ec;
    top: -25px;
    left: -25px;
}

.video-box::after {
    width: 60px;
    height: 60px;
    background: #efe6ff;
    bottom: -20px;
    right: -20px;
}
.scroll-btn{
    color: red;
    font-size: 70px;
    position: absolute !important;
    left: 45%;
    top: 40%;
}
/* Icon inside button */
.ms-cta .main-btn i {
    margin-right: 8px;
    font-size: 1.2rem;
}

/* Dashed ring */
.ms-cta .main-btn span {
    position: absolute;
    border: 2px dashed #fff;
    width: 94%;
    height: 84%;
    border-radius: 50px;
    left: 3%;
    top: 7%;
    pointer-events: none;
}

/* Hover effect: subtle lift + color */
.ms-cta .main-btn:hover {
    transform: translateY(-2px);
}
/* signup Button */
.ms-cta .signup {
    background-color: #694bdb;
}

.ms-cta .signup:hover {
    background-color: #5034b8;
}
/* CALL Button */
.ms-cta .call-btn {
    background-color: #dc3545;
}

.ms-cta .call-btn:hover {
    background-color: #bb2d3b;
}

/* WHATSAPP Button */
.ms-cta .whatsapp-btn {
    background-color: #25d366;
}

.ms-cta .whatsapp-btn:hover {
    background-color: #1ebe5d;
}
.sec-plan{
    background: url(../../front_assets/img/slide-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed
}
.sec-plan .container{
    position: relative;
    z-index: 1;
}
.sec-plan:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #6a3093;
    background: -webkit-linear-gradient(to right, #2b0c4c, #380060);
    background: linear-gradient(to right, #2b0c4c, #380060);
    opacity: .9

}
.sec-plan .main-h{
    color: #FFB300
}
.sec-plan .sub-p{
    color: #fff;
    font-size: 20px
}
.sec-plan .main-serv{
    display: block;
    position: relative;
    margin-top: 50px;
    right: auto;
    bottom: auto;
}
.sec-plan .main-serv .main-serv-box{
    padding: 35px;
    background-color: transparent;
    border-right: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.sec-plan .main-serv .main-serv-box img{
    width: 55px
}
.sec-plan .main-serv-box .link-a{
    width: 45px;
    height: 45px
}

.event-box{
    margin-top: 30px;
    transition: all 0.3s ease;
}

.event-box .event-img{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.event-box .event-img .badge{
    position: absolute;
    left: 14px;
    top: 14px;
    z-index: 55;
    font-size: 15px;
    border-radius: 50px;
    padding: 14px 20px;
    font-weight: 600;
    display:none;
}
.event-box .event-img img{
    border-radius: 20px;
    transition: all 0.3s ease;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.event-box .event-img .event-location{
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #fff;
    
    border-radius: 59px;
    padding: 8px 15px;
    font-weight: 800;
    font-size: 14px;
    color: #000;
    line-height: 0px;
    transition: all 0.3s ease;
}
.event-box .event-img .event-ul{
    position: absolute;
    left: 14px;
    bottom: 13px;
    margin-bottom: 0px;
}
.event-box .event-img .event-location i{
    font-size: 20px;
    transition: all 0.3s ease;
}
.event-box:hover .event-img .event-location{
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}
.event-box .event-img .event-location.zoom-x{
    background-color: #0b5cff;
    color: #fff;
}
.event-box:hover .event-img img{
    transform: scale(1.05)
}
.event-box .event-text {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    z-index: 4;
    position: relative;
}
.event-box .event-text .event-div{
    width: 80%;
}
.event-box .event-text .event-time{
    display: block;
    color: #444;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 7px;
}
.event-box .event-text a{
    display: inline-block;
    color: #694bdb;
    text-decoration: none;
    font-size: 19px;
    font-family: "Lato", sans-serif;
}
.event-box .event-text h3{
    background: #dc3545;
    text-align: center;
    border-radius: 15px;
    padding: 10px 20px 20px;
    color: #fff;
    margin-top: -39px;
    margin-right: 10px;
    line-height: 31px;
    font-size: 33px;
    position: relative;
    width: 20%;
}
.event-box .event-text h3.upcoming{
        background: #43A047;
}
.event-box .event-text h3 span{
    font-family: "Lato", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}
.event-box:hover .event-text h3{
    background-color: #694bdb
}
.event-box:hover .event-text a{
    color: #dc3545
}
.event-box .event-text h3 em{
    position: absolute;
    border: 0px dashed #fff;
    width: 90%;
    height: 90%;
    border-radius: 15px;
    left: 5%;
    top: 5%;
    pointer-events: none;
}
.testimonial-section {
    margin: auto;
    background: url(https://bambini.cmsmasters.studio/wp-content/uploads/2018/04/5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
}
.test-holder{
        background: #ffffffc2;
    padding: 40px;
    border-radius: 15px;
}
.test-div {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.test-track {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: scrollUp 20s linear infinite;
}

.test-box {
    flex-shrink: 0;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.tes-video{
    background: linear-gradient(135deg, #bfe8da, #e7ddff, #ffe9d6);
    padding: 15px;
    border-radius: 12px;

}
.tes-video .ratio{
    border-radius: 12px;

}
.tes-video .ratio iframe{
    border-radius: 12px;

}
.testimonial-item{
        display: flex;
    gap: 10px;
    border-bottom: 1px solid gray;
    padding-bottom: 20px;
}
.testimonial-item-img{
    width: 60px !important;
    height: 60px;
     border-radius: 50%;
     overflow: hiddden;
}
.testimonial-item img {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 20px auto 18px;
    border: 4px solid #e9ecef;
}

.testimonial-item p {
    font-size: 15px;
    line-height: 1.5;
    color: #010101;
    margin-bottom: 18px;
    font-style: italic;
}

.testimonial-item h5 {
    margin-bottom: 4px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
    font-size: 21px;
    color: #dc3545;
}

.testimonial-item span {
    font-size: 14px;
    color: #694bdb;
    font-weight: 600;
}

/* Navigation arrows */
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}

.testimonial-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    position: absolute;
    transition: all 0.3s ease;
}

.testimonial-carousel .owl-nav button:hover {
    background: #dc3545 !important;
    color: #fff !important;
}

.testimonial-carousel .owl-nav .owl-prev {
    left: -23px;
}

.testimonial-carousel .owl-nav .owl-next {
    right: -23px;
}

.testimonial-carousel .owl-nav button span {
    font-size: 24px;
    line-height: 1;
}
.yt-card{
    background: linear-gradient(135deg, #bfe8da, #e7ddff, #ffe9d6);
    padding: 15px;
    border-radius: 16px;
    text-align: center;
    margin-top: 30px;
    width: 100%
}
.ytm-card, .ytm-card2{
  position:relative;
  border-radius:16px;
  overflow:hidden;
  cursor:pointer;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  transition:.35s;
  height: 220px;
}
.ytm-card2{
    cursor: inherit
}
.ytm-card img, .ytm-card2 img{
    height: 220px;
    width: 100%;
    object-fit: cover
}
.ytm-card:hover, .ytm-card2:hover{
  transform:translateY(-6px);
}
.yt-card .main-btn{
    height: auto;
    font-size: 14px;
    margin-top: 4px;
    font-weight: 500;
}
.ytm-thumb{
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
}

.ytm-play{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.35);
  transition:.3s;
}

.ytm-card:hover .ytm-play{
  background:rgba(0,0,0,.55);
}

.ytm-play i{
  font-size:64px;
  color: red;
}

.ytm-title{
  font-size: 28px;
  font-weight:600;
  font-family: "Lato", sans-serif;
  color: #694bdb;
}

.ytm-modal{
  background:#000;
  border-radius:14px;
  overflow:hidden;
}

.ytm-close{
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;
}
.p-story-sec{
    padding-top: 140px !important
}
/* blog box */
.blog-sec{
}
.blog-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 16px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.blog-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-box:hover .icon {
    color: #ffffff;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-box .icon {
    border-radius: 16px;
    position: relative;
    height: 250px;
    overflow: hidden;
}
.blog-box .icon .blog-date{
    top: 10px;
    left: 10px;
    position: absolute;
    padding: 7px 20px;
    border-radius: 50px;
    background-color: #FFB300;
    border: none;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.blog-box .icon a{
    height: 250px;
    width: 100%;
    display: block;
    object-fit: cover;
}
.blog-box .icon a img{
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.blog-box .icon img{
    border-radius: 6px;
}
.blog-box h3 a{
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    letter-spacing: .5px;
    color: #dc3545;
    font-weight: 400;
    text-decoration: none;
}
.blog-box h3 a:hover{
    color: #004268;
}
.blog-box p {
    margin-bottom: 20px;
    font-size: 14px;
}

.m-service-margin{
    margin-bottom: 0px;
}
.blog-box .se-content{
    padding: 15px;
    padding-top: 20px;
}
.blog-box .list-inline{
    margin-bottom: 10px;
    margin-top: 0px;
}
.blog-box .list-inline li a i{
    font-size: 16px;
    color: #0066cc;
    vertical-align: baseline;
}
.blog-box .list-inline li a{
    font-size: 15px;
    color: #838383;
}
.blog-box .list-inline li a:hover{
    color: #311b92;
}
.blog-box .blog-auth{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.blog-box .blog-auth img{
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #694bdb;
}
.blog-box .blog-auth h4{
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-bottom: 0px
}
.blog-box .blog-auth h4 a{
    color: #694bdb;
}
.event-detail {
    padding: 60px 0;
}

.event-detail-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 25px;
}

.event-detail-img img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 20px;
}
.event-detail-img .badge{
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 55;
    font-size: 17px;
    border-radius: 50px;
    padding: 14px 20px;
    display: none;
}
/* Location badge */
.event-detail-img .event-location {
  
    background: #fff;
    color: #000;
    border-radius: 59px;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.event-detail-img .event-ul{
        position: absolute;
    left: 14px;
    bottom: 13px;
    margin-bottom: 0px;
}
.event-box .event-img .event-location.zoom-x {
    background-color: #0b5cff;
    color: #fff;
}
.event-detail-img .event-location.zoom-x{
     background-color: #0b5cff;
    color: #fff;
}
.event-detail-img .event-location i {
    font-size: 18px;
}

.event-meta {
    margin-bottom: 15px;
}

.event-meta span {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-right: 15px;
}

.event-meta i {
    color: #694bdb;
    margin-right: 6px;
}


.event-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.35;
    color: #000;
    margin-bottom: 10px;
}


.event-content p {
    font-size: 16px;
    line-height: 1.85;
    color: #444;
    margin-bottom: 18px;
}

.event-content blockquote {
    border-left: 3px solid #dc3545;
    padding-left: 20px;
    margin: 30px 0;
    font-style: italic;
    color: #000;
}


.event-share {
    margin-top: 35px;
}

.event-share span {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-right: 10px;
}

.event-share a {
    font-size: 17px;
    color: #694bdb;
    margin-right: 14px;
    transition: all .3s ease;
}

.event-share a:hover {
    color: #dc3545;
}


.event-sidebar {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f7f6ff);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 18px 40px rgba(105, 75, 219, 0.12);
    overflow: hidden;
}

/* Top accent strip */
.event-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #694bdb, #dc3545);
}


.event-info-box {
    margin-bottom: 25px;
}

.event-info-box h5 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    padding-left: 14px;
    position: relative;
}

.event-info-box h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 4px;
    height: 18px;
    background: #694bdb;
    border-radius: 2px;
}

/* Info list */
.event-info-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-info-box li {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    color: #444;
    margin-bottom: 14px;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
}

.event-info-box li strong {
    color: #000;
    font-weight: 600;
}

.event-info-box li i {
    font-size: 18px;
    color: #694bdb;
}

/* =====================================
   CTA BUTTON
===================================== */

.event-cta .btn {
    position: relative;
    width: 100%;

    color: #fff;
    border-radius: 59px;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .6px;
    border: none;
    overflow: hidden;
    transition: all .35s ease;
}

.event-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(220, 53, 69, 0.35);
}

/* Shimmer hover effect */
.event-cta .btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.3),
        transparent
        );
    transition: all .6s ease;
}

.event-cta .btn:hover::after {
    left: 120%;
}
.sec-counter{
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #6a3093;
    background: -webkit-linear-gradient(to right, #2b0c4c, #380060);
    background: linear-gradient(to right, #2b0c4c, #380060);
}
.sec-counter-img{
    margin-top: -120px;
}
.quote-holder{
    position: relative;
}
.quote-outer{
    position: absolute;
    top: 100px;
    right: -80px;
}
.quote-box{
    /* background: #dc3545; */
    width: 240px;
}

.quote-box .quote-top{
    padding: 25px;
    background: #dc3545;
    position: relative
}
.quote-box .quote-top i{
    position: absolute;
    background: #dc3545;
    color: #fff;
    font-size: 21px;
    left: -33px;
    padding: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.quote-box .quote-top p{
    margin-bottom: 0px;
    color: #fff;
    font-style: italic;
}

.quote-box .quote-btm{
    padding: 25px;
    background: #cb2636;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
}

.quote-box .quote-btm h5{
    color: #fff;
    margin-bottom: 4px;
}

.quote-box .quote-btm span{
    color: #fff;
    font-style: italic;
}
.counter-box{
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

.counter-box .counter-icon{

}

.counter-box .counter-icon img{
    width: 50px;
}

.counter-box .counter-con{

}

.counter-box .counter-con h2{
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    align-items: center;
}

.counter-box .counter-con h2 .counter-numb{
    vertical-align: middle;
}

.counter-box .counter-con h3{
    color: #FFB300;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 4px;
}

.counter-box .counter-con p{
    color: #fff;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background: #462ca9;
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 16px;
    line-height: 1.9;
    width: 80%;
}
.m-footer h6{
    color: #FFB300;
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
    font-family: "Lato", sans-serif;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.footer-middle{
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-social-list a{
    color: #ffffff;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #dc3545;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #dfae38;
}
.footer-link-list li a{
    padding-bottom: 6px;
    margin-bottom: 10px;
    padding-left: 8px;
    display: inline-block;
}
.footer-link-list li a:hover{
    color: #dfae38;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    width: 100%;
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #dfae38
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}
.address-ul{
    color: #e5e5e5;
    font-size: 16px;
}
.address-ul li{
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    font-weight: 500;
}
.address-ul li i{
    color: #FFB300;
    font-size: 15px;
    margin-right: 3px;
    position: absolute;
    left: 0;
    margin-top: 3px;
}
.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #dfae38;
    border-bottom: 2px solid #dfae38;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.logo-ft{
    width: 170px;
}
#backToTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

#backToTop.show{
    opacity: 1;
    pointer-events: auto;
}

/* SVG fills full button */
#backToTop .progress-circle{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

/* center icon wrapper */
#backToTop .icon-wrap{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* circles */
.progress-bg{
    fill: none;
    stroke: #e5e7eb;
    stroke-width: 6;
}

.progress-ring{
    fill: none;
    stroke: #e63946;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    transition: stroke-dashoffset 0.15s linear;
}

/* icon */
#backToTop i{
    font-size: 30px;
    color: #e63946;
    line-height: 1;
}

.cont-box{
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
    position: relative;
    margin-top: 30px;
}

.cont-box:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

/* Icon Wrapper */
.cont-icon{
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a6a, #ff3d3d);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Decorative ring */
.cont-icon span{
    position: absolute;
    inset: -6px;
    border: 3px dashed rgb(255 255 255);
    width: 88%;
    height: 88%;
    border-radius: 50px;
    left: 6%;
    top: 6%;
}

/* Bootstrap Icon */
.cont-icon i{
    font-size: 28px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

/* Title */
.cont-box h3{
    font-size: 23px;
    font-weight: 400;
    color: #694bdb;
    margin-bottom: 8px;
}

/* Text */
.cont-box p{
    font-size: 15px;
    color: #000000;
    margin: 0;
}
.cont-bg{
    background: linear-gradient(to right, #2b0c4c, #380060);
    padding: 0px;
    border-radius: 16px;
    margin-top: 30px;
    box-shadow: 0 -12px 35px rgba(0,0,0,0.08);
}
.reg-form{
    padding: 50px;
}
.reg-map-holder, .reg-map-holder iframe{
    border-radius: 16px 0px 0px 16px
}
.reg-form .form-group {
    margin-bottom: 1rem;
    position: relative
}
.reg-form .form-group .input-label{
    font-size: 16px;
    color: #b28f6f;
}
.reg-form .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2a2834;
    font-weight: 500;
}

.reg-form .form-group .form-control {
    height: 50px;
    font-size: 14px;
    background-color: #ffffff00;
    border: 1px solid #9b9b9b;
    border-radius: 50px;
    color: #ffffff;
    padding: .375rem 1rem;
    font-weight: 400;
    letter-spacing: .5px
}
.reg-form .form-group textarea.form-control{
    height: 90px
}
.reg-form .form-check-label {
    font-size: 15px;
}
.reg-form .reg-title{
    color: #dc3545;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 30px;
}
.reg-form .form-group .form-control::placeholder {
    color:#fff;
    opacity: 1;
}

.reg-form .form-group .form-control:-ms-input-placeholder {
    color: #fff;
}

.reg-form .form-group .form-control::-ms-input-placeholder {
    color: #fff;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.form-check-input:checked {
    background-color: #b28f6f;
    border-color: #b28f6f;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #b28f6f73;
}
.modal-forgot .modal-content {
    border-radius: 16px;
    border: none;
    padding: 10px;
}

.modal-forgot .modal-body {
    padding: 30px 24px;
    position: relative;
}

.modal-forgot .modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.modal-forgot .forgot-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: rgba(32, 217, 161, 0.12);
    color: #20D9A1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.modal-forgot .modal-title {
    font-weight: 600;
    font-size: 20px;
}

.modal-forgot .modal-subtext {
    font-size: 14px;
    color: #6c757d;
}

.modal-forgot .form-control {
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
}

.modal-forgot .form-control:focus {
    box-shadow: none;
    border-color: #20D9A1;
}

.modal-forgot .btn-submit {
    background: #dc3545;
    color: #fff;
    border-radius: 10px;
    padding: 12px;
    font-weight: 500;
    border: none;
}

.modal-forgot .btn-submit:hover {
    background: #16bfa0;
}

.modal-forgot .success-text {
    color: #198754;
    font-size: 14px;
    margin-bottom: 10px;
}

/* login page */
.note-div{
    width: 75%
}
.note-div h1{
    color: #FFB300;
    font-size: 65px;
}
.note-div p{
    color: #fff
}
.fix-content-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.fix-heading-con{
    padding: 150px calc(9vw + 70px) 70px 20px;
    position: relative;
    z-index: 1;
    width: 60%;
    display: flex;
    align-items: center;
}
.fix-heading-con:before {
    content: "";
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: url(../../front_assets/img/bg35-1.jpg);
    top: 0;
    left: 0;
}
.fix-heading-con:after {
    content: "";
    background-color: rgb(0 0 0 / 56%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.fix-form-content {
    width: 40%;
    padding-top: 150px;
    padding-bottom: 100px;

}
.fix-form-content .login-card{
    width: 70%;
    margin-left: -20%;
}
.fix-form-content .login-card.fix-reg{
    width: 90%
}
.login-card{
    padding: 40px;
    z-index: 4;
    background: linear-gradient(to right, #2b0c4c, #380060);
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    border-radius: 20px;
    border: 1px solid rgb(38 167 74 / 42%);
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 35px rgb(0 0 0 / 32%);
}
.login-card.contact-card{
    background: #000;
}

.login-card .login-title{
    color: #dc3545;
    font-size: 36px;
    margin-bottom: 30px;
}
.login-card .form-group{
    margin-bottom: 20px;
    position: relative
}
.login-card .form-group .label-top{
    color: #fff;
    margin-bottom: 8px;
    font-size: 15px;
    display: block;
}
.login-card .form-group .iti{
    width: 100%;
}
.login-card .form-group .iti__selected-dial-code{
   color: #fff; 
   font-size: 14px;
}
.login-card .form-group .iti:has(input:not(:placeholder-shown)) 
.iti__selected-dial-code {
  color: #222;
}
.login-card .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
}

.login-card .form-group .form-control{
    height: 50px;
    background-color: #35045b;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    border-radius: 999px;
    color: #fff;
}
.login-card .form-group textarea.form-control{
    height: 60px;
}
.login-card .forgot-row{
    margin-top: 40px;
}
.login-card .btn-arrow{

    margin-bottom: 0px;
}
.login-card .forgot-row a{
    color: #2196F3;
}
.login-card .form-group .form-control:focus {
    border-color: #26a74a;
    box-shadow: none;
}
.login-card .form-group .btn-eye{
    position: absolute;
    top: 40px;
    right: 10px;
    color: #dc3545;
    padding: 2px;
    font-size: 20px;
}
.login-card .form-group .form-control::placeholder {
    color:#d5d5d5;
    opacity: 1;
}

.login-card .form-group.form-control:-ms-input-placeholder {
    color: #d5d5d5;
}

.login-card .form-group .form-control::-ms-input-placeholder {
    color: #d5d5d5;
}
.privacy-wrapper {
    padding: 60px 15px;
}

.privacy-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.privacy-title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #dc3545;
    margin-bottom: 10px;
}

.privacy-subtitle {
    color: #6b7280;
    margin-bottom: 30px;
}

.privacy-card h4 {
    margin-top: 30px;
    font-weight: 500;
    color: #dc3545;
    font-size: 22px;
}

.privacy-card p,
.privacy-card li {
    color: #374151;
    line-height: 1.8;
}

.privacy-card ul {
    padding-left: 20px;
}

.last-updated {
    font-size: 0.9rem;
    color: #6b7280;
    margin-top: 40px;
}

.contact-box {
    background: #f1f5f9;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}
/* Ring Animation */
@keyframes rotate{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.ms-hidden-f .blog-box .blog-auth{
    display: none;
}
.ms-hidden-f .blog-box p{
    display: none;
}
.ms-hidden-f .blog-box .icon .blog-date{
    display: none;
}

/* ===============================
   BLOG DETAIL PAGE
================================ */

.blog-detail-img {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    margin-bottom: 30px;
}

.blog-detail-img img {
    height: 420px;
    object-fit: cover;
    border-radius: 16px;
}

/* Date badge (same yellow) */
.blog-detail-img .blog-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #FFB300;
    color: #fff;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
}

/* Content box */
.blog-detail-content {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

/* Title */
.blog-detail-content h1 {
    font-size: 32px;
    color: #dc3545;
    font-weight: 400;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

/* Author (same as card) */
.blog-detail-content .blog-auth {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.blog-detail-content .blog-auth img {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    border: 1px solid #694bdb;
}

.blog-detail-content .blog-auth h4 {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.blog-detail-content .blog-auth h4 a {
    color: #694bdb;
    text-decoration: none;
}

/* Paragraphs */
.blog-detail-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 18px;
}

/* Blockquote */
.blog-detail-content blockquote {
    border-left: 4px solid #dc3545;
    padding-left: 20px;
    font-style: italic;
    color: #004268;
    margin: 30px 0;
}

/* Share */
.blog-share {
    margin-top: 30px;
}

.blog-share span {
    font-weight: 600;
    color: #444;
    margin-right: 10px;
}

.blog-share a {
    font-size: 18px;
    color: #694bdb;
    margin-right: 14px;
    transition: .3s;
}

.blog-share a:hover {
    color: #dc3545;
}
.pro-modal .pro-modal-title{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #694bdb;
    border-bottom: 1px solid #694bdb54;
    padding-bottom: 13px;
}
.pro-modal .form-group{
    margin-bottom: 15px;
}
.pro-modal .form-group .label-top{
    font-size: 14px;
    margin-bottom: 4px;
}
.pro-modal .form-group .form-control{
    font-size: 14px;
}
.pro-modal .modal-title{
    color: #dc3545;
}
.services-wrapper {
    min-height: 48px;
    display: flex;
    align-items: center; 
    flex-wrap: wrap;
    cursor: text;
    padding: 6px 10px; 
    overflow-x:scroll;
}

.service-input {
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 6px 4px; 
    font-size: 14px;
    line-height: 1.5; /* ⭐ fixes vertical typing issue */
    height: auto; /* ⭐ override bootstrap height */
}

.service-input:focus {
    outline: none;
    box-shadow: none;
}

.service-badge {
    background: #0d6efd;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 13px;
    margin: 3px;
    display: flex;
    align-items: center;
}

.service-badge span {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}
.profile-upload {
    margin: 0px auto 30px; 
    text-align: center;
}

.profile-preview {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #26a74a;
    margin: 0 auto 15px;
    cursor: pointer;
    position: relative;
    background: #f5f5f5;
}

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

.profile-preview::after {
    content: "Change";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
}

.profile-preview:hover::after {
    opacity: 1;
}
.profile-upload input[type="file"] {
    display: none;
}
.ab-height .form-control{
    height: 263px;
}
/* ===============================
   SIDEBAR
================================ */

.blog-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.blog-sidebar h5 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #004268;
}

/* Recent blogs */
.recent-blog {
    display: flex;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 15px;
}

.recent-blog img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-blog span {
    font-size: 13px;
    color: #838383;
}

.recent-blog p {
    font-size: 14px;
    color: #444;
    margin: 0;
}
.search-sec .main-h {
    font-size: 35px;
    margin-bottom: 0px;
}
.search-sec .hero-search-form{
    margin-top: 0px;
    box-shadow: none;
    background: #e9e9e9;
    border: 0px;
}
.rating-box{
    display:flex;
    align-items:center;
    gap: 9px;
    text-align: center;
    justify-content: center;
    margin-bottom: 5px;
}

.rating-box .stars{
    display:flex;
    gap:4px;
    font-size: 14px;
}

.rating-box .stars i{
    color: #848080;
}

.rating-box .stars i.active{
    color:#f5b301; /* gold */
}

.rating-box .rating-text{
    font-size:14px;
    color:#555;
    font-weight:600;
}

.rating-box .rating-text span{
    font-weight:400;
    color:#888;
}

.provider-card {
    background: #ffffff;
    border: none;
    padding: 35px 20px 30px;
    text-align: center;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
    margin-top: 30px
}

.provider-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #694bdb, #dc3545);
    opacity: 0;
    transition: .4s ease;
    z-index: 0;
}

.provider-card:hover::before {
    opacity: .0;
}

.provider-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 55px rgba(0,0,0,0.15);
}

.provider-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    padding: 6px;
    margin: 0 auto 18px;
    background: linear-gradient(135deg, #694bdb, #dc3545);
    position: relative;
    z-index: 1;
    display: block;
}

.provider-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    background: #fff;
}

.provider-name {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.provider-designation {
    font-size: 14px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 6px;
    position: relative;
    z-index: 1;
}

.provider-city {
    font-size: 14px;
    color: #4e4e4e;
    position: relative;
    z-index: 1;
}
.provider-social{
    position: absolute;
    top: 10px;
    right: 15px;
    gap: 8px;
    margin: 0;
    padding: 0;

}
.verified-tag{
  display:inline-flex;
  align-items:center;
  letter-spacing: .5px;
  gap:6px;
  padding:4px 10px;
  font-size: 13px;
  font-weight:600;
  color: #fff;
  background: #4CAF50;
  border-radius:20px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.professional-tag{
  display:inline-flex;
  align-items:center;
  letter-spacing: .5px;
  gap:6px;
  padding:4px 10px;
  font-size: 13px;
  font-weight:600;
  color: #fff;
  background:blue;
  border-radius:20px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.verified-tag i{
  font-size: 14px;
}
/* Individual icons */
.provider-social li{
    transform: translateX(40px);
    opacity: 0;
    transition: transform .45s ease, opacity .45s ease;
    margin-bottom: 10px
}

/* Stagger effect */
.provider-social li:nth-child(1){
    transition-delay: .05s;
}
.provider-social li:nth-child(2){
    transition-delay: .12s;
}
.provider-social li:nth-child(3){
    transition-delay: .19s;
}
.provider-social li:nth-child(4){
    transition-delay: .26s;
}

/* On card hover */
.provider-card:hover .provider-social li{
    transform: translateX(0);
    opacity: 1;
}

/* Icon style */
.provider-social a{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    color: #694bdb;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    transition: .3s ease;
    font-size: 15px
}

.provider-social a:hover{
    background: #dc3545;
    color: #fff;
}
.pd-page {
    background: #f5f4ff;
    padding: 140px 0px 90px;
}

/* Boxes */
.pd-box.pd-header{
    background: #eeeeee;
}
.pd-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 14px;
    margin-bottom: 24px;
    box-shadow: 0 14px 40px rgba(105, 75, 219, 0.12);
}

/* Header */
.pd-header-inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}
.pd-info .verified-tag{
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 4px;
    font-size: 12px;
}
.pd-info .form-control{
    font-size: 14px;
}
.pd-info label{
    font-size: 14px;
}
.pd-avatar img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #694bdb;
    box-shadow: 0 10px 28px rgba(105, 75, 219, 0.35);
}
.pd-avatar .rating-box{
    display: block;
    margin-top: 15px;
    text-align:center;
}
.pd-avatar .rating-box .stars{
    justify-content:center;
        margin-bottom: 5px;
}
.avatar-cropper-container {
    width: 100%;
    height: 400px; /* IMPORTANT */
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-cropper-container img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.pd-info {
    margin-left: 25px;
    padding-right: 38px;
}

.pd-name {
    font-size: 24px;
    margin-bottom: 4px;
    color: #694bdb;
}

.pd-role {
    color: #555555;
    margin-bottom: 10px;
}

.pd-fee {
    display: inline-block;
    padding: 7px 16px;
    border-radius: 22px;
    font-size: 13px;
    background: rgba(105, 75, 219, 0.1);
    color: #694bdb;
    font-weight: 500;
}

.pd-stats {
    margin-top: 14px;
}

.pd-stats span {
    margin-right: 18px;
    font-size: 14px;
    color: #333333;
}
.edit-icon, .edit-click, .btn-add {
    cursor: pointer;
    color: #0087ff;
    font-size: 14px;
    background: #d4d4d4;
    width: 29px;
    height: 29px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.edit-icon:hover, .edit-click:hover, .btn-add:hover {
    color: #0d6efd;
}

.editable-field {
    position: relative;
}
/* Content */
.pd-title {
    font-size: 18px;
    margin-bottom: 14px;
    color: #694bdb;
}

.pd-text {
    color: #555555;
    line-height: 1.7;
}

.pd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pd-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ece9fb;
    color: #333333;
}

/* Sidebar */
.pd-sidebar {
    background: linear-gradient(180deg, #694bdb, #5a3fc7);
    padding: 22px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(105, 75, 219, 0.45);
    position: sticky;
    top: 30px;
    color: #ffffff;
}

.pd-sidebar-title {
    font-size: 18px;
    margin-bottom: 22px;
}

/* Contact */
.pd-con{
    background: #fff;
    padding: 10px;
    border-radius: 16px;
    width: 30%;
    height: 100%;
    position: relative;
}
.pd-con .edit-click, .pd-avatar .edit-click, .pd-info .edit-click{
    position: absolute;
    top: -5px;
    right: -5px;
}
.pd-contact {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.pd-contact i {
    margin-right: 8px;
    font-size: 14px;
    color: #dc3545;
}

/* Social */
.pd-social {
    margin: 16px 0px 5px 0px;
}

.pd-social a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(96 68 207);
    margin-right: 10px;
    color: #ffffff;
    transition: transform 0.3s ease, background 0.3s ease;
}

.pd-social a:hover {
    background: #dc3545;
    transform: translateY(-4px);
}

/* Button */
.pd-action {
    width: 100%;
    padding: 7px 10px;
    margin-top: 35px;
    border-radius: 30px;
    border: none;
    background: #dc3545;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pd-action:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(220, 53, 69, 0.55);
}
.pd-contact-box {
    margin-top: -10px;
}

.pd-contact-box .pd-contact {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    font-size: 14px;
    color: #333333;
}

.pd-contact-box .pd-contact i {
    margin-right: 12px;
    color: #694bdb;
}

/* Social inside contact */
.pd-social.dark a {
    background: #f1f1f1;
    color: #694bdb;
}

.pd-social.dark a:hover {
    background: #dc3545;
    color: #ffffff;
}

/* Suggestions */
.pd-suggestion {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 14px;
    text-decoration: none;
    background: rgba(255,255,255,0.15);
    transition: transform 0.3s ease, background 0.3s ease;
}

.pd-suggestion img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 14px;
    border: 2px solid rgba(255,255,255,0.4);
}

.pd-suggestion h4 {
    font-size: 14px;
    margin: 0;
    color: #ffffff;
}

.pd-suggestion p {
    font-size: 12px;
    margin: 2px 0 0;
    color: rgba(255,255,255,0.85);
}

.pd-suggestion:hover {
    transform: translateY(-3px);
    background: rgba(220,53,69,0.85);
}
.pd-review-box{
  margin-top:16px;
  padding:16px;
  border-radius:12px;
  background:#f9f9f9;
}

.pd-stars{
  display:flex;
  gap:6px;
  cursor:pointer;
}

.pd-stars i{
  font-size:22px;
  color:#ddd;
  transition:color .2s, transform .15s;
}

.pd-stars i.active,
.pd-stars i.hover{
  color:#ffc107;
}

.pd-stars i.hover{
  transform:scale(1.1);
}

.pd-review-text{
  margin-bottom: 18px;
  resize:none;
  margin-top: 10px;
}

.pd-review-actions{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.pd-report-modal{
  border-radius:16px;
  box-shadow:0 20px 50px rgba(0,0,0,.2);
}
.p-review{
    display: flex;
    gap: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #f1f1f1;
}
.p-review .p-review-icon{
    width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 2px solid #dc3545;
    overflow: hidden;
}
.p-review .p-review-icon img{
    width: 100%;
    height: 100%;
    border-radius: 500px;
    object-fit: cover;
}

.p-review .p-review-title{
    font-size: 16px;
    margin-bottom: 6px;
    color: #000;
    font-weight: 700;
}
.p-review .p-review-title span{
    color: #dc3545;
}
.p-review p{
    font-size: 14px;
}
.p-review .p-review-stars-wrap{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom: 9px;
}

.p-review .p-review-stars{
    display:flex;
    gap:6px;
}

.p-review .p-review-stars i{
    font-size:13px;
    color:#ddd;
    transition:color .2s, transform .15s;
}

.p-review .p-review-stars i.active{
    color:#ffc107;
}

.p-review .p-review-count{
    font-size:14px;
    color: #694bdc;
}
.ks-pagination {
  margin-top: 20px;  
}
.ks-pagination svg{
    width: 30px;
}
.ks-pagination div.flex.justify-between.flex-1{
    display: none
}
.ks-pagination a{
    
}
/* Media Quries */
@media (min-width: 992px) {
    .main-serv .col-lg-3:nth-child(4n) .main-serv-box {
        border-right: none;
    }
    .main-serv .col-lg-3:nth-last-child(-n+4) .main-serv-box {
        border-bottom: none;
    }
    .pro-modal .modal-lg, .pro-modal .modal-xl {
        --bs-modal-width: 1070px;
    }
}

@media (max-width: 768px){
    .inner-header {
    padding-top: 90px;
    }
    .hero-search-form .btn-search{
        width: auto;
        font-size: 15px;
        gap: 10px;
        color: #fff;
        border-radius: 50px;
        padding: 10px 30px;
    }
    .hero-search-form .btn-search span {

        width: 94%;
        height: 88%;
        border-radius: 50px;
        left: 2%;
        top: 6%;
    }
    .navbar-light{
        padding-top: 5px;
        padding-bottom: 5px
    }
    .logo {
        width: 100px;
    }
    .m-none{
        display: none
    }
    .top-bar .top-ul li a, .top-bar .top-ul li p{
        font-size: 14px
    }
    .top-bar .top-ul li a i, .top-bar .top-ul li p i{
        font-size: 14px
    }
    .main-hero{
        padding-top: 100px;
        padding-bottom: 0px
    }
    .main-serv{
        position: relative;
        margin-top: 30px
    }
    .main-hero .slider-content{
        width: 100%
    }
    .main-hero .slider-content h1{
        font-size: 32px
    }
    .main-hero .slider-content p{
        font-size: 14px
    }
    .main-hero .find-h {
        font-size: 16px;
        margin-top: 20px;
    }
    .form-holder .arrow{
        display: none
    }
    .hero-search-form{
        width: 100%;
        border-radius: 20px;
        padding: 15px;
        margin-top: 20px;
    }
    .hero-form-inn {
        display: block;
        width: 100%;
    }
    .hero-search-form .form-control{
        margin-bottom: 15px
    }
    .main-serv .main-serv-box{
        padding: 10px;
        width: 45%;
    }
    .main-serv .main-serv-box img {
        width: 28px;
        margin-bottom: 8px
    }
    .main-serv-box .link-a {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
    .main-serv .main-serv-box h4{
        font-size: 15px;
    }
    .video-box{
        margin-top: 30px
    }

    .sec-join{
        padding-top: 50px;
        padding-bottom: 50px
    }
    .section-space {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .main-h {
        font-size: 32px;
    }
    .main-sub-h{
        font-size: 14px
    }
    .sec-plan .main-serv .main-serv-box{
        width: 100%
    }
    .sec-plan .main-serv .main-serv-box{
        border: 1px solid #410f63;
        padding: 28px;
        background: #380f56c7;
    }
    .event-box .event-text h3 {
        padding: 10px 20px 15px;
        margin-top: -39px;
        margin-right: 10px;
        line-height: 25px;
        font-size: 25px;
    }
    .testimonial-item p {
        font-size: 15px;
        line-height: 1.4;
    }
    .testimonial-carousel .owl-nav {
        top: 21%;

    }
    .testimonial-carousel .owl-nav .owl-prev{
        left: 0px;
    }
    .testimonial-carousel .owl-nav .owl-next{
        right: 0px
    }
    .blog-box .icon .blog-date{
        font-size: 14px
    }
    .blog-box h3 a{
        font-size: 18px
    }
    .blog-box .blog-auth h4{
        font-size: 15px
    }
    .blog-box .blog-auth img {
        width: 45px;
        height: 45px;
    }
    .quote-outer {
        top: 140px;
        right: auto;
        left: 10%;
    }
    .quote-holder{
        padding-bottom: 90px
    }
    .counter-box{
        padding-left: 40px
    }
    .m-footer{
        padding-top: 50px
    }
    #backToTop {
        bottom: 15px;
        right: 15px;
    }
    .m-footer p{
        width: 100%
    }
    .logo-ft {
        width: 100px;
    }
    .footer-link-list li a{
        margin-bottom: 2px;
        font-size: 14px;
    }
    .footer-widget {
        padding-bottom: 5px;
    }
    .reg-form {
        padding: 20px;
    }
    .fix-heading-con {
        padding: 110px 20px 50px;
        width: 100%
    }
    .fix-content-wrap {
        display: -webkit-block;
        display: -ms-block;
        display: block;
    }
    .fix-form-content {
        width: 100%;
        padding: 15px;
    }
    .fix-form-content .login-card {
        width: 100%;
        margin-left: auto;
    }
    .login-card{
        padding: 20px
    }
    .note-div {
        width: 100%;
    }
    .note-div h1 {
        color: #FFB300;
        font-size: 32px;
        margin-bottom: 5px;
    }
    .note-div .main-sub-h {
        margin-bottom: 0px;
    }
    .login-card .login-title {
        font-size: 32px; 
        margin-bottom: 20px;
    }
    .fix-form-content .login-card.fix-reg {
        width: 100%;
    }
    .reg-map-holder, .reg-map-holder iframe {
        border-radius: 16px 16px 0px 0px;
    }
    .reg-map-holder iframe{
        height: 250px
    }
    .scroll-btn{
        right: 33%;
        top: 29%;
        width: 120px;
        height: 120px;
    }
    .ms-cta{
        display: block;
    }
    .ms-cta .main-btn{
        width: 100%;
        margin-bottom: 15px;
    }
    .pd-page{
        padding-top: 90px;
    }
    .pd-header-inner{
        display: block;
    }
.pd-box{
    padding: 14px
}
    .pd-avatar{
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        background: #e8e8e8;
        padding: 10px;
        border-radius: 16px;
    }
    .pd-info {
    margin-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
}
.pd-avatar img {
    width: 65px;
    height: 65px;
    object-position: center;
}
.pd-con{
    width: 100%;
}
.list-sort li{
    display: block;
    margin-bottom: 15px;
}
.list-sort .list-inline-item:not(:last-child) {
    margin-right: 0rem;
}
.blog-detail-content{
    padding: 15px;
}
.blog-sidebar{
    padding: 15px;
    margin-top: 20px;
}
}