/*!
Theme Name: Aggieland Software Light Theme 
Theme URI: https://aggielandsoftware.com/
Author: Aggielandsoftware.com
Author URI: https://aggielandsoftware.com/
Description: Aggieland helps organizations modernize operations through AI-powered workflows, Microsoft technologies, and enterprise software designed for measurable business outcomes. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whiteaggieland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

whiteaggieland is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* ==========================
   Helvetica Neue Font Stack
========================== */

body,
button,
input,
textarea,
select {
    font-family:
        "Helvetica Neue",
        "HelveticaNeue",
        "Helvetica Neue LT Std",
        Helvetica,
        Arial,
        sans-serif;
}

/* Font Weights */
.font-thin {
    font-weight: 100;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.font-black {
    font-weight: 900;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    background:#fff;
}

a{
    text-decoration:none;
}

ul{
    list-style:none;
}

.site-header{
    width:100%;
    background:#F7F7F7;
    border-bottom:1px solid #eee;
    position:relative;
    z-index:999;
}

.container{
    max-width:1214px;
    margin:auto;
    padding:0 20px;

}

.container .top-navigation{	
    display:flex;
    align-items:center;
    justify-content:space-between;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 15px;
}



.logo img{
    height:55px;
}

.navbar ul{
    display:flex;
    align-items:center;
    gap:55px;
}

.navbar ul li a{
    font-size:16px;
    color:#1A1A1E;
    font-weight:300;
    transition:.3s;
}

.navbar ul li a:hover,
.navbar ul li a.active{
    color:#cf2f2f;
}

.contact-btn{
    background:#c92a2a;
    color:#fff;
    padding:14px 15px;
    border-radius:50px;
    font-size:16px;
    font-weight:300;
    display:inline-block;
}

.contact-btn:hover{
    background:#b42323;
}

.mobile-btn{
    display:none;
}

.menu-toggle{
    width:32px;
    height:24px;
    display:none;
    flex-direction:column;
    justify-content:space-between;
    background:none;
    border:none;
    cursor:pointer;
}

.menu-toggle span{
    width:100%;
    height:3px;
    background:#222;
    border-radius:20px;
    transition:.3s;
}

/* Active Hamburger */

.menu-toggle.active span:nth-child(1){
    transform:rotate(45deg) translate(6px,6px);
}

.menu-toggle.active span:nth-child(2){
    opacity:0;
}

.menu-toggle.active span:nth-child(3){
    transform:rotate(-45deg) translate(8px,-8px);
}

/* ==========================
        Mobile
========================== */

@media(max-width:991px){



    .desktop-btn{
        display:none;
    }

    .menu-toggle{
        display:flex;
    }

    .navbar{
        position:absolute;
        left:0;
        top:100%;
        width:100%;
        background:#fff;
        padding:0;
        overflow:hidden;

        max-height:0;
        transition:.4s ease;
        box-shadow:0 15px 30px rgba(0,0,0,.08);
    }

    .navbar.active{
        max-height:500px;
        padding:30px 0;
    }

    .navbar ul{
        flex-direction:column;
        gap:25px;
    }

    .navbar ul li a{
        font-size:18px;
    }

    .mobile-btn{
        display:table;
        margin:30px auto 0;
    }

    .logo img{
        height:45px;
    }
}



.footer{
    background:#f7f7f7;
	padding-top: 55px;
}



.footer-logo{
    margin-bottom:40px;
}

.footer-logo img{
    width:160px;
}

.footer-content{
    max-width:1100px;
    margin-bottom:50px;
}

.footer-content p{
	
font-weight: 300;
font-style: Light;
font-size: 20px;
line-height: 35px;
letter-spacing: 0%;
color: #70708E;
}

.footer-contact{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:50px;
    margin-bottom:80px;
}

.contact-item{
    display:flex;
    gap:18px;
}

.icon-box{
    width:60px;
    height:60px;
    border-radius:18px;
    background:#efeff3;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#b2b3c5;
    font-size:24px;
    flex-shrink:0;
}

.contact-content span{
    display:block;
    color:#77789b;
    font-size:20px;
    margin-bottom:5px;
}

.contact-content a,
.contact-content p{
    color:#303030;
    font-size:16px;
    text-decoration:none;
    line-height:1.6;
}

.footer-links{
    display:grid;
    grid-template-columns:2.2fr 1.9fr 1fr 1fr;
    gap:70px;
}

.footer-col h4{
    font-size:18px;
    font-weight:700;
    color:#222;
    margin-bottom:30px;
}

.footer-col ul{
    margin:0;
    padding:0;
    list-style:none;
}

.footer-col li{
    margin-bottom:20px;
}

.footer-col a{
    color:#77789b;
    font-size:16px;
    text-decoration:none;
    transition:.3s;
}

.footer-col a:hover{
    color:#d92626;
}

.footer-bottom{
    border-top:1px solid #e4e4e4;
    text-align:center;
    color:#77789b;
    font-size:20px;
    padding:30px 0;
	font-weight: 300;
}

@media(max-width:991px){

    .footer-contact{
        grid-template-columns:1fr;
    }

    .footer-links{
        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:767px){

    .footer-links{
        grid-template-columns:1fr;
    }

    .footer-content p{
        font-size:16px;
        line-height: 18px;
    }
    .footer-links{
        gap: 30px;
    }
    .footer-bottom{
        font-size: 16px;
    }

}



.elementor .button-primary {
    border: 1px solid transparent;
    transition: all .35s ease;
}

.elementor .button-primary:hover {
    border-color: rgba(255,255,255,.35);
    box-shadow:
        0 10px 25px rgba(239,44,52,.25),
        inset 0 0 0 1px rgba(255,255,255,.15);
    transform: translateY(-2px);
}

.elementor .white-btn{
    transition: all .35s ease;
}

.elementor .white-btn:hover{   
    box-shadow:
        0 10px 25px rgba(203,203,203,1),
        inset 0 0 0 1px rgba(255,255,255,.15);
    transform: translateY(-2px);
}

.home-sec-2{
    position: relative;
}

.home-sec-2:after{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    bottom: 0px;
    content: '';
    background: #FFF;
    z-index: 1;
}



/* Top Left Cut */
.Section-1{
    clip-path: polygon(
        30px 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%,
        0 30px
    );

    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Top Left Cut */
.Section-1:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: white; /* page background color */
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Bottom Right Cut */
.Section-1:after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: white; /* page background color */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


.video-picture{
    
}


/* Top Left Cut */
.elementor .video-picture{
    clip-path: polygon(
        70px 0,
        100% 0,
        100% calc(100% - 70px),
        calc(100% - 70px) 100%,
        0 100%,
        0 70px
    );

    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

/* Top Left Cut */
.elementor .video-picture:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: white; /* page background color */
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Bottom Right Cut */
.elementor .video-picture:after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    background: white; /* page background color */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}


.video-picture img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.elementor .play-icon-sc2{
    transform: translate(-50%, -50%);
}



.Section-3{
    clip-path: polygon(
        80px 0,
        100% 0,
        100% calc(100% - 80px),
        calc(100% - 80px) 100%,
        0 100%,
        0 80px
    );

    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

/* Top Left Cut */
.Section-3:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: white; /* page background color */
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

/* Bottom Right Cut */
.Section-3:after{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: white; /* page background color */
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.elementor {
     font-family:
        "Helvetica Neue",
        "HelveticaNeue",
        "Helvetica Neue LT Std",
        Helvetica,
        Arial,
        sans-serif !important;
}



.elementor .cs-item .elementor-icon-box-title{
    width: calc(100% - 180px);
    height: 270px;
}
.elementor .cs-item:hover  .elementor-icon-box-description{
    
    color: #fff !important;
    
}

.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a, .elementor-widget-icon-box .elementor-icon-box-description{
 font-family:
        "Helvetica Neue",
        "HelveticaNeue",
        "Helvetica Neue LT Std",
        Helvetica,
        Arial,
        sans-serif !important;
}


.cs-item-title{
     width: calc(100% - 180px);
}

.elementor .cs-item-cont{
    transition: .25s;
}

.elementor .cs-item-cont:hover{
    background-color: #cf2f2f;
    color: white;
}

.elementor .cs-item-cont:hover .cs-item-title{
    color: white;
}

.elementor .cs-item-cont:hover .cs-items-desc{
    color: white;
}


.elementor .Section-7{
   background: #1A1A1E;
    position: relative;
    height: 536px;
}

.elementor .Section-7 .sec-7cont{
    /*
    min-height: 500px;
    clip-path: polygon(
        0 15%,
        12% 15%,
        21% 0,
        79% 0,
        88% 15%,
        100% 15%,
        100% 100%,
        0 100%
    );
    background: #1A1A1E;
    */
    max-width: 900px;
    margin: 0px auto;
}

@media(max-width:1200px){
    .elementor .Section-7{
    height: auto;
        padding-top: 70px;
        padding-bottom: 70px;
}
    .elementor .sc-2-pic-bg, .elementor .ai-project-banner{
        display: none !important;
    }
}


@media(max-width:750px){
    .elementor .Section-7{
   background: #1A1A1E;
    position: relative;
    height: auto;
        padding-bottom: 40px;
}
}





































