/* 
    font-family: 'DM Sans';
    font-family: 'Polymath Display Demo';
    font-family: 'Polymath Demo';
    font-family: 'Sometype Mono';
*/

/*------------ |-- Global CSS --| -------------*/
    :root {
        --title-color: #04101F;
        --title-1A2B3D: #1A2B3D;
        --tx-5C7185 : #5C7185;
        --tx-5A6B7D : #5A6B7D;
        --tx-4A5E72 : #4A5E72;
        --btn-bg : #0FA888;
        --purply-blue : #6C5CE7;
        --dark-green : #0FA888;
        --dark-orange : #F55E25;
    } 
    *,
    *::after,
    *::before{
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        list-style: none;
        list-style-type: none;
        text-decoration: none;
    }

    html { scroll-behavior: smooth; }
    body {  
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        color: #5C7185;
        font-size: 20px;
        line-height: 24px;
        font-weight:400 ;
        width: 100%;
        font-family: 'Polymath Demo';
        letter-spacing: 0.32px;
    }

    h1,h2,h3,h4,h5,h6 { 
	    padding-bottom:15px;   
	    font-weight:500;
	    color: var(--title-color);
	    margin: 0;
	    letter-spacing:0.64px;
        line-height: 120%;
        font-family: 'Polymath Display Demo';
	}

	h4,h5,h6 { padding-bottom:10px; }

	h1 , .h1 { font-size: 72px;  line-height: 120%; }
	h2 , .h2 { font-size: 48px;  line-height: 120%; }
	h3 , .h3 { font-size: 32px;  line-height: 120%; }
	h4 , .h4 { font-size: 24px;  line-height: 34px; }
	h5 , .h5 { font-size: 20px;  line-height: 26px; }
	h6 , .h6 { font-size: 16px;  line-height: 24px; }

    p {  
        font-family: Polymath Demo;
        font-weight: 400;
        font-size: 20px;
        line-height:28px;
        letter-spacing: 0.32px;
        margin: 0 0 20px;
    }

    .tx-12 p , .tx-12 , .tx-12 li { font-size: 12px; line-height: 20px; }
    .tx-18 p , .tx-18 , .tx-18 li { font-size: 18px; line-height: 24px }



	
/*-------- |-- DISPLAY FLEX STRUCTER CSS  --| -----------*/
    
    .wd-100 {  box-sizing: border-box;  line-height: 0; }

    .d-flex { display:flex;  justify-content:space-between; gap:30px; }
    .d-grid3 { 
        display: grid;
        grid-gap: 35px;
        grid-template-columns: repeat(3, 1fr);
    }

    .align-center { align-items: center; }

    .d-gap-10 { gap:10px; }
    .d-gap-20 { gap:20px; }


/*---- |-- REGULAR CSS --| ------*/
    .container {
        max-width: 1200px;
        margin:0 auto;
    }

    .sec-spcing { padding:120px 40px; }
    .sec-spcing-sm { padding:80px 40px; }

    .pb-10 { padding-bottom: 10px; }
    .pb-15 { padding-bottom: 15px; }
    .pb-20 { padding-bottom: 20px; }
    .pb-30 { padding-bottom: 30px; }
    .pb-40 { padding-bottom: 40px; }
    
    .mt-10 { margin-top: 10px; }
    .mt-20 { margin-top: 20px; }
    .mt-30 { margin-top: 30px; }

    .pt-0 { padding-top:0!important; }
    .pb-0 { padding-bottom:0!important; }
    .pd-0 { padding: 0px!important; }

    .mb-0 { margin-bottom: 0px!important; }
    .mt-0 { margin-bottom: 0px!important; }

    img { max-width:100%; height:auto; }
    .ig-100 { max-width: 100%; height: auto; position: relative;  width: 100%; }

    .tx-center { text-align:center; }
       
    .buttons { position: relative; margin-top: 10px; }
    .buttons .btn {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 14px 24px;
        color: #081425;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.32px;
        font-weight: 600;
        text-decoration: none;
        background: var(--btn-bg);
        color: #fff;
        border: 1px solid;
        border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.25) -2.5%, rgba(255, 255, 255, 0.125) 100%);
        border-radius: 10px;
        box-shadow: 0px 0px 8px 0px #FFFFFF54 inset;
        transition: 0.3s all;
    }
    .buttons .btn:hover { 
        background: var(--purply-blue);
    }  


