/*
Theme Name: Divya Soft - IT Solutions
Theme URI: https://divyasoft.com
Author: Divya Soft
Author URI: https://divyasoft.com
Description: Professional IT Solutions WordPress theme for Divya Soft. Built with Elementor compatibility. Features modern design, responsive layout, and complete IT company sections including services, portfolio, team, and contact pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: divyasoft
Tags: business, portfolio, it-solutions, technology, elementor, responsive, modern

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

/* 
 * This is a child theme based on Hello Elementor
 * All styling is handled by Elementor templates
 * Custom styles can be added below
 */

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Divya Soft Brand Colors */
:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
    --accent-color: #f093fb;
    --text-dark: #333333;
    --text-light: #666666;
    --background-light: #f8f9fa;
}

/* Custom Divya Soft Styles */
.divyasoft-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: white;
    padding: 20px 0;
}

.divyasoft-logo {
    max-height: 60px;
    width: auto;
}

/* Responsive */
@media (max-width: 768px) {
    .divyasoft-logo {
        max-height: 45px;
    }
}

/* Elementor Compatibility */
.elementor-widget-container {
    word-wrap: break-word;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
