/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Avenir !important;
}

.container-w{
    max-width: 1152px !important;
}

/* Header Styling */
.navbar{
    padding: 10px 0px;
    background-color: #F5F9F9;
}
.first-ul{
    padding-left: 40px;
}
.navbar .navbar-collapse{
    justify-content: space-between;
}
.navbar .navbar-collapse .navbar-nav{
    gap: 40px;
}
.navbar .navbar-collapse .navbar-nav .nav-item{
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 19.2px;
    color: #000000;
}
.logo{
    height: 77px;
    object-fit: contain;
}
.hero-section {
    padding: 70px 20px;
    background-color: #F5F9F9;
    padding-bottom: 300px;
    position: relative;
}
.section-title{
    font-size: 45px;
    font-weight: 800 !important;
}
.hero-section .main-title-text{
    font-weight: 300 !important;
}
.hero-section .main-title-text span{
    font-weight: 900 !important;
}
.hero-section p{
    font-size: 20px;
    font-weight: 500 !important;
    color: #7D7D7D;
}
.second-section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    padding: 40px 60px;
    justify-content: space-between;
    height: 100%;
    border-radius: 30px;
    background-color: #F5F9F9;
    border: none;
}
.second-section-imgs{
    width: 115px;
    object-fit: contain;
}
.second-section .organize-img{
    position: relative;
    width: 194px;
    object-fit: contain;
}
.second-section .second-section-p{
    font-size: 40px;
    font-weight: 900 !important;
    line-height: 45px;
    color: #000000 !important;
}
.second-section .description-text{
    font-size: 22px;
    font-weight: 500 !important;
    line-height: 28px;
    margin: 0;
    margin-top: 20px;
    color: #7D7D7D;
}
.hero-section-3{
/*    background-image: url('/theme1/images/bg_pattern.png');*/
    background-size: cover; /* Ensures the image covers the entire background */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    margin: 50px 0px;
    border-radius: 30px;
    opacity: 0px;
    padding: 35px 50px;
    color: #FFFFFF;
    margin-top: 15px;
}
.hero-section-3 .text{
    font-size: 40px;
    font-weight: 800 !important;
    line-height: 52.8px;
}
.hero-section-3 .text-2{
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 40.8px;
    color: #B4D3E0;
}
.started-btn{
    padding: 12px 18px;
    border-radius: 14px;
    border: 2px;
    background-color: #FFFFFF;
    color: #298D9E;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 28.8px;
}
.started-btn:hover{
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}
.right-img-1{
    position: absolute;
    right: 0;
}
.right-img-2{
    position: absolute;
    right: 0;
}
.integration-img{
    width: 72px;
}
.border-right{
    border-right: 3px solid gray;
}
.overlapping-box {
    position: relative;
    margin-top: -203px;
    margin-inline: auto;
    width: 80%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 50px 45px;
    position: relative;
    z-index: 10;
}
.why-choose-title{
    font-weight: 800 !important;
    color: #000000;
    margin-top: 15px;
}
.why-choose-description{
    font-weight: 500 !important;
    color: #7D7D7D;
    margin: 0;
}
.why-choose-img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.integration-section{
    margin: 80px 110px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.integration-section .title{
    font-weight: 800 !important;
    margin-top: 20px;
}
.integration-section .description{
    font-weight: 500 !important;
    color: #7D7D7D;
    font-size: 18px;
    margin-top: 15px;
}
.plans-section{
    padding: 55px;
    background-color: #023247;
}
.plans-section .title{
    color: #FFFFFF;
    font-weight: 800 !important;
}
.plans-section .basic-plan{
    background-color: #0C3A4E;
}
.plans-section .pro-plan{
    background-color: #0C3A4E;
    border: 1px solid #FFD25D;
}
.plans-section .enterprise-plan{
    background-color: #0C3A4E;
    border: 1px solid #37C9AF;
}
.plans-section .plan-card{
    gap: 0px;
    border-radius: 20px;
    opacity: 0px;
    padding: 30px 40px;
    width: 553px;
    margin: 15px 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.plans-section .basic-plan .plans-title{
    background: linear-gradient(#298D9E, #023247);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans-section .pro-plan .plans-title{
    background: linear-gradient(#FFD25D, #023247);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans-section .enterprise-plan .plans-title{
    background: linear-gradient(#1EBFA3, #023247);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
.plans-section .plans-title{
    font-weight: 800 !important;
}
.plans-section .plans-description{
    font-weight: 500 !important;
    color: #B4D3E0;
    margin: 25px 0px;
}
.plans-section .plan-price{
    font-weight: 500 !important;
    color: #298D9E;
    margin: 0;
}
.arrow-icon{
    transform: rotate(325deg);
}
.plan-card .plan-link{
    padding: 6px 13px;
    font-size: 18px;
}
.plan-bg-img{
    position: absolute;
    bottom: 0px;
    left: 70px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 80%;
    height: auto;
    object-fit: cover;
    z-index: -1;
}
.plan-bg-img-2{
    position: absolute;
    top: 89px;
    left: 71px;
    width: 80%;
    z-index: -1;
}
.bottom-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.section-img-5{
    position: absolute;
    width: 153px;
    top: 35px;
    right: 115px;
}
.section-img-3{
    position: absolute;
    width: 120px;
    top: 76px;
    right: 185px;
}
.section-img-4{
    position: absolute;
    width: 120px;
    top: 75px;
    right: 78px;
}
.organize-img-section{
    padding-right: 90px;
}

/*Footer*/
.footer {
    text-align: center;
    padding: 65px;
    background-color: #023247;
    color: #B4D3E0;
    padding-bottom: 0px;
}
.sub-footer{
    padding: 25px;
    text-align: center;
    background-color: #023247;
    color: #B4D3E0;
}
.footer-hr{
    margin-top: 30px !important;
}
.footer-border{
    border-right: 2px solid #8099A3;
}
.footer-logo{
    width: 120px;
}
.media-icons{
    background-color: #298D9E;
    border: 1px solid #298D9E;
    border-radius: 50% !important;
    padding: 8px 15px;
    font-size: 22px;
}
.media-icons:hover{
    background-color: transparent;
    border: 1px solid #FFFF;
}
.footer-text{
    color: #B4D3E0;
    font-size: 19px;
    font-weight: 500 !important;
}
.banner-bg-img{
    position: absolute;
    right: 0px;
    width: 30%;
    top: 25px;
}
.banner-bg-img-2{
    position: absolute;
    right: 0px;
    width: 30%;
    top: 152px;
}
.img-w-148{
    width: 148px;
}
.testimonial-section{
    background-color: #F5F9F9;
    margin-bottom: 60px;
    padding-bottom: 40px;
}
.testimonial-section .title{
    font-weight: 800 !important;
    padding: 40px;
    padding-bottom: 25px;
    text-align: center;
}
.testimonial-section .card{
    border-radius: 17px;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.testimonial-section .post-slide{
    padding: 10px;
    margin-bottom: 20px;
}
.testimonial-section .carousel-btn{
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 50%;
}
.testimonial-section .text{
    font-weight: 800 !important;
    text-align: left;
    color: #000000;
}
.testimonial-section .sub-img{
    width: 50px !important;
}
.testimonial-section .image-section{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Theme Btn*/
.theme-dark-btn{
    background-color: #298D9E;
    border: 1px solid #298D9E;
    border-radius: 10px;
    color: white;
}
.theme-dark-btn:hover{
    background-color: transparent;
    color: #298D9E;
    border: 1px solid #298D9E;
}
.theme-btn{
    background-color: transparent;
    border: 1px solid #298D9E;
    border-radius: 10px;
    color: #298D9E;
}
.theme-btn:hover{
    background-color: #298D9E;
    border: 1px solid #298D9E;
    color: white;
}
.footer-link{
    color: #B4D3E0;
    text-decoration: none;
}
.testimonial-span{
    color: #7D7D7D;
}
.border-bottom{
    border-bottom: 1px solid #7D7D7D !important;
}
.testimonials-image{
    height: 315px;
    border-radius: 17px;
}

@media (max-width: 768px) {
    .contect-us-section{
        box-shadow: unset !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }
    .bottom-hero-section{
        margin-top: 40px !important;
    }
    .banner-bg-img{
        display: none;
    }
    .banner-bg-img-2{
        display: none;
    }
    .first-ul{
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .why-choose-title{
        text-align: center;
    }
    .why-choose-description{
        text-align: center;
    }
    .overlapping-box{
        padding: 30px !important;
        position: unset;
        margin-top: 60px;
        margin-bottom: 60px;
        box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    }
    .feature-icon{
        text-align: center;
    }
    .hero-section{
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .section-title{
        font-size: 32px;
    }
    .second-section{
        text-align: center;
        height: unset;
        margin-bottom: 15px;
    }
    .second-section .second-section-p{
        margin-top: 30px;
        font-size: 28px;
    }
    .second-section .description-text{
        margin-top: 0px;
    }
    .organize-img{
        margin-top: 40px;
    }
    .navbar{
        padding: 10px 32px;
    }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
        font-size: 22px !important;
    }
    .navbar .navbar-collapse .navbar-nav{
        gap: 15px !important;
    }
    .second-section img{
        width: 145px !important;
    }
    .organize-img-section{
        padding-right: unset;
    }
    .second-section .organize-img{
        width: 206px !important;
    }
    .integration-section{
        margin: 20px !important;
    }
    .mv-integration{
        text-align: center;
    }
    .integration-section .description{
        font-size: 22px;
    }
    .hero-section-3{
        padding: 30px;
    }
    .hero-section-3 .text{
        font-size: 32px;
    }
    .hero-section-3 .text-2{
        margin-bottom: 30px;
    }
    .footer-text{
        font-size: 24px;
        line-height: 30px;
    }
    .footer-border{
        border: unset;
    }
    .sub-footer{
        font-size: 20px;
    }
    .image-section{
        align-items: unset;
    }
    .testimonials-image{
        object-fit: contain;
    }
    .testimonial-section .image-section{
        display: unset;
    }
    .testimonial-section .card{
        padding-top: 10px;
    }
}

/*Logo slider*/
@keyframes slide{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%) ;
  
  }
}
.logos{
    overflow:hidden;
    padding:20px 50px 60px 5px ;
    background:white;
    white-space:nowrap;
    position:relative;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.logos:before,
.logos:after{
    content:"";
    position:absolute;
    top:0;
    width:250px;
    height:100%;
    z-index:2;
}
.logos:before{
    left:0;
    background:linear-gradient(to left, rgba(255,255,255,0), white);
}
.logos:after{
    right:0;
    background:linear-gradient(to right, rgba(255,255,255,0), white);
}
.logos:hover .logos-slide{
    animation-play-state:paused; 
}
.logos-slide{
    display:inline-block;
    animation: 35s slide infinite linear;
}
.logos-slide img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 40px;
}

/*FAQ*/
.faq-section .title{
    font-weight: 800 !important;
    margin-top: 20px;
    text-align: center;
}
.faq-container {
    background-color: white;
    color: black;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
}
.question {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}
.question.active::after {
    transform: rotate(45deg);
}
.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
    font-size: 18px;
}

/*Testimonial*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/
.testimonial {
    min-height: 375px;
    position: relative;
    background: url(/theme1/images/testimonials-bg.jpg);
    background-position: center;
    background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

/*Pricing Page*/
.comparison {
/*            max-width: 1000px;*/
    margin: 0 auto;
    font: 18px "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
    color: #4b4b4b;
    text-align: center;
    padding: 8px 10px 75px 10px;
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #e6e6e6;
}
.comparison td, .comparison th {
    border-right: 1px solid #e6e6e6;
    empty-cells: show;
    padding: 16px;
}
.compare-heading {
    font: 18px "Avenir Next", Roboto, Helvetica, Arial, sans-serif;
    color: #4b4b4b;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}
/*.comparison tbody tr:nth-child(odd) {
    display: none;
}*/
.comparison .compare-row {
    background: #fff;
    border: 1px solid #e6e6e6;
}
.comparison .fa-check {
    color: #048383;
    font-size: 20px;
}
.comparison .fa-remove {
    color: #ef7473;
    font-size: 20px;
}
.comparison .fa-info-circle {
    color: #cccccc;
    font-size: 20px;
}
.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #757575;
}
.comparison tr td:first-child {
    text-align: left;
    border: 1px solid #e6e6e6;
}
.comparison .qbse, .comparison .qbo, .comparison .tl {
    color: #4a4a4a;
    padding: 10px;
    font: 16px "Avenir Next Demi", Roboto, Helvetica, Arial, sans-serif;
    font-weight: bold;
    border-right: 1px solid #e6e6e6;
    border-bottom: unset !important;
}
.comparison .tl2 {
    border-right: 0;
}
.comparison .qbse {
    background: #0078c1;
    border-top-left-radius: 3px;
    border-left: 0px;
}
.comparison .qbo {
/*            background: #F7F7F7;*/
    border: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    color: rgb(75, 75, 75);
    font-size: 20px;
}
.comparison .price-info {
    padding: 0px 10px 10px 10px;
}
.comparison .price-now, .comparison .price-now span {
    color: #4a4a4a;
}
.comparison .price-now{
    color: #4a4a4a;
    font-size: 36px;
    font-family: "Avenir Next Demi", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0px -6px 0px 0px;
}
.comparison .price-small {
    color: #4a4a4a;
    font-size: 20px !important;
    font-family: "Avenir Next Demi", Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    top: -11px;
    left: -7px;
}
.comparison .price-buy {
    --background: #000;
    padding: 12px 12px;
    display: inline-block;
    min-width: 160px;
    --color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 16px 0 16px 0;
    font-size: 14px;
    font-weight: 700;
    font-family: "Open Sans", arial, sans-serif;
    letter-spacing: 0.7px;
    --border: 1px solid rgb(0, 0, 0);
}
.comparison .monthly-cta {
/*         background: #fff;*/
/*         color: #000;*/
/*         border: 1px solid rgb(0, 0, 0);*/
}
.comparison .annual-cta {
    background: #000;
    color: #fff;
    border: 1px solid rgb(0, 0, 0);
}
.comparison .monthly-cta:hover {
/*            background: #D6D3EB;*/
/*            color: rgb(0, 0, 0);*/
/*            border: 1px solid #D6D3EB;*/
}
.comparison .annual-cta:hover {
    background: #D6D3EB;
    color: rgb(0, 0, 0);
    border: 1px solid #D6D3EB;
}
.comparison .price-try {
    font-size: 12px;
}
.comparison .price-try a {
    color: #202020;
}
.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #e6e6e6;
}

.comparison thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.comparison th {
    font-weight: normal;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    color: #757575;
    background: white; /* Ensures header background stays visible */
}
.comparison .price-new{
    color: #4b5262;
    text-align: center;
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 24px;
}
.free-plan-line{
    background: #298D9E;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -10px;
}
.premium-plan-line{
    background: #298D9E;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -10px;
}
.professional-plan-line{
    background: #298D9E;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -10px;
}
.enterprise-plan-line{
    background: #298D9E;
    height: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -10px;
}
.contect-us-section{
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1);
    margin: 40px 30px;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
}
#price-plan-title{
    text-align:center;
    margin-bottom: 25px !important;
}
.features{
    font-size: 32px !important;
    font-weight: 700 !important;
}

/*    Pricing Card Css*/
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    border-radius: 15px;
    background-image: url(https://cdn.prod.website-files.com/5ddfd42…/63d3ab4…_diamond-free.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-image: url(https://cdn.prod.website-files.com/5ddfd42…/63d3ab4…_diamond-free.svg);

}

.feature-list li {
    margin-bottom: 9px;
    color: #6c757d;
}
.popular-badge {
    position: absolute;
    top: -12px;
    right: 20px;
    border-radius: 20px;
}
.gradient-custom {
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
}
.theme-color{
    color:#298D9D;
}
.theme-background{
    background: #298D9D;
}
.comparison-table{
    margin-top: 60px;
}
.description-text{
    font-size: 19px;
}
.plan-price-days{
    font-size: 28px;
}
.compare-title{
    font-size: 30px;
}
.padding-40{
    padding: 35px;
}
.font-size-19{
    font-size: 19px;
}
.mt-95{
    margin-top: 95px;
    margin-bottom: 70px;
}
.plan-icon-color{
    color: black !important;
}
.free-plan-title{
    color: #087f5b !important;
}
.basic-plan-title{
    color: #016bb4 !important;
}
.pro-plan-title{
    color: #298D9E !important;
}
.enterprise-plan-title{
    color: #1f1f2b !important;
}
.free-plan-stripe{
    background: #087f5b !important;
}
.basic-plan-stripe{
    background: #016bb4 !important;
}
.pro-plan-stripe{
    background: #298D9E !important;
}
.enterprise-plan-stripe{
    background: #1f1f2b !important;
}
.free-plan-btn{
    background-color: #087f5b !important;
    color: white !important;
    border: 1px solid #087f5b !important;
}
.free-plan-btn:hover{
    background-color: transparent !important;
    color: #087f5b !important;
    border: 1px solid #087f5b !important;
}
.basic-plan-btn{
    background-color: #016bb4 !important;
    color: white !important;
    border: 1px solid #016bb4 !important;
}
.basic-plan-btn:hover{
    background-color: transparent !important;
    color: #016bb4 !important;
    border: 1px solid #016bb4 !important;
}
.pro-plan-btn{
    background-color: #298D9E !important;
    color: white !important;
    border: 1px solid #298D9E !important;
}
.pro-plan-btn:hover{
    background-color: transparent !important;
    color: #298D9E !important;
    border: 1px solid #298D9E !important;
}
.enterprise-plan-btn{
    background-color: #1f1f2b !important;
    color: white !important;
    border: 1px solid #1f1f2b !important;
}
.enterprise-plan-btn:hover{
    background-color: transparent !important;
    color: #1f1f2b !important;
    border: 1px solid #1f1f2b !important;
}
.compnay-logo-1{
    width: 231px !important;
    height: 150px !important;
}
.compnay-logo-2{
    width: 200px !important;
    height: 150px !important;
}
.compnay-logo-3{
    width: 180px !important;
    height: 150px !important;
}
.compnay-logo-4{
    width: 80px !important;
    height: 150px !important;
}
.font-size-35{
    font-size: 35px;
}
.font-size-22{
    font-size: 22px;
}
.bottom-hero-section{
    margin-top: 80px;
}
.word-wrap-break-word{
    word-wrap: break-word;
}
.compare-features-link{
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}