@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */

.new-section{width:100%;float:left;padding:20px 0 0 0;text-align:center;background: #f4f4f4;}
.logo_box{margin-bottom:5px !important;}
.new-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Optional spacing between images */
}

.img-wrapper img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* Wrap each image in a container to control overflow */
.new-section .img-wrapper {
  overflow: hidden;
  position: relative;
  flex: 1 1 calc(33.333% - 20px); /* 3 images per row with spacing */
}
.new-section .img-wrapper img:hover {
  transform: scale(1.03);
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.topbar_right li{ margin-left: 8px;
    display: inline-block;
    line-height: 0;
    font-size: 16px;}
.topbar_right li:first-child{ color:#fff;}
.topbar_right li a:hover{ opacity:0.7;}
.topbar_right{list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex
; */
    padding: 5px 0 20px 0;
    /* height: 100%; */
    /* display: flex
; */
    width: 100%;
    text-align: center;
    /* flex-direction: row; */
    /* align-items: center;*/ }
.new-section h{color: #000;font-size:25px;font-weight: 600; margin-bottom: 5px !important;padding: 20px 0 0 0;}
.new-section h2{color: #000;font-size: 25px;font-weight: 700; margin-bottom: 5px !important;letter-spacing:2px;}
.new-section h4{color: #000;font-size: 14px;font-weight: 600; }
.page-id-11 .row{display:none;}
.page-id-11 .hm-blog{display:none;}
.page-id-11 .content-row-11{display:none;}
.page-id-11 .footer{display:none;}
.copyright-row-2 ul li a{color:#fff;}
.copyright-row-2 ul li{margin-right: 35px !important;}
.header-call-new h3 {
	text-align: left;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 15px;
    margin: 0px;
    border-radius: 15px;
    line-height: 18px;
    color: #000;
    display: inline-block;
    background: url(http://s691948366.onlinehome.us/demo/trikaya/wp-content/uploads/2025/04/phone-call-2.png) 10px center no-repeat;
    padding-left: 50px !important;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
   
}

.download-row-1{width:100%;float:left;padding:60px 0;text-align:center;background: rgb(233,245,253);background: linear-gradient(180deg, rgba(233,245,253,1) 0%, rgba(255,255,255,1) 100%);}
.download-row-1 h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    font-family: 'Inter';
    margin-bottom: 10px !important;
}
#scroll_prompt.scroll-prompt {
    position: relative;
    z-index: 998;
    bottom: -105px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    height: 120px;
margin-top: -90px;
  }
  .scroll-prompt .scroll-prompt-arrow-container {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    -webkit-animation-name: bounce;
            animation-name: bounce;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .scroll-prompt .scroll-prompt-arrow {
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  .scroll-prompt .scroll-prompt-arrow:last-child {
    animation-direction: reverse;
    margin-top: -6px;
  }
  .scroll-prompt .scroll-prompt-arrow > div {
        width: 28px;
    height: 28px;
    border-right: 8px solid #000;
    border-bottom: 8px solid #000;
    transform: rotate(45deg) translateZ(1px);
  }
  
  @-webkit-keyframes opacity {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0.1;
    }
    20% {
      opacity: 0.2;
    }
    30% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.4;
    }
    50% {
      opacity: 0.5;
    }
    60% {
      opacity: 0.6;
    }
    70% {
      opacity: 0.7;
    }
    80% {
      opacity: 0.8;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes opacity {
    0% {
      opacity: 0;
    }
    10% {
      opacity: 0.1;
    }
    20% {
      opacity: 0.2;
    }
    30% {
      opacity: 0.3;
    }
    40% {
      opacity: 0.4;
    }
    50% {
      opacity: 0.5;
    }
    60% {
      opacity: 0.6;
    }
    70% {
      opacity: 0.7;
    }
    80% {
      opacity: 0.8;
    }
    90% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes bounce {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(3px);
    }
    20% {
      transform: translateY(6px);
    }
    30% {
      transform: translateY(9px);
    }
    40% {
      transform: translateY(12px);
    }
    50% {
      transform: translateY(15px);
    }
    60% {
      transform: translateY(18px);
    }
    70% {
      transform: translateY(21px);
    }
    80% {
      transform: translateY(24px);
    }
    90% {
      transform: translateY(27px);
    }
    100% {
      transform: translateY(30px);
    }
  }
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    10% {
      transform: translateY(3px);
    }
    20% {
      transform: translateY(6px);
    }
    30% {
      transform: translateY(9px);
    }
    40% {
      transform: translateY(12px);
    }
    50% {
      transform: translateY(15px);
    }
    60% {
      transform: translateY(18px);
    }
    70% {
      transform: translateY(21px);
    }
    80% {
      transform: translateY(24px);
    }
    90% {
      transform: translateY(27px);
    }
    100% {
      transform: translateY(30px);
    }
  }
.syllabus_btn {
	display:inline-block !important;
   font-size: 18px !important;
    color: #fff !important;
    font-weight: 300;
    border-radius: 10px;
    background: #232d52;
    padding: 12px 50px 12px 20px !important;
    margin-top: 15px !important;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    position: relative;
	left:0px !important;
	text-transform: capitalize;
}
.syllabus_btn:after{
	content: '';
    display: block;
    width: 27px;
    height: 27px;
    background-image: url(http://trikayasales.com/wp-content/uploads/2025/06/arrow-1-11.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    position: absolute !important;
    right: 28px !important;
    top: 20% !important;
    transform: translateY(-50%) !important;
    transition: transform 0.3s ease-in-out !important;
    rotate: 90deg;
}
.review_form{width:100% !important;}

.sitemap-row-1{width:100%;float:left;padding:60px 0;}
.li_with_tick ul {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}
.li_with_tick ul li {
    padding: 8px 0 8px 45px;
    background: url(http://trikayasales.com/wp-content/uploads/2025/09/tick.png) no-repeat left 12px;
    font-size: 18px;
	text-transform:capitalize;
}
.li_with_tick ul li a{text-transform:capitalize;}
.wsp-category-title{font-family: 'Inter';}
@media screen and (max-width: 768px) {
  .copyright-box {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 15px;
  }
  .copyright-row-2 ul li{text-align:center;}
}
@media (max-width: 1050px) {
    .about-row-1-col-1, .about-row-1-col-2{width:100% !important;float:left !important;}
	.about-row-1-col-1{margin-bottom:20px !important;}
}
@media screen and (max-width: 576px) {
  .header-call {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
  }

  .header-call span {
    margin-bottom: 8px;
  }

  .header-call h3,
  .header-call h3 a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
	.blog-detais-row-col-1, .blog-detais-row-col-2, .blog-row-1-col-1, .blog-row-1-col-2, .blg-btn-bx-left, .blg-btn-bx-right{width:100%!important;padding:20px;}
	.blog-detais-row-col-1{margin-bottom:30px !important;}
	.trusted-list-1-col-1, .trusted-list-1-col-2, .trusted-list-1-col-3{width:100% !important;border-right: none;padding-bottom: 40px;padding-right: none !important;}
}
@media only screen and (max-width: 768px) {
    .tab_set1 .resp-accordion.vresp-tab-active {
        color: #000 !important;
		font-family: 'Inter' !important;
    }
}
@media only screen and (max-width: 768px) {
    h2heading.resp-accordion {
        display: block;
        border-bottom: 1px solid rgb(229, 229, 229) !important;
    }
	.content-row-10 .resp-vtabs .vresp-tabs-container {
    	width: 100% !important;
}
	.content-row-10 .fg-default.fg-left{text-align:center;}
	.inner-title h1{font-size:26px;}
	.woocommerce-loop-product__title {line-height: 15px;font-size: 13px !important;}
}
@media screen and (max-width: 1100px) {
    .footer-box {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 600px){.footer-box{grid-template-columns:1fr; margin: 0 !important;}
}