/*common css*/
:root{
    --dark:#131313;
    --ldark:#707070;
    --primary:#1792a8;
    --orange:#F47920;
    --lorange:#F47920;
    --light: #F6F6F6;
    --gray:#959595;
    --dlight:#efefef;
    --white:#fff;
    --dotbg:#FDE4D2;
    --blue:#003F7D;
    --llight:#c0c0c0;
    --dorange:#e86608;
    --pcolor:#131313;
    
}
.btn-primary{background: var(--primary);border-color: var(--primary)}
.btn-primary:hover{background: var(--orange);border-color: var(--orange);color: #fff}
hr{margin: 0;}
p{color: var(--pcolor);font-weight: 300;font-size: 18px;}
a{text-decoration: none;color: #212529;}
a:hover{color: var(--orange);}
li{list-style: none;}
.ptb-80{padding-top: 80px;padding-bottom: 80px;}
.ptb-50{padding-top: 50px;padding-bottom: 50px;}
.pt-50{padding-top: 50px}
.bg-orange{background: var(--orange)}
img{max-width: 100%;}
body{font-family: 'Sofia Pro', sans-serif;color: var(--dark);}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}
ul{margin: 0;padding: 0}
.btn{font-size: 14px}
.btn-round{border-radius: 20px;padding: 7px 25px;}
.text-orange{color: var(--orange)}
.text-primary{color: var(--primary)!important}
.bg-gray{background: var(--gray)}
.bg-dlight{background: var(--dlight)}

.hover-zoom {
    transition: all .5s;
}
.hover-zoom:hover {
    transform: scale(1.02);
}

.prod3 .col-12.col-md-2 {
    margin-top: 30px;
}
.prod3 .col-12.col-md-2:nth-child(-n+5) {
    margin-top: 0px;
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
.media{
    display: flex;
}
.abtcrd  .media-body {
    flex: 1;
}
a{color: var(--orange);}
/*common css*/

/* ===== buttons hover ========== */

  .hvr-bounce-to-right:before{background: var(--llight);border-radius: 5px;}
  .hvr-shutter-in-horizontal:before,.hvr-shutter-out-horizontal:before{background: var(--dorange);border-radius: 5px;}
  .hvr-bounce-to-bottom:before{background: var(--dorange);border-radius: 5px;}
/* ========= buttons hover =========== */

/* header start */
header ul{
    display: flex;align-items: center;
}

.navbar-toggler{color: var(--orange);font-size: 24px;}
.navbar-brand img,.flogo img{width: 120px;transition: all .3s;}
.fix {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999;    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.fix .navbar-brand img{width: 80px;}
header ul li{position: relative;}
header ul li a{display: block;padding: 13px 10px;    margin: 0 25px;;font-size: 18px;font-weight: 600;color: var(--dark);}
header ul li a:hover{border-bottom: 2px solid ;}
.ponbtn{background: var(--orange);color: var(--white);border-radius: 5px;
    font-weight: 500;color: var(--white);    padding: 13px 35px;}
.ponbtn:hover{color: var(--white);}
/* header end */

/* body css start */
.bannertxt{background: url('../images/main-banner.png') no-repeat;position: relative;overflow: hidden;    background-size: cover;
    background-position: center;}

.bnrtxt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 13% 10%;
    text-align: center;color: var(--white);position: relative;
    z-index: 999;
}

.bnrtxt h1{
    font-size: 60px;font-weight: 600;
}
.bnrtxt p{font-size: 40px;font-weight: 600;margin-top: 30px;margin-bottom: 0;color: var(--white);}
.bnrtxt p span{position: relative;}
.bnrtxt p span:after,.bnrtxt p span:before {
    content: '';
    position: absolute;
    right: -200px;
    width: 160px;
    height: 2px;
    background: #fff;
    top: 50%;
}
.bnrtxt p span:before {right: auto;left: -200px;}

.counetsec{background: var(--lorange);padding: 50px 0;}
.counetsec .media{align-items: center;justify-content: center;}
.counetsec .media-body{margin-left: 30px;}
.count {
    font-size: 50px;
    color: #fff;line-height: 50px;font-weight: bold;
}
.count:after{content: '+';}
.midmedia{border-left: 1px solid var(--llight);border-right:1px  solid var(--llight);border-color: rgba(255,255,255,.5);
}
.counetsec .media-body p{margin-bottom: 0;color: var(--white);font-size: 18px;}

.servcus{background: var(--light);padding-top: 50px;padding-bottom: 20px;}
.servleft{margin-top: 150px;padding-right: 30px;}
.subheading h2{font-size: 40px;margin-bottom: 20px;font-weight: bold;}
.servcus p{font-size: 18px;}
.servright{padding-left: 50px;}
.servleft .subheading h2 {
    margin-bottom: 50px;
}
.servright .card{border: none;padding: 20px;background: transparent;margin-top: 15px;}
.servright .card-img{padding-left: 20px;}
.servright .card-body h4{font-size: 22px;font-weight: bold;margin: 10px 0;}

.servright .card:hover{    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;}
.suprow{display: flex;}
.supimg-cont {
    width: 50%;text-align: center;
}
.supstp{padding: 70px 50px 0 130px;
    width: 60%;;}
.supstp .media h4{font-size: 22px;font-weight: bold;}
.supimg-cont .btn{margin-top: 50px;}
.supstp .media p{font-size: 18px;}

.supimg{background: url('../images/superimg.svg') no-repeat;    background-size: cover;
    border-radius: 0 10px 10px 0;position: relative;height: 80%;}
.supimg::after{   background-size: cover;content: '';
        background: var(--blue);
        position: absolute;
        left: 0;
        height: 21px;
        width: 90%;
        bottom: -21px;
        border-radius: 0 0 10px 0;}
.supstp .media-img{margin-top: 30px;margin-right: 40px;}

span.dot{position: relative;}
span.dot:before {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;position: absolute;background: var(--dark);z-index: 9;transform: translate(-50%,-50%);
}
span.dot:after{content: '';position: absolute;width: 35px;height: 35px;border-radius: 50px;top: 50%;left: 50%;
background: var(--dotbg);    transform: translate(-50%,-50%);}
.supstp .media{margin-bottom: 20px;}
.supimg .btn{
    position: absolute;
    bottom: -115px;
    left: 15%;
}

.btn-lg{padding: 15px;font-size: 18px;}
.supercover {margin-bottom: 140px;}

.recright {
    padding-right: 30px;    height: 100%;
    display: flex;
    align-items: center;
}
.recright a{border-bottom: 2px solid var(--orange);
    font-weight: bold;
}
.recleft {
    display: flex;
    flex-direction: column;
}
.recleft img{margin: 7px;}
.reclrow {
    display: flex;
    align-items: baseline;
}
.reclrow2 {
    align-items:flex-start;margin-left: 50px;}
.recoimg {
    padding: 80px 0;
}
.darkgbsec{background: var(--ldark);color: var(--white);padding: 80px 0;position: relative;}
.darkgbsec p{color: var(--light);}
.darkgb_right{border-left: 2px solid var(--llight);    padding: 0 45px;position: relative;}
.darkgb_left {
    padding-right: 100px;position: relative;
}
.darkgbsec:before{content: '';background: url('../images/darkbg-pattern.png') no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: contain;
}
/* body css end */



/*footer*/
footer{background: var(--light);padding: 50px 0 30px;}
footer .row{
    align-items: center;
}
.flinks{padding-right: 100px;}
.flinks ul{display: flex;justify-content: space-between;}
.flinks a{color: var(--ldark);font-size: 17px;transition: .3s all linear;display: inline-block;}
.flinks a:hover{color: var(--orange);transform: scale(1.1);}
.bfoot {
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid var(--llight);
    margin-top: 50px;
}
.bfoot p{margin-bottom: 0;}

/*footer*/




  .timeline .default-line {
    content: "";
    position: absolute;
    left: 55%;
    width: 4px;
    background: #fff;
    height: 550px;
  }
  .in-view span.dot:after{background: var(--orange);border-radius: 21px;}
  .in-view span.dot:before{background: var(--white);}

  .timeline .draw-line {
    width: 4px;
    height: 0;
    position: absolute;
    left: 55%;
    background: #fff;
  }


/* coverage page start */
.keycov{background: var(--light);}
.keycov .card {
    border: none;
    padding: 20px 50px;margin-top: 30px;
}
.keycov .card-head {
    border-bottom: 1px solid var(--llight);
}
.keycov .card-body{margin-top: 20px;}
.keycov h4{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;font-size: 22px;
}
.keycov .media-img{margin-right: 10px;}
.keycov .media-img i{color: var(--orange);font-size: 18px;font-weight: bold;}
.keycov .media p{font-size: 18px;}
.ccard1{height: 96%;}
.comdiff table{border: 2px solid var(--orange);border-radius: 5px;margin-top: 30px;}
.comdiff thead{background: var(--orange);color: var(--white);}
.comdiff th,.comdiff td{font-size: 18px;vertical-align: middle;border: none;    padding: 15px 23px;font-weight: 300;}
.comdiff td p{margin-bottom: 0;}
.comdiff tbody tr:nth-child(even){background: var(--light);}
.chk2 span:first-child{margin-right: 25px;}

.subheading2 h2{font-size: 22px;font-weight: bold;}
.subheading2 p{font-size: 18px;}
.eleg{padding-bottom: 80px;}
.eleg .subheading2{margin-bottom: 40px;}
.covlogos{margin-top: 60px;}
.covlogos ul{display: flex;align-items: center;justify-content: space-around;}
.bann_bread{display: flex;padding: 3% 0;}
.bann_bread a:after{content: '/';margin-left: 10px;}
.bann_bread li{padding: 5px;}
.subbnrtxt{padding: 8% 10%;}
/* =====checkbox css============ */

.styled-checkbox {
    position: absolute;
    opacity: 0;
  }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
  }
  .styled-checkbox + label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;border-radius: 3px;border: 2px solid var(--ldark);
  }
  .styled-checkbox:hover + label:before {
    background: var(--orange);
  }
  .styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }
  .styled-checkbox:checked + label:before {
    background: var(--orange);border-color: var(--orange);
  }
  .styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }
  .styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }
  .styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
  }

