/*----------------------
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: url("/wp-content/uploads/2026/02/body_bg_img-scaled.webp") no-repeat center center;
    background-size: cover;
}

::selection {
    background: #3e163a;
    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 */



.remove_sec_sp .elementor-widget-wrap.elementor-element-populated {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.top_header {
  background: #fff7f9;
  padding: 2px 0px;
  border-bottom: solid 2px #492244;
}

.top_cover_img img {
    max-width: unset !important;
    position: relative;
    right: 4em;
}

.my_menu_style li.menu-item:last-child a {
  padding: 12px 22px !important;
  background: #492244;
  color: #fff !important;
  border: solid 1px #492244 !important;
  border-radius: 35px !important;
}
.my_menu_style li.menu-item:last-child a:after,.my_menu_style li.menu-item:last-child a:before
{
  display: none  
}
.my_menu_style li.menu-item:last-child a:hover {
  background: #fff !important;
  color: #492244 !important;
}
.my_menu_style li a:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 8px;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: #492244 !important;
  transition: all 0.5s linear;
}
.my_menu_style li a:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 3px;
  margin: 0 auto;
  width: 0px;
  height: 2px;
  background: #492244 !important;
  transition: all 0.5s linear;
}

.my_menu_style li:hover a:after,
.my_menu_style li.current_page_item a:after
{
  width:100%;
}

.my_menu_style li:hover a:before,
.my_menu_style li.current_page_item a:before
{
  width:20px;
}

.top_bann_large_title, .top_bann_small_title,.section_txt {
  margin-bottom: 10px !important;
}
.two_btn_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.two_btn_list a {
  display: inline-block;
  padding: 11px 23px;
  background: #492244;
  border: solid 1px #492244;
  border-radius: 35px;
  color: #fff;
  transition: all 0.5s linear;
}
.two_btn_list a:hover {
  background: #f65f8b;
  border-color: #f65f8b;
}
.two_btn_list li.purple_border_btn a {
  background: transparent;
  color: #492244;
}
.two_btn_list li.purple_border_btn a:hover
{
  background: #f65f8b;
  border-color: #f65f8b;
  color: #fff;
}


.page_home header {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  z-index: 1;
}
.page_home header .top_header {
  background: transparent !important;
}
.top_bann_sec {
  padding: 12em 0px 10em;
}
.top_bann_sec:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 40px;
  right: 0px;
  margin: 0 auto;
  background-image: url('/wp-content/uploads/2026/02/top_bann_after_icon.webp');
  width: 100%;
  height: 246px;
}

.platform_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
}
.platform_list a img {
  transition: all 0.5s linear;
}

.platform_row {
  padding: 2.5em 0px;
}


.author_single_img img {
  max-width: 150% !important;
  float: right;
  position: relative;
  left: 7em;
}
.list_of_author {
  display: flex;
  display: -webkit-flex;
  gap: 50px;
}
.list_of_author li {
  position: relative;
}
.list_of_author li:not(:last-child):after {
  content: '';
  position: absolute;
  right: -40px;
  top: -6px;
  background-image: url('/wp-content/uploads/2026/02/abt_sec_list_icon.webp');
  width: 35px;
  height: 35px;
}
.section_title_small,.section_title_large {
  margin-bottom: 10px !important;
}

.author_sec {
  padding: 3em 0px;
}

.book_pref_list {
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}
.book_pref_list li a {
  display: inline-block;
  padding: 4px 18px;
  background: #492244;
  border-radius: 35px;
  border: solid 1px #492244;
  color: #fff;
  transition: all 0.5s linear;
}
.book_pref_list li a img {
  margin-left: 5px;
}
.book_pref_list li a:hover {
  background: #f65f8b;
  border-color: #f65f8b;
}
.book_cover_single_img img {
  max-width: 140% !important;
  position: relative;
  right: 4em;
  /*top: -7em;*/
  margin-top: -10em;
  z-index: 1;
}
.book_pref_list_block {
  margin-bottom: 20px !important;
}
.book_counter_row {
  background: #492244;
  padding: 30px;
  border-radius: 100px;
  width: 100%;
  max-width: 79%;
  margin-top: -10em;
  position: relative;
  top: -2em;
}
.book_sec {
  padding: 5em 0px 5em;
}

