.bg-primary1 {
    background-color: #0353a4 !important;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bg-none {
    background-color: transparent;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.idel-section{
    font-size: 16px;
    color: #0d4e8f;
    font-weight: 500;
}
.main-color {
    color: #0d4e8f;
}

.heading-1 {
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600;
}

.heading-2 {
    font-size: 25px;
    font-weight: 600;
}

.banner-tagline {
    font-weight: 500;
    line-height: 27px;
    margin: 5px;
}

.win-mac-btn-container input {
    vertical-align: inherit;
    cursor: pointer;
    visibility: hidden;
}

.win-mac-btn-container input[type='radio']:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffffff;
    outline: 2px solid #2e2e2e;
}

.win-mac-btn-container input[type='radio']:checked:after {
    width: 17px;
    height: 17px;
    border-radius: 17px;
    top: 2px;
    left: -2px;
    position: relative;
    background-color: #0d4e8f;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #ffffff;
    outline: 2px solid #0d4e8f;
}

.download-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: black;
    border: 2px solid black;
    margin: 7px;
}

.download-btn:hover {
    color: #fff;
    border: 2px solid #0d4e8f;
    background-color: #0d4e8f;
}

.buy-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #0d4e8f;
    background-color: #0d4e8f;
    margin: 7px;
}

.buy-btn:hover {
    color: black;
    border: 2px solid black;
}

#wrapper-1 {
    background-image: url(https://www.drssoftech.com/resources/bg.webp);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* @media screen and (min-width: 568px) {
#wrapper-1 {
background-image: url(https://www.drssoftech.com/resources/bg.webp);
background-size: 100%;
background-repeat: no-repeat;
}
} */
.btn-primary {
    background-color: #0d4e8f;
    color: #fff !important;
    border-color: #0d4e8f;
    border-radius: 3px;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #0353a4 !important;
    border-color: #0d4e8f;
}

.btn-outline-primary {
    border-color: #0d4e8f;
    color: #0d4e8f;
    border-radius: 3px;
}

.btn-outline-primary:hover {
    background-color: #0d4e8f;
    border-color: #0d4e8f;
}

.btn-light {
    border: 1px solid #0d4e8f;
    color: #0353a4;
    font-weight: 500;
}

.btn-light:hover {
    background-color: #0d4e8f;
    color: white;
}

/* Buy page */
.buy-highlights .highlights-sec {
    display: inline-block;
    margin: 5px 15px;
    font-weight: 600;
}

.buy-highlights .highlights-sec i {
    color: #0353a4;
}

.license-table .nav-pills .nav-link.active,
.license-table .nav-pills .show>.nav-link {
    background-color: #0353a4;
    color: #fff;
}

.license-table .nav-pills .nav-link {
    color: #0353a4;
    font-weight: 600;
}

.license-card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.license-card .lic-head {
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.license-card .lic-head::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
    height: 3px;
    width: 80px;
    background-color: #0353a4;
}

.license-card .lic-price {
    font-size: 30px;
    font-weight: 700;
}

.license-card .old-lic-price {
    color: #928c8c;
    text-decoration: line-through;
    padding: 0 15px;
    font-weight: 600;
}

.paypal-credit {
    display: block;
    padding-top: 10px;
    font-weight: 500;
    color: #0353a4;
    margin-bottom: 5px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card {
    background-color: #0353a4;
    color: #fff;
    box-shadow: 0 4px 44px 0 rgb(13 78 143 / 40%);
}

.license-price-cards .col-md-3:nth-child(3) .license-card .old-lic-price {
    color: #d8d7d7 !important;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .lic-head {
    position: relative;
    margin-bottom: 50px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .lic-head::after {
    position: absolute;
    content: "Recommended";
    bottom: -30px;
    left: 50%;
    transform: translate(-50%);
    background-color: #fff !important;
    color: #0353a4;
    font-size: 13px;
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0 15px;
    border-radius: 25px;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .btn-primary {
    background-color: #fff;
    color: #0353a4 !important;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .btn-primary:hover {
    background-color: #0d4e8f;
    color: #fff !important;
    border: 1px solid white;
}

.license-price-cards .col-md-3:nth-child(3) .license-card .paypal-credit {
    color: #fff;
}

.buy-table .table-responsive {
    border-radius: 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #c9ddff;
}

.buy-table .table-responsive table {
    margin-bottom: 0;
}

.buy-table .table-responsive .table .thead-light th {
    color: #ffffff;
    background-color: #0353a4;
    border-color: #0353a4;
    font-size: 20px;
}

.buy-table .table-responsive .table tbody tr td:nth-child(1) {
    background-color: #fff !important;
    width: 50%;
}

.buy-table .table-responsive .table tbody tr td {
    background-color: #ddf3ff !important;
    font-size: 16px;
}

.buy-table .table-responsive .table tbody tr>* {
    padding: 10px 15px;
}

.buy-table .table-responsive .table tbody tr td:nth-child(4) {
    background-color: #c7ecff !important;
    position: relative;
    z-index: 2;
    border-left: 1px solid #67ccff;
    border-right: 1px solid #67ccff;
}

.purchase .purchase-part .purchase-point {
    background: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    -webkit-transition: -webkit-transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    -webkit-transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    transition: transform 250ms ease, box-shadow 250ms ease, color 250ms ease;
    box-shadow: 1px 1px 3px rgb(152 179 255 / 40%);
    border: 2px solid #c9e3ff;
}

.purchase .purchase-part .purchase-point:hover {
    -webkit-transform: translateY(-0.25rem);
    -ms-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem);
    box-shadow: 0px 2px 10px rgb(152 179 255 / 50%), 0px 5px 10px rgb(71 63 79 / 16%);
    transition: ease 0.5s;
}

.purchase .purchase-part .purchase-point .head {
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.mini-h {
    display: inline-block;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 5px;
    color: #0353a4;
    font-weight: 600;
}
@media (min-width: 280px) and (max-width:568px) {
    #wrapper-1 {
        background: none !important;
    }

}

#discount-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Popup box */
.popup-box {
  background: #fff;
  max-width: 500px;
  width: 90%;
  padding: 30px 20px;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  border-top: 4px solid red;
}

/* Close button */
.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
}

/* Coupon box */
.coupon-box {
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#coupon-code {
  background: #f4f4f4;
  padding: 10px 15px;
  border-radius: 5px;
  font-weight: bold;
}

.copy-btn {
  background: #007BFF;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.visit-btn {
  display: inline-block;
  margin-top: 15px;
  background: #28a745;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.note {
  font-size: 13px;
  color: #555;
  margin-top: 10px;
}

/* Optional animation */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}
.border-danger {
    --bs-border-opacity: 1;
    border-color: red;
}
/* Base state */
.s-box {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
}