/* ==========checkbox css=========== */


.chk label{
align-items: center;
display: flex;
}
.chk2{display: flex;align-items: center;}
.chk2 label:first-child{margin-right: 25px;}
footer ul.menu {flex-direction: column;}
.blnktd {
    border-bottom: 1px solid var(--ldark);
}
/* .tblbhed{font-weight: 300;font-size: 20px;} */
.comdiff th:first-child, .comdiff td:first-child{width: 32%;}
td.tdplext{padding-left: 40px;}

/* ======== about page ======== */
.fs-18{font-size: 18px;}
.abtme_row {display: flex;flex-wrap: wrap;margin-top: 40px;}
.abtcrd {
    width: 50%;border: 1px solid var(--light);
}
.abtcrd:nth-child(1){border-left: none;border-top: none;}
.abtcrd:nth-child(2){border-right: none;border-top: none;}
.abtcrd:nth-child(3){border-left: none;border-bottom: none;}
.abtcrd:nth-child(4){border-right: none;border-bottom: none;}
.abtcrd .media img{transition: all .3s;}
.abtcrd .media {
    padding: 50px;
}
/* .abtcrd:nth-child(1) .media,.abtcrd:nth-child(2) .media{padding-top: 0;} */
.abtcrd .media-body{padding-left: 30px;}
.abtcrd .media-body p{font-size: 18px;}