/*------ |-- Header Part CSS --| ----*/
    .page-template-templateshome-temp-php .site header#masthead {
        display: none!important;
    }
    .main-header {
        position: absolute;
        z-index: 99;
        padding: 25px 40px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
     .main-header  .head-wrapper {
        box-shadow: 0px 15px 80px 0px #00000014;
    }
    .main-header .menu-inner {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        min-height: 74px;
        padding: 0 25px;
        background: #fff;
        border-radius: 11px;
        box-shadow: 0 28px 65px rgba(8, 20, 37, 0.12);
    }
    .main-header .head-logo img {
        display: block;
        max-width: 150px;
        height: auto;
    }

 /* --- Navigation Menu (Desktop) --- */
    .main-header .head-menu {
        flex: 1;
        display: flex;
        justify-content: center;
    }
    .main-header .head-menu > ul {
        display: flex;
        align-items: center;
        gap: 28px;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .main-header .head-menu li {
        position: relative;
    }
    .main-header .head-menu a {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #4b4542;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .main-header .head-menu a:hover,
    .main-header .head-menu li.is-open > a {
        color: #081425;
    }

    /* Dropdown Arrow Icon */
    .main-header .head-menu .menu-item-has-children > a::after {
        content: "";
        width: 6px;
        height: 6px;
        margin-top: -2px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }
    .main-header .head-menu .menu-item-has-children:hover > a::after,
    .main-header .head-menu .menu-item-has-children.is-open > a::after {
        transform: translateY(2px) rotate(225deg);
    }

/*--- Sub menu-Dropdown ---*/
    .main-header .head-menu .sub-menu {
        position: absolute;
        top: calc(100% + 15px);
        left: 50%;
        min-width: 200px;
        padding: 8px;
        background: #fff;
        border: 1px solid rgba(8, 20, 37, 0.08);
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(8, 20, 37, 0.12);
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, 10px);
        transition: all 0.2s ease;
        list-style: none;
        z-index: 100;
    }
    .main-header .head-menu .sub-menu::before {
        content: "";
        position: absolute;
        left: 0; right: 0; top: -15px;
        height: 15px;
    }
    .main-header .head-menu .sub-menu a {
        padding: 10px 12px;
        border-radius: 6px;
        color: #394353;
        white-space: nowrap;
    }
    .main-header .head-menu .sub-menu a:hover {
        background: #f4f7fa;
        color: #081425;
    }


/* --- Buttons --- */
    .main-header .head-butttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .main-header .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        padding: 0 14px;
        color: #081425;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
        background: linear-gradient(180deg, #fff 0%, #f4f6f8 100%);
        border: 1px solid rgba(8, 20, 37, 0.13);
        border-radius: 9px;
        box-shadow: 0 1px 2px rgba(8, 20, 37, 0.08);
        white-space: nowrap;
    }

/* --- Menu Toggle Button (Hamburger) --- */
    .main-header .menu-toggle {
        display: none;
        width: 40px;
        height: 40px;
        padding: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        background: #fff;
        border: 1px solid rgba(8, 20, 37, 0.12);
        border-radius: 9px;
        cursor: pointer;
    }
    .main-header .menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        background: #081425;
        border-radius: 2px;
        transition: 0.2s ease;
    }
    .main-header .menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .main-header .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
    .main-header .menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/*------ |-- Page Css Start --| ----*/

    .hm-hero-section { 
        padding: 300px 40px 100px; 
        background: linear-gradient(12.23deg, #FFFFFF 40.58%, #CBCBCB 89.88%);
    }
    .hm-trusted-badge.d-flex {
        box-shadow: 0px 0px 70px 0px #3543543D;
        box-shadow: 0px -3px 8px 0px #00000033 inset;
        padding: 10px;
        max-width: 320px;
        margin: 0 auto 30px;
        background: #FFFFFF;
        border-radius: 100px;
        padding: 10px 20px;
    }
    .hm-hero-smallimg.d-flex {
        max-width: 270px;
        margin: 0 auto;
        gap: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    } 
    .hm-row-titles h1 {
        max-width: 900px;
        margin: 0 auto;
    }

/*------ |-- Page Css End --| ----*/


/*------ |-- Footer Part CSS --| ----*/  
    .page-template-templateshome-temp-php footer#colophon {
        display: none;
    }
    .footer-section {
        background: linear-gradient(180deg, #0C1322 -9.88%, #00000E 95.57%);
        padding: 80px 40px;
        box-sizing: border-box;
    }
    .footer-section .row-inner {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .footer-section .ftr-row-header {
        padding-bottom: 40px;
    }
    .footer-section .row-inner * { 
        font-size:16px;
        line-height:24px;
        color:#B0BEC8; 
        letter-spacing:0.32px;

    }

    .footer-section .col-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .ftr-row-header .buttons .btn {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 12.5%, rgba(183, 183, 183, 0.2) 100%);
        border: 1px solid #FFFFFF33;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 20px;
        color: #FFFFFF;
        border-radius: 6px;
        box-shadow: none;
    }


    .footer-section .ftr-row-menuinner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
        padding-top: 10px;
        padding-bottom: 40px;
        border-bottom: 1px solid #161c2c;
    }
    .ftr-row-menuinner .column-title {
        letter-spacing: 0.09px;
        font-family: 'Sometype Mono';
        font-weight: 400;
        color: #fff;
        margin: 0 0 15px 0;
        padding-bottom: 15px;
        border-bottom: solid 1px #243243;
    }   
    .ftr-row-menuinner .ftr-column li {
        margin-bottom: 12px;
    }
    .ftr-row-menuinner .ftr-column li a {
        text-decoration: none;
        transition: color 0.25s ease;
        display: inline-block;
    }   
    .ftr-row-menuinner .ftr-column li a:hover {
        color: #ffffff;
    }
    .footer-section .ftr-row-partnersocial {
        align-items: center;
        padding:40px 0;
        border-top: 1px solid #243243;
        border-bottom: 1px solid #243243;
    }
    .ftr-row-partnersocial .ftr-column .ftr-amazons-box ,
    .ftr-row-partnersocial .ftr-socialicon-box,
    .ftr-socialicon-box .ftr-social-icons{
        display: flex;
        align-items: center;
        gap: 15px;
    }
    .ftr-row-partnersocial .ftr-amazons-img {
        max-width: 120px;
        height: 120px;
    }
    .ftr-amazons-txt p {
        max-width: 320px;
        font-size: 14px;
        line-height: 22px;
    }
    .ftr-socialicon-box .ftr-social-icons a  {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 12.5%, rgba(183, 183, 183, 0.2) 100%);
        border: 1px solid #FFFFFF33;
        transition: color 0.2s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        border-radius: 6px;
    }
     .footer-section .row-inner.ftr-row-bottom {
        padding-top: 50px;
    }



