/*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*/

/*homepage contact form code*/
/* Fix for Flag Icons not appearing */
.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png") !important;
    }
}

/* Matching your image styling for Desktop */
.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffffff;
    border: 1px solid #999; /* Grey border from your image */
    border-radius: 8px;
    height: 48px;           /* Match the height of your name/email inputs */
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.iti {
    width: 100%;
    display: flex !important; 
    gap: 50px; /* Creates the space between the +91 box and the number input */
}

#phone {
    flex: 1; /* Makes the number input take the rest of the space */
}button{
    background-color: #e27300;
    width:200px;
    font-weight:600;
    font-size:18px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
/*about us email code */
#email input{
    height:80px;
    border-radius: 15px;
    border:1px solid #0F314A;
}
 body {
  font-family: 'Plus Jakarta Sans', sans-serif;
}


/* Style the CF7 Submit Button to match the blue/purple gradient */
.quote-form-container input[type="submit"] {
    background: linear-gradient(to right, #2563eb, #4f46e5) ;
    color: white ;
    border: none ;
    padding: 15px 20px ;
    border-radius: 8px ;
    width: 100% ;
    font-weight: bold;
    cursor: pointer ;
}

/* Create the two-column row for Email and Phone */
.form-row {
    display: flex;
    gap: 15px;
}

/* Style the input boxes */
.quote-form-container input, 
.quote-form-container select, 
.quote-form-container textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Fix for Flag Icons not appearing */
.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png") !important;
    }
}

/* Matching your image styling for Desktop */
.iti--separate-dial-code .iti__selected-flag {
    background-color: #ffffff;
    border: 1px solid #999; /* Grey border from your image */
    border-radius: 8px;
    height: 48px;           /* Match the height of your name/email inputs */
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.iti {
    width: 100%;
    display: flex !important; 
    gap: 50px; /* Creates the space between the +91 box and the number input */
}

#phone {
    flex: 1; /* Makes the number input take the rest of the space */
}button{
    background-color: #0F314A;
    width:200px;
    font-weight:600;
    font-size:18px;
    font-family: 'poppins';
}
.elementor-1007 .elementor-element.elementor-element-d861fb8 .ekit-form form .ekit-form-input, .elementor-1007 .elementor-element.elementor-element-d861fb8 .ekit-form form select, .elementor-1007 .elementor-element.elementor-element-d861fb8 .ekit-form form input {
    margin-bottom: 41px;
    margin-top:30px
}
.ekit-wid-con .ekit-form form select {
    margin-top:30px;
}
/*internship image cARDS CODE*/
.img1 img{
    height:80px;
    width:80px;
}
.img1 img {

    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    /* Start at normal scale */
    transform: scale(1); 
}
.contain-box:hover .img1 img {
    transform: scale(0.8); /* Shrinks the image to 80% size */
}
.description h2{
    text-align: center;
  font-family: "poppins", sans-serif;
  color:black;
  font-weight:700;
  font-size:24px;
  margin-top:25px;
    
}
.description p{
    text-align: center;
  font-family: "poppins", sans-serif;
  color:black;  margin-top:25px;
  font-size:14px;
  font-weight:400;
    
}


