b,strong{
    color: var(--heading-color);
    font-size: 16px;
}
h3{
    font-size: 24px;
}


/* ─── HERO ─── */
.hero {
    padding: 80px 32px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: url(https://liveimages.algoworks.com/new-algoworks/wp-content/uploads/2022/12/08173637/How-can-you-attain-business-goals-using-Salesforce-Consulting-Services_-scaled.jpg);
    /* background: url(https://m.economictimes.com/thumb/msid-132662818,width-1600,height-900,resizemode-4,imgsize-41042/salesforce-inks-twin-partnerships-in-bengal-to-train-ai-ready-talent-boost-digital-healthcare.jpg); */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 180px;
}
section.new-services-sec .salesforce-card p{
    height: auto !important;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 65% at 50% 20%, rgba(125,166,242,0.07) 0%, transparent 70%);
    pointer-events: none;
    background: #070101c9;
}

.hero-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.55;
    pointer-events: none;
}

.hero-badge, .hero h1, .hero-sub, .hero-actions, .hero-stats {
    position: relative;
    z-index: 1;
}

.hero-badge {
    display: inline-block;
    background: rgba(88,172,250,0.1);
    border: 1px solid var(--border-btn);
    color: var(--white-color);
    font-family: var(--secondary-font);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 6px 20px;
    border-radius: 20px;
    margin-bottom: 28px;
    animation: badgePulse 2.6s ease-in-out infinite;
}


@keyframes badgePulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgb(134 167 244);
        border-color: var(--border-btn);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(255,204,0,0);
        border-color: 0 0 0 6px rgba(255,204,0,0);
    }
}

.hero h1 {
    font-family: var(--font-head);
    font-size: clamp(22px, 3.8vw, 40px);
    font-weight: 700;
    line-height: 1.2;
    color: var(--h-color);
    max-width: 860px;
    margin: 0 auto 18px;
    letter-spacing: .5px;
}

.hero h1 span {
    -webkit-text-fill-color: #fff;
}

.hero-sub {
    font-family: var(--secondary-font);
    font-size: 16px;
    color: #fff;
    opacity: .8;
    max-width: 660px;
    margin: 0 auto 36px;
    line-height: 1.85;
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-primary {
    display: inline-block;
    background: var(--btn-color);
    color: #fff;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    padding: 14px 36px;
    border-radius: 7px;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    letter-spacing: .5px;
    box-shadow: 0 4px 24px rgba(88,172,250,0.35);
    transition: opacity .2s, transform .15s, box-shadow .2s;
}

.btn-primary:hover {
    opacity: .88;
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(88,172,250,0.5);
}

.btn-outline {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 14px;
    padding: 13px 32px;
    border-radius: 7px;
    border: 1px solid #ffffff6b;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: .4px;
    transition: background .2s;
}

.btn-outline:hover {
    background: rgba(88,172,250,0.08);
}

.hero-stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-top: 52px;
    padding-top: 36px;
    border-top: 1px solid #ffffff52;
    flex-wrap: wrap;
}

.hstat {
    text-align: center;
}