/*-----------------------------------------------------------------------
    |-- Responsive Media Query CSS --|
-------------------------------------------------------------------------*/

@media (min-width: 1025px) {

/*------ |-- Header Part CSS --| ----*/
    /* Desktop Hover Dropdown Trigger */  
    .main-header .head-menu li:hover > .sub-menu,
    .main-header .head-menu li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }
}


@media (max-width: 1024px) {
 
/*------ |-- Header Part CSS --| ----*/  
    .main-header .menu-toggle {
        display: flex;
        order: 2;
    }
    .main-header .head-butttons {
        margin-left: auto;
        order: 1;
    }
    .main-header .head-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-radius: 11px;
        margin-top: 10px;
        padding: 15px 20px;
        box-shadow: 0 20px 40px rgba(8, 20, 37, 0.15);
        display: none;
    }
    .main-header .head-menu.is-active {
        display: block;
    }
    .main-header .head-menu ul {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }
    .main-header .head-menu a {
        padding: 10px 0;
        justify-content: space-between;
    }
    .main-header .head-menu .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border: none;
        padding-left: 15px;
        display: none;
    }
    .main-header .head-menu li.is-open > .sub-menu {
        display: block;
    }

}

@media (max-width: 640px) {


/*------ |-- Header Part CSS --| ----*/ 
     .main-header .head-butttons .btn-login {
        display: none; /* Keeps header tidy on small mobile screens */
    }
}