.post-title {
  display: none;
}
.blog_inner_sec {
  padding: 5em 0px;
}
.style_list ul li,.style_list ol li {
  position: relative;
  padding: 0px 0px 12px 15px;
}
.style_list ul li:before, .style_list ol li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

blog_sec {
}
.blog_sec {
  padding: 5em 0px;
}
.my_blogs_style .elementor-post__thumbnail {
  border: solid 1px #000;
}
.my_blogs_style .elementor-post__thumbnail:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top,#000,transparent);
}
.my_blogs_style .elementor-post {
  position: relative;
}
.my_blogs_style .elementor-post:hover .elementor-post__text{
  bottom: 10px;
}
.my_blogs_style .elementor-post__text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 25px 25px;
  transition: all 0.5s linear;
}

.cp_txt p {
  margin: 0px;
}
.cp_row {
  padding: 5px 0px;
}
.social_list {
}
.social_list {
    display: flex;
    display: -webkit-flex;
    gap: 5px;
}

.social_list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: #3e163a;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    border: solid 1px #3e163a;
    transition: all 0.5s linear;
}

.social_list a img {
    transition: all 0.5s linear;
}

.social_list a:hover {
    background: #fff;
}
.social_list a:hover img {
    filter: invert(1);
}
.contact_list_block li a {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s linear;
}
.contact_list_block li a:hover {
    color: #492244;
}
.contact_list_block li:not(:last-child) {
    margin-bottom: 10px;
}
.contact_list_block .icon_box {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #492244;
    text-align: center;
    border-radius: 100px;
    margin-right: 6px;
}
.foo_top_sec {
    padding: 5em 0px 1em;
}


.subs_txt,.subs_txt p {
  margin: 0px !important;
}
.sub_title_txt {
  margin-bottom: 5px !important;
}
.foo_sub_sec {
  padding: 3em 0px;
}
.sub_form input {
  padding: 13px 15px 13px 50px !important;
}
.sub_form .elementor-button {
  padding: 18px 0px !important;
  min-height: auto !important;
}
.sub_form .elementor-field-type-email {
  position: relative;
}
.sub_form .elementor-field-type-email:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 16px;
  background-image: url('/wp-content/uploads/2026/02/footer_sub_email_icon.webp');
  width: 22px;
  height: 17px;
}

.footer_form input {
  padding: 12px 80px 12px 12px !important;
  min-height: auto !important;
}
.footer_form .elementor-button {
  padding: 0px !important;
  min-height: unset !important;
  width: 72px !important;
  height: 46px !important;
  flex-basis: unset !important;
  background-image: url('/wp-content/uploads/2026/02/foo_sub_btn_icon.webp');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  bottom: 3px;
}
.footer_form .elementor-button.elementor-size-sm span{
  font-size: 0px;
}

.inner_book_sec {
  padding: 7em 0px;
}
.inner_book_sec .book_cover_single_img img {
  width: 100%;
  margin-top: 0px;
  right: 0px;
}
.inner_book_sec .book_counter_row{
  margin-top: 50px;
  max-width: 100%;
  top: 0px;
}

.contact_inner_sec {
  padding: 7em 0px;
}
.my_contact_form {
}

.my_contact_form input,.my_contact_form textarea {
    padding: 13px 15px !important;
}

.my_contact_form textarea {
    resize: none;
}

.my_contact_form .elementor-button {
    padding: 18px 0px !important;
    min-height: auto !important;
}
.book_counter_row .elementor-column {
    position: relative;
}
.book_counter_row .elementor-column:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    border: 2px dashed #fff;
    width: 1px;
    height: 70px;
}
.book_counter_row .elementor-column:nth-child(3):after {
    display: none;
}

