f@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri.eot');
    src: url('fonts/Calibri.eot') format('embedded-opentype'),
         url('fonts/Calibri.woff2') format('woff2'),
         url('fonts/Calibri.woff') format('woff'),
         url('fonts/Calibri.ttf') format('truetype'),
         url('fonts/Calibri.svg#Calibri') format('svg');
}


img{max-width: 100%;}
a, button, select, input, textarea{
    outline: none;
}
a:focus, button:focus, select:focus, input:focus, textarea:focus{
    outline: none;
}
a, textarea, input, button, select {
    outline: none;
    transition: 0.5s;
    text-decoration: none;
}

:root {
    --text-color-white: #fff;
    --primary-color: #ff890b;
   
    
}


.container{
    max-width: 1410px !important;
    width: 100%;
    margin: 0 auto;
}
body{
    background: #F4F4F4;
    margin: 0;
    padding: 0;font-weight: normal;color: #131313;line-height: 1.3;
    font-family: "Roboto", sans-serif;
}
*{font-family: "Roboto", sans-serif;}
p {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: #7E7E7E;
}
.comman-margin{margin-bottom: 70px;width: 100%;display: inline-block;}
.comman-heading {
    font-size: 35px;
    color: #212529;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
}
.quintity-section-outer {
    display: flex;
    justify-content: space-between;
}

.inner_section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



.inner-main-pro-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}




.account_sect ul {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: flex-end;
    gap: 25px;
}
.account_sect li {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}
.logo_sect {
    display: inline-block;
}
.nev_sect {
    position: relative;
    display: inline-block;
}

.full_nav {
    padding: 0 5%;
}


.top_header {
    filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.102));
    padding: 10px 0;
    background: #FFFFFF;
}
input.form-control {
    height: 50px;
    position: relative;
    border-radius: 28px;
    border: 0.5px solid #9C9D9D;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #9C9D9D;
}
i.fa.fa-search {
    display: inline-block;
    background: #ffa500;
    line-height: 47px;
    border-radius: 100%;
    width: 47px;
    text-align: center;
    height: 47px;
    position: absolute;
    right: 4px;
    top: 1px;
}
.search {
    position: relative;
    display: flex;
    width: 90%;
}   


.nev_sect {
    position: relative;
}

.account_sect a{
    color: #9C9D9D;
    text-decoration: none;
    outline: none;
}

.account_sect span {
    display: block;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
}

.account_sect span:hover{background: #000;}

.features_list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 35px;
}
.list_features strong {
    font-size: 18px;
    color: #000;
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    display: block;
    margin: 0 0 15px;
}
.list_features {
    width: calc(33% - 15px);
}



