/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* system font use */
body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  /* Optional: improve font rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* sticky menu */
.ast-sticky-shrunk .main-header-menu .sub-menu .menu-link {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
/* blog single page heading */
.single-post .entry-title {
    text-transform: none !important;	
}
/* blog entry meta */
.entry-meta{
	display:none;
}
/* blog side bar */
a, .page-title {
  color: #007089;
}
/* blog paragraph */
.blog-paragraph{
	text-align:justify;
}
.has-text-align-justify {
	text-align: justify;
}
/* blog single post related post */
#secondary li {
  margin-bottom: .6em !important;
}
.wp-block-latest-posts > li > a {
font-size: 18px !important;
}

/*horizontal scroll*/
body, html { 
	overflow-x:hidden; 
}
/*contact form7 image captcha*/
.captcha-image {
  	border: 1px solid red;
	background-color: white;
}
.captcha-image label > input + svg{
	height: 50px;
    width: 50px;
}
/*double header on mobile solution*/
@media (max-width: 921px) { #ast-desktop-header { display: none !important; } }
@media (min-width: 922px) { #ast-mobile-header { display: none !important; } }
/*footer social icon*/
.footer-social-icon {
font-size:20px;
padding-right:8px;
color:#CF9A2C; 
}
.footer-social-icon:hover {
color:#007089;
}
/*blog content titles*/
h2, .entry-content h2, .entry-content h2 a{
  text-transform: none !important;
}
h3, .entry-content h2, .entry-content h3 a{
  text-transform: none !important;
}
/* University Tab Heading style*/
/*
.university-tab-heading{
    background: #27869B; 
	padding: 20px;
}
.university-tab-heading:hover{
   background:#60A5B4;
}	
*/
.elementor-widget-tabs .elementor-tabs-wrapper span {   	
    /*border-bottom:1px solid #000000;*/
}
.elementor-20427 .elementor-element.elementor-element-4f515a8 .elementor-tab-title{	
     border:1px solid #000000;	
     padding:20px;		
	 color: black;
}
/* Why Us home block */
.elementor-509 .elementor-icon-box-title a:hover{
	color:#CF9A2C !important;
}
/*Start our services home section block*/
/* Layout */
.home_services_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px; /* space between image and title */
}
/* Title */
a.home_services_title {
  text-decoration: none;
  font-weight: 600;   /* semi-bold */
  color: #007089;     /* normal state */
  transition: color 0.3s ease;
}
a.home_services_title:hover {
  color: #CF9A2C;     /* hover state */
}
/* Circle image container (only this has bg + shadow + hover) */
.image_wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #F5F5F7; /* normal */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.35s ease;
  cursor: pointer;
}
.image_wrapper:hover {
  background: #F0FAFC; /* hover */
}
/* Image transition (zoom + slight upward pan) */
img.home_services_image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  transform: translateZ(0);
  transition: transform 0.8s cubic-bezier(.2, .6, .2, 1);
  will-change: transform;
}
.image_wrapper:hover img.home_services_image {
  transform: scale(1.08) translateY(-6px);
}
/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .image_wrapper *,
  .image_wrapper {
    transition: none !important;
  }
}
/*End our services home section block*/
/*study destination home section block*/
a.home_study_destination_title:hover{
	color:#CF9A2C;
}
img.home_study_destination_image{  
	height: 172px;
	width: 172px;
	border-radius: 50%;
}
/*modify h1 tag style*/
.elementor-kit-501 h1 {
  text-transform: none !important;
}	
/*study with us button*/
a.BtnStudyWithUs{
 padding: 15px;
 border:2px solid #00819E;
 border-radius: 20px;  
 color: #000000;
 font-weight: 600;
}
a.BtnStudyWithUs:hover{
    background: #00819E;
    color:#ffffff;
}	
a.BtnStudyWithUs.active {
    background: #00819E;
    color: #ffffff;
}
/* custom cgpa-calculator  */
.cgpa-calculator {
    width: 500px;
	padding: 5px 15px 5px 15px;
    text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
label {
    display: block;
    margin-bottom: 10px;
}
input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}
button:hover {
    background-color: #3e8e41;
}
#result {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}
/* cta sticky top */
.cta-sticky-top .elementor-button-link {
  transform: rotate(270deg) translateX(0);
  position: fixed;
  top: 250px;
  right: -46px;
  background: red;
  padding: 20px 20px 10px 20px;
  border: 2px solid white;
  border-radius: 20px !important;
  color: white;
  font-weight: bold;
  font-size: 20px;
  letter-spacing:1px;
  z-index: 99999;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease;
  cursor: pointer;
}
.cta-sticky-top .elementor-button-link:hover {
  transform: rotate(270deg) translateX(0) translateY(-5px);
  border: 2px solid white;
  background: #007089;
}