/* ======contact page start======= */
.cform {
    margin-top: 60px;
}
.form-group{margin-bottom: 15px;}
.cform .form-control:focus{box-shadow: 0 0px 6px 2px rgb(68 84 75 / 50%);
}
.form-control{padding: 17px 15px;}
.cform textarea{min-height: 170px;max-height: 200px;}
.cform .ponbtn{
    padding: 13px 80px;font-size: 18px;
}
.lefinp{padding-right: 40px;}
.chkhed{
    font-size: 22px;margin-bottom: 20px;
}
.fchkd label{display: inline-flex;
    align-items: center;}
.fchkd input[type=checkbox]{    position: absolute;
    opacity: 0;
    z-index: -1;}
.fchkd input[type=checkbox] ~ .chkd{background: var(--white);width: 20px;height: 20px;border-radius: 2px;border: 1px solid var(--llight);display: inline-block;position: relative;margin-right: 10px;}
.fchkd input[type=checkbox]:checked ~ .chkd{background: var(--orange);border-color: var(--orange);}
.chkd:after {
    left: 7px;
    top: 1px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
}
/* ======contact page end======= */


/* ======content page start======= */
.subh2 {
    font-size: 22px;
    margin-top: 40px;
}
.contbody{padding-top: 10px;}
.contbody p,.contbody ul{margin-top: 20px;}
.contbody ul{margin-left: 20px;}
.contbody ul li{padding: 5px;list-style: disc;color: var(--pcolor);font-size: 18px;    font-weight: 300;}
.contbody ul li::marker {color: var(--orange);}
.fw-500{font-weight: 500;}
/* ======content page end======= */

