/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: #000;
}

::selection {
    background: #b565e9;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */

/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */


.my_menu_style li.menu-item:last-child a {
  padding: 12px 27px !important;
  background-image: linear-gradient(to right,#1e0333,#3a1363);
  border-radius: 10px;
  outline: solid 1px transparent;
  transition:all 0.5s linear;
}

.my_menu_style li.menu-item:last-child a:hover {
  background-image: linear-gradient(to left,#1e0333,#3a1363);
  color: #fff !important;
}
.remove_sec_sps .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.two_btn_list
{
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.two_btn_list li a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.5s linear;
  color: #fff;
  outline: solid 1px transparent;
  background-image: linear-gradient(to right,#1e0333,#3a1363);
}
.two_btn_list li a:hover
{
  background-image: linear-gradient(to left,#1e0333,#3a1363);
}

.two_btn_list li.white_border_btn a
{
  background-image: unset;
  outline-color: #fff;
}

.two_btn_list li.white_border_btn a:hover
{
  background-image: linear-gradient(to right,#1e0333,#3a1363);
  outline-color: transparent;
}

.center_btn_list ul {
  justify-content: center;
}
.top_bann_sec {
  padding: 25em 0px 10em;
}
.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.platform_list {
  display: flex;
  display: -webkit-flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
.platform_row {
  padding: 3em 0px;
  background-image: linear-gradient(to top,#1e0333,#3a1363);
}

.top_bann_large_title, .top_bann_small_title, .top_bann_txt, .section_title_small, .section_title_large,.section_txt {
  margin-bottom: 10px !important;
}
.purple_txt {
  color: #a24cfb;
}
.my_btn_style .elementor-button {
  padding: 13px 25px !important;
}
.book_featured_list {
  display: flex;
  display: -webkit-flex;
  gap: 15px;
  border-bottom: solid 1px #fff;
  margin-bottom: 18px;
  padding-bottom: 20px;
}
.my_counter_block {
  width: 100%;
  max-width: 50%;
  float: left;
  margin-bottom: 0px !important;
}
.my_counter_block .elementor-counter {
  display: flex;
  display: -webkit-flex;
  flex-flow: row-reverse;
}
.counter_stars_list .elementor-counter-title {
  flex: 0 0 75% !important;
  text-align: left !important;
  justify-content: flex-start !important;
  margin-top: 20px !important;
}
.counter_stars_list .elementor-counter-number-wrapper {
  flex: 0 0 25% !important;
}
.counter_stars_list .elementor-counter-title {
  position: relative;
  margin-top: 15px;
}
.counter_stars_list .elementor-counter-title:before {
  content: '';
  position: absolute;
  left: 0px;
  top: -15px;
  background-image: url('/landodding/wp-content/uploads/2026/03/book_sec_stars_icon.webp');
  width: 137px;
  height: 25px;
}
.book_sec {
  padding: 7em 0px;
}
.counter_row {
  background: #3a1363;
  padding: 2em;
  border-radius: 10px 10px 10px 25px;
}

.book_sec:after {
  content: '';
  position: absolute;
  right: 0px;
  /*bottom: 187px;*/
/*   bottom: 163px; */
	bottom: 151px;
  width: 550px;
  height: 184px;
  background: #3a1363;
}
.counter_row 
{
  position: relative;
  z-index: 1;
}

.author_sec {
  padding: 7em 0px;
}
.my_gradient_btn .elementor-button {
  background-image: linear-gradient(to right,#1e0333,#3a1363);
}
.my_gradient_btn .elementor-button:hover {
  background-image: linear-gradient(to left,#1e0333,#3a1363);
}

.video_sec {
  padding: 7em 0px;
}
.inner_row {
  margin-bottom: 25px;
}
.my_video_box, .my_video_box .elementor-open-lightbox,.my_video_box .elementor-open-lightbox {
  height: 464px;
  width: 100% !important;
}
.my_video_box .elementor-open-lightbox img {
  height: 464px;
  border-radius: 50px;
  object-fit: cover;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 4em 0px 3em;
}
.style_list ul li,.style_list ol li {
  position: relative;
  padding: 0px 0px 12px 30px;
}
.style_list ul li:before, .style_list ol li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 6px;
  width: 20px;
  height: 7px;
  background: #b565e9;
  border-radius: 0px 0px 0px 5px;
}
.blogs_sec,.testi_sec
{
  padding: 7em 0px;
}

.my_blogs_style .elementor-post__title {
  padding-bottom: 10px !important;
  position: relative;
}
.my_blogs_style .elementor-post__title:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #8950b1;
}
.my_blogs_style .elementor-post__read-more {
  position: relative;
}
.my_blogs_style .elementor-post__read-more:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 3px;
  background-image: url('/landodding/wp-content/uploads/2026/03/blog_arrow.webp');
  width: 14px;
  height: 15px;
}

.my_testi_style .elementor-main-swiper {
  width: 100% !important;
}
.my_testi_style .elementor-testimonial {
  padding: 15px !important;
  display: flex;
  display: -webkit-flex;
  flex-flow: column-reverse;
}
.my_testi_style .elementor-testimonial__footer {
  margin: 0px 0px 20px !important;
  justify-content: space-between;
  flex-flow: row-reverse;
}
.my_testi_style .elementor-testimonial__text {
  position: relative;
  padding-bottom: 65px !important;
}
.my_testi_style .elementor-testimonial__text:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-image: url('/landodding/wp-content/uploads/2026/03/testi_sec_stars.webp');
  width: 120px;
  height: 21px;
}

.my_testi_style .elementor-testimonial__text:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: -10px;
  background-image: url('/landodding/wp-content/uploads/2026/03/testi_sec_quote_icon.webp');
  width: 43px;
  height: 34px;
}
.my_testi_style .elementor-testimonial__cite {
  margin-left: 0px !important;
}
.my_testi_style .elementor-testimonial__image img {
  width: auto !important;
  height: auto !important;
  border: solid 1px #844cad;
}
.my_testi_style .swiper-pagination {
  position: relative !important;
  bottom: 0px !important;
  margin-top: 20px;
}
.my_testi_style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  transform: scale(1.2);
}
.my_testi_style .swiper-pagination-bullet {
  border-radius: 2px !important;
}

.cp_txt p {
  margin: 0px;
}
.cp_row {
  padding: 3px 0px;
}
.foo_top_sec {
  padding: 35px 0px;
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 8px;
}

.social_list a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #b565e9;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    border: solid 1px #b565e9;
    transition: all 0.5s linear;
}

.social_list a img {
    transition: all 0.5s linear;
}

.social_list a:hover {
    background: #fff;
}

.book_sec_inner {
  padding: 5em 0px;
}
.book_inner_sec {
  padding: 4em 0px;
}
.book_inner_sec .elementor-counter-title {
  flex: 0 0 auto;
}
.book_inner_sec .elementor-counter-title {
  flex: 0 0 auto !important;
}
.contact_inner_section {
    padding: 7em 0px;
    border-top: solid 3px #b565e9;
    border-bottom: solid 3px #b565e9;
}

.my_form_style input,.my_form_style textarea {
    padding: 12px 15px !important;
}

.my_form_style textarea {
    resize: none;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
    min-height: auto !important;
}

@media screen and (max-width: 1024px) {
    .container {
      width: 100%;
    }
    .book_sec:after {
      display: none
    }
}


@media screen and (max-width: 767px) {
    .remove_sp_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_menu_style .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -95px;
    }
    .page_home header {
      position: relative;
    }
    .elementor-widget-text-editor br,.elementor-heading-title br
    {
        display:none;
    }
    .platform_list {
      justify-content: center;
      gap: 15px;
      flex-flow: wrap;
    }
    .top_bann_sec {
      padding: 5em 0px;
    }
    .top_bann_large_title .elementor-heading-title {
      font-size: 45px !important;
    }
    .top_bann_small_title .elementor-heading-title {
      font-size: 32px !important;
    }
    .section_title_large .elementor-heading-title {
      font-size: 40px !important;
    }
    .book_sec,.author_sec,.blogs_sec, .testi_sec,.contact_inner_section
    {
      padding: 5em 0px;
    }
    .book_sec_inner {
      padding: 5em 0px 0em;
    }
    .author_sec .elementor-container.elementor-column-gap-default {
      flex-flow: column-reverse;
    }
    .author_img {
      margin-bottom: 35px;
    }
    .my_menu_style li.menu-item:last-child a {
      padding: 12px 20px !important;
      background-image: linear-gradient(to right,#FFF,#FFF);
      border-radius: 0px;
    }
    .my_menu_style li.menu-item:last-child a:hover {
      background-image: linear-gradient(to left,#000,#000);
      color: #B565E9 !important;
    }
}

@media screen and (max-width: 568px) {
    .my_counter_block {
      max-width: 100% !important;
    }
    .my_counter_block .elementor-counter {
      flex-flow: column-reverse;
    }
    .counter_stars_list .elementor-counter-number-wrapper {
      flex: 0 0 100% !important;
    }
    .counter_stars_list .elementor-counter-title {
      flex: 0 0 100% !important;
      justify-content: center !important;
      margin-top: 30px !important;
    }
    .counter_stars_list .elementor-counter-title::before {
      top: -25px;
      right: 0px;
      margin: 0 auto;
    }
    .my_counter_block br
    {
        display:none;
    }
    .section_title_large .elementor-heading-title {
        font-size: 32px !important;
    }
}
/* New css ends here */
