/* @import url('http://example.com/example_style.css'); */
html{
  scroll-behavior: smooth;
}
.unique-header.light-header {
  background: #1b35a0 !important;
}

.hs-menu-wrapper .hs-menu-item {
  padding: 23px 6px;
}

.hs-menu-wrapper li.hs-menu-item a {
  color: #fff !important;
  font-weight: 400 !important;
  padding: 6px 20px !important;
  border-radius: 4px;
}

.hs-menu-wrapper .hs-menu-item a:hover {
  background: #ffffffab;
}

.banner-item-wrap .item-inner {
  width: fit-content;
  background: rgba(255, 255, 255, 0.85);
}

.bannner_description {
  margin-bottom: 24px;
}

.slider-main h1 {
  margin-bottom: 0px;
}

.banner-slider .overline {
  letter-spacing: 0;
  font-weight: 400;
}

.banner-item-wrap .btn.filled_btn.primary_color {
  background-color: #5673ef;
  font-size: 17px;
  font-weight: 400 !important;
  border-radius: 0px;
  padding: 14px 24px;
  box-shadow: none !important;
  filter: none !important;
}

.banner-item-wrap .item-inner {
  padding: 35px 50px 15px !important;
}

#hs_cos_wrapper_dnd_area-module-8_ {
  line-height: 1.2;
}

.iconboxstwo .inner-iconbox {
  background: #a9bcf0;
  padding: 15px;
  border-radius: 10px;
}

.iconboxstwo .img-icon {
  margin-top: -48px !important;
  width: 50px !important;
}

.iconboxstwo .icon-content-wrap {
  padding-left: 0px !important;
}

.iconboxstwo p {
  margin-bottom: 0;
  color: #1b35a0;
  padding: 4px 4px 0;
  font-size: 18px;
  line-height: 1.3;
}

.iconboxstwo div:last-child {
  max-width: 100% !important;
  flex-basis: 100% !important
}

.iconboxstwo .iconbox {
  padding: 45px 8px 0px !important;
}

#hs_cos_wrapper_dnd_area-module-12_ {
  line-height: 1.2;
  margin-bottom: 20px;
}

.row-number-10 .dnd_area-column-11-padding {
  padding: 50px !important;
  width: 60% !important;
  background: url('https://22167464.fs1.hubspotusercontent-na1.net/hub/22167464/hubfs/swirl-2-6850162823281.webp') no-repeat;
  background-size: cover;
}