span#breadcrumbs {
    
    text-transform: lowercase;
}


    span.wpcf7-list-item {

    display: flex;

    align-items: center;}

/* ================
responsive start
=================
*/
  @media(max-width:991px){
    header ul li a:hover{border: none;}
    .suprow{flex-wrap: wrap;}
    .supimg,.supimg-cont{width: 100%;}
    .reclrow{width: 100%;}
    header ul{    flex-direction: column;
        align-items: flex-start;padding-bottom: 20px;}
    header ul .ponbtn{margin-left: 15px;}
    header ul li a{    padding: 13px 15px;    margin-left: 0;}
    .subheading h2 {font-size: 30px;text-align: left;}
    .supimg-cont .subheading h2{text-align: center;}
    .servleft .subheading h2 {
        margin-bottom: 25px;
    }
    .servleft {
        margin-top: 0;
        padding-right: 0;
    }
    .servright {
        padding-left: 0;
    }
    .servright .card{padding: 0;}
    .timeline .draw-line,.timeline .default-line{display: none;}
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
  }


@media(max-width:767px){
    .ptb-80{padding: 40px 0;}
    .bnrtxt{    padding: 13% 0%;}
    .reclrow {
        width: 36%;
    }
    .bnrtxt h1 {
        font-size: 36px;
    }
    .servright .card-img {
        padding-left: 0px;
    }
    .servright .card-body {
        padding-left: 0;
        padding-right: 0;
    }
    
    .darkgb_right .ponbtn,footer .ponbtn{width: 100%;}
    .bnrtxt p {font-size: 24px;}
    .bnrtxt p span:after, .bnrtxt p span:before{display: none;}
    .midmedia{border: none;}
    .counetsec .media{justify-content: left;margin-bottom: 20px;
        padding-left: 60px;
    }
    .count{font-size: 36px;}
    .supimg{height: 300px;    border-radius: 0;}
    .supimg .btn{left: 20px;width: 90%;}
    .supstp {
        margin-top: 140px;padding: 30px;
    }
    .supercover {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .darkgb_right{border: none;padding: 0;margin-top: 30px;}
    .darkgbsec,.recoimg{padding: 40px 0;}
    .flinks ul{flex-wrap: wrap;}
    .flinks{padding: 40px 0;}
    .flogo,.fbtns{text-align: center;}
    .recright{margin-top: 30px;}
    .fix .navbar-brand img,.navbar-brand img,.flogo img{width: 70px;}
    

    /* coverage page start */
    .covlogos ul li{padding: 0 10px;}
    .comdiff th, .comdiff td{white-space: nowrap;}
    .comdiff table{margin-top: 0;}
    .keycov .card{padding: 20px;margin-top: 15px;}

    /* about page */
    .abtcrd{width: 100%;border: none;}
    .abtcrd .media{padding: 20px 0;flex-wrap: wrap;flex-direction: column;text-align: center;}
    .abtcrd .media-body{padding-left: 0;}
    .abtcrd .media-img{margin-bottom: 15px;}
    .abtcrd .media:hover img{transform: scale(1.2);}

    /* contact page start */
    .cform {
        margin-top: 30px;
    }
    .lefinp {
        padding-right: 0;
    }
    .cform .ponbtn{width: 100%;}
    
    
}

@media(min-width:768px) and (max-width:991px){
    .count {font-size: 28px;}
    .counetsec .media-body p{font-size: 14px;}
    .midmedia{padding-left: 15px;}
    .supimg{height: 500px;}
    .supstp {
        margin-top: 140px;
        padding: 30px;
    
    }
    .supercover{margin-bottom: 0;}
    .darkgb_left{padding-right: 0;}
    .recright{margin-top: 30px;}
    .reclrow{justify-content: center;}
    .flinks {
        padding-right: 0;
    }
    .abtcrd .media {
        padding: 20px;
    }
    
    
}

/* ================
responsive end
=================
*/

@media(max-width:767px){

        .comdiff th:nth-child(3), .comdiff td:nth-child(3),.comdiff th:nth-child(5), .comdiff td:nth-child(5){display: none;}

        .comdiff th, .comdiff td {

        white-space: normal;}

        .comdiff th, .comdiff td{font-size: 14px;padding: 10px;line-height: 17px;}

        .comdiff td p{font-size: 15px;}

        .styled-checkbox:checked + label:after{top: 10px;}

        .comdiff th:first-child, .comdiff td:first-child {    width: 45%;}

    }

    /* blog page CSS */
    .blog-grid {
        position: relative;
        box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
        height: 100%;
        border: 0.0625rem solid rgba(220, 224, 229, 0.6);
        border-radius: 0.25rem;
        transition: all .2s ease-in-out;
        height: 100%
    }
    
    .blog-grid span {
        color: #292dc2
    }
    
    .blog-grid img {
        width: 100%;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }
    
    .blog-grid-text {
        position: relative
    }
    
    .blog-grid-text>span {
        color: #292dc2;
        font-size: 13px;
        padding-right: 5px
    }
    
    .blog-grid-text h4 {
        line-height: normal;
        margin-bottom: 15px
    }
    
    .blog-grid-text .meta-style2 {
        border-top: 1px dashed #cee1f8;
        padding-top: 15px
    }
    
    .blog-grid-text .meta-style2 ul li {
        margin-bottom: 0;
        font-weight: 500
    }
    
    .blog-grid-text .meta-style2 ul li:last-child {
        margin-right: 0
    }
    
    .blog-grid-text ul {
        margin: 0;
        padding: 0
    }
    
    .blog-grid-text ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin: 5px 10px 5px 0
    }
    
    .blog-grid-text ul li:last-child {
        margin-right: 0
    }
    
    .blog-grid-text ul li i {
        font-size: 14px;
        font-weight: 600;
        margin-right: 5px
    }
    
    .blog-grid-text p {
        font-weight: 400;
        padding: 0
    }
    
    .blog-list-left-heading:after,
    .blog-title-box:after {
        content: '';
        height: 2px
    }
    
    .blog-grid-simple-content a:hover {
        color: #1d184a
    }
    
    .blog-grid-simple-content a:hover:after {
        color: #1d184a
    }
    .blog-grid-text {
        position: relative
    }
    
    .blog-grid-text>span {
        color: #292dc2;
        font-size: 13px;
        padding-right: 5px
    }
    
    .blog-grid-text h4 {
        line-height: normal;
        margin-bottom: 15px
    }
    
    .blog-grid-text .meta-style2 {
        border-top: 1px dashed #cee1f8 !important;
        padding-top: 15px
    }
    
    .blog-grid-text .meta-style2 ul li {
        margin-bottom: 0;
        font-weight: 500
    }
    
    .blog-grid-text .meta-style2 ul li:last-child {
        margin-right: 0
    }
    
    .blog-grid-text ul {
        margin: 0;
        padding: 0
    }
    
    .blog-grid-text ul li {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        margin: 5px 10px 5px 0
    }
    
    .blog-grid-text ul li:last-child {
        margin-right: 0
    }
    
    .blog-grid-text ul li i {
        font-size: 14px;
        font-weight: 600;
        margin-right: 5px
    }
    
    .blog-grid-text p {
        font-weight: 400;
        padding: 0
    }
    
    a, a:active, a:focus {
        color: #575a7b;
        text-decoration: none;
        transition-timing-function: ease-in-out;
        -ms-transition-timing-function: ease-in-out;
        -moz-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        transition-duration: .2s;
        -ms-transition-duration: .2s;
        -moz-transition-duration: .2s;
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
    }
    
    .pagination {
        border-radius: 0;
        padding: 0;
        margin: 0
    }
    
    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 auto;
        padding: 0
    }
    
    .pagination li {
        display: inline
    }
    
    .pagination a {
        float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #dbdbdb;
        border-left-width: 0;
        background: #fff
    }
    
    .pagination a:hover {
        background-color: #1d184a;
        color: #fff
    }
    
    .pagination .active a {
        background-color: #f7f7f7;
        color: #999;
        cursor: default
    }
    
    .pagination .disabled span {
        color: #999;
        background-color: transparent;
        cursor: default
    }
    
    .pagination .disabled a {
        color: #999;
        background-color: transparent;
        cursor: default
    }
    
    .pagination .disabled a:hover {
        color: #999;
        background-color: transparent;
        cursor: default
    }
    
    .pagination li:first-child a {
        border-left-width: 1px
    }
    
    .mt-6, .my-6 {
        margin-top: 3.5rem;
    }


    .pagination .page-numbers{ display: inline;  float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #dbdbdb;
        border-left-width: 0;
        background: #fff;}
        .pagination .page-numbers.current{  color: #222;
            background-color: #999;
            cursor: default;}
    /* end CSS blog */
#breadcrumbs a{ color: #fff;}
    .blog-sidebar .wp-block-latest-posts li{ margin-bottom: 20px;} 


/*___Comment Form__*/
/* Comments Container */
#comments {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

/* Comment Title */
.comments-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

/* Comment List */
.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list li.comment {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    position: relative;
}

/* Avatar */
.comment-author .avatar {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

/* Author Name */
.comment-author .fn {
    font-weight: bold;
}

/* Comment Meta (date, time) */
.comment-metadata {
    font-size: 0.85em;
    color: #999;
}

/* Comment Content */
.comment-content {
    margin-left: 65px;
}

/* Reply Link */
.reply {
    margin-left: 65px;
    margin-top: 5px;
}

.reply a {
    font-size: 0.85rem;
    color: #0073aa;
    text-decoration: none;
}

.reply a:hover {
    text-decoration: underline;
}

/* Comment Form */
#respond {
    margin-top: 40px;
}

#respond h3 {
    margin-bottom: 20px;
}