.hstat-num {
    font-family: var(--secondary-font);
    font-size: 34px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.hstat-lbl {
    font-family: var(--secondary-font);
    font-size: 14px;
    color: #fff;
    opacity: .85;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    margin-top: 20px;
}
section.new-services-sec .salesforce-card::before{
    display: none;
}
section.new-services-sec .salesforce-card{
    box-shadow: none;
    border: 1px solid #0000001f;
    border-radius: 0;
}
section.new-services-sec .col-4{
    margin: 0;
    padding: 0;
}
section.new-services-sec .col-4 hr{
    display: none;
}
.icon-sec{
    margin-bottom: 10px;
    font-size: 18px;
}
section.new-services-sec .salesforce-card:hover .cont-sec p{
    -webkit-text-fill-color: #000
}
section.new-services-sec .salesforce-card:hover .cont-sec h2{
    -webkit-text-fill-color: #000
}
/* Hiring process section css start */

section.hriring-process{
    background: #f9f9f9;
}
section.hriring-process .icon {
    position: absolute;
    top: 22px;
    left: 0;
    width: 53px;
    height: 53px;
    background: var(--heading-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hriring-process li.ul-list-process{
    position: relative;
    padding-left: 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto!important;
    margin-bottom: 20px;
}
section.hriring-process .left-cont h2{
    -webkit-text-fill-color: #000;
}

section.hriring-process .ul-process h3{
    -webkit-text-fill-color: #000;
}
section.hriring-process .ul-process{
    position: relative;
}
section.hriring-process .ul-process::before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 14px;
    left: 27px;
    background-image: linear-gradient(#022D62 50%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 2px 12px;
    background-repeat: repeat-y;
    width: 1px;
}
section.hriring-process .ul-process::after {
    content: "";
    position: absolute;
    bottom: 19px;
    left: 27px;
    width: 57px;
    height: 1px;
    background-image: linear-gradient(to right, #022D62 50%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 12px 1px;
    background-repeat: repeat-x;
}
section.hriring-process .ul-process .steps{
    font-weight: 600;
    color: var(--btn-color);
    margin-bottom: 10px;
}
section.hriring-process .head-span{
       background: var(--heading-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.hriring-process .left-cont p{
    color: #000;
}
section.hriring-process .left-cont img{
    width: 90%;
    border-radius: 20px;
}

.cloud-box{
    height: 430px;
}
.cloud-box img{
    object-position: left;
}
.cloud-section li{
    margin-bottom: 12px;
}


/* faq section */
section.faqs{
    background: #fff;
}

section.faqs .accordion-flush .accordion-item{
    background: transparent;
    color: var(--heading-color);
    border: 1px solid var(--heading-color);
    margin-bottom: var(--m15);
    /* background-image: var(--main-bg); */
    border-radius: 15px;
    padding-left: 20px;
}
section.faqs .accordion-header{
    background: transparent;
}
section.faqs button.accordion-button{
    background: transparent;
    color: var(--heading-color);
    box-shadow: none;
    font-size: var(--f18);
    padding-left: var(--p5);
}
section.faqs .accordion-button:focus{
    box-shadow: none;
}
section.faqs .accordion-button:not(.collapsed){
    background: transparent;
    color: var(--heading-color);
    box-shadow: none;
}
section.faqs .accordion-flush .accordion-item:last-child{
    /* border-bottom: 1.5px solid #fff; */
}
/* section.faqs .accordion-button:not(.collapsed)::after{
    background: url(../images/faqdown-chevron.png);
}
section.faqs .accordion-button::after{
    background: url(../images/faqdown-chevron.png);
    width: 24px;
    height: 24px;
} */
section.faqs .accordion-body{
    font-family: var(--primary-font);
    opacity: .7;
}
section.faqs .head{
    text-align: center;
}
section.faqs .head p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 2px;
}
section.faqs .head h2{
    margin-bottom: 15px;
    position: relative;
    /* color: #F2B181; */
    font-size: var(--f28);
}
section.faqs .head h2::before{
    content: '';
    width: 100px;
    height: 4px;
    border-radius: 5px;
    background: var(--btn-color);
    position: absolute;
    bottom: -20px;
    display: none;
}
section.faqs .img-sec{
    display: flex;
    justify-content: center;
    align-items: center;
}
section.faqs img{
    width: 93%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.accordion-button::after {
    /* background: transparent !important; */
    background: url(../images/plus.png);
    background: url(../images/add.png);
    background-size: cover;
    width: 32px;
    height: 32px;
}
.accordion-button:not(.collapsed)::after {
    background: url(../images/minus-sign.png);
    background: url(../images/minus.png);
    background-size: cover;
}


/* ---------- FAQ ---------- */
.faq-item{ border:1px solid var(--line); border-radius:12px; background:#fff; margin-bottom:12px; overflow:hidden;}
.faq-q{ width:100%; text-align:left; background:#f5f3fd; border:none; padding:18px 22px; font-family:var(--secondary-font); font-weight:600; font-size:17px; display:flex; justify-content:space-between; align-items:center; cursor:pointer; color:var(--ink);}
.faq-q .plus{ font-size:20px; color:var(--teal-dim); transition:transform .25s ease; flex-shrink:0; margin-left:14px;}
.faq-item.open .faq-q .plus{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease;}
.faq-a p{     padding: 0 22px 20px;
    color: #000;
    font-size: 15.5px;
    opacity: 1;
    font-weight: 500;}
section.common_banner .banner-title{
    background: linear-gradient(90deg, #000000 15.38%, rgba(0, 0, 0, 0) 93.58%),
                linear-gradient(292.08deg, rgba(213, 51, 0, 0.25) 14.44%, rgba(213, 51, 0, 0) 68.9%);
    align-items: flex-start;
    text-align: left;
}
section.common_banner .category{
        display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba
#16c7b41f
(22, 199, 180, .12);
    border: 1px solid rgba(22, 199, 180, .35);
    color: var(--teal);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 7px 14px;
    border-radius: 100px;
    text-transform: uppercase;
    margin-bottom: 22px;
        background: rgb(200 38 96 / 11%);
    border-color: rgb(198 38 97 / 35%);
    color: #fff;
}
section.common_banner .course-head-1 h1{
    color: var(--white-color);
    font-weight: 700;
    text-shadow: none;
}
section.common_banner .course-head-1 .main-btn{
    border-radius: 30px;
    max-width: 100% !important;
    display: inline;
}
section.common_banner .banner-title p{
    width: 60%;
    margin-bottom: 20px;
    font-size: 16px;
}
section.common_banner .banner-title{
    height: 550px;
    background: #000000c7;
}
section.common_banner img{
    height: 550px;
}


section.about-learn-sec .description-sec li{
    list-style: disc;
    line-height: 33px;
    font-size: 16px;
}
section.about-learn-sec .description-sec thead, tbody, tfoot, tr, td, th{
    padding: 7px;
}
section.common-banner{
    height: 100%;
    background-size: cover;
    padding: 0;
}
section.common-banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

table.product-table{
    margin-top: 0 !important;
}
table.product-table td{
    color: #cfc1b5;
}
.charge h6{
    color: var(--heading-color);
    font-size: var(--f16);
    letter-spacing: 1px;
    font-family: var(--primary-font);
    font-weight: 500;
}
ul.charging li{
    color: #cfc1b5;
    line-height: 27px;
    letter-spacing: 1px;
    font-size: 16px;
}
ul.charging li strong{
    color: var(--heading-color);
}
.sec-line .sec-line1 {
    width: 2%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
    margin-right: var(--m5);
}
.sec-line .sec-line2 {
    width: 8%;
    height: 6px;
    background: #fff;
    border-radius: 30px;
    display: inline-block;
}
.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
.head{
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.head h2{
    color: var(--heading-color);
    font-size: 28px;
}
.head p{
    color: var(--black-color);
    font-size: var(--f15);
    width: 70%;
    text-align: center;
}
 /* main design */
section.course-detail-sec{
    background: var(--main-bg);
    color: #fff;
    padding: 0;
    padding-top: 160px;
    /* background: url(../images/hero_home_02.jpg); */
    /* background: radial-gradient(60.1% 75.75% at 100% 96.1%, #2b4dff 0%, #0a165e 100%); */
    background: url(https://4kwallpapers.com/images/wallpapers/purple-blue-3840x2160-20104.jpg);
    position: relative;
    padding-bottom: 0;
    background: url(../images/service-bg.jpg);
    height: 80vh;
    background-position: center;
}
section.course-detail-sec::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004f;
}
section.course-detail-sec .container-fluid{
    padding: 0;
    position: relative;
}
section.course-detail-sec .col-7{
    padding: 20px;
}
section.course-detail-sec .col-5{
    padding: 0;
}
section.course-detail-sec .col-5 img{
    width: 100%;
    height: 100%;
}
section.course-detail-sec h2.course-title{
    color: var(--white-color);
}
section.course-detail-sec .container{
    position: relative;
}
/* course detail section */

section.course-detail-sec .course-detail {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.course-detail-sec .course-head-1{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 40px;
}
section.course-detail-sec .course-head-1 p{
    font-size: 16px;
}
section.course-detail-sec .course-head-1 .main-btn{
    border-radius: 20px;
}
section.course-detail-sec .course-head-1 h5{
    color: #fff;
}

section.course-detail-sec .course-head-2{
    font-size:13px ;
}
section.course-detail-sec .course-head-2 .star span{
  
    color:#dfb020;
    font-weight: 700;
    
}
section.course-detail-sec .course-head-2 span i{
    font-size: 13px;
}

section.course-detail-sec .course-head-2 .update {
    display: flex;
    flex-direction: column;
}
section.course-detail-sec .course-head-2 .update span{
    font-family: var(--primary-font);
    font-size: 16px;
    margin-bottom: 15px;
}
section.course-detail-sec .course-head-2 .update span i{
    margin-right: 10px;
}


.sticky-payment{
    position: fixed;
    right: -36px;
    top: 50%;
    background: var(--btn-color);
    color: #fff;
    padding: 15px;
    transform: rotate(-90deg);
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}
.on{
    opacity: 1;
}




/* about main section */

section.about-learn-sec{
    background: #fff;
    color: #000;
}
section.about-learn-sec .owl-item img{
    height: 400px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

/* section.about-learn-sec .about-learn-cont start */

section.about-learn-sec .about-learn-cont{
    border: 1px solid #c4c4c4;
    padding: 30px;
}

section.about-learn-sec .about-learn-cont h3{
    margin-bottom: 20px;
   
}
section.about-learn-sec ul.about-learn{
    list-style: none;
    padding-left: 0;
    padding-right: 10px;
}
section.about-learn-sec ul.about-learn li{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
section.about-learn-sec ul.about-learn  li i{
    font-size: 13px;
    margin-top: 5px;
}
section.about-learn-sec ul.about-learn  li span{
    font-size: 15px;
}





/* explore-related section */

section.about-learn-sec .explore-related{
    margin-top: 30px;
}

section.about-learn-sec .explore-related a{
    text-decoration: none;
    color: #fff;
    padding: 15px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

section.about-learn-sec .related-link{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0 ;
}
/* section course-include */
section.about-learn-sec .course-include{
    margin-top: 0px;
}
section.about-learn-sec .course-include p{
    color: var(--black-color);
    font-size: var(--f16);
}
section.about-learn-sec .course-include h4{
    color: var(--heading-color);
    font-size: 22px;
}

section.about-learn-sec .course-include li{
    font-size: 16px;
    list-style: disc;
    line-height: 1.9rem;
}
section.about-learn-sec .course-include ul{
    padding-left: 30px;
}
section.about-learn-sec .course-include li i{
    color: var(--heading-color);
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
}

section.about-learn-sec .course-include .included-items{
    list-style: none;
    padding-left: 30px;
    line-height: 35px;
}
section.about-learn-sec .course-include .included-items i{
    margin-right: 10px;
    display: none;
}
.img-gallery{
    position: sticky;
    top: 10px;
}

/* course-content section */


.course-content .container {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 1px solid #c4c4c4;	
}

.course-content .items {
    width: 100%;
}

.course-content details,
summary {
	
	padding-top: 10px;
}


.course-content .content-items{
    list-style: none;
    line-height: 35px;
    padding-left: 0;
}

.course-content .content-items i{
    margin-right: 15px;
}


.course-content summary {
    display: flex;
    justify-content: space-between;
	border-top: 1px solid rgba(175, 174, 174, 0.39);
}

.course-content summary p img{
    width: 30px;
} 
.course-content summary p img:focus{

transform: rotate(-180deg);
}



/* Requirments section */

section.about-learn-sec .requirments{
    margin: 30px 0;
} 



/* description section */

section.about-learn-sec .description-sec{
    /* display: flex; */
    flex-direction: column;
    gap: 15px;
    padding-top: 30px;
    border-top: 1px solid #c4c4c4;
}

section.about-learn-sec .description-head h5{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    font-size: 13px;
}

section.about-learn-sec .description-sec h6{
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
}

section.about-learn-sec .description-sec p{
    font-size: 16px;
    opacity: 0.8;
}


/* Our Offering  */
section.offerings{
    background: var(--lt-color);
}
section.offerings .row{
    /*justify-content: space-between;*/
    gap: 20px;
}
section.offerings .col-4{
    padding: 25px;
    border: 1px solid #A5A5A4;
    border-radius: 10px;
    width: 32%;
    margin-bottom: 20px;
}
section.offerings .col-4:nth-child(odd){
    background: var(--white-color);
}
section.offerings .col-4:nth-child(even){
    background: var(--alternate-color);
}
.offering-card h3{
    font-size: 22px;
    position: relative;
}
.offering-card h3::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    height: 1px;
    background: var(--heading-color);
    z-index: 4;
}
.offering-card p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
}
.offering-card li{
    font-weight: 600;
    font-size: 14px;
}
.offering-card li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
    margin-bottom: 10px;
}
.offering-card .icon img{
    width: 32px;
    height: 32px;
}
.offering-card .icon{
    text-align: center;
    margin-bottom: 25px;
}


/* offering new section */

section.portfolio-sec .window{
    position: sticky;
    top: 10px;
}
section.portfolio-sec .col-4{
    position: relative;
}
section.portfolio-sec .window {
    width: 100%;
    margin: auto;
    border-radius: 20px;
    /* box-shadow: 0px 20px 46px 2px #bcc6ff; */
    cursor: n-resize;

  
    img {
      width: 100%;
      object-fit: cover;
      object-position: top;
      height: 350px;
      border-radius: 20px;
      transition: 8s all ease;
    }
  }
  section.portfolio-sec{
    background: var(--lt-color);
    text-align: center;
}  
section.portfolio-sec svg{
    width: 130px;
    fill: #fff;
    margin-bottom: 50px;
}
  section.portfolio-sec .credit {
    font-weight: 300;
    text-align: center;
    margin-top: 6rem;
    color: #b6bee8;
    font-size: 14px;
  
    &:hover {
      span {
        color: #e91e63;
      }
  
      a {
        color: #e91e63;
        border-color: #e91e63;
      }
    }
  
    section.portfolio-sec span {
      color: #b6bee8;
      transition: ease all 200ms;
    }
  
    section.portfolio-sec a {
      color: #b6bee8;
      transition: ease-in all 700ms;
      -webkit-text-decoration: none;
      text-decoration: none;
      border-bottom: 2px solid #b6bee8;
  
      &:hover {
        color: #fff;
        box-shadow: inset 0 -5.5rem 0 #e91e63;
        border-bottom: 2px solid #e91e63;
      }
    }
  }

  section.portfolio-sec .col-12.row{
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  section.portfolio-sec .col-12:nth-child(odd){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12:nth-child(even){
    background: var(--white-color);
  }
  section.portfolio-sec .col-12.row:nth-child(odd){
    flex-direction: row-reverse;
  }
  section.portfolio-sec .cont{
    text-align: left;
  }
  section.portfolio-sec .cont h2{
    font-size: 28px;
  }
  section.portfolio-sec .cont p{
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
  }
  section.portfolio-sec .cont hr{
    background: #00010B;
    width: 50%;
  }
  section.portfolio-sec .cont ul{
    display: flex;
    gap: 5px;
    flex-direction: column;
    /* margin-top: 20px; */
    padding-left: 20px;
  }
  section.portfolio-sec .cont ul li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
  }
  section.portfolio-sec .cont ul li{
    color: var(--black-color);
    font-size: 16px;
    list-style: disc;
  }
  section.portfolio-sec .cont ul li p{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont h6{
    margin-bottom: 0;
  }
  section.portfolio-sec .cont .client{
    color: #d9712d;
    font-size: 22px;
    font-weight: 700;
    font-family: var(--secondary-font);
    display: none;
  }
  /* section.portfolio-sec .col-12.row:hover .p-img{
    object-position: bottom;
  } */

/* cta section */

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}

.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: center;
    margin: 25px 0 0
}

.cta-section .left-sec .top-section ul li {
    padding-left: 0px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400
}
.cta-section .left-sec .top-section .btn-container .main-btn{
    border-radius: 30px;
}
.cta-section .left-sec .top-section ul li:before {
    content: "";
    background: url(../../../../../../../../themes/valuecoders/v6.0/images/home-images/tick-mark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}




/* form css */


section.form{
    background: var(--white-color);
}
section.form .form-social{
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
section.form .form-social a{
    font-size: 16px;
    color: var(--heading-color);
    font-weight: 500;
    border-bottom: 1px dashed var(--heading-color);
    padding-bottom: 3px;
}
section.form .form-social li i{
    color: var(--btn-color);
    margin-right: 5px;
    font-size: 16px;
}
section.form .col-6{
    padding: 0;
} 
section.form .form-cont {
    background: var(--lt-color);
    padding: 20px;
    height: 100%;
}
section.form ul.achievement{
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-bottom: 40px;
}
section.form ul.achievement li{
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 700;
    text-transform: capitalize;
}
section.form ul.achievement li i {
    /* font-size: 16px; */
    padding: 5px;
    border: 1px dashed var(--heading-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.form .trust{
    font-size: 26px;
    margin-bottom: 30px;
}
section.form ul.partners{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
section.form ul.partners li{
    width: 46%;
}
section.form ul.partners li img{
    height: 50px;
    width: auto;
}

section.form .form-sec{
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 20px;
}
section.form .form-sec input{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
    color: #1f0a00;
}
section.form .form-sec textarea{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;   
}
section.form .form-sec select{
    width: 100%;
    background-color: var(--lt-color);
    border: 1.4px solid rgba(255, 255, 255, 0);
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    transition: background-color .1s, border-color .1s;
}
section.form .form-sec button{
    background: green;
    border: none;
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid green;
    transition: .5s ease-in-out;    
}
section.form .form-sec button:hover{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/* courses section */

section.courses{
    background: var(--main-bg);
}

section.courses .card-img-top {
    height: 200px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

section.courses .course-price {
    font-size: var(--f16);
    font-weight: bold;
    color: #fff;
    opacity: .7;
}

section.courses .bestseller-badge {
    background-color: #e6f5d0;
    padding: 5px 10px;
    border-radius: 5px;
    color: green;
    font-size: 0.9rem;
    font-weight: bold;
    display: inline-block;
}

section.courses .course-rating {
    color: #ffc107;
}

section.courses .card-title {
    font-size: 1rem;
    min-height: 42px;
}

section.courses .card p{
    color: var(--white-color);
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
section.courses a{
    padding: 12px;
}

section.courses .card {
    border: none;
}
section.courses .owl-nav{
    display: flex !important;
    position: absolute;
    width: 100%;
    justify-content: space-between;
    top: 43%;
}
section.courses .owl-nav button{
    color: #00010B;
    background: var(--white-color);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

section.courses .card-body {
    text-align: left;
    border: 1px solid #ffffff33;
    background: var(--main-bg);
    border-radius: 0 0 8px 8px;
    border-top: none;
}

.not-found{
    text-align: center;
}
.not-found img{
    width: 90px;
    margin-bottom: 30px;
}
.head{
    text-align: center;
    margin-bottom: 40px;
}

.resource-btn{
    color: var(--white-color);
    border: none;
    border-bottom: 1px solid #ffffff6f;
    background: transparent;
}
.modal-title{
    color: var(--heading-color);
}
.modal-content{
    background: #3C4464 !important;
}

div#product-image {
    z-index: 0;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    .popup__content {
      max-width: 500px;
      overflow:auto;
      padding: 50px;
      background: radial-gradient(#ffffff, #A5A5A4);
      color: black;
      position: relative;
      top: 45%;
      left: 50%;
      border-radius: 14px;
      transform: translate(-50%, -50%);
      box-sizing: border-box;
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      .close {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 20px;
        display: block;
        span {
          cursor: pointer;
          position: fixed;
          width: 20px;
          height: 3px;
          background: #000;
          &:nth-child(1) {
            transform: rotate(45deg);
          }
          &:nth-child(2) {
            transform: rotate(135deg);
          }
        }
      }
    }
  }
  .r-btn {
    background: var(--btn-color);
    color: white;
    margin: 30px 0;
    padding: 15px 50px;
    cursor: pointer;
    border: none;
    border: 1px solid #fff;
    background: transparent;
	  transition: .4s ease in out;
	  font-family: var(--primary-font);
	  font-size: 18px;
  }
.r-btn:hover{
	background: var(--btn-color);
	border: 1px solid var(--btn-color);
}
  .popup__content img{
    width: 70px;
    margin-bottom: 20px;
  }
  .popup__content .row{
    justify-content: space-between;
  }
  .popup__content .col-6{
    width: 48%;
    border: 1px solid #060606a3;
    padding: 10px;
    border-radius: 10px;
  }
  .popup__content .col-6 p{
    margin-bottom: 0;
    font-size: 11px;
    color: var(--black-color);
    line-height: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
  }
  .popup__content h5{
    color: #000;
  }