.row-number-10 .dnd_area-column-15-padding {
  width: 40% !important;
  margin: 0px !important;
  padding: 0px !important;
  height: 100%;
  background: url(https://cdsaleskickoffs.com/hs-fs/hubfs/ax.png) no-repeat;
  background-size: cover;
}

.row-number-10 .dnd_area-column-15-padding img {
  display: none;
}

.row-number-10 .overline {
  margin-bottom: -6px;
}

/* Testimonial Start */
.testimonials-section {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  font-family: 'Arial', sans-serif;
}

.testimonials-header h4 {
  color: #6673f1;
  font-size: 16px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.testimonials-header h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.testimonials-header p {
  color: #555;
  font-size: 16px;
  max-width: 500px;
}

.testimonials-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  flex: 1 1 300px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-icon {
  font-size: 24px;
  color: #6673f1;
}

.stars {
  background: url(https://22167464.fs1.hubspotusercontent-na1.net/hub/22167464/hubfs/carbon-quotes-684ffe57d1acc.webp) no-repeat;
  background-size: 48px;
  padding: 10px 0;
  margin: 10px 0;
}

.stars img {
  float: right;
}

.testimonial-card p {
  font-size: 15px;
  color: #333;
  margin-bottom: 20px;
}

.user-info img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.user-info strong {
  font-size: 18px;
  font-family: Lato, sans-serif;
}

.user-info p {
  font-size: 13px;
  color: #4863d2;
  margin: 0;
}

/* Testimonial End */

/* CTA Section Start */
.cta-section {
  background-color: #5674f1;
  padding: 0 30px 30px;
  border-radius: 10px;
  color: #fff;
  margin: 40px 0;
}

.cta-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.cta-image img {
  width: 94%;
  padding-left: 80px;
}

.cta-content {
  flex: 1;
}

.cta-content h2 {
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
}

.cta-button {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  transition: background 0.3s, color 0.3s;
}  

.cta-button:hover {
  background: #fff;
  color: #5674f1;
}

/* CTA Section End */

/* IMg Section Start */
.event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 11px;
    position: relative;
  }

  .event-grid .eventimage1 {
    grid-row: span 2;
    max-width: 385px;
    height: 100%;
    object-fit: cover;
  }

  .event-grid .stats-box {
    background-color: #1B35A0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 240px;
    width: 100%;
  }

  .event-grid .statNum {
    display: flex;
  }

  .event-grid .stats-box span {
    font-size: 54px;
    font-weight: 500;
  }

  .event-grid .stats-box p {
    font-size: 24px;
    margin-top: 24px;
    color: white;
  }

  .event-grid .eventimage2 {
    object-fit: cover;
    position: absolute;
    width: auto;
    height: 250px;
    right: -10px;
    bottom: -65px;
  }
.row-number-2 .dnd_area-column-5-padding{
  width: 52%;
}
.row-number-2 .dnd_area-column-7-padding {
  width: 45%;
  margin- left: 0 !important;
  padding-left: 30px !important;    
}
/* IMg Section End */

/* Tabs Section Start */
.row-number-7 .heading-content {
  margin-bottom: 20px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: auto;
}

.service-card {
  border: 1px solid #ddd;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.card-content {
  padding: 1.5rem;
  flex: 1;
}

.card-icon {
  width: 40px;
  margin-bottom: 1rem;
}

.card-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}

.card-text {
    font-size: 16px;
    color: #6b7070;
    line-height: 1.7;
}

.card-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
#hs_cos_wrapper_widget_1752243801674 ul li {
      width: fit-content !important;
    display: contents;
}

#hs_cos_wrapper_widget_1752243801674 ul li a.hs-tabs__navitem--active{
    background: #5673ef;
    color: #fff;
}
#hs_cos_wrapper_widget_1752243801674 ul li .hs-tabs__navitem{
  border-top-right-radius: 8px;
   border-top-left-radius: 8px;
      width: 240px;
      padding: 12px 11px;
    height: fit-content;
     font-size: 18px;
  border-bottom: none !important;
}
#hs_cos_wrapper_widget_1752243801674 ul{
  border-bottom: 1px solid #5673ef;
}
#hs_cos_wrapper_widget_1752243801674 ul li .hs-tabs__navitem .icon{
  display: none;
}
#hs_cos_wrapper_widget_1752243801674 .two-column div:last-child{
  display: none;   
}
.service-card > img{
  height: 140px;
}

/* Tabs Section End */


/* Footer Section Start */
.footer {
  color: white;
  padding: 40px 20px;
  font-family: Lato, sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 250px;
  margin: 10px;
}

.footer-column h3 {
  font-size: 26px;
  margin-bottom: 14px;
  font-weight: 400;
  color: #fff;
}

.footer-column ul {
  list-style-type: disc;
  padding-left: 20px;
}

.footer-column ul li {
  margin-bottom: 8px;
  font-size: 16px;
}
.footer-column ul li a {
  color: white;
}
.footer-contact {
  flex: 1 1 250px;
  margin: 10px;
  font-size: 0.9rem;
}

.footer-contact p {
  margin-bottom: 4px;
  color: white;
}

.footer-contact .email {
  background: url('https://cdsaleskickoffs.com/hs-fs/hubfs/mail.png') left center no-repeat;
    background-size: 18px !important;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 14px;
    padding-top: 2px;
}
.footer-contact .phone {
  background: url('https://cdsaleskickoffs.com/hs-fs/hubfs/phone-receiver-silhouette.png') left center no-repeat;
}
.footer-contact .linkdin {
  background: url('https://cdsaleskickoffs.com/hs-fs/hubfs/linkedin.png') left center no-repeat;
}
.footer-contact .twitter {
  background: url('https://cdsaleskickoffs.com/hs-fs/hubfs/twitter.png') left center no-repeat;
}
.footer a, .footer-contact a {
  text-decoration: none !important;
}