.list_features li {
    padding-left: 35px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.list_features li:before {
    background: url(..//img/tick.png) no-repeat;
    width: 23px;
    height: 22px;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-left: -35px;
    margin-right: 10px;
    content: " ";
    margin-top: 5px;
}
.list_features ul {
    list-style: none;
    margin: 10px 0px;
    padding: 0px 0px;
    
}

.comman-heading:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin: 15px auto 0;
}


.list_features span {
    font-style: italic;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.features_section{background: #ccc;padding: 60px 0 60px;}
.logo_sect img{max-height: 75px;}



.inr_nav {
    width: 100%;
    font-size: inherit;
    display: flex;
    justify-content: space-between;
}
.inr_nav a{font-family: "Roboto", sans-serif;font-size: 18px;color: #000;line-height: 1;text-decoration: none;}






.site-info{background:#1C1C1C;color:#fff;padding:70px 0 60px;margin-top:0px;}



:focus-visible {
    outline:0px !important;
}


.footer-logo-section {
    padding-right:50px;
}


.main_footer_section h3{font-size: 24px;font-weight: 500;margin: 0 0 25px;color:#fff;text-transform: capitalize;}
.main_footer_section h3:after{content: " ";display: block;width: 44px;height: 2px;background: var(--primary-color);margin-top: 11px;}

.menu-related ul{list-style: none;margin: 0px;padding: 0px;}
.menu-related ul li{margin-bottom: 6px;}
.menu-related ul li a{    font-family: "Roboto", sans-serif;padding: 6px 0px;font-size: 15px;color:#fff;text-transform: capitalize;font-weight: 400;text-decoration: none;display: block;transition: transform 0.3s ease;}

.menu-related ul li a:hover,.footer-social-section a:hover{
/* color:#DA4122; */
transform: translateX(5px);}

.footer-social-section ul{list-style: none;margin: 0px;padding: 0px;}
.footer-social-section ul li{margin-bottom: 15px;display: flex;padding-top: 7px;align-items: center;}

.footer-social-section ul li .left-icon{border-right: 1px solid var(--primary-color);color: var(--primary-color);min-width: 40px;margin-right: 20px;font-size: 20px;}

.footer-social-section ul li .rgt-email-address p{    font-family: "Roboto", sans-serif;font-size: 15px;font-weight: 400;margin: 0px;color:#fff;line-height: 1.5;}
.footer-social-section ul li .rgt-email-address p a{    font-family: "Roboto", sans-serif;font-size: 15px;font-weight: 400;margin: 0px;color:#fff;line-height: 1.5;text-transform: none;text-decoration: none;transition: transform 0.3s ease;}

.footer-social-section ul li .rgt-email-address p a:hover{color: var(--primary-color);transform: translateX(5px);}

ul.footer-social-section {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_first-section p{max-width: 88%;font-size: 15px;    font-family: "Roboto", sans-serif;color: #fff;}

ul.footer-social-section li a {
    width: 35px;
    height: 35px;
    text-align: center;
      font-family: "Roboto", sans-serif;
    border-radius: 50%;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.footer-copyright{padding: 15px 0px;background:#161616;color:#fff;border-top: 1px solid rgba(255, 255, 255, 0.30);}
.main-footer-copyright{display: flex;justify-content:center;gap: 20px;align-items: center;}
.copyrigt-section p{margin: 0px;color: #fff;font-size: 16px;font-weight: 500;    font-family: "Roboto", sans-serif;}
.copyrigt-section p a{text-decoration: none;color:var(--primary-color);font: 16px;    font-family: "Roboto", sans-serif;}

footer .socail_icon{justify-content: flex-start;padding-top: 0px;}
footer .socail_icon ul{gap: 30px;}
footer .socail_icon ul li a{color: #fff;transition: ease 0.7s;font-size: 22px;    font-family: "Roboto", sans-serif;}
footer .socail_icon ul li a:hover{color:#DA4122;transition: ease 0.7s;}

.socail_icon ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}
.menu-related ul li a:hover{color: var(--primary-color);}

.logo_sect_footer img {
    margin-bottom: 15px;
    max-width: 90px;
}



.top-header-section {
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.socail_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.socail_icon ul {
    display: flex
;
    list-style: none;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}
.top-header-section .socail_icon ul li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #1877F2;
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    transition: transform 0.3s ease;
}
.top-header-section .socail_icon ul li:nth-child(2) a {
    background: #F00073;
}
.top-header-section .socail_icon ul li:nth-child(3) a {
    background: #000000;
}
.top-header-section .socail_icon ul li:nth-child(4) a {
    background: red;
}

.inr_nav a:hover{
    color: var(--primary-color);
}
.top-header-section .socail_icon ul li:hover a {
    background: #DA4122 !important;
    transform: translateX(5px);
}

.row_box {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.inr_box_rept {
    width: calc(33% - 15px);
    justify-content: center;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 15px 15px 35px;
        border-radius: 10px;
}
.inr_box_rept:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.inner-about-section p {
    margin-bottom: 25px;
}
.service_content img{border-radius: 10px;width: 100%;margin-bottom: 15px;}
.inr_box_rept h3 {
    font-size: 22px;
    color: #212529;
    line-height: 1.2;
    margin: 5px 0 10px;
}

.personal_content p{text-align: center;}
.repeat_button a {
    display: inline;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
}
.repeat_button a:hover{background: #000;color: #fff;}



.about-home-content label{font-size: 18px;color: #ff890b;font-weight: 500;line-height: 2;}


.about-home-content ul.comman-list {
    list-style: none;
    margin: 25px 0px;
    padding: 10px 0px;
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-home-content ul.comman-list li {
    width: 48%;
}
ul.comman-list li:before, .home-about-section.last-section ul li:before {
    background: url(..//img/tick.png) no-repeat;
    width: 23px;
    height: 22px;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-left: -35px;
    margin-right: 10px;
    content: " ";
    margin-top: 0px;
}


.comman-list li {
    padding-left: 35px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}



.readmore a {
    display: inline;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
}



.stats-section {
  background: url(./images/stats-bg.WEBP);
  position: relative;
  color: #fff;
  text-align: center;
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    padding: 60px 20px;
}
.stats-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-box {
  flex: 1 1 20%;
  min-width: 150px;
  margin: 20px;
}

span.counter {
  font-size: 48px;
  margin: 0;
  font-weight: 700;
}

.stat-box p {
  margin: 10px 0 0;
  font-size: 20px;
  color: #fff;
}



.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: 0;
}
.home-about-section {
    margin-top: 80px;
}




.home-strip-section {
    width: 100%;
    margin: 0px auto 0;
    background: #FAF8F7;
    color: #222222;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #E2E6E5;
}

.home-strip-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
}
.home-strip-section ul li {
    width: 25%;
    padding: 14px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    border-right: 1px solid #E2E6E5;
    text-transform: capitalize;
}

.home-strip-section ul li img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    object-fit: contain;
}

.home-strip-section ul li:last-child {
    border: 0px;
}



.faq-container {
    max-width: 85%;
    margin: 0px auto 0px;
    padding: 0 20px;
}

.faq-container h1 {
   font-size: 35px;
    color: #212529;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center;
}
.faq-container h1:after {
    content: "";
    width: 70px;
    height: 3px;
    background: var(--primary-color);
    display: block;
    margin: 15px auto 0;
}
.faq-container > p {
    color: #000;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.faq-item {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    cursor: pointer;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
    background: #ccc;
    padding: 8px 15px;
}

.faq-question h3 {
    margin: 0;
    font-weight: normal;
    font-size: 1.1rem;
}

.faq-question span {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px 15px 0;
    color: #555;
    line-height: 1.5;
}

/* Animation */
.faq-item.active .faq-answer {
    display: block;
}

.faq-item.active .faq-question span {
    transform: rotate(45deg);
}

.faq-item.active .faq-question {
    background-color: #f0f8ff;
}

.faq-item.active .faq-question {
    background-color: #fe820b;
    color: #fff;
}


form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form textarea::placeholder {
  color: #aaa;
}


.contact_form button {
  display: inline;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    border: 0;
}

.contact_form button:hover {
  background: #e29f00;
}

.contact_form input {
    height: 46px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #E2E2E2;
    background: #fff;
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}


.contact_form textarea{
    width: 100%;
    height: 135px;
    font-family: "Roboto", sans-serif;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #E2E2E2;
    background: #fff;
}


.category-section {
    background-color: orange;
    padding: 50px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.gold-button {
    background: linear-gradient(to right, #8B5E3C, #D4AF37);
    color: black;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(255, 223, 0, 0.6);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.gold-button:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(255, 223, 0, 0.8);
}
.category-section{margin-top: 40px;width: 100%;}
.about-home-content .comman-heading:after{display: none;}

.map_section {
    width: 50%;
    line-height: 0;
}
iframe{width: 100%;}

.home_contact {
    width: 100%;
    display: inline-block;
}
.home_contact_box {
    display: flex;
}
.contact_form {
    width: 50%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
}
.heading_rpt {
    margin-bottom: 20px;
}
.heading_rpt h3 {
    font-size: 40px;
    color: #000;
    line-height: 1.2;
    margin: 0 0 20px;
    text-align: center;
}



.mg_btm{margin-bottom: 15px;}














.box_price {
      max-width: 100%;
      border-radius: 10px;
      padding: 0 20px;
      
    }

    .box_price h1 {
      font-size: 28px;
      margin-bottom: 5px;
    }

    .subtitle {
      font-size: 14px;
      color: #777;
      margin-bottom: 65px;
      text-align: center;
    }

    .pricing-table {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

.box_price .card {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    transition: transform .2s;
    box-shadow: 0 0 4px #ccc;
}

    .box_price .card h3 {
      font-size: 16px;
      margin: 10px 0;
    }

   .box_price .price {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
    color: var(--primary-color);
    text-align: center;
}
.box_price .price span {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

    .features {
      list-style: none;
      padding: 0;
      margin: 0px 0;
    }

.features li {
    font-size: 15px;
    margin: 11px 0 15px;
    font-family: "Roboto", sans-serif;
    color: #7E7E7E;
    position: relative;
    padding-left: 25px;
}
.features li:before {
        background: url(..//img/tick.png) no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 0;
    content: " ";
    margin-top: 3px;
    background-size: 15px;
    position: absolute;
    left: 0;
}
    .box_price .btn {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      font-weight: bold;
      border: 1px solid transparent;
      transition: 0.3s;
      font-family: "Roboto", sans-serif;
      margin-top: 20px;
    }

    /* Plan Colors */
    .standard { border-color: #f44336; }
    .standard .btn { background: #fff; color: #f44336; border-color: #f44336; }
    .standard .btn:hover { background: #f44336; color: #fff; }

    .gold { border-color: #3f51b5; }
    .gold .btn { background: #fff; color: #3f51b5; border-color: #3f51b5; }
    .gold .btn:hover { background: #3f51b5; color: #fff; }

    .premium { border-color: #9c27b0; }
    .premium .btn { background: #fff; color: #9c27b0; border-color: #9c27b0; }
    .premium .btn:hover { background: #9c27b0; color: #fff; }

    .free { border-color: #000; }
    .free .btn { background: #fff; color: #000; border-color: #000; }
    .free .btn:hover { background: #000; color: #fff; }

    .box_price .label {
      position: absolute;
      top: -15px;
      left: 50%;
      transform: translateX(-50%);
      background: #fff;
      padding: 5px 15px;
      border-radius: 20px;
      font-weight: bold;
      font-size: 13px;
      font-family: "Roboto", sans-serif;
      text-align: center;
    }

    .standard .label { background: #f44336; color: #fff; }
    .gold .label { background: #3f51b5; color: #fff; }
    .premium .label { background: #9c27b0; color: #fff; }
    .free .label { background: #000; color: #fff; }




.card:hover {
   /* z-index: 10;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transform: scale(1.1);*/
}






.selt {
    text-align: right;
}

.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    padding-top: 60px;
    transition: 0.5s;
    overflow: hidden;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    font-family: Gotham;
    color: #fff;
    display: block;
    transition: 0.3s
}


.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


#main {
    transition: margin-left .5s;
    padding: 20px;
}

.nev_sect{display: none;}





/*List*/

.list_banner img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.category_list_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.category_list_rpt{
    width: calc(24% - 15px);
    justify-content: center;
    margin-bottom: 25px;
}
.category_list_rpt img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.category_list_rpt a {
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 0px 0;
    text-decoration: none;
    box-shadow: 0 0 5px;
    border-radius: 10px;
    padding: 15px;
    transition: transform .2s;
    font-weight: 500;
    font-style: italic;
}
.category_list_rpt a:hover{
    z-index: 10;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    transform: scale(0.9);
}

.category_list_section {
    width: 100%;
    display: inline-block;
    margin: 80px 0 80px;
}


/**/
.main_category_inr {
      display: flex;
      flex-wrap: wrap;
      padding: 0px;
      gap: 20px;
      margin-bottom: 70px;
    }

    .dropdown {
      width: 100%;
      margin-bottom: 10px;
    }

.left-panel {
    flex: 1 1 200px;
   
    
}



    .category-list {
      list-style: none;
      padding: 0;
    }

    .category-list li {
      padding: 10px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background 0.3s;
    }

    .category-list li:hover,
    .category-list li.active {
      background-color: #e0e0e0;
    }

    .content {
      flex: 3 1 600px;
    }

    .left-panel .nav{display: block;}


.tab-pane_box {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img_tab_rpt{
     width: calc(50% - 15px);
}
.img_tab_rpt {
    width: calc(33% - 15px);
    margin: 0;  
    box-shadow: 0 0 5px #ccc;
    border-radius: 10px;
    padding: 15px;
    transition: transform .2s;
    
}
.content_tab_img a{
    font-weight: 500;
    font-style: italic;
    color: #000;
    font-size: 18px;
    display: block;
    text-align: center;
    text-decoration: none;
}
.img_tab_rpt img{border-radius: 10px;margin-bottom: 15px;width: 100%;}


.nav-tabs {
    border-bottom: 0;
}

.left-panel .nav-tabs .nav-link {
    margin-bottom: 0;
    background: 0 0;
    border: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    padding: 11px 15px;
    text-align: left;
    color: #777;
}
.left-panel .nav-link {
    display: block;
    padding: 0;
    color: #000;
    text-decoration: none;
    transition: inherit;
    border: 0;
    font-family: "Roboto", sans-serif;
}
.left-panel .nav-tabs {
    border-bottom: 0;
}

.left-panel li.nav-item {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    position: relative;
}
.category-title {
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 11px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    border-radius: 10px 10px 0 0;
}

.left-panel li.nav-item:after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 17px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 500;
    font-size: 20px;
}
.left-panel .nav-tabs .nav-link:hover{
   background: var(--primary-color);
   color: #fff;
}
.country_section select {
    word-wrap: normal;
    width: 25%;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    padding: 0 15px;
    font-family: "Roboto", sans-serif;
    color: #777;
}
.country_section {
    width: 100%;
    display: inline-block;
    margin: 60px 0 35px;
}
.img_tab_rpt:hover {
    transform: scale(0.9);
}



/**/


.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  
  margin: 0 auto;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.info-box {
    background: #f9f9f9;
    padding: 50px 15px 25px;
    border-radius: 15px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    text-align: center;
}

.contact-info .icon {
    font-size: 32px;
    color: #c4a962;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #ff890b;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
    transform: translate(-50%, -50%);
}

.info-box h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    color: #7E7E7E;
}
.info-box a{
    font-family: "Roboto", sans-serif;
    color: #7E7E7E;
    text-decoration: none;
    outline: none;
}

.icon i{color: #fff;}


.contact_info_top {
    width: 100%;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 30px;
}




/**/


.login_section p{
    color: #fff;
}
.login_section {
    padding: 70px 0 70px;
    width: 100%;
    display: inline-block;
}

.login_section button {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 1px;
    transition: transform 80ms ease-in;
    margin-top: 15px;
    font-style: italic;
    font-weight: 600;
    padding: 8px 30px;
    border-radius: 5px;
}

.login_section button:active {
    transform: scale(0.95);
}

.login_section button:focus {
    outline: none;
}

.login_section button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.login_section form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.login_section input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.containerr {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
    margin: 0 auto;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.containerr.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.containerr.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.login_section .overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
    background: var(--primary-color);
}

.containerr.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.containerr.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.containerr.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}

.social-container a {
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}



.Call_to_action .card {
    display: flex;
    width: 1200px;
    height: 400px;
    background-color: #1C1C1C;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    flex-direction: inherit;
    margin: 0 auto;
}

/* Left Side - Gradient Circles */
.card-left {
  width: 45%;
  background: #333;
  position: relative;
}

.circles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 10%;
}
.circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  left: 50%;
  transform: translateX(-50%);
}

.c1 { width: 250px; height: 250px; top: 20px; background: #e6e6e6; }
.c2 { width: 200px; height: 200px; top: 80px; background: #ccc; }
.c3 { width: 150px; height: 150px; top: 140px; background: #999; }
.c4 { width: 100px; height: 100px; top: 190px; background: #666; }

/* Right Side - Text and Button */
.card-right {
  width: 55%;
  padding: 60px 40px;
  color: #fff;
      text-align: center;
}

.card-right h1 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.card-right p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  margin-bottom: 30px;
}

/* Button */
.card-right button {
  background: linear-gradient(to right, #ff8c00, #ff6600);
  border: none;
  border-radius: 50px;
  padding: 14px 28px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  box-shadow: 0 8px 20px rgba(255, 102, 0, 0.4);
  cursor: pointer;
  /*transition: 0.3s ease;*/
}

.card-right button:hover {
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.6);
  /*transform: translateY(-2px);*/
}






table {
      width: 100%;
      border-collapse: collapse;
      margin: auto;
    }

    th {
    background-color: #1C1C1C;
    font-weight: bold;
    padding: 12px;
    text-align: left;
    border: 1px solid #ccc;
    color: #fff;
}

    td {
      background-color: #f5f5f5; /* Light gray for data row */
      padding: 12px;
      text-align: left;
      border: 1px solid #ccc;
    }

    .no-data {
      text-align: left;
      font-weight: normal;
      color: #222;
    }
 .table-container {
    max-width: 100%;
    overflow-x: auto;
    margin-top: 30px;
}


th:first-child {
      border-right: 2px solid #bbb; /* thicker middle border */
    }

    td {
      background-color: #f5f5f5;
    }



/**/
.personal_information {
    display: flex;
    margin: 70px 0 70px;
    width: 100%;

}

.sidebar {
    width: 30%;
    padding: 0 20px;
    color: white;
    box-sizing: border-box;
}

.sidebar h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sidebar ul {
  list-style: none;
  padding: 0;
}

.sidebar ul li {
  margin: 8px 0;
  cursor: pointer;
}



.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.profile-section img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    margin-right: 15px;
}
.tabs {
  margin-bottom: 20px;
}

.tabs button {
  padding: 10px 20px;
  border: none;
  background: #d4af60;
  color: white;
  cursor: pointer;
  margin-right: 10px;
}

.tabs button.active {
  background: #b8914c;
}

.info-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.form-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.form-group.full-width {
  flex: 1 1 100%;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
}

.card_box input, .card_box select, .card_box textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.card_box textarea {
  resize: vertical;
}

.sidebar .accordion-item {
    background-color: #fff;
    border: 0;
    background-color: #ccc;
    margin-bottom: 20px;
    box-shadow: 0 0 4px #ccc;
}

.sidebar .accordion-button {
    background-color: #ccc;
    font-size: 16px;
    font-weight: 500;
}
.sidebar .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #ccc;
    box-shadow: inherit;
}
.sidebar .accordion-button:focus {
    z-index: 3;
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}
.sidebar a{color: #000;}

.sidebar .accordion-body{padding-top: 0;}
.sidebar ul li a{text-decoration: none;}
.user-info strong {
    display: block;
    color: #000;
    font-weight: 400;
    font-size: 15px;
}
.user-info strong i{color: #000;margin-right: 9px;}


.card_box .nav-tabs .nav-item.show .nav-link, .card_box .nav-tabs .nav-link.active{
    margin-bottom: -1px;
    background: 0 0;
    
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    
    color: #fff;
    background: var(--primary-color);
    
    border-radius: 5px;
}


.card_box .nav-tabs .nav-link{
    background: #ccc;
    color: #000;
}


.card_box .nav-tabs {
    border-bottom: 0;
    margin-bottom: 25px;
    gap: 15px;
}

.card_box {
    width: 70%;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 35px;
    border-radius: 10px;
}

.main-content h2 {
    font-size: 25px;
    color: #212529;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
}

.card_box button.submit-btn {
    width: 150px;
    border: 0;
    display: block;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
}





    .business_details label {
        display: block;
        font-weight: bold;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .business_details input[type="text"],
    .business_details select,
    .business_details textarea {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .business_details .checkbox-group {
        display: flex;
        flex-wrap: wrap;
        
    }
.business_details .checkbox-group label {
    font-weight: normal;
    width: 23%;
}
    .business_details .checkbox-group input {
        margin-right: 5px;
    }
    .business_details button {
        border: 0;
    display: block;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    margin-top: 15px;
    }
    .business_details button:hover {
        background: #000;
    }
    .business_details .required {
        color: red;
    }



/*product*/

.product_box {
    display: flex;
    gap: 50px;
    padding: 0;
}
    /* Left image gallery */
    .product_box .left {
        flex: 1;
    }
    .main-image img {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 5px;
    }
    .thumbnails {
        display: flex;
        gap: 10px;
        margin-top: 10px;
        justify-content: space-between;
    }
    .thumbnails img {
        width: 23%;
        border: 1px solid #ddd;
        border-radius: 5px;
        cursor: pointer;
    }
    /* Right product details */
    .right {
        flex: 1;
    }
    .product_box h2 {
        margin: 0;
        font-size: 25px;
    color: #212529;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
    }
    .product-meta {
        font-size: 14px;
        color: gray;
    }
   .share {
    margin: 30px 0 0;
}
    .share a {
        text-decoration: none;
        margin-right: 10px;
        font-size: 18px;
        color: #555;
    }
    
    .tabs {
        display: flex;
        border-bottom: 2px solid #eee;
        margin-top: 15px;
    }
    .product_box .tabs div {
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 2px solid transparent;
    }
    .product_box .tabs div.active {
        border-bottom: 2px solid orange;
        font-weight: bold;
    }
    /* Tab content */
    .product_box .tab-content {
        display: none;
        padding: 15px 0;
    }
    .tab-content.active {
        display: block;
    }
    .product_box ul {
        padding-left: 20px;
    }


.product_box .share ul {
    padding-left: 20px;
    list-style: none;
    display: flex;
    gap: 15px;
    margin: 0;
    padding: 0;
}


.tab-content li{
    margin-bottom: 15px;   
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    color: #7E7E7E;
}

.product_main {
    width: 100%;
    display: inline-block;
    margin: 60px 0 60px;
}

.share ul:before{
    content: "Share :";
    display: inline-block;
    font-size: 15px;
    color: #000;
}


.modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
   
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/* Modal box */
.modal-overlay .modal {
    background: #fff;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    position: inherit;
}

/* Close button */
.modal .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #888;
    cursor: pointer;
}

/* Heading */
.modal h2 {
    
    margin-bottom: 15px;
    text-align: center;
    font-size: 25px;
    color: #212529;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
}

/* Input fields */
.modal input,
.modal textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

/* Buttons container */
.modal-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

/* Send button */

    .send-btn {
    display: block;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-style: italic;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    border: 0;

}
.send-btn:hover {
    background: #000;
}

/* Cancel button */
.cancel-btn {
    background: #dc3545;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.cancel-btn:hover {
    background: #000;
}
/*ab*/


 .features-section {
        display: flex;
        flex-wrap: wrap;
        padding: 50px;
       padding: 80px 0;
        align-items: center;
    }

  .features-left {
    width: 38%;
    padding-right: 40px;
    position: relative;
    z-index: 99;
}

.features-left h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 1px;
    color: var(--primary-color);
}

    .features-left h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

.feature-boxes {
    display: flex;
    gap: 20px;
}

.feature-box {
    flex: 1;
    min-width: 60%;
    background: #f8faff;
    padding: 45px 25px;
    border-radius: 0;
    text-align: left;
    transition: 0.3s;
    box-shadow: 0 0 5px #ccc;
    border: 2px solid #9b866f;
    margin-bottom: 10px;
}
    .feature-box.active {
        background: #e6f0ff;
    }

    .feature-box:hover {
        transform: translateY(-5px);
    }

    .feature-box img {
        width: 40px;
        margin-bottom: 15px;
    }

.feature-box h4 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #000;
}

    .feature-box p {
        font-size: 14px;
       color: #7E7E7E;
        margin: 0;
        line-height: 1.5;
    }

.features-right {
    flex: 1;
    width: 50%;
}
.features-right img {
    width: 100%;
    border-radius: 6px;
    height: 600px;
    object-fit: cover;
}
    
.features-left .comman-heading:after{display: none;}
/**/


.blog_box {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.card-rpt {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: calc(33% - 15px);
        overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.card-rpt:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.date-badge {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    right: 15px;
    bottom: 15px;
    line-height: 1.2;
}
.date-badge span {
    display: block;
    font-size: 12px;
    color: #ccc;
}
.cardd-img {
    position: relative;
}
.cardd-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}


.card-content {
    padding: 20px;
}
.category {
    display: inline-block;
    background: #f2f2f2;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-right: 10px;
    color: #555;
}
.comments {
    font-size: 12px;
    color: #777;
}
.card-content h3 {
    margin: 15px 0 10px;
    font-size: 18px;
    color: #000;
}

.read-more {
    text-decoration: none;
    font-family: 'Calibri';
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    background: var(--primary-color);
    padding: 12px 20px;
    border-radius: 5px;
    display: inline-block;
}
.read-more:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
}
.blog-mian{
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}





/* Section */
 .facts {
    background: #ccc;
    padding: 80px 20px 100px;
}
.facts .eyebrow {
    display: block;
    text-align: center;
    color: #ff890b;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
}
/*  .facts .eyebrow::before,
  .facts .eyebrow::after{
    content:"•";
    opacity:.6;
    color: ff890b;
  }*/
  .facts h2{
    margin:12px auto 10px;
    text-align:center;
    font-size:clamp(1.6rem, 2.7vw + .8rem, 2.6rem);
    font-weight:800;
  }
  .facts h2 span{
    display:block;
    margin-top:.25rem;
  }
  .facts .sub{
    text-align:center;
    color:var(--muted);
    max-width:850px;
    margin:0 auto 26px;
    font-size:1rem;
  }

  
  .metrics{
    max-width:1000px;
    margin:26px auto 0;
    background:var(--card);
    border-radius:var(--radius);
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
    overflow:hidden;
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    border:1px solid var(--border);
  }
.metric {
    padding: 30px;
    position: relative;
    background: linear-gradient(#fff, #fff);
    text-align: center;
}
 
.metric:not(:last-child)::after {
    content: "";
    position: absolute;
    inset: auto 0 0 auto;
    top: 0;
    bottom: 0;
    border-right: 1px solid;
    background: #000;
    right: 0;
    height: 100%;
}
.facts .value {
    font-size: 45px;
    font-weight: 800;
    letter-spacing: .5px;
}
.facts .label {
    margin-top: 0;
    color: #000;
    font-size: .98rem;
}

  /* tiny blue dot between columns (like your mock) */
.metric .dot {
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #ff890b;
    background: #fff;
    z-index: 9;
}
  .metric:last-child .dot{ display:none; }




.features-page{
    background: rgba(255, 137, 11, 0.5);
    background: linear-gradient(135deg, rgba(255, 137, 11, 0.5), rgb(239 33 63));
}

.features-page .features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 85px 50px;
    max-width: 100%;
    margin: auto;
}

.feature--box {
    background: rgb(255 255 255);
    padding: 35px 25px 10px;
    border-radius: 5px;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 rgba(0, 123, 255, 0);
}

.feature--box:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px #dee2e6, 0 0 10px #dee2e6, 0 0 10px #dee2e6;
    border-color: #dee2e6;
}

    .feature--box h3 {
        margin-top: 10px;
        font-size: 18px;
    }

  

.features-page .icon {
    font-size: 35px;
    margin-bottom: 10px;
    display: inline-block;
    border: 2px solid #ed8b23;
    border-radius: 5px;
    animation: float 3s ease-in-out infinite;
}





.svrvice_one, .price_page{margin-top: 80px;}
.service_second {
    background: linear-gradient(135deg, rgba(255, 137, 11, 0.5), rgb(239 33 63));
    padding: 80px 0;
}

.service_second .wrap {
    max-width: 100%;
    margin: auto;
        padding: 0px 50px;
}
  
  .service_second .title{
    text-align:center; 
  }

  .service_second .grid{
    display:grid; gap:22px;
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  

 .service_second .cardd {
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
   padding: 35px 25px 10px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .06);
    transform: translateY(14px);
    opacity: 0;
    animation: fadeUp 3s ease forwards;
    transition: all 0.3s ease;
}
  .service_second .cardd:nth-child(2){ animation-delay:.08s }
  .service_second .cardd:nth-child(3){ animation-delay:.16s }
  .service_second .cardd:nth-child(4){ animation-delay:.24s }

  .service_second .card::after{
    content:""; position:absolute; inset:-1px; border-radius:16px;
    background:linear-gradient(180deg, rgba(37,99,235,.10), rgba(37,99,235,0));
    opacity:0; transition:opacity .35s ease;
    pointer-events:none;
  }
  .service_second .cardd:hover{ transform:translateY(-4px); transition:transform .35s ease }
  .service_second .cardd:hover::after{ opacity:1 }

 .service_second .icon {
    width: 56px;
    height: 56px;
    border-radius: 5px;
    border: 1px solid #ff890b;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    background: linear-gradient(180deg, #ff890b, #f4f7fc);
    animation: float 7s ease-in-out infinite;
    box-shadow: 0 0 5px #ff890b;
}
  .service_second .icon svg {
    width: 28px;
    height: 28px;
    stroke: #000;
}

.service_second .cardd h3 {
    margin: 6px 0 10px;
    font-size: 18px;
    font-weight: 500;
}

  /* tiny focus ring for a11y if cards are links */
  .service_second .card:focus-within{ outline:3px solid rgba(37,99,235,.25); outline-offset:2px }

  @keyframes fadeUp{
    from{ opacity:0; transform:translateY(18px) }
    to  { opacity:1; transform:translateY(0) }
  }
  @keyframes float{
    0%,100%{ transform:translateY(0) }
    50%    { transform:translateY(-4px) }
  }









.price_top_mg{margin-top: 80px;}

.inr_nav {
    display: flex;
    gap: 15px;
}

.inr_nav a {
    text-decoration: none;
    padding: 8px 12px;
    color: #333;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    background: #333;
    color: #fff;
    border-radius: 4px;
}


.list__profile ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
}

.list__profile ul li {
    width: 49%;
    color: #000;
}


.blog_boxxx li {
    line-height: 1.8;
}













/* Mobile Styles */
@media (max-width: 768px) {
    .inr_nav {
        display: none;
        flex-direction: column;
        background: #f9f9f9;
        padding: 10px;
        position: absolute;
        top: 60px;
        right: 15px;
        width: 200px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .inr_nav.show {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}






  /* Responsive */
  @media (max-width: 980px){
    .metrics{ grid-template-columns: repeat(2,1fr); }
    .metric:nth-child(2)::after{ display:none; } /* remove divider end of row */
    .metric .dot{ display:none; }
  }
  @media (max-width: 560px){
    .metrics{ grid-template-columns: 1fr; }
    .metric::after{ display:none; }
  }









@media screen and (max-width: 768px) {
.home-strip-section{display: none;}
.menu-container {
        /*position: absolute;*/
        right: 0px;
        top: 0;
        width: 100%;
    }
.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0 14px;
    background: #ff890b;
    color: #fff;
    border-radius: 4px;
    width: 50px;
    /*position: absolute;*/
    right: 10px;
    top: 105px;
}
.inr_nav {
        display: none;
        flex-direction: column;
        background: red;
        padding: 10px;
        position: absolute;
        top: 60px;
        right: 0px;
        z-index: 9;
        width: 78vh;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .inr_nav.show {
        display: block;
    }
.inr_nav {
        display: none;
        flex-direction: column;
        background: #ffa500;
        padding: 0px;
        /* position: absolute; */
        top: 122px;
        left: 0;
        z-index: 9;
        width: 85%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    .top_header{filter: inherit;}
    .menu-toggle {
        display: block;
    }
    .inr_nav a{display: block;border-bottom: 1px solid #000;padding: 15px 12px;font-size: 15px;}


.account_sect ul {justify-content: end;flex-wrap: wrap-reverse;gap: 6px;}
.menu_toggle {order: -1;}

.top_header .align-items-center {align-items: center !important;/*flex-direction: column-reverse;justify-content: center;*/}


.account_sect span{padding: 8px 16px;font-size: 13px;}

.socail_icon{justify-content: center;}

.top-header-section{background-color: orange;padding: 6px 0px;}

.top-header-section .socail_icon ul li a{width: 22px;height: 22px;line-height: 22px;font-size: 13px;}
.logo_sect img {max-height: 65px;}
#home_bnnr_slider .banner_rpt img{height: 200px;object-fit: cover;}
.account_sect {padding-bottom: 15px;}





/*home*/

.inr_box_rept{width: 100%;margin-bottom: 15px;}
.about-home-content ul.comman-list li{width: 100%;font-size: 14px;}
.comman-heading{font-size: 22px;}
.about-home-content label{font-size: 14px;}
.home-about-section {
    margin-bottom: 40px;
}
p{font-size: 14px;}
.inner-about-image {margin-top: 25px;}
.readmore a, .repeat_button a{font-size: 15px;}
.inr_box_rept h3{font-size: 18px;}
.list_features{width: 100%;}
.category-section{gap: 15px;}
.gold-button{font-size: 14px;}
.category-section{padding: 30px 20px;margin-top: 20px;}
.home-about-section { margin-top: 40px;}
.features_section{padding: 35px 0;}
.list_features strong{font-size: 15px;}
.list_features span{font-size: 14px;}
.features_section{padding: 30px 0 30px;}
.facts h2{font-size: 22px;}
.facts {padding: 30px 20px 50px;}
.facts .value{font-size: 28px;}
.metric{padding: 15px;}

.facts .label{font-size: 14px;}
.comman-margin{margin-bottom: 40px;}
.pricing-table{grid-template-columns: repeat(1, 1fr);gap: 45px;}
.list_features li{font-size: 14px;}
.list_features li:before{margin-top: 0;}
.features li{font-size: 14px;}
.faq-container h1{font-size: 22px;}
.faq-container {max-width: 100%;margin: 0px auto 40px;padding: 0;}
ul.comman-list li:before, .home-about-section.last-section ul li:before{margin-top: 0;}
.faq-question h3{font-size: 14px;}
.faq-container > p{font-size: 14px;}
.box_price {padding: 0;}
.box_price .btn{font-size: 14px;}

.subtitle{margin-bottom: 40px;}




.footer-logo-section {padding-right: 0;}
.footer_first-section p{max-width: 100%;font-size: 14px;}
.main_footer_section h3{font-size: 22px;padding: 25px 0 0px;}
.menu-related ul li a{font-size: 14px;}
.site-info{padding: 50px 0 20px;}
.copyrigt-section p{font-size: 14px;}
.box_price .price{font-size: 25px;}
.footer-social-section ul li .rgt-email-address p a{font-size: 14px;}
.footer-social-section ul li{margin-bottom: 20px;}



.features-right {
    flex: inherit;
    width: 100%;
    margin-top: 20px;
    
}
.features-left{
    width: 100%;
    padding-right: 0;
}
.feature-boxes{flex-wrap: wrap;}
.features-right img{height: auto;}
.features-section{padding: 50px 0;}


.features-left h2 {font-size: 22px;}
.feature-box h4 {font-size: 18px;}

.sidebar{width: 100%;padding: 0;}
.personal_information{flex-wrap: wrap;padding: 50px 0 50px;}
.card_box{width: 100%;}
.sidebar .accordion-button {font-size: 15px;}
.sidebar ul li a{font-size: 13px;}
.user-info strong{font-size: 13px;}
.card_box input, .card_box select, .card_box textarea {font-size: 12px;}

.main-content h2 {font-size: 18px;}
.card_box button.submit-btn {font-size: 15px;width: 140px;}
.business_details button{font-size: 15px;}
.business_details label{font-size: 13px;}
.info-form label{font-size: 13px;}
.personal_information{margin: 0;}

.contact-info .icon{width: 40px;height: 40px;line-height: 42px;font-size: 18px;}


.contact_form{width: 100%;}
.map_section{width: 100%;}
.home_contact_box{    flex-wrap: wrap;}
.heading_rpt h3{font-size: 22px;}
.contact_form {width: 100%;margin-bottom: 50px;    padding-top: 35px;}
.contact_info_top{margin-top: 40px;}
.info-box h3{font-size: 17px;}
.info-box {margin-bottom: 20px;}
.contact-info {padding: 20px 20px;}
.contact_form button {font-size: 15px;}
.contact_form input {font-size: 14px;}
iframe{height: 320px;object-fit: cover;}
.contact_form textarea{font-size: 15px;}



.svrvice_one, .price_page{margin-top: 40px;}


.service_second .grid{grid-template-columns: repeat(1, minmax(0, 1fr));}
.service_second .wrap {padding: 0 15px;}
.service_second{padding: 40px 0;}
.service_second .cardd h3 {font-size: 17px;}



.card-rpt{width: 100%;}
.blog-mian{padding: 50px 0;}
.card-content h3 {font-size: 16px;}
.read-more {font-size: 15px;}


.containerr{
    display: flex;
    flex-wrap: wrap;
    padding: 56px 0;
}
.form-container{position: inherit;}
.containerr.right-panel-active .overlay-container {
    transform: inherit;
    display: none;
}
.overlay-container{display: none;}
.overlay-container{    position: inherit;}
.containerr.right-panel-active .sign-up-container{    transform: inherit;}
.sign-in-container {
    left: 0;
    width: 100%;
    z-index: 2;
    margin-top: 60px;
}
.sign-up-container{width: 100%;}
.containerr.right-panel-active .sign-up-container {transform: inherit;}
.sign-in-container{width: 100%;}
.category_list_rpt {width: calc(49% - 15px);}

.price_top_mg{margin-top: 40px;}


.list__profile ul li{width: 100%;}

.img_tab_rpt{width: calc(100% - 15px);}
.content_tab_img a{font-size: 15px;}
.country_section select{width: 100%;}

.blog-mian{padding: 50px 0;}





}


@media screen and (max-width: 479px){
.business_details .checkbox-group label{width: 50%;}
.card_box .nav-tabs {gap: 5px;}
.card_box{padding: 35px 15px;}
.card_box .nav-tabs .nav-link{font-size: 13px;}
.category_list_rpt {width: 100%;}

}



@media(min-width:769px) and (max-width:991px){

p{font-size: 14px;}
.inr_nav a {font-size: 14px;padding: 8px 5px;}
.inr_nav{gap: 2px;}
.account_sect ul {gap: 5px;}

.account_sect span {font-size: 14px;padding: 9px 20px;}
.home-strip-section ul li{font-size: 11px;}
.gold-button {font-size: 14px;}
.comman-heading {font-size: 28px;}
.comman-list li {font-size: 14px;}
.about-home-content label {font-size: 16px;}
.inner-about-image {position: sticky;top: 0;}
.readmore a {font-size: 15px;}
.comman-margin{margin-bottom: 50px;}
.inr_box_rept h3{font-size: 17px;}
.repeat_button a {font-size: 15px;}
.list_features strong {font-size: 15px;}
.list_features span{font-size: 14px;}
.list_features li {font-size: 14px;}
.list_features li:before {margin-top: 0;}
.features_section {padding: 50px 0 50px;}
.facts h2{font-size: 28px;}
.facts .value {font-size: 35px;}
.facts {padding: 50px 20px 70px;}
.pricing-table {grid-template-columns: repeat(2, 1fr);gap: 40px;}
.faq-container h1{font-size: 28px;}
.inr_box_rept{margin-bottom: 10px;}
.home-about-section{margin-top: 50px;}

.main_footer_section h3 {font-size: 20px;margin: 10px 0 25px;}
.footer_first-section p{max-width: 100%;}
.faq-question h3 {font-size: 16px;}
.site-info {padding: 50px 0 20px;}

.feature-box{padding: 20px 15px;min-width: 75%;}
.features-section{padding: 60px 0;}
.features-left h2 {font-size: 28px;}
.feature-box h4 {font-size: 18px;}




.sidebar .accordion-button {font-size: 15px;}
.sidebar ul li a{font-size: 13px;}
.user-info strong{font-size: 13px;}
.card_box input, .card_box select, .card_box textarea {font-size: 12px;}

.main-content h2 {font-size: 18px;}
.card_box button.submit-btn {font-size: 15px;width: 140px;}
.business_details button{font-size: 15px;}
.business_details label{font-size: 13px;}
.info-form label{font-size: 13px;}
.personal_information{margin: 40px 0 40px;}
.business_details .checkbox-group label{width: 33%;}




.contact-info .icon{width: 40px;height: 40px;line-height: 42px;font-size: 18px;}
.heading_rpt h3{font-size: 28px;}
.contact_form {margin-bottom: 50px;padding-top: 35px;}
.contact_info_top{margin-top: 40px;}
.info-box h3{font-size: 17px;}
.info-box {margin-bottom: 20px;}
.contact-info {padding: 20px 20px;}
.contact_form button {font-size: 15px;}
.contact_form input {font-size: 14px;}
.contact_form textarea{font-size: 15px;}


.svrvice_one, .price_page{margin-top: 40px;}
.service_second .grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
.service_second .wrap {padding: 0 15px;}
.service_second{padding: 60px 0;}
.service_second .cardd h3 {font-size: 17px;}



.blog-mian{padding: 60px 0;}
.card-content h3 {font-size: 16px;}
.read-more {font-size: 15px;}

.img_tab_rpt{width: calc(50% - 15px);}
.content_tab_img a{font-size: 15px;}

.blog-mian{padding: 50px 0;}

}




@media(min-width:992px) and (max-width:1199px){


p{font-size: 14px;}
.inr_nav a {font-size: 15px;padding: 8px 5px;}
.inr_nav{gap: 2px;}
.account_sect ul {gap: 10px;}

.account_sect span {font-size: 16px;padding: 9px 20px;}
.home-strip-section ul li{font-size: 13px;}
.gold-button {font-size: 14px;}
.comman-heading {font-size: 28px;}
.comman-list li {font-size: 14px;}
.about-home-content label {font-size: 16px;}
.inner-about-image {position: sticky;top: 0;}
.readmore a {font-size: 15px;}
.comman-margin{margin-bottom: 50px;}
.inr_box_rept h3{font-size: 17px;}
.repeat_button a {font-size: 15px;}
.list_features strong {font-size: 15px;}
.list_features span{font-size: 14px;}
.list_features li {font-size: 14px;}
.list_features li:before {margin-top: 0;}
.features_section {padding: 50px 0 50px;}
.facts h2{font-size: 28px;}
.facts .value {font-size: 35px;}
.facts {padding: 50px 20px 70px;}
.pricing-table {grid-template-columns: repeat(2, 1fr);gap: 40px;}
.faq-container h1{font-size: 28px;}
.inr_box_rept{margin-bottom: 10px;}
.home-about-section{margin-top: 50px;}

.main_footer_section h3 {font-size: 20px;margin: 10px 0 25px;}
.footer_first-section p{max-width: 100%;}
.faq-question h3 {font-size: 16px;}
.site-info {padding: 60px 0 50px;}

.footer-social-section ul li .rgt-email-address p{font-size: 14px;}

.menu-related ul li a{font-size: 14px;}
.footer_first-section p {font-size: 14px;}
.footer-social-section ul li .left-icon{margin-right: 12px;}



.feature-box{padding: 20px 15px;min-width: 75%;}
.features-section{padding: 60px 0;}
.features-left h2 {font-size: 28px;}
.feature-box h4 {font-size: 18px;}

.sidebar .accordion-button {font-size: 15px;}
.sidebar ul li a{font-size: 13px;}
.user-info strong{font-size: 13px;}
.card_box input, .card_box select, .card_box textarea {font-size: 12px;}

.main-content h2 {font-size: 18px;}
.card_box button.submit-btn {font-size: 15px;width: 140px;}
.business_details button{font-size: 15px;}
.business_details label{font-size: 13px;}
.info-form label{font-size: 13px;}
.personal_information{margin: 50px 0 50px;}
.business_details .checkbox-group label{width: 33%;}






.contact-info .icon{width: 40px;height: 40px;line-height: 42px;font-size: 18px;}
.heading_rpt h3{font-size: 28px;}
.contact_form {margin-bottom: 50px;padding-top: 35px;}
.contact_info_top{margin-top: 40px;}
.info-box h3{font-size: 17px;}
.info-box {margin-bottom: 20px;}
.contact-info {padding: 20px 20px;}
.contact_form button {font-size: 15px;}
.contact_form input {font-size: 14px;}
.contact_form textarea{font-size: 15px;}


.svrvice_one, .price_page{margin-top: 50px;}




.service_second .grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
.service_second .wrap {padding: 0 15px;}
.service_second{padding: 65px 0;}
.service_second .cardd h3 {font-size: 17px;}



.blog-mian{padding: 60px 0;}
.card-content h3 {font-size: 16px;}
.read-more {font-size: 15px;}

.img_tab_rpt{width: calc(50% - 15px);}
.content_tab_img a{font-size: 15px;}

.blog-mian{padding: 50px 0;}
}













@media(min-width:1200px) and (max-width:1440px){

.container{width: 90% !important;}



.inr_nav a {font-size: 16px;padding: 8px 5px;}
.inr_nav{gap: 10px;}
.account_sect ul {gap: 10px;}

.account_sect span {font-size: 16px;padding: 9px 20px;}
.home-strip-section ul li{font-size: 14px;}
.comman-heading {font-size: 33px;}
.comman-list li {font-size: 15px;}
.about-home-content label {font-size: 16px;}
.inner-about-image {position: sticky;top: 0;}
.readmore a {font-size: 15px;}
.comman-margin{margin-bottom: 50px;}
.inr_box_rept h3{font-size: 20px;}
.repeat_button a {font-size: 15px;}
.list_features strong {font-size: 15px;}
.list_features span{font-size: 15px;}
.list_features li {font-size: 15px;}
.list_features li:before {margin-top: 0;}
.features_section {padding: 50px 0 50px;}
.facts h2{font-size: 33px;}
.facts .value {font-size: 35px;}
.facts {padding: 50px 20px 70px;}
.faq-container h1{font-size: 33px;}
.inr_box_rept{margin-bottom: 10px;}
.home-about-section{margin-top: 50px;}
.box_price .btn{font-size: 16px;}
.main_footer_section h3 {font-size: 20px;margin: 10px 0 25px;}
.footer_first-section p{max-width: 100%;}
.faq-question h3 {font-size: 16px;}
.site-info {padding: 60px 0 50px;}

.footer-social-section ul li .rgt-email-address p{font-size: 14px;}

.menu-related ul li a{font-size: 14px;}
.footer_first-section p {font-size: 14px;}
.footer-social-section ul li .left-icon{margin-right: 12px;}


.feature-box{min-width: 75%;}
.features-section{padding: 60px 0;}
.features-left h2 {font-size: 33px;}
.feature-box h4 {font-size: 18px;}




.sidebar .accordion-button {font-size: 15px;}
.sidebar ul li a{font-size: 13px;}
.user-info strong{font-size: 13px;}
.card_box input, .card_box select, .card_box textarea {font-size: 12px;}

.main-content h2 {font-size: 18px;}
.card_box button.submit-btn {font-size: 15px;width: 140px;}
.business_details button{font-size: 15px;}
.business_details label{font-size: 13px;}
.info-form label{font-size: 13px;}
.personal_information{margin: 60px 0 60px;}
.business_details .checkbox-group label{width: 33%;}




.heading_rpt h3 {font-size: 33px;}
.contact-info {gap: 45px;}
.contact-info .icon{width: 45px;height: 45px;line-height: 47px;font-size: 20px;}


.svrvice_one, .price_page{margin-top: 50px;}


.blog-mian{padding: 60px 0;}
.card-content h3 {font-size: 16px;}
.read-more {font-size: 15px;}





}






@media(min-width:1441px) and (max-width:1800px){

.container{width: 90% !important;}



.inr_nav a {font-size: 16px;padding: 8px 5px;}
.inr_nav{gap: 10px;}
.account_sect ul {gap: 10px;}

.account_sect span {font-size: 16px;padding: 9px 20px;}
.home-strip-section ul li{font-size: 14px;}
.comman-heading {font-size: 33px;}
.comman-list li {font-size: 15px;}
.about-home-content label {font-size: 16px;}
.inner-about-image {position: sticky;top: 0;}
.readmore a {font-size: 15px;}
.comman-margin{margin-bottom: 60px;}
.inr_box_rept h3{font-size: 20px;}
.repeat_button a {font-size: 15px;}
.list_features strong {font-size: 15px;}
.list_features span{font-size: 15px;}
.list_features li {font-size: 15px;}
.list_features li:before {margin-top: 0;}
.features_section {padding: 50px 0 50px;}
.facts h2{font-size: 33px;}
.facts .value {font-size: 35px;}
.facts {padding: 50px 20px 70px;}
.faq-container h1{font-size: 33px;}
.inr_box_rept{margin-bottom: 10px;}
.home-about-section{margin-top: 60px;}
.box_price .btn{font-size: 16px;}
.main_footer_section h3 {font-size: 20px;margin: 10px 0 25px;}
.footer_first-section p{max-width: 100%;}
.faq-question h3 {font-size: 16px;}
.site-info {padding: 60px 0 50px;}

.footer-social-section ul li .rgt-email-address p{font-size: 14px;}

.menu-related ul li a{font-size: 14px;}
.footer_first-section p {font-size: 14px;}
.footer-social-section ul li .left-icon{margin-right: 12px;}





.sidebar .accordion-button {font-size: 15px;}
.sidebar ul li a{font-size: 14px;}
.user-info strong{font-size: 14px;}
.card_box input, .card_box select, .card_box textarea {font-size: 12px;}

.main-content h2 {font-size: 20px;}
.card_box button.submit-btn {font-size: 15px;width: 140px;}
.business_details button{font-size: 15px;}
.business_details label{font-size: 14px;}
.info-form label{font-size: 14px;}
.personal_information{margin: 60px 0 60px;}



.heading_rpt h3 {font-size: 33px;}
.contact-info {gap: 45px;}
.contact-info .icon{width: 45px;height: 45px;line-height: 47px;font-size: 20px;}

}














