/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


html {
    overflow-x: hidden;
}

.grad-card{
    max-width: 400px !important;
        margin: 0 auto;
}

/* Hide the default radio input */
.wpcf7-radio input[type="radio"] {
    display: none;
}

/* Style the labels */
.buttons .wpcf7-list-item-label {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-radius: 27px;
  width: 179px;
  height: 54px;
    
}

/* Style for checked state */
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: #D9AE5F;

}

.wpcf7-radio input[type="radio"]:not(:checked) + .wpcf7-list-item-label {
  border: 2px solid #fff;
}

.academic-question p label {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

.custom-contact-form {
  text-align: center;
    color:#fff;
    max-width: 1280px;
  margin: 0 auto;
}
.custom-contact-form > *{
    font-family: "Rubik", Sans-serif !important;
}

.custom-contact-form input{
    font-family: "Rubik", Sans-serif !important;
}

.checkbox-terms input[type='checkbox'] {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 15px;
}

.checkbox-term .wpcf7-list-item-label {
  font-size: 18px;
}

.checkbox-terms label {
  display: flex;
  align-items: center;
  justify-content: center;
  
}



.form-submit .wpcf7-spinner {
  position: absolute;
  left: 50px;
}


.form-submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #fff;
  height: 59px;
  width: 180px;
  border-radius: 50px;
  background-color: #D9AE5F;
  border: none;
  font-weight: 500;
  font-size: 22px;
  
}

.personal-details input {
  width: 389px;
  height: 54px;
  background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 27px;
  text-align: right;
  border: none;
}

.personal-details {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 15px 0 30px 0;
}

.checkbox-terms {
  margin: 15px 0 30px 0;
}

.checkbox-terms .wpcf7-not-valid-tip {
  width: 100%;
  right: 0px;
  top: 20px;
}

.checkbox-terms input[type='checkbox'] {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 1px solid white;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.checkbox-terms input[type='checkbox']:checked::before {
    content: '✓';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 18px;
}

.personal-details input {
  padding-right: 15px;
  font-size: 18px;
  color: #0d1e40 !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: white;
  text-align: center;
  padding: 0px;
  position: absolute;
  width: 100%;
  bottom: -50px;
}

.wpcf7 form.sent .wpcf7-response-output{
      color: white;
  text-align: center;
  padding: 0px;
  position: absolute;
  width: 100%;
  bottom: -50px;
}

#second-strip{
    background: linear-gradient(77deg, rgba(18, 59, 95, 0.7) 0%, rgba(75, 141, 167, 0.7) 100%), url("/wp-content/uploads/2023/11/businesswoman-handshake-business-people-successful-business-concept.jpg") center center / cover no-repeat;
}

.created-by figure {
  display: flex;
  justify-content: end;
}

#bottom-strip .form-submit input {
  background-color: #20ADE5;
}

.yellow-number{
    color: #D9AE5F;
}

#all-rights .elementor-widget-container {
  height: auto;
}

.created-by .widget-image-caption.wp-caption-text {
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.grad-subtitle p {
    margin: 0;
}

.grad-desc {
    max-height: 206px;
    overflow: hidden; 
    position: relative;
    transition: max-height 0.5s ease; 
}

/* Ellipsis styling */
.grad-desc::after {
    content: "...";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,1));
}

.grad-desc-expanded {
    max-height: 1000px; 
    padding-right: 0;
}

.grad-desc-expanded::after {
    display: none;
}

#read-more{
    cursor:pointer;
}

.elementor-swiper-button-prev {
    width: 50px; 
    height: 50px; 
    /*left: -100px !important;*/
}

.elementor-swiper-button-prev svg {
    width: 50px !important;
    height: 50px !important;
}

.elementor-swiper-button-next {
    width: 50px; 
    height: 50px; 
    /*right: -100px !important;*/
}

.elementor-swiper-button-next svg {
    width: 50px !important;
    height: 50px !important;
}


/*Terms */
#terms-popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



@media only screen and (max-width: 768px) {
    .buttons .wpcf7-list-item-label {
      padding: 10px;
      margin: 0px;
      width: 100px;
      height: 50px;
    }

    .buttons .wpcf7-list-item.first {
        margin: 0px;
    }
    .form-submit .wpcf7-form-control.wpcf7-submit.has-spinner {
      height: 50px;
      width: 120px;
    }

.personal-details {
  flex-wrap: wrap;
}

.personal-details input {
  width: 100%;
  height: 50px;
  margin: 10px 0 10px 0;
}

.personal-details > * {
  padding: 0 5px 0 5px;
}

.personal-details .wpcf7-not-valid-tip {
  top: 30px;
}

.custom-contact-form .wpcf7 form.invalid .wpcf7-response-output {
  width: 100%;
  bottom: -50px;
  margin: 0 auto;
}

.created-by figure {
  justify-content: center;
  padding: 0 0 10px 0;
}

.checkbox-terms .wpcf7-list-item.first.last {
  margin: 0px;
}

.checkbox-terms {
  margin: 0px 0 30px 0;
}

.personal-details {
  margin: 15px 0 10px 0;
}

.elementor-swiper-button-prev {
    width: 30px; 
    height: 30px; 
    left: 0px !important;
}

.elementor-swiper-button-prev svg {
    width: 30px !important;
    height: 30px !important;
    right: -4px !important;
    position: relative;
}

.elementor-swiper-button-next {
    width: 30px; 
    height: 30px; 
    right: 0px !important;
}

.elementor-swiper-button-next svg {
    width: 30px !important;
    height: 30px !important;
    left: -4px !important;
    position: relative;
}

}




