.book_video_sec {
  padding: 7em 0px;
  border-top: solid 4px #fa8aa6;
  border-bottom: solid 4px #fa8aa6;
}
.my_video_box, .my_video_box .elementor-open-lightbox,.my_video_box .elementor-custom-embed-image-overlay {
  height: 500px !important;
  width: 100%;
}
.my_video_box .elementor-custom-embed-image-overlay img {
  height: 500px !important;
  width: 100%;
  border-radius: 31px;
  border: solid 4px #F18AA7;
}

@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
    }  
    .top_cover_img img {
      max-width: 130% !important;
    }
    .top_bann_sec {
      padding: 8em 0px;
    }
    .platform_list {
      justify-content: center;
      gap: 22px;
      flex-flow: wrap;
    }
    .book_cover_single_img img {
      max-width: 120% !important;
      right: 0em;
    }
    .book_counter_row {
      max-width: 100%;
      margin-top: 0em;
      top: 0em;
    }
}
@media screen and (max-width: 767px) {
    .page_home header {
      position: relative;
    }
    .remove_mob_sps .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: -63px;
    }
    .top_bann_sec::before,.elementor-widget-heading br,.elementor-widget-text-editor br,
    .book_counter_row .elementor-column:not(:last-child)::after,.my_menu_style li a::after,
    .my_menu_style li a::before
    {
        display:none;
    }
    .top_bann_sec .elementor-container.elementor-column-gap-default,
    .book_sec .elementor-container.elementor-column-gap-default,
    .inner_book_sec .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .top_bann_sec,.book_video_sec,.contact_inner_sec
    {
        padding: 5em 0px;
    }
    .top_cover_img img {
        max-width: 100% !important;
        right: 0px !important;
    }
    .author_single_img img {
      max-width: 100% !important;
      float: none;
      position: relative;
      left: 0em;
    }
    .book_sec {
      padding: 1em 0px 5em;
    }
    .book_cover_single_img 
    {
      margin-bottom:35px;  
    }
    .book_cover_single_img img {
        max-width: 100% !important;
        margin-top: 0em;
    }
    .top_bann_large_title .elementor-heading-title {
      font-size: 55px !important;
    }
    .section_title_large .elementor-heading-title {
      font-size: 45px !important;
    }
    .book_counter_row {
      padding: 20px;
      border-radius: 25px;
      margin-top: 2em;
    }
    .my_menu_style li.menu-item:last-child a {
      border-radius: 0px !important;
    }
    .book_pref_list,.two_btn_list
    {
        flex-flow: wrap;
    }
    .two_btn_list a {
      padding: 10px 20px;
      font-size: 15px;
    }
    .book_counter_row .elementor-container.elementor-column-gap-default {
      flex-flow: wrap;
      justify-content: center;
    }
    .book_counter_row .elementor-container.elementor-column-gap-default .elementor-column {
      flex: 0 0 50%;
    }
    .book_counter_row .elementor-container.elementor-column-gap-default .elementor-column:last-child {
      flex: 0 0 100%;
    }
    .foo_sub_sec {
      padding: 2em 0px;
    }
    .sub_form .elementor-button {
      padding: 15px 0px !important;
      border-radius: 10px !important;
      margin-top: 10px;
    }
    .sub_form input {
      border-radius: 10px !important;
    }
    .foo_top_sec {
      padding: 1em 0px;
    }
    .my_video_box .elementor-custom-embed-image-overlay img,
    .my_video_box, .my_video_box .elementor-open-lightbox, .my_video_box .elementor-custom-embed-image-overlay
    {
      height: 450px !important;
    }
    .author_sec {
      padding: 1em 0px;
    }
    .inner_book_sec {
      padding: 4em 0px;
    }
    .inner_book_sec .book_counter_row {
      margin-top: 0px;
    }
}

@media screen and (max-width: 480px) {
    .author_sec .elementor-widget-wrap.elementor-element-populated,
    .book_sec .elementor-widget-wrap.elementor-element-populated,
    .inner_book_sec .elementor-widget-wrap.elementor-element-populated,
    .contact_inner_sec .elementor-widget-wrap.elementor-element-populated
    {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .my_counter_list .elementor-counter-title {
      text-align: center;
    }
}
/* New css ends here */
