/*
Theme Name: corporate Child
Template: corporate
Author: Child Theme Configurator
Author URI: #
Description: corporate is the Perfect Consulting Finane &amp; Business WordPress Theme. corporate is best suited for corporate website like Consultioial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc. This is a business theme that is help full for online presence for Corporate Business and Consultioial Firms.
Tags: accountant,advertising,agency,business,company,consulting,corporate,creative,finance,financial,insurance,marketing,multipurpose,software,startup
Version: 1.0.0.1747840609
Updated: 2025-05-21 20:46:49

*/
body .scroll-top {
    background: linear-gradient(90deg, #368FE1 0%, #002865 100%) !important;
}
@import url('../corporate/style.css');

@media screen and (max-width: 1199px) {
	#ct-header-default .ct-header-branding img, .ct-header-mobile .ct-header-branding img {
        max-height: 55px !important;
    }
}
#pagetitle {
	margin-top: -40px;}
.wpcf7-form-control.wpcf7-recaptcha.g-recaptcha {
	border: none !important;
	padding: 0px !important;
}
.wpcf7-form .wpcf7-form-control:not(.wpcf7-submit) {
margin-bottom: 20px;
    width: 100%;
    padding: 0 15px;
    border: 2px solid #EAEAEA;
    font-weight: 400;
    outline: 0;
    transition: all .3s linear;
    border-radius: 6px;
    background-color: #FFFFFF;
    font-size: 15px;
    height: 60px;
}
.wpcf7-form .wpcf7-validates-as-required
 {
    margin-left: 0px;
}
textarea {
    height: 130px !important;
    margin-bottom: 20px;
    padding: 10px 20px;
}
.tt-btn.elementor-button {
	margin-top: 25px;
    background-image: linear-gradient(90deg, #DE181E 0%, #96191B 100%);
    /* background-color: #69727d; */
    border-radius: 3px;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 2px 30px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.tt-btn.elementor-button-icon svg {
    width: 1em;
}
.elementor-button-text{
    display: inline-flex;
    align-items: center;
}
.red{
    color: #DE181E;
}
.font-gradient {
    background: linear-gradient(90deg, #368FE1 0%, #002865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 .milestone-slider-wrapper {
        margin: auto;
        position: relative;
    }
    .milestone-slider {
        position: relative;
    }
    .milestone-slide {
        display: none;
        background: #fff;
        border-radius: 10px;
//         box-shadow: 0 4px 12px rgba(0,0,0,0.1);
//         padding: 30px;
        margin: 10px 0;
    }
    .milestone-slide.active {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        animation: fadeIn 0.5s ease-in-out;
    }
    @keyframes fadeIn {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    .milestone-slide-content {
        display: flex;
        flex-wrap: wrap;
        align-items: normal;
        justify-content: space-between;
        width: 100%;
        gap: 20px;
    }
    .milestone-text {
/*         flex: 1 1 50%; */
		flex: 1 1 45%;
        text-align: left;
    }
    .milestone-title {
    font-family: Libre_Caslon_Text !important;
    color: #242D61;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0px;
    }
    .milestone-year {
        font-size: 16px;
        color: #777;
        margin-bottom: 10px;
    }
    .milestone-description {
        font-size: 16px;
        color: #444;
    }
    .milestone-image {
        flex: 1 1 50%;
    }

    .milestone-image img {
        width: 100%;
		min-height: 470px !important;
        border-radius: 10px !important;
        object-fit: cover;
    }

.milestone-controls {
    position: absolute;
    bottom: -26px;
    left: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    z-index: 10;
}

.milestone-controls button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #20235f;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background 0.3s;
}

.milestone-controls button:hover {
    background: #444;
}
@media (max-width: 479px) {
    .home .ct-heading .item--title {
        font-size: 18px !important;
    }
}
    @media (max-width: 768px) {
		 .milestone-image img {
        width: 100%;
        min-height: 230px !important;
    }
		.ct-heading .item--title {
			font-size: 18px !important;
		}
		.milestone-controls button {
    		width: 40px;
			height: 40px;
		}
        .milestone-slide.active {
            flex-direction: column;
        }

        .milestone-text, .milestone-image {
            flex: 1 1 100%;
        }

        .milestone-controls {
            top: auto;
            bottom: -56px;
            left: 10px;
            flex-direction: row;
        }
    }
@media screen and (max-width: 1199px) {
    #ct-header-elementor .ct-header-mobile {
        z-index: 4 !important;
    }
}

/* .client-names-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.client-name-item {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    border-radius: 6px;
    transition: background 0.3s, transform 0.3s;
    font-weight: 500;
}

.client-name-item:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}
 */
.client-names-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.client-name-item {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 0px;
    text-align: center;
    border-radius: 6px;
	color: #1b2336;
    transition: background 0.3s, transform 0.3s;
	font-size: 14px;
    font-weight: 600;
    min-height: 80px; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; 
}

.client-name-item:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

.client-name-item .dashicons {
    font-size: 20px;
    color: #555;
}

@media (max-width: 991px) {
    .client-names-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .client-names-grid {
        grid-template-columns: 1fr;
    }
}

.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {background-color: rgb(255 255 255 / 75%) !important;}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after
 {
     content: "";
    background-image: url('https://infodecodetech.in/azammiya/wp-content/uploads/2022/05/azammiya-logo.webp');
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px; 
    height: 90px;
    display: block;
    position: absolute;
 }
.client-logo-item{
	display: flex;
  justify-content: center;
  align-items: center; 
}

/* project */
.client-tabs-wrapper { text-align: center; margin: 30px 0; }
        .client-tabs { display: flex; gap: 10px; justify-content: center; margin-bottom: 20px;flex-wrap: wrap; }
        .tab-button1 {
			    line-height: 14px;
			font-size: 14px;
			color: black;
            padding: 10px 10px;
            border: none;
            background: #f0f0f0;
            cursor: pointer;
            font-weight: bold;
            border-radius: 5px;
			flex: 1;
    		max-width: 150px;
			min-height: 55px;
   			margin: 5px;
        }
        .tab-button1.active {
            border: 1px solid #755F41;
            background: linear-gradient(90deg, #368FE1 0%, #002865 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        }
		.tab-button1:hover {
			border: 1px solid #242D61; 
		}
		#client-tab-content {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: center;
}

.client-detail {
    width: 100%;
    max-width: 250px; 
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border: 2px solid transparent; /* Initial border */
    transition: border 0.3s ease;
}
		.client-detail:hover {
			border: 1px solid #242D61; 
		}


/* 		.client-title,
		.client-location,
		.client-detail:hover{
			color: #fff;
			background: #242D61;
		} */

/*         #client-tab-content {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        } */
/*         .client-detail {
            background: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        } */
        .client-title { font-size: 16px; font-weight: 600; margin: 0 0 10px; }
        .client-location { font-size: 14px; color: #555; }
        .client-location i { margin-right: 5px; color: #888; }
		/* Responsive adjustments */
@media (max-width: 768px) { /* Tablet and smaller screens */
	
    .tab-button {
        padding: 8px 16px;
        font-size: 14px;
    }

    #client-tab-content {
        grid-template-columns: 2fr; /* Single column layout for smaller screens */
    }

    .client-detail {
        width: 90%; /* Reduce the box width for smaller screens */
        max-width: none; /* Remove the max-width constraint */
    }
}

@media (max-width: 480px) { /* Mobile screens */
	.client-tabs {
		display: inline;}
    .tab-button {
        font-size: 12px; /* Smaller font for better fit */
        padding: 6px 12px;
    }
	 #client-tab-content {
        grid-template-columns: 2fr; /* Single column layout for smaller screens */
    }

    .client-detail {
        width: 100%; /* Full width for mobile screens */
        padding: 10px; /* Reduce padding for smaller screens */
    }
}
/* project */