#commentform {
    display: flex;
    flex-direction: column;
}

#commentform input,
#commentform textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#commentform textarea {
    min-height: 120px;
}

#commentform input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
}

#commentform input[type="submit"]:hover {
    background-color: #005d8a;
}
.comment-list footer{background: transparent;padding: unset;}
input#wp-comment-cookies-consent{ width: revert;}


/*___BLOG PAGE____*/
.blog-post {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.8;
    font-size: 1rem;
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
  }
  
  .blog-post h1,
  .blog-post h2,
  .blog-post h3,
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #212529;
  }
  
  .blog-post p {
    margin-bottom: 1.25rem;
  }
  
  .blog-post a {
    color: #007bff;
    text-decoration: underline;
  }
  
  .blog-post a:hover {
    color: #0056b3;
    text-decoration: none;
  }
  
  .blog-post .blog-post-meta {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 1.5rem;
  }
  
  .blog-post blockquote {
    border-left: 4px solid #007bff;
    padding-left: 1rem;
    font-style: italic;
    color: #555;
    background-color: #f8f9fa;
    margin: 2rem 0;
  }
  
  .blog-post ul,
  .blog-post ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
  }
  
  .blog-post ul li,
  .blog-post ol li {
    margin-bottom: 0.5rem;
    list-style: unset;
  }
  
  .blog-post dl {
    margin-bottom: 2rem;
  }
  
  .blog-post dt {
    font-weight: bold;
  }
  
  .blog-post dd {
    margin: 0 0 1rem 1.5rem;
  }
  
  .blog-post pre {
    background: #f1f1f1;
    padding: 1rem;
    border-radius: 4px;
    overflow-x: auto;
    font-family: monospace;
    margin-bottom: 1.5rem;
  }
  
  .blog-post code {
    background: #f1f1f1;
    padding: 0.2rem 0.4rem;
    font-size: 0.9rem;
    border-radius: 4px;
    font-family: monospace;
  }
  
  .blog-post abbr {
    text-decoration: underline dotted;
    cursor: help;
  }
  
  .blog-post cite {
    font-style: normal;
    color: #555;
  }
  
  .blog-post del {
    color: #a00;
    text-decoration: line-through;
  }
  
  .blog-post ins {
    background-color: #d4f8d4;
    text-decoration: none;
  }
  
  .blog-post table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
  }
  
  .blog-post table th,
  .blog-post table td {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    text-align: left;
  }
  
  .blog-post table thead {
    background-color: #f1f1f1;
    font-weight: bold;
  }
  
  .blog-post figure {
    margin: 2rem 0;
    text-align: center;
  }
  
  .blog-post figcaption {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.5rem;
  }
  