.footer-contact a {
  color: white;
  text-decoration: underline;
}

.icon {
  width: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

/* Footer Section End */


/* Responsive */

@media(max-width: 1200px){
  .row-number-2 .dnd_area-column-5-padding {
  width: 65%;
  }
 .row-number-2 .dnd_area-column-7-padding {
    width: 100%;
    padding-left: 0px !important;
    margin-top: 82px;
   margin-left: 0px !important;
} 
  .row-number-2 {
    padding-bottom: 20px !important;
  }
  #hs_cos_wrapper_dnd_area-module-1 .b_left{
    background-size: cover !important;
  }
  .body-container-wrapper{
    margin-top: 0px !important;
  }
  
}
@media(max-width: 1024px){
  .row-number-10 .dnd_area-column-11-padding{
    width: 100% !important;
  }
  .row-number-10 .dnd_area-column-15-padding{
    display: none;
  }
  .row-number-14{
    padding: 0px 20px !important;
  }
  .slider-main h1 {
    font-size: 36px;
  }
  .dnd_area-row-4-padding{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .event-grid{
   max-width: 700px;
  }
  #hs_menu_wrapper_header_dnd_area-module-2_ ul{
    background: #1b35a0;
    padding: 15px 0;
  }
  .hs-menu-wrapper .hs-menu-item {
    padding: 4px 0;
  }
  .hs-menu-wrapper .hs-menu-item a {
    border-bottom: none !important;
    padding: 0px !important;
  }
  #hs_cos_wrapper_header_dnd_area-module-2_ .togglemenu span:before, #hs_cos_wrapper_header_dnd_area-module-2_ .togglemenu span:after {
    background-color: #fff;
    width: 23px !important;
  }
  #hs_cos_wrapper_header_dnd_area-module-2_ .togglemenu span{
    background-color: #fff !important;
  }
  #hs_cos_wrapper_header_dnd_area-module-2_ .togglemenu{
    width: 30px !important;
  }
  
} 
  
@media(max-width: 992px){
  .row-number-2 .dnd_area-column-5-padding{
    width: 100%;
  }
}
  
  
@media screen and (max-width: 768px) {

  /* Testimonial Start 768*/
  .testimonials-cards {
    flex-direction: column;
  }

  .testimonials-header h2 {
    font-size: 26px;
  }

  /* Testimonial End 768 */

  /* CTA Section 768 Start */
  .cta-container {
    flex-direction: column;
    text-align: center;
  }

  .cta-image img {
    width: 120px;
    height: 120px;
  }

  .cta-content h2 {
    font-size: 24px;
  }
  .cta-image{
    display: none;
  }
  .cta-container {
    padding: 40xp 0 18px;
  }

  /* CTA Section 768 End */

  /* Img Start start  */

  .img-overlay {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    margin-top: 1rem;
  }
  .#hs_cos_wrapper_widget_1752243801674 ul li .hs-tabs__navitem{
    width: 165px;
    padding: 12px 4px;
    font-size: 17px;
  }
   .slider-main h1 {
     font-size: 25px;
   }
  .event-grid{
   max-width: 100%;
  }
  .event-grid .stats-box span {
    font-size: 40px;
  }
}

@media (max-width: 549px) {
    .event-grid {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
    }
    .event-grid .eventimage2 {
        height: 180px;
        bottom: 210px;
    }
  .event-grid .eventimage1 {
    width: 355px;
  }
  .testimonials-section{
    flex-direction: column;
  }
  .event-grid .eventimage1{
    max-width: 100%;
    width: 100%;
  }
  #hs_cos_wrapper_dnd_area-module-8_, #hs_cos_wrapper_module_1752308023569_, #hs_cos_wrapper_dnd_area-module-12_ {
    font-size: 24px;
  }
  .banner-item-wrap .btn.filled_btn.primary_color{
    padding: 10px 12px !important;
  }
  .banner-item-wrap .item-inner {
    padding: 35px 30px 15px !important;
  }
  .footer {
    padding: 12px 0px 0px;
  }
  .event-grid .stats-box p{
    margin-bottom: 0px;
  }
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/