/* Keyframe animation */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.s-box:nth-child(1) { animation-delay: 0.1s; }
.s-box:nth-child(2) { animation-delay: 0.3s; }
.s-box:nth-child(3) { animation-delay: 0.5s; }
.s-box:nth-child(4) { animation-delay: 0.7s; }
.s-box:nth-child(5) { animation-delay: 0.9s; }
.s-box:nth-child(6) { animation-delay: 1.1s; }


.s-box:hover {
    transform: translateY(-10px) scale(1.02);
  
     background: linear-gradient(to bottom, #0353a4, #30919F);
    color: white;
}


.s-box i {
    display: inline-block;
    transition: transform 0.4s ease;
}

.s-box:hover i {
    transform: rotate(10deg) scale(1.1);
}

.c-box{
    background-color: #dadcdf !important;
    padding: 30px;
}
.next-box{
    background-color: #ffe174 !important;
    padding: 30px;
    h2{
        color: #0353a4 !important;
    }
}
.n-box{
    border: 1px solid #0353a4;
    padding: 20px;
    border-radius: 20px;
    background-color: #0353a4;
    color: white;
    .btn{
  background-color: #ffe174 !important;
  color: #0353a4;
    }
   
}
.btn-d, .btn-light:hover {
    background-color: #0353a4;
    color: white;
    border: 1px solid #ffffff !important;
}
.maian-head {
    font-size: 40px;
    font-weight: 600;
}
.justify-content-between {
    justify-content: space-between !important;
}
/* service */
.swiper-button-prev:after, .swiper-button-next:after{
    color: #0353a4;
}
.s-banner{
    background: linear-gradient(to bottom, #0353a4, #30919F);
    color: white;
    padding: 40px;
    .btn {
        background-color: white;
        color: #0353a4;
        font-weight: 600;
    }
}
.c-cards{
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
h6{
    color: #0353a4;
}
}
.c-cards:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/* .templates img{

box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 10px;
}
.templates img:hover{
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
    filter: brightness(0.6);
    
} */

.swiper-slide {
  position: relative;

}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    background: #fffae9;
    padding: 63px !important;
    border-radius: 50px;
    border: 1px solid #e7d9aa;
}


.swiper-slide img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 50px;
  transition: filter 0.3s ease, box-shadow 0.3s ease;
}

.swiper-slide:hover img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  filter: brightness(0.6);
}

.overlay-icon {
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: #0353a4;
  background-color: white;
  padding: 4px 7px 4px 8px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.swiper-slide:hover .overlay-icon {
  opacity: 1;
}
.fa-star{
    color: orange;
    font-size: 20px;
    padding: 2px;
}
.fa-quote-left{
    color: #0353a4;
    font-size: 60px;
}
.swiper-pagination-bullet{
    background-color: #0353a4;
    border-radius: 5px  !important;
    padding: 8px !important;
}
@media screen and (max-width: 600px) {
    .swiper-pagination{
        position: absolute;
top: 350px !important;
display: none;
    }
    .maian-head{
    font-size: 30px;
    font-weight: normal;
}
.btn-about, .n-btn{
    display: flex;
    justify-content: center !important;
    margin-top: 20px;
}

}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #0353a4;
}
.fs-size{
    font-size: 17px;
    line-height: 32px;
}
#faq .accordion-button {
    padding: 20px 0;
    font-size: 19px;
    font-weight: 600;
    position: relative;
}
#faq .accordion-button:not(.collapsed) {
    background-color: #fff;
}
.accordion-body {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}
.support-wrap {
    background: #e9f5ff;
}
.support-left small {
    color: #033d80;
    font-size: 16px;
}
.support-left .support-head {
    font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 47px;
    padding: 15px 0px;
}
.points-two {
    position: relative;
    padding-left: 35px;
}
.points-two::before {
    font-family: "FontAwesome";
    content: "\f058";
    position: absolute;
    left: 7px;
    font-size: 20px;
    top: 2px;
    background: linear-gradient(28deg, #063974 0%, #045388 100%);
    